/* line 4, app/assets/stylesheets/base/base.scss */
.ramblist a:not(.btn),
footer a:not(.btn),
header a:not(.btn) {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  width: fit-content;
}

/* line 11, app/assets/stylesheets/base/base.scss */
.ramblist figure,
footer figure,
header figure {
  height: 100%;
}

/* line 16, app/assets/stylesheets/base/base.scss */
.rl-logo {
  width: 142px;
}

/* line 3, app/assets/stylesheets/base/shared.scss */
.bordered-lr {
  border-left: 1px solid lightgray;
  border-right: 1px solid lightgray;
}

/* line 8, app/assets/stylesheets/base/shared.scss */
.white-text {
  color: white;
}

/* line 12, app/assets/stylesheets/base/shared.scss */
.img-responsive {
  width: 100%;
}

/* line 16, app/assets/stylesheets/base/shared.scss */
.padded-bottom {
  padding-bottom: 15px;
}

/* line 20, app/assets/stylesheets/base/shared.scss */
.snippet {
  word-break: break-word;
}

/* line 63, app/assets/stylesheets/base/shared.scss */
.btn a {
  color: white;
}

/* line 67, app/assets/stylesheets/base/shared.scss */
.btn-label {
  padding-left: 30px;
}

/* line 71, app/assets/stylesheets/base/shared.scss */
.branded {
  background: #004488 !important;
  border-bottom: 1px solid #080050;
}

/* line 76, app/assets/stylesheets/base/shared.scss */
.co-branded {
  background: #004488 !important;
}

/* line 80, app/assets/stylesheets/base/shared.scss */
hr.devider {
  width: 98%;
  height: 2px;
  opacity: 0.2;
  color: #c2cad9;
  margin: 0 auto;
}

/* social media login buttons currently lacks specificity naturally */
/* line 2, app/assets/stylesheets/base/overwrites.scss */
.btn-social {
  margin-bottom: 5px;
  min-width: 15em;
  position: relative;
  padding-left: 44px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 12, app/assets/stylesheets/base/overwrites.scss */
.btn-social :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 34px;
  line-height: 34px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

/* line 23, app/assets/stylesheets/base/overwrites.scss */
.btn-social.btn-lg {
  padding-left: 61px;
}

/* line 26, app/assets/stylesheets/base/overwrites.scss */
.btn-social.btn-lg :first-child {
  line-height: 45px;
  width: 45px;
  font-size: 1.8em;
}

/* line 31, app/assets/stylesheets/base/overwrites.scss */
.btn-social.btn-sm {
  padding-left: 38px;
}

/* line 34, app/assets/stylesheets/base/overwrites.scss */
.btn-social.btn-sm :first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em;
}

/* line 39, app/assets/stylesheets/base/overwrites.scss */
.btn-social.btn-xs {
  padding-left: 30px;
}

/* line 42, app/assets/stylesheets/base/overwrites.scss */
.btn-social.btn-xs :first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em;
}

/* line 47, app/assets/stylesheets/base/overwrites.scss */
.btn-social-icon {
  position: relative;
  padding-left: 44px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 34px;
  width: 34px;
  padding-left: 0;
  padding-right: 0;
}

/* line 59, app/assets/stylesheets/base/overwrites.scss */
.btn-social-icon :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  line-height: 34px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

/* line 70, app/assets/stylesheets/base/overwrites.scss */
.btn-social-icon.btn-lg {
  padding-left: 61px;
}

/* line 73, app/assets/stylesheets/base/overwrites.scss */
.btn-social-icon.btn-lg :first-child {
  line-height: 45px;
  width: 45px;
  font-size: 1.8em;
}

/* line 78, app/assets/stylesheets/base/overwrites.scss */
.btn-social-icon.btn-sm {
  padding-left: 38px;
}

/* line 81, app/assets/stylesheets/base/overwrites.scss */
.btn-social-icon.btn-sm :first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em;
}

/* line 86, app/assets/stylesheets/base/overwrites.scss */
.btn-social-icon.btn-xs {
  padding-left: 30px;
}

/* line 89, app/assets/stylesheets/base/overwrites.scss */
.btn-social-icon.btn-xs :first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em;
}

/* line 94, app/assets/stylesheets/base/overwrites.scss */
.btn-social-icon :first-child {
  border: none;
  text-align: center;
  width: 100% !important;
}

/* line 99, app/assets/stylesheets/base/overwrites.scss */
.btn-social-icon.btn-lg {
  height: 45px;
  width: 45px;
  padding-left: 0;
  padding-right: 0;
}

/* line 105, app/assets/stylesheets/base/overwrites.scss */
.btn-social-icon.btn-sm {
  height: 30px;
  width: 30px;
  padding-left: 0;
  padding-right: 0;
}

/* line 111, app/assets/stylesheets/base/overwrites.scss */
.btn-social-icon.btn-xs {
  height: 22px;
  width: 22px;
  padding-left: 0;
  padding-right: 0;
}

/* line 117, app/assets/stylesheets/base/overwrites.scss */
.btn-bitbucket {
  color: #fff;
  background-color: #205081;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 122, app/assets/stylesheets/base/overwrites.scss */
.btn-bitbucket:hover,
.btn-bitbucket:focus,
.btn-bitbucket:active,
.btn-bitbucket.active,
.open .dropdown-toggle.btn-bitbucket {
  color: #fff;
  background-color: #183c60;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 131, app/assets/stylesheets/base/overwrites.scss */
.btn-bitbucket:active,
.btn-bitbucket.active,
.open .dropdown-toggle.btn-bitbucket {
  background-image: none;
}

/* line 136, app/assets/stylesheets/base/overwrites.scss */
.btn-bitbucket.disabled,
.btn-bitbucket[disabled],
fieldset[disabled] .btn-bitbucket,
.btn-bitbucket.disabled:hover,
.btn-bitbucket[disabled]:hover,
fieldset[disabled] .btn-bitbucket:hover,
.btn-bitbucket.disabled:focus,
.btn-bitbucket[disabled]:focus,
fieldset[disabled] .btn-bitbucket:focus,
.btn-bitbucket.disabled:active,
.btn-bitbucket[disabled]:active,
fieldset[disabled] .btn-bitbucket:active,
.btn-bitbucket.disabled.active,
.btn-bitbucket.active[disabled],
fieldset[disabled] .btn-bitbucket.active {
  background-color: #205081;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 154, app/assets/stylesheets/base/overwrites.scss */
.btn-dropbox {
  color: #fff;
  background-color: #1087dd;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 159, app/assets/stylesheets/base/overwrites.scss */
.btn-dropbox:hover,
.btn-dropbox:focus,
.btn-dropbox:active,
.btn-dropbox.active,
.open .dropdown-toggle.btn-dropbox {
  color: #fff;
  background-color: #0d70b7;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 168, app/assets/stylesheets/base/overwrites.scss */
.btn-dropbox:active,
.btn-dropbox.active,
.open .dropdown-toggle.btn-dropbox {
  background-image: none;
}

/* line 173, app/assets/stylesheets/base/overwrites.scss */
.btn-dropbox.disabled,
.btn-dropbox[disabled],
fieldset[disabled] .btn-dropbox,
.btn-dropbox.disabled:hover,
.btn-dropbox[disabled]:hover,
fieldset[disabled] .btn-dropbox:hover,
.btn-dropbox.disabled:focus,
.btn-dropbox[disabled]:focus,
fieldset[disabled] .btn-dropbox:focus,
.btn-dropbox.disabled:active,
.btn-dropbox[disabled]:active,
fieldset[disabled] .btn-dropbox:active,
.btn-dropbox.disabled.active,
.btn-dropbox.active[disabled],
fieldset[disabled] .btn-dropbox.active {
  background-color: #1087dd;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 191, app/assets/stylesheets/base/overwrites.scss */
.btn.btn-facebook {
  color: #fff;
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 196, app/assets/stylesheets/base/overwrites.scss */
.btn.btn-facebook:hover,
.btn.btn-facebook:focus,
.btn.btn-facebook:active,
.btn.btn-facebook.active,
.open .dropdown-toggle.btn-facebook {
  color: #fff;
  background-color: #30487b;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 205, app/assets/stylesheets/base/overwrites.scss */
.btn.btn-facebook:active,
.btn-facebook.active,
.open .dropdown-toggle.btn-facebook {
  background-image: none;
}

/* line 210, app/assets/stylesheets/base/overwrites.scss */
.btn-facebook.disabled,
.btn-facebook[disabled],
fieldset[disabled] .btn-facebook,
.btn-facebook.disabled:hover,
.btn-facebook[disabled]:hover,
fieldset[disabled] .btn-facebook:hover,
.btn-facebook.disabled:focus,
.btn-facebook[disabled]:focus,
fieldset[disabled] .btn-facebook:focus,
.btn-facebook.disabled:active,
.btn-facebook[disabled]:active,
fieldset[disabled] .btn-facebook:active,
.btn-facebook.disabled.active,
.btn-facebook.active[disabled],
fieldset[disabled] .btn-facebook.active {
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 228, app/assets/stylesheets/base/overwrites.scss */
.btn-flickr {
  color: #fff;
  background-color: #ff0084;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 233, app/assets/stylesheets/base/overwrites.scss */
.btn.btn-flickr:hover,
.btn.btn-flickr:focus,
.btn.btn-flickr:active,
.btn.btn-flickr.active,
.open .dropdown-toggle.btn-flickr {
  color: #fff;
  background-color: #d6006f;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 242, app/assets/stylesheets/base/overwrites.scss */
.btn-flickr:active,
.btn-flickr.active,
.open .dropdown-toggle.btn-flickr {
  background-image: none;
}

/* line 247, app/assets/stylesheets/base/overwrites.scss */
.btn-flickr.disabled,
.btn-flickr[disabled],
fieldset[disabled] .btn-flickr,
.btn-flickr.disabled:hover,
.btn-flickr[disabled]:hover,
fieldset[disabled] .btn-flickr:hover,
.btn-flickr.disabled:focus,
.btn-flickr[disabled]:focus,
fieldset[disabled] .btn-flickr:focus,
.btn-flickr.disabled:active,
.btn-flickr[disabled]:active,
fieldset[disabled] .btn-flickr:active,
.btn-flickr.disabled.active,
.btn-flickr.active[disabled],
fieldset[disabled] .btn-flickr.active {
  background-color: #ff0084;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 266, app/assets/stylesheets/base/overwrites.scss */
.btn-github {
  color: #fff;
  background-color: #444;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 271, app/assets/stylesheets/base/overwrites.scss */
.btn-github:hover,
.btn-github:focus,
.btn-github:active,
.btn-github.active,
.open .dropdown-toggle.btn-github {
  color: #fff;
  background-color: #303030;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 280, app/assets/stylesheets/base/overwrites.scss */
.btn-github:active,
.btn-github.active,
.open .dropdown-toggle.btn-github {
  background-image: none;
}

/* line 285, app/assets/stylesheets/base/overwrites.scss */
.btn-github.disabled,
.btn-github[disabled],
fieldset[disabled] .btn-github,
.btn-github.disabled:hover,
.btn-github[disabled]:hover,
fieldset[disabled] .btn-github:hover,
.btn-github.disabled:focus,
.btn-github[disabled]:focus,
fieldset[disabled] .btn-github:focus,
.btn-github.disabled:active,
.btn-github[disabled]:active,
fieldset[disabled] .btn-github:active,
.btn-github.disabled.active,
.btn-github.active[disabled],
fieldset[disabled] .btn-github.active {
  background-color: #444;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 303, app/assets/stylesheets/base/overwrites.scss */
.btn.btn-google {
  color: #fff;
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 308, app/assets/stylesheets/base/overwrites.scss */
.btn.btn-google:hover,
.btn.btn-google:focus,
.btn.btn-google:active,
.btn.btn-google.active,
.open .dropdown-toggle.btn-google {
  color: #fff;
  background-color: #ca3523;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 317, app/assets/stylesheets/base/overwrites.scss */
.btn.btn-google:active,
.btn-google.active,
.open .dropdown-toggle.btn-google {
  background-image: none;
}

/* line 322, app/assets/stylesheets/base/overwrites.scss */
.btn.btn-google.disabled,
.btn-google[disabled],
fieldset[disabled] .btn-google,
.btn-google.disabled:hover,
.btn-google[disabled]:hover,
fieldset[disabled] .btn-google:hover,
.btn-google.disabled:focus,
.btn-google[disabled]:focus,
fieldset[disabled] .btn-google:focus,
.btn-google.disabled:active,
.btn-google[disabled]:active,
fieldset[disabled] .btn-google:active,
.btn-google.disabled.active,
.btn-google.active[disabled],
fieldset[disabled] .btn-google.active {
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 340, app/assets/stylesheets/base/overwrites.scss */
.btn-instagram {
  color: #fff;
  background-color: #517fa4;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 345, app/assets/stylesheets/base/overwrites.scss */
.btn-instagram:hover,
.btn-instagram:focus,
.btn-instagram:active,
.btn-instagram.active,
.open .dropdown-toggle.btn-instagram {
  color: #fff;
  background-color: #446a89;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 354, app/assets/stylesheets/base/overwrites.scss */
.btn-instagram:active,
.btn-instagram.active,
.open .dropdown-toggle.btn-instagram {
  background-image: none;
}

/* line 359, app/assets/stylesheets/base/overwrites.scss */
.btn-instagram.disabled,
.btn-instagram[disabled],
fieldset[disabled] .btn-instagram,
.btn-instagram.disabled:hover,
.btn-instagram[disabled]:hover,
fieldset[disabled] .btn-instagram:hover,
.btn-instagram.disabled:focus,
.btn-instagram[disabled]:focus,
fieldset[disabled] .btn-instagram:focus,
.btn-instagram.disabled:active,
.btn-instagram[disabled]:active,
fieldset[disabled] .btn-instagram:active,
.btn-instagram.disabled.active,
.btn-instagram.active[disabled],
fieldset[disabled] .btn-instagram.active {
  background-color: #517fa4;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 377, app/assets/stylesheets/base/overwrites.scss */
.btn-linkedin {
  color: #fff;
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 382, app/assets/stylesheets/base/overwrites.scss */
.btn-linkedin:hover,
.btn-linkedin:focus,
.btn-linkedin:active,
.btn-linkedin.active,
.open .dropdown-toggle.btn-linkedin {
  color: #fff;
  background-color: #005f8d;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 391, app/assets/stylesheets/base/overwrites.scss */
.btn-linkedin:active,
.btn-linkedin.active,
.open .dropdown-toggle.btn-linkedin {
  background-image: none;
}

/* line 396, app/assets/stylesheets/base/overwrites.scss */
.btn-linkedin.disabled,
.btn-linkedin[disabled],
fieldset[disabled] .btn-linkedin,
.btn-linkedin.disabled:hover,
.btn-linkedin[disabled]:hover,
fieldset[disabled] .btn-linkedin:hover,
.btn-linkedin.disabled:focus,
.btn-linkedin[disabled]:focus,
fieldset[disabled] .btn-linkedin:focus,
.btn-linkedin.disabled:active,
.btn-linkedin[disabled]:active,
fieldset[disabled] .btn-linkedin:active,
.btn-linkedin.disabled.active,
.btn-linkedin.active[disabled],
fieldset[disabled] .btn-linkedin.active {
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 414, app/assets/stylesheets/base/overwrites.scss */
.btn-pinterest {
  color: #fff;
  background-color: #cb2027;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 419, app/assets/stylesheets/base/overwrites.scss */
.btn-pinterest:hover,
.btn-pinterest:focus,
.btn-pinterest:active,
.btn-pinterest.active,
.open .dropdown-toggle.btn-pinterest {
  color: #fff;
  background-color: #a81a20;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 428, app/assets/stylesheets/base/overwrites.scss */
.btn-pinterest:active,
.btn-pinterest.active,
.open .dropdown-toggle.btn-pinterest {
  background-image: none;
}

/* line 433, app/assets/stylesheets/base/overwrites.scss */
.btn-pinterest.disabled,
.btn-pinterest[disabled],
fieldset[disabled] .btn-pinterest,
.btn-pinterest.disabled:hover,
.btn-pinterest[disabled]:hover,
fieldset[disabled] .btn-pinterest:hover,
.btn-pinterest.disabled:focus,
.btn-pinterest[disabled]:focus,
fieldset[disabled] .btn-pinterest:focus,
.btn-pinterest.disabled:active,
.btn-pinterest[disabled]:active,
fieldset[disabled] .btn-pinterest:active,
.btn-pinterest.disabled.active,
.btn-pinterest.active[disabled],
fieldset[disabled] .btn-pinterest.active {
  background-color: #cb2027;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 451, app/assets/stylesheets/base/overwrites.scss */
.btn-tumblr {
  color: #fff;
  background-color: #2c4762;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 456, app/assets/stylesheets/base/overwrites.scss */
.btn-tumblr:hover,
.btn-tumblr:focus,
.btn-tumblr:active,
.btn-tumblr.active,
.open .dropdown-toggle.btn-tumblr {
  color: #fff;
  background-color: #1f3346;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 465, app/assets/stylesheets/base/overwrites.scss */
.btn-tumblr:active,
.btn-tumblr.active,
.open .dropdown-toggle.btn-tumblr {
  background-image: none;
}

/* line 470, app/assets/stylesheets/base/overwrites.scss */
.btn-tumblr.disabled,
.btn-tumblr[disabled],
fieldset[disabled] .btn-tumblr,
.btn-tumblr.disabled:hover,
.btn-tumblr[disabled]:hover,
fieldset[disabled] .btn-tumblr:hover,
.btn-tumblr.disabled:focus,
.btn-tumblr[disabled]:focus,
fieldset[disabled] .btn-tumblr:focus,
.btn-tumblr.disabled:active,
.btn-tumblr[disabled]:active,
fieldset[disabled] .btn-tumblr:active,
.btn-tumblr.disabled.active,
.btn-tumblr.active[disabled],
fieldset[disabled] .btn-tumblr.active {
  background-color: #2c4762;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 489, app/assets/stylesheets/base/overwrites.scss */
.btn.btn-twitter {
  color: #fff;
  background-color: #2ba9e1;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 494, app/assets/stylesheets/base/overwrites.scss */
.btn.btn-twitter:hover,
.btn.btn-twitter:focus,
.btn.btn-twitter:active,
.btn.btn-twitter.active,
.open .dropdown-toggle.btn-twitter {
  color: #fff;
  background-color: #1c92c7;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 503, app/assets/stylesheets/base/overwrites.scss */
.btn.btn-twitter:active,
.btn.btn-twitter.active,
.open .dropdown-toggle.btn-twitter {
  background-image: none;
}

/* line 508, app/assets/stylesheets/base/overwrites.scss */
.btn.btn-twitter.disabled,
.btn.btn-twitter[disabled],
fieldset[disabled] .btn-twitter,
.btn-twitter.disabled:hover,
.btn-twitter[disabled]:hover,
fieldset[disabled] .btn-twitter:hover,
.btn-twitter.disabled:focus,
.btn-twitter[disabled]:focus,
fieldset[disabled] .btn-twitter:focus,
.btn-twitter.disabled:active,
.btn-twitter[disabled]:active,
fieldset[disabled] .btn-twitter:active,
.btn-twitter.disabled.active,
.btn-twitter.active[disabled],
fieldset[disabled] .btn-twitter.active {
  background-color: #2ba9e1;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 527, app/assets/stylesheets/base/overwrites.scss */
.btn.btn-ethereum {
  color: rgba(0, 0, 0, 0.8);
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.8);
}

/* line 532, app/assets/stylesheets/base/overwrites.scss */
.btn.btn-ethereum:hover,
.btn.btn-ethereum:focus,
.btn.btn-ethereum:active,
.btn.btn-ethereum.active,
.open .dropdown-toggle.btn-ethereum {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  border-color: rgba(0, 0, 0, 0.8);
}

/* line 541, app/assets/stylesheets/base/overwrites.scss */
.btn.btn-ethereum:active,
.btn.btn-ethereum.active,
.open .dropdown-toggle.btn-ethereum {
  background-image: none;
}

/* line 546, app/assets/stylesheets/base/overwrites.scss */
.btn.btn-ethereum.disabled,
.btn.btn-ethereum[disabled],
fieldset[disabled] .btn-ethereum,
.btn-ethereum.disabled:hover,
.btn-ethereum[disabled]:hover,
fieldset[disabled] .btn-ethereum:hover,
.btn-ethereum.disabled:focus,
.btn-ethereum[disabled]:focus,
fieldset[disabled] .btn-ethereum:focus,
.btn-ethereum.disabled:active,
.btn-ethereum[disabled]:active,
fieldset[disabled] .btn-ethereum:active,
.btn-ethereum.disabled.active,
.btn-ethereum.active[disabled],
fieldset[disabled] .btn-ethereum.active {
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.8);
}

/* line 565, app/assets/stylesheets/base/overwrites.scss */
.btn-vk {
  color: #fff;
  background-color: #587ea3;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 570, app/assets/stylesheets/base/overwrites.scss */
.btn-vk:hover,
.btn-vk:focus,
.btn-vk:active,
.btn-vk.active,
.open .dropdown-toggle.btn-vk {
  color: #fff;
  background-color: #4a6a89;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 579, app/assets/stylesheets/base/overwrites.scss */
.btn-vk:active,
.btn-vk.active,
.open .dropdown-toggle.btn-vk {
  background-image: none;
}

/* line 584, app/assets/stylesheets/base/overwrites.scss */
.btn-vk.disabled,
.btn-vk[disabled],
fieldset[disabled] .btn-vk,
.btn-vk.disabled:hover,
.btn-vk[disabled]:hover,
fieldset[disabled] .btn-vk:hover,
.btn-vk.disabled:focus,
.btn-vk[disabled]:focus,
fieldset[disabled] .btn-vk:focus,
.btn-vk.disabled:active,
.btn-vk[disabled]:active,
fieldset[disabled] .btn-vk:active,
.btn-vk.disabled.active,
.btn-vk.active[disabled],
fieldset[disabled] .btn-vk.active {
  background-color: #587ea3;
  border-color: rgba(0, 0, 0, 0.2);
}

@media (max-width: 992px) {
  /* line 604, app/assets/stylesheets/base/overwrites.scss */
  .hidewhenmobile {
    display: none;
  }
}

/*the following is not being respected and i cant figure out why*/
/*Margin and Padding helpers*/
/*xs*/
/* line 612, app/assets/stylesheets/base/overwrites.scss */
.p-xs {
  padding: 0.25em;
}

/* line 615, app/assets/stylesheets/base/overwrites.scss */
.p-x-xs {
  padding: 0 0.25em;
}

/* line 618, app/assets/stylesheets/base/overwrites.scss */
.p-y-xs {
  padding: 0.25em 0;
}

/* line 621, app/assets/stylesheets/base/overwrites.scss */
.p-t-xs {
  padding-top: 0.25em;
}

/* line 624, app/assets/stylesheets/base/overwrites.scss */
.p-r-xs {
  padding-right: 0.25em;
}

/* line 627, app/assets/stylesheets/base/overwrites.scss */
.p-b-xs {
  padding-bottom: 0.25em;
}

/* line 630, app/assets/stylesheets/base/overwrites.scss */
.p-l-xs {
  padding-left: 0.25em;
}

/* line 633, app/assets/stylesheets/base/overwrites.scss */
.m-xs {
  margin: 0.25em;
}

/* line 636, app/assets/stylesheets/base/overwrites.scss */
.m-x-xs {
  margin: 0 0.25em;
}

/* line 639, app/assets/stylesheets/base/overwrites.scss */
.m-y-xs {
  margin: 0.25em 0;
}

/* line 642, app/assets/stylesheets/base/overwrites.scss */
.m-r-xs {
  margin-right: 0.25em;
}

/* line 645, app/assets/stylesheets/base/overwrites.scss */
.m-l-xs {
  margin-left: 0.25em;
}

/* line 648, app/assets/stylesheets/base/overwrites.scss */
.m-t-xs {
  margin-top: 0.25em;
}

/* line 651, app/assets/stylesheets/base/overwrites.scss */
.m-b-xs {
  margin-bottom: 0.25em;
}

/*sm*/
@media (min-width: 768px) {
  /*sm*/
  /* line 657, app/assets/stylesheets/base/overwrites.scss */
  .p-sm {
    padding: 0.5em;
  }
  /* line 660, app/assets/stylesheets/base/overwrites.scss */
  .p-x-sm {
    padding: 0 0.5em;
  }
  /* line 663, app/assets/stylesheets/base/overwrites.scss */
  .p-y-sm {
    padding: 0.5em 0;
  }
  /* line 666, app/assets/stylesheets/base/overwrites.scss */
  .p-t-sm {
    padding-top: 0.5em;
  }
  /* line 669, app/assets/stylesheets/base/overwrites.scss */
  .p-r-sm {
    padding-right: 0.5em;
  }
  /* line 672, app/assets/stylesheets/base/overwrites.scss */
  .p-b-sm {
    padding-bottom: 0.5em;
  }
  /* line 675, app/assets/stylesheets/base/overwrites.scss */
  .p-l-sm {
    padding-left: 0.5em;
  }
  /* line 678, app/assets/stylesheets/base/overwrites.scss */
  .m-sm {
    margin: 0.5em;
  }
  /* line 681, app/assets/stylesheets/base/overwrites.scss */
  .m-x-sm {
    margin: 0 0.5em;
  }
  /* line 684, app/assets/stylesheets/base/overwrites.scss */
  .m-y-sm {
    margin: 0.5em 0;
  }
  /* line 687, app/assets/stylesheets/base/overwrites.scss */
  .m-t-sm {
    margin-top: 0.5em;
  }
  /* line 690, app/assets/stylesheets/base/overwrites.scss */
  .m-r-sm {
    margin-right: 0.5em;
  }
  /* line 693, app/assets/stylesheets/base/overwrites.scss */
  .m-b-sm {
    margin-bottom: 0.5em;
  }
  /* line 696, app/assets/stylesheets/base/overwrites.scss */
  .m-l-sm {
    margin-left: 0.5em;
  }
}

/*md*/
@media (min-width: 992px) {
  /* line 703, app/assets/stylesheets/base/overwrites.scss */
  .p-md {
    padding: 1em;
  }
  /* line 706, app/assets/stylesheets/base/overwrites.scss */
  .p-x-md {
    padding: 0 1em;
  }
  /* line 709, app/assets/stylesheets/base/overwrites.scss */
  .p-y-md {
    padding: 1em 0;
  }
  /* line 712, app/assets/stylesheets/base/overwrites.scss */
  .p-t-md {
    padding-top: 1em;
  }
  /* line 715, app/assets/stylesheets/base/overwrites.scss */
  .p-r-md {
    padding-right: 1em;
  }
  /* line 718, app/assets/stylesheets/base/overwrites.scss */
  .p-b-md {
    padding-bottom: 1em;
  }
  /* line 721, app/assets/stylesheets/base/overwrites.scss */
  .p-l-md {
    padding-left: 1em;
  }
  /* line 724, app/assets/stylesheets/base/overwrites.scss */
  .m-md {
    margin: 1em;
  }
  /* line 727, app/assets/stylesheets/base/overwrites.scss */
  .m-x-md {
    margin: 0 1em;
  }
  /* line 730, app/assets/stylesheets/base/overwrites.scss */
  .m-y-md {
    margin: 1em 0;
  }
  /* line 733, app/assets/stylesheets/base/overwrites.scss */
  .m-t-md {
    margin-top: 1em;
  }
  /* line 736, app/assets/stylesheets/base/overwrites.scss */
  .m-r-md {
    margin-right: 1em;
  }
  /* line 739, app/assets/stylesheets/base/overwrites.scss */
  .m-b-md {
    margin-bottom: 1em;
  }
  /* line 742, app/assets/stylesheets/base/overwrites.scss */
  .m-l-md {
    margin-left: 1em;
  }
}

/*lg*/
@media (min-width: 1200px) {
  /* line 749, app/assets/stylesheets/base/overwrites.scss */
  .p-lg {
    padding: 1.5em;
  }
  /* line 752, app/assets/stylesheets/base/overwrites.scss */
  .p-x-lg {
    padding: 0 1.5em;
  }
  /* line 755, app/assets/stylesheets/base/overwrites.scss */
  .p-y-lg {
    padding: 1.5em 0;
  }
  /* line 758, app/assets/stylesheets/base/overwrites.scss */
  .p-t-lg {
    padding-top: 1.5em;
  }
  /* line 761, app/assets/stylesheets/base/overwrites.scss */
  .p-r-lg {
    padding-right: 1.5em;
  }
  /* line 764, app/assets/stylesheets/base/overwrites.scss */
  .p-b-lg {
    padding-bottom: 1.5em;
  }
  /* line 767, app/assets/stylesheets/base/overwrites.scss */
  .p-l-lg {
    padding-left: 1.5em;
  }
  /* line 770, app/assets/stylesheets/base/overwrites.scss */
  .m-lg {
    margin: 1.5em;
  }
  /* line 773, app/assets/stylesheets/base/overwrites.scss */
  .m-x-lg {
    margin: 0 1.5em;
  }
  /* line 776, app/assets/stylesheets/base/overwrites.scss */
  .m-y-lg {
    margin: 1.5em 0;
  }
  /* line 779, app/assets/stylesheets/base/overwrites.scss */
  .m-t-lg {
    margin-top: 1.5em;
  }
  /* line 782, app/assets/stylesheets/base/overwrites.scss */
  .m-r-lg {
    margin-right: 1.5em;
  }
  /* line 785, app/assets/stylesheets/base/overwrites.scss */
  .m-b-lg {
    margin-bottom: 1.5em;
  }
  /* line 788, app/assets/stylesheets/base/overwrites.scss */
  .m-l-lg {
    margin-left: 1.5em;
  }
}

/*xl*/
/* line 793, app/assets/stylesheets/base/overwrites.scss */
.p-xl {
  padding: 3em;
}

/* line 796, app/assets/stylesheets/base/overwrites.scss */
.p-x-xl {
  padding: 0 3em;
}

/* line 799, app/assets/stylesheets/base/overwrites.scss */
.p-y-xl {
  padding: 3em 0;
}

/* line 802, app/assets/stylesheets/base/overwrites.scss */
.p-t-xl {
  padding-top: 3em;
}

/* line 805, app/assets/stylesheets/base/overwrites.scss */
.p-r-xl {
  padding-right: 3em;
}

/* line 808, app/assets/stylesheets/base/overwrites.scss */
.p-b-xl {
  padding-bottom: 3em;
}

/* line 811, app/assets/stylesheets/base/overwrites.scss */
.p-l-xl {
  padding-left: 3em;
}

/* line 814, app/assets/stylesheets/base/overwrites.scss */
.m-xl {
  margin: 3em;
}

/* line 817, app/assets/stylesheets/base/overwrites.scss */
.m-x-xl {
  margin: 0 3em;
}

/* line 820, app/assets/stylesheets/base/overwrites.scss */
.m-y-xl {
  margin: 3em 0;
}

/* line 823, app/assets/stylesheets/base/overwrites.scss */
.m-t-xl {
  margin-top: 3em;
}

/* line 826, app/assets/stylesheets/base/overwrites.scss */
.m-r-xl {
  margin-right: 3em;
}

/* line 829, app/assets/stylesheets/base/overwrites.scss */
.m-b-xl {
  margin-bottom: 3em;
}

/* line 832, app/assets/stylesheets/base/overwrites.scss */
.m-l-xl {
  margin-left: 3em;
}

@media (max-width: 992px) {
  /* line 2, app/assets/stylesheets/layout/layout.scss */
  .hidewhenmobile {
    display: none;
  }
}

/* line 7, app/assets/stylesheets/layout/layout.scss */
.text-centered {
  text-align: center;
}

/* line 11, app/assets/stylesheets/layout/layout.scss */
.hide {
  display: none;
}

/* line 15, app/assets/stylesheets/layout/layout.scss */
.flex {
  display: flex;
  flex-basis: content;
  max-height: 100%;
}

/* line 20, app/assets/stylesheets/layout/layout.scss */
.flex.column {
  flex-direction: column;
}

/* line 24, app/assets/stylesheets/layout/layout.scss */
.flex.row {
  flex-direction: row;
}

/* line 28, app/assets/stylesheets/layout/layout.scss */
.flex.centered-h {
  justify-content: center;
  align-items: center;
}

/* line 33, app/assets/stylesheets/layout/layout.scss */
.flex.space-around {
  justify-content: space-around;
}

/* line 37, app/assets/stylesheets/layout/layout.scss */
.flex.space-between {
  justify-content: space-between;
}

/* line 42, app/assets/stylesheets/layout/layout.scss */
.vertical-center {
  display: inline-block !important;
  vertical-align: middle !important;
  line-height: normal !important;
}

/* line 48, app/assets/stylesheets/layout/layout.scss */
.centered {
  display: table-cell;
  vertical-align: middle;
}

/* line 3, app/assets/stylesheets/base/shared.scss */
.bordered-lr {
  border-left: 1px solid lightgray;
  border-right: 1px solid lightgray;
}

/* line 8, app/assets/stylesheets/base/shared.scss */
.white-text {
  color: white;
}

/* line 12, app/assets/stylesheets/base/shared.scss */
.img-responsive {
  width: 100%;
}

/* line 16, app/assets/stylesheets/base/shared.scss */
.padded-bottom {
  padding-bottom: 15px;
}

/* line 20, app/assets/stylesheets/base/shared.scss */
.snippet {
  word-break: break-word;
}

/* line 63, app/assets/stylesheets/base/shared.scss */
.btn a {
  color: white;
}

/* line 67, app/assets/stylesheets/base/shared.scss */
.btn-label {
  padding-left: 30px;
}

/* line 71, app/assets/stylesheets/base/shared.scss */
.branded {
  background: #004488 !important;
  border-bottom: 1px solid #080050;
}

/* line 76, app/assets/stylesheets/base/shared.scss */
.co-branded {
  background: #004488 !important;
}

/* line 80, app/assets/stylesheets/base/shared.scss */
hr.devider {
  width: 98%;
  height: 2px;
  opacity: 0.2;
  color: #c2cad9;
  margin: 0 auto;
}

/* line 4, app/assets/stylesheets/layout/header.scss */
.rl-header__user-menu-item a,
.rl-header__user-menu-item a:hover, .rl-header-container .rl-header__nav-item a,
.rl-header-container .rl-header__nav-item a:hover {
  font-size: 14px;
  font-weight: 500;
  font-family: "Noto Sans", sans-serif;
  text-decoration: none;
  color: #353c50;
  padding: 2px 8px;
  display: flex;
  align-items: center;
}

/* line 15, app/assets/stylesheets/layout/header.scss */
.notice {
  background-color: yellow;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  margin-bottom: 0px;
  padding-right: 10px;
}

/* line 25, app/assets/stylesheets/layout/header.scss */
.rl-header-container .rl-header {
  font-family: "Noto Sans", sans-serif;
  display: flex;
  flex-wrap: nowrap;
  height: 56px;
  padding: 8px 12px;
  background: #fff;
  box-shadow: 0px 4px 6px rgba(194, 209, 217, 0.2);
  position: relative;
  z-index: 102;
}

@media (max-width: 768px) {
  /* line 37, app/assets/stylesheets/layout/header.scss */
  .rl-header-container .rl-header__logo {
    flex: 1 1 100%;
  }
}

/* line 43, app/assets/stylesheets/layout/header.scss */
.rl-header-container .rl-header__nav-mob__toggle {
  display: none;
}

/* line 46, app/assets/stylesheets/layout/header.scss */
.rl-header-container .rl-header__nav-mob__toggle, .rl-header-container .rl-header__nav-mob__toggle:hover, .rl-header-container .rl-header__nav-mob__toggle:active, .rl-header-container .rl-header__nav-mob__toggle:focus {
  background: transparent;
  border: 0;
  outline: 0;
  text-transform: none;
  font-weight: normal;
  padding: 0;
}

@media (max-width: 768px) {
  /* line 43, app/assets/stylesheets/layout/header.scss */
  .rl-header-container .rl-header__nav-mob__toggle {
    display: block;
    color: #424b5a;
    margin-right: 12px;
  }
}

/* line 65, app/assets/stylesheets/layout/header.scss */
.rl-header-container .rl-header__nav {
  flex: 1 1 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 768px) {
  /* line 65, app/assets/stylesheets/layout/header.scss */
  .rl-header-container .rl-header__nav {
    display: none;
  }
}

/* line 77, app/assets/stylesheets/layout/header.scss */
.rl-header-container .rl-header__nav-items {
  display: flex;
  flex-wrap: nowrap;
}

@media (max-width: 768px) {
  /* line 77, app/assets/stylesheets/layout/header.scss */
  .rl-header-container .rl-header__nav-items {
    margin: 14px 0;
    flex-direction: column;
  }
}

/* line 87, app/assets/stylesheets/layout/header.scss */
.rl-header-container .rl-header__nav-item {
  margin: 0 24px;
}

@media (max-width: 768px) {
  /* line 90, app/assets/stylesheets/layout/header.scss */
  .rl-header-container .rl-header__nav-item a,
.rl-header-container .rl-header__nav-item a:hover {
    padding: 8px;
  }
}

@media (max-width: 768px) {
  /* line 87, app/assets/stylesheets/layout/header.scss */
  .rl-header-container .rl-header__nav-item {
    margin: 14px 24px 0px 24px;
  }
}

/* line 104, app/assets/stylesheets/layout/header.scss */
.rl-header-container .rl-header__nav-actions {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  align-items: center;
}

/* line 110, app/assets/stylesheets/layout/header.scss */
.rl-header-container .rl-header__nav-actions .rl-btn {
  box-shadow: none;
  text-transform: none;
  width: auto;
  white-space: nowrap;
}

@media (max-width: 768px) {
  /* line 104, app/assets/stylesheets/layout/header.scss */
  .rl-header-container .rl-header__nav-actions {
    flex-direction: column;
    width: 100%;
    padding: 0 24px;
  }
  /* line 122, app/assets/stylesheets/layout/header.scss */
  .rl-header-container .rl-header__nav-actions .rl-btn {
    width: 100%;
    margin: 8px 0;
  }
}

/* line 129, app/assets/stylesheets/layout/header.scss */
.rl-header-container .rl-basic-btn {
  background-color: #fe4b03;
  border-radius: 6px;
  min-width: 100px;
  min-height: 35px;
}

/* line 30, app/assets/stylesheets/base/shared.scss */
.rl-header-container .rl-basic-btn:hover {
  background-color: #fe4b03;
  opacity: 0.8;
}

/* line 132, app/assets/stylesheets/layout/header.scss */
.rl-header-container .rl-basic-btn a {
  color: white;
}

/* line 137, app/assets/stylesheets/layout/header.scss */
.rl-header-container .rl-secondary-btn {
  background-color: white;
  color: #353c50;
  border-radius: 6px;
  min-width: 100px;
  min-height: 35px;
  border: 1px solid #42485a;
}

/* line 44, app/assets/stylesheets/base/shared.scss */
.rl-header-container .rl-secondary-btn a {
  color: #353c50;
}

/* line 47, app/assets/stylesheets/base/shared.scss */
.rl-header-container .rl-secondary-btn a:hover {
  color: #353c50;
}

/* line 52, app/assets/stylesheets/base/shared.scss */
.rl-header-container .rl-secondary-btn:hover {
  background-color: #f6f7f9;
}

/* line 141, app/assets/stylesheets/layout/header.scss */
.rl-header-container .rl-basic-btn,
.rl-header-container .rl-secondary-btn {
  height: 36px;
  font-size: 14px;
  margin-right: 12px;
}

/* line 147, app/assets/stylesheets/layout/header.scss */
.rl-header-container .rl-basic-btn:last-child,
.rl-header-container .rl-secondary-btn:last-child {
  margin: 0;
}

/* line 151, app/assets/stylesheets/layout/header.scss */
.rl-header-container .rl-basic-btn a,
.rl-header-container .rl-secondary-btn a {
  text-decoration: none;
}

@media (max-width: 768px) {
  /* line 141, app/assets/stylesheets/layout/header.scss */
  .rl-header-container .rl-basic-btn,
.rl-header-container .rl-secondary-btn {
    margin: 14px 24px 0px 24px;
  }
  /* line 158, app/assets/stylesheets/layout/header.scss */
  .rl-header-container .rl-basic-btn:last-child,
.rl-header-container .rl-secondary-btn:last-child {
    margin: 14px 24px 0px 24px;
  }
}

/* line 164, app/assets/stylesheets/layout/header.scss */
.rl-header-container .rl-header__user-menu-container {
  position: relative;
  padding: 0 12px 0 24px;
  display: flex;
  align-items: center;
}

/* line 172, app/assets/stylesheets/layout/header.scss */
.rl-header-container .rl-header__user .rl-profile-img__wrapper {
  height: 40px;
  width: 40px;
}

/* line 178, app/assets/stylesheets/layout/header.scss */
.rl-header-container .rl-header__user-menu {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 100;
}

/* line 185, app/assets/stylesheets/layout/header.scss */
.rl-header-container .rl-header__user-sign-in {
  font-size: 14px;
  font-weight: 500;
  font-family: "Noto Sans", sans-serif;
  text-decoration: none;
  color: #424b5a;
  padding: 2px 8px;
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  /* line 196, app/assets/stylesheets/layout/header.scss */
  .rl-header-container .rl-header__nav-mob-overlay {
    display: none;
    position: fixed;
    z-index: 100;
    top: 56px;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    background: rgba(0, 0, 0, 0.4);
  }
  /* line 208, app/assets/stylesheets/layout/header.scss */
  .rl-header-container .rl-header__nav-mob-overlay.rl-active {
    display: block;
    animation-name: bias-fade-in;
    animation-duration: 0.175s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
  }
  @keyframes bias-fade-in {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
}

/* line 227, app/assets/stylesheets/layout/header.scss */
.rl-header-container .rl-header__nav-mob {
  display: none;
}

@media (max-width: 768px) {
  /* line 227, app/assets/stylesheets/layout/header.scss */
  .rl-header-container .rl-header__nav-mob {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 56px;
    left: 0;
    bottom: 0;
    z-index: 101;
    transform: translateX(-100%);
    transition: 0.175s transform ease-out;
    background-color: #fff;
    max-width: 320px;
    min-width: 200px;
    box-shadow: 0px 4px 6px rgba(194, 209, 217, 0.2);
    z-index: 101;
  }
  /* line 246, app/assets/stylesheets/layout/header.scss */
  .rl-header-container .rl-header__nav-mob.rl-active {
    transform: translateX(0%);
  }
}

/* line 253, app/assets/stylesheets/layout/header.scss */
.rl-header__user-menu-item {
  padding: 6px 24px;
}

@media (max-width: 768px) {
  /* line 256, app/assets/stylesheets/layout/header.scss */
  .rl-header__user-menu-item.rl-backoffice {
    display: none;
  }
}

@media (max-width: 768px) {
  /* line 262, app/assets/stylesheets/layout/header.scss */
  .rl-header__user-menu-item a,
.rl-header__user-menu-item a:hover {
    padding: 8px 24px 8px 12px;
  }
}

/* line 1, app/assets/stylesheets/layout/navbar.scss */
.navbar .navbar-text {
  color: white !important;
}

/* line 5, app/assets/stylesheets/layout/navbar.scss */
.navbar {
  margin-bottom: 0px !important;
}

/* line 9, app/assets/stylesheets/layout/navbar.scss */
.navbar .navbar-text {
  color: white !important;
}

/* line 13, app/assets/stylesheets/layout/navbar.scss */
.navbar-right {
  float: right !important;
  padding-right: 20px;
}

/* line 3, app/assets/stylesheets/layout/footer.scss */
.rl-footer {
  background: #f6f7f9;
  width: 100%;
  font-weight: normal;
  font-size: 12px;
  color: #2b3342;
  margin-top: 20px;
  padding: 10px;
}

/* line 12, app/assets/stylesheets/layout/footer.scss */
.rl-footer .rl-footer__info {
  margin-right: 10px;
  justify-content: flex-end;
}

/* line 16, app/assets/stylesheets/layout/footer.scss */
.rl-footer .rl-footer__info span {
  margin-top: 4px;
  width: fit-content;
  opacity: 0.7;
  font-size: 0.8em;
  margin: 10px 0;
}

/* line 25, app/assets/stylesheets/layout/footer.scss */
.rl-footer .rl-footer__section,
.rl-footer .rl-footer__section-logo {
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

/* line 31, app/assets/stylesheets/layout/footer.scss */
.rl-footer .rl-footer__section header,
.rl-footer .rl-footer__section-logo header {
  font-weight: bold;
  font-size: 14px;
  line-height: 29px;
}

@media screen and (max-width: 1400px) {
  /* line 38, app/assets/stylesheets/layout/footer.scss */
  .rl-footer .rl-footer__section div,
.rl-footer .rl-footer__section-logo div {
    justify-content: start;
    margin: 10px 30px;
  }
}

@media screen and (min-width: 1400px) {
  /* line 45, app/assets/stylesheets/layout/footer.scss */
  .rl-footer .rl-footer__section div,
.rl-footer .rl-footer__section-logo div {
    justify-content: space-between;
    margin: 10px;
  }
  /* line 50, app/assets/stylesheets/layout/footer.scss */
  .rl-footer .rl-footer__section a,
.rl-footer .rl-footer__section span,
.rl-footer .rl-footer__section-logo a,
.rl-footer .rl-footer__section-logo span {
    margin-top: 14px;
  }
}

/* line 57, app/assets/stylesheets/layout/footer.scss */
.rl-footer .rl-footer__desc {
  opacity: 0.7;
  max-width: 170px;
}

/* line 62, app/assets/stylesheets/layout/footer.scss */
.rl-footer .rl-logo {
  margin-left: -13px;
}

@media screen and (min-width: 1220px) {
  /* line 67, app/assets/stylesheets/layout/footer.scss */
  .rl-footer .rl-footer__container {
    width: 50%;
    min-width: 50%;
    justify-content: space-around;
    height: 250px;
  }
}

@media screen and (max-width: 1220px) {
  /* line 76, app/assets/stylesheets/layout/footer.scss */
  .rl-footer .rl-footer__container {
    width: 100%;
    min-width: 90%;
    margin-bottom: 20px;
    justify-content: space-between;
  }
  /* line 82, app/assets/stylesheets/layout/footer.scss */
  .rl-footer .rl-footer__container .rl-footer__section {
    min-width: 180px;
  }
}

/* line 88, app/assets/stylesheets/layout/footer.scss */
.rl-footer .rl-footer__section-logo {
  justify-content: space-around;
  min-width: 30%;
}

/* line 92, app/assets/stylesheets/layout/footer.scss */
.rl-footer .rl-footer__section-logo figure {
  width: 50%;
  margin-bottom: 0;
}

/* line 98, app/assets/stylesheets/layout/footer.scss */
.rl-footer .rl-footer__social {
  width: 100%;
  justify-content: space-between;
  margin-top: 10px;
}

/* line 103, app/assets/stylesheets/layout/footer.scss */
.rl-footer .rl-footer__social a {
  width: fit-content;
}

/* line 107, app/assets/stylesheets/layout/footer.scss */
.rl-footer .rl-footer__social svg {
  width: 20px;
  color: #424b5a;
}

/* line 3, app/assets/stylesheets/pages/about-page.scss */
.rl-about-page {
  font-family: "Noto Sans", sans-serif;
  padding: 15px;
}

/* line 7, app/assets/stylesheets/pages/about-page.scss */
.rl-about-page .rl-about-page__img-container {
  position: relative;
  width: 100%;
  padding: 10px;
  height: min-content;
}

/* line 13, app/assets/stylesheets/pages/about-page.scss */
.rl-about-page .rl-about-page__img-container img {
  position: relative;
  z-index: 2;
  width: 100%;
}

/* line 19, app/assets/stylesheets/pages/about-page.scss */
.rl-about-page .rl-about-page__img-container .rl-about-page__img-background {
  position: absolute;
  top: 0;
  z-index: 1;
  left: -25px;
  rotate: 208deg;
}

/* line 28, app/assets/stylesheets/pages/about-page.scss */
.rl-about-page .rl-about-page__general-info {
  align-items: center;
  padding: 50px 0;
}

/* line 32, app/assets/stylesheets/pages/about-page.scss */
.rl-about-page .rl-about-page__general-info h1 {
  margin: 30px 0;
  text-align: center;
}

/* line 38, app/assets/stylesheets/pages/about-page.scss */
.rl-about-page .rl-about-page__text {
  max-width: 40%;
  min-width: 250px;
  margin: 30px 0;
  text-align: justify;
  align-self: center;
}

/* line 46, app/assets/stylesheets/pages/about-page.scss */
.rl-about-page .rl-about-page__team-container {
  justify-content: center;
  align-content: center;
  margin: 20px;
}

/* line 47, app/assets/stylesheets/pages/about-page.scss */
.rl-about-page .rl-about-page__team-container h4 {
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  margin: 30px 0;
}

/* line 54, app/assets/stylesheets/pages/about-page.scss */
.rl-about-page .rl-about-page__team-container .rl-about-page__text {
  font-weight: bold;
}

/* line 63, app/assets/stylesheets/pages/about-page.scss */
.rl-about-page .rl-about-page__leadership,
.rl-about-page .rl-about-page__team {
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 100px;
}

/* line 71, app/assets/stylesheets/pages/about-page.scss */
.rl-about-page .rl-about-page__leadership .rl-about-page__team-member {
  max-width: 20%;
}

/* line 75, app/assets/stylesheets/pages/about-page.scss */
.rl-about-page .rl-about-page__team .rl-about-page__team-member {
  max-width: 15%;
}

/* line 78, app/assets/stylesheets/pages/about-page.scss */
.rl-about-page .rl-about-page__team .rl-about-page__team-member img {
  border: 2px solid #fe4b03;
}

/* line 83, app/assets/stylesheets/pages/about-page.scss */
.rl-about-page .rl-about-page__team-member {
  align-items: center;
  justify-content: flex-start;
  min-width: 250px;
}

/* line 88, app/assets/stylesheets/pages/about-page.scss */
.rl-about-page .rl-about-page__team-member img {
  max-width: 100%;
  border-radius: 50%;
}

/* line 93, app/assets/stylesheets/pages/about-page.scss */
.rl-about-page .rl-about-page__team-member h3 {
  margin-top: 20px;
}

/* line 97, app/assets/stylesheets/pages/about-page.scss */
.rl-about-page .rl-about-page__team-member h6 {
  font-weight: normal;
  color: gray;
  margin: 10px 0;
  text-align: center;
}

/* line 3, app/assets/stylesheets/base/shared.scss */
.bordered-lr {
  border-left: 1px solid lightgray;
  border-right: 1px solid lightgray;
}

/* line 8, app/assets/stylesheets/base/shared.scss */
.white-text {
  color: white;
}

/* line 12, app/assets/stylesheets/base/shared.scss */
.img-responsive {
  width: 100%;
}

/* line 16, app/assets/stylesheets/base/shared.scss */
.padded-bottom {
  padding-bottom: 15px;
}

/* line 20, app/assets/stylesheets/base/shared.scss */
.snippet {
  word-break: break-word;
}

/* line 63, app/assets/stylesheets/base/shared.scss */
.btn a {
  color: white;
}

/* line 67, app/assets/stylesheets/base/shared.scss */
.btn-label {
  padding-left: 30px;
}

/* line 71, app/assets/stylesheets/base/shared.scss */
.branded {
  background: #004488 !important;
  border-bottom: 1px solid #080050;
}

/* line 76, app/assets/stylesheets/base/shared.scss */
.co-branded {
  background: #004488 !important;
}

/* line 80, app/assets/stylesheets/base/shared.scss */
hr.devider {
  width: 98%;
  height: 2px;
  opacity: 0.2;
  color: #c2cad9;
  margin: 0 auto;
}

/* line 4, app/assets/stylesheets/pages/article_edit.scss */
.medium-insert-images img {
  max-width: 100%;
  height: auto;
}

/* line 9, app/assets/stylesheets/pages/article_edit.scss */
.textfield-title {
  color: #fe4b03;
  font-weight: 400;
  size: 14px;
}

/* line 15, app/assets/stylesheets/pages/article_edit.scss */
.articlestatus {
  margin-bottom: 20px;
}

/* line 20, app/assets/stylesheets/pages/article_edit.scss */
.rl-article-edit-container .translate-button {
  align-self: end;
  margin-bottom: 10px;
}

/* line 25, app/assets/stylesheets/pages/article_edit.scss */
.rl-article-edit-container .article-update-time {
  color: #c2cad9;
  font-style: italic;
}

/* line 30, app/assets/stylesheets/pages/article_edit.scss */
.rl-article-edit-container .article {
  border: 1px solid #c2cad9;
  border-radius: 7px;
  background-color: white;
  min-height: 400px;
  padding: 30px;
}

/* line 36, app/assets/stylesheets/pages/article_edit.scss */
.rl-article-edit-container h3.title {
  margin: 20px 0;
}

/* line 40, app/assets/stylesheets/pages/article_edit.scss */
.rl-article-edit-container .title {
  width: 70%;
  margin-bottom: 30px;
}

/* line 45, app/assets/stylesheets/pages/article_edit.scss */
.rl-article-edit-container .summary {
  padding: 18px;
  width: 100%;
  margin-top: 10px;
  border: 1px solid #c2cad9;
  border-radius: 7px;
  background-color: white;
}

/* line 51, app/assets/stylesheets/pages/article_edit.scss */
.rl-article-edit-container .summary ::before,
.rl-article-edit-container .summary ::after {
  display: none;
}

/* line 57, app/assets/stylesheets/pages/article_edit.scss */
.rl-article-edit-container .textfield-title {
  margin-top: 30px;
}

/*sm*/
@media (min-width: 768px) {
  /* line 64, app/assets/stylesheets/pages/article_edit.scss */
  .articlebody {
    padding-top: 10px !important;
  }
  /* line 67, app/assets/stylesheets/pages/article_edit.scss */
  .editorial {
    padding-top: 10px !important;
  }
  /* line 70, app/assets/stylesheets/pages/article_edit.scss */
  .content {
    padding-top: 5px !important;
  }
}

/*md*/
@media (min-width: 992px) {
  /* line 77, app/assets/stylesheets/pages/article_edit.scss */
  .articlebody {
    padding-top: 16px !important;
  }
  /* line 80, app/assets/stylesheets/pages/article_edit.scss */
  .editorial {
    padding-top: 16px !important;
  }
}

/*lg*/
@media (min-width: 1200px) {
  /* line 87, app/assets/stylesheets/pages/article_edit.scss */
  .articlebody {
    padding-top: 20px !important;
  }
  /* line 90, app/assets/stylesheets/pages/article_edit.scss */
  .editorial {
    padding-top: 20px !important;
  }
}

/* line 95, app/assets/stylesheets/pages/article_edit.scss */
.medium-insert-embeds figure {
  z-index: 999;
}

/* line 99, app/assets/stylesheets/pages/article_edit.scss */
#articlebody {
  position: relative;
}

/* line 102, app/assets/stylesheets/pages/article_edit.scss */
#articlebody .medium-insert-buttons {
  margin-left: -65px;
  margin-top: -3px;
}

/* line 108, app/assets/stylesheets/pages/article_edit.scss */
.editable .medium-insert-embeds figure {
  z-index: 0;
}

/* line 112, app/assets/stylesheets/pages/article_edit.scss */
.medium-insert-embeds div {
  left: 0;
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
}

/* line 119, app/assets/stylesheets/pages/article_edit.scss */
.medium-insert-embeds div iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  border: 0;
}

/* line 3, app/assets/stylesheets/base/shared.scss */
.bordered-lr {
  border-left: 1px solid lightgray;
  border-right: 1px solid lightgray;
}

/* line 8, app/assets/stylesheets/base/shared.scss */
.white-text {
  color: white;
}

/* line 12, app/assets/stylesheets/base/shared.scss */
.img-responsive {
  width: 100%;
}

/* line 16, app/assets/stylesheets/base/shared.scss */
.padded-bottom {
  padding-bottom: 15px;
}

/* line 20, app/assets/stylesheets/base/shared.scss */
.snippet {
  word-break: break-word;
}

/* line 63, app/assets/stylesheets/base/shared.scss */
.btn a {
  color: white;
}

/* line 67, app/assets/stylesheets/base/shared.scss */
.btn-label {
  padding-left: 30px;
}

/* line 71, app/assets/stylesheets/base/shared.scss */
.branded {
  background: #004488 !important;
  border-bottom: 1px solid #080050;
}

/* line 76, app/assets/stylesheets/base/shared.scss */
.co-branded {
  background: #004488 !important;
}

/* line 80, app/assets/stylesheets/base/shared.scss */
hr.devider {
  width: 98%;
  height: 2px;
  opacity: 0.2;
  color: #c2cad9;
  margin: 0 auto;
}

/* line 4, app/assets/stylesheets/pages/articles-list.scss */
.articles-list-container {
  width: 90%;
  margin-bottom: 80px;
}

/* line 8, app/assets/stylesheets/pages/articles-list.scss */
.articles-list-container b {
  width: fit-content;
  font-size: 20px;
}

/* line 13, app/assets/stylesheets/pages/articles-list.scss */
.articles-list-container .basic-btn {
  background-color: #fe4b03;
  border-radius: 6px;
  min-width: 100px;
  min-height: 35px;
  width: 250px;
  float: right;
  color: white;
}

/* line 30, app/assets/stylesheets/base/shared.scss */
.articles-list-container .basic-btn:hover {
  background-color: #fe4b03;
  opacity: 0.8;
}

/* line 20, app/assets/stylesheets/pages/articles-list.scss */
.articles-list-container .articles-list-empty {
  width: 100%;
  padding: 60px 20px;
  text-align: center;
  color: #3c3f47;
  font-size: 16px;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  margin-top: 30px;
}

/* line 31, app/assets/stylesheets/pages/articles-list.scss */
.articles-list-container .articles-list-empty p {
  margin: 0;
}

@media screen and (max-width: 930px) {
  /* line 37, app/assets/stylesheets/pages/articles-list.scss */
  .articles-list-container .articles-list {
    flex-wrap: wrap;
    justify-content: center;
  }
  /* line 41, app/assets/stylesheets/pages/articles-list.scss */
  .articles-list-container .article-preview {
    min-width: 100%;
  }
  /* line 45, app/assets/stylesheets/pages/articles-list.scss */
  .articles-list-container .article-preview__img {
    width: 100%;
  }
  /* line 49, app/assets/stylesheets/pages/articles-list.scss */
  .articles-list-container .article-preview-details {
    width: 100%;
  }
}

@media screen and (min-width: 931px) {
  /* line 55, app/assets/stylesheets/pages/articles-list.scss */
  .articles-list-container .articles-list {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  /* line 60, app/assets/stylesheets/pages/articles-list.scss */
  .articles-list-container .article-preview__img {
    width: 35%;
    height: 100%;
  }
  /* line 65, app/assets/stylesheets/pages/articles-list.scss */
  .articles-list-container .article-preview-details {
    width: 65%;
    height: 100%;
  }
}

/* line 71, app/assets/stylesheets/pages/articles-list.scss */
.articles-list-container .article-preview {
  border: 1px solid #c2cad9;
  border-radius: 7px;
  background-color: white;
  position: relative;
  max-width: 49%;
  margin-top: 30px;
  padding: 50px 20px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* line 79, app/assets/stylesheets/pages/articles-list.scss */
.articles-list-container .article-preview:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* line 84, app/assets/stylesheets/pages/articles-list.scss */
.articles-list-container .article-preview .context-menu {
  position: absolute;
  top: 10px;
  right: 0px;
  width: fit-content;
  height: fit-content;
}

/* line 92, app/assets/stylesheets/pages/articles-list.scss */
.articles-list-container .article-preview .rl-article-preview__status-bar {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  justify-content: flex-end;
  padding: 6px;
}

/* line 101, app/assets/stylesheets/pages/articles-list.scss */
.articles-list-container .article-preview .rl-article-preview__status-bar .rl-article-preview__status-badge {
  background: #3c3f47;
  color: white;
  border-radius: 4px;
  margin-left: 6px;
  padding: 0 6px;
}

/* line 108, app/assets/stylesheets/pages/articles-list.scss */
.articles-list-container .article-preview .rl-article-preview__status-bar .rl-article-preview__status-badge.rl-published {
  background-color: #24826f;
}

/* line 111, app/assets/stylesheets/pages/articles-list.scss */
.articles-list-container .article-preview .rl-article-preview__status-bar .rl-article-preview__status-badge.rl-draft {
  background-color: #3c3f47;
}

/* line 114, app/assets/stylesheets/pages/articles-list.scss */
.articles-list-container .article-preview .rl-article-preview__status-bar .rl-article-preview__status-badge.rl-review {
  background-color: #fe4b03;
}

/* line 117, app/assets/stylesheets/pages/articles-list.scss */
.articles-list-container .article-preview .rl-article-preview__status-bar .rl-article-preview__status-badge.rl-change-required {
  background-color: red;
}

/* line 123, app/assets/stylesheets/pages/articles-list.scss */
.articles-list-container .article-preview .article-preview-details {
  position: relative;
}

/* line 126, app/assets/stylesheets/pages/articles-list.scss */
.articles-list-container .article-preview .article-preview-details::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  height: 15%;
  width: 100%;
  background: linear-gradient(to top, white, RGBA(255, 255, 255, 0));
}

/* line 141, app/assets/stylesheets/pages/articles-list.scss */
.articles-list-container .article-preview i {
  color: #c2cad9;
}

/* line 145, app/assets/stylesheets/pages/articles-list.scss */
.articles-list-container .article-preview div {
  color: #3c3f47;
  overflow: hidden;
}

/* line 149, app/assets/stylesheets/pages/articles-list.scss */
.articles-list-container .article-preview div p {
  max-width: 100%;
  overflow-wrap: break-word;
  white-space: normal;
}

/* line 156, app/assets/stylesheets/pages/articles-list.scss */
.articles-list-container .article-preview img {
  width: 100%;
  border-radius: 3px;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 3px;
  margin-top: 3px;
}

/* line 7, app/assets/stylesheets/pages/articles.scss */
.list-group-item {
  align-items: center;
  display: flex !important;
}

/* line 12, app/assets/stylesheets/pages/articles.scss */
.editorial {
  margin-top: 20px;
  margin-bottom: 10px;
}

/* line 17, app/assets/stylesheets/pages/articles.scss */
.editorial-feedback {
  height: 120px;
  width: 100%;
  border: 1px solid #ccc;
  font: 16px/26px Georgia, Garamond, Serif;
  overflow: auto;
  padding: 10px;
  font-style: italic;
  color: gray;
}

/* line 31, app/assets/stylesheets/pages/articles.scss */
.glyphicon-ok-circle {
  color: green;
}

/* line 35, app/assets/stylesheets/pages/articles.scss */
.glyphicon-remove-circle {
  color: red;
}

/* line 39, app/assets/stylesheets/pages/articles.scss */
.glyphicon-question-sign {
  color: grey;
}

/* line 43, app/assets/stylesheets/pages/articles.scss */
#title {
  font-size: 30px !important;
  margin-bottom: 10px;
  margin-top: 10px;
  display: block;
  font-size: 1.5em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

/* line 58, app/assets/stylesheets/pages/articles.scss */
.rl-article__sidebar {
  font-family: "Noto Sans", sans-serif;
}

/* line 61, app/assets/stylesheets/pages/articles.scss */
.rl-article__sidebar .rl-article__go-back {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  text-transform: uppercase;
  font-size: 10px;
  margin: 15px 0;
  cursor: pointer;
}

/* line 71, app/assets/stylesheets/pages/articles.scss */
.rl-article__sidebar .rl-article__go-back a,
.rl-article__sidebar .rl-article__go-back a:active,
.rl-article__sidebar .rl-article__go-back a:visited {
  text-transform: uppercase;
  font-size: 10px;
  color: #2b3142;
  margin-left: 5px;
}

/* line 81, app/assets/stylesheets/pages/articles.scss */
.rl-article__sidebar .rl-article__go-back:hover .rl-icon,
.rl-article__sidebar .rl-article__go-back:hover a {
  color: #fe4b03;
}

/* line 89, app/assets/stylesheets/pages/articles.scss */
.rl-article__sidebar .rl-article__profile-info .rl-article__profile-img {
  margin: 30px 30px 15px 30px;
  display: flex;
  justify-content: center;
}

/* line 95, app/assets/stylesheets/pages/articles.scss */
.rl-article__sidebar .rl-article__profile-info .rl-article__profile-name {
  font-weight: 600;
}

/* line 100, app/assets/stylesheets/pages/articles.scss */
.rl-article__sidebar .rl-article__profile-info .rl-article__profile-username:hover a {
  color: #fe4b03;
}

/* line 105, app/assets/stylesheets/pages/articles.scss */
.rl-article__sidebar .rl-article__profile-info .rl-article__profile-bio {
  font-size: 14px;
  margin: 15px 0;
  text-align: left;
  color: #6a6f80;
  text-align: justify;
}

/* line 113, app/assets/stylesheets/pages/articles.scss */
.rl-article__sidebar .rl-article__profile-info .rl-btn-follow {
  background: #353c50;
  color: white;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  text-transform: none;
  font-weight: 600;
  font-size: 14px;
  height: 36px;
  margin-bottom: 15px;
}

/* line 125, app/assets/stylesheets/pages/articles.scss */
.rl-article__sidebar .rl-article__profile-info .rl-btn-follow:hover, .rl-article__sidebar .rl-article__profile-info .rl-btn-follow:active {
  background: #42485a;
  color: white;
}

/* line 133, app/assets/stylesheets/pages/articles.scss */
.rl-article__sidebar .rl-article__sidebar-buttons-social {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* line 139, app/assets/stylesheets/pages/articles.scss */
.rl-article__sidebar .rl-article__sidebar-buttons-social .rl-link-social {
  margin: 15px 0;
}

/* line 142, app/assets/stylesheets/pages/articles.scss */
.rl-article__sidebar .rl-article__sidebar-buttons-social .rl-link-social:hover .rl-icon {
  color: #fe4b03;
}

/* line 149, app/assets/stylesheets/pages/articles.scss */
.rl-article__sidebar .rl-article__edit-buttons .rl-article__btn-edit,
.rl-article__sidebar .rl-article__edit-buttons .rl-article__btn-delete {
  margin: 15px 0;
  width: 100%;
  text-transform: uppercase;
  font-weight: 600;
  height: 36px;
  justify-content: center;
  display: flex;
  align-items: center;
}

/* line 162, app/assets/stylesheets/pages/articles.scss */
.rl-article__sidebar .rl-article__edit-buttons .rl-article__btn-edit, .rl-article__sidebar .rl-article__edit-buttons .rl-article__btn-edit:active, .rl-article__sidebar .rl-article__edit-buttons .rl-article__btn-edit:visited {
  color: #2b3142;
  border-color: #2b3142;
}

/* line 169, app/assets/stylesheets/pages/articles.scss */
.rl-article__sidebar .rl-article__edit-buttons .rl-article__btn-edit:hover {
  color: #fe4b03;
  border-color: #fe4b03;
}

/* line 176, app/assets/stylesheets/pages/articles.scss */
.rl-article__sidebar .rl-article__edit-buttons .rl-article__btn-delete, .rl-article__sidebar .rl-article__edit-buttons .rl-article__btn-delete:active, .rl-article__sidebar .rl-article__edit-buttons .rl-article__btn-delete:visited {
  color: red;
  border-color: red;
}

/* line 183, app/assets/stylesheets/pages/articles.scss */
.rl-article__sidebar .rl-article__edit-buttons .rl-article__btn-delete:hover {
  color: #fff;
  background-color: red;
  border-color: red;
}

@media (max-width: 767px) {
  /* line 192, app/assets/stylesheets/pages/articles.scss */
  .rl-article__sidebar .rl-article__go-back {
    justify-content: flex-start;
  }
  /* line 196, app/assets/stylesheets/pages/articles.scss */
  .rl-article__sidebar .rl-article__profile-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  /* line 201, app/assets/stylesheets/pages/articles.scss */
  .rl-article__sidebar .rl-article__profile-info .rl-article__profile-img {
    margin: 30px 30px 30px 0px;
    justify-content: flex-start;
  }
  /* line 206, app/assets/stylesheets/pages/articles.scss */
  .rl-article__sidebar .rl-article__profile-info .rl-article__profile-title {
    margin-right: 30px;
  }
  /* line 210, app/assets/stylesheets/pages/articles.scss */
  .rl-article__sidebar .rl-article__profile-info .rl-article__profile-username {
    margin: 0;
  }
  /* line 214, app/assets/stylesheets/pages/articles.scss */
  .rl-article__sidebar .rl-article__profile-info .rl-article__profile-bio {
    display: none;
  }
  /* line 218, app/assets/stylesheets/pages/articles.scss */
  .rl-article__sidebar .rl-article__profile-info .rl-btn-follow {
    margin-bottom: 0;
    width: auto;
  }
  /* line 224, app/assets/stylesheets/pages/articles.scss */
  .rl-article__sidebar .rl-article__sidebar-buttons-social {
    flex-direction: row;
    justify-content: flex-start;
  }
  /* line 228, app/assets/stylesheets/pages/articles.scss */
  .rl-article__sidebar .rl-article__sidebar-buttons-social .rl-link-social {
    margin: 0 15px 0 0;
  }
  /* line 233, app/assets/stylesheets/pages/articles.scss */
  .rl-article__sidebar .rl-article__edit-buttons {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  /* line 239, app/assets/stylesheets/pages/articles.scss */
  .rl-article__sidebar .rl-article__edit-buttons .rl-article__btn-edit,
.rl-article__sidebar .rl-article__edit-buttons .rl-article__btn-delete {
    width: auto;
  }
}

/* line 247, app/assets/stylesheets/pages/articles.scss */
.rl-article__original-text-btn {
  cursor: pointer;
  font-size: 0.8em;
  color: #6a7084;
  text-align: end;
  margin-top: 4px;
}

/* line 254, app/assets/stylesheets/pages/articles.scss */
.rl-article__original-text-btn:hover {
  color: #2b3142;
}

/* line 259, app/assets/stylesheets/pages/articles.scss */
.rl-article__translate-button {
  margin-bottom: 10px;
  align-self: end;
}

/* line 5, app/assets/stylesheets/pages/pages-deprecated.scss */
.masthead {
  background: no-repeat 50%;
  background-color: #868e96;
  background-attachment: scroll;
  position: relative;
  background-size: cover;
  height: 20%;
  min-height: 300px;
  display: flex;
}

/* line 16, app/assets/stylesheets/pages/pages-deprecated.scss */
.masthead .site-heading h1 {
  font-size: 80px;
}

/* line 20, app/assets/stylesheets/pages/pages-deprecated.scss */
.masthead-classic {
  margin-bottom: 50px;
  background: no-repeat 50%;
  background-color: #868e96;
  background-attachment: scroll;
  position: relative;
  background-size: cover;
  height: 20%;
  min-height: 300px;
  display: flex;
}

/* line 32, app/assets/stylesheets/pages/pages-deprecated.scss */
.information-card {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  margin-left: 0px !important;
  margin-right: 0px !important;
  width: 100% !important;
  align-self: flex-end;
  padding-left: 12px;
  padding-right: 12px;
}

/* line 3, app/assets/stylesheets/base/shared.scss */
.bordered-lr {
  border-left: 1px solid lightgray;
  border-right: 1px solid lightgray;
}

/* line 8, app/assets/stylesheets/base/shared.scss */
.white-text {
  color: white;
}

/* line 12, app/assets/stylesheets/base/shared.scss */
.img-responsive {
  width: 100%;
}

/* line 16, app/assets/stylesheets/base/shared.scss */
.padded-bottom {
  padding-bottom: 15px;
}

/* line 20, app/assets/stylesheets/base/shared.scss */
.snippet {
  word-break: break-word;
}

/* line 63, app/assets/stylesheets/base/shared.scss */
.btn a {
  color: white;
}

/* line 67, app/assets/stylesheets/base/shared.scss */
.btn-label {
  padding-left: 30px;
}

/* line 71, app/assets/stylesheets/base/shared.scss */
.branded {
  background: #004488 !important;
  border-bottom: 1px solid #080050;
}

/* line 76, app/assets/stylesheets/base/shared.scss */
.co-branded {
  background: #004488 !important;
}

/* line 80, app/assets/stylesheets/base/shared.scss */
hr.devider {
  width: 98%;
  height: 2px;
  opacity: 0.2;
  color: #c2cad9;
  margin: 0 auto;
}

/* line 4, app/assets/stylesheets/pages/profiles.scss */
.profile {
  margin: 20px 0;
}

@media screen and (max-width: 450px) {
  /* line 8, app/assets/stylesheets/pages/profiles.scss */
  .profile .user-info {
    min-width: 100%;
  }
}

/* line 13, app/assets/stylesheets/pages/profiles.scss */
.profile .profile-input {
  width: 40%;
  margin: 10px 0;
}

/* line 14, app/assets/stylesheets/pages/profiles.scss */
.profile .profile-input:nth-child(1) {
  width: 100%;
}

/* line 22, app/assets/stylesheets/pages/profiles.scss */
.profile .basic-text {
  color: #fe4b03;
  cursor: pointer;
}

/* line 27, app/assets/stylesheets/pages/profiles.scss */
.profile .hidden {
  display: none;
}

/* line 31, app/assets/stylesheets/pages/profiles.scss */
.profile .welcome {
  font-size: 40px;
}

/* line 33, app/assets/stylesheets/pages/profiles.scss */
.profile .welcome span {
  color: #fe4b03;
}

/* line 38, app/assets/stylesheets/pages/profiles.scss */
.profile .profile-edit {
  margin: 30px;
  justify-content: space-between;
}

/* line 43, app/assets/stylesheets/pages/profiles.scss */
.profile .basic-btn-short {
  width: 120px;
  background-color: #fe4b03;
  border-radius: 6px;
  min-width: 100px;
  min-height: 35px;
}

/* line 30, app/assets/stylesheets/base/shared.scss */
.profile .basic-btn-short:hover {
  background-color: #fe4b03;
  opacity: 0.8;
}

/* line 49, app/assets/stylesheets/pages/profiles.scss */
.profile .profile-social__tabs div[role="tablist"] {
  flex-wrap: wrap;
}

/* line 54, app/assets/stylesheets/pages/profiles.scss */
.profile .user-info,
.profile .profile-social,
.profile .article-preview,
.profile .profile-payment {
  background-color: white;
  border: 1px solid #c2cad9;
  border-radius: 5px;
}

/* line 63, app/assets/stylesheets/pages/profiles.scss */
.profile .user-info {
  margin-bottom: 50px;
  position: relative;
  width: 55%;
  min-height: 200px;
  margin-top: 70px;
}

/* line 70, app/assets/stylesheets/pages/profiles.scss */
.profile .user-info .edit-profile-btn {
  color: #fe4b03;
  margin-top: 20px;
  cursor: pointer;
  width: fit-content;
  margin-right: 20px;
  position: absolute;
  right: 0;
}

/* line 80, app/assets/stylesheets/pages/profiles.scss */
.profile .user-info .change-img {
  position: relative;
  top: 10px;
}

/* line 85, app/assets/stylesheets/pages/profiles.scss */
.profile .user-info .cahnge-password {
  bottom: -30px;
  left: 10px;
}

/* line 93, app/assets/stylesheets/pages/profiles.scss */
.profile-userpic img {
  width: 100%;
  border-radius: 50%;
  padding: 30px;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}

/* line 104, app/assets/stylesheets/pages/profiles.scss */
.profile-form .profile-input {
  width: 40%;
  margin: 20px 30px 20px 10px;
}

/* line 110, app/assets/stylesheets/pages/profiles.scss */
.file-name {
  margin-left: 10px;
}

/* Profile sidebar */
/* line 116, app/assets/stylesheets/pages/profiles.scss */
.profile-sidebar-details > div {
  margin-bottom: 20px;
}

/* line 122, app/assets/stylesheets/pages/profiles.scss */
.profile-usermenu > a {
  margin: 0 15px;
}

/* line 125, app/assets/stylesheets/pages/profiles.scss */
.profile-usermenu > a:hover {
  color: black;
}

/* line 131, app/assets/stylesheets/pages/profiles.scss */
.profile-usertitle {
  text-align: center;
}

/* line 135, app/assets/stylesheets/pages/profiles.scss */
.profile-usertitle-bio {
  text-align: center;
  margin-top: 10px;
}

/* line 140, app/assets/stylesheets/pages/profiles.scss */
.profile-usertitle-username {
  text-transform: uppercase;
  margin-bottom: 15px;
}

/* line 145, app/assets/stylesheets/pages/profiles.scss */
.profile-sidebar {
  text-align: center;
}

/* line 150, app/assets/stylesheets/pages/profiles.scss */
.profile-sidebar a:not(.btn) {
  color: #93a3b5;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

/* line 158, app/assets/stylesheets/pages/profiles.scss */
.btn-profile-social {
  height: 33px;
  margin-top: 7px;
}

/* line 163, app/assets/stylesheets/pages/profiles.scss */
.profile-usermenu {
  margin-top: 30px;
}

/* Profile Content */
/* line 168, app/assets/stylesheets/pages/profiles.scss */
.profile-content {
  padding: 20px;
  background: #fff;
  min-height: 460px;
}

/* line 174, app/assets/stylesheets/pages/profiles.scss */
.profile-social-container {
  width: 90%;
}

/* line 176, app/assets/stylesheets/pages/profiles.scss */
.profile-social-container p {
  color: #3c3f47;
}

/* line 181, app/assets/stylesheets/pages/profiles.scss */
.profile-payment {
  min-height: 130px;
}

/* line 184, app/assets/stylesheets/pages/profiles.scss */
.profile-payment > div {
  min-width: 100%;
  align-content: center;
}

/* line 190, app/assets/stylesheets/pages/profiles.scss */
.profile-social,
.profile-payment {
  width: 100%;
  margin-bottom: 60px;
}

/* line 195, app/assets/stylesheets/pages/profiles.scss */
.profile-social button[role="tab"],
.profile-payment button[role="tab"] {
  border-right: 1px solid #c2cad9;
  border-bottom: 1px solid #c2cad9;
  background-color: #fcfcfc;
  opacity: 0.6;
}

/* line 201, app/assets/stylesheets/pages/profiles.scss */
.profile-social button.filled[role="tab"],
.profile-payment button.filled[role="tab"] {
  color: #fe4b03;
}

/* line 206, app/assets/stylesheets/pages/profiles.scss */
.profile-social button[aria-selected="true"],
.profile-payment button[aria-selected="true"] {
  opacity: 1;
  background-color: white;
  border-bottom: 1px solid white;
}

/* line 212, app/assets/stylesheets/pages/profiles.scss */
.profile-social .profile-social-input,
.profile-payment .profile-social-input {
  width: 80%;
}

/* line 216, app/assets/stylesheets/pages/profiles.scss */
.profile-social .profile-social__btn,
.profile-payment .profile-social__btn {
  margin: 10px;
}

/* line 3, app/assets/stylesheets/articles/ArticleComment.scss */
.rl-article-comment-card {
  margin: 12px 0 24px 0;
  background-color: #fff;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  transition: 0.05s all ease-in;
  cursor: pointer;
}

/* line 12, app/assets/stylesheets/articles/ArticleComment.scss */
.rl-article-comment-card.rl-active {
  transition: 0.1s all ease-out;
  transform: translateX(-20px);
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
}

/* line 17, app/assets/stylesheets/articles/ArticleComment.scss */
.rl-article-comment-card.rl-active:before {
  content: "";
  position: absolute;
  background: #ffbf16;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 30, app/assets/stylesheets/articles/ArticleComment.scss */
.rl-article-comment-card.rl-outdated {
  background-color: #f6f7f9;
  opacity: 0.8;
}

/* line 35, app/assets/stylesheets/articles/ArticleComment.scss */
.rl-article-comment-card .rl-article-comment {
  border-top: 1px solid #e7e7e7;
}

/* line 38, app/assets/stylesheets/articles/ArticleComment.scss */
.rl-article-comment-card .rl-article-comment:first-child {
  border-top: none;
}

/* line 43, app/assets/stylesheets/articles/ArticleComment.scss */
.rl-article-comment-card .rl-article-comment__card-footer {
  border-top: 1px solid #d3d3d3;
}

/* line 47, app/assets/stylesheets/articles/ArticleComment.scss */
.rl-article-comment-card .rl-article-comment__card-actions {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
}

/* line 56, app/assets/stylesheets/articles/ArticleComment.scss */
.rl-article-comment-card .rl-article-comment__reject, .rl-article-comment-card .rl-article-comment__reject:hover:not([disabled]), .rl-article-comment-card .rl-article-comment__reject:active:not([disabled]), .rl-article-comment-card .rl-article-comment__reject:focus:not([disabled]),
.rl-article-comment-card .rl-article-comment__accept,
.rl-article-comment-card .rl-article-comment__accept:hover:not([disabled]),
.rl-article-comment-card .rl-article-comment__accept:active:not([disabled]),
.rl-article-comment-card .rl-article-comment__accept:focus:not([disabled]),
.rl-article-comment-card .rl-article-comment__reply,
.rl-article-comment-card .rl-article-comment__reply:hover:not([disabled]),
.rl-article-comment-card .rl-article-comment__reply:active:not([disabled]),
.rl-article-comment-card .rl-article-comment__reply:focus:not([disabled]) {
  flex: 0 0 33.33%;
  padding: 12px;
  background: transparent;
  outline: 0;
  text-transform: none;
  border: 0;
  border-right: 1px solid #d3d3d3;
  font-size: 14px;
  font-weight: 600;
}

/* line 70, app/assets/stylesheets/articles/ArticleComment.scss */
.rl-article-comment-card .rl-article-comment__reject:last-child, .rl-article-comment-card .rl-article-comment__reject:hover:not([disabled]):last-child, .rl-article-comment-card .rl-article-comment__reject:active:not([disabled]):last-child, .rl-article-comment-card .rl-article-comment__reject:focus:not([disabled]):last-child,
.rl-article-comment-card .rl-article-comment__accept:last-child,
.rl-article-comment-card .rl-article-comment__accept:hover:not([disabled]):last-child,
.rl-article-comment-card .rl-article-comment__accept:active:not([disabled]):last-child,
.rl-article-comment-card .rl-article-comment__accept:focus:not([disabled]):last-child,
.rl-article-comment-card .rl-article-comment__reply:last-child,
.rl-article-comment-card .rl-article-comment__reply:hover:not([disabled]):last-child,
.rl-article-comment-card .rl-article-comment__reply:active:not([disabled]):last-child,
.rl-article-comment-card .rl-article-comment__reply:focus:not([disabled]):last-child {
  border-right: 0;
}

/* line 75, app/assets/stylesheets/articles/ArticleComment.scss */
.rl-article-comment-card .rl-article-comment__reject:disabled,
.rl-article-comment-card .rl-article-comment__accept:disabled,
.rl-article-comment-card .rl-article-comment__reply:disabled {
  cursor: not-allowed;
  opacity: 0.5;
  border-right: 1px solid #9e9e9e;
}

/* line 81, app/assets/stylesheets/articles/ArticleComment.scss */
.rl-article-comment-card .rl-article-comment__reject:hover,
.rl-article-comment-card .rl-article-comment__accept:hover,
.rl-article-comment-card .rl-article-comment__reply:hover {
  background-color: #f6f7f9;
}

/* line 85, app/assets/stylesheets/articles/ArticleComment.scss */
.rl-article-comment-card .rl-article-comment__reject:active,
.rl-article-comment-card .rl-article-comment__accept:active,
.rl-article-comment-card .rl-article-comment__reply:active {
  background-color: #e7e7e7;
}

/* line 90, app/assets/stylesheets/articles/ArticleComment.scss */
.rl-article-comment-card .rl-article-comment__reject {
  color: red;
}

/* line 94, app/assets/stylesheets/articles/ArticleComment.scss */
.rl-article-comment-card .rl-article-comment__accept {
  color: #24826f;
}

/* line 98, app/assets/stylesheets/articles/ArticleComment.scss */
.rl-article-comment-card .rl-article-comment__reply {
  color: #42485a;
}

/* line 103, app/assets/stylesheets/articles/ArticleComment.scss */
.rl-article-comment-card,
.rl-article-comment {
  position: relative;
  white-space: nowrap;
}

/* line 108, app/assets/stylesheets/articles/ArticleComment.scss */
.rl-article-comment-card .rl-article-comment__header,
.rl-article-comment .rl-article-comment__header {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 12px 0 0 0;
}

/* line 115, app/assets/stylesheets/articles/ArticleComment.scss */
.rl-article-comment-card .rl-article-comment__status,
.rl-article-comment .rl-article-comment__status {
  width: 100%;
  flex: 0 0 100%;
  display: flex;
  justify-content: flex-end;
  padding: 6px 12px 3px 12px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 20px;
}

/* line 126, app/assets/stylesheets/articles/ArticleComment.scss */
.rl-article-comment-card .rl-article-comment__status .rl-icon,
.rl-article-comment .rl-article-comment__status .rl-icon {
  margin-left: 6px;
}

/* line 130, app/assets/stylesheets/articles/ArticleComment.scss */
.rl-article-comment-card .rl-article-comment__status .rl-status,
.rl-article-comment .rl-article-comment__status .rl-status {
  display: flex;
  align-items: center;
}

/* line 135, app/assets/stylesheets/articles/ArticleComment.scss */
.rl-article-comment-card .rl-article-comment__status .rl-status--rejected,
.rl-article-comment .rl-article-comment__status .rl-status--rejected {
  color: red;
}

/* line 139, app/assets/stylesheets/articles/ArticleComment.scss */
.rl-article-comment-card .rl-article-comment__status .rl-status--accepted,
.rl-article-comment .rl-article-comment__status .rl-status--accepted {
  color: #24826f;
}

/* line 143, app/assets/stylesheets/articles/ArticleComment.scss */
.rl-article-comment-card .rl-article-comment__status .rl-status--outdated,
.rl-article-comment .rl-article-comment__status .rl-status--outdated {
  color: #6a7084;
  margin-right: auto;
}

/* line 149, app/assets/stylesheets/articles/ArticleComment.scss */
.rl-article-comment-card .rl-article-comment__outdated-commented-text,
.rl-article-comment .rl-article-comment__outdated-commented-text {
  width: 100%;
  flex: 0 0 100%;
  padding: 6px 12px 3px 12px;
  line-height: 20px;
  text-decoration: line-through;
  color: #6a7084;
  white-space: normal;
  word-break: break-word;
  font-size: 14px;
}

/* line 161, app/assets/stylesheets/articles/ArticleComment.scss */
.rl-article-comment-card .rl-article-comment__userpic,
.rl-article-comment-card .rl-article-comment__actions,
.rl-article-comment .rl-article-comment__userpic,
.rl-article-comment .rl-article-comment__actions {
  flex: 0 0 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 169, app/assets/stylesheets/articles/ArticleComment.scss */
.rl-article-comment-card .rl-article-comment__data,
.rl-article-comment .rl-article-comment__data {
  flex: 1 1 auto;
  overflow: hidden;
  font-size: 14px;
  padding: 0 12px 0 0;
}

/* line 176, app/assets/stylesheets/articles/ArticleComment.scss */
.rl-article-comment-card .rl-article-comment__userpic,
.rl-article-comment .rl-article-comment__userpic {
  flex: 0 0 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #6a7084;
}

/* line 183, app/assets/stylesheets/articles/ArticleComment.scss */
.rl-article-comment-card .rl-article-comment__userpic .rl-profile-img__wrapper,
.rl-article-comment .rl-article-comment__userpic .rl-profile-img__wrapper {
  height: 34px;
  width: 34px;
}

/* line 189, app/assets/stylesheets/articles/ArticleComment.scss */
.rl-article-comment-card .rl-article-comment__role,
.rl-article-comment .rl-article-comment__role {
  font-size: 12px;
  color: #6a7084;
  font-weight: 400;
}

/* line 195, app/assets/stylesheets/articles/ArticleComment.scss */
.rl-article-comment-card .rl-article-comment__author,
.rl-article-comment .rl-article-comment__author {
  font-weight: 600;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* line 203, app/assets/stylesheets/articles/ArticleComment.scss */
.rl-article-comment-card .rl-article-comment__updated-at,
.rl-article-comment .rl-article-comment__updated-at {
  color: #6a7084;
}

/* line 209, app/assets/stylesheets/articles/ArticleComment.scss */
.rl-article-comment-card .rl-article-comment__cancel, .rl-article-comment-card .rl-article-comment__cancel:hover, .rl-article-comment-card .rl-article-comment__cancel:active, .rl-article-comment-card .rl-article-comment__cancel:focus,
.rl-article-comment-card .rl-article-comment__save,
.rl-article-comment-card .rl-article-comment__save:hover,
.rl-article-comment-card .rl-article-comment__save:active,
.rl-article-comment-card .rl-article-comment__save:focus,
.rl-article-comment .rl-article-comment__cancel,
.rl-article-comment .rl-article-comment__cancel:hover,
.rl-article-comment .rl-article-comment__cancel:active,
.rl-article-comment .rl-article-comment__cancel:focus,
.rl-article-comment .rl-article-comment__save,
.rl-article-comment .rl-article-comment__save:hover,
.rl-article-comment .rl-article-comment__save:active,
.rl-article-comment .rl-article-comment__save:focus {
  border-radius: 4px;
  margin: 0 0 0 20px;
  background: transparent;
  border: 0;
  outline: 0;
  text-transform: none;
  padding: 4px 12px;
  border: 1px solid;
  margin: 0 0 0 12px;
  font-size: 14px;
  font-weight: 600;
}

/* line 228, app/assets/stylesheets/articles/ArticleComment.scss */
.rl-article-comment-card .rl-article-comment__cancel, .rl-article-comment-card .rl-article-comment__cancel:hover, .rl-article-comment-card .rl-article-comment__cancel:active, .rl-article-comment-card .rl-article-comment__cancel:focus,
.rl-article-comment .rl-article-comment__cancel,
.rl-article-comment .rl-article-comment__cancel:hover,
.rl-article-comment .rl-article-comment__cancel:active,
.rl-article-comment .rl-article-comment__cancel:focus {
  border-color: #c2cad9;
  color: #42485a;
}

/* line 238, app/assets/stylesheets/articles/ArticleComment.scss */
.rl-article-comment-card .rl-article-comment__save, .rl-article-comment-card .rl-article-comment__save:hover, .rl-article-comment-card .rl-article-comment__save:active, .rl-article-comment-card .rl-article-comment__save:focus,
.rl-article-comment .rl-article-comment__save,
.rl-article-comment .rl-article-comment__save:hover,
.rl-article-comment .rl-article-comment__save:active,
.rl-article-comment .rl-article-comment__save:focus {
  background: #24826f;
  border-color: #24826f;
  color: #fff;
}

/* line 248, app/assets/stylesheets/articles/ArticleComment.scss */
.rl-article-comment-card .rl-article-comment__value-field,
.rl-article-comment .rl-article-comment__value-field {
  padding: 16px;
}

/* line 252, app/assets/stylesheets/articles/ArticleComment.scss */
.rl-article-comment-card .rl-article-comment__value,
.rl-article-comment .rl-article-comment__value {
  padding: 16px;
  white-space: normal;
  word-break: break-word;
}

/* line 258, app/assets/stylesheets/articles/ArticleComment.scss */
.rl-article-comment-card .rl-article-comment__input,
.rl-article-comment .rl-article-comment__input {
  width: 100%;
}

/* line 262, app/assets/stylesheets/articles/ArticleComment.scss */
.rl-article-comment-card .rl-article-comment__footer,
.rl-article-comment .rl-article-comment__footer {
  padding: 0 16px 16px 0;
  display: flex;
  justify-content: flex-end;
}

/* line 269, app/assets/stylesheets/articles/ArticleComment.scss */
.rl-skeleton {
  position: relative;
  background: #e7e7e7;
  height: 14px;
  display: block;
  height: 14px;
  margin: 3px 0 4px 0;
  border-radius: 4px;
}

/* line 278, app/assets/stylesheets/articles/ArticleComment.scss */
.rl-skeleton:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
  animation: skeleton 2s infinite;
  content: "";
}

@keyframes skeleton {
  100% {
    transform: translateX(100%);
  }
}

/* line 3, app/assets/stylesheets/base/shared.scss */
.bordered-lr {
  border-left: 1px solid lightgray;
  border-right: 1px solid lightgray;
}

/* line 8, app/assets/stylesheets/base/shared.scss */
.white-text {
  color: white;
}

/* line 12, app/assets/stylesheets/base/shared.scss */
.img-responsive {
  width: 100%;
}

/* line 16, app/assets/stylesheets/base/shared.scss */
.padded-bottom {
  padding-bottom: 15px;
}

/* line 20, app/assets/stylesheets/base/shared.scss */
.snippet {
  word-break: break-word;
}

/* line 63, app/assets/stylesheets/base/shared.scss */
.btn a {
  color: white;
}

/* line 67, app/assets/stylesheets/base/shared.scss */
.btn-label {
  padding-left: 30px;
}

/* line 71, app/assets/stylesheets/base/shared.scss */
.branded {
  background: #004488 !important;
  border-bottom: 1px solid #080050;
}

/* line 76, app/assets/stylesheets/base/shared.scss */
.co-branded {
  background: #004488 !important;
}

/* line 80, app/assets/stylesheets/base/shared.scss */
hr.devider {
  width: 98%;
  height: 2px;
  opacity: 0.2;
  color: #c2cad9;
  margin: 0 auto;
}

/* line 4, app/assets/stylesheets/articles/ArticleEdit.scss */
.rl-article-edit {
  font-family: "Noto Sans", sans-serif;
  color: #2b3142;
}

/* line 15, app/assets/stylesheets/articles/ArticleEdit.scss */
.rl-article-edit .rl-article-edit-loading {
  padding-top: 20%;
}

/* line 19, app/assets/stylesheets/articles/ArticleEdit.scss */
.rl-article-edit .rl-article-edit-container {
  position: relative;
  height: calc(100vh - 65px);
  overflow: hidden;
}

/* line 25, app/assets/stylesheets/articles/ArticleEdit.scss */
.rl-article-edit .rl-article-editing {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 480px;
  overflow: auto;
}

@media (min-width: 1200px) {
  /* line 25, app/assets/stylesheets/articles/ArticleEdit.scss */
  .rl-article-edit .rl-article-editing {
    right: 580px;
  }
}

@media (max-width: 992px) {
  /* line 25, app/assets/stylesheets/articles/ArticleEdit.scss */
  .rl-article-edit .rl-article-editing {
    right: 380px;
  }
}

@media (max-width: 768px) {
  /* line 25, app/assets/stylesheets/articles/ArticleEdit.scss */
  .rl-article-edit .rl-article-editing {
    right: 0;
  }
  /* line 44, app/assets/stylesheets/articles/ArticleEdit.scss */
  .rl-article-edit .rl-article-editing.rl-mob-editorial--active {
    overflow: hidden;
  }
}

/* line 49, app/assets/stylesheets/articles/ArticleEdit.scss */
.rl-article-edit .rl-article-editing.rl-article-editing--preview {
  left: 0;
  right: 0;
}

/* line 53, app/assets/stylesheets/articles/ArticleEdit.scss */
.rl-article-edit .rl-article-editing.rl-article-editing--preview .rl-article-view {
  max-width: 966px;
  margin: 0 auto;
}

/* line 60, app/assets/stylesheets/articles/ArticleEdit.scss */
.rl-article-edit .rl-article-editing__content {
  max-width: 1080px;
  margin: 0 auto;
  padding: 10px;
}

/* line 66, app/assets/stylesheets/articles/ArticleEdit.scss */
.rl-article-edit .rl-article-editorial {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 480px;
  overflow: auto;
  background: #fcfcfc;
  padding: 20px;
  z-index: 99;
}

@media (min-width: 1200px) {
  /* line 66, app/assets/stylesheets/articles/ArticleEdit.scss */
  .rl-article-edit .rl-article-editorial {
    width: 580px;
    padding: 30px;
  }
}

@media (max-width: 992px) {
  /* line 66, app/assets/stylesheets/articles/ArticleEdit.scss */
  .rl-article-edit .rl-article-editorial {
    width: 380px;
  }
}

@media (max-width: 768px) {
  /* line 66, app/assets/stylesheets/articles/ArticleEdit.scss */
  .rl-article-edit .rl-article-editorial {
    transform: translateX(100%);
    width: 60%;
    transition: 0.3s all ease-out;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  }
  /* line 93, app/assets/stylesheets/articles/ArticleEdit.scss */
  .rl-article-edit .rl-article-editorial.rl-mob-editorial--active {
    transform: translateX(0);
  }
}

@media (max-width: 480px) {
  /* line 66, app/assets/stylesheets/articles/ArticleEdit.scss */
  .rl-article-edit .rl-article-editorial {
    width: 88%;
  }
}

@media (max-width: 768px) {
  /* line 103, app/assets/stylesheets/articles/ArticleEdit.scss */
  .rl-article-edit .rl-mob-article-editorial__overlay {
    opacity: 0;
    transition: 0.3s all ease-out;
  }
  /* line 108, app/assets/stylesheets/articles/ArticleEdit.scss */
  .rl-article-edit .rl-mob-article-editorial__overlay.rl-mob-editorial--active {
    opacity: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 97;
  }
}

/* line 121, app/assets/stylesheets/articles/ArticleEdit.scss */
.rl-article-edit .rl-mob-article-editorial-toggle {
  display: none;
  position: absolute;
  justify-content: center;
  align-items: center;
  padding: 0;
  height: 50px;
  width: 42px;
  border: 1px solid #e7e7e7;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  top: 0;
  right: 0;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  border-right: 0;
  z-index: 98;
  transition: 0.3s all ease-out;
}

/* line 139, app/assets/stylesheets/articles/ArticleEdit.scss */
.rl-article-edit .rl-mob-article-editorial-toggle, .rl-article-edit .rl-mob-article-editorial-toggle:hover, .rl-article-edit .rl-mob-article-editorial-toggle:active, .rl-article-edit .rl-mob-article-editorial-toggle:focus {
  background: #fff;
  color: #fe4b03;
}

@media (max-width: 768px) {
  /* line 121, app/assets/stylesheets/articles/ArticleEdit.scss */
  .rl-article-edit .rl-mob-article-editorial-toggle {
    display: flex;
  }
  /* line 150, app/assets/stylesheets/articles/ArticleEdit.scss */
  .rl-article-edit .rl-mob-article-editorial-toggle.rl-mob-editorial--active {
    right: 60%;
  }
}

@media (max-width: 480px) {
  /* line 156, app/assets/stylesheets/articles/ArticleEdit.scss */
  .rl-article-edit .rl-mob-article-editorial-toggle.rl-mob-editorial--active {
    right: 88%;
  }
}

/* line 166, app/assets/stylesheets/articles/ArticleEdit.scss */
.rl-article-edit .rl-section {
  margin: 55px 0;
}

/* line 169, app/assets/stylesheets/articles/ArticleEdit.scss */
.rl-article-edit .rl-section:first-child {
  margin-top: 0;
}

/* line 173, app/assets/stylesheets/articles/ArticleEdit.scss */
.rl-article-edit .rl-section:last-child {
  margin-bottom: 0;
}

/* line 178, app/assets/stylesheets/articles/ArticleEdit.scss */
.rl-article-edit .rl-section__title {
  font-weight: 700;
  font-size: 20px;
  margin: 0 0 8px 0;
}

/* line 184, app/assets/stylesheets/articles/ArticleEdit.scss */
.rl-article-edit .rl-subsection {
  margin: 30px 0;
}

/* line 187, app/assets/stylesheets/articles/ArticleEdit.scss */
.rl-article-edit .rl-subsection:last-child {
  margin-bottom: 0;
}

/* line 192, app/assets/stylesheets/articles/ArticleEdit.scss */
.rl-article-edit .rl-subsection__field {
  margin: 4px 0 8px 0;
}

/* line 196, app/assets/stylesheets/articles/ArticleEdit.scss */
.rl-article-edit .rl-subsection__title {
  font-weight: 700;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 203, app/assets/stylesheets/articles/ArticleEdit.scss */
.rl-article-edit .rl-subsection__title .rl-icon {
  margin-left: 5px;
  color: #6b6b6b;
}

/* line 209, app/assets/stylesheets/articles/ArticleEdit.scss */
.rl-article-edit .rl-subsection__value {
  color: #6b6b6b;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  padding: 5px 0;
}

/* line 217, app/assets/stylesheets/articles/ArticleEdit.scss */
.rl-article-edit .rl-btn--main {
  background-color: #fe4b03;
  border-radius: 6px;
  min-width: 100px;
  min-height: 35px;
  text-transform: none;
  width: 100%;
  margin-bottom: 5px;
}

/* line 30, app/assets/stylesheets/base/shared.scss */
.rl-article-edit .rl-btn--main:hover {
  background-color: #fe4b03;
  opacity: 0.8;
}

/* line 223, app/assets/stylesheets/articles/ArticleEdit.scss */
.rl-article-edit .rl-btn--main:disabled {
  opacity: 0.5;
}

/* line 227, app/assets/stylesheets/articles/ArticleEdit.scss */
.rl-article-edit .rl-btn--main.rl-btn--check {
  background: #353c50;
  color: #fff;
}

/* line 231, app/assets/stylesheets/articles/ArticleEdit.scss */
.rl-article-edit .rl-btn--main.rl-btn--suggest {
  background: transparent;
  color: #353c50;
  border: 1px solid #353c50;
}

/* line 236, app/assets/stylesheets/articles/ArticleEdit.scss */
.rl-article-edit .rl-btn--main.rl-btn--submit {
  background: #24826f;
  color: #fff;
}

/* line 240, app/assets/stylesheets/articles/ArticleEdit.scss */
.rl-article-edit .rl-btn--main.rl-btn--approve {
  background: #fe4b03;
  color: #fff;
}

/* line 3, app/assets/stylesheets/articles/ImageSelector.scss */
.rl-image-selector {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 5px;
  position: relative;
}

/* line 11, app/assets/stylesheets/articles/ImageSelector.scss */
.rl-image-selector .rl-image-container {
  position: relative;
  flex: 0 0 18%;
  padding-bottom: 18%;
  margin: 0 2% 2% 0;
  min-width: 0;
  height: 0;
}

@media (max-width: 768px) {
  /* line 11, app/assets/stylesheets/articles/ImageSelector.scss */
  .rl-image-selector .rl-image-container {
    flex: 0 0 23%;
    padding-bottom: 23%;
  }
}

/* line 25, app/assets/stylesheets/articles/ImageSelector.scss */
.rl-image-selector .rl-image-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  object-fit: cover;
  border: 4px solid transparent;
  border-radius: 8px;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* line 38, app/assets/stylesheets/articles/ImageSelector.scss */
.rl-image-selector .rl-image-preview.rl-selected {
  border-color: #fe4b03;
}

/* line 5, app/assets/stylesheets/articles/MinValueCounter.scss */
.rl-min-value-counter.rl-empty .rl-min-value__info {
  color: #bf1a38;
}

/* line 10, app/assets/stylesheets/articles/MinValueCounter.scss */
.rl-min-value-counter .rl-min-value__info {
  color: #6b6b6b;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  padding: 5px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* line 21, app/assets/stylesheets/articles/MinValueCounter.scss */
.rl-min-value-counter .rl-min-value__title {
  display: flex;
  align-items: center;
}

/* line 25, app/assets/stylesheets/articles/MinValueCounter.scss */
.rl-min-value-counter .rl-min-value__title .rl-icon {
  margin: 1px 0 0 5px;
}

/* line 29, app/assets/stylesheets/articles/MinValueCounter.scss */
.rl-min-value-counter .rl-min-value__title .rl-icon--warning {
  color: #bf1a38;
  margin-top: -2px;
}

/* line 34, app/assets/stylesheets/articles/MinValueCounter.scss */
.rl-min-value-counter .rl-min-value__title .rl-icon--checked {
  color: #109072;
  margin-top: -2px;
}

/* line 40, app/assets/stylesheets/articles/MinValueCounter.scss */
.rl-min-value-counter .rl-min-value__value-count {
  font-weight: 600;
  margin-left: 5px;
}

/* line 44, app/assets/stylesheets/articles/MinValueCounter.scss */
.rl-min-value-counter .rl-min-value__value-count .rl-invalid {
  color: #bf1a38;
}

/* line 49, app/assets/stylesheets/articles/MinValueCounter.scss */
.rl-min-value-counter .rl-min-value-chart {
  background: #eeeeee;
  height: 10px;
  border-radius: 6px;
}

/* line 55, app/assets/stylesheets/articles/MinValueCounter.scss */
.rl-min-value-counter .rl-min-value-chart__fill {
  transition: 0.3s transform ease-out;
  background: #bf1a38;
}

/* line 59, app/assets/stylesheets/articles/MinValueCounter.scss */
.rl-min-value-counter .rl-min-value-chart__fill.rl-valid {
  background: #109072;
}

/* line 1, app/assets/stylesheets/article-content/article-content.scss */
.rl-article-content__h2,
.rl-article-content__h3 {
  font-weight: 700;
}

/* line 6, app/assets/stylesheets/article-content/article-content.scss */
.rl-article-content__paragraph {
  margin: 20px 0;
}

/* line 10, app/assets/stylesheets/article-content/article-content.scss */
.rl-article-content__bold {
  font-weight: 700;
}

/* line 14, app/assets/stylesheets/article-content/article-content.scss */
.rl-article-content__italic {
  font-style: italic;
}

/* line 18, app/assets/stylesheets/article-content/article-content.scss */
.rl-article-content__underline {
  text-decoration: underline;
}

/* line 22, app/assets/stylesheets/article-content/article-content.scss */
.rl-article-content__img-container {
  position: relative;
  overflow: hidden;
  min-height: 200px;
}

/* line 28, app/assets/stylesheets/article-content/article-content.scss */
.rl-article-content__img-delete {
  position: absolute;
  top: 6px;
  right: 6px;
  border-radius: 4px;
  border: 0;
  background: rgba(255, 255, 255, 0.7);
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: #fe4b03;
}

/* line 45, app/assets/stylesheets/article-content/article-content.scss */
.rl-article-content__img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}

/* line 51, app/assets/stylesheets/article-content/article-content.scss */
.rl-article-content__img-caption {
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 62, app/assets/stylesheets/article-content/article-content.scss */
.rl-article-content__img-caption-input {
  width: 100%;
  text-align: center;
  border: 0;
  outline: 0;
  background: transparent;
}

/* line 70, app/assets/stylesheets/article-content/article-content.scss */
.rl-article-content__img-caption-label {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 77, app/assets/stylesheets/article-content/article-content.scss */
.rl-article-content__img-caption-label.rl-placeholder {
  color: #fe4b03;
}

/* line 83, app/assets/stylesheets/article-content/article-content.scss */
.ramblist [class^="rl-article"] a.rl-article-content__link,
[class^="rl-article"] a.rl-article-content__link {
  color: #fe4b03;
  text-decoration: none;
}

/* line 88, app/assets/stylesheets/article-content/article-content.scss */
.ramblist [class^="rl-article"] a.rl-article-content__link:hover,
[class^="rl-article"] a.rl-article-content__link:hover {
  text-decoration: underline;
}

/* line 3, app/assets/stylesheets/base/shared.scss */
.bordered-lr {
  border-left: 1px solid lightgray;
  border-right: 1px solid lightgray;
}

/* line 8, app/assets/stylesheets/base/shared.scss */
.white-text {
  color: white;
}

/* line 12, app/assets/stylesheets/base/shared.scss */
.img-responsive {
  width: 100%;
}

/* line 16, app/assets/stylesheets/base/shared.scss */
.padded-bottom {
  padding-bottom: 15px;
}

/* line 20, app/assets/stylesheets/base/shared.scss */
.snippet {
  word-break: break-word;
}

/* line 63, app/assets/stylesheets/base/shared.scss */
.btn a {
  color: white;
}

/* line 67, app/assets/stylesheets/base/shared.scss */
.btn-label {
  padding-left: 30px;
}

/* line 71, app/assets/stylesheets/base/shared.scss */
.branded {
  background: #004488 !important;
  border-bottom: 1px solid #080050;
}

/* line 76, app/assets/stylesheets/base/shared.scss */
.co-branded {
  background: #004488 !important;
}

/* line 80, app/assets/stylesheets/base/shared.scss */
hr.devider {
  width: 98%;
  height: 2px;
  opacity: 0.2;
  color: #c2cad9;
  margin: 0 auto;
}

/* line 4, app/assets/stylesheets/article-editor/ArticleEditor.scss */
.rl-article-editor__toolbar-container {
  position: sticky;
  top: -1px;
  z-index: 12;
  transition: 0.2s all ease-out;
  padding-top: 0;
  background-color: #f6f7f9;
}

/* line 12, app/assets/stylesheets/article-editor/ArticleEditor.scss */
.rl-article-editor__toolbar-container.rl-sticky {
  padding-top: 12px;
  box-shadow: 0px 8px 8px -8px rgba(0, 0, 0, 0.1);
}

/* line 18, app/assets/stylesheets/article-editor/ArticleEditor.scss */
.rl-article-editor__toolbar {
  display: flex;
  background: #fcfcfc;
  border: 1px solid #d3d3d3;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: 0 5px;
  flex-wrap: wrap;
}

/* line 30, app/assets/stylesheets/article-editor/ArticleEditor.scss */
.rl-article-editor__toolbar-btn {
  background: transparent;
  height: 30px;
  padding: 5px 10px 5px 0px;
  margin: 5px 5px 5px 5px;
  width: 34px;
  font-size: 14px;
  border: none;
  border-right: 1px solid #d3d3d3;
  cursor: pointer;
}

/* line 41, app/assets/stylesheets/article-editor/ArticleEditor.scss */
.rl-article-editor__toolbar-btn label {
  cursor: pointer;
}

/* line 45, app/assets/stylesheets/article-editor/ArticleEditor.scss */
.rl-article-editor__toolbar-btn.rl-active {
  color: #fe4b03;
  font-weight: 700;
}

/* line 50, app/assets/stylesheets/article-editor/ArticleEditor.scss */
.rl-article-editor__toolbar-btn .rl-icon {
  justify-content: center;
}

/* line 54, app/assets/stylesheets/article-editor/ArticleEditor.scss */
.rl-article-editor__toolbar-btn.rl-add-comment {
  width: auto;
  font-weight: 500;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* line 63, app/assets/stylesheets/article-editor/ArticleEditor.scss */
.rl-article-editor__editable {
  position: relative;
  padding: 4px 18px 4px 18px;
  border: 1px solid #d3d3d3;
  border-top: none;
  background: #fff;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* line 75, app/assets/stylesheets/article-editor/ArticleEditor.scss */
.rl-article-editor__link-menu {
  position: absolute;
  opacity: 0;
  transition: 0.25s all ease-out;
  background-color: #fff;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  padding: 12px 30px 8px 30px;
  white-space: nowrap;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: stretch;
  flex-direction: column;
  justify-content: center;
  width: 280px;
  z-index: 10;
}

/* line 93, app/assets/stylesheets/article-editor/ArticleEditor.scss */
.rl-article-editor__link-menu-label {
  font-size: 14px;
}

/* line 97, app/assets/stylesheets/article-editor/ArticleEditor.scss */
.rl-article-editor__link-menu-input {
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  color: #2b3142;
  margin: 4px 0;
  padding: 6px;
}

/* line 105, app/assets/stylesheets/article-editor/ArticleEditor.scss */
.rl-article-editor__link-menu-input--invalid {
  color: #fe4b03;
}

/* line 109, app/assets/stylesheets/article-editor/ArticleEditor.scss */
.rl-article-editor__link-menu-apply {
  padding: 8px;
  border-radius: 4px;
  margin: 8px auto;
  font-size: 14px;
  width: 100%;
}

/* line 116, app/assets/stylesheets/article-editor/ArticleEditor.scss */
.rl-article-editor__link-menu-apply, .rl-article-editor__link-menu-apply:hover, .rl-article-editor__link-menu-apply:active, .rl-article-editor__link-menu-apply:focus {
  background: #fe4b03;
  color: #fff;
  border: 0;
  outline: 0;
  text-transform: none;
  font-weight: normal;
}

/* line 131, app/assets/stylesheets/article-editor/ArticleEditor.scss */
.rl-article-content__commented {
  background: #feeab5;
}

/* line 134, app/assets/stylesheets/article-editor/ArticleEditor.scss */
.rl-article-content__commented.rl-active {
  background: #ffbf16;
}

/* line 143, app/assets/stylesheets/article-editor/ArticleEditor.scss */
.rl-article-editor__suggestion-menu {
  position: absolute;
  opacity: 0;
  transition: 0.25s all ease-out;
  background-color: #fff;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  white-space: nowrap;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: stretch;
  flex-direction: column;
  justify-content: center;
  width: 280px;
  z-index: 10;
}

/* line 160, app/assets/stylesheets/article-editor/ArticleEditor.scss */
.rl-article-editor__suggestion-text {
  white-space: normal;
  font-size: 14px;
  padding: 0 16px;
  margin: 16px 0;
  max-height: 210px;
  overflow: auto;
}

/* line 169, app/assets/stylesheets/article-editor/ArticleEditor.scss */
.rl-article-editor__suggestion-actions {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  border-top: 1px solid #d3d3d3;
}

/* line 178, app/assets/stylesheets/article-editor/ArticleEditor.scss */
.rl-article-editor__suggestion-reject, .rl-article-editor__suggestion-reject:hover:not([disabled]), .rl-article-editor__suggestion-reject:active:not([disabled]), .rl-article-editor__suggestion-reject:focus:not([disabled]),
.rl-article-editor__suggestion-accept,
.rl-article-editor__suggestion-accept:hover:not([disabled]),
.rl-article-editor__suggestion-accept:active:not([disabled]),
.rl-article-editor__suggestion-accept:focus:not([disabled]) {
  flex: 0 0 50%;
  padding: 12px;
  background: transparent;
  outline: 0;
  text-transform: none;
  border: 0;
  border-right: 1px solid #d3d3d3;
  font-size: 14px;
  font-weight: 600;
}

/* line 192, app/assets/stylesheets/article-editor/ArticleEditor.scss */
.rl-article-editor__suggestion-reject:last-child, .rl-article-editor__suggestion-reject:hover:not([disabled]):last-child, .rl-article-editor__suggestion-reject:active:not([disabled]):last-child, .rl-article-editor__suggestion-reject:focus:not([disabled]):last-child,
.rl-article-editor__suggestion-accept:last-child,
.rl-article-editor__suggestion-accept:hover:not([disabled]):last-child,
.rl-article-editor__suggestion-accept:active:not([disabled]):last-child,
.rl-article-editor__suggestion-accept:focus:not([disabled]):last-child {
  border-right: 0;
}

/* line 197, app/assets/stylesheets/article-editor/ArticleEditor.scss */
.rl-article-editor__suggestion-reject:disabled,
.rl-article-editor__suggestion-accept:disabled {
  cursor: not-allowed;
  opacity: 0.5;
  border-right: 1px solid #9e9e9e;
}

/* line 203, app/assets/stylesheets/article-editor/ArticleEditor.scss */
.rl-article-editor__suggestion-reject:hover,
.rl-article-editor__suggestion-accept:hover {
  background-color: #f6f7f9;
}

/* line 207, app/assets/stylesheets/article-editor/ArticleEditor.scss */
.rl-article-editor__suggestion-reject:active,
.rl-article-editor__suggestion-accept:active {
  background-color: #e7e7e7;
}

/* line 212, app/assets/stylesheets/article-editor/ArticleEditor.scss */
.rl-article-editor__suggestion-reject {
  color: red;
}

/* line 216, app/assets/stylesheets/article-editor/ArticleEditor.scss */
.rl-article-editor__suggestion-accept {
  color: #24826f;
}

/* line 220, app/assets/stylesheets/article-editor/ArticleEditor.scss */
.rl-article-editor__suggestion-loading {
  margin-bottom: 16px;
  text-align: center;
}

/* line 3, app/assets/stylesheets/base/shared.scss */
.bordered-lr {
  border-left: 1px solid lightgray;
  border-right: 1px solid lightgray;
}

/* line 8, app/assets/stylesheets/base/shared.scss */
.white-text {
  color: white;
}

/* line 12, app/assets/stylesheets/base/shared.scss */
.img-responsive {
  width: 100%;
}

/* line 16, app/assets/stylesheets/base/shared.scss */
.padded-bottom {
  padding-bottom: 15px;
}

/* line 20, app/assets/stylesheets/base/shared.scss */
.snippet {
  word-break: break-word;
}

/* line 63, app/assets/stylesheets/base/shared.scss */
.btn a {
  color: white;
}

/* line 67, app/assets/stylesheets/base/shared.scss */
.btn-label {
  padding-left: 30px;
}

/* line 71, app/assets/stylesheets/base/shared.scss */
.branded {
  background: #004488 !important;
  border-bottom: 1px solid #080050;
}

/* line 76, app/assets/stylesheets/base/shared.scss */
.co-branded {
  background: #004488 !important;
}

/* line 80, app/assets/stylesheets/base/shared.scss */
hr.devider {
  width: 98%;
  height: 2px;
  opacity: 0.2;
  color: #c2cad9;
  margin: 0 auto;
}

/* line 3, app/assets/stylesheets/profile/ProfileDetailsEdit.scss */
.rl-profile-details-edit {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}

/* line 8, app/assets/stylesheets/profile/ProfileDetailsEdit.scss */
.rl-profile-details-edit .rl-profile-details-edit__field {
  padding: 0 10px;
  margin: 10px 0;
  width: 100%;
  flex: 0 0 100%;
}

/* line 14, app/assets/stylesheets/profile/ProfileDetailsEdit.scss */
.rl-profile-details-edit .rl-profile-details-edit__field .rl-profile-details-edit__input {
  width: 100%;
}

/* line 19, app/assets/stylesheets/profile/ProfileDetailsEdit.scss */
.rl-profile-details-edit .rl-profile-details-edit__field--first_name,
.rl-profile-details-edit .rl-profile-details-edit__field--last_name {
  flex: 0 0 50%;
}

/* line 24, app/assets/stylesheets/profile/ProfileDetailsEdit.scss */
.rl-profile-details-edit .rl-profile-details-edit__field--submit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 30, app/assets/stylesheets/profile/ProfileDetailsEdit.scss */
.rl-profile-details-edit .rl-profile-details-edit__password {
  color: #fe4b03;
  cursor: pointer;
  text-decoration: none;
  font-size: 14px;
}

/* line 37, app/assets/stylesheets/profile/ProfileDetailsEdit.scss */
.rl-profile-details-edit .rl-profile-details-edit__submit-btn {
  background-color: #fe4b03;
  border-radius: 6px;
  min-width: 100px;
  min-height: 35px;
  text-transform: none;
}

/* line 30, app/assets/stylesheets/base/shared.scss */
.rl-profile-details-edit .rl-profile-details-edit__submit-btn:hover {
  background-color: #fe4b03;
  opacity: 0.8;
}

/* line 1, app/assets/stylesheets/profile/ProfileImage.scss */
.rl-profile-img__wrapper {
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  height: 80px;
  width: 80px;
}

/* line 8, app/assets/stylesheets/profile/ProfileImage.scss */
.rl-profile-img__wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(315.74deg, rgba(254, 75, 3, 0.8) 14.99%, rgba(167, 167, 167, 0.3) 47.08%);
  z-index: 2;
}

/* line 24, app/assets/stylesheets/profile/ProfileImage.scss */
.rl-profile-img__img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}

/* line 3, app/assets/stylesheets/base/shared.scss */
.bordered-lr {
  border-left: 1px solid lightgray;
  border-right: 1px solid lightgray;
}

/* line 8, app/assets/stylesheets/base/shared.scss */
.white-text {
  color: white;
}

/* line 12, app/assets/stylesheets/base/shared.scss */
.img-responsive {
  width: 100%;
}

/* line 16, app/assets/stylesheets/base/shared.scss */
.padded-bottom {
  padding-bottom: 15px;
}

/* line 20, app/assets/stylesheets/base/shared.scss */
.snippet {
  word-break: break-word;
}

/* line 63, app/assets/stylesheets/base/shared.scss */
.btn a {
  color: white;
}

/* line 67, app/assets/stylesheets/base/shared.scss */
.btn-label {
  padding-left: 30px;
}

/* line 71, app/assets/stylesheets/base/shared.scss */
.branded {
  background: #004488 !important;
  border-bottom: 1px solid #080050;
}

/* line 76, app/assets/stylesheets/base/shared.scss */
.co-branded {
  background: #004488 !important;
}

/* line 80, app/assets/stylesheets/base/shared.scss */
hr.devider {
  width: 98%;
  height: 2px;
  opacity: 0.2;
  color: #c2cad9;
  margin: 0 auto;
}

/* line 3, app/assets/stylesheets/profile/ProfileImageEdit.scss */
.rl-profile-img-edit {
  font-size: 14px;
  display: flex;
  flex-direction: column;
  padding: 30px 0;
}

/* line 11, app/assets/stylesheets/profile/ProfileImageEdit.scss */
.rl-profile-img-edit .rl-profile-img-edit__image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* line 18, app/assets/stylesheets/profile/ProfileImageEdit.scss */
.rl-profile-img-edit .rl-profile-img-edit__controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 24, app/assets/stylesheets/profile/ProfileImageEdit.scss */
.rl-profile-img-edit .rl-profile-img-edit__discard-btn {
  background-color: #fe4b03;
  border-radius: 6px;
  min-width: 100px;
  min-height: 35px;
  width: auto;
  padding: 0;
  justify-content: flex-start;
}

/* line 30, app/assets/stylesheets/base/shared.scss */
.rl-profile-img-edit .rl-profile-img-edit__discard-btn:hover {
  background-color: #fe4b03;
  opacity: 0.8;
}

/* line 30, app/assets/stylesheets/profile/ProfileImageEdit.scss */
.rl-profile-img-edit .rl-profile-img-edit__discard-btn, .rl-profile-img-edit .rl-profile-img-edit__discard-btn:hover, .rl-profile-img-edit .rl-profile-img-edit__discard-btn:active, .rl-profile-img-edit .rl-profile-img-edit__discard-btn:focus {
  background: transparent;
  color: #fe4b03;
  border: 0;
  outline: 0;
  text-transform: none;
  font-weight: normal;
}

/* line 43, app/assets/stylesheets/profile/ProfileImageEdit.scss */
.rl-profile-img-edit .rl-profile-img-edit__submit-btn {
  background-color: #fe4b03;
  border-radius: 6px;
  min-width: 100px;
  min-height: 35px;
  width: 120px;
  text-transform: none;
}

/* line 30, app/assets/stylesheets/base/shared.scss */
.rl-profile-img-edit .rl-profile-img-edit__submit-btn:hover {
  background-color: #fe4b03;
  opacity: 0.8;
}

/* line 50, app/assets/stylesheets/profile/ProfileImageEdit.scss */
.rl-profile-img-edit--active .rl-profile-img-edit__label {
  color: #fe4b03;
  cursor: pointer;
  margin-bottom: 12px;
}

/* line 57, app/assets/stylesheets/profile/ProfileImageEdit.scss */
.rl-profile-img-edit--loading {
  opacity: 0.5;
  pointer-events: none;
}

/* line 3, app/assets/stylesheets/profile/ProfileView.scss */
.rl-profile-view {
  font-family: "Noto Sans", sans-serif;
}

/* line 6, app/assets/stylesheets/profile/ProfileView.scss */
.rl-profile-view .rl-profile-view__box {
  background-color: #fff;
  border: 1px solid #e7e7e7;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin-bottom: 50px;
  position: relative;
  max-width: 720px;
  width: 100%;
  padding: 30px 50px 50px 50px;
  min-height: 200px;
  margin-top: 20px;
}

/* line 20, app/assets/stylesheets/profile/ProfileView.scss */
.rl-profile-view .rl-profile-view__edit-btn {
  color: #fe4b03;
  padding: 20px;
  margin: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 32, app/assets/stylesheets/profile/ProfileView.scss */
.rl-profile-view .rl-profile-view__edit-btn, .rl-profile-view .rl-profile-view__edit-btn:hover, .rl-profile-view .rl-profile-view__edit-btn:active, .rl-profile-view .rl-profile-view__edit-btn:focus {
  background: transparent;
  color: #fe4b03;
  border: 0;
  outline: 0;
  text-transform: none;
  font-weight: normal;
}

/* line 44, app/assets/stylesheets/profile/ProfileView.scss */
.rl-profile-view .rl-profile-view__edit-btn .rl-profile-view__edit-btn-icon {
  margin-right: 4px;
}

/* line 49, app/assets/stylesheets/profile/ProfileView.scss */
.rl-profile-view .rl-profile-location-edit {
  margin-top: 25px;
}

/* line 53, app/assets/stylesheets/profile/ProfileView.scss */
.rl-profile-view .rl-profile-view__details {
  text-align: center;
  color: #353c50;
}

/* line 57, app/assets/stylesheets/profile/ProfileView.scss */
.rl-profile-view .rl-profile-view__details .profile-usertitle-name {
  font-weight: 600;
}

/* line 61, app/assets/stylesheets/profile/ProfileView.scss */
.rl-profile-view .rl-profile-view__details .rl-profile-view__username {
  margin-bottom: 30px;
}

/* line 65, app/assets/stylesheets/profile/ProfileView.scss */
.rl-profile-view .rl-profile-view__details .rl-profile-view__location {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

/* line 72, app/assets/stylesheets/profile/ProfileView.scss */
.rl-profile-view .rl-profile-view__details .rl-profile-view__biography {
  text-align: initial;
  color: #42485a;
}

/* line 1, app/assets/stylesheets/profile/SignInWithEthereum.scss */
.rl-sign-in-with-ethereum {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
}

/* line 8, app/assets/stylesheets/profile/SignInWithEthereum.scss */
.rl-sign-in-with-ethereum .rl-sign-in-with-ethereum__icon {
  margin-right: 10px;
}

/* line 12, app/assets/stylesheets/profile/SignInWithEthereum.scss */
.rl-sign-in-with-ethereum .rl-profile-details-edit__input input {
  font-size: 13px;
}

/* line 16, app/assets/stylesheets/profile/SignInWithEthereum.scss */
.rl-sign-in-with-ethereum .rl-sign-in-with-ethereum__form {
  padding: 0 10px;
  display: flex;
  justify-content: flex-end;
}

@media screen and (min-width: 800px) {
  /* line 23, app/assets/stylesheets/profile/SignInWithEthereum.scss */
  .rl-sign-in-with-ethereum .rl-sign-in-with-ethereum__form {
    width: 40%;
  }
  /* line 27, app/assets/stylesheets/profile/SignInWithEthereum.scss */
  .rl-sign-in-with-ethereum .rl-profile-details-edit__field {
    max-width: 60%;
  }
}

@media screen and (max-width: 799px) {
  /* line 33, app/assets/stylesheets/profile/SignInWithEthereum.scss */
  .rl-sign-in-with-ethereum .rl-sign-in-with-ethereum__form {
    width: 100%;
  }
  /* line 37, app/assets/stylesheets/profile/SignInWithEthereum.scss */
  .rl-sign-in-with-ethereum .rl-profile-details-edit__field {
    width: 100%;
  }
}

/* line 3, app/assets/stylesheets/profile/TimezoneEdit.scss */
.rl-timezone-edit {
  margin: 30px -10px 0 -10px;
  display: flex;
  flex-wrap: wrap;
}

/* line 8, app/assets/stylesheets/profile/TimezoneEdit.scss */
.rl-timezone-edit .rl-timezone-edit__field {
  padding: 0 10px;
  margin: 10px 0;
  width: 100%;
  flex: 0 0 100%;
}

/* line 14, app/assets/stylesheets/profile/TimezoneEdit.scss */
.rl-timezone-edit .rl-timezone-edit__field .rl-timezone-edit__input {
  width: 100%;
}

/* line 19, app/assets/stylesheets/profile/TimezoneEdit.scss */
.rl-timezone-edit .MuiSelect-select:focus {
  background-color: inherit;
}

/* line 1, app/assets/stylesheets/components/article-view.scss */
.rl-article-view {
  padding: 20px 10px;
}

/* line 4, app/assets/stylesheets/components/article-view.scss */
.rl-article-view .rl-article-view__title {
  width: 80%;
}

/* line 8, app/assets/stylesheets/components/article-view.scss */
.rl-article-view .rl-article-view__tags {
  max-width: 100%;
  overflow: hidden;
  flex-wrap: wrap;
}

/* line 14, app/assets/stylesheets/components/article-view.scss */
.rl-article-view .rl-article-view__tag {
  margin: 10px 5px;
}

/* line 18, app/assets/stylesheets/components/article-view.scss */
.rl-article-view img {
  max-width: 100%;
}

/* line 3, app/assets/stylesheets/components/icon.scss */
.rl-icon {
  display: flex;
  color: inherit;
}

/* line 1, app/assets/stylesheets/components/loading-spinner.scss */
.rl-loading-spinner {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fe4b03;
  color: white;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

/* line 11, app/assets/stylesheets/components/loading-spinner.scss */
.rl-loading-spinner .rl-icon {
  color: inherit;
}

/* line 15, app/assets/stylesheets/components/loading-spinner.scss */
.rl-loading-spinner .rl-loading-spinner__moving-part {
  width: 100%;
  height: 100%;
  transform: translateX(-30%);
  animation-name: rl-spinner;
  animation-iteration-count: infinite;
  animation-duration: 1.5s;
  animation-timing-function: linear;
}

@keyframes rl-spinner {
  from {
    transform: translate(-100%);
  }
  to {
    transform: translate(100%);
  }
}

/* line 3, app/assets/stylesheets/barometer/KeywordsList.scss */
.rl-keywords-list {
  margin-bottom: -5px;
}

/* line 7, app/assets/stylesheets/barometer/KeywordsList.scss */
.rl-keywords-list .rl-keyword {
  border: 1px solid #c2cad9;
  border-radius: 16px;
  line-height: 1;
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
  display: inline-block;
  color: #353c50;
  padding: 6px 12px;
  margin: 5px 8px 5px 0;
}

/* line 4, app/assets/stylesheets/barometer/NeutralityChart.scss */
.rl-neutrality .rl-neutrality__info {
  color: #6b6b6b;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  padding: 5px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* line 15, app/assets/stylesheets/barometer/NeutralityChart.scss */
.rl-neutrality .rl-neutrality__title {
  display: flex;
  align-items: center;
}

/* line 19, app/assets/stylesheets/barometer/NeutralityChart.scss */
.rl-neutrality .rl-neutrality__title .rl-icon {
  color: #6b6b6b;
  margin: 1px 0 0 5px;
}

/* line 25, app/assets/stylesheets/barometer/NeutralityChart.scss */
.rl-neutrality .rl-neutrality-chart {
  display: flex;
  height: 10px;
}

/* line 29, app/assets/stylesheets/barometer/NeutralityChart.scss */
.rl-neutrality .rl-neutrality-chart .rl-neutrality-chart__tick {
  flex: 1 1 0;
  min-width: 0;
  animation-name: bias-fade-in;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  background: #eeeeee;
  margin: 0 6px;
  border-radius: 6px;
}

/* line 39, app/assets/stylesheets/barometer/NeutralityChart.scss */
.rl-neutrality .rl-neutrality-chart .rl-neutrality-chart__tick:first-child {
  margin-left: 0;
}

/* line 43, app/assets/stylesheets/barometer/NeutralityChart.scss */
.rl-neutrality .rl-neutrality-chart .rl-neutrality-chart__tick:last-child {
  margin-right: 0;
}

/* line 47, app/assets/stylesheets/barometer/NeutralityChart.scss */
.rl-neutrality .rl-neutrality-chart .rl-neutrality-chart__tick.rl-active--negative {
  background: #bf1a38;
}

/* line 50, app/assets/stylesheets/barometer/NeutralityChart.scss */
.rl-neutrality .rl-neutrality-chart .rl-neutrality-chart__tick.rl-active--neutral {
  background: #ffa412;
}

/* line 53, app/assets/stylesheets/barometer/NeutralityChart.scss */
.rl-neutrality .rl-neutrality-chart .rl-neutrality-chart__tick.rl-active--positive {
  background: #34a853;
}

@keyframes bias-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* line 4, app/assets/stylesheets/barometer/ScoreChart.scss */
.rl-score .rl-score__info {
  color: #6b6b6b;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  padding: 5px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* line 15, app/assets/stylesheets/barometer/ScoreChart.scss */
.rl-score .rl-score__title {
  display: flex;
  align-items: center;
}

/* line 19, app/assets/stylesheets/barometer/ScoreChart.scss */
.rl-score .rl-score__title .rl-icon {
  color: #6b6b6b;
  margin: 1px 0 0 5px;
}

/* line 25, app/assets/stylesheets/barometer/ScoreChart.scss */
.rl-score .rl-score-chart {
  background: #eeeeee;
  height: 10px;
  display: flex;
}

/* line 30, app/assets/stylesheets/barometer/ScoreChart.scss */
.rl-score .rl-score-chart .rl-score-chart__tick {
  flex: 1 1 0;
  min-width: 0;
  animation-name: bias-fade-in;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

/* line 37, app/assets/stylesheets/barometer/ScoreChart.scss */
.rl-score .rl-score-chart .rl-score-chart__tick.rl-active--1 {
  background: #bf1a38;
}

/* line 40, app/assets/stylesheets/barometer/ScoreChart.scss */
.rl-score .rl-score-chart .rl-score-chart__tick.rl-active--2 {
  background: #fe4b03;
}

/* line 43, app/assets/stylesheets/barometer/ScoreChart.scss */
.rl-score .rl-score-chart .rl-score-chart__tick.rl-active--3 {
  background: #ffa412;
}

/* line 46, app/assets/stylesheets/barometer/ScoreChart.scss */
.rl-score .rl-score-chart .rl-score-chart__tick.rl-active--4 {
  background: #34a853;
}

/* line 49, app/assets/stylesheets/barometer/ScoreChart.scss */
.rl-score .rl-score-chart .rl-score-chart__tick.rl-active--5 {
  background: #34a853;
}

@keyframes bias-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* line 3, app/assets/stylesheets/base/shared.scss */
.bordered-lr {
  border-left: 1px solid lightgray;
  border-right: 1px solid lightgray;
}

/* line 8, app/assets/stylesheets/base/shared.scss */
.white-text {
  color: white;
}

/* line 12, app/assets/stylesheets/base/shared.scss */
.img-responsive {
  width: 100%;
}

/* line 16, app/assets/stylesheets/base/shared.scss */
.padded-bottom {
  padding-bottom: 15px;
}

/* line 20, app/assets/stylesheets/base/shared.scss */
.snippet {
  word-break: break-word;
}

/* line 63, app/assets/stylesheets/base/shared.scss */
.btn a {
  color: white;
}

/* line 67, app/assets/stylesheets/base/shared.scss */
.btn-label {
  padding-left: 30px;
}

/* line 71, app/assets/stylesheets/base/shared.scss */
.branded {
  background: #004488 !important;
  border-bottom: 1px solid #080050;
}

/* line 76, app/assets/stylesheets/base/shared.scss */
.co-branded {
  background: #004488 !important;
}

/* line 80, app/assets/stylesheets/base/shared.scss */
hr.devider {
  width: 98%;
  height: 2px;
  opacity: 0.2;
  color: #c2cad9;
  margin: 0 auto;
}

/* line 3, app/assets/stylesheets/location/LocationEdit.scss */
.rl-location-edit {
  padding-top: 5px;
  color: #2b3142;
}

/* line 7, app/assets/stylesheets/location/LocationEdit.scss */
.rl-location-edit .rl-location-edit__title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

/* line 12, app/assets/stylesheets/location/LocationEdit.scss */
.rl-location-edit .rl-location-edit__title .rl-icon__marker--title {
  width: auto;
  color: #fe4b03;
  margin-right: 6px;
}

/* line 19, app/assets/stylesheets/location/LocationEdit.scss */
.rl-location-edit .rl-location-edit__not-set {
  text-align: center;
}

/* line 23, app/assets/stylesheets/location/LocationEdit.scss */
.rl-location-edit .rl-location-edit__controls-toggle {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

/* line 28, app/assets/stylesheets/location/LocationEdit.scss */
.rl-location-edit .rl-location-edit__controls-toggle .rl-location-edit__btn {
  min-width: auto;
  min-height: auto;
  height: 24px;
  margin-top: 8px;
  color: #fe4b03;
}

/* line 35, app/assets/stylesheets/location/LocationEdit.scss */
.rl-location-edit .rl-location-edit__controls-toggle .rl-location-edit__btn, .rl-location-edit .rl-location-edit__controls-toggle .rl-location-edit__btn:hover, .rl-location-edit .rl-location-edit__controls-toggle .rl-location-edit__btn:active, .rl-location-edit .rl-location-edit__controls-toggle .rl-location-edit__btn:focus {
  color: #fe4b03;
}

/* line 43, app/assets/stylesheets/location/LocationEdit.scss */
.rl-location-edit .rl-location-edit__controls-toggle .rl-icon {
  color: #fe4b03;
  margin-right: 5px;
}

/* line 49, app/assets/stylesheets/location/LocationEdit.scss */
.rl-location-edit .rl-location-edit__controls-toggle .rl-location-edit__close-btn .rl-icon {
  margin-right: 0;
}

/* line 55, app/assets/stylesheets/location/LocationEdit.scss */
.rl-location-edit .rl-location-edit__controls {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  opacity: 1;
  max-height: 300px;
  transition: 0.2s all ease-in-out;
}

/* line 64, app/assets/stylesheets/location/LocationEdit.scss */
.rl-location-edit .rl-location-edit__controls.rl-hidden {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
}

/* line 70, app/assets/stylesheets/location/LocationEdit.scss */
.rl-location-edit .rl-location-edit__controls .rl-icon {
  color: #fe4b03;
  margin-right: 5px;
}

/* line 75, app/assets/stylesheets/location/LocationEdit.scss */
.rl-location-edit .rl-location-edit__controls .rl-location-edit__btn,
.rl-location-edit .rl-location-edit__controls .rl-location-edit__submit-btn {
  margin-top: 10px;
}

/* line 79, app/assets/stylesheets/location/LocationEdit.scss */
.rl-location-edit .rl-location-edit__controls .rl-location-edit__btn:not(:last-child),
.rl-location-edit .rl-location-edit__controls .rl-location-edit__submit-btn:not(:last-child) {
  margin-right: 40px;
}

/* line 85, app/assets/stylesheets/location/LocationEdit.scss */
.rl-location-edit .rl-location-edit__field,
.rl-location-edit .rl-location-edit__field--make-approx,
.rl-location-edit .rl-location-edit__field--submit {
  max-width: 100%;
  flex: 0 0 100%;
  margin-bottom: 10px;
}

/* line 93, app/assets/stylesheets/location/LocationEdit.scss */
.rl-location-edit .rl-location-edit__field--make-approx {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

/* line 98, app/assets/stylesheets/location/LocationEdit.scss */
.rl-location-edit .rl-location-edit__field--make-approx svg {
  color: #fe4b03;
}

/* line 102, app/assets/stylesheets/location/LocationEdit.scss */
.rl-location-edit .rl-location-edit__field--make-approx label {
  margin-right: 5px;
}

/* line 105, app/assets/stylesheets/location/LocationEdit.scss */
.rl-location-edit .rl-location-edit__field--make-approx label span {
  font-size: 14px;
  line-height: 1;
}

/* line 111, app/assets/stylesheets/location/LocationEdit.scss */
.rl-location-edit .rl-location-edit__field--make-approx .rl-icon__marker--help {
  cursor: help;
}

/* line 116, app/assets/stylesheets/location/LocationEdit.scss */
.rl-location-edit .rl-location-edit__field--submit {
  text-align: right;
  margin-bottom: 0;
}

/* line 121, app/assets/stylesheets/location/LocationEdit.scss */
.rl-location-edit .rl-location-edit__input {
  width: 100%;
}

/* line 125, app/assets/stylesheets/location/LocationEdit.scss */
.rl-location-edit .rl-location-edit__btn {
  background-color: #fe4b03;
  border-radius: 6px;
  min-width: 100px;
  min-height: 35px;
  width: auto;
  padding: 0;
  justify-content: flex-start;
}

/* line 30, app/assets/stylesheets/base/shared.scss */
.rl-location-edit .rl-location-edit__btn:hover {
  background-color: #fe4b03;
  opacity: 0.8;
}

/* line 131, app/assets/stylesheets/location/LocationEdit.scss */
.rl-location-edit .rl-location-edit__btn, .rl-location-edit .rl-location-edit__btn:hover, .rl-location-edit .rl-location-edit__btn:active, .rl-location-edit .rl-location-edit__btn:focus {
  background: transparent;
  color: #2b3142;
  border: 0;
  outline: 0;
  text-transform: none;
  font-weight: normal;
}

/* line 144, app/assets/stylesheets/location/LocationEdit.scss */
.rl-location-edit .rl-location-edit__submit-btn {
  background-color: #fe4b03;
  border-radius: 6px;
  min-width: 100px;
  min-height: 35px;
  width: auto;
  text-transform: none;
}

/* line 30, app/assets/stylesheets/base/shared.scss */
.rl-location-edit .rl-location-edit__submit-btn:hover {
  background-color: #fe4b03;
  opacity: 0.8;
}

/* line 150, app/assets/stylesheets/location/LocationEdit.scss */
.rl-location-edit.rl-location-edit--loading {
  pointer-events: none;
  opacity: 0.5;
}

/* line 155, app/assets/stylesheets/location/LocationEdit.scss */
.rl-location-edit .rl-location-edit__map-container {
  width: 100%;
  height: 250px;
}

/* line 159, app/assets/stylesheets/location/LocationEdit.scss */
.rl-location-edit .rl-location-edit__map-container.rl-location-edit__map-not-set {
  position: relative;
}

/* line 162, app/assets/stylesheets/location/LocationEdit.scss */
.rl-location-edit .rl-location-edit__map-container.rl-location-edit__map-not-set > *:not(.rl-location-edit__map-placeholder) {
  pointer-events: none;
}

/* line 166, app/assets/stylesheets/location/LocationEdit.scss */
.rl-location-edit .rl-location-edit__map-container.rl-location-edit__map-not-set .rl-location-edit__map-placeholder {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #d3dce6;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 178, app/assets/stylesheets/location/LocationEdit.scss */
.rl-location-edit .rl-location-edit__map-container.rl-location-edit__map-not-set .rl-location-edit__map-placeholder .rl-icon {
  color: #fe4b03;
}

/* line 182, app/assets/stylesheets/location/LocationEdit.scss */
.rl-location-edit .rl-location-edit__map-container.rl-location-edit__map-not-set .rl-location-edit__map-placeholder.rl-disabled-controls {
  cursor: default;
}

/* line 190, app/assets/stylesheets/location/LocationEdit.scss */
.rl-icon__marker {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fe4b03;
}

/* line 200, app/assets/stylesheets/location/LocationEdit.scss */
.hdpi.pac-logo:after {
  display: none;
}

/* line 3, app/assets/stylesheets/base/shared.scss */
.bordered-lr {
  border-left: 1px solid lightgray;
  border-right: 1px solid lightgray;
}

/* line 8, app/assets/stylesheets/base/shared.scss */
.white-text {
  color: white;
}

/* line 12, app/assets/stylesheets/base/shared.scss */
.img-responsive {
  width: 100%;
}

/* line 16, app/assets/stylesheets/base/shared.scss */
.padded-bottom {
  padding-bottom: 15px;
}

/* line 20, app/assets/stylesheets/base/shared.scss */
.snippet {
  word-break: break-word;
}

/* line 63, app/assets/stylesheets/base/shared.scss */
.btn a {
  color: white;
}

/* line 67, app/assets/stylesheets/base/shared.scss */
.btn-label {
  padding-left: 30px;
}

/* line 71, app/assets/stylesheets/base/shared.scss */
.branded {
  background: #004488 !important;
  border-bottom: 1px solid #080050;
}

/* line 76, app/assets/stylesheets/base/shared.scss */
.co-branded {
  background: #004488 !important;
}

/* line 80, app/assets/stylesheets/base/shared.scss */
hr.devider {
  width: 98%;
  height: 2px;
  opacity: 0.2;
  color: #c2cad9;
  margin: 0 auto;
}

/* line 5, app/assets/stylesheets/devise.scss */
.rl-devise-container {
  min-height: calc(100vh - 80px);
  background: linear-gradient(135deg, #f6f7f9 0%, #e8eef5 100%);
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* line 16, app/assets/stylesheets/devise.scss */
.rl-flash-notice,
.rl-flash-alert {
  max-width: 480px;
  width: 100%;
  margin: 0 auto 20px;
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 14px;
  text-align: center;
}

/* line 27, app/assets/stylesheets/devise.scss */
.rl-flash-notice {
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
  color: #155724;
}

/* line 33, app/assets/stylesheets/devise.scss */
.rl-flash-alert {
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  color: #721c24;
}

/* line 40, app/assets/stylesheets/devise.scss */
.rl-login-page {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}

/* line 46, app/assets/stylesheets/devise.scss */
.rl-login-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  padding: 40px;
  border: 1px solid #e7e7e7;
}

@media screen and (max-width: 480px) {
  /* line 46, app/assets/stylesheets/devise.scss */
  .rl-login-card {
    padding: 30px 20px;
    border-radius: 8px;
  }
}

/* line 59, app/assets/stylesheets/devise.scss */
.rl-login-header {
  text-align: center;
  margin-bottom: 32px;
}

/* line 63, app/assets/stylesheets/devise.scss */
.rl-login-header h1 {
  font-size: 28px;
  font-weight: 600;
  color: #2b3142;
  margin: 0 0 8px 0;
}

/* line 70, app/assets/stylesheets/devise.scss */
.rl-login-header p {
  font-size: 15px;
  color: #6a7084;
  margin: 0;
}

/* line 78, app/assets/stylesheets/devise.scss */
.rl-login-social {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
}

/* line 85, app/assets/stylesheets/devise.scss */
.rl-social-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 12px 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: white;
  color: #2b3142;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease;
  cursor: pointer;
}

/* line 101, app/assets/stylesheets/devise.scss */
.rl-social-btn i {
  font-size: 18px;
}

/* line 105, app/assets/stylesheets/devise.scss */
.rl-social-btn:hover {
  background: #f6f7f9;
  border-color: #ccc;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

/* line 112, app/assets/stylesheets/devise.scss */
.rl-social-btn--google i {
  color: #4285f4;
}

/* line 118, app/assets/stylesheets/devise.scss */
.rl-social-btn--ethereum i {
  color: #627eea;
}

/* line 125, app/assets/stylesheets/devise.scss */
.rl-login-divider {
  display: flex;
  align-items: center;
  margin: 24px 0;
  color: #6a7084;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* line 134, app/assets/stylesheets/devise.scss */
.rl-login-divider::before, .rl-login-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #e0e0e0;
}

/* line 142, app/assets/stylesheets/devise.scss */
.rl-login-divider span {
  padding: 0 16px;
}

/* line 148, app/assets/stylesheets/devise.scss */
.rl-login-form {
  margin-bottom: 24px;
}

/* line 152, app/assets/stylesheets/devise.scss */
.rl-form-group {
  margin-bottom: 20px;
}

/* line 155, app/assets/stylesheets/devise.scss */
.rl-form-group label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #2b3142;
  margin-bottom: 6px;
}

/* line 164, app/assets/stylesheets/devise.scss */
.rl-label-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}

/* line 170, app/assets/stylesheets/devise.scss */
.rl-label-row label {
  margin-bottom: 0;
}

/* line 175, app/assets/stylesheets/devise.scss */
.rl-forgot-link {
  font-size: 13px;
  color: #004488;
  text-decoration: none;
  font-weight: 500;
}

/* line 181, app/assets/stylesheets/devise.scss */
.rl-forgot-link:hover {
  text-decoration: underline;
  color: #002b55;
}

/* line 187, app/assets/stylesheets/devise.scss */
.rl-input {
  width: 100%;
  padding: 12px 16px;
  font-size: 15px;
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  background: white;
  color: #2b3142;
  transition: all 0.2s ease;
  font-family: inherit;
}

/* line 198, app/assets/stylesheets/devise.scss */
.rl-input:focus {
  outline: none;
  border-color: #004488;
  box-shadow: 0 0 0 3px rgba(0, 68, 136, 0.1);
}

/* line 204, app/assets/stylesheets/devise.scss */
.rl-input::placeholder {
  color: #9ca3af;
}

/* line 209, app/assets/stylesheets/devise.scss */
.rl-checkbox-group {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

/* line 215, app/assets/stylesheets/devise.scss */
.rl-checkbox {
  width: 18px;
  height: 18px;
  margin: 0 8px 0 0;
  cursor: pointer;
  accent-color: #004488;
}

/* line 223, app/assets/stylesheets/devise.scss */
.rl-checkbox-label {
  font-size: 14px;
  color: #2b3142;
  margin: 0;
  cursor: pointer;
  user-select: none;
}

/* line 231, app/assets/stylesheets/devise.scss */
.rl-form-actions {
  margin-top: 24px;
}

/* line 235, app/assets/stylesheets/devise.scss */
.rl-btn-primary {
  width: 100%;
  padding: 12px 24px;
  font-size: 15px;
  font-weight: 600;
  color: white;
  background: #004488;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  font-family: inherit;
}

/* line 248, app/assets/stylesheets/devise.scss */
.rl-btn-primary:hover {
  background: #00305f;
  box-shadow: 0 4px 12px rgba(0, 68, 136, 0.3);
}

/* line 253, app/assets/stylesheets/devise.scss */
.rl-btn-primary:active {
  transform: translateY(1px);
}

/* line 259, app/assets/stylesheets/devise.scss */
.rl-login-footer {
  text-align: center;
  padding-top: 24px;
  border-top: 1px solid #e0e0e0;
}

/* line 264, app/assets/stylesheets/devise.scss */
.rl-login-footer p {
  margin: 0;
  font-size: 14px;
  color: #6a7084;
}

/* line 271, app/assets/stylesheets/devise.scss */
.rl-signup-link {
  color: #004488;
  font-weight: 600;
  text-decoration: none;
}

/* line 276, app/assets/stylesheets/devise.scss */
.rl-signup-link:hover {
  text-decoration: underline;
}

/* line 287, app/assets/stylesheets/devise.scss */
.rl-edit-user .rl-edit-user__box {
  background-color: #fff;
  border: 1px solid #e7e7e7;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin-bottom: 50px;
  position: relative;
  max-width: 720px;
  width: 100%;
  padding: 30px 50px 30px 50px;
  min-height: 200px;
  margin: 20px auto;
}

/* line 302, app/assets/stylesheets/devise.scss */
.rl-edit-user .field {
  width: 100%;
  padding: 10px 0;
  margin: 10px 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

/* line 313, app/assets/stylesheets/devise.scss */
.rl-edit-user label,
.rl-edit-user label + i,
.rl-edit-user em {
  color: rgba(0, 0, 0, 0.6);
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 12px;
  transform-origin: top left;
  margin-right: 4px;
}

/* line 324, app/assets/stylesheets/devise.scss */
.rl-edit-user input {
  flex: 0 0 100%;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  line-height: 1.4375em;
  padding: 4px 0 4px 0;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.42);
  box-sizing: border-box;
  width: 100%;
}

/* line 334, app/assets/stylesheets/devise.scss */
.rl-edit-user input:focus-visible {
  outline: 0;
  padding: 4px 0 3px 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.42);
}

/* line 341, app/assets/stylesheets/devise.scss */
.rl-edit-user input[type="submit"] {
  border: 0;
  background-color: #fe4b03;
  border-radius: 6px;
  min-width: 100px;
  min-height: 35px;
  color: #fff;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  width: auto;
  padding: 6px 16px;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.75;
}

/* line 30, app/assets/stylesheets/base/shared.scss */
.rl-edit-user input[type="submit"]:hover {
  background-color: #fe4b03;
  opacity: 0.8;
}

/* line 357, app/assets/stylesheets/devise.scss */
.rl-edit-user .actions,
.rl-edit-user .button_to {
  text-align: right;
}

/* line 362, app/assets/stylesheets/devise.scss */
.rl-edit-user a {
  color: #fe4b03;
  cursor: pointer;
  text-decoration: none;
  font-size: 14px;
}

/* line 4, app/assets/stylesheets/home-page.scss */
.rl-home-page .rl-home-page__img {
  max-width: 100%;
}

@media screen and (max-width: 600px) {
  /* line 9, app/assets/stylesheets/home-page.scss */
  .rl-home-page .rl-banner-info {
    min-width: 100%;
  }
  /* line 13, app/assets/stylesheets/home-page.scss */
  .rl-home-page .rl-banner__logo {
    min-width: 100%;
  }
}

/* line 18, app/assets/stylesheets/home-page.scss */
.rl-home-page .rl-banner {
  font-family: "Noto Sans", sans-serif;
  background-color: #e8e8e8;
  background-image: url(https://ramblist.com/assets/texture-589ccf1ad1001400f72e6fad164c45fec492d5030558eaff09d879a8a6015451.png);
  display: flex;
  justify-content: center;
  padding: 20px;
  background-blend-mode: soft-light;
}

/* line 27, app/assets/stylesheets/home-page.scss */
.rl-home-page .rl-banner .rl-banner-info {
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 40px;
}

/* line 35, app/assets/stylesheets/home-page.scss */
.rl-home-page .rl-banner .rl-banner-info__header {
  font-weight: bold;
  margin: 10px;
}

/* line 40, app/assets/stylesheets/home-page.scss */
.rl-home-page .rl-banner .rl-banner-info__text {
  margin: 30px 10px;
}

/* line 42, app/assets/stylesheets/home-page.scss */
.rl-home-page .rl-banner .rl-banner-info__text i {
  color: #fe4b03;
}

/* line 47, app/assets/stylesheets/home-page.scss */
.rl-home-page .rl-banner .rl-banner-info__btn {
  margin: 10px;
  width: 200px;
  height: 50px;
  background-color: #353c50;
  letter-spacing: 0.4;
  color: white;
  border-radius: 7px;
}

/* line 57, app/assets/stylesheets/home-page.scss */
.rl-home-page .rl-banner .rl-banner__logo {
  width: 20%;
  min-width: 300px;
}

/* line 61, app/assets/stylesheets/home-page.scss */
.rl-home-page .rl-banner .rl-banner__logo img {
  width: 100%;
}

/* line 61, app/assets/stylesheets/application.scss */
body {
  font-family: "Lato", sans-serif;
  background-color: #f6f7f9 !important;
}

/* line 66, app/assets/stylesheets/application.scss */
.rest-alert {
  position: fixed;
  z-index: 999;
  width: 30% !important;
  margin-left: auto;
  margin-right: auto;
  left: auto;
  right: 30px;
  top: 10%;
  min-width: 300px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1) !important;
  opacity: 0.8;
}

/* line 79, app/assets/stylesheets/application.scss */
.rest-alert.hidden {
  visibility: hidden;
}

/* line 84, app/assets/stylesheets/application.scss */
.rl-subpage-header {
  margin-top: 100px !important;
  margin-bottom: 100px;
}

/* line 89, app/assets/stylesheets/application.scss */
.rl-subpage-o5 {
  opacity: 0.5;
}

/* line 93, app/assets/stylesheets/application.scss */
.rl-subpage-footer {
  margin-top: 100px !important;
}

/* line 97, app/assets/stylesheets/application.scss */
.rl-big-descriptor p {
  font-size: calc(1.275rem + .3vw);
}

/* line 105, app/assets/stylesheets/application.scss */
.rl-sign-up {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

/* line 108, app/assets/stylesheets/application.scss */
.rl-sign-up .rl-modal__title {
  margin: 16px 0 32px 0;
  font-family: "Noto Sans", sans-serif;
}

/* line 113, app/assets/stylesheets/application.scss */
.rl-sign-up .btn-social {
  margin-bottom: 8px;
}

/* line 116, app/assets/stylesheets/application.scss */
.rl-sign-up .btn-social:last-of-type {
  margin-bottom: 0;
}

/* line 121, app/assets/stylesheets/application.scss */
.rl-sign-up .btn.rl-btn__email {
  border: 1px solid #000;
  margin-bottom: 24px;
}

/* line 126, app/assets/stylesheets/application.scss */
.rl-sign-up .rl-sign-up__or-divider {
  height: 24px;
  line-height: 1;
  margin: 16px 0;
  position: relative;
  display: inline-block;
  color: #6a7084;
}

/* line 134, app/assets/stylesheets/application.scss */
.rl-sign-up .rl-sign-up__or-divider:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 90px;
  background-color: #dee2e6;
  top: 11px;
  left: -110px;
}

/* line 144, app/assets/stylesheets/application.scss */
.rl-sign-up .rl-sign-up__or-divider:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 90px;
  background-color: #dee2e6;
  top: 11px;
  right: -110px;
}
