@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i,800,800i&display=swap&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese");
@import url("https://use.typekit.net/slr7hbw.css");
@import url("https://use.typekit.net/say7mlt.css");
.flag {
	width: 32px;
	height: 32px;
	background:url(/assets/flags-8195abb7a1810d20ea82a65be574dde0100b98ea2290bc778e1f987661317a88.png) no-repeat;
}

.flag.flag-cz {background-position: -32px 0}
.flag.flag-de {background-position: -64px 0}
.flag.flag-dk {background-position: -96px 0}
.flag.flag-es {background-position: 0 -32px}
.flag.flag-fi {background-position: -32px -32px}
.flag.flag-fr {background-position: -64px -32px}
.flag.flag-gb {background-position: -96px -32px}
.flag.flag-gr {background-position: 0 -64px}
.flag.flag-it {background-position: -32px -64px}
.flag.flag-lv {background-position: -64px -64px}
.flag.flag-nl {background-position: -96px -64px}
.flag.flag-pl {background-position: 0 -96px}
.flag.flag-pt {background-position: -32px -96px}
.flag.flag-se {background-position: -64px -96px}
@charset "UTF-8";
/* Reusable visual/layout utilities available app-wide.

   Every selector carries :not(.i26 *) — "not inside an .i26 wrapper" — so these
   utilities stop at the edge of the 2026 internal design system (partials/_internal2026).
   Chrome/flash alerts sit outside that wrapper, so they still pick the rules up on
   canvassing, phonebanking, translations and events pages. */
/* line 8, app/assets/stylesheets/partials/_decorators.scss */
.flex:not(.i26 *) {
  display: flex;
  align-items: center;
}

/* line 13, app/assets/stylesheets/partials/_decorators.scss */
.gap-10:not(.i26 *) {
  gap: 10px;
}

/* line 17, app/assets/stylesheets/partials/_decorators.scss */
.gap-20:not(.i26 *) {
  gap: 20px;
}

/* line 21, app/assets/stylesheets/partials/_decorators.scss */
.p-20:not(.i26 *) {
  padding: 20px;
}

/* line 25, app/assets/stylesheets/partials/_decorators.scss */
.red-gradient-bg:not(.i26 *),
.internal-alert:not(.i26 *),
.alert-danger:not(.i26 *) {
  background: linear-gradient(-90deg, #ed1d24 0%, #ec5022 100%);
}

/* line 31, app/assets/stylesheets/partials/_decorators.scss */
.text-center:not(.i26 *) {
  text-align: center;
}
@charset "UTF-8";
/* Shared UI components.

   Every selector carries :not(.i26 *) — "not inside an .i26 wrapper" — so these
   treatments stop at the edge of the 2026 internal design system
   (partials/_internal2026), which styles its own buttons. */
/* line 8, app/assets/stylesheets/partials/_components.scss */
button:not(.i26 *),
.btn:not(.i26 *),
.button:not(.i26 *),
input[type="submit"]:not(.i26 *),
input[type="button"]:not(.i26 *),
input[type="reset"]:not(.i26 *) {
  border-radius: 5px !important;
}

/* line 17, app/assets/stylesheets/partials/_components.scss */
.btn:not(.i26 *) {
  font-weight: 600;
}

/* line 19, app/assets/stylesheets/partials/_components.scss */
.btn.big:not(.i26 *) {
  font-size: 20px;
  padding: 12px 25px;
}

/* line 23, app/assets/stylesheets/partials/_components.scss */
.btn.button-outlined:not(.i26 *) {
  border: 2px solid #eb4424;
  font-weight: 500;
  color: #eb4424;
  font-size: 18px;
}

/* line 29, app/assets/stylesheets/partials/_components.scss */
.btn.button-filled:not(.i26 *) {
  border: 2px solid #eb4424;
  font-weight: 500;
  background-color: #eb4424;
  font-size: 18px;
  color: #fff;
}

/* line 38, app/assets/stylesheets/partials/_components.scss */
.button:not(.i26 *) {
  background-color: #ed1d24;
  color: white;
  font-weight: 600;
  padding: 15px 20px 12px;
}

/* line 45, app/assets/stylesheets/partials/_components.scss */
.btn-danger:not(.i26 *) {
  color: #fff !important;
  background-color: #ed1d24;
  border-color: #ed1d24;
  font-weight: 600;
}

/* line 50, app/assets/stylesheets/partials/_components.scss */
.btn-danger.large-wide:not(.i26 *) {
  width: 100%;
  height: 60px;
  font-size: 20px;
}

/* line 57, app/assets/stylesheets/partials/_components.scss */
.btn-white:not(.i26 *) {
  background-color: white;
  color: #eb5121;
}

/* line 62, app/assets/stylesheets/partials/_components.scss */
.btn-transparent:not(.i26 *) {
  color: white;
  border: 2px solid white;
}

/* line 65, app/assets/stylesheets/partials/_components.scss */
.btn-transparent.big:not(.i26 *) {
  padding: 11px 24px;
}

/* line 70, app/assets/stylesheets/partials/_components.scss */
.btn-style:not(.i26 *),
.poll-submit:not(.i26 *),
.post-navigation .previous-post a:not(.i26 *),
.post-navigation .next-post a:not(.i26 *),
#comments .form-submit #submit:not(.i26 *),
.btn.btn-primary:not(.i26 *) {
  font-weight: 600;
  border: none;
  border-bottom: 3px solid #cfd0d4;
  border-radius: 8px !important;
  color: #000;
  background-color: #f9f9f9;
  transition: 300ms;
}

/* line 84, app/assets/stylesheets/partials/_components.scss */
.btn-style:not(.i26 *):hover,
.poll-submit:not(.i26 *):hover,
.post-navigation .previous-post a:not(.i26 *):hover,
.post-navigation .next-post a:not(.i26 *):hover,
#comments .form-submit #submit:not(.i26 *):hover,
.btn.btn-primary:not(.i26 *):hover {
  padding: 5px 15px;
  font-weight: 500;
  color: #fff !important;
  font-size: 13px;
  margin-top: 10px;
  border: 1px solid #eb4823 !important;
  border-radius: 8px !important;
  background-color: #eb4823;
  border-bottom: 3px solid #cfd0d4;
  transition: 300ms;
}

/* line 98, app/assets/stylesheets/partials/_components.scss */
.large-button:not(.i26 *) {
  float: none;
  margin: auto;
  display: block;
  padding: 20px 100px;
}

/* line 105, app/assets/stylesheets/partials/_components.scss */
.next-button:not(.i26 *) {
  background: #ed1d24;
  padding: 1rem 18rem;
  display: block;
  float: right;
  margin-right: 1.4rem;
  color: #fff;
  text-transform: uppercase;
}

/* line 115, app/assets/stylesheets/partials/_components.scss */
.buttons .btn:not(.i26 *) {
  margin-bottom: 10px;
}

/* line 119, app/assets/stylesheets/partials/_components.scss */
.button-row:not(.i26 *) {
  margin-top: 20px;
  margin-bottom: 40px;
  text-align: center;
}

/* line 123, app/assets/stylesheets/partials/_components.scss */
.button-row.flex:not(.i26 *) {
  justify-content: center;
}
/* line 1, app/assets/stylesheets/partials/_quick-preset.scss */
#main-menu .sub-menu li.active, #main-menu .nav > li > ul li:hover, #main-menu .nav > li.fixed-menu a, .themeum-pagination .pagination > li.active > a, .themeum-pagination .pagination > li > a:focus, .themeum-pagination .pagination > li > a:hover, .themeum-pagination .pagination > li > span:focus, .themeum-pagination .pagination > li > span:hover, .title-icon-style, .btn-style:hover, .post-navigation .previous-post a:hover, .poll-submit:hover, .post-navigation .next-post a:hover, #comments .form-submit #submit:hover, .btn.btn-primary:hover, .primary .suppa_menu_mega_posts .suppa_mega_posts_categories a.suppa_mega_posts_cat_selected, .primary .suppa_menu_mega_posts .suppa_mega_posts_categories a.current-menu-item, .primary .suppa_menu_linksTwo .suppa_linksTwo_categoriesContainer a.suppa_linksTwo_categoriesContainer_current, .primary .suppa_post div.suppa_post_link_container, .sub-title-inner h2 span, .widget .tagcloud a:hover, .flexslider .slides.gallery-thumb-image li:hover, .post-meta-info-list i, .bottom-wrap, .modal-body.text-center input.btn-block[type=submit], .themeum-person .social-icon ul > li > a:hover, .social-common-bar .social-icon i:hover, .social-common-bar .social-icon i:hover:after, span.page-numbers.current, .themeum-pagination > ul > li > a:hover, .woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current, .woocommerce button.button.alt, .woocommerce-tabs .nav-tabs > li.active > a, .woocommerce-tabs .nav-tabs > li.active > a:focus, .woocommerce-tabs .nav-tabs > li.active > a:hover, .woocommerce-tabs .nav > li > a:focus, .woocommerce-tabs .nav > li > a:hover, .woocommerce-tabs .nav-tabs > li > a:hover, .woocommerce.widget_product_search .woocommerce-product-search input[type=submit], .woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .cart-has-products {
  background-color: #ec4922;
}

/* line 1, app/assets/stylesheets/partials/_quick-preset.scss */
a, a:focus, .primary .suppa_menu .suppa_top_level_link.current-menu-item .suppa_item_title, .primary .suppa_menu:hover .suppa_top_level_link.current-menu-item .era_suppa_arrow_box span, .primary .suppa_menu:hover .suppa_top_level_link .ctf_suppa_fa_box_top_arrow, .primary .suppa_menu_dropdown > .suppa_submenu a.current-menu-item .suppa_item_title, .primary .suppa_menu_dropdown > .suppa_submenu a.current-menu-item .era_suppa_arrow_box span, .primary .suppa_menu .suppa_top_level_link.current-menu-ancestor .suppa_item_title, .primary .suppa_menu .suppa_top_level_link.current-menu-ancestor .era_suppa_arrow_box span, .primary .suppa_menu .suppa_top_level_link.current-menu-item, .primary .suppa_menu .suppa_top_level_link.current-menu-item .era_suppa_arrow_box span, .suppa_menu_dropdown > .suppa_submenu a:hover .suppa_item_title, .primary .suppa_menu:hover .suppa_top_level_link .suppa_item_title, .primary .suppa_menu_dropdown > .suppa_submenu a:hover .suppa_item_title, .primary .suppa_menu_mega_posts .suppa_mega_posts_categories a .suppa_mega_posts_arrow span, .primary .suppa_menu_dropdown .suppa_submenu a .era_suppa_arrow_box span, .primary .suppa_menu_dropdown div:hover > a .era_suppa_arrow_box span, .primary .suppa_column_title, .primary .suppa_column_link, .primary .suppa_menu_linksTwo .suppa_submenu .suppa_linksTwo_cat a:hover, .top-align > a:hover, .bookmark-pagewrap:hover:before, .bookmark-page h3 a:hover, .video-post-icon-large a i:hover, .video-post-icon-small a i:hover, .video-post-small .entry-title a:hover, .newedge-post-share-social a.prettySocial:hover, .share-count span.number, .post-meta-info-list-in a:hover, .common-post-item-intro-text h3.entry-title a:hover, .lates-editor-picks .category-color-wrap a:hover, .error-page-inner .error-code, .woocommerce div.product p.price, .woocommerce div.product span.price, .product-thumbnail-outer-inner .addtocart-btn i, .product-thumbnail-outer-inner .addtocart-btn a:hover, .woocommerce .star-rating span:before, .widget ul li a:hover {
  color: #ec4922;
}

/* line 1, app/assets/stylesheets/partials/_quick-preset.scss */
.primary .suppa_column_title, #main-menu .primary .suppa_menu_linksTwo .suppa_submenu .suppa_linksTwo_categoriesContainer a {
  border-bottom-color: #ec4922;
}

/* line 1, app/assets/stylesheets/partials/_quick-preset.scss */
a:hover, .widget.widget_rss ul li a, .primary .suppa_column_title:hover, .primary .suppa_column_link:hover {
  color: #ed2f00;
}

/* line 1, app/assets/stylesheets/partials/_quick-preset.scss */
.woocommerce button.button.alt:hover:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background-color: #ed2f00;
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
body {
  margin: 0;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
[hidden], template {
  display: none;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
a {
  background-color: transparent;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
a:active, a:hover {
  outline: 0;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
b, strong {
  font-weight: bold;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
dfn {
  font-style: italic;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
small {
  font-size: 80%;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
sup {
  top: -0.5em;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
sub {
  bottom: -0.25em;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
img {
  border: 0;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
figure {
  margin: 1em 40px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
pre {
  overflow: auto;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
button {
  overflow: visible;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
button, select {
  text-transform: none;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
button[disabled], html input[disabled] {
  cursor: default;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
input {
  line-height: normal;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
textarea {
  overflow: auto;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
optgroup {
  font-weight: bold;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
td, th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  *, *:before, *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  a, a:visited {
    text-decoration: underline;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: "";
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  thead {
    display: table-header-group;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  tr, img {
    page-break-inside: avoid;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  img {
    max-width: 100% !important;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  h2, h3 {
    page-break-after: avoid;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  select {
    background: #fff !important;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .navbar {
    display: none;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .label {
    border: 1px solid #000;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .table td, .table th {
    background-color: #fff !important;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .table-bordered th, .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-asterisk:before {
  content: "\2a";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-plus:before {
  content: "\2b";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-euro:before, .glyphicon-eur:before {
  content: "\20ac";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-minus:before {
  content: "\2212";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-cloud:before {
  content: "\2601";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-envelope:before {
  content: "\2709";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-pencil:before {
  content: "\270f";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-glass:before {
  content: "\e001";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-music:before {
  content: "\e002";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-search:before {
  content: "\e003";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-heart:before {
  content: "\e005";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-star:before {
  content: "\e006";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-star-empty:before {
  content: "\e007";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-user:before {
  content: "\e008";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-film:before {
  content: "\e009";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-th-large:before {
  content: "\e010";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-th:before {
  content: "\e011";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-th-list:before {
  content: "\e012";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-ok:before {
  content: "\e013";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-remove:before {
  content: "\e014";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-zoom-in:before {
  content: "\e015";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-zoom-out:before {
  content: "\e016";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-off:before {
  content: "\e017";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-signal:before {
  content: "\e018";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-cog:before {
  content: "\e019";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-trash:before {
  content: "\e020";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-home:before {
  content: "\e021";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-file:before {
  content: "\e022";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-time:before {
  content: "\e023";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-road:before {
  content: "\e024";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-download-alt:before {
  content: "\e025";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-download:before {
  content: "\e026";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-upload:before {
  content: "\e027";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-inbox:before {
  content: "\e028";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-play-circle:before {
  content: "\e029";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-repeat:before {
  content: "\e030";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-refresh:before {
  content: "\e031";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-list-alt:before {
  content: "\e032";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-lock:before {
  content: "\e033";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-flag:before {
  content: "\e034";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-headphones:before {
  content: "\e035";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-volume-off:before {
  content: "\e036";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-volume-down:before {
  content: "\e037";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-volume-up:before {
  content: "\e038";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-qrcode:before {
  content: "\e039";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-barcode:before {
  content: "\e040";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-tag:before {
  content: "\e041";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-tags:before {
  content: "\e042";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-book:before {
  content: "\e043";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-bookmark:before {
  content: "\e044";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-print:before {
  content: "\e045";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-camera:before {
  content: "\e046";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-font:before {
  content: "\e047";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-bold:before {
  content: "\e048";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-italic:before {
  content: "\e049";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-text-height:before {
  content: "\e050";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-text-width:before {
  content: "\e051";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-align-left:before {
  content: "\e052";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-align-center:before {
  content: "\e053";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-align-right:before {
  content: "\e054";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-align-justify:before {
  content: "\e055";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-list:before {
  content: "\e056";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-indent-left:before {
  content: "\e057";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-indent-right:before {
  content: "\e058";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-facetime-video:before {
  content: "\e059";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-picture:before {
  content: "\e060";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-map-marker:before {
  content: "\e062";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-adjust:before {
  content: "\e063";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-tint:before {
  content: "\e064";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-edit:before {
  content: "\e065";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-share:before {
  content: "\e066";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-check:before {
  content: "\e067";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-move:before {
  content: "\e068";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-step-backward:before {
  content: "\e069";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-fast-backward:before {
  content: "\e070";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-backward:before {
  content: "\e071";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-play:before {
  content: "\e072";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-pause:before {
  content: "\e073";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-stop:before {
  content: "\e074";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-forward:before {
  content: "\e075";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-fast-forward:before {
  content: "\e076";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-step-forward:before {
  content: "\e077";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-eject:before {
  content: "\e078";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-chevron-left:before {
  content: "\e079";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-chevron-right:before {
  content: "\e080";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-plus-sign:before {
  content: "\e081";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-minus-sign:before {
  content: "\e082";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-remove-sign:before {
  content: "\e083";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-ok-sign:before {
  content: "\e084";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-question-sign:before {
  content: "\e085";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-info-sign:before {
  content: "\e086";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-screenshot:before {
  content: "\e087";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-remove-circle:before {
  content: "\e088";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-ok-circle:before {
  content: "\e089";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-ban-circle:before {
  content: "\e090";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-arrow-left:before {
  content: "\e091";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-arrow-right:before {
  content: "\e092";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-arrow-up:before {
  content: "\e093";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-arrow-down:before {
  content: "\e094";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-share-alt:before {
  content: "\e095";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-resize-full:before {
  content: "\e096";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-resize-small:before {
  content: "\e097";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-exclamation-sign:before {
  content: "\e101";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-gift:before {
  content: "\e102";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-leaf:before {
  content: "\e103";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-fire:before {
  content: "\e104";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-eye-open:before {
  content: "\e105";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-eye-close:before {
  content: "\e106";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-warning-sign:before {
  content: "\e107";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-plane:before {
  content: "\e108";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-calendar:before {
  content: "\e109";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-random:before {
  content: "\e110";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-comment:before {
  content: "\e111";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-magnet:before {
  content: "\e112";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-chevron-up:before {
  content: "\e113";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-chevron-down:before {
  content: "\e114";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-retweet:before {
  content: "\e115";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-shopping-cart:before {
  content: "\e116";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-folder-close:before {
  content: "\e117";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-folder-open:before {
  content: "\e118";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-resize-vertical:before {
  content: "\e119";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-resize-horizontal:before {
  content: "\e120";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-hdd:before {
  content: "\e121";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-bullhorn:before {
  content: "\e122";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-bell:before {
  content: "\e123";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-certificate:before {
  content: "\e124";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-thumbs-up:before {
  content: "\e125";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-thumbs-down:before {
  content: "\e126";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-hand-right:before {
  content: "\e127";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-hand-left:before {
  content: "\e128";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-hand-up:before {
  content: "\e129";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-hand-down:before {
  content: "\e130";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-globe:before {
  content: "\e135";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-wrench:before {
  content: "\e136";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-tasks:before {
  content: "\e137";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-filter:before {
  content: "\e138";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-briefcase:before {
  content: "\e139";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-fullscreen:before {
  content: "\e140";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-dashboard:before {
  content: "\e141";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-paperclip:before {
  content: "\e142";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-heart-empty:before {
  content: "\e143";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-link:before {
  content: "\e144";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-phone:before {
  content: "\e145";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-pushpin:before {
  content: "\e146";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-usd:before {
  content: "\e148";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-gbp:before {
  content: "\e149";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-sort:before {
  content: "\e150";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-sort-by-order:before {
  content: "\e153";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-unchecked:before {
  content: "\e157";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-expand:before {
  content: "\e158";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-collapse-down:before {
  content: "\e159";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-collapse-up:before {
  content: "\e160";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-log-in:before {
  content: "\e161";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-flash:before {
  content: "\e162";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-log-out:before {
  content: "\e163";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-new-window:before {
  content: "\e164";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-record:before {
  content: "\e165";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-save:before {
  content: "\e166";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-open:before {
  content: "\e167";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-saved:before {
  content: "\e168";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-import:before {
  content: "\e169";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-export:before {
  content: "\e170";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-send:before {
  content: "\e171";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-floppy-disk:before {
  content: "\e172";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-floppy-saved:before {
  content: "\e173";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-floppy-remove:before {
  content: "\e174";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-floppy-save:before {
  content: "\e175";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-floppy-open:before {
  content: "\e176";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-credit-card:before {
  content: "\e177";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-transfer:before {
  content: "\e178";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-cutlery:before {
  content: "\e179";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-header:before {
  content: "\e180";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-compressed:before {
  content: "\e181";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-earphone:before {
  content: "\e182";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-phone-alt:before {
  content: "\e183";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-tower:before {
  content: "\e184";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-stats:before {
  content: "\e185";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-sd-video:before {
  content: "\e186";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-hd-video:before {
  content: "\e187";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-subtitles:before {
  content: "\e188";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-sound-stereo:before {
  content: "\e189";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-sound-dolby:before {
  content: "\e190";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-sound-5-1:before {
  content: "\e191";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-sound-6-1:before {
  content: "\e192";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-sound-7-1:before {
  content: "\e193";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-copyright-mark:before {
  content: "\e194";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-registration-mark:before {
  content: "\e195";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-cloud-download:before {
  content: "\e197";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-cloud-upload:before {
  content: "\e198";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-tree-conifer:before {
  content: "\e199";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.glyphicon-tree-deciduous:before {
  content: "\e200";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333;
  background-color: #fff;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
a {
  color: #337ab7;
  text-decoration: none;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
figure {
  margin: 0;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
img {
  vertical-align: middle;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.img-circle {
  border-radius: 50%;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
  font-size: 65%;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
  font-size: 75%;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
h1, .h1 {
  font-size: 36px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
h2, .h2 {
  font-size: 30px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
h3, .h3 {
  font-size: 24px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
h4, .h4 {
  font-size: 18px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
h5, .h5 {
  font-size: 14px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
h6, .h6 {
  font-size: 12px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
p {
  margin: 0 0 10px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .lead {
    font-size: 21px;
  }
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
small, .small {
  font-size: 85%;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
mark, .mark {
  background-color: #fcf8e3;
  padding: .2em;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.text-left {
  text-align: left;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.text-right {
  text-align: right;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.text-center {
  text-align: center;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.text-justify {
  text-align: justify;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.text-nowrap {
  white-space: nowrap;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.text-lowercase {
  text-transform: lowercase;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.text-uppercase {
  text-transform: uppercase;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.text-capitalize {
  text-transform: capitalize;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.text-muted {
  color: #777;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.text-primary {
  color: #337ab7;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
a.text-primary:hover {
  color: #286090;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.text-success {
  color: #3c763d;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
a.text-success:hover {
  color: #2b542c;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.text-info {
  color: #31708f;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
a.text-info:hover {
  color: #245269;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.text-warning {
  color: #8a6d3b;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
a.text-warning:hover {
  color: #66512c;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.text-danger {
  color: #a94442;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
a.text-danger:hover {
  color: #843534;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
a.bg-primary:hover {
  background-color: #286090;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.bg-success {
  background-color: #dff0d8;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
a.bg-success:hover {
  background-color: #c1e2b3;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.bg-info {
  background-color: #d9edf7;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
a.bg-info:hover {
  background-color: #afd9ee;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.bg-warning {
  background-color: #fcf8e3;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
a.bg-warning:hover {
  background-color: #f7ecb5;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.bg-danger {
  background-color: #f2dede;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
a.bg-danger:hover {
  background-color: #e4b9b9;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
ul ul, ol ul, ul ol, ol ol {
  margin-bottom: 0;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
dl {
  margin-top: 0;
  margin-bottom: 20px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
dt, dd {
  line-height: 1.428571429;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
dt {
  font-weight: bold;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
abbr[title], abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
  margin-bottom: 0;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
blockquote footer, blockquote small, blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
blockquote footer:before, blockquote small:before, blockquote .small:before {
  content: '\2014 \00A0';
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.blockquote-reverse, blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before {
  content: '';
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
code, kbd, pre, samp {
  font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .container {
    width: 1170px;
  }
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.row {
  margin-left: -15px;
  margin-right: -15px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.col-xs-12 {
  width: 100%;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.col-xs-11 {
  width: 91.66666666666666%;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.col-xs-10 {
  width: 83.33333333333334%;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.col-xs-9 {
  width: 75%;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.col-xs-8 {
  width: 66.66666666666666%;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.col-xs-7 {
  width: 58.333333333333336%;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.col-xs-6 {
  width: 50%;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.col-xs-5 {
  width: 41.66666666666667%;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.col-xs-4 {
  width: 33.33333333333333%;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.col-xs-3 {
  width: 25%;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.col-xs-2 {
  width: 16.666666666666664%;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.col-xs-1 {
  width: 8.333333333333332%;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.col-xs-pull-11 {
  right: 91.66666666666666%;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.col-xs-pull-10 {
  right: 83.33333333333334%;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.col-xs-pull-8 {
  right: 66.66666666666666%;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.col-xs-pull-7 {
  right: 58.333333333333336%;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.col-xs-pull-5 {
  right: 41.66666666666667%;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.col-xs-pull-4 {
  right: 33.33333333333333%;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.col-xs-pull-2 {
  right: 16.666666666666664%;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.col-xs-pull-1 {
  right: 8.333333333333332%;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.col-xs-push-11 {
  left: 91.66666666666666%;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.col-xs-push-10 {
  left: 83.33333333333334%;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.col-xs-push-8 {
  left: 66.66666666666666%;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.col-xs-push-7 {
  left: 58.333333333333336%;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.col-xs-push-5 {
  left: 41.66666666666667%;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.col-xs-push-4 {
  left: 33.33333333333333%;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.col-xs-push-2 {
  left: 16.666666666666664%;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.col-xs-push-1 {
  left: 8.333333333333332%;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-sm-12 {
    width: 100%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-sm-9 {
    width: 75%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-sm-6 {
    width: 50%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-sm-3 {
    width: 25%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-sm-pull-12 {
    right: 100%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-sm-pull-9 {
    right: 75%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-sm-pull-6 {
    right: 50%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-sm-pull-3 {
    right: 25%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-sm-pull-0 {
    right: auto;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-sm-push-12 {
    left: 100%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-sm-push-9 {
    left: 75%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-sm-push-6 {
    left: 50%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-sm-push-3 {
    left: 25%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-sm-push-0 {
    left: auto;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-md-12 {
    width: 100%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-md-11 {
    width: 91.66666666666666%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-md-10 {
    width: 83.33333333333334%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-md-9 {
    width: 75%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-md-8 {
    width: 66.66666666666666%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-md-7 {
    width: 58.333333333333336%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-md-6 {
    width: 50%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-md-5 {
    width: 41.66666666666667%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-md-4 {
    width: 33.33333333333333%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-md-3 {
    width: 25%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-md-2 {
    width: 16.666666666666664%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-md-1 {
    width: 8.333333333333332%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-md-pull-12 {
    right: 100%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-md-pull-9 {
    right: 75%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-md-pull-6 {
    right: 50%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-md-pull-3 {
    right: 25%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-md-pull-0 {
    right: auto;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-md-push-12 {
    left: 100%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-md-push-9 {
    left: 75%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-md-push-6 {
    left: 50%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-md-push-3 {
    left: 25%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-md-push-0 {
    left: auto;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-lg-12 {
    width: 100%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-lg-9 {
    width: 75%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-lg-6 {
    width: 50%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-lg-3 {
    width: 25%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-lg-pull-12 {
    right: 100%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-lg-pull-9 {
    right: 75%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-lg-pull-6 {
    right: 50%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-lg-pull-3 {
    right: 25%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-lg-pull-0 {
    right: auto;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-lg-push-12 {
    left: 100%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-lg-push-9 {
    left: 75%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-lg-push-6 {
    left: 50%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-lg-push-3 {
    left: 25%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-lg-push-0 {
    left: auto;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
table {
  background-color: transparent;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
th {
  text-align: left;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.table .table {
  background-color: #fff;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
  padding: 5px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.table-bordered {
  border: 1px solid #ddd;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.table-striped > tbody > tr:nth-child(odd) {
  background-color: #f9f9f9;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
table td[class*="col-"], table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .table-responsive > .table {
    margin-bottom: 0;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
input[type="radio"], input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
input[type="file"] {
  display: block;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
select[multiple], select[size] {
  height: auto;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.form-control:-ms-input-placeholder {
  color: #999;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.form-control::-webkit-input-placeholder {
  color: #999;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
textarea.form-control {
  height: auto;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
    line-height: 34px;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  input.input-sm[type="date"], input.input-sm[type="time"], input.input-sm[type="datetime-local"], input.input-sm[type="month"] {
    line-height: 30px;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  input.input-lg[type="date"], input.input-lg[type="time"], input.input-lg[type="datetime-local"], input.input-lg[type="month"] {
    line-height: 46px;
  }
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.radio, .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.radio label, .checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.radio + .radio, .checkbox + .checkbox {
  margin-top: -5px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.radio-inline, .checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
input[type="radio"][disabled], input[type="checkbox"][disabled], input.disabled[type="radio"], input.disabled[type="checkbox"], fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.radio-inline.disabled, .checkbox-inline.disabled, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.radio.disabled label, .checkbox.disabled label, fieldset[disabled] .radio label, fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.form-control-static.input-lg, .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.input-sm, .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
select.input-sm, select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
textarea.input-sm, textarea.form-group-sm .form-control, select.input-sm[multiple], select.form-group-sm[multiple] .form-control {
  height: auto;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.input-lg, .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
select.input-lg, select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
textarea.input-lg, textarea.form-group-lg .form-control, select.input-lg[multiple], select.form-group-lg[multiple] .form-control {
  height: auto;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.has-feedback {
  position: relative;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.has-feedback .form-control {
  padding-right: 42.5px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .form-inline .form-control-static {
    display: inline-block;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
    width: auto;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .form-inline .radio, .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .form-inline .radio label, .form-inline .checkbox label {
    padding-left: 0;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.form-horizontal .radio, .form-horizontal .checkbox {
  min-height: 27px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
  background-image: none;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default.focus[disabled], fieldset[disabled] .btn-default.focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default.active[disabled], fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  background-image: none;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary.focus[disabled], fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
  background-image: none;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success.focus[disabled], fieldset[disabled] .btn-success.focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success.active[disabled], fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
  background-image: none;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info.focus[disabled], fieldset[disabled] .btn-info.focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info.active[disabled], fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
  background-image: none;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning.focus[disabled], fieldset[disabled] .btn-warning.focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning.active[disabled], fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
  background-image: none;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger.focus[disabled], fieldset[disabled] .btn-danger.focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger.active[disabled], fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
input.btn-block[type="submit"], input.btn-block[type="reset"], input.btn-block[type="button"] {
  width: 100%;
}

/*.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}*/
/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.collapse {
  display: none;
  visibility: hidden;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.collapse.in {
  display: block;
  visibility: visible;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
tr.collapse.in {
  display: table-row;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
tbody.collapse.in {
  display: table-row-group;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.dropdown {
  position: relative;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333;
  white-space: nowrap;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.open > .dropdown-menu {
  display: block;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.open > a {
  outline: 0;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.dropdown-menu-right {
  left: auto;
  right: 0;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.dropdown-menu-left {
  left: 0;
  right: auto;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777;
  white-space: nowrap;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.btn-group > .btn, .btn-group-vertical > .btn {
  position: relative;
  float: left;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active {
  z-index: 2;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.btn-toolbar {
  margin-left: -5px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.btn-toolbar .btn-group, .btn-toolbar .input-group {
  float: left;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
  margin-left: 5px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.btn-group > .btn-group {
  float: left;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.btn-group > .btn-group:first-child > .btn:last-child, .btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.btn .caret {
  margin-left: 0;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.btn-group-justified > .btn, .btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.btn-group-justified > .btn-group .btn {
  width: 100%;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
[data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], [data-toggle="buttons"] > .btn input[type="checkbox"], [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn, select.input-group-lg[multiple] > .form-control, select.input-group-lg[multiple] > .input-group-addon, select.input-group-lg[multiple] > .input-group-btn > .btn {
  height: auto;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn, select.input-group-sm[multiple] > .form-control, select.input-group-sm[multiple] > .input-group-addon, select.input-group-sm[multiple] > .input-group-btn > .btn {
  height: auto;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.input-group-addon, .input-group-btn, .input-group .form-control {
  display: table-cell;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.input-group-addon, .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.input-group-btn > .btn {
  position: relative;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.nav > li {
  position: relative;
  display: block;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.nav > li.disabled > a {
  color: #777;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.nav-tabs.nav-justified > li {
  float: none;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.nav-pills > li {
  float: left;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.nav-pills > li > a {
  border-radius: 4px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.nav-pills > li + li {
  margin-left: 2px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.nav-stacked > li {
  float: none;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.nav-justified {
  width: 100%;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.nav-justified > li {
  float: none;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.nav-tabs-justified {
  border-bottom: 0;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.tab-content > .active {
  display: block;
  visibility: visible;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .navbar {
    border-radius: 4px;
  }
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .navbar-header {
    float: left;
  }
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .navbar-collapse.collapse {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.navbar-fixed-top, .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .navbar-fixed-top, .navbar-fixed-bottom {
    border-radius: 0;
  }
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.navbar-toggle:focus {
  outline: 0;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .navbar-toggle {
    display: none;
  }
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.navbar-nav {
  margin: 7.5px -15px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .navbar-nav > li {
    float: left;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .navbar-form .form-control-static {
    display: inline-block;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control {
    width: auto;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .navbar-form .radio, .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .navbar-form .radio label, .navbar-form .checkbox label {
    padding-left: 0;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .navbar-left {
    float: left !important;
    float: left;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .navbar-right {
    float: right !important;
    float: right;
    margin-right: -15px;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.navbar-default .navbar-brand {
  color: #777;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.navbar-default .navbar-text {
  color: #777;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.navbar-default .navbar-nav > li > a {
  color: #777;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.navbar-default .navbar-toggle {
  border-color: #ddd;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #e7e7e7;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}

@media (max-width: 767px) {
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.navbar-default .navbar-link {
  color: #777;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.navbar-default .navbar-link:hover {
  color: #333;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.navbar-default .btn-link {
  color: #777;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: #101010;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}

@media (max-width: 767px) {
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.navbar-inverse .navbar-link:hover {
  color: #fff;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.navbar-inverse .btn-link {
  color: #9d9d9d;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.breadcrumb > li {
  display: inline-block;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.breadcrumb > .active {
  color: #777;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.pagination > li {
  display: inline;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  color: #777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.pager li {
  display: inline;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.pager li > a, .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.pager li > a:hover, .pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.pager .next > a, .pager .next > span {
  float: right;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.pager .previous > a, .pager .previous > span {
  float: left;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
  color: #777;
  background-color: #fff;
  cursor: not-allowed;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.label:empty {
  display: none;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.btn .label {
  position: relative;
  top: -1px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.label-default {
  background-color: #777;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.label-primary {
  background-color: #337ab7;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.label-success {
  background-color: #5cb85c;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.label-info {
  background-color: #5bc0de;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.label-warning {
  background-color: #f0ad4e;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.label-danger {
  background-color: #d9534f;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777;
  border-radius: 10px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.badge:empty {
  display: none;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.list-group-item > .badge {
  float: right;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.jumbotron h1, .jumbotron .h1 {
  color: inherit;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.jumbotron > hr {
  border-top-color: #d5d5d5;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 6px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .jumbotron {
    padding: 48px 0;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .container .jumbotron, .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  /* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .jumbotron h1, .jumbotron .h1 {
    font-size: 63px;
  }
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.thumbnail > img, .thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
  border-color: #337ab7;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.thumbnail .caption {
  padding: 9px;
  color: #333;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.alert .alert-link {
  font-weight: bold;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.alert > p, .alert > ul {
  margin-bottom: 0;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.alert-dismissable, .alert-dismissible {
  padding-right: 35px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.alert-dismissable .close, .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.alert-success hr {
  border-top-color: #c9e2b3;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.alert-info hr {
  border-top-color: #a6e1ec;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.alert-info .alert-link {
  color: #245269;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.alert-warning hr {
  border-top-color: #f7e1b5;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.alert-danger hr {
  border-top-color: #e4b9c0;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.progress-striped .progress-bar, .progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.progress.active .progress-bar, .progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.progress-bar-success {
  background-color: #5cb85c;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.progress-bar-info {
  background-color: #5bc0de;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.progress-bar-warning {
  background-color: #f0ad4e;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.progress-bar-danger {
  background-color: #d9534f;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.progress-striped .progress-bar-danger {
  min-width: 25%;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.media {
  margin-top: 15px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.media:first-child {
  margin-top: 0;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.media-right, .media > .pull-right {
  padding-left: 10px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.media-left, .media > .pull-left {
  padding-right: 10px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.media-left, .media-right, .media-body {
  display: table-cell;
  vertical-align: top;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.media-middle {
  vertical-align: middle;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.media-bottom {
  vertical-align: bottom;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
a.list-group-item {
  color: #555;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
a.list-group-item .list-group-item-heading {
  color: #333;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
a.list-group-item:hover, a.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eee;
  color: #777;
  cursor: not-allowed;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
a.list-group-item-success {
  color: #3c763d;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
a.list-group-item-success:hover, a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
a.list-group-item-info {
  color: #31708f;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
a.list-group-item-info:hover, a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
a.list-group-item-warning {
  color: #8a6d3b;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
a.list-group-item-warning:hover, a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
a.list-group-item-danger {
  color: #a94442;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
a.list-group-item-danger:hover, a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.panel-body {
  padding: 15px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.panel-title > a {
  color: inherit;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.panel > .list-group, .panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table {
  margin-bottom: 0;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.panel > .table caption, .panel > .table-responsive > .table caption, .panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.panel > .table:first-child > thead:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
  border: 0;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.panel > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.panel-group {
  margin-bottom: 20px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.panel-group .panel-footer {
  border-top: 0;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.panel-default {
  border-color: #ddd;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.panel-primary {
  border-color: #337ab7;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.panel-success {
  border-color: #d6e9c6;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.panel-info {
  border-color: #bce8f1;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.panel-warning {
  border-color: #faebcc;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.panel-danger {
  border-color: #ebccd1;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}

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

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.well-lg {
  padding: 24px;
  border-radius: 6px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20);
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
  filter: alpha(opacity=50);
}

/* line 1, app/assets/stylesheets/partials/_seamless2020_base.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/*.modal-open{overflow:hidden}.modal{display:none;overflow:hidden;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transform:translate(0, -25%);-ms-transform:translate(0, -25%);-o-transform:translate(0, -25%);transform:translate(0, -25%);-webkit-transition:-webkit-transform 0.3s ease-out;-moz-transition:-moz-transform 0.3s ease-out;-o-transition:-o-transform 0.3s ease-out;transition:transform 0.3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0,0,0,0.5);box-shadow:0 3px 9px rgba(0,0,0,0.5);background-clip:padding-box;outline:0}
.modal-backdrop{position:absolute;top:0;right:0;left:0;background-color:#000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5;min-height:16.428571429px}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.428571429}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-left:5px;margin-bottom:0}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,0.5);box-shadow:0 5px 15px rgba(0,0,0,0.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}} */
/* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
.tooltip.in {
  opacity: .9;
  filter: alpha(opacity=90);
}

/* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

/* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

/* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

/* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

/* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}

/* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

/* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

/* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}

/* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
.popover.top {
  margin-top: -10px;
}

/* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
.popover.right {
  margin-left: 10px;
}

/* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
.popover.bottom {
  margin-top: 10px;
}

/* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
.popover.left {
  margin-left: -10px;
}

/* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

/* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
.popover > .arrow {
  border-width: 11px;
}

/* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

/* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

/* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

/* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

/* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

/* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

/* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

/* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

/* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
.carousel {
  position: relative;
}

/* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

/* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left;
}

/* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  /* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .carousel-inner > .item {
    transition: transform .6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000;
  }
  /* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  /* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  /* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

/* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
  display: block;
}

/* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
.carousel-inner > .active {
  left: 0;
}

/* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
.carousel-inner > .next, .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
.carousel-inner > .next {
  left: 100%;
}

/* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
.carousel-inner > .prev {
  left: -100%;
}

/* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
.carousel-inner > .next.left, .carousel-inner > .prev.right {
  left: 0;
}

/* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
.carousel-inner > .active.left {
  left: -100%;
}

/* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: .5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

/* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

/* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

/* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: .9;
  filter: alpha(opacity=90);
}

/* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

/* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

/* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

/* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
.carousel-control .icon-prev, .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}

/* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
.carousel-control .icon-prev:before {
  content: '\2039';
}

/* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
.carousel-control .icon-next:before {
  content: '\203a';
}

/* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

/* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}

/* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

/* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

/* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  /* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -15px;
  }
  /* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -15px;
  }
  /* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  /* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}

/* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}

/* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after {
  clear: both;
}

/* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
.pull-right {
  float: right !important;
}

/* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
.pull-left {
  float: left !important;
}

/* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
.hide {
  display: none !important;
}

/* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
.show {
  display: block !important;
}

/* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
.invisible {
  visibility: hidden;
}

/* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
.hidden {
  display: none !important;
  visibility: hidden !important;
}

/* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

/* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

/* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .visible-xs {
    display: block !important;
  }
  /* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
  table.visible-xs {
    display: table;
  }
  /* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
  tr.visible-xs {
    display: table-row !important;
  }
  /* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
  th.visible-xs, td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  /* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  /* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  /* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .visible-sm {
    display: block !important;
  }
  /* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
  table.visible-sm {
    display: table;
  }
  /* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
  tr.visible-sm {
    display: table-row !important;
  }
  /* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
  th.visible-sm, td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .visible-md {
    display: block !important;
  }
  /* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
  table.visible-md {
    display: table;
  }
  /* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
  tr.visible-md {
    display: table-row !important;
  }
  /* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
  th.visible-md, td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  /* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .visible-lg {
    display: block !important;
  }
  /* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
  table.visible-lg {
    display: table;
  }
  /* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
  tr.visible-lg {
    display: table-row !important;
  }
  /* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
  th.visible-lg, td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  /* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  /* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  /* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  /* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .hidden-lg {
    display: none !important;
  }
}

/* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .visible-print {
    display: block !important;
  }
  /* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
  table.visible-print {
    display: table;
  }
  /* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
  tr.visible-print {
    display: table-row !important;
  }
  /* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
  th.visible-print, td.visible-print {
    display: table-cell !important;
  }
}

/* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
.visible-print-block {
  display: none !important;
}

@media print {
  /* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .visible-print-block {
    display: block !important;
  }
}

/* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
.visible-print-inline {
  display: none !important;
}

@media print {
  /* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
.visible-print-inline-block {
  display: none !important;
}

@media print {
  /* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 4, app/assets/stylesheets/partials/_seamless2020_base.scss */
  .hidden-print {
    display: none !important;
  }
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
body {
  padding-top: 60px;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
body.admin-bar .navbar-fixed-top {
  top: 28px;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
.navbar .brand {
  color: #000;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 0 30px rgba(255, 255, 255, 0.125);
  font-weight: bold !important;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
.nav-container {
  padding-left: 0;
  padding-right: 0;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
#inner-header {
  width: 100%;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
input, textarea, select, .uneditable-input {
  margin-bottom: 0;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
.navbar-search {
  padding-left: 0;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
#content {
  padding: 10px 0 0;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
.more-link {
  white-space: nowrap;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
.footer-links {
  float: right;
  margin-bottom: 18px;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
.footer-links .menu {
  list-style-type: none;
  margin-left: 0;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
.footer-links .menu li {
  float: left;
  margin-left: 10px;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
#main p.meta {
  font-style: italic;
  color: #808080;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
#main article {
  margin-bottom: 18px;
  padding: 0 0 9px;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
#main article footer {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
  position: relative;
  min-height: 20px;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
p.tags {
  line-height: 20px;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
div[id*='attachment_'] {
  max-width: 100%;
  height: 100%;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
#main .hero-unit img {
  margin-bottom: 1em;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
#main article img {
  height: auto;
  max-width: 100%;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
img.alignleft {
  margin-right: 10px;
  float: left;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
img.alignright {
  margin-left: 10px;
  float: right;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
img.aligncenter {
  display: block;
  margin: 0 auto;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
.archive #main .post h3 {
  line-height: 24px;
  margin-bottom: 10px;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
video {
  max-width: 100%;
  height: auto;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
.video-wrapper {
  width: 630px;
  max-width: 100%;
  margin-bottom: 18px;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
#featured-carousel .item {
  width: 970px;
  height: 600px;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
.carousel-caption p {
  display: none;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
.page-template-page-homepage-php #main article {
  border-bottom: none;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
.page-template-page-homepage-php .hero-unit, .blog .hero-unit {
  padding: 1em;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
.hero-unit h1 {
  font-size: 3em;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
#comments {
  line-height: 24px;
  margin-bottom: 18px;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
ol.commentlist, ol.commentlist ul.children {
  list-style-type: none;
  padding-left: 0;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
.comment .vcard > div {
  margin-top: 8px;
  padding: 0 10px;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
ol.commentlist time {
  font-size: .8em;
  color: #eeeeee;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
ol.commentlist div.comment-author {
  position: relative;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
ol.commentlist a.comment-edit-link {
  color: #ffffff;
  text-decoration: none;
  padding-left: 5px;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
ol.commentlist span.edit-comment {
  position: absolute;
  right: 0;
  top: 8px;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
ol.commentlist li.bypostauthor {
  background-color: #dddddd;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
ol.commentlist ul.children li {
  background-color: #cccccc;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
ol.commentlist ul.children li ul.children li {
  background-color: #bbbbbb;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
ol.commentlist ul.children li ul.children li ul.children li {
  background-color: #aaaaaa;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
ol.commentlist article {
  border-bottom: none !important;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
a.comment-reply-link {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
a.comment-reply-link:focus, a.comment-reply-link:active:focus, a.comment-reply-link.active:focus, a.comment-reply-link.focus, a.comment-reply-link.focus:active, a.comment-reply-link.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
a.comment-reply-link:hover, a.comment-reply-link:focus, a.comment-reply-link.focus {
  color: #333;
  text-decoration: none;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
a.comment-reply-link:active, a.comment-reply-link.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
a.comment-reply-link.disabled, a.comment-reply-link[disabled], fieldset[disabled] a.comment-reply-link {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
a.comment-reply-link:hover, a.comment-reply-link:focus, a.comment-reply-link.focus, a.comment-reply-link:active, a.comment-reply-link.active, .open > .dropdown-togglea.comment-reply-link {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
a.comment-reply-link:active, a.comment-reply-link.active, .open > .dropdown-togglea.comment-reply-link {
  background-image: none;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
a.comment-reply-link.disabled, a.comment-reply-link[disabled], fieldset[disabled] a.comment-reply-link, a.comment-reply-link.disabled:hover, a.comment-reply-link[disabled]:hover, fieldset[disabled] a.comment-reply-link:hover, a.comment-reply-link.disabled:focus, a.comment-reply-link[disabled]:focus, fieldset[disabled] a.comment-reply-link:focus, a.comment-reply-link.disabled.focus, a.comment-reply-link.focus[disabled], fieldset[disabled] a.comment-reply-link.focus, a.comment-reply-link.disabled:active, a.comment-reply-link[disabled]:active, fieldset[disabled] a.comment-reply-link:active, a.comment-reply-link.disabled.active, a.comment-reply-link.active[disabled], fieldset[disabled] a.comment-reply-link.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
a.comment-reply-link .badge {
  color: #5cb85c;
  background-color: #fff;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
#cancel-comment-reply-link {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
  margin-left: 1em;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
#cancel-comment-reply-link:focus, #cancel-comment-reply-link:active:focus, #cancel-comment-reply-link.active:focus, #cancel-comment-reply-link.focus, #cancel-comment-reply-link.focus:active, #cancel-comment-reply-link.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
#cancel-comment-reply-link:hover, #cancel-comment-reply-link:focus, #cancel-comment-reply-link.focus {
  color: #333;
  text-decoration: none;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
#cancel-comment-reply-link:active, #cancel-comment-reply-link.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
#cancel-comment-reply-link.disabled, #cancel-comment-reply-link[disabled], fieldset[disabled] #cancel-comment-reply-link {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
#cancel-comment-reply-link:hover, #cancel-comment-reply-link:focus, #cancel-comment-reply-link.focus, #cancel-comment-reply-link:active, #cancel-comment-reply-link.active, .open > #cancel-comment-reply-link.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
#cancel-comment-reply-link:active, #cancel-comment-reply-link.active, .open > #cancel-comment-reply-link.dropdown-toggle {
  background-image: none;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
#cancel-comment-reply-link.disabled, #cancel-comment-reply-link[disabled], fieldset[disabled] #cancel-comment-reply-link, #cancel-comment-reply-link.disabled:hover, #cancel-comment-reply-link[disabled]:hover, fieldset[disabled] #cancel-comment-reply-link:hover, #cancel-comment-reply-link.disabled:focus, #cancel-comment-reply-link[disabled]:focus, fieldset[disabled] #cancel-comment-reply-link:focus, #cancel-comment-reply-link.disabled.focus, #cancel-comment-reply-link.focus[disabled], fieldset[disabled] #cancel-comment-reply-link.focus, #cancel-comment-reply-link.disabled:active, #cancel-comment-reply-link[disabled]:active, fieldset[disabled] #cancel-comment-reply-link:active, #cancel-comment-reply-link.disabled.active, #cancel-comment-reply-link.active[disabled], fieldset[disabled] #cancel-comment-reply-link.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
#cancel-comment-reply-link .badge {
  color: #f0ad4e;
  background-color: #fff;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
#comment-nav ul {
  list-style-type: none;
  margin: 0;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
#comment-form-elements {
  list-style-type: none;
  margin: 0;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
.comment-form-author, .comment-form-email, .comment-form-url, .comment-form-comment {
  margin-bottom: 15px;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
.comment-form-author input, .comment-form-email input, .comment-form-url input, .comment-form-comment input, .comment-form-author textarea, .comment-form-email textarea, .comment-form-url textarea, .comment-form-comment textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
.comment-form-author input:focus, .comment-form-email input:focus, .comment-form-url input:focus, .comment-form-comment input:focus, .comment-form-author textarea:focus, .comment-form-email textarea:focus, .comment-form-url textarea:focus, .comment-form-comment textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
.comment-form-author input::-moz-placeholder, .comment-form-email input::-moz-placeholder, .comment-form-url input::-moz-placeholder, .comment-form-comment input::-moz-placeholder, .comment-form-author textarea::-moz-placeholder, .comment-form-email textarea::-moz-placeholder, .comment-form-url textarea::-moz-placeholder, .comment-form-comment textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
.comment-form-author input:-ms-input-placeholder, .comment-form-email input:-ms-input-placeholder, .comment-form-url input:-ms-input-placeholder, .comment-form-comment input:-ms-input-placeholder, .comment-form-author textarea:-ms-input-placeholder, .comment-form-email textarea:-ms-input-placeholder, .comment-form-url textarea:-ms-input-placeholder, .comment-form-comment textarea:-ms-input-placeholder {
  color: #999;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
.comment-form-author input::-webkit-input-placeholder, .comment-form-email input::-webkit-input-placeholder, .comment-form-url input::-webkit-input-placeholder, .comment-form-comment input::-webkit-input-placeholder, .comment-form-author textarea::-webkit-input-placeholder, .comment-form-email textarea::-webkit-input-placeholder, .comment-form-url textarea::-webkit-input-placeholder, .comment-form-comment textarea::-webkit-input-placeholder {
  color: #999;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
.comment-form-author input[disabled], .comment-form-email input[disabled], .comment-form-url input[disabled], .comment-form-comment input[disabled], .comment-form-author textarea[disabled], .comment-form-email textarea[disabled], .comment-form-url textarea[disabled], .comment-form-comment textarea[disabled], .comment-form-author input[readonly], .comment-form-email input[readonly], .comment-form-url input[readonly], .comment-form-comment input[readonly], .comment-form-author textarea[readonly], .comment-form-email textarea[readonly], .comment-form-url textarea[readonly], .comment-form-comment textarea[readonly], fieldset[disabled] .comment-form-author input, fieldset[disabled] .comment-form-email input, fieldset[disabled] .comment-form-url input, fieldset[disabled] .comment-form-comment input, fieldset[disabled] .comment-form-author textarea, fieldset[disabled] .comment-form-email textarea, fieldset[disabled] .comment-form-url textarea, fieldset[disabled] .comment-form-comment textarea {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
textarea.comment-form-author input, textarea.comment-form-email input, textarea.comment-form-url input, textarea.comment-form-comment input, textarea.comment-form-author textarea, textarea.comment-form-email textarea, textarea.comment-form-url textarea, textarea.comment-form-comment textarea {
  height: auto;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
.comment-form-author textarea, .comment-form-email textarea, .comment-form-url textarea, .comment-form-comment textarea {
  height: auto;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
.form-allowed-tags code {
  white-space: normal;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
.form-submit input[type='submit'] {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
.form-submit input[type='submit']:focus, .form-submit input[type='submit']:active:focus, .form-submit input.active[type='submit']:focus, .form-submit input.focus[type='submit'], .form-submit input.focus[type='submit']:active, .form-submit input.active.focus[type='submit'] {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
.form-submit input[type='submit']:hover, .form-submit input[type='submit']:focus, .form-submit input.focus[type='submit'] {
  color: #333;
  text-decoration: none;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
.form-submit input[type='submit']:active, .form-submit input.active[type='submit'] {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
.form-submit input.disabled[type='submit'], .form-submit input[type='submit'][disabled], fieldset[disabled] .form-submit input[type='submit'] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
.form-submit input[type='submit']:hover, .form-submit input[type='submit']:focus, .form-submit input.focus[type='submit'], .form-submit input[type='submit']:active, .form-submit input.active[type='submit'], .open > .dropdown-toggle.form-submit input[type='submit'] {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
.form-submit input[type='submit']:active, .form-submit input.active[type='submit'], .open > .dropdown-toggle.form-submit input[type='submit'] {
  background-image: none;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
.form-submit input.disabled[type='submit'], .form-submit input[type='submit'][disabled], fieldset[disabled] .form-submit input[type='submit'], .form-submit input.disabled[type='submit']:hover, .form-submit input[type='submit'][disabled]:hover, fieldset[disabled] .form-submit input[type='submit']:hover, .form-submit input.disabled[type='submit']:focus, .form-submit input[type='submit'][disabled]:focus, fieldset[disabled] .form-submit input[type='submit']:focus, .form-submit input.disabled.focus[type='submit'], .form-submit input.focus[type='submit'][disabled], fieldset[disabled] .form-submit input.focus[type='submit'], .form-submit input.disabled[type='submit']:active, .form-submit input[type='submit'][disabled]:active, fieldset[disabled] .form-submit input[type='submit']:active, .form-submit input.disabled.active[type='submit'], .form-submit input.active[type='submit'][disabled], fieldset[disabled] .form-submit input.active[type='submit'] {
  background-color: #337ab7;
  border-color: #2e6da4;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
.form-submit input[type='submit'] .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
.comment .vcard .avatar {
  padding-right: 0;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
.comment .vcard .comment-text {
  margin-left: 0;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
img.avatar {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #dedede;
  border-right: 1px solid #dedede;
  border-left: 1px solid #ddd;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
ol.commentlist li {
  padding-right: 10px;
  background-color: #F0F0F0;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
#pings {
  margin-bottom: 9px;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
ol.pinglist {
  list-style-type: none;
  margin: 0 0 9px 0;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
ol.commentlist #respond {
  padding: 5px 10px;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
.attachment #main .post_content img {
  max-width: 100%;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
.ie8 #main .media-grid img {
  max-height: none !important;
  max-width: none !important;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
.attachment-img {
  margin-bottom: 18px;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
.metadata p.alert-message {
  margin-right: 0;
  margin-bottom: 18px;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
#gallery-nav {
  list-style-type: none;
  margin-left: 0;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
li.next a, li.previous a {
  position: relative;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
li.next a:hover:before {
  content: "\2190";
  position: absolute;
  display: block;
  top: 42%;
  left: 0;
  background-color: #BFBFBF;
  color: #444;
  width: 20px;
  height: 20px;
  padding-left: 5px;
  text-decoration: none;
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
li.previous a:hover:before {
  content: "\2192";
  position: absolute;
  display: block;
  top: 42%;
  right: 0;
  background-color: #BFBFBF;
  color: #444;
  width: 20px;
  height: 20px;
  padding-left: 5px;
  text-decoration: none;
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
.widget {
  margin-bottom: 18px;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
.widgettitle {
  margin-bottom: 9px;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
#tag-cloud {
  margin-bottom: 18px;
  line-height: 160%;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
.tags a {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
  background-color: #777;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
a.tags a:hover, a.tags a:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
.tags a:empty {
  display: none;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
.btn .tags a {
  position: relative;
  top: -1px;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
.tags a[href]:hover, .tags a[href]:focus {
  background-color: #5e5e5e;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
#tag-cloud a:hover, .tags a:hover {
  color: #ffffff;
  text-decoration: none;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
#tag-cloud a {
  white-space: pre;
  text-transform: uppercase;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
.widget_search form {
  padding-left: 0;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
#calendar_wrap {
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 5px;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
#wp-calendar {
  width: 100%;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
#wp-calendar caption {
  font-weight: bold;
  padding: 8px;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
#wp-calendar tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
#wp-calendar tr:last-child {
  border-bottom: none;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
#wp-calendar td {
  text-align: center;
  padding: 8px 0;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
blockquote.pull-left {
  padding-right: 15px;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
.thumbnails {
  padding-left: 0;
  list-style-type: none;
}

/* line 5, app/assets/stylesheets/partials/_seamless2020_base.scss */
.gallery-item .thumbnail {
  display: inline-block;
  border-width: 0;
}
/* line 1, app/assets/stylesheets/partials/_seamless2020_style.scss */
body {
  font-family: objektiv-mk2, Roboto, sans-serif;
}

/* line 4, app/assets/stylesheets/partials/_seamless2020_style.scss */
*, *:focus, *:hover {
  outline: none !important;
}

/* line 8, app/assets/stylesheets/partials/_seamless2020_style.scss */
.events-page-content {
  background-color: white !important;
}

/* line 12, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-clear {
  clear: both;
}

/* line 15, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-hidden {
  display: none;
}

/* col */
/* line 19, app/assets/stylesheets/partials/_seamless2020_style.scss */
[class*="pcp-col-"] {
  /*float: left;*/
  position: relative;
  min-height: 1px;
  display: inline-block;
  vertical-align: top;
}

/* line 27, app/assets/stylesheets/partials/_seamless2020_style.scss */
.pcp-col-lg-1 {
  width: 100%;
}

/* line 31, app/assets/stylesheets/partials/_seamless2020_style.scss */
.pcp-col-lg-2 {
  width: 50%;
}

/* line 35, app/assets/stylesheets/partials/_seamless2020_style.scss */
.pcp-col-lg-3 {
  width: 33.22222222%;
}

/* line 39, app/assets/stylesheets/partials/_seamless2020_style.scss */
.pcp-col-lg-4 {
  width: 25%;
}

/* line 43, app/assets/stylesheets/partials/_seamless2020_style.scss */
.pcp-col-lg-5 {
  width: 19.9%;
}

/* line 47, app/assets/stylesheets/partials/_seamless2020_style.scss */
.pcp-col-lg-6 {
  width: 16.66666666666667%;
}

/* line 51, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-text-left {
  text-align: left;
}

/* line 55, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-text-center {
  text-align: center;
}

/* line 59, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-text-right {
  text-align: right;
}

/* line 63, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-text-capitalize {
  text-transform: capitalize;
}

/* line 67, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-text-uppercase {
  text-transform: uppercase;
}

/* line 71, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-text-lowercase {
  text-transform: lowercase;
}

/* line 75, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-pull-right {
  float: right;
}

/* line 79, app/assets/stylesheets/partials/_seamless2020_style.scss */
img.sp-pcp-post-img {
  width: 100%;
  display: block;
}

/* line 84, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-section .sp-pcp-post,
.sp-post-carousel-pro-section .sp-pcp-post-relative {
  position: relative;
}

/* line 89, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-section .sp-post-carousel-pro-area a,
.sp-pcp-modal-post a {
  text-decoration: none;
  border-bottom: 0;
  -webkit-box-shadow: 0 0 0 0;
  -moz-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0;
}

/* line 97, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-section .sp-post-carousel-pro-area a:hover,
.sp-pcp-modal-post a:hover {
  -webkit-box-shadow: 0 0 0 0;
  -moz-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0;
}

/* line 104, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-section ul.sp-pcp-items-filter li button,
.sp-post-carousel-pro-section button#SPshowMore,
.sp-post-carousel-pro-section.sp_pcp_theme_ten .sp-pcp-post .sp-pcp-all-content,
.sp-post-carousel-pro-section.sp_pcp_theme_nine .sp-pcp-post .sp-pcp-all-content,
.sp-post-carousel-pro-section.sp_pcp_theme_seven .sp-pcp-post .sp-pcp-all-content,
.sp-post-carousel-pro-section.sp_pcp_theme_eight .sp-pcp-post .sp-pcp-all-content,
.sp-post-carousel-pro-section .sp-pcp-post-relative,
.sp-post-carousel-pro-section .sp-pcp-post .sp-pcp-post-image img,
.sp-post-carousel-pro-section .sp-pcp-post-meta ul li,
.sp-post-carousel-pro-section .sp-pcp-post-meta ul li a,
.sp-pcp-modal-post .sp-pcp-post-meta ul li,
.sp-pcp-modal-post .sp-pcp-post-meta ul li a,
.sp-post-carousel-pro-section .sp-pcp-post .sp-light-box,
.sp-post-carousel-pro-section.sp_pcp_theme_two .sp-pcp-post-box,
.sp-post-carousel-pro-section.sp_pcp_theme_six .sp-pcp-post .sp-pcp-all-content {
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

/* line 126, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-section.sp_pcp_theme_two .sp-pcp-post-box {
  margin: 6px;
  padding: 15px 15px;
  overflow: hidden;
}

/* line 132, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-section.sp_pcp_theme_three .sp-pcp-author-thumb-comment {
  overflow: hidden;
  margin-bottom: 15px;
}

/* line 137, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-section.sp_pcp_theme_three .sp-pcp-author-thumb a {
  float: left;
}

/* line 141, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-section.sp_pcp_theme_three .sp-pcp-author-thumb a:first-child {
  margin-right: 5px;
}

/* line 145, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-section.sp_pcp_theme_three .sp-pcp-author-thumb a img {
  border-radius: 50%;
}

/* Dots */
/* line 150, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-section .slick-dots {
  margin: 0;
  margin-top: 21px;
  padding: 0;
  list-style: none;
  text-align: center;
}

/* line 158, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-section.pagination-type-dots .slick-dots li {
  display: inline-block;
  border: 0;
  padding: 0;
  width: 12px;
  height: 12px;
  line-height: 12px;
  margin: 3px;
  overflow: hidden;
}

/* line 169, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-section.pagination-type-dots .slick-dots li button {
  border-radius: 50%;
  text-indent: -999px;
  width: 12px;
  height: 12px;
  padding: 0;
  border: 0;
  background-image: none;
}

/* line 179, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-section.pagination-type-number .slick-dots li {
  display: inline-block;
  border: 0;
  padding: 0;
  width: 28px;
  height: 28px;
  margin: 3px;
}

/* line 188, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-section.pagination-type-number .slick-dots li button {
  width: 28px;
  height: 28px;
  position: relative;
  border-radius: 50%;
  background: transparent;
  transition: all 350ms ease-in-out;
  border: none;
  z-index: 1;
}

/* line 199, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-section.pagination-type-number .slick-dots li button:before {
  transform: scale(0);
  content: "";
  position: absolute;
  background-color: #46a9e2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 50%;
  transition: all 350ms ease-in-out;
}

/* line 213, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-section.pagination-type-number .slick-dots li.slick-active button:before,
.sp-post-carousel-pro-section.pagination-type-number .slick-dots li button:hover:before {
  transform: scale(1);
}

/* Nav */
/* line 219, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-section .sp-post-carousel-pro-area .slick-arrow {
  position: absolute;
  z-index: 9;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  font-size: 20px;
  line-height: 28px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

/* line 235, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-section.sp_nav_position_top_right .sp-post-carousel-pro-area .slick-arrow,
.sp-post-carousel-pro-section.sp_nav_position_top_center .sp-post-carousel-pro-area .slick-arrow,
.sp-post-carousel-pro-section.sp_nav_position_top_left .sp-post-carousel-pro-area .slick-arrow {
  top: -45px;
}

/* line 241, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-section.sp_nav_position_top_left .sp-post-carousel-pro-area .slick-prev {
  left: 0;
}

/* line 245, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-section.sp_nav_position_top_left .sp-post-carousel-pro-area .slick-next {
  left: 38px;
}

/* line 249, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-section.sp_nav_position_top_center .sp-post-carousel-pro-area .slick-prev {
  left: 50%;
  margin-left: -19px;
}

/* line 254, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-section.sp_nav_position_top_center .sp-post-carousel-pro-area .slick-next {
  left: 50%;
  margin-left: 19px;
}

/* line 259, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-section.sp_nav_position_bottom_right .sp-post-carousel-pro-area .slick-arrow,
.sp-post-carousel-pro-section.sp_nav_position_bottom_center .sp-post-carousel-pro-area .slick-arrow,
.sp-post-carousel-pro-section.sp_nav_position_bottom_left .sp-post-carousel-pro-area .slick-arrow {
  bottom: -46px;
}

/* line 265, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-section.sp_nav_position_bottom_center .sp-post-carousel-pro-area .slick-prev {
  left: 50%;
  margin-left: -19px;
}

/* line 270, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-section.sp_nav_position_bottom_center .sp-post-carousel-pro-area .slick-next {
  left: 50%;
  margin-left: 19px;
}

/* line 275, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-section.sp_nav_position_bottom_left .sp-post-carousel-pro-area .slick-prev {
  left: 0;
}

/* line 279, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-section.sp_nav_position_bottom_left .sp-post-carousel-pro-area .slick-next {
  left: 38px;
}

/* line 283, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-section.sp_nav_position_vertical_center .sp-post-carousel-pro-area .slick-prev {
  top: 50%;
  left: 0;
  margin-top: -15px;
}

/* line 289, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-section.sp_nav_position_vertical_center .sp-post-carousel-pro-area .slick-next {
  top: 50%;
  margin-top: -15px;
}

/* line 294, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-section.sp_nav_position_vertical_center_inner .sp-post-carousel-pro-area .slick-prev {
  top: 50%;
  left: 0;
  margin-top: -15px;
}

/* line 300, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-section.sp_nav_position_vertical_center_inner .sp-post-carousel-pro-area .slick-next {
  top: 50%;
  margin-top: -15px;
}

/* line 305, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-section.sp_nav_position_vertical_center_inner_hover .sp-post-carousel-pro-area .slick-prev {
  top: 50%;
  left: -35px;
  margin-top: -15px;
}

/* line 311, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-section.sp_nav_position_vertical_center_inner_hover .sp-post-carousel-pro-area .slick-next {
  top: 50%;
  right: -35px;
  margin-top: -15px;
}

/* line 317, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-section.sp_nav_position_vertical_center_inner_hover:hover .sp-post-carousel-pro-area .slick-prev {
  left: 0;
}

/* Social Shear Buttons */
/* line 322, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-section .sp-pcp-social-share-button a,
.sp-pcp-modal-post .sp-pcp-social-share-button a {
  width: 22px;
  display: inline-block;
  height: 22px;
  line-height: 22px;
  text-align: center;
  margin-right: 5px;
  margin-bottom: 5px;
}

/* line 333, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-section .sp-pcp-social-share-button a i.fa,
.sp-pcp-modal-post .sp-pcp-social-share-button a i.fa {
  font-size: 13px;
}

/* line 338, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-section .sp-pcp-social-share-button a:last-child,
.sp-pcp-modal-post .sp-pcp-social-share-button a:last-child {
  margin-right: 0;
}

/* Post */
/* line 344, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-section .sp-pcp-sticky-text {
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 99;
  padding: 3px 8px;
}

/* line 352, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-section.sp_pcp_theme_two .sp-pcp-sticky-text {
  left: 6px;
}

/* line 356, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-section.sp_pcp_theme_two .sp-pcp-post-image-area {
  position: relative;
}

/* line 360, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-section.sp_pcp_theme_two .sp-pcp-top-cats {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 99;
}

/* line 367, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-section.sp_pcp_theme_two .sp-pcp-top-cats a {
  font-size: 10px;
  padding: 5px 10px;
  display: inline-block;
  margin-bottom: 4px;
}

/* line 374, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-section.sp_pcp_theme_three .sp-pcp-category,
.sp-post-carousel-pro-section.sp_pcp_theme_five .sp-pcp-category {
  margin-bottom: 6px;
}

/* line 379, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-section.sp_pcp_theme_three .sp-pcp-category a,
.sp-post-carousel-pro-section.sp_pcp_theme_five .sp-pcp-category a {
  font-size: 10px;
  padding: 4px 8px;
  display: inline-block;
  margin-bottom: 4px;
}

/* line 387, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-section .sp-pcp-sticky-text:after {
  content: "";
  border-width: 12px 12px 12px 0;
  border-style: solid;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-image: none;
  position: absolute;
  bottom: 0;
  left: 100%;
}

/* line 401, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-section {
  overflow: hidden;
}

/* line 405, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-section .sp-post-carousel-pro-area .sp-pcp-post:focus,
.sp-post-carousel-pro-section .sp-post-carousel-pro-area .slick-dots li button:focus {
  outline: none;
}

/* line 410, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-section .sp-post-carousel-pro-area .sp-pcp-post-area {
  overflow: hidden;
}

/* line 414, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-section .sp-pcp-post-title,
.sp-pcp-modal-post .sp-pcp-post-title {
  margin: 0;
  margin-bottom: 6px;
  padding: 0;
}

/* line 421, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-section .sp-pcp-post-meta ul,
.sp-pcp-modal-post .sp-pcp-post-meta ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 428, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-section .sp-pcp-post-meta ul li,
.sp-pcp-modal-post .sp-pcp-post-meta ul li {
  display: inline-block;
  margin: 0;
  margin-right: 13px;
  line-height: 1.3;
}

/* line 436, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-section .sp-pcp-post-meta ul li:last-child,
.sp-pcp-modal-post .sp-pcp-post-meta ul li:last-child {
  margin-right: 0;
}

/* line 441, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-section .sp-pcp-post-meta ul li i,
.sp-pcp-modal-post .sp-pcp-post-meta ul li i {
  margin-right: 5px;
}

/* line 446, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-section .sp-pcp-post-meta,
.sp-pcp-modal-post .sp-pcp-post-meta {
  overflow: hidden;
  margin-bottom: 10px;
}

/* line 452, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-section a.sp-pcp-post-image,
.sp-pcp-modal-post .sp-pcp-post-image {
  display: block;
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
}

/* line 460, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-section a.sp-pcp-post-image img,
.sp-pcp-modal-post .sp-pcp-post-image img {
  -webkit-box-shadow: 0 0 0 0;
  -moz-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 470, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-section .sp-pcp-post .sp-light-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  font-size: 22px;
  opacity: 0;
  z-index: 1;
}

/* line 484, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-section .sp-pcp-post-box:hover .sp-light-box,
.sp-post-carousel-pro-section .sp-pcp-post-relative:hover .sp-light-box {
  opacity: 1;
}

/* line 489, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-section .sp-pcp-post p.sp-pcp-content,
.sp-pcp-modal-post p.sp-pcp-content {
  margin-bottom: 14px;
}

/* line 494, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-section .sp-pcp-post .sp-pcp-category {
  font-size: 12px;
  margin-bottom: 8px;
}

/* Theme Five */
/* line 500, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-section.sp_pcp_theme_five .sp-pcp-post .sp-pcp-all-content {
  padding: 15px 15px;
  overflow: hidden;
  margin-top: -50px;
  position: relative;
  width: 90%;
  margin-left: 5%;
  border: 1px solid;
  z-index: 2;
}

/* Theme Six */
/* line 512, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-section.sp_pcp_theme_six .sp-pcp-post-relative {
  overflow: hidden;
}

/* line 516, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-section.sp_pcp_theme_six .sp-pcp-post .sp-pcp-post-number {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 6px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 0 auto;
  margin-bottom: 14px;
}

/* line 530, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-section.sp_pcp_theme_six .sp-pcp-post .sp-pcp-post-number div {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 538, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-section.sp_pcp_theme_six .sp-pcp-post .sp-pcp-all-content {
  padding: 14px;
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* line 545, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-section.sp_pcp_theme_six .sp-pcp-post-relative:hover .sp-pcp-all-content {
  padding-top: 40px;
  bottom: 0;
}

/* line 550, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-section.sp_pcp_theme_six .sp-pcp-post .sp-pcp-category {
  font-size: 12px;
  margin-bottom: 8px;
}

/* line 555, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-section.sp_pcp_theme_six a.sp-pcp-post-image {
  margin-bottom: 0;
}

/* line 559, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-section.sp_pcp_theme_six .sp-pcp-post {
  overflow: hidden;
}

/* line 563, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-section.sp_pcp_theme_six .sp-pcp-post .sp-pcp-post-meta {
  opacity: 0;
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-transition-delay: .15s;
  transition-delay: .15s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* line 579, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-section.sp_pcp_theme_six .sp-pcp-post-relative:hover .sp-pcp-post-meta {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 585, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-section.sp_pcp_theme_six .sp-pcp-post .sp-pcp-post-title {
  margin-bottom: 8px;
}

/* Theme Seven */
/* line 590, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-section.sp_pcp_theme_seven .sp-pcp-post a.sp-pcp-post-image {
  margin-bottom: 0;
}

/* line 594, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-section.sp_pcp_theme_seven .sp-pcp-post .sp-pcp-all-content {
  position: absolute;
  bottom: 0;
  padding: 10px;
  width: 100%;
}

/* Theme Eight */
/* line 602, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-section.sp_pcp_theme_eight .sp-pcp-post a.sp-pcp-post-image {
  margin-bottom: 0;
}

/* line 606, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-section.sp_pcp_theme_eight .sp-pcp-post .sp-pcp-all-content {
  position: absolute;
  top: 38%;
  left: 0;
  width: 100%;
  padding: 14px 10px 10px 10px;
}

/* Theme Nine */
/* line 615, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-section.sp_pcp_theme_nine .sp-pcp-post .sp-pcp-all-content {
  padding: 14px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

/* line 622, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-section.sp_pcp_theme_nine .sp-pcp-post-relative:hover .sp-pcp-all-content {
  padding-top: 50%;
}

/* line 626, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-section.sp_pcp_theme_nine a.sp-pcp-post-image {
  margin-bottom: 0;
}

/* line 630, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-section.sp_pcp_theme_nine .sp-pcp-post {
  overflow: hidden;
}

/* Theme Ten */
/* line 635, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-section.sp_pcp_theme_ten .sp-pcp-post .sp-pcp-all-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 35px;
  z-index: 9;
}

/* line 648, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-section.sp_pcp_theme_ten .sp-pcp-post .sp-pcp-all-content:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

/* line 653, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-section.sp_pcp_theme_ten .sp-pcp-post .sp-pcp-all-content:after {
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}

/* line 658, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-section.sp_pcp_theme_ten .sp-pcp-post .sp-pcp-all-content:before,
.sp-post-carousel-pro-section.sp_pcp_theme_ten .sp-pcp-post .sp-pcp-all-content:after {
  position: absolute;
  left: 15px;
  right: 15px;
  top: 15px;
  bottom: 15px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.4s;
  transition: opacity 0.3s, transform 0.4s;
  z-index: -1;
}

/* line 672, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-section.sp_pcp_theme_ten .sp-pcp-post-relative:hover .sp-pcp-all-content:before,
.sp-post-carousel-pro-section.sp_pcp_theme_ten .sp-pcp-post-relative:hover .sp-pcp-all-content:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* line 679, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-section.sp_pcp_theme_ten a.sp-pcp-post-image {
  margin-bottom: 0;
}

/* line 683, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-section.sp_pcp_theme_ten .sp-pcp-post {
  overflow: hidden;
}

/* line 687, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-section.sp_pcp_theme_ten .sp-pcp-category {
  margin-bottom: 6px;
}

/* line 691, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-section.sp_pcp_theme_ten .sp-pcp-category a {
  font-size: 10px;
  padding: 4px 8px;
  display: inline-block;
  margin-bottom: 4px;
}

/* line 698, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-section.sp_pcp_theme_ten .sp-pcp-post-meta {
  margin-bottom: 0;
}

/* Grid */
/* line 703, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-area ul.sp-pcp-pagination {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

/* line 709, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-area ul.sp-pcp-pagination li {
  list-style: none;
  float: left;
}

/* line 714, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-area ul.sp-pcp-pagination li a,
.sp-post-carousel-pro-area ul.sp-pcp-pagination li span {
  background: #ddd;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  display: inline-block;
  margin-right: 4px;
}

/* GrayScale */
/* line 726, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-section .sp-pcp-post .sp-pcp-post-image.sp-gray-with-normal-on-hover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

/* line 731, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-section .sp-pcp-post-relative:hover .sp-pcp-post-image.sp-gray-with-normal-on-hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

/* line 736, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-section .sp-pcp-post-relative:hover .sp-pcp-post-image.sp-gray-on-hover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

/* line 741, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-section .sp-pcp-post .sp-pcp-post-image.sp-always-gray img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

/* Image Zoom */
/* line 747, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-section .sp-pcp-post-relative:hover .sp-pcp-post-image.sp-zoom-in img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  -moz-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}

/* line 753, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-section .sp-pcp-post .sp-pcp-post-image.sp-zoom-out img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  -moz-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}

/* line 759, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-section .sp-pcp-post-relative:hover .sp-pcp-post-image.sp-zoom-out img {
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* Post Like System */
/* line 766, app/assets/stylesheets/partials/_seamless2020_style.scss */
[data-icon]:before {
  content: attr(data-icon);
}

/* line 770, app/assets/stylesheets/partials/_seamless2020_style.scss */
[data-icon]:before,
.fa-cog:before {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

/* line 786, app/assets/stylesheets/partials/_seamless2020_style.scss */
.fa-cog:before {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

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

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

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

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

/* isotope */
/* line 832, app/assets/stylesheets/partials/_seamless2020_style.scss */
div.sp-post-carousel-pro-section .isotope-item {
  z-index: 2;
}

/* line 836, app/assets/stylesheets/partials/_seamless2020_style.scss */
div.sp-post-carousel-pro-section .isotope-hidden.isotope-item {
  z-index: 1;
}

/* line 840, app/assets/stylesheets/partials/_seamless2020_style.scss */
div.sp-post-carousel-pro-section .isotope,
div.sp-post-carousel-pro-section .isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

/* line 847, app/assets/stylesheets/partials/_seamless2020_style.scss */
div.sp-post-carousel-pro-section .isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}

/* line 853, app/assets/stylesheets/partials/_seamless2020_style.scss */
div.sp-post-carousel-pro-section .isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}

/* Filter */
/* line 860, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-section ul.sp-pcp-items-filter {
  margin: 0;
  padding: 0;
  display: inline-block;
  margin-bottom: 25px;
}

/* line 867, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-section ul.sp-pcp-items-filter li {
  list-style: none;
  float: left;
  margin: 0;
}

/* line 873, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-section ul.sp-pcp-items-filter li button {
  padding: 5px 14px;
  margin-right: 8px;
  border-radius: 2px;
  display: inline-block;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 884, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-section ul.sp-pcp-items-filter li button:focus,
.sp-post-carousel-pro-section button#SPshowMore:focus {
  outline: none;
}

/* line 889, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-section .visible_item {
  display: none;
}

/* line 893, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sp-post-carousel-pro-section button#SPshowMore {
  margin-top: 20px;
  box-shadow: none;
  border: none;
  border-radius: 2px;
  padding: 7px 15px;
  background: #e2e2e2;
  color: #333333;
  font-size: 13px;
  text-transform: uppercase;
}

/*
Theme Name: Oval Design Blank Bootstrap Theme
Theme URI: http://oval-design.co.uk
Description: A simple responsive theme based on the Bootstrap framework. 
Version: 1.0
Author: Alex Wilk - Oval Design
Author URI: http://oval-design.co.uk
Tags: black, white, one-column, two-columns, flexible-width, custom-background, custom-colors, custom-menu, full-width-template, theme-options


/* HEADS UP: Everything that you will normally find here can be found in the library/less/wp.less */
/*Bootstrap Styles*/
/* line 919, app/assets/stylesheets/partials/_seamless2020_style.scss */
body {
  color: black;
  padding-top: 110px;
  /*height of navbar*/
  height: 100%;
  font-family: objektiv-mk2, Roboto, sans-serif;
  background-color: #f6f5f5;
}

/* line 926, app/assets/stylesheets/partials/_seamless2020_style.scss */
p {
  text-align: justify;
  font-size: 18px;
  margin-bottom: 20px;
}

/* line 931, app/assets/stylesheets/partials/_seamless2020_style.scss */
html {
  height: 100%;
}

/* line 934, app/assets/stylesheets/partials/_seamless2020_style.scss */
#holder {
  min-height: 100%;
  padding-bottom: 100px;
  /* height of footer */
  position: relative;
}

/* line 939, app/assets/stylesheets/partials/_seamless2020_style.scss */
img {
  width: 100%;
  height: auto;
}

/* line 943, app/assets/stylesheets/partials/_seamless2020_style.scss */
footer {
  height: 100px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

/* line 950, app/assets/stylesheets/partials/_seamless2020_style.scss */
.container {
  width: 100%;
  padding: 0px;
}

/* line 954, app/assets/stylesheets/partials/_seamless2020_style.scss */
.row {
  margin: 0px;
}

/* line 957, app/assets/stylesheets/partials/_seamless2020_style.scss */
#content {
  padding: 0px;
}

/* line 960, app/assets/stylesheets/partials/_seamless2020_style.scss */
h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 0px;
  margin-bottom: 0px;
}

/* line 964, app/assets/stylesheets/partials/_seamless2020_style.scss */
.page h1 {
  text-align: center;
}

/* line 967, app/assets/stylesheets/partials/_seamless2020_style.scss */
a {
  color: black;
  text-decoration: none;
}

/* line 971, app/assets/stylesheets/partials/_seamless2020_style.scss */
a:hover, a:focus {
  color: inherit;
  text-decoration: none;
}

/* line 975, app/assets/stylesheets/partials/_seamless2020_style.scss */
a.button:hover, a.button:focus, a.button:active, input[type="button"]:hover, input[type="button"]:focus, input[type="button"]:active {
  color: white;
  background-color: #c4c4c4;
}

/* line 979, app/assets/stylesheets/partials/_seamless2020_style.scss */
.inner {
  padding: 50px;
  display: inline-block;
  width: 100%;
}

/* line 984, app/assets/stylesheets/partials/_seamless2020_style.scss */
h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 600;
  color: #303030;
}

/* line 990, app/assets/stylesheets/partials/_seamless2020_style.scss */
.inner-home h2 {
  font-size: 20px;
  margin-top: -10px;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: inherit;
  text-align: justify;
  max-width: 380px;
}

/* line 999, app/assets/stylesheets/partials/_seamless2020_style.scss */
.inner-home h1 {
  text-align: left;
}

/* line 1002, app/assets/stylesheets/partials/_seamless2020_style.scss */
p.red {
  color: #ed1d24;
  font-weight: 600;
  font-size: 18px;
  margin-top: 15px;
  display: inline-block;
}

/* line 1009, app/assets/stylesheets/partials/_seamless2020_style.scss */
.inner-home p.red {
  margin-top: 25px;
}

/* line 1012, app/assets/stylesheets/partials/_seamless2020_style.scss */
.inner-home .social-links {
  margin-top: 20px;
}

/* line 1015, app/assets/stylesheets/partials/_seamless2020_style.scss */
.widgettitle {
  margin-bottom: 9px;
  font-weight: 600;
  font-size: 16px;
}

/* line 1020, app/assets/stylesheets/partials/_seamless2020_style.scss */
.page h4.widgettitle {
  margin-bottom: 9px;
  font-weight: 600;
  font-size: 16px;
  margin-top: 20px;
}

/* line 1026, app/assets/stylesheets/partials/_seamless2020_style.scss */
#inner-footer {
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 20px;
}

/* line 1031, app/assets/stylesheets/partials/_seamless2020_style.scss */
#inner-footer ul {
  list-style-type: none;
  padding-left: 0px;
  font-size: 14px;
  font-weight: 400;
  background-color: transparent;
}

/*HEADER*/
/* line 1042, app/assets/stylesheets/partials/_seamless2020_style.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 2px solid #303030;
}

/* line 1048, app/assets/stylesheets/partials/_seamless2020_style.scss */
h1.tag-line {
  font-size: 25px;
  float: right;
  margin-top: 36px;
  margin-bottom: -10px;
}

/* line 1054, app/assets/stylesheets/partials/_seamless2020_style.scss */
#inner-footer h1.tag-line {
  font-size: 25px;
  float: right;
  margin-top: 36px;
  margin-bottom: -10px;
}

/* line 1060, app/assets/stylesheets/partials/_seamless2020_style.scss */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}

/* line 1066, app/assets/stylesheets/partials/_seamless2020_style.scss */
.widget {
  margin-bottom: 18px;
  padding: 0px;
}

/* line 1070, app/assets/stylesheets/partials/_seamless2020_style.scss */
.left img {
  margin-bottom: 20px;
}

/* line 1073, app/assets/stylesheets/partials/_seamless2020_style.scss */
.white {
  background-color: white;
}

/* line 1076, app/assets/stylesheets/partials/_seamless2020_style.scss */
.inner-home h3 {
  text-align: center;
}

/* line 1079, app/assets/stylesheets/partials/_seamless2020_style.scss */
.top .inner-news {
  max-height: 450px;
  display: block;
}

/* line 1083, app/assets/stylesheets/partials/_seamless2020_style.scss */
.inner-news h4 {
  font-size: 24px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 20px;
}

/* line 1089, app/assets/stylesheets/partials/_seamless2020_style.scss */
.container-box {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}

/* line 1094, app/assets/stylesheets/partials/_seamless2020_style.scss */
.news-box {
  padding: 20px;
  padding-top: 60px;
}

/* line 1098, app/assets/stylesheets/partials/_seamless2020_style.scss */
.news-box p {
  font-size: 18px;
}

/* line 1101, app/assets/stylesheets/partials/_seamless2020_style.scss */
.news-box h3 {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 1106, app/assets/stylesheets/partials/_seamless2020_style.scss */
a.readmore {
  color: #ed1d24;
  font-weight: 600;
  font-size: 18px;
  margin-top: 15px;
  display: inline-block;
}

/* line 1113, app/assets/stylesheets/partials/_seamless2020_style.scss */
.inner-home #sp-post-carousel-pro-24731.sp-post-carousel-pro-area .slick-arrow {
  margin-top: -45px;
}

/* line 1116, app/assets/stylesheets/partials/_seamless2020_style.scss */
.inner-home .fa, .inner-home .fas {
  font-weight: 900;
  font-size: 30px;
}

/* line 1120, app/assets/stylesheets/partials/_seamless2020_style.scss */
.inner-home .sp-post-carousel-pro-section .slick-dots {
  margin-top: -70px;
}

/* line 1123, app/assets/stylesheets/partials/_seamless2020_style.scss */
.home-collectives img {
  max-width: 200px;
}

/* line 1126, app/assets/stylesheets/partials/_seamless2020_style.scss */
.home-collectives .left {
  text-align: right;
  padding-right: 50px;
}

/* line 1130, app/assets/stylesheets/partials/_seamless2020_style.scss */
.home-collectives .right {
  text-align: left;
  padding-left: 50px;
}

/* line 1134, app/assets/stylesheets/partials/_seamless2020_style.scss */
.home-collectives .right img {
  margin-top: 32px;
}

/* line 1137, app/assets/stylesheets/partials/_seamless2020_style.scss */
.home-collectives p {
  margin-bottom: 30px;
  max-width: 360px;
  font-size: 18px;
}

/* line 1142, app/assets/stylesheets/partials/_seamless2020_style.scss */
.home-collectives .left p {
  float: right;
}

/* line 1145, app/assets/stylesheets/partials/_seamless2020_style.scss */
.home-collectives .right p {
  float: left;
}

/* line 1148, app/assets/stylesheets/partials/_seamless2020_style.scss */
.home-collectives h4 {
  font-size: 25px;
  font-weight: 600;
  margin-top: 50px;
  margin-bottom: 30px;
}

/* line 1154, app/assets/stylesheets/partials/_seamless2020_style.scss */
.home-collectives .browse {
  margin-bottom: 30px;
  display: inline-block;
}

/* line 1158, app/assets/stylesheets/partials/_seamless2020_style.scss */
.home-donate {
  background-color: #ffe6e6;
}

/* line 1161, app/assets/stylesheets/partials/_seamless2020_style.scss */
.home-donate h3 {
  text-align: left;
  margin-bottom: 20px;
}

/* line 1165, app/assets/stylesheets/partials/_seamless2020_style.scss */
.donate-box-1 {
  padding-right: 70px;
}

/* line 1168, app/assets/stylesheets/partials/_seamless2020_style.scss */
.donate-box-3 p.secondary {
  font-size: 12px;
  font-weight: 600;
}

/* line 1172, app/assets/stylesheets/partials/_seamless2020_style.scss */
.donate-box-3 input[type="button"] {
  border: 0px;
  margin-bottom: 10px;
}

/* line 1176, app/assets/stylesheets/partials/_seamless2020_style.scss */
.inner-campaigns .container-box {
  max-width: 1000px;
}

/* line 1179, app/assets/stylesheets/partials/_seamless2020_style.scss */
.campaign-box {
  padding: 50px;
  text-align: left;
}

/* line 1183, app/assets/stylesheets/partials/_seamless2020_style.scss */
.campaign-box p {
  font-size: 18px;
  text-align: justify;
}

/* line 1187, app/assets/stylesheets/partials/_seamless2020_style.scss */
.campaign-box img {
  margin-bottom: 20px;
}

/* line 1190, app/assets/stylesheets/partials/_seamless2020_style.scss */
.inner-top {
  text-align: center;
}

/* line 1193, app/assets/stylesheets/partials/_seamless2020_style.scss */
.inner-top .container-box, .inner-profiles .container-box, .inner-campaigns .container-box {
  max-width: 800px;
  text-align: center;
}

/* line 1197, app/assets/stylesheets/partials/_seamless2020_style.scss */
.inner-campaigns h2 {
  margin-bottom: 40px;
  margin-top: 40px;
}

/* line 1201, app/assets/stylesheets/partials/_seamless2020_style.scss */
.page ul {
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  color: #ed1d24;
}

/* line 1207, app/assets/stylesheets/partials/_seamless2020_style.scss */
.inner-campaigns h3 {
  color: #ed1d24;
  text-align: left;
  font-size: 20px;
  margin-top: 40px;
  margin-bottom: 20px;
}

/* line 1214, app/assets/stylesheets/partials/_seamless2020_style.scss */
.inner-top h3 {
  margin-bottom: 25px;
  line-height: 1.3;
  font-size: 20px;
  text-align: justify;
}

/* line 1220, app/assets/stylesheets/partials/_seamless2020_style.scss */
.inner-top p {
  font-size: 18px;
  text-align: justify;
}

/* line 1224, app/assets/stylesheets/partials/_seamless2020_style.scss */
.inner-top h1 {
  font-size: 33px;
  text-align: center;
  margin-bottom: 35px;
}

/* line 1229, app/assets/stylesheets/partials/_seamless2020_style.scss */
.inner-top .campaign-icon {
  max-width: 200px;
  margin-bottom: 30px;
}

/* line 1233, app/assets/stylesheets/partials/_seamless2020_style.scss */
.inner-about .button, .inner-profiles .button {
  margin: 20px;
  margin-top: 40px;
  display: inline-block;
}

/* line 1238, app/assets/stylesheets/partials/_seamless2020_style.scss */
.inner-profiles .button, .inner-campaigns .button {
  margin: 15px;
  margin-top: 40px;
  display: inline-block;
}

/* line 1243, app/assets/stylesheets/partials/_seamless2020_style.scss */
.inner-profiles h2 {
  text-align: center;
  margin-bottom: 40px;
}

/* line 1247, app/assets/stylesheets/partials/_seamless2020_style.scss */
.inner-profiles p {
  font-size: 18px;
  margin-bottom: 40px;
  text-align: justify;
}

/* line 1252, app/assets/stylesheets/partials/_seamless2020_style.scss */
.inner-profiles .profile-box {
  padding: 6px;
}

/* line 1255, app/assets/stylesheets/partials/_seamless2020_style.scss */
.inner-profiles .row {
  margin-left: -10px;
  margin-right: -10px;
}

/* line 1259, app/assets/stylesheets/partials/_seamless2020_style.scss */
.panel-title {
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  color: #ed1d24;
}

/* line 1265, app/assets/stylesheets/partials/_seamless2020_style.scss */
.panel-default, .panel {
  border-color: transparent;
  border: 0px;
  border-radius: 0px;
  box-shadow: none;
}

/* line 1271, app/assets/stylesheets/partials/_seamless2020_style.scss */
.panel-heading {
  padding: 14px 15px;
}

/* line 1274, app/assets/stylesheets/partials/_seamless2020_style.scss */
.arrow {
  float: right;
}

/* line 1277, app/assets/stylesheets/partials/_seamless2020_style.scss */
i.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -mos-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  -o-transition: transform 0.5s;
}

/* line 1289, app/assets/stylesheets/partials/_seamless2020_style.scss */
.panel i {
  border: solid #ed1d24;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 6px;
}

/* line 1295, app/assets/stylesheets/partials/_seamless2020_style.scss */
a[aria-expanded="true"] i.down {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -mos-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  margin-top: 6px;
}

/* line 1308, app/assets/stylesheets/partials/_seamless2020_style.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}

/* line 1311, app/assets/stylesheets/partials/_seamless2020_style.scss */
.inner-campaigns .page .row {
  display: flex;
  align-items: flex-start;
  padding: 30px 5%;
}

/* line 1316, app/assets/stylesheets/partials/_seamless2020_style.scss */
a.share {
  background-color: #ed1d24;
  color: white;
  padding: 5px 7px 4px 7px;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
}

/* line 1327, app/assets/stylesheets/partials/_seamless2020_style.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  border-radius: 4px;
  margin-top: 50px;
  text-align: center;
}

/* line 1334, app/assets/stylesheets/partials/_seamless2020_style.scss */
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #ec5123;
  border-color: #ec5123;
  cursor: default;
}

/* line 1341, app/assets/stylesheets/partials/_seamless2020_style.scss */
.pagination > li > a, .pagination > li > span {
  color: #ec5123;
}

/* line 1344, app/assets/stylesheets/partials/_seamless2020_style.scss */
.pagination > li > a:hover {
  color: #303030;
}

/* line 1347, app/assets/stylesheets/partials/_seamless2020_style.scss */
.share-buttons {
  display: inline-block;
  margin-left: 10px;
}

/* line 1351, app/assets/stylesheets/partials/_seamless2020_style.scss */
h1.archive_title {
  margin-bottom: 40px;
}

/* line 1354, app/assets/stylesheets/partials/_seamless2020_style.scss */
.hashtags {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  color: #ed1d24;
}

/* line 1360, app/assets/stylesheets/partials/_seamless2020_style.scss */
.share-buttons {
  transition: 1s ease-out;
  opacity: 0;
  position: absolute;
  margin-top: 40px;
  margin-left: -73px;
}

/* line 1367, app/assets/stylesheets/partials/_seamless2020_style.scss */
.show-buttons {
  opacity: 1;
}

/* line 1370, app/assets/stylesheets/partials/_seamless2020_style.scss */
.wp-block-image {
  max-width: 100%;
  margin-bottom: 30px;
  margin-top: 30px;
}

/* line 1375, app/assets/stylesheets/partials/_seamless2020_style.scss */
.news-bg {
  background-color: #fff;
}

/* line 1378, app/assets/stylesheets/partials/_seamless2020_style.scss */
.news-row h5 {
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 1384, app/assets/stylesheets/partials/_seamless2020_style.scss */
.news-row p {
  font-size: 15px;
  margin-bottom: 20px;
}

/* line 1388, app/assets/stylesheets/partials/_seamless2020_style.scss */
.news-row .readmore, .archive .readmore {
  font-size: 16px;
}

/* line 1391, app/assets/stylesheets/partials/_seamless2020_style.scss */
.archives-wrap {
  padding: 60px 0 80px 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

/* line 1397, app/assets/stylesheets/partials/_seamless2020_style.scss */
.archive .news-box {
  padding-top: 0px;
}

/* line 1400, app/assets/stylesheets/partials/_seamless2020_style.scss */
.archive .news-box p {
  font-size: 13px;
}

/* line 1403, app/assets/stylesheets/partials/_seamless2020_style.scss */
.news-box p.date {
  font-weight: 600;
}

/* line 1406, app/assets/stylesheets/partials/_seamless2020_style.scss */
.news-local {
  background-color: #f6f5f5;
}

/* line 1409, app/assets/stylesheets/partials/_seamless2020_style.scss */
.news-container {
  margin-left: -20px;
  margin-right: -20px;
}

/* line 1413, app/assets/stylesheets/partials/_seamless2020_style.scss */
.news-outer {
  margin-top: 50px;
}

/* line 1416, app/assets/stylesheets/partials/_seamless2020_style.scss */
body p, .article-content p {
  font-size: 18px;
  margin-bottom: 30px;
}

/* line 1420, app/assets/stylesheets/partials/_seamless2020_style.scss */
.article-content li {
  font-size: 18px;
  margin-bottom: 10px;
}

/* line 1424, app/assets/stylesheets/partials/_seamless2020_style.scss */
.article-content li ul li {
  margin-bottom: 0px;
}

/* line 1427, app/assets/stylesheets/partials/_seamless2020_style.scss */
.article-content ul, .article-content ol {
  margin-top: 0;
  margin-bottom: 30px;
}

/* line 1431, app/assets/stylesheets/partials/_seamless2020_style.scss */
.article-content {
  margin-top: 40px;
}

/* line 1434, app/assets/stylesheets/partials/_seamless2020_style.scss */
body .wp-block-pullquote p {
  font-size: 22px;
  line-height: 1.6;
}

/* line 1438, app/assets/stylesheets/partials/_seamless2020_style.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
  color: #303030;
}

/* SINGLE.php */
/* line 1447, app/assets/stylesheets/partials/_seamless2020_style.scss */
a.label {
  display: inline-block;
  background-color: #ed1d24;
  color: white;
  font-size: 12px;
  padding: 5px 10px 5px 10px;
  margin-bottom: 8px;
  border-radius: 5px;
  font-weight: 600;
}

/* line 1457, app/assets/stylesheets/partials/_seamless2020_style.scss */
.tags a.label:hover {
  background-color: #c4c4c4;
}

/* line 1460, app/assets/stylesheets/partials/_seamless2020_style.scss */
.title-block {
  padding-top: 30px;
}

/* line 1463, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sub-block {
  padding-top: 10px;
}

/* line 1466, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sidebar-right {
  padding-left: 60px;
  margin-top: -10px;
}

/* line 1470, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sidebar-right .widget {
  margin-bottom: 40px;
}

/* line 1473, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sidebar p {
  font-weight: 600;
}

/* line 1476, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sidebar-section {
  padding-bottom: 20px;
}

/* line 1479, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sidebar-section h4.widgettitle {
  font-weight: 600;
  text-align: justify;
  font-size: 18px;
  margin-bottom: 20px;
}

/* line 1485, app/assets/stylesheets/partials/_seamless2020_style.scss */
.page .inner .sidebar-section ul {
  margin-top: 0px;
}

/* line 1488, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sidebar-section ul a li {
  color: #ed1d24;
  font-weight: 600;
  font-size: 14px;
  display: inline-block;
  list-style-type: none;
}

/* line 1495, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sidebar-section ul a::after {
  content: " /";
  color: #ed1d24;
  font-weight: 600;
  font-size: 14px;
}

/* line 1501, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sidebar-section ul a:nth-last-child(1)::after {
  content: "";
}

/* line 1504, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sidebar-section ul {
  padding-left: 0px;
}

/* line 1507, app/assets/stylesheets/partials/_seamless2020_style.scss */
li.cat-item, #annual_archive_widget-2 li {
  display: inline-block;
  background-color: #ed1d24;
  color: white;
  padding: 4px 10px 4px 10px;
  margin-bottom: 8px;
  border-radius: 5px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  vertical-align: baseline;
}

/* line 1519, app/assets/stylesheets/partials/_seamless2020_style.scss */
li.cat-item a, #annual_archive_widget-2 li a {
  color: white;
  font-size: 12px;
}

/* line 1523, app/assets/stylesheets/partials/_seamless2020_style.scss */
.newsletter-form {
  position: relative;
  width: 100%;
}

/* line 1527, app/assets/stylesheets/partials/_seamless2020_style.scss */
.newsletter-form input[type=text] {
  width: 90%;
  height: 40px;
  border: none;
}

/* line 1532, app/assets/stylesheets/partials/_seamless2020_style.scss */
.newsletter-form input[type=submit] {
  position: absolute;
  width: 20%;
  height: 100%;
  font-size: 16px;
  background-color: #ed1d24;
  color: #fff;
  transform: translateX(-100%);
  border: none;
  font-weight: 600;
  padding-top: 3px;
}

/* line 1544, app/assets/stylesheets/partials/_seamless2020_style.scss */
.social-links {
  display: flex;
}

/* line 1547, app/assets/stylesheets/partials/_seamless2020_style.scss */
.social-icon {
  position: relative;
  width: 35px;
  height: 35px;
  background-color: #000;
  margin-right: 10px;
  border-radius: 50%;
}

/* line 1555, app/assets/stylesheets/partials/_seamless2020_style.scss */
.fab {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  padding: 10px;
  border-radius: 50%;
}

/* line 1564, app/assets/stylesheets/partials/_seamless2020_style.scss */
.fa-2x {
  font-size: 1.5em !important;
}

/* line 1567, app/assets/stylesheets/partials/_seamless2020_style.scss */
.donation-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  max-width: 300px;
}

/* line 1573, app/assets/stylesheets/partials/_seamless2020_style.scss */
.donation-box {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  background-color: #fff;
}

/* line 1580, app/assets/stylesheets/partials/_seamless2020_style.scss */
.donation-box h1 {
  color: #ed1d24;
  font-size: 20px;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 1589, app/assets/stylesheets/partials/_seamless2020_style.scss */
.donation-box:hover {
  color: white;
  background-color: #ed1d24;
}

/* line 1593, app/assets/stylesheets/partials/_seamless2020_style.scss */
.donation-box:hover h1 {
  color: white;
}

/* line 1596, app/assets/stylesheets/partials/_seamless2020_style.scss */
.other-stories {
  padding-top: 60px;
  width: 100%;
  text-align: center;
}

/* line 1601, app/assets/stylesheets/partials/_seamless2020_style.scss */
.other-stories h3 {
  font-size: 30px;
}

/* EVENTS & GROUPS */
/* line 1607, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sidebar-section .switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 25px;
}

/* Hide default HTML checkbox */
/* line 1614, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sidebar-section .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
/* line 1620, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sidebar-section .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

/* line 1631, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sidebar-section .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 3px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  top: 2px;
}

/* line 1643, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sidebar-section input:checked + .slider {
  background-color: #ed1d24;
}

/* line 1646, app/assets/stylesheets/partials/_seamless2020_style.scss */
input:focus + .slider {
  box-shadow: 0 0 1px #ed1d24;
}

/* line 1649, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sidebar-section input:checked + .slider:before {
  -webkit-transform: translateX(14px);
  -ms-transform: translateX(14px);
  transform: translateX(14px);
}

/* Rounded sliders */
/* line 1655, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sidebar-section .slider.round {
  border-radius: 34px;
}

/* line 1658, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sidebar-section .slider.round:before {
  border-radius: 50%;
}

/* line 1661, app/assets/stylesheets/partials/_seamless2020_style.scss */
.event-single.event-single-box {
  padding: 10px;
}

/* line 1664, app/assets/stylesheets/partials/_seamless2020_style.scss */
.group-single {
  background-color: #f6f5f5;
  padding: 10px;
}

/* line 1668, app/assets/stylesheets/partials/_seamless2020_style.scss */
.event-grid,
.group-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  padding-left: 40px;
}

/* line 1675, app/assets/stylesheets/partials/_seamless2020_style.scss */
.event-single h5,
.group-single h5 {
  font-weight: 600;
}

/* line 1679, app/assets/stylesheets/partials/_seamless2020_style.scss */
.event-single a,
.group-single a {
  font-size: 14px;
  margin-top: 0;
}

/* line 1684, app/assets/stylesheets/partials/_seamless2020_style.scss */
.group-single p, .event-single p {
  font-weight: 600;
  font-size: 12px;
}

/* line 1688, app/assets/stylesheets/partials/_seamless2020_style.scss */
.page .event-single-box h3, .event-single-box h4 {
  font-weight: 600;
}

/* line 1691, app/assets/stylesheets/partials/_seamless2020_style.scss */
.page .event-single-box h3 {
  margin-top: 10px;
  font-size: 20px;
  text-align: left;
}

/* line 1696, app/assets/stylesheets/partials/_seamless2020_style.scss */
.page .event-single-box h4 {
  font-size: 16px;
  margin-top: 10px;
}

/* line 1700, app/assets/stylesheets/partials/_seamless2020_style.scss */
img.event-logo {
  background-color: #f6f5f5;
  padding: 52px 50px 52px 50px;
}

/* line 1704, app/assets/stylesheets/partials/_seamless2020_style.scss */
.event-thumb {
  width: 100%;
  height: 100%;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-color: #f6f5f5 !important;
}

/* line 1712, app/assets/stylesheets/partials/_seamless2020_style.scss */
.event-thumb-hidden {
  width: 100%;
  max-height: 150px;
  height: auto;
  visibility: hidden;
}

/* line 1718, app/assets/stylesheets/partials/_seamless2020_style.scss */
b, strong {
  font-weight: bold;
  color: #303030;
}

/* line 1722, app/assets/stylesheets/partials/_seamless2020_style.scss */
.load-btn-wrap {
  width: 100%;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  margin-top: 60px;
}

/* line 1729, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sidebar-section p {
  padding-bottom: 12px;
  font-weight: 600;
  margin-bottom: 0px;
}

/* line 1734, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sidebar-section h4 {
  font-weight: 600;
  text-align: center;
  padding-bottom: 30px;
}

/* line 1739, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sidebar-left {
  padding-right: 40px;
}

/* line 1742, app/assets/stylesheets/partials/_seamless2020_style.scss */
.search-form {
  position: relative;
  width: 100%;
}

/* line 1746, app/assets/stylesheets/partials/_seamless2020_style.scss */
.search-form input[type=text] {
  width: 100%;
  height: 40px;
  border: none;
  background-color: #f6f5f5;
}

/* line 1752, app/assets/stylesheets/partials/_seamless2020_style.scss */
.search-form button[type=submit] {
  position: absolute;
  width: 20%;
  height: 100%;
  font-size: 20px;
  background-color: #ed1d24;
  color: #fff;
  transform: translateX(-100%);
  border: none;
}

/* line 1762, app/assets/stylesheets/partials/_seamless2020_style.scss */
input:focus, button:focus {
  outline: none;
}

/*.filter-collapse {
    display: none;
    padding: 50px 50px 0 50px;}

.filter-collapse p {
    padding-bottom: 12px;
    font-weight: 600;}

.filter-collapse h4 {
    font-weight: 600;
    text-align: center;
    padding-bottom: 30px;}*/
/* From custom.css */
/* line 1780, app/assets/stylesheets/partials/_seamless2020_style.scss */
#post-1985 li {
  list-style: none !important;
}

/* line 1783, app/assets/stylesheets/partials/_seamless2020_style.scss */
.content-left-part .size-thumbnail150 {
  width: 150px !important;
  height: 150px !important;
}

/* line 1787, app/assets/stylesheets/partials/_seamless2020_style.scss */
.small-text {
  font-size: 0.7rem;
}

/* line 1790, app/assets/stylesheets/partials/_seamless2020_style.scss */
.width100-height-auto {
  width: 100%;
  max-width: 100%;
  height: auto !important;
  clear: both;
}

/* line 1796, app/assets/stylesheets/partials/_seamless2020_style.scss */
body p {
  margin: 0 0 20px;
  font-size: 18px;
}

/* line 1800, app/assets/stylesheets/partials/_seamless2020_style.scss */
.page h2 {
  text-align: left;
  color: #303030;
  font-size: 28px;
  margin-top: 40px;
  margin-bottom: 20px;
  line-height: 1.3;
}

/* line 1809, app/assets/stylesheets/partials/_seamless2020_style.scss */
.slick-current .boxes {
  border: 0 !important;
  *background-color: #ebebeb;
}

/* Header block above main menu style of buttons and h1 next to logo  */
/* line 1816, app/assets/stylesheets/partials/_seamless2020_style.scss */
.logo-sec .logo {
  *float: left;
  position: relative;
  display: block;
  margin-bottom: 20px;
}

/* line 1822, app/assets/stylesheets/partials/_seamless2020_style.scss */
.next-to-logo {
  float: right;
  width: 700px;
  max-width: 100%;
  height: 120px;
  padding: 36px 0;
  display: none;
}

/* line 1830, app/assets/stylesheets/partials/_seamless2020_style.scss */
.next-to-logo h1 {
  /*font-family: Ubuntu;*/
  font-weight: 500;
  font-style: normal;
  color: #000;
  font-size: 22px;
  color: #EC3F22;
  float: left;
  margin-top: 16px;
  margin-right: 20px;
}

/* line 1841, app/assets/stylesheets/partials/_seamless2020_style.scss */
.next-to-logo .btn {
  display: block;
  float: left;
  margin: 6px;
  width: 120px;
}

/* line 1847, app/assets/stylesheets/partials/_seamless2020_style.scss */
.next-to-logo .btn:hover {
  background-color: #ED3025;
  border-color: #ED3025;
  color: #fff;
}

/* line 1853, app/assets/stylesheets/partials/_seamless2020_style.scss */
.single-event .btn-default {
  color: white !important;
  background-color: #ed1d24;
  border-color: transparent;
}

/* line 1858, app/assets/stylesheets/partials/_seamless2020_style.scss */
.slick-current .boxes::first-child {
  display: none;
}

/* line 1861, app/assets/stylesheets/partials/_seamless2020_style.scss */
.feature-side ul li a {
  font-weight: 400;
}

/* line 1864, app/assets/stylesheets/partials/_seamless2020_style.scss */
.StandardBorderBox, .donation, .votes, .newletter, .join-div {
  border: 2px solid #ddd !important;
  outline: 0 !important;
}

/* line 1868, app/assets/stylesheets/partials/_seamless2020_style.scss */
.feature, .feature-side ul li {
  border-bottom: 2px solid #ddd !important;
}

/* line 1871, app/assets/stylesheets/partials/_seamless2020_style.scss */
.bottom-join {
  text-align: center;
  margin-top: 30px;
  text-align: center;
  margin-bottom: 20px;
}

/* line 1877, app/assets/stylesheets/partials/_seamless2020_style.scss */
.bottom-join a, .StandardOutlined-Btn-XL {
  width: 220px;
  color: #ec4422;
  border: 2px solid #ec4422;
  background: #fff;
  margin: 10px;
  font-size: 24px;
  border-radius: 2px;
  line-height: 1;
  padding: 12px 40px;
  font-weight: 500;
}

/* line 1889, app/assets/stylesheets/partials/_seamless2020_style.scss */
section #huge_it_videogallery {
  padding: 5px;
  /* min-width: 69%; */
  display: block;
  min-height: 100%;
  /* text-align: center; */
  margin-bottom: 30px;
}

/* line 1897, app/assets/stylesheets/partials/_seamless2020_style.scss */
.ai1ec-agenda-widget-view .ai1ec-date, .ai1ec-agenda-view .ai1ec-date {
  border: 1px solid #e5e5e5 !important;
  background: #f5f5f5 !important;
}

/* line 1901, app/assets/stylesheets/partials/_seamless2020_style.scss */
.team .themeum-person .person-details .person-deg {
  color: white;
  font-size: 15px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  padding: 5px;
}

/* line 1908, app/assets/stylesheets/partials/_seamless2020_style.scss */
.team .themeum-person .person-details .person-title {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  padding: 5px;
}

/* line 1913, app/assets/stylesheets/partials/_seamless2020_style.scss */
.black-writing.themeum-person .person-details .person-title {
  color: black !important;
  background-color: rgba(255, 255, 255, 0.3);
}

/* line 1917, app/assets/stylesheets/partials/_seamless2020_style.scss */
.black-writing.themeum-person .person-details .person-deg {
  color: black !important;
  background-color: rgba(255, 255, 255, 0.3);
}

/* line 1921, app/assets/stylesheets/partials/_seamless2020_style.scss */
.team .themeum-person:before {
  background-image: none !important;
}

/* line 1924, app/assets/stylesheets/partials/_seamless2020_style.scss */
.team h3 {
  font-size: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* line 1929, app/assets/stylesheets/partials/_seamless2020_style.scss */
.team .themeum-person-image img.img-responsive {
  height: 270px;
  width: 270px;
  object-fit: cover;
}

/* all styles unless defined for smaller screens */
/* line 1935, app/assets/stylesheets/partials/_seamless2020_style.scss */
.clearfix .blog-inner .desc {
  padding: 0 5px 25px 5px;
}

/*#content p, #content li{
    font-weight: 400;
    font-style: normal;
    font-size: 21px;
    line-height: 1.58;
    letter-spacing: -.003em;
}
#content li {
    list-style: disc;
}
#content ul{
    padding-left:15px;
}*/
/* line 1952, app/assets/stylesheets/partials/_seamless2020_style.scss */
#1455748557510-0f5628de-b3a0, .wpb_wrapper, .manifest-text, .DocDL-wrapper, #ManifestDocDL-wrapper {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
}

/* line 1957, app/assets/stylesheets/partials/_seamless2020_style.scss */
#post-700, #post-2996 {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
}

/* line 1962, app/assets/stylesheets/partials/_seamless2020_style.scss */
#post-700 p, #post-2996 p {
  font-size: 21px !important;
  font-family: objektiv-mk2, Roboto, sans-serif;
  color: #000;
  font-weight: 300;
}

/* line 1968, app/assets/stylesheets/partials/_seamless2020_style.scss */
.paperDL a img.alignnone {
  margin: 5px 0px 10px 0px;
}

/* line 1971, app/assets/stylesheets/partials/_seamless2020_style.scss */
.paperDL {
  margin-bottom: 20px;
  white-space: nowrap;
  font-weight: 500;
}

/* line 1976, app/assets/stylesheets/partials/_seamless2020_style.scss */
.paperDL a {
  color: #444;
  margin: 0;
}

/* line 1980, app/assets/stylesheets/partials/_seamless2020_style.scss */
#post-1985 ul {
  padding-left: 15px;
  height: auto;
  float: left;
  width: 100%;
}

/* line 1986, app/assets/stylesheets/partials/_seamless2020_style.scss */
#post-1985 ul li {
  ist-style: disc;
}

/* line 1989, app/assets/stylesheets/partials/_seamless2020_style.scss */
#menu-manifesto-files-short, #menu-manifesto-files-long {
  background: #fff;
  padding: 30px 10px;
  border: 2px solid #ddd;
  margin: 10px;
}

/* line 1995, app/assets/stylesheets/partials/_seamless2020_style.scss */
#post-1985 li {
  float: left;
  padding: 4px 15px;
  background: #eaeaea;
  margin: 2px;
  line-height: 1;
  border-radius: 2px;
}

/* line 2003, app/assets/stylesheets/partials/_seamless2020_style.scss */
.vc_icon_element {
  margin-bottom: 10px;
}

/* line 2006, app/assets/stylesheets/partials/_seamless2020_style.scss */
#post-1985 h2 {
  margin: 100px 0 50px 0;
}

/* line 2010, app/assets/stylesheets/partials/_seamless2020_style.scss */
div#post-1985 .vc_column_container {
  z-index: 100;
}

/* line 2016, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sub-title-inner h2 span {
  display: none;
}

/* line 2020, app/assets/stylesheets/partials/_seamless2020_style.scss */
.top-menu.clearfix {
  display: block;
  height: 37px;
}

/* line 2025, app/assets/stylesheets/partials/_seamless2020_style.scss */
.top-menu.clearfix .top-left {
  padding-top: 5px;
}

/* line 2029, app/assets/stylesheets/partials/_seamless2020_style.scss */
.top-menu.clearfix .top-right.clearfix {
  margin-top: 3px;
}

/* line 2033, app/assets/stylesheets/partials/_seamless2020_style.scss */
.top-menu.clearfix .redtop-right.right-one {
  padding-top: 2px;
}

/* line 2037, app/assets/stylesheets/partials/_seamless2020_style.scss */
.right-two a:first-child-maybe-not {
  border: 1px solid #fff;
  border-radius: 2px;
}

/* line 2041, app/assets/stylesheets/partials/_seamless2020_style.scss */
a.vc_btn3.vc_btn3-style-modern {
  color: #fff !important;
  border-color: #ec3f22 !important;
  background-color: #ec3f22 !important;
  font-weight: 500;
  opacity: 1 !important;
  background-image: url(/nothing.gif) !important;
  border-radius: 2px;
  font-size: 18px;
  text-transform: unset;
}

/* line 2044, app/assets/stylesheets/partials/_seamless2020_style.scss */
#menu-main_menu_en li a span {
  display: none;
}

/* line 2048, app/assets/stylesheets/partials/_seamless2020_style.scss */
.feature-side ul li {
  line-height: 48px !important;
}

/* line 2051, app/assets/stylesheets/partials/_seamless2020_style.scss */
.feature-side ul li:last-child {
  border: 0  !important;
}

/* line 2054, app/assets/stylesheets/partials/_seamless2020_style.scss */
.feature .feature-side h3 {
  display: none;
}

/* line 2057, app/assets/stylesheets/partials/_seamless2020_style.scss */
.banner-sec {
  max-height: 10px;
}

/* line 2060, app/assets/stylesheets/partials/_seamless2020_style.scss */
.menu, .blog-inner, .footer, .grey-bar {
  background: #f5f5f5;
}

/* line 2063, app/assets/stylesheets/partials/_seamless2020_style.scss */
.menu nav ul li {
  line-height: 1.2;
}

/* line 2066, app/assets/stylesheets/partials/_seamless2020_style.scss */
.menu nav ul li li a {
  padding: 12px 10px;
  font-size: 16px;
  font-weight: 300;
}

/* line 2071, app/assets/stylesheets/partials/_seamless2020_style.scss */
.menu nav ul li a {
  padding: 16px 10px;
  font-size: 18px;
  font-weight: 500;
  color: #292F3C;
}

/* line 2078, app/assets/stylesheets/partials/_seamless2020_style.scss */
.menu .container nav ul.top_menu_items > li > a {
  font-weight: 500;
}

/* line 2082, app/assets/stylesheets/partials/_seamless2020_style.scss */
.menu nav ul li.last > a {
  border-bottom: 2px solid #ec3f22;
  height: 52px;
}

/* line 2087, app/assets/stylesheets/partials/_seamless2020_style.scss */
.banner-sec {
  min-height: 26px;
  pointer-events: none;
  opacity: 0 !important;
}

/* line 2093, app/assets/stylesheets/partials/_seamless2020_style.scss */
.menu nav ul li li a {
  font-weight: 400;
}

/* line 2097, app/assets/stylesheets/partials/_seamless2020_style.scss */
.logo-sec .logo {
  width: 240px !important;
  margin-bottom: 10px !important;
  padding: 36px 0 26px;
}

/* line 2102, app/assets/stylesheets/partials/_seamless2020_style.scss */
.logo-sec .container {
  position: relative;
}

/* line 2105, app/assets/stylesheets/partials/_seamless2020_style.scss */
.logo-sec .next-to-logo {
  display: block !important;
  position: absolute;
  top: 0 !important;
  right: 0;
}

/* line 2111, app/assets/stylesheets/partials/_seamless2020_style.scss */
.next-to-logo h1 {
  font-size: 20px !important;
}

/* line 2114, app/assets/stylesheets/partials/_seamless2020_style.scss */
.top-menu.clearfix .redtop-right.right-one {
  width: auto !important;
}

/* line 2117, app/assets/stylesheets/partials/_seamless2020_style.scss */
.top-menu.clearfix .redtop-right.right-one .srch select {
  background: none !important;
  height: 38px !important;
  padding: 0 7px !important;
}

/* line 2122, app/assets/stylesheets/partials/_seamless2020_style.scss */
.top-menu.clearfix .redtop-right.right-one {
  margin-left: 7px;
}

/* line 2125, app/assets/stylesheets/partials/_seamless2020_style.scss */
#searchform input {
  height: 26px !important;
}

/* line 2128, app/assets/stylesheets/partials/_seamless2020_style.scss */
.menu nav ul li .sub-menu li a {
  border: none;
  height: auto;
}

/* line 2133, app/assets/stylesheets/partials/_seamless2020_style.scss */
.feature-side {
  padding-top: 12px !important;
}

/* line 2137, app/assets/stylesheets/partials/_seamless2020_style.scss */
.blog-inner .desc h4 a {
  color: #292f3c;
}

/* line 2141, app/assets/stylesheets/partials/_seamless2020_style.scss */
.logo-sec .logo {
  display: none;
}

/* line 2145, app/assets/stylesheets/partials/_seamless2020_style.scss */
.logo.logo-svg {
  display: block;
}

/* line 2149, app/assets/stylesheets/partials/_seamless2020_style.scss */
.inner-footer.clearfix iframe {
  float: right !important;
  width: 300px !important;
  margin-top: 22px;
  margin-right: 22px;
}

/* line 2156, app/assets/stylesheets/partials/_seamless2020_style.scss */
.footer-logo .log-sec {
  height: auto;
  padding-bottom: 70px !important;
  max-width: 240px !important;
}

/* line 2162, app/assets/stylesheets/partials/_seamless2020_style.scss */
.blog-inner .desc h3 {
  color: #292f3c !important;
  font-weight: 500;
}

/* line 2167, app/assets/stylesheets/partials/_seamless2020_style.scss */
.blog-inner {
  background: transparent !important;
}

/* line 2171, app/assets/stylesheets/partials/_seamless2020_style.scss */
.feature.clearfix .left-feature {
  margin-bottom: 30px;
}

/* line 2175, app/assets/stylesheets/partials/_seamless2020_style.scss */
.feature.clearfix .left-feature .slider-nav {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: -30px;
  background: #3e444e;
}

/* line 2184, app/assets/stylesheets/partials/_seamless2020_style.scss */
.feature.clearfix .left-feature .slider-nav .slick-list {
  max-width: 100%;
  width: 100%;
}

/* line 2189, app/assets/stylesheets/partials/_seamless2020_style.scss */
.feature.clearfix .slick-track {
  max-width: 100% !important;
  width: 100% !important;
}

/* line 2194, app/assets/stylesheets/partials/_seamless2020_style.scss */
.feature.clearfix .slider-nav .slick-slide.slick-current.slick-active {
  display: none;
}

/* line 2198, app/assets/stylesheets/partials/_seamless2020_style.scss */
.feature.clearfix .left-feature .slider-nav .slick-slide {
  width: 33% !important;
  max-width: 33% !important;
}

/* line 2203, app/assets/stylesheets/partials/_seamless2020_style.scss */
.feature.clearfix .left-feature .boxes {
  background: none;
  padding: 0 20px;
  font-weight: 500;
  height: auto;
}

/* line 2209, app/assets/stylesheets/partials/_seamless2020_style.scss */
.feature.clearfix .left-feature .text-content {
  background: #292f3b;
  position: absolute;
  top: 0;
  bottom: 5px;
  left: auto;
  right: 0;
  width: 34%;
  margin: 0;
  padding: 22px;
}

/* line 2220, app/assets/stylesheets/partials/_seamless2020_style.scss */
.feature.clearfix .left-feature .text-content p {
  color: #fff;
  font-weight: 300;
  font-size: 15px !important;
}

/* line 2225, app/assets/stylesheets/partials/_seamless2020_style.scss */
.feature.clearfix .left-feature .text-content p strong {
  color: white;
  font-size: 18px;
  font-weight: 500;
}

/* line 2230, app/assets/stylesheets/partials/_seamless2020_style.scss */
.feature.clearfix .left-feature .text-content p strong a {
  color: white;
  font-size: 18px;
}

/* line 2234, app/assets/stylesheets/partials/_seamless2020_style.scss */
.feature.clearfix .left-feature br {
  display: none;
}

/* line 2237, app/assets/stylesheets/partials/_seamless2020_style.scss */
.left-section .tweet {
  height: 733px;
  outline: none;
  border: 2px solid #ddd;
}

/* line 2242, app/assets/stylesheets/partials/_seamless2020_style.scss */
.join-div .bottom-join {
  margin-top: 30px;
}

/* line 2245, app/assets/stylesheets/partials/_seamless2020_style.scss */
.join-div .bottom-join a {
  display: inline-block;
}

/* line 2248, app/assets/stylesheets/partials/_seamless2020_style.scss */
.join-div .top-join .left-member {
  min-width: 0;
}

/* line 2251, app/assets/stylesheets/partials/_seamless2020_style.scss */
.clearfix .feature-side ul li a {
  font-size: 17px;
}

/* line 2254, app/assets/stylesheets/partials/_seamless2020_style.scss */
button .form-horizontal span, button .form-horizontal b, button .form-wide span, button .form-horizontal b {
  font-family: objektiv-mk2, Roboto, sans-serif;
  font-size: inherit;
  font-weight: 600;
}

/* line 2259, app/assets/stylesheets/partials/_seamless2020_style.scss */
.top-right .srch select option {
  color: black;
}

/* line 2262, app/assets/stylesheets/partials/_seamless2020_style.scss */
.logo {
  display: none;
}

/* line 2263, app/assets/stylesheets/partials/_seamless2020_style.scss */
.logo.logo-svg {
  display: block;
}

/* line 2265, app/assets/stylesheets/partials/_seamless2020_style.scss */
body #iubenda-cs-banner {
  max-width: 400px !important;
  background-color: #eaeaea;
  margin-left: 20px;
}

/* line 2270, app/assets/stylesheets/partials/_seamless2020_style.scss */
#iubenda-cs-banner .iubenda-cs-content {
  font-size: 14px;
  background: #ececec;
  color: #4a4a4a;
  padding: 30px 35px 15px 35px;
}

/* line 2275, app/assets/stylesheets/partials/_seamless2020_style.scss */
#iubenda-cs-banner .iubenda-cs-cookie-policy-lnk, #iubenda-cs-banner .iubenda-cs-close-btn {
  color: #de3700;
}

/* line 2277, app/assets/stylesheets/partials/_seamless2020_style.scss */
#iubenda-cs-banner .iubenda-cs-close-btn {
  margin: -35px -25px 0 0;
  font-size: 32px;
}

/* line 2280, app/assets/stylesheets/partials/_seamless2020_style.scss */
#iubenda-cs-banner p {
  font-size: 14px !important;
}

/* line 2283, app/assets/stylesheets/partials/_seamless2020_style.scss */
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body, .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::after, .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::before {
  border-color: transparent !important;
  background-color: transparent !important;
}

/* line 2287, app/assets/stylesheets/partials/_seamless2020_style.scss */
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
  border-color: transparent !important;
  background-color: transparent !important;
}

/* line 2291, app/assets/stylesheets/partials/_seamless2020_style.scss */
.wpcf7-form input, .wpcf7-form textarea, .wpcf7-form select, .wpcf7-form .uneditable-input {
  margin-bottom: 0;
  border: 0px;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
}

/* line 2298, app/assets/stylesheets/partials/_seamless2020_style.scss */
div.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}

/* line 2308, app/assets/stylesheets/partials/_seamless2020_style.scss */
div.wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #ff0000;
}

/* line 2313, app/assets/stylesheets/partials/_seamless2020_style.scss */
div.wpcf7-mail-sent-ok {
  border: 2px solid #398f14;
}

/* line 2316, app/assets/stylesheets/partials/_seamless2020_style.scss */
div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
  border: 2px solid #ff0000;
}

/* line 2320, app/assets/stylesheets/partials/_seamless2020_style.scss */
div.wpcf7-spam-blocked {
  border: 2px solid #ffa500;
}

/* line 2323, app/assets/stylesheets/partials/_seamless2020_style.scss */
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: 2px solid #f7e700;
}

/* line 2327, app/assets/stylesheets/partials/_seamless2020_style.scss */
.wpcf7-form-control-wrap {
  position: relative;
}

/* line 2330, app/assets/stylesheets/partials/_seamless2020_style.scss */
span.wpcf7-not-valid-tip {
  color: #f00;
  font-size: 1em;
  font-weight: normal;
  display: block;
}

/* line 2336, app/assets/stylesheets/partials/_seamless2020_style.scss */
.use-floating-validation-tip span.wpcf7-not-valid-tip {
  position: absolute;
  top: 20%;
  left: 20%;
  z-index: 100;
  border: 1px solid #ff0000;
  background: #fff;
  padding: .2em .8em;
}

/* line 2345, app/assets/stylesheets/partials/_seamless2020_style.scss */
span.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}

/* line 2349, app/assets/stylesheets/partials/_seamless2020_style.scss */
span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
  content: " ";
}

/* line 2353, app/assets/stylesheets/partials/_seamless2020_style.scss */
.wpcf7-display-none {
  display: none;
}

/* line 2356, app/assets/stylesheets/partials/_seamless2020_style.scss */
div.wpcf7 .ajax-loader {
  visibility: hidden;
  display: inline-block;
  background-image: url(/assets/ajax-loader.gif);
  width: 16px;
  height: 16px;
  border: none;
  padding: 0;
  margin: 0 0 0 4px;
  vertical-align: middle;
}

/* line 2367, app/assets/stylesheets/partials/_seamless2020_style.scss */
div.wpcf7 .ajax-loader.is-active {
  visibility: visible;
}

/* line 2370, app/assets/stylesheets/partials/_seamless2020_style.scss */
div.wpcf7 div.ajax-error {
  display: none;
}

/* line 2373, app/assets/stylesheets/partials/_seamless2020_style.scss */
div.wpcf7 .placeheld {
  color: #888;
}

/* line 2376, app/assets/stylesheets/partials/_seamless2020_style.scss */
div.wpcf7 input[type="file"] {
  cursor: pointer;
}

/* line 2379, app/assets/stylesheets/partials/_seamless2020_style.scss */
div.wpcf7 input[type="file"]:disabled {
  cursor: default;
}

/* line 2382, app/assets/stylesheets/partials/_seamless2020_style.scss */
div.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
}

/* line 2385, app/assets/stylesheets/partials/_seamless2020_style.scss */
.wpcf7-form button, html .wpcf7-form input[type="button"], .wpcf7-form input[type="reset"], .wpcf7-form input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  background-color: #ed1d24 !important;
  color: white;
  font-weight: 700;
  width: 100px;
}

/* line 2393, app/assets/stylesheets/partials/_seamless2020_style.scss */
.seamless2020 .maincontent td a {
  font-size: 14px;
}

/* line 2396, app/assets/stylesheets/partials/_seamless2020_style.scss */
.flex-row {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}

/* line 2401, app/assets/stylesheets/partials/_seamless2020_style.scss */
.form-horizontal .form-group {
  margin-left: 0px;
  margin-right: 0px;
}

/*MEDIA QUERIES*/
@media screen and (max-width: 1200px) {
  /* line 2411, app/assets/stylesheets/partials/_seamless2020_style.scss */
  .container {
    padding: 0px !important;
  }
}

@media only screen and (max-width: 1200px) {
  /* line 2416, app/assets/stylesheets/partials/_seamless2020_style.scss */
  .container {
    width: 100%;
    max-width: 100%;
    padding: 0 22px;
  }
}

/* line 2422, app/assets/stylesheets/partials/_seamless2020_style.scss */
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

@media (max-width: 1150px) {
  /* line 2436, app/assets/stylesheets/partials/_seamless2020_style.scss */
  .container > .navbar-header {
    margin-left: 0;
    margin-right: 0;
    height: 80px;
  }
  /* line 2441, app/assets/stylesheets/partials/_seamless2020_style.scss */
  .navbar-header {
    float: none;
  }
  /* line 2444, app/assets/stylesheets/partials/_seamless2020_style.scss */
  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: 0;
    box-shadow: 0 20px 20px -2px rgba(0, 0, 0, 0.12);
  }
  /* line 2448, app/assets/stylesheets/partials/_seamless2020_style.scss */
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  /* line 2452, app/assets/stylesheets/partials/_seamless2020_style.scss */
  ul.navbar-nav.navbar-center {
    max-width: 100%;
    height: calc(100vh - 120px) !important;
    overflow-y: scroll !important;
    max-height: 100%;
    width: 100%;
  }
  /* line 2459, app/assets/stylesheets/partials/_seamless2020_style.scss */
  ul.navbar-nav {
    text-align: center;
    padding-bottom: 40px;
    padding-top: 10px;
  }
  /* line 2464, app/assets/stylesheets/partials/_seamless2020_style.scss */
  .navbar-nav {
    margin: 0;
  }
  /* line 2468, app/assets/stylesheets/partials/_seamless2020_style.scss */
  .navbar-center {
    position: relative;
    left: auto;
    transform: initial;
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    display: inline-block;
  }
  /* line 2478, app/assets/stylesheets/partials/_seamless2020_style.scss */
  .navbar-nav > li {
    float: none;
    text-align: center;
  }
  /* line 2482, app/assets/stylesheets/partials/_seamless2020_style.scss */
  .navbar-default .navbar-nav > li > a {
    padding-left: inherit;
    padding-right: inherit;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px !important;
    height: 40px;
  }
  /* line 2490, app/assets/stylesheets/partials/_seamless2020_style.scss */
  .navbar-default .navbar-toggle {
    border-color: #fff;
    color: #fff;
    background-color: #fff;
    margin-top: 24px;
  }
  /* line 2496, app/assets/stylesheets/partials/_seamless2020_style.scss */
  .navbar-toggle {
    display: block;
    margin-right: 20px;
  }
  /* line 2500, app/assets/stylesheets/partials/_seamless2020_style.scss */
  .navbar-header .participate {
    display: block;
    margin-top: -10px;
    right: 80px !important;
  }
  /* line 2505, app/assets/stylesheets/partials/_seamless2020_style.scss */
  .navbar-collapse.collapse {
    display: none !important;
  }
  /* line 2508, app/assets/stylesheets/partials/_seamless2020_style.scss */
  .navbar-center {
    position: relative;
    left: auto;
    transform: initial;
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    display: inline-block;
    background: linear-gradient(-90deg, #ed1d24 0%, #ec5022 100%);
    width: 100%;
  }
  /* line 2519, app/assets/stylesheets/partials/_seamless2020_style.scss */
  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: 0;
    box-shadow: 0 20px 20px -2px rgba(0, 0, 0, 0.12);
  }
  /* line 2523, app/assets/stylesheets/partials/_seamless2020_style.scss */
  .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 100%;
  }
  /* line 2526, app/assets/stylesheets/partials/_seamless2020_style.scss */
  .collapse.in {
    display: block !important;
  }
  /* line 2529, app/assets/stylesheets/partials/_seamless2020_style.scss */
  .navbar-default .navbar-nav > li > a {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 2533, app/assets/stylesheets/partials/_seamless2020_style.scss */
  .navbar-center {
    margin-left: 20px;
  }
  /* line 2536, app/assets/stylesheets/partials/_seamless2020_style.scss */
  .navbar-default .navbar-nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
  }
  /* line 2541, app/assets/stylesheets/partials/_seamless2020_style.scss */
  ul.navbar-nav.navbar-center {
    max-width: 100%;
    height: calc(100vh - 120px);
    overflow-y: scroll;
    max-height: 100%;
    background: linear-gradient(-90deg, #ed1d24 0%, #ec5022 100%);
    display: inline-block;
    min-height: calc(100vh - 120px);
  }
  /* line 2550, app/assets/stylesheets/partials/_seamless2020_style.scss */
  .navbar-collapse.collapse {
    visibility: visible;
    height: auto;
    padding-bottom: 0;
    overflow: visible;
  }
  /* line 2556, app/assets/stylesheets/partials/_seamless2020_style.scss */
  .seamless-mera25.greek .navbar-collapse.collapse, .seamless-mera25.greek .navbar-collapse.collapsing {
    width: 100%;
    background: white;
    background-color: white;
    padding: 0px;
    margin: 0;
  }
  /* line 2563, app/assets/stylesheets/partials/_seamless2020_style.scss */
  .seamless-mera25.greek ul.navbar-nav.navbar-center {
    width: 100%;
    background: white;
    background-color: white;
    padding: 0px;
    margin: 0;
    z-index: 100;
  }
  /* line 2571, app/assets/stylesheets/partials/_seamless2020_style.scss */
  .seamless-mera25.greek .navbar-nav .open .dropdown-menu {
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }
  /* line 2576, app/assets/stylesheets/partials/_seamless2020_style.scss */
  .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 100%;
  }
  /* line 2580, app/assets/stylesheets/partials/_seamless2020_style.scss */
  .seamless-mera25.nongreek .navbar-mera25 .navbar-center {
    margin-left: unset;
    display: flex;
    flex-direction: column;
  }
  /* line 2585, app/assets/stylesheets/partials/_seamless2020_style.scss */
  .seamless-mera25.nongreek .navbar-nav > li > .dropdown-menu {
    margin-top: -1px;
    width: 100%;
    background: transparent;
    box-shadow: unset;
    position: relative;
    flex-direction: column;
    position: initial;
  }
  /* line 2594, app/assets/stylesheets/partials/_seamless2020_style.scss */
  .navbar-default .navbar-nav .open .dropdown-menu li {
    text-align: center;
  }
  /* line 2597, app/assets/stylesheets/partials/_seamless2020_style.scss */
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #303030;
  }
  /* line 2601, app/assets/stylesheets/partials/_seamless2020_style.scss */
  #menu-item-27941 {
    display: block;
  }
  /* line 2604, app/assets/stylesheets/partials/_seamless2020_style.scss */
  .participate {
    display: none;
  }
  /* line 2607, app/assets/stylesheets/partials/_seamless2020_style.scss */
  .navbar-center {
    position: relative;
    left: auto;
    transform: initial;
    width: 100%;
    margin-left: 0px;
    margin-top: 0px;
  }
  /* line 2615, app/assets/stylesheets/partials/_seamless2020_style.scss */
  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
    border: 0px;
  }
  /* line 2619, app/assets/stylesheets/partials/_seamless2020_style.scss */
  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: 0px;
    box-shadow: 0 20px 20px -2px rgba(0, 0, 0, 0.12);
  }
  /* line 2623, app/assets/stylesheets/partials/_seamless2020_style.scss */
  .navbar .container {
    padding-left: 0px;
    padding-right: 0px;
  }
  /* line 2627, app/assets/stylesheets/partials/_seamless2020_style.scss */
  .container > .navbar-header {
    margin-left: 0px;
    margin-right: 0px;
    height: 80px;
  }
  /* line 2632, app/assets/stylesheets/partials/_seamless2020_style.scss */
  .navbar-default .navbar-nav > li > a {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  /* line 2638, app/assets/stylesheets/partials/_seamless2020_style.scss */
  .navbar-nav {
    margin: 0px;
  }
  /* line 2641, app/assets/stylesheets/partials/_seamless2020_style.scss */
  ul.navbar-nav {
    text-align: center;
    padding-bottom: 40px;
    padding-top: 10px;
  }
  /* line 2646, app/assets/stylesheets/partials/_seamless2020_style.scss */
  .navbar-toggle {
    margin-right: 20px;
    margin-top: 13px;
  }
}

@media all and (max-width: 990px) {
  /* line 2654, app/assets/stylesheets/partials/_seamless2020_style.scss */
  .event-thumb-hidden {
    max-height: 225px;
  }
}

@media only screen and (max-width: 990px) {
  /* line 2660, app/assets/stylesheets/partials/_seamless2020_style.scss */
  .feature.clearfix .left-feature {
    width: 100% !important;
  }
  /* line 2663, app/assets/stylesheets/partials/_seamless2020_style.scss */
  .logo-sec .next-to-logo h1 {
    display: none !important;
  }
  /* line 2666, app/assets/stylesheets/partials/_seamless2020_style.scss */
  .logo-sec .next-to-logo {
    width: 300px !important;
  }
}

/* line 2674, app/assets/stylesheets/partials/_seamless2020_style.scss */
.mobile.donate, .mobile.join {
  display: none;
}

@media all and (max-width: 767px) {
  /* line 2679, app/assets/stylesheets/partials/_seamless2020_style.scss */
  .mobile.donate, .mobile.join {
    display: block;
    width: 100%;
  }
  /* line 2683, app/assets/stylesheets/partials/_seamless2020_style.scss */
  .mobile.donate a, .mobile.join a, .seamless-mera25.nongreek .navbar-default .navbar-nav > li.donate a {
    padding: 20px;
    height: auto;
  }
  /* line 2687, app/assets/stylesheets/partials/_seamless2020_style.scss */
  .navbar-default.navbar-mera25 .navbar-nav > li.mobile.join > a {
    border: 3px solid #ed1d24;
    margin-left: 20px;
    font-size: 18px !important;
    margin-right: 20px;
    padding: 20px;
    height: auto;
  }
  /* line 2695, app/assets/stylesheets/partials/_seamless2020_style.scss */
  .top-bar .right-side p {
    display: none !important;
  }
  /* line 2698, app/assets/stylesheets/partials/_seamless2020_style.scss */
  .navbar-mera25 .top-bar .right-side p, .participate {
    display: none !important;
  }
  /* line 2701, app/assets/stylesheets/partials/_seamless2020_style.scss */
  .top-bar .sm-buttons {
    display: none;
  }
  /* line 2704, app/assets/stylesheets/partials/_seamless2020_style.scss */
  .top-bar .right-side {
    padding-left: 20px !important;
    width: 100% !important;
    margin-top: 5px !important;
    max-width: 360px !important;
  }
  /* line 2710, app/assets/stylesheets/partials/_seamless2020_style.scss */
  .buttons {
    display: flex;
    gap: 10px;
  }
  /* line 2714, app/assets/stylesheets/partials/_seamless2020_style.scss */
  .event-thumb-hidden {
    max-height: 365px;
  }
  /* line 2717, app/assets/stylesheets/partials/_seamless2020_style.scss */
  .inner {
    padding: 30px;
  }
  /* line 2720, app/assets/stylesheets/partials/_seamless2020_style.scss */
  .inner .inner {
    padding: 0px;
  }
  /* line 2723, app/assets/stylesheets/partials/_seamless2020_style.scss */
  .single-event {
    padding: 0px;
  }
  /* line 2726, app/assets/stylesheets/partials/_seamless2020_style.scss */
  #inner-footer {
    padding-left: 30px;
    padding-right: 30px;
  }
  /* line 2730, app/assets/stylesheets/partials/_seamless2020_style.scss */
  .inner-home h2 {
    max-width: 100%;
  }
  /* line 2733, app/assets/stylesheets/partials/_seamless2020_style.scss */
  .home-img img {
    display: none;
  }
  /* line 2736, app/assets/stylesheets/partials/_seamless2020_style.scss */
  .inner {
    padding: 30px;
  }
  /* line 2739, app/assets/stylesheets/partials/_seamless2020_style.scss */
  .inner-home h3 {
    margin-top: 10px;
    margin-bottom: 0px;
  }
  /* line 2743, app/assets/stylesheets/partials/_seamless2020_style.scss */
  .home-collectives h4 {
    margin-top: 10px;
  }
  /* line 2746, app/assets/stylesheets/partials/_seamless2020_style.scss */
  .donation-grid {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  /* line 2750, app/assets/stylesheets/partials/_seamless2020_style.scss */
  h4.widgettitle {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  /* line 2754, app/assets/stylesheets/partials/_seamless2020_style.scss */
  h1.tag-line {
    font-size: 20px;
    float: left;
  }
  /* line 2758, app/assets/stylesheets/partials/_seamless2020_style.scss */
  .home-collectives .left, .home-collectives .right {
    text-align: center;
    padding-right: 0px;
    padding-left: 0px;
  }
  /* line 2763, app/assets/stylesheets/partials/_seamless2020_style.scss */
  .home-collectives .left p, .home-collectives .right p {
    float: none;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  /* line 2768, app/assets/stylesheets/partials/_seamless2020_style.scss */
  .event-grid,
.group-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  /*.sidebar {
    display: none;}*/
  /* line 2775, app/assets/stylesheets/partials/_seamless2020_style.scss */
  .filter-collapse {
    display: block;
  }
  /* line 2778, app/assets/stylesheets/partials/_seamless2020_style.scss */
  .sidebar-right {
    padding-left: 0;
    padding-top: 20px;
  }
  /* line 2782, app/assets/stylesheets/partials/_seamless2020_style.scss */
  .sidebar-left {
    padding-right: 0;
    padding-top: 20px;
  }
  /* line 2786, app/assets/stylesheets/partials/_seamless2020_style.scss */
  .left {
    padding-right: 0px;
  }
  /* line 2789, app/assets/stylesheets/partials/_seamless2020_style.scss */
  .right {
    padding-left: 0px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 2795, app/assets/stylesheets/partials/_seamless2020_style.scss */
  .join-div .top-join .member-form {
    width: 93% !important;
    float: left;
    margin-left: 3%;
  }
  /* line 2800, app/assets/stylesheets/partials/_seamless2020_style.scss */
  .join-div .top-join .left-member {
    width: 100% !important;
  }
  /* line 2803, app/assets/stylesheets/partials/_seamless2020_style.scss */
  .join-div .member-form form form-input {
    width: 100%;
  }
  /* line 2806, app/assets/stylesheets/partials/_seamless2020_style.scss */
  .logo-sec .next-to-logo {
    display: none !important;
  }
  /* line 2809, app/assets/stylesheets/partials/_seamless2020_style.scss */
  .logo-sec {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
    position: absolute !important;
  }
  /* line 2814, app/assets/stylesheets/partials/_seamless2020_style.scss */
  #nav-icon {
    right: 40px !important;
    top: 66px !important;
    position: absolute !important;
  }
  /* line 2819, app/assets/stylesheets/partials/_seamless2020_style.scss */
  .top-menu {
    position: absolute !important;
  }
  /* line 2822, app/assets/stylesheets/partials/_seamless2020_style.scss */
  body.customize-support #nav-icon {
    top: 116px !important;
  }
  /* line 2825, app/assets/stylesheets/partials/_seamless2020_style.scss */
  .main-content {
    margin-top: 94px;
  }
  /* line 2828, app/assets/stylesheets/partials/_seamless2020_style.scss */
  .top-right .srch select {
    padding: 4px !important;
    background: none !important;
  }
  /* line 2832, app/assets/stylesheets/partials/_seamless2020_style.scss */
  .blog-section .right-section .blog {
    padding-bottom: 0px;
  }
  /* line 2835, app/assets/stylesheets/partials/_seamless2020_style.scss */
  .slider-nav.slick-initialized.slick-slider {
    display: none;
  }
  /* line 2838, app/assets/stylesheets/partials/_seamless2020_style.scss */
  .feature.clearfix .left-feature .slider-nav {
    display: none !important;
  }
  /* line 2841, app/assets/stylesheets/partials/_seamless2020_style.scss */
  .menu nav ul {
    position: relative !important;
    top: 123px !important;
  }
  /* line 2845, app/assets/stylesheets/partials/_seamless2020_style.scss */
  .menu nav ul li a {
    width: 100% !important;
  }
  /* line 2848, app/assets/stylesheets/partials/_seamless2020_style.scss */
  .menu nav ul li ul.sub-menu {
    top: auto !important;
  }
  /* line 2851, app/assets/stylesheets/partials/_seamless2020_style.scss */
  .feature.clearfix .left-feature .text-content {
    position: relative;
    width: 100%;
    margin-top: -20%;
  }
  /* line 2856, app/assets/stylesheets/partials/_seamless2020_style.scss */
  .feature.clearfix .left-feature {
    margin-bottom: 0;
  }
  /* line 2859, app/assets/stylesheets/partials/_seamless2020_style.scss */
  .event-single.event-single-box {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (max-width: 575px) {
  /* line 2866, app/assets/stylesheets/partials/_seamless2020_style.scss */
  .event-grid, .group-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 480px) {
  /* line 2871, app/assets/stylesheets/partials/_seamless2020_style.scss */
  .top-right .srch input {
    display: none;
  }
  /* line 2874, app/assets/stylesheets/partials/_seamless2020_style.scss */
  .logo-sec {
    padding-bottom: 20px;
  }
  /* line 2877, app/assets/stylesheets/partials/_seamless2020_style.scss */
  #nav-icon {
    top: 64px;
  }
}

@media all and (max-width: 400px) {
  /* line 2882, app/assets/stylesheets/partials/_seamless2020_style.scss */
  .buttons {
    display: grid;
    gap: 10px;
  }
  /* line 2886, app/assets/stylesheets/partials/_seamless2020_style.scss */
  body p {
    text-align: left;
  }
}

@media only screen and (max-width: 320px) {
  /* line 2891, app/assets/stylesheets/partials/_seamless2020_style.scss */
  #nav-icon {
    top: 64px;
  }
  /* line 2894, app/assets/stylesheets/partials/_seamless2020_style.scss */
  .logo-sec {
    padding-bottom: 20px;
  }
}

/* ---- formerly seamless2020_Oct (merged) ---- */
/* line 2901, app/assets/stylesheets/partials/_seamless2020_style.scss */
.inner {
  box-sizing: border-box;
}

/* line 2903, app/assets/stylesheets/partials/_seamless2020_style.scss */
.page .inner-groups a.button {
  background-color: #ed1d24;
  color: #fff;
  border-radius: 5px;
  font-weight: 600;
  padding: 15px 20px 12px;
  max-width: 150px;
  margin: 0 auto;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 20px;
  display: inline-block;
}

/* line 2916, app/assets/stylesheets/partials/_seamless2020_style.scss */
.button-row {
  margin-top: 20px;
  margin-bottom: 40px;
}

/* line 2920, app/assets/stylesheets/partials/_seamless2020_style.scss */
.map-container {
  width: 100%;
  max-width: 800px;
}

/* line 2924, app/assets/stylesheets/partials/_seamless2020_style.scss */
.map-container iframe {
  width: 100%;
}

/* line 2927, app/assets/stylesheets/partials/_seamless2020_style.scss */
.list-container {
  width: 100%;
  max-width: 800px;
  max-height: 500px;
  overflow-y: auto;
}

/* line 2933, app/assets/stylesheets/partials/_seamless2020_style.scss */
.list-container td {
  text-align: left;
}

/* line 2936, app/assets/stylesheets/partials/_seamless2020_style.scss */
.list-container td.email a {
  color: black;
  font-weight: 100;
}

/* line 2940, app/assets/stylesheets/partials/_seamless2020_style.scss */
.list-container thead {
  background-color: white;
  font-size: 18px;
}

/* line 2944, app/assets/stylesheets/partials/_seamless2020_style.scss */
.inner-groups .left {
  padding-right: 25px;
}

/* line 2947, app/assets/stylesheets/partials/_seamless2020_style.scss */
.inner-groups .right {
  padding-left: 25px;
}

/* line 2950, app/assets/stylesheets/partials/_seamless2020_style.scss */
.single-group-row {
  margin-top: 60px;
}

/* line 2953, app/assets/stylesheets/partials/_seamless2020_style.scss */
.white-box {
  padding: 25px;
  background-color: white;
  margin-top: 20px;
  display: inline-block;
  width: 100%;
}

/* line 2960, app/assets/stylesheets/partials/_seamless2020_style.scss */
.white-box h3 {
  margin-top: 0px;
}

/* line 2963, app/assets/stylesheets/partials/_seamless2020_style.scss */
.white-box a.see-all {
  text-align: right;
  float: right;
  margin-top: -10px;
  margin-right: -10px;
  font-size: 15px;
}

/* line 2970, app/assets/stylesheets/partials/_seamless2020_style.scss */
.white-box img.avatar {
  border-radius: 100px;
  border: 0px;
  padding: 10px;
}

/* line 2975, app/assets/stylesheets/partials/_seamless2020_style.scss */
.white-box h4 {
  margin-top: 0px;
  font-size: 18px;
}

/* line 2979, app/assets/stylesheets/partials/_seamless2020_style.scss */
.white-box p {
  font-size: 14px;
}

/* line 2982, app/assets/stylesheets/partials/_seamless2020_style.scss */
.white-box a.more-info {
  float: left;
}

/* line 2985, app/assets/stylesheets/partials/_seamless2020_style.scss */
.white-box .event-box {
  display: inline-block;
  margin-bottom: 20px;
}

/* line 2989, app/assets/stylesheets/partials/_seamless2020_style.scss */
.white-box .date-box {
  background-color: #ededed;
  margin-right: 20px;
  max-width: 100px;
  margin-bottom: 20px;
}

/* line 2995, app/assets/stylesheets/partials/_seamless2020_style.scss */
.white-box .date-box p {
  text-align: center;
  margin-bottom: 0px;
}

/* line 2999, app/assets/stylesheets/partials/_seamless2020_style.scss */
.white-box .date-box p.month {
  background-color: #ec5123;
  color: white;
  font-weight: 600;
  padding: 10px;
  font-size: 15px;
}

/* line 3006, app/assets/stylesheets/partials/_seamless2020_style.scss */
.white-box .date-box p.day {
  font-weight: 600;
  padding: 10px;
  font-size: 18px;
  padding-bottom: 0px;
}

/* line 3012, app/assets/stylesheets/partials/_seamless2020_style.scss */
.white-box .date-box p.date {
  font-weight: 600;
  padding: 10px;
  font-size: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

/* line 3019, app/assets/stylesheets/partials/_seamless2020_style.scss */
.white-box .photo-box {
  margin: -3px;
  margin-bottom: 10px;
}

/* line 3023, app/assets/stylesheets/partials/_seamless2020_style.scss */
.white-box .col-sm-6 .image-box {
  height: 150px;
  background-size: cover;
  background-position: center;
  margin: 3px;
}

/* line 3029, app/assets/stylesheets/partials/_seamless2020_style.scss */
.white-box .col-sm-3 .image-box {
  height: 80px;
  background-size: cover;
  background-position: center;
  margin: 3px;
}

/* line 3035, app/assets/stylesheets/partials/_seamless2020_style.scss */
.white-box .members p {
  margin-bottom: 5px;
  line-height: 1;
  font-weight: 100;
  font-size: 13px;
  text-align: center;
}

/* line 3042, app/assets/stylesheets/partials/_seamless2020_style.scss */
.white-box .members .row {
  margin-bottom: 20px;
}

/* line 3045, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sm-buttons img {
  max-width: 40px;
  float: left;
  margin-right: 10px;
}

/* line 3050, app/assets/stylesheets/partials/_seamless2020_style.scss */
.sm-buttons {
  margin-bottom: 40px;
  margin-top: 10px;
  display: inline-block;
  text-align: left;
  float: left;
}

/* line 3057, app/assets/stylesheets/partials/_seamless2020_style.scss */
.mobile {
  display: none;
}

/* line 3060, app/assets/stylesheets/partials/_seamless2020_style.scss */
.list-row h2 {
  margin-top: 20px;
  margin-bottom: 15px;
}

/* line 3065, app/assets/stylesheets/partials/_seamless2020_style.scss */
.seamless-diem25 footer .widget {
  padding-left: 100px;
}

/* line 3068, app/assets/stylesheets/partials/_seamless2020_style.scss */
.seamless-diem25 .widget {
  margin-bottom: 18px;
  padding: 0;
  width: 100%;
}

/* line 3074, app/assets/stylesheets/partials/_seamless2020_style.scss */
.seamless-diem25 #inner-footer {
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 25px;
  padding-top: 25px;
  background: linear-gradient(-90deg, #ed1d24 0%, #ec5022 100%);
}

/* line 3082, app/assets/stylesheets/partials/_seamless2020_style.scss */
.seamless-diem25 #inner-footer .navbar-brand {
  width: 240px;
  height: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* line 3091, app/assets/stylesheets/partials/_seamless2020_style.scss */
.seamless-diem25 #inner-footer .sm-buttons img.red-sm-bn {
  max-width: 25px;
}

/* line 3095, app/assets/stylesheets/partials/_seamless2020_style.scss */
.seamless-diem25 #inner-footer .navbar-brand img {
  max-width: 200px;
  display: block;
}

/* line 3100, app/assets/stylesheets/partials/_seamless2020_style.scss */
.seamless-diem25 #inner-footer .navbar-brand .sm-buttons {
  margin-top: 20px;
}

/* line 3104, app/assets/stylesheets/partials/_seamless2020_style.scss */
.seamless-diem25 h1.tag-line {
  font-size: 17px !important;
  font-weight: 500 !important;
  color: #fff;
  display: inline-block;
  padding-top: 15px;
  text-align: left !important;
  text-transform: initial;
  margin-top: 0px !important;
  font-family: objektiv-mk2, open-sans, sans-serif;
  padding-left: 20px;
}

/* line 3117, app/assets/stylesheets/partials/_seamless2020_style.scss */
.seamless-diem25 #inner-footer h4 {
  font-family: vollkorn, serif;
  text-transform: unset;
  font-size: 20px;
  border-bottom: 2px dashed;
  padding-bottom: 10px;
  width: fit-content;
}

/* line 3126, app/assets/stylesheets/partials/_seamless2020_style.scss */
.seamless-diem25 .widget.widget_nav_menu {
  padding-left: 0;
}

/* line 3130, app/assets/stylesheets/partials/_seamless2020_style.scss */
.seamless-diem25 #inner-footer a, .seamless-diem25 #inner-footer h4 {
  color: #fff;
  text-transform: unset;
  font-weight: 600;
}

/* line 3136, app/assets/stylesheets/partials/_seamless2020_style.scss */
.seamless-diem25 #inner-footer h4 {
  margin-top: 40px;
  margin-bottom: 20px;
}

/* line 3141, app/assets/stylesheets/partials/_seamless2020_style.scss */
.seamless-diem25 #inner-footer ul {
  list-style-type: none;
  padding-left: 0;
  font-size: 17px;
  font-weight: 400;
  font-family: vollkorn, serif;
  background-color: transparent;
}

/* line 3150, app/assets/stylesheets/partials/_seamless2020_style.scss */
.seamless-diem25 .footer-links .menu li {
  float: left;
  margin-left: 0 !important;
  display: list-item;
  width: 100%;
  padding-left: 0;
}

/* line 3158, app/assets/stylesheets/partials/_seamless2020_style.scss */
.seamless-diem25 .brand-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 500px;
}

@media screen and (max-width: 991px) {
  /* line 3167, app/assets/stylesheets/partials/_seamless2020_style.scss */
  .seamless-diem25 .brand-col {
    height: 100%;
  }
  /* line 3170, app/assets/stylesheets/partials/_seamless2020_style.scss */
  .seamless-diem25 #inner-footer .navbar-brand {
    width: 100%;
    align-items: baseline;
    padding-left: 0;
  }
}

@media all and (max-width: 767px) {
  /* line 3178, app/assets/stylesheets/partials/_seamless2020_style.scss */
  .seamless-diem25 #inner-footer .navbar-brand .sm-buttons {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }
  /* line 3185, app/assets/stylesheets/partials/_seamless2020_style.scss */
  .seamless-diem25 #inner-footer .sm-buttons img.red-sm-bn {
    max-width: 40px;
  }
  /* line 3189, app/assets/stylesheets/partials/_seamless2020_style.scss */
  .seamless-diem25 h1.tag-line {
    font-size: 20px !important;
    float: left !important;
    text-align: left !important;
    margin-bottom: 20px !important;
  }
  /* line 3196, app/assets/stylesheets/partials/_seamless2020_style.scss */
  .seamless-diem25 h4.widgettitle {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  /* line 3201, app/assets/stylesheets/partials/_seamless2020_style.scss */
  .seamless-diem25 footer .widget {
    padding-left: 20px !important;
  }
  /* line 3205, app/assets/stylesheets/partials/_seamless2020_style.scss */
  .seamless-diem25 footer .widget.widget_nav_menu {
    padding-left: 0px !important;
  }
  /* line 3209, app/assets/stylesheets/partials/_seamless2020_style.scss */
  .white-box .members p, .white-box .date-box p.day, .white-box .date-box p.date, .white-box .date-box p.month {
    text-align: center !important;
  }
  /* line 3212, app/assets/stylesheets/partials/_seamless2020_style.scss */
  .white-box .col-sm-3 .image-box {
    height: 150px;
  }
  /* line 3215, app/assets/stylesheets/partials/_seamless2020_style.scss */
  .inner-groups .left, .inner-groups .right {
    padding-right: 0px;
    padding-left: 0px;
  }
  /* line 3219, app/assets/stylesheets/partials/_seamless2020_style.scss */
  .mobile {
    display: block;
  }
  /* line 3222, app/assets/stylesheets/partials/_seamless2020_style.scss */
  .desktop {
    display: none;
  }
}

/* Fix forms that got messed up by label and col-sm-x stuff being overwritten MeRA25 and Members Area-specific */
/* line 3230, app/assets/stylesheets/partials/_seamless2020_style.scss */
.form-horizontal label, .form-wide label {
  padding-right: 5px;
  font-family: objektiv-mk2, Roboto, sans-serif;
  font-size: 14px;
}

/* line 3236, app/assets/stylesheets/partials/_seamless2020_style.scss */
.form-horizontal .form-control, .form-wide .form-control {
  font-family: objektiv-mk2, Roboto, sans-serif;
  font-size: 15px;
}

/* line 3241, app/assets/stylesheets/partials/_seamless2020_style.scss */
.form-horizontal span, .form-horizontal b, .form-wide span, .form-horizontal b {
  font-family: objektiv-mk2, Roboto, sans-serif;
  /*font-size: 18px;*/
}

/* line 3246, app/assets/stylesheets/partials/_seamless2020_style.scss */
.seamless2020 .public_notice {
  margin-left: 0px;
}

/*
.seamless-mera25 .form-horizontal label {
  padding-right: 5px;
  font-family: Roboto, Avenir, Gill sans, 'Open Sans', sans-serif;
  font-size: 16px;
}

.seamless-mera25 .form-horizontal .form-control {
  font-family: Roboto, Avenir, Gill sans, 'Open Sans', sans-serif;
  font-size: 16px;
}

.seamless-mera25 .form-horizontal span, .seamless-mera25 .form-horizontal b {
   font-family: Roboto, Avenir, Gill sans, 'Open Sans', sans-serif;
  font-size: 18px;
}

.seamless-mera25 .form-horizontal label {
  padding-right: 5px;
  font-family: Roboto, Avenir, Gill sans, 'Open Sans', sans-serif;
  font-size: 16px;
}

.seamless-mera25 .form-horizontal .form-control {
  font-family: Roboto, Avenir, Gill sans, 'Open Sans', sans-serif;
  font-size: 16px;
}

.seamless-mera25 .form-horizontal span, .seamless-mera25 .form-horizontal b {
   font-family: Roboto, Avenir, Gill sans, 'Open Sans', sans-serif;
  font-size: 18px;
}
*/
/* line 3284, app/assets/stylesheets/partials/_seamless2020_style.scss */
#error_explanation {
  width: 450px;
  border: 2px solid red;
  padding: 15px;
  padding-bottom: 0;
  margin-bottom: 20px;
}

/* line 3291, app/assets/stylesheets/partials/_seamless2020_style.scss */
#error_explanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 18px;
  margin: -7px;
  margin-bottom: 0px;
  background-color: #c00;
  color: #fff;
}

/* line 3301, app/assets/stylesheets/partials/_seamless2020_style.scss */
#error_explanation ul li {
  list-style: square;
  color: red;
  font-weight: bold;
}

/* line 3307, app/assets/stylesheets/partials/_seamless2020_style.scss */
.with-padding {
  padding-left: 15px;
  padding-right: 15px;
}
/* line 1, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
.top-bar {
  width: 100%;
  height: 28px;
  background-color: #303030;
}

/* line 7, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
.top-bar .right-side {
  float: right;
  color: white;
  width: 450px;
  display: flex;
  justify-content: space-between;
}

/* line 15, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
.top-bar .right-side p {
  display: inline-block;
  margin-bottom: 0px;
  margin-top: 5px;
  font-size: 14px;
  color: white;
  width: 100px;
  text-align: center;
}

/* line 25, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
.search-pop p {
  margin-right: -20px;
}

/* line 29, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
.top-bar .right-side .fa-search {
  margin-right: 5px;
}

/* line 33, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
.top-bar .right-side p.language {
  float: right;
}

/* line 37, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
.top-bar .right-side .language {
  display: inline-block;
  float: right;
  width: 160px;
  margin-bottom: 0px;
  font-size: 14px;
  color: white;
  padding: 0px;
  margin: 0px;
  margin-top: 5px;
}

/* line 49, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
.top-bar .language li {
  list-style-type: none;
}

/* line 53, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
.top-bar .language li a {
  color: white;
  font-size: 14px;
}

/* line 58, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
.top-bar .language a.dropdown-toggle {
  margin-left: 0px;
  margin-top: 5px;
  font-weight: initial;
  color: #303030;
}

/* line 65, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
.top-bar .language .dropdown-menu {
  background-color: #303030;
}

/* line 69, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
.top-bar .language ul.dropdown-menu li {
  padding-right: 0px;
}

/* line 73, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
.top-bar .language ul.dropdown-menu li.lang-item a:hover {
  color: black !important;
}

/* Navbar */
/* line 80, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
.navbar-default {
  background-color: rgba(248, 248, 248, 0);
  border-color: rgba(231, 231, 231, 0);
}

/* line 85, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
  margin-left: 0px;
  color: black;
  min-width: 200px;
}

/* line 92, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: black;
  background-color: rgba(231, 231, 231, 0);
}

/* line 99, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
.navbar-default .navbar-nav > li > a {
  font-family: "vollkorn", serif;
  color: white;
  text-transform: unset;
  font-weight: 800;
  font-size: 18px;
  padding-top: 32px;
  padding-bottom: 30px;
  padding-left: inherit;
  padding-right: inherit;
}

/* line 111, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  margin: 0 auto;
  text-align: center;
}

/* line 117, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
.navbar-brand > img {
  display: block;
  max-width: 180px;
  max-width: 160px;
  padding-top: 10px;
}

/* line 124, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
.navbar {
  min-height: 110px;
  background-color: white;
  border: 0px;
  margin-bottom: 0px;
}

/* line 131, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
.navbar-nav {
  float: right;
}

/* line 135, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
.navbar-center {
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
  width: 60%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

/* line 146, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
ul#menu-language-switcher .dropdown .dropdown-menu {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  max-height: 0;
  padding-top: 0px;
  padding-bottom: 0px;
  display: block;
  overflow: hidden;
}

/* line 159, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
ul#menu-language-switcher .dropdown.open .dropdown-menu {
  max-height: 1000px;
  padding-top: 12px;
  padding-bottom: 10px;
  border: 0px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

/* line 169, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
#menu-language-switcher .dropdown {
  padding-left: 20px;
}

/* line 173, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
.navbar-header .doc {
  margin-right: 5px;
}

/* line 177, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
.navbar-header .participate {
  position: absolute;
  right: 0px;
  top: auto;
}

/* line 183, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
ul.navbar-nav li.Participate a.dropdown-toggle {
  float: right;
  background-color: #ed1d24;
  color: white;
  padding: 5px 7px 4px 7px;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: -24px;
  margin-right: 30px;
}

/* line 195, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
ul.navbar-nav > li.Participate > .dropdown-menu {
  margin-top: -4px;
  margin-left: -51px;
  border-top-right-radius: 0;
  border-top-left-radius: 4px;
  padding-top: 10px;
}

/* line 203, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
ul.navbar-nav li.Participate .dropdown-menu {
  min-width: 160px;
  padding-top: 12px;
  padding-bottom: 10px;
  list-style: none;
  background-color: #e95021;
  border: 0px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 215, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
ul.navbar-nav li.Participate .dropdown-menu > li > a {
  font-size: 14px;
  color: white;
  font-weight: 600;
  text-transform: uppercase;
}

/* line 222, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
ul.navbar-nav li.Participate .dropdown-menu > li > a:hover {
  background-color: #c4c4c4;
  color: black;
}

/* line 227, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
ul.navbar-nav li.Participate .dropdown .dropdown-menu {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  max-height: 0;
  padding-top: 0px;
  padding-bottom: 0px;
  display: block;
  overflow: hidden;
}

/* line 240, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
ul.navbar-nav li.Participate .dropdown.open .dropdown-menu {
  /* For Bootstrap 4, use .dropdown.show instead of .dropdown.open */
  max-height: 300px;
  padding-top: 12px;
  padding-bottom: 10px;
}

/* line 247, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
ul.navbar-nav .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  font-weight: normal;
  color: #303030;
  font-weight: 600;
  font-size: 18px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: "vollkorn";
}

/* line 259, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border: 0px;
  border-radius: 0px;
}

/* line 267, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
.navbar-default .navbar-nav > li.donate a {
  background-color: #ed1d24;
  color: white;
  padding: 10px 15px 10px 15px;
  margin: 20px;
  margin-top: 21px;
}

/* line 275, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
.seamless-mera25 #menu-aw-menu-de {
  min-height: 80px !important;
}

/* line 279, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
.seamless-mera25.nongreek #holder {
  padding-top: 110px;
}

/* Search form */
/* line 286, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
.search-form {
  position: relative;
  width: 100%;
}

/* line 291, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
.search-form input[type=text] {
  width: 100%;
  height: 40px;
  border: none;
  background-color: #f6f5f5;
}

/* line 298, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
.search-form button[type=submit] {
  position: absolute;
  width: 20%;
  height: 100%;
  font-size: 20px;
  background-color: #ed1d24;
  color: #fff;
  transform: translateX(-100%);
  border: none;
}

/* line 309, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
.search-form input:focus,
.search-form button:focus {
  outline: none;
}

/* line 314, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
  opacity: 1;
}

/* line 325, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
.modal-backdrop.in {
  z-index: 0;
}

@media (min-width: 576px) {
  /* line 330, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
}

/* line 335, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
.aw-popup {
  background-color: #ed1d24;
  padding: 40px;
  padding-bottom: 50px;
  width: 100%;
  opacity: 1;
}

/* line 343, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
.aw-popup .modal-title {
  font-family: inherit;
  font-weight: 500;
  color: white;
  display: block !important;
}

/* line 350, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
.aw-popup #searchform input {
  height: 45px !important;
  color: #303030;
  border: 0px;
  width: 100%;
  font-size: 18px;
  opacity: 1;
}

/* line 359, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
.aw-popup #searchform input[type=text] {
  text-indent: 10px;
  float: left;
}

/* line 364, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
.aw-popup #searchform input[type=submit] {
  padding-left: 12px;
  padding-right: 12px;
  background-color: #e8e8e8;
  font-weight: 700;
  padding-top: 5px;
}

/* line 372, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
.aw-popup .close {
  height: 40px;
  width: 40px;
  color: #303030;
  font-size: 37px;
  opacity: 1;
  text-shadow: none;
  margin-top: -30px;
  margin-right: -30px;
}

/* line 383, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
.aw-popup .modal-title {
  font-family: inherit;
  font-weight: 500;
  color: white;
  margin-top: 0;
  margin-bottom: 10px;
}

/* MERA25-SPECIFIC */
/* line 394, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
body.seamless-mera25 {
  padding-top: 0px;
}

/* line 398, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
.navbar-mera25 {
  min-height: 150px;
}

/* line 402, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
.navbar-mera25 .navbar-brand > img {
  max-width: 100%;
  height: auto;
}

/* line 407, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
.navbar-default.navbar-mera25 .navbar-nav > li > a {
  color: #303030;
  text-transform: inherit;
  font-weight: 600;
  font-size: 18px !important;
  padding-top: 32px;
  padding-bottom: 30px;
  padding-left: inherit;
  padding-right: inherit;
  font-family: "vollkorn", serif;
  margin-top: -1px;
}

/* line 420, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
body.seamless-mera25 .top-bar .right-side {
  font-weight: bold;
  justify-content: space-around;
  float: right;
  color: white;
  width: 50%;
  max-width: 500px;
  margin-right: 30px;
  display: flex;
  justify-content: space-between;
}

/* line 432, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
.top-bar-section {
  display: flex;
}

/* line 436, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
.navbar-mera25.navbar {
  background-color: white;
  background: white;
  height: 110px;
  min-height: unset;
}

/* line 443, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
.navbar-mera25 .top-bar {
  width: 100%;
  height: 28px;
  background-color: #f0391f;
}

/* line 449, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
.navbar-mera25 .top-bar .right-side p {
  display: inline-block;
  margin-bottom: 0;
  margin-top: 3px;
  font-size: 14px;
  color: white;
  text-align: left;
  text-transform: unset;
  font-weight: 400;
  font-family: "objektiv-mk2", "Open Sans", sans-serif;
}

/* line 461, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
.navbar-mera25 .join {
  float: left;
}

/* line 465, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
.navbar-mera25.navbar-default .join .navbar-nav > li.donate a {
  margin-right: 0px;
  background-color: transparent;
  color: #ed1d24;
  border: 2px solid #ed1d24;
  padding: 9px 15px 8px 15px;
  font-size: 18px !important;
}

/* line 474, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
.navbar-mera25.navbar-default .navbar-nav > li.donate a {
  border: 2px solid #ed1d24;
  margin-left: 20px;
  font-size: 18px !important;
}

/* line 480, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
.navbar-mera25 img.emoji {
  max-width: 13px !important;
}

/* line 484, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
.navbar-mera25 .navbar-brand {
  padding-top: 0px;
  height: auto;
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

/* line 496, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
.navbar-mera25 .navbar-center {
  /* width: auto; */
  margin-top: 27px;
  max-width: 100%;
  margin-left: 100px;
}

/* line 503, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
.navbar-mera25 .caret {
  color: unset;
}

/*MERA GREEK (greek body selector)*/
/* line 510, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
.seamless-mera25.greek .navbar-mera25 .navbar-toggle .icon-bar {
  background-color: black;
}

/*MERA DE & IT (nongreek body selector)*/
/* line 517, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
.seamless-mera25.nongreek .navbar-mera25 .navbar-center {
  margin-top: 0px;
  max-width: 100%;
  margin-left: unset;
  background: white;
}

/* line 524, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
.seamless-mera25.nongreek .navbar-default .navbar-nav > li.donate a {
  background-color: #f03920;
}

/* line 528, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
.seamless-mera25.nongreek .navbar-default .join .navbar-nav > li.donate a {
  background-color: white;
}

/* line 532, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
.seamless-mera25.nongreek .navbar-mera25 .navbar-brand > img {
  padding-top: 10px;
  max-width: 180px;
}

/* line 537, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
.seamless-mera25.nongreek .navbar-mera25 .caret {
  color: unset;
}

/*NEW NAVBAR*/
/* line 544, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
.navbar {
  min-height: 123px;
  background-color: #fff;
  border: 0;
  margin-bottom: 0;
  background: linear-gradient(-90deg, #ed1d24 0%, #ec5022 100%);
}

/* line 552, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 560, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
.top-bar {
  width: 100%;
  height: 40px;
  background-color: #f6f5f5;
  align-items: center;
  display: flex;
  justify-content: space-between;
}

/* line 569, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
.sm-buttons img.red-sm-bn {
  background-color: #ed2424;
  max-width: 25px;
  border-radius: 100px;
  float: left;
  padding: 0;
  margin: 5px;
}

/* line 578, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
.top-bar .right-side {
  float: right;
  color: #303030;
  width: 100%;
  display: flex;
  justify-content: space-between;
  max-width: 700px;
}

/* line 587, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
.top-bar .right-side .fa-search {
  margin-right: 5px;
}

/* line 591, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
.top-bar img.icon {
  width: 18px;
  height: 26px;
}

/* line 596, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
.top-bar .right-side p {
  display: inline-block;
  margin-bottom: 0;
  margin-top: 5px;
  font-size: 14px;
  color: #303030;
  text-align: center;
  text-transform: unset;
  font-weight: 800;
  font-family: "vollkorn", serif;
}

/* line 608, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  margin: 0 auto;
  text-align: center;
}

/* line 614, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

/* line 619, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
.top-bar .sm-buttons {
  padding-left: 20px !important;
  width: 50% !important;
  margin-bottom: initial;
  margin: initial;
  text-align: inherit;
  float: initial;
  padding: initial;
}

/* line 629, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
.top-bar .right-side .fa-search {
  margin-right: 5px;
}

/* line 633, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
.top-bar-section i {
  color: #ee1d25;
}

/* line 637, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
.doc {
  margin-right: 5px;
}

/* line 641, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
.fa-regular,
.far {
  font-weight: 400;
}

/* line 646, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
.fa-classic,
.fa-regular,
.fa-solid,
.far,
.fas {
  font-family: "Font Awesome 6 Free";
}

/* line 654, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
.fa,
.fa-brands,
.fa-classic,
.fa-regular,
.fa-sharp,
.fa-solid,
.fab,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

/* line 672, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
.navbar-brand > img {
  display: block;
  max-width: 180px;
  padding-top: 0;
}

/* line 678, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
.page ul {
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  color: #303030;
}

/* line 685, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
.navbar-center {
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
  width: 60%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

/* line 696, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
.navbar-nav {
  float: right;
}

/* line 700, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
.navbar-center {
  max-width: 900px;
}

/* line 704, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
.navbar {
  min-height: 123px;
  background-color: #fff;
  border: 0;
  margin-bottom: 0;
  background: linear-gradient(-90deg, #ed1d24 0%, #ec5022 100%);
}

/* line 712, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
.navbar-default {
  background-color: transparent;
  border-color: transparent;
}

/* line 717, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

/* line 722, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 727, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
.participate {
  position: absolute;
  right: 0;
  top: auto;
}

/* line 733, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
.join {
  float: left;
}

/* line 737, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
#menu-language-switcher .dropdown {
  padding-left: 20px;
}

/* line 741, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
.language li {
  list-style-type: none;
}

/* line 745, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
.dropdown {
  position: relative;
}

/* line 749, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
.language a.dropdown-toggle {
  margin-left: 0 !important;
  margin-top: 5px !important;
  font-weight: initial !important;
  text-transform: unset;
  font-weight: 800 !important;
  font-family: "vollkorn", serif;
}

/* line 758, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
.language li a {
  color: #303030;
  font-size: 14px;
}

/* line 763, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
.navbar-default .join .navbar-nav > li.donate a {
  background-color: #fff;
  color: #ee1d25 !important;
  padding: 10px 12px;
  margin: 15px;
  margin-top: 21px;
  border: 0;
}

/* line 772, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
.navbar-default .navbar-nav > li.donate a {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
  padding: 9px 12px 8px;
  margin: 15px;
  margin-top: 21px;
  margin-left: 0;
}

/* line 782, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
.caret {
  color: white;
}

/* Small screens */
@media all and (max-width: 767px) {
  /*
ul.navbar-nav, .navbar-mera25 .navbar-nav {
    width: 100%;
    height: auto;
    margin-left: 0;
    padding: 20px;
    background-color: white;
    z-index: 100;}*/
  /*.navbar-default .navbar-nav>li>a, .navbar-default.navbar-mera25 .navbar-nav>li>a {
    line-height: 0;
    padding: 15px;}*/
  /* line 801, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
  .seamless-mera25 .navbar-center {
    display: inline-block;
  }
  /* line 804, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
  .seamless-mera25 .navbar-collapse.in {
    min-height: calc(100vh - 100px) !important;
    overflow: scroll;
    position: relative;
  }
  /* line 809, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
  .seamless-mera25 #menu-aw-menu-de {
    height: 100% !important;
    overflow: scroll;
    display: inline-block;
  }
  /* line 814, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
  .seamless-mera25 .navbar-default.navbar-mera25 .navbar-nav > li > a {
    padding-top: 0px;
  }
  /* line 817, app/assets/stylesheets/partials/_seamless2020_navbar.scss */
  .seamless-mera25 .navbar-mera25 .join {
    float: unset;
  }
}
/* Login page (Oct 2020) + donate page (March 2024) */
/* line 4, app/assets/stylesheets/partials/_login.scss */
.red-gradient-bg.donate .flex {
  justify-content: space-between;
  align-items: center;
}

/* line 8, app/assets/stylesheets/partials/_login.scss */
.red-gradient-bg.donate .x {
  min-width: 180px;
  text-align: right;
}

/* line 14, app/assets/stylesheets/partials/_login.scss */
body.login-page {
  padding-top: 0;
}

/* line 16, app/assets/stylesheets/partials/_login.scss */
body.login-page .navbar-brand {
  height: auto;
}

/* line 22, app/assets/stylesheets/partials/_login.scss */
.login-page .row.red-gradient-bg {
  margin-bottom: 20px;
}

/* line 25, app/assets/stylesheets/partials/_login.scss */
.login-page.donate-page .row.red-gradient-bg {
  margin-bottom: 0;
}

/* line 30, app/assets/stylesheets/partials/_login.scss */
.x {
  float: right;
}

/* line 32, app/assets/stylesheets/partials/_login.scss */
.x::after {
  content: "\00d7";
  font-size: 55px;
  padding: 20px;
  color: white;
}

/* line 40, app/assets/stylesheets/partials/_login.scss */
.login-container {
  width: 100%;
  height: calc(100% - 500px);
  position: relative;
  text-align: center;
}

/* line 45, app/assets/stylesheets/partials/_login.scss */
.login-container.donate {
  height: auto;
}

/* line 50, app/assets/stylesheets/partials/_login.scss */
.login-box {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  background-color: white;
  display: inline-block;
  -webkit-box-shadow: 0 5px 24px -2px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 0 5px 24px -2px rgba(0, 0, 0, 0.34);
  box-shadow: 0 5px 24px -2px rgba(0, 0, 0, 0.34);
  position: absolute;
  top: 25%;
  transform: translateX(-50%);
  line-height: 1.428571429;
  border-radius: 10px;
}

/* line 64, app/assets/stylesheets/partials/_login.scss */
.login-box .red {
  background-color: #ed1d24;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

/* line 68, app/assets/stylesheets/partials/_login.scss */
.login-box .red a {
  font-weight: 800;
  padding: 10px 20px;
  margin-top: 10px;
  display: inline-block;
  font-family: "vollkorn", serif;
  font-size: 18px;
}

/* line 76, app/assets/stylesheets/partials/_login.scss */
.login-box .red p,
.login-box .red h2 {
  color: white;
  font-weight: 400;
  text-align: left;
  font-size: 16px;
}

/* line 84, app/assets/stylesheets/partials/_login.scss */
.login-box p {
  font-size: 16px;
  color: #303030;
}

/* line 88, app/assets/stylesheets/partials/_login.scss */
.login-box h2,
.login-box label {
  color: #303030;
}

/* line 92, app/assets/stylesheets/partials/_login.scss */
.login-box .left,
.login-box .right {
  padding: 50px;
}

/* line 95, app/assets/stylesheets/partials/_login.scss */
.login-box .left h2,
.login-box .right h2 {
  margin-top: 0;
  text-align: center;
  font-weight: 800;
  font-family: "vollkorn", serif;
  font-size: 23px;
}

/* line 104, app/assets/stylesheets/partials/_login.scss */
.login-box .right form {
  margin-top: 70px;
}

/* line 106, app/assets/stylesheets/partials/_login.scss */
.login-box .right form input {
  margin-bottom: 0;
  border: 0;
  border-bottom: 3px solid #ed1d24;
  width: 100%;
  max-width: 270px;
}

/* line 112, app/assets/stylesheets/partials/_login.scss */
.login-box .right form input[type="submit"] {
  background-color: #ed1d24;
  color: white;
  border: 0;
  font-weight: 800;
  padding: 10px 20px;
  margin-top: 30px;
  display: inline-block;
  font-family: "vollkorn", serif;
  font-size: 18px;
}

/* line 123, app/assets/stylesheets/partials/_login.scss */
.login-box .right form input[type="checkbox"] {
  width: auto;
}

/* line 127, app/assets/stylesheets/partials/_login.scss */
.login-box .right form .checkbox-row {
  text-align: left;
  max-width: 270px;
  margin: 0 auto;
}

/* line 133, app/assets/stylesheets/partials/_login.scss */
.login-box .right .forgot-pw {
  color: #ed1d24;
  position: absolute;
  right: 15px;
  bottom: 10px;
  font-weight: 500;
}

/* line 139, app/assets/stylesheets/partials/_login.scss */
.login-box .right .forgot-pw::after {
  content: "\203A";
  font-size: 18px;
}

/* line 145, app/assets/stylesheets/partials/_login.scss */
.login-box .back-to-login {
  color: #ed1d24;
  float: left;
  position: absolute;
  left: 20px;
  bottom: 10px;
  font-weight: 500;
}

/* line 152, app/assets/stylesheets/partials/_login.scss */
.login-box .back-to-login::before {
  content: "\2039";
}

/* line 156, app/assets/stylesheets/partials/_login.scss */
.login-box .control-label {
  margin-top: 0;
}

/* line 159, app/assets/stylesheets/partials/_login.scss */
.login-box .form-group {
  padding-bottom: 5px;
}

/* line 165, app/assets/stylesheets/partials/_login.scss */
.donate .login-box {
  max-width: 900px;
  padding: 80px;
}

/* line 168, app/assets/stylesheets/partials/_login.scss */
.donate .login-box p {
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  line-height: 1.7;
}

/* line 173, app/assets/stylesheets/partials/_login.scss */
.donate .login-box p a {
  color: #ed1d24;
  font-weight: 600;
}

/* line 177, app/assets/stylesheets/partials/_login.scss */
.donate .login-box p b {
  color: #ea5122;
}

/* line 180, app/assets/stylesheets/partials/_login.scss */
.donate .login-box p.small {
  font-size: 13px;
}

/* line 182, app/assets/stylesheets/partials/_login.scss */
.donate .login-box p.small.text-center {
  text-align: center;
}

/* line 186, app/assets/stylesheets/partials/_login.scss */
.donate .login-box p.lead {
  text-align: center;
  font-size: 20px;
}

/* line 191, app/assets/stylesheets/partials/_login.scss */
.donate .login-box .lead-box {
  margin-bottom: 50px;
}

/* line 194, app/assets/stylesheets/partials/_login.scss */
.donate .login-box .donate-info {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* line 198, app/assets/stylesheets/partials/_login.scss */
.donate .login-box .button-container {
  margin-left: -10px;
  margin-right: -10px;
}

/* line 203, app/assets/stylesheets/partials/_login.scss */
.donate .email-consent {
  align-items: center;
  margin-bottom: 10px;
}

/* line 206, app/assets/stylesheets/partials/_login.scss */
.donate .email-consent input {
  margin-right: 10px;
  margin-top: 0;
}

/* line 209, app/assets/stylesheets/partials/_login.scss */
.donate .email-consent input#donation_email {
  margin-right: 10px;
  margin-top: -5px;
  font-size: 15px !important;
  height: 40px;
  padding-right: 5px;
  font-family: objektiv-mk2, Roboto, sans-serif;
  border: 2px solid #ec5123;
  color: #303030;
  font-weight: 600;
}

/* line 219, app/assets/stylesheets/partials/_login.scss */
.donate .email-consent input#donation_email::placeholder {
  color: #303030;
}

/* line 223, app/assets/stylesheets/partials/_login.scss */
.donate .email-consent input:checked + label {
  color: #ed1d24;
}

/* line 227, app/assets/stylesheets/partials/_login.scss */
.donate .email-consent label {
  margin: 0;
  text-align: left;
}

/* line 235, app/assets/stylesheets/partials/_login.scss */
.donate-page.page .red-gradient-bg h2 {
  color: white;
  font-family: "vollkorn", serif;
  font-weight: 800;
  margin: 0 auto;
  font-size: 35px;
}

/* line 242, app/assets/stylesheets/partials/_login.scss */
.donate-page .red-outline {
  border: 4px solid #ec5123;
  border-radius: 60px;
  padding: 40px;
  padding-bottom: 20px;
  margin-bottom: 40px;
}

/* line 248, app/assets/stylesheets/partials/_login.scss */
.donate-page .red-outline h3 {
  font-family: "vollkorn", serif;
  font-weight: 800;
  margin: 0 auto 30px;
  font-size: 28px;
  text-align: revert;
  color: #eb5121;
}

/* line 256, app/assets/stylesheets/partials/_login.scss */
.donate-page .red-outline h4 {
  font-family: "vollkorn", serif;
  font-weight: 800;
  margin: 0 auto 15px;
  font-size: 23px;
  text-align: left;
  color: #eb5121;
}
/* line 1, app/assets/stylesheets/partials/_internal-styles.scss */
html {
  text-rendering: optimizeLegibility;
}

/* line 5, app/assets/stylesheets/partials/_internal-styles.scss */
input[type="text"],
input[type="email"],
input[type="date"],
textarea,
input[type="password"],
select {
  border-color: #ddd;
  font-size: 14px;
}

/* line 15, app/assets/stylesheets/partials/_internal-styles.scss */
.material-icons {
  font-family: "Material Icons" !important;
}

/* line 19, app/assets/stylesheets/partials/_internal-styles.scss */
.material-icons.ico_in_text {
  font-size: 18px !important;
}

@media (min-width: 1100px) {
  /* line 24, app/assets/stylesheets/partials/_internal-styles.scss */
  .container {
    width: 1060px;
  }
  /* line 27, app/assets/stylesheets/partials/_internal-styles.scss */
  .container.nav-container,
.navbar-internal .nav-container {
    width: 100%;
    max-width: none;
  }
}

@media (min-width: 1300px) {
  /* line 35, app/assets/stylesheets/partials/_internal-styles.scss */
  .container {
    width: 1260px;
  }
}

@media (min-width: 1400px) {
  /* line 41, app/assets/stylesheets/partials/_internal-styles.scss */
  .container {
    width: 1360px;
  }
}

@media (min-width: 1600px) {
  /* line 47, app/assets/stylesheets/partials/_internal-styles.scss */
  .container {
    width: 1560px;
  }
  /* line 50, app/assets/stylesheets/partials/_internal-styles.scss */
  .navbar-nav > li {
    margin-right: 25px;
  }
}

@media (min-width: 1800px) {
  /* line 56, app/assets/stylesheets/partials/_internal-styles.scss */
  .container {
    width: 1760px;
  }
}

/* line 61, app/assets/stylesheets/partials/_internal-styles.scss */
h4 {
  margin-top: 20px;
}

/* line 65, app/assets/stylesheets/partials/_internal-styles.scss */
h4.dash_section {
  padding-top: 15px;
}

/* line 69, app/assets/stylesheets/partials/_internal-styles.scss */
#main-logo--internal {
  position: relative;
  transform: .2s all ease-in-out;
  margin-right: 2rem;
  fill: #000;
  margin-right: 5px;
  height: 60px;
  width: 150px;
  float: left;
}

/* line 80, app/assets/stylesheets/partials/_internal-styles.scss */
#main-logo--internal:hover {
  fill: #ed1d24;
}

/* Redesign 2020 START */
/* line 87, app/assets/stylesheets/partials/_internal-styles.scss */
header.layout2020 {
  background-color: #f6f5f5;
  padding: 50px;
}

/* line 92, app/assets/stylesheets/partials/_internal-styles.scss */
header.layout2020 h1 {
  text-align: center;
  font-weight: 600;
  color: #303030;
  font-size: 33px;
  max-width: 800px;
  margin: 0 auto;
}

/* line 101, app/assets/stylesheets/partials/_internal-styles.scss */
.seamless2020 .container {
  width: 100% !important;
}

/* line 105, app/assets/stylesheets/partials/_internal-styles.scss */
.white-bg {
  background-color: white;
}

/* line 109, app/assets/stylesheets/partials/_internal-styles.scss */
.seamless2020 .maincontent ul {
  color: black;
  font-weight: normal;
}

/* line 114, app/assets/stylesheets/partials/_internal-styles.scss */
.seamless2020 .maincontent a {
  font-size: inherit;
  color: #ed1d24;
}

/* line 119, app/assets/stylesheets/partials/_internal-styles.scss */
.seamless2020 .maincontent td p,
td span,
td a {
  font-size: inherit;
}

/* line 125, app/assets/stylesheets/partials/_internal-styles.scss */
.sidebar-section ul li {
  color: #ed1d24;
  font-weight: 600;
  font-size: 14px;
  display: inline-block;
  list-style-type: none;
  line-height: 1.9;
}

/* line 134, app/assets/stylesheets/partials/_internal-styles.scss */
.sidebar-section ul li::after {
  content: " /";
  color: #ed1d24;
  font-weight: 600;
  font-size: 14px;
}

/* line 141, app/assets/stylesheets/partials/_internal-styles.scss */
.sidebar-section ul li:nth-last-child(1)::after {
  content: "";
}

/* line 145, app/assets/stylesheets/partials/_internal-styles.scss */
.maincontent .button {
  color: white !important;
}

/* line 149, app/assets/stylesheets/partials/_internal-styles.scss */
dd,
dt {
  margin: 0 0 20px;
  font-size: 18px;
}

/* line 155, app/assets/stylesheets/partials/_internal-styles.scss */
dd {
  padding-left: 15px !important;
}

/* END */
/* Navbar-internal 2020 START */
/* line 165, app/assets/stylesheets/partials/_internal-styles.scss */
.navbar-internal .navbar-header.col {
  padding: 0 !important;
}

/* line 169, app/assets/stylesheets/partials/_internal-styles.scss */
.navbar-internal {
  color: #fff;
  background: #111;
  padding: 0;
  border-radius: 0;
  border: none;
  margin-bottom: 0;
  box-shadow: none;
  width: 100%;
}

/* line 180, app/assets/stylesheets/partials/_internal-styles.scss */
.navbar-internal .nav-container {
  width: 100%;
  max-width: none;
  padding: 0 20px;
  margin: 0;
}

/* line 187, app/assets/stylesheets/partials/_internal-styles.scss */
.navbar-internal .nav-bar-inner {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 56px;
  gap: 12px;
}

/* line 195, app/assets/stylesheets/partials/_internal-styles.scss */
.navbar-internal .navbar-collapse {
  width: 100%;
}

/* line 199, app/assets/stylesheets/partials/_internal-styles.scss */
.navbar-internal img.avatar,
.navbar-internal img {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  margin-right: 0;
}

/* line 207, app/assets/stylesheets/partials/_internal-styles.scss */
.navbar-internal .avatar.avatar--initial {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(-90deg, #ed1d24 0%, #ec5022 100%);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  flex-shrink: 0;
}

/* line 223, app/assets/stylesheets/partials/_internal-styles.scss */
.navbar-internal .navbar-brand {
  color: #fff;
  padding: 0;
  font-family: objektiv-mk2, Roboto, sans-serif;
  font-weight: 500;
  max-width: 120px;
  font-size: 16px;
  display: flex;
  align-items: center;
  height: 56px;
}

/* line 235, app/assets/stylesheets/partials/_internal-styles.scss */
.navbar-internal .navbar-brand:hover,
.navbar-internal .navbar-brand:focus {
  color: #fff;
}

/* line 240, app/assets/stylesheets/partials/_internal-styles.scss */
.navbar-internal .navbar-brand i {
  font-size: 25px;
  margin-right: 5px;
}

/* line 245, app/assets/stylesheets/partials/_internal-styles.scss */
.navbar-brand #main-logo--internal {
  margin-right: 5px;
  width: auto;
  height: auto;
  max-width: 120px;
  max-height: 40px;
}

/* line 253, app/assets/stylesheets/partials/_internal-styles.scss */
.search-box {
  position: relative;
}

/* line 257, app/assets/stylesheets/partials/_internal-styles.scss */
.search-box input {
  padding-right: 35px;
  min-height: 38px;
  border: none;
  background: #faf7fd;
  border-radius: 3px !important;
}

/* line 265, app/assets/stylesheets/partials/_internal-styles.scss */
.search-box input:focus {
  background: #fff;
  box-shadow: none;
}

/* line 270, app/assets/stylesheets/partials/_internal-styles.scss */
.search-box .input-group-addon {
  min-width: 35px;
  border: none;
  background: transparent;
  position: absolute;
  right: 0;
  z-index: 9;
  padding: 10px 7px;
  height: 100%;
}

/* line 281, app/assets/stylesheets/partials/_internal-styles.scss */
.search-box i {
  color: #a0a5b1;
  font-size: 19px;
}

/* line 286, app/assets/stylesheets/partials/_internal-styles.scss */
.navbar-internal .navbar-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: 1;
  margin: 0;
  float: none;
  gap: 2px;
}

/* line 296, app/assets/stylesheets/partials/_internal-styles.scss */
.navbar-internal .nav-spacer {
  flex: 1 1 auto;
  list-style: none;
  min-width: 12px;
  pointer-events: none;
}

/* line 303, app/assets/stylesheets/partials/_internal-styles.scss */
.navbar-internal .nav-item {
  float: none;
}

/* line 307, app/assets/stylesheets/partials/_internal-styles.scss */
.navbar-internal .nav-item i {
  font-size: 18px;
  line-height: 1;
  margin-right: 6px;
}

/* line 313, app/assets/stylesheets/partials/_internal-styles.scss */
.navbar-internal .nav-item span {
  font-family: objektiv-mk2, Roboto, sans-serif;
  position: static;
  top: auto;
  display: inline-flex;
  align-items: center;
  text-align: left;
}

/* line 322, app/assets/stylesheets/partials/_internal-styles.scss */
.navbar-internal .nav-item span .caret {
  margin-top: 0;
  margin-left: 6px;
  border-top-color: rgba(255, 255, 255, 0.7);
}

/* line 328, app/assets/stylesheets/partials/_internal-styles.scss */
.navbar-internal .nav .user-action {
  font-family: objektiv-mk2, Roboto, sans-serif;
}

/* line 332, app/assets/stylesheets/partials/_internal-styles.scss */
.navbar-internal .nav-item .badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #ed1d24;
  position: relative;
  right: auto;
  top: auto;
  margin-left: 6px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
}

/* line 353, app/assets/stylesheets/partials/_internal-styles.scss */
.navbar-internal .nav > li > a {
  color: rgba(255, 255, 255, 0.92);
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  border-radius: 10px;
  border-bottom: none;
  position: relative;
  transition: background-color 0.15s ease, color 0.15s ease;
}

/* line 366, app/assets/stylesheets/partials/_internal-styles.scss */
.navbar-internal .nav > li > a::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 0;
  height: 0;
  border-radius: 0;
  background: linear-gradient(-90deg, #ed1d24 0%, #ec5022 100%);
  transition: height 0.15s ease;
}

/* line 378, app/assets/stylesheets/partials/_internal-styles.scss */
.navbar-internal .nav > li a.dropdown-item {
  text-align: left;
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 8px;
  border-bottom: none;
}

/* line 387, app/assets/stylesheets/partials/_internal-styles.scss */
.navbar-internal .nav > li a.dropdown-item::after {
  content: none;
  display: none;
}

/* line 392, app/assets/stylesheets/partials/_internal-styles.scss */
.navbar-internal .nav > li > a:hover,
.navbar-internal .nav > li > a:focus {
  color: #fff;
  text-shadow: none;
  background: rgba(255, 255, 255, 0.1);
}

/* line 399, app/assets/stylesheets/partials/_internal-styles.scss */
.navbar-internal .nav > li > a > i {
  display: inline-flex;
  text-align: center;
}

/* line 404, app/assets/stylesheets/partials/_internal-styles.scss */
.navbar-internal .dropdown-item i {
  font-size: 18px;
  min-width: 22px;
  color: #71717a;
}

/* line 410, app/assets/stylesheets/partials/_internal-styles.scss */
.navbar-internal .dropdown-item .material-icons {
  font-size: 18px;
  line-height: 1;
  vertical-align: middle;
  margin-top: 0;
  margin-right: 8px;
}

/* line 418, app/assets/stylesheets/partials/_internal-styles.scss */
.navbar-internal .nav-item.open > a,
.navbar-internal .nav-item.open > a:hover,
.navbar-internal .nav-item.open > a:focus {
  color: #fff;
  background: rgba(255, 255, 255, 0.12) !important;
}

/* line 425, app/assets/stylesheets/partials/_internal-styles.scss */
.navbar-internal .dropdown-menu {
  border-radius: 14px;
  border: none;
  padding: 8px;
  margin-top: 8px;
  min-width: 240px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18), 0 2px 8px rgba(0, 0, 0, 0.08);
  background: #fff;
}

/* line 435, app/assets/stylesheets/partials/_internal-styles.scss */
.navbar-internal .dropdown-menu li a {
  color: #27272a !important;
  padding: 10px 12px;
  line-height: normal;
  font-weight: 500;
}

/* line 442, app/assets/stylesheets/partials/_internal-styles.scss */
.navbar-internal .dropdown-menu li a:hover,
.navbar-internal .dropdown-menu li a:focus,
.navbar-internal .dropdown-menu li a.active {
  color: #18181b !important;
  font-weight: 600;
  background: #f4f4f5 !important;
}

/* line 450, app/assets/stylesheets/partials/_internal-styles.scss */
.navbar-internal .nav .active > a,
.navbar-internal .nav .active > a:hover,
.navbar-internal .nav .active > a:focus {
  color: #fff;
  text-shadow: none;
  background: transparent !important;
  border-radius: 10px 10px 0 0;
}

/* line 459, app/assets/stylesheets/partials/_internal-styles.scss */
.navbar-internal .nav .active > a::after {
  height: 2.5px;
}

/* line 463, app/assets/stylesheets/partials/_internal-styles.scss */
.navbar-internal .navbar-toggle {
  border-color: #fff;
}

/* line 467, app/assets/stylesheets/partials/_internal-styles.scss */
.navbar-internal .navbar-toggle .icon-bar {
  background: #fff;
}

/* line 471, app/assets/stylesheets/partials/_internal-styles.scss */
.navbar-internal .navbar-toggle:focus,
.navbar-internal .navbar-toggle:hover {
  background: transparent;
}

/* line 476, app/assets/stylesheets/partials/_internal-styles.scss */
.navbar-internal .navbar-nav .open .dropdown-menu {
  background: #fff;
  border-radius: 14px;
  border: none;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18), 0 2px 8px rgba(0, 0, 0, 0.08);
  margin-left: 0;
}

/* line 484, app/assets/stylesheets/partials/_internal-styles.scss */
#yourAccountNavItem {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* line 490, app/assets/stylesheets/partials/_internal-styles.scss */
#yourAccountNavItem .account-nav-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.2;
}

/* line 497, app/assets/stylesheets/partials/_internal-styles.scss */
#yourAccountNavItem .account-nav-title {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* line 503, app/assets/stylesheets/partials/_internal-styles.scss */
#yourAccountNavItem .account-nav-title .caret {
  margin: 0;
}

/* line 507, app/assets/stylesheets/partials/_internal-styles.scss */
#yourAccountNavItem .membership-indicator {
  font-size: 11px;
  opacity: 0.7;
  font-weight: 400;
}

@media (min-width: 1200px) {
  /* line 514, app/assets/stylesheets/partials/_internal-styles.scss */
  .form-inline .input-group {
    width: 350px;
    margin-left: 30px;
  }
}

@media (max-width: 1199px) {
  /* line 523, app/assets/stylesheets/partials/_internal-styles.scss */
  .navbar-internal .navbar-header {
    float: none;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 56px;
    position: relative;
  }
  /* line 532, app/assets/stylesheets/partials/_internal-styles.scss */
  .navbar-internal .navbar-header .mobile.navbar-brand-mobile {
    display: block;
  }
  /* line 536, app/assets/stylesheets/partials/_internal-styles.scss */
  .navbar-internal .navbar-brand-desktop {
    display: none;
  }
  /* line 540, app/assets/stylesheets/partials/_internal-styles.scss */
  .navbar-internal .navbar-brand {
    padding-top: 0;
    margin-top: 0;
  }
  /* line 545, app/assets/stylesheets/partials/_internal-styles.scss */
  .navbar-internal .navbar-toggle {
    display: block;
    float: none;
    margin: 0;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    z-index: 2;
  }
  /* line 556, app/assets/stylesheets/partials/_internal-styles.scss */
  .navbar-internal .navbar-collapse {
    border: none;
    box-shadow: none;
    padding: 0;
    width: 100%;
  }
  /* line 563, app/assets/stylesheets/partials/_internal-styles.scss */
  .navbar-internal .navbar-collapse.collapse {
    display: none !important;
    height: 0 !important;
    overflow: hidden !important;
    padding-bottom: 0;
  }
  /* line 570, app/assets/stylesheets/partials/_internal-styles.scss */
  .navbar-internal .navbar-collapse.collapse.in {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
  }
  /* line 576, app/assets/stylesheets/partials/_internal-styles.scss */
  .navbar-internal .navbar-form {
    border: none;
    display: block;
    margin: 10px 0;
    padding: 0;
  }
  /* line 583, app/assets/stylesheets/partials/_internal-styles.scss */
  .navbar-internal .nav-bar-inner {
    flex-direction: column;
    align-items: stretch;
  }
  /* line 588, app/assets/stylesheets/partials/_internal-styles.scss */
  .navbar-internal .navbar-nav {
    margin: 15px 0 0 0;
    flex-direction: column;
    align-items: stretch;
  }
  /* line 594, app/assets/stylesheets/partials/_internal-styles.scss */
  .navbar-internal .nav-spacer {
    display: none;
  }
  /* line 598, app/assets/stylesheets/partials/_internal-styles.scss */
  .navbar-internal .nav-item span {
    justify-content: flex-start;
  }
  /* line 602, app/assets/stylesheets/partials/_internal-styles.scss */
  .navbar-internal .nav > li > a {
    width: 100%;
  }
  /* line 608, app/assets/stylesheets/partials/_internal-styles.scss */
  .navbar-internal .navbar-nav > li {
    float: none;
  }
  /* line 612, app/assets/stylesheets/partials/_internal-styles.scss */
  .navbar-internal .navbar-nav .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    min-width: 0;
    margin-top: 0;
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0 0 0 8px;
  }
  /* line 625, app/assets/stylesheets/partials/_internal-styles.scss */
  .navbar-internal .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    margin-left: 0;
    display: block;
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0 0 0 8px;
  }
  /* line 639, app/assets/stylesheets/partials/_internal-styles.scss */
  .navbar-internal .navbar-nav .dropdown-menu > li > a,
.navbar-internal .dropdown-menu li a {
    color: rgba(255, 255, 255, 0.65) !important;
    line-height: 1.4;
    white-space: normal;
  }
  /* line 646, app/assets/stylesheets/partials/_internal-styles.scss */
  .navbar-internal .navbar-nav .dropdown-menu > li > a:hover,
.navbar-internal .navbar-nav .dropdown-menu > li > a:focus,
.navbar-internal .dropdown-menu li a:hover,
.navbar-internal .dropdown-menu li a:focus,
.navbar-internal .dropdown-menu li a.active {
    color: rgba(255, 255, 255, 0.92) !important;
    background: rgba(255, 255, 255, 0.08) !important;
    background-image: none;
  }
  /* line 656, app/assets/stylesheets/partials/_internal-styles.scss */
  .navbar-internal .dropdown-item i,
.navbar-internal .dropdown-item .material-icons {
    color: rgba(255, 255, 255, 0.5);
  }
  /* line 661, app/assets/stylesheets/partials/_internal-styles.scss */
  .input-group {
    width: 100%;
  }
}

/* Navbar-internal 2020 END */
/* line 669, app/assets/stylesheets/partials/_internal-styles.scss */
.ads-logo.img-responsive {
  display: none;
}

/* line 673, app/assets/stylesheets/partials/_internal-styles.scss */
.vc_custom_heading {
  font-size: 45px;
  color: #ed2f00;
  text-align: center;
}

/* line 679, app/assets/stylesheets/partials/_internal-styles.scss */
.extraspace {
  margin-bottom: 20px;
}

/* line 683, app/assets/stylesheets/partials/_internal-styles.scss */
p.centered,
div.centered {
  text-align: center;
}

/* line 688, app/assets/stylesheets/partials/_internal-styles.scss */
.printed-form-data {
  padding-top: 7px;
}

/* line 692, app/assets/stylesheets/partials/_internal-styles.scss */
.public_notice {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  margin-left: -20px;
  background-color: #f5f5f5;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  border: 3px outset #e3e3e3;
  border-radius: 4px;
  border-color: darkgrey;
  border-radius: 10px;
  font-family: objektiv-mk2, Roboto, sans-serif;
  font-size: 18px;
}

/* line 708, app/assets/stylesheets/partials/_internal-styles.scss */
.seamless #header-container {
  background-color: #f5f5f5 !important;
}

/* line 712, app/assets/stylesheets/partials/_internal-styles.scss */
.internal-header {
  width: 100%;
  float: right;
  height: 60px;
  background: #f5f5f5;
  margin-bottom: 0;
}

/* line 720, app/assets/stylesheets/partials/_internal-styles.scss */
.internal-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 726, app/assets/stylesheets/partials/_internal-styles.scss */
.logout--link {
  float: right !important;
  margin-right: 0 !important;
}

/* line 731, app/assets/stylesheets/partials/_internal-styles.scss */
.logout--link svg {
  display: inline;
  height: 19px;
  transform: translateY(5px);
  margin-right: 3px;
}

/* line 738, app/assets/stylesheets/partials/_internal-styles.scss */
.logout--link a:link {
  font-weight: normal !important;
  text-transform: none !important;
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 744, app/assets/stylesheets/partials/_internal-styles.scss */
.internal-navigation ul li {
  display: block;
  float: left;
  margin: 0;
  margin-right: 2rem;
}

/* line 751, app/assets/stylesheets/partials/_internal-styles.scss */
.internal-navigation ul li a:link,
.internal-navigation ul li a:visited {
  font-weight: 700;
  font-size: 14px;
  color: #000;
  height: 60px;
  display: block;
  line-height: 60px;
  border-bottom: 0 solid #ed1d24;
  transition: all ease-in-out .1s;
  text-transform: uppercase;
}

/* line 764, app/assets/stylesheets/partials/_internal-styles.scss */
.internal-navigation ul li a:hover {
  border-bottom: 4px solid #ed1d24;
}

/* line 768, app/assets/stylesheets/partials/_internal-styles.scss */
.page-panel {
  background: #333;
  width: 100%;
  float: left;
  margin-bottom: 4rem;
  padding: 3rem 0;
  color: #fff;
}

/* line 777, app/assets/stylesheets/partials/_internal-styles.scss */
.page-panel h1 {
  color: #fff;
}

/* line 781, app/assets/stylesheets/partials/_internal-styles.scss */
.internal-alert,
.alert-danger {
  background: linear-gradient(-90deg, #ed1d24 0%, #ec5022 100%);
  display: block;
  padding: 1.75rem 3.25rem 1.75rem 1.75rem;
  border-radius: 8px;
  border: none;
  width: 100%;
  margin-bottom: 1.25rem;
  position: relative;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.28), 0 2px 6px rgba(0, 0, 0, 0.18);
  color: #fff;
}

/* line 795, app/assets/stylesheets/partials/_internal-styles.scss */
.internal-alert input[type=submit] {
  margin-left: 15px;
}

/* line 799, app/assets/stylesheets/partials/_internal-styles.scss */
.internal-alert::before,
.internal-alert::after,
.alert-danger::before,
.alert-danger::after {
  content: none;
  display: none;
}

/* line 807, app/assets/stylesheets/partials/_internal-styles.scss */
.internal-alert p,
.alert-danger p {
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
  padding: 0;
  color: #fff;
}

/* line 817, app/assets/stylesheets/partials/_internal-styles.scss */
.internal-alert form > p {
  margin-bottom: 10px;
}

/* line 821, app/assets/stylesheets/partials/_internal-styles.scss */
.internal-alert form select,
.internal-alert form .form-control,
.internal-alert form input[type=submit] {
  font-size: 12px;
  height: 45px;
  border: none;
  border-radius: 5px;
  box-shadow: none;
  -webkit-box-shadow: none;
  outline: none;
}

/* line 835, app/assets/stylesheets/partials/_internal-styles.scss */
.internal-alert form select:focus,
.internal-alert form .form-control:focus {
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  outline: none;
}

/* line 843, app/assets/stylesheets/partials/_internal-styles.scss */
.internal-alert form input[type=submit] {
  padding: 0 20px;
  line-height: 45px;
  border-bottom: none;
}

/*** SUCCESS **/
/* line 852, app/assets/stylesheets/partials/_internal-styles.scss */
.success-alert {
  background: #29c782;
  display: block;
  padding: 1.75rem 3.25rem 1.75rem 1.75rem;
  border-radius: 8px;
  border: none;
  width: 100%;
  margin-bottom: 1.25rem;
  position: relative;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.28), 0 2px 6px rgba(0, 0, 0, 0.18);
  color: #fff;
}

/* line 865, app/assets/stylesheets/partials/_internal-styles.scss */
.success-alert::before,
.success-alert::after {
  content: none;
  display: none;
}

/* line 871, app/assets/stylesheets/partials/_internal-styles.scss */
.success-alert p {
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
  padding: 0;
  color: #fff;
}

/* line 880, app/assets/stylesheets/partials/_internal-styles.scss */
.close--alert {
  position: absolute;
  top: 0.65rem;
  right: 0.65rem;
  transform: none;
  color: #fff;
  width: 20px;
  height: 20px;
  display: block;
  overflow: hidden;
  border: none;
  border-radius: 0;
  opacity: 0.9;
}

/* line 895, app/assets/stylesheets/partials/_internal-styles.scss */
.close--alert:after {
  content: "\00d7";
  color: #fff;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  font-size: 25px;
  font-weight: 200;
  line-height: 1;
}

/* line 908, app/assets/stylesheets/partials/_internal-styles.scss */
.autowidth {
  width: auto !important;
}

/* line 912, app/assets/stylesheets/partials/_internal-styles.scss */
.indented {
  margin-left: 20px;
}

/* line 916, app/assets/stylesheets/partials/_internal-styles.scss */
.inset-text {
  border: 4px inset whitesmoke;
  background-color: whitesmoke;
  padding: 5px;
}

/*** SUCCESS **/
/* line 925, app/assets/stylesheets/partials/_internal-styles.scss */
.sub-navigation--internal h3 {
  text-transform: uppercase;
  font-size: 1.6rem;
}

/* line 930, app/assets/stylesheets/partials/_internal-styles.scss */
.sub-navigation--internal--ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 936, app/assets/stylesheets/partials/_internal-styles.scss */
.sub-navigation--internal--ul li {
  padding: 10px;
  background: #ccc;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  overflow: hidden;
}

/* line 943, app/assets/stylesheets/partials/_internal-styles.scss */
li.active-internal--link {
  background: #ddd;
}

/* line 947, app/assets/stylesheets/partials/_internal-styles.scss */
.sub-navigation--internal--ul li:before {
  content: ">";
  margin-right: 2rem;
  margin-left: -2rem;
  transition: .2s ease-in-out all;
  opacity: 0;
}

/* line 955, app/assets/stylesheets/partials/_internal-styles.scss */
.sub-navigation--internal--ul li:hover:before {
  margin-left: 0;
  margin-right: .4rem;
  opacity: 1;
}

/* line 961, app/assets/stylesheets/partials/_internal-styles.scss */
.sub-navigation--internal--ul li a:link,
.sub-navigation--internal--ul li a:visited {
  color: #000;
}

/** MEMBERSHIP SCRENN **/
/* line 969, app/assets/stylesheets/partials/_internal-styles.scss */
.membership-screen-control {
  display: none;
}

/* line 973, app/assets/stylesheets/partials/_internal-styles.scss */
.membership-controls {
  text-align: center;
  padding: 20px 0;
  width: 100%;
  float: left;
  border-bottom: 1px solid grey;
  margin-bottom: 2rem;
}

/* line 982, app/assets/stylesheets/partials/_internal-styles.scss */
.membership-controls label {
  margin: 0 1rem;
}

/* line 986, app/assets/stylesheets/partials/_internal-styles.scss */
.membership-screen-holder {
  padding: 1rem;
  position: relative;
  height: 100vh;
  overflow: scroll;
}

/* line 993, app/assets/stylesheets/partials/_internal-styles.scss */
.membership-screen-1,
.membership-screen-2,
.membership-screen-3 {
  width: 100%;
  margin-top: 3rem;
  float: left;
  position: absolute;
  top: 6rem;
  z-index: -1;
  transition: all ease-in-out .3s;
  background: white;
  opacity: 0;
  display: block;
}

/* line 1008, app/assets/stylesheets/partials/_internal-styles.scss */
#screen-1:checked ~ .membership-screen-1,
#screen-2:checked ~ .membership-screen-2,
#screen-3:checked ~ .membership-screen-3 {
  z-index: 4;
  opacity: 1;
}

/* line 1015, app/assets/stylesheets/partials/_internal-styles.scss */
#screen-1:checked ~ .membership-controls .label-1,
#screen-2:checked ~ .membership-controls .label-2,
#screen-3:checked ~ .membership-controls .label-3 {
  color: #ed1d24;
}

/* line 1021, app/assets/stylesheets/partials/_internal-styles.scss */
.back--screen {
  position: absolute;
  top: -6rem;
  left: 0;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyB3aWR0aD0iMjFweCIgaGVpZ2h0PSIyMXB4IiB2aWV3Qm94PSIwIDAgMjEgMjEiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTIuMjUyMjY5MTcsMTAgTDIxLDEwIEwyMSwxMSBMMi4yNTIyNjkxNywxMSBMMTEuMzQ0Mzc0NywxOS42Mzc1MDAzIEwxMC42NTU2MjUzLDIwLjM2MjQ5OTcgTDAuNjU1NjI1MjY5LDEwLjg2MjQ5OTcgTDAuMjc0MDQ2NjIsMTAuNSBMMC42NTU2MjUyNjksMTAuMTM3NTAwMyBMMTAuNjU1NjI1MywwLjYzNzUwMDI4MyBMMTEuMzQ0Mzc0NywxLjM2MjQ5OTcyIEwyLjI1MjI2OTE3LDEwIFoiIGZpbGw9IiMwMDAiPjwvcGF0aD48L3N2Zz4=);
  background-repeat: no-repeat;
  width: 30px;
  text-indent: -100px;
  overflow: hidden;
}

/* line 1032, app/assets/stylesheets/partials/_internal-styles.scss */
.membership-screen-1 p,
.membership-screen-1 h4,
.membership-screen-2 p,
.membership-screen-2 h4,
.membership-screen-3 p,
.membership-screen-3 h4 {
  margin-bottom: 2rem;
}

/* line 1041, app/assets/stylesheets/partials/_internal-styles.scss */
.intro-text--internal {
  font-size: 18px;
  margin-bottom: 2rem;
  text-align: center;
}

/*
@media only screen and (min-width: 780px) {
input.internal-textfield {
  width: 100%;
  font-size: 22px;
  border: none;
  border-bottom: solid 2px #444;
  margin-bottom: 2rem;
  background: rgba(0,0,0,.0);
  margin-top: 1rem;
}
}*/
/* line 1061, app/assets/stylesheets/partials/_internal-styles.scss */
.left {
  padding-right: 25px;
}

/* line 1065, app/assets/stylesheets/partials/_internal-styles.scss */
.right {
  padding-left: 25px;
}

/* line 1069, app/assets/stylesheets/partials/_internal-styles.scss */
a.label {
  display: inline-block;
  background-color: #ed1d24;
  color: #fff;
  font-size: 12px;
  padding: 5px 10px;
  margin-bottom: 8px;
  border-radius: 5px;
  font-weight: 600;
}

/* line 1080, app/assets/stylesheets/partials/_internal-styles.scss */
.page h1 {
  text-align: center;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 50px;
}

/* line 1087, app/assets/stylesheets/partials/_internal-styles.scss */
.page h2 {
  text-align: left;
  color: #303030;
  font-size: 28px;
  margin-top: 40px;
  margin-bottom: 20px;
}

/* line 1095, app/assets/stylesheets/partials/_internal-styles.scss */
.page h3 {
  text-align: left;
  color: #303030;
  font-size: 24px;
  margin-top: 40px;
  margin-bottom: 20px;
}

/* line 1103, app/assets/stylesheets/partials/_internal-styles.scss */
.margin-top-0 {
  margin-top: 0px !important;
}

/* line 1107, app/assets/stylesheets/partials/_internal-styles.scss */
.page h4 {
  text-align: left;
  color: #303030;
  font-size: 22px;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 600;
}

/* line 1116, app/assets/stylesheets/partials/_internal-styles.scss */
.page .inner ul {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* line 1121, app/assets/stylesheets/partials/_internal-styles.scss */
.page .inner a {
  color: #ed1d24;
  font-weight: 600;
}

/* line 1126, app/assets/stylesheets/partials/_internal-styles.scss */
input.internal-textfield {
  position: relative;
  z-index: 9;
}

/* line 1131, app/assets/stylesheets/partials/_internal-styles.scss */
.mobile-verify {
  font-size: 22px;
  padding-top: 1rem;
  display: block;
}

/* line 1137, app/assets/stylesheets/partials/_internal-styles.scss */
.mobile-verify--icon {
  width: 18rem;
  display: block;
  margin: auto;
  fill: #29cc44;
}

/* line 1144, app/assets/stylesheets/partials/_internal-styles.scss */
.disclaimer--internal {
  font-size: 14px;
  line-height: 1.6;
  opacity: .8;
  padding: 4rem 0;
}

/* line 1151, app/assets/stylesheets/partials/_internal-styles.scss */
.verify--strap {
  background: rgba(0, 0, 0, 0.05);
  float: left;
  padding-top: 40px 0 0 0;
  border-radius: 14px;
  width: 100%;
  margin-bottom: .5rem;
  padding: 16px;
}

/* line 1161, app/assets/stylesheets/partials/_internal-styles.scss */
.mobile-verify--icon--container {
  background: rgba(0, 0, 0, 0.03);
  height: 22rem;
  margin: auto;
  border-radius: 100%;
  padding: 1rem;
  width: 22rem;
  margin-bottom: 3rem;
}

/* line 1171, app/assets/stylesheets/partials/_internal-styles.scss */
.mobile-verify--icon--container::after {
  content: "\2713 ";
  display: block;
  position: absolute;
  top: 5rem;
  left: 0;
  text-align: center;
  font-size: 7rem;
  color: #29cc44;
  right: 0;
}

/* line 1183, app/assets/stylesheets/partials/_internal-styles.scss */
.proposal {
  background: rgba(241, 241, 241, 0.65);
  float: left;
  margin-bottom: 3rem;
  padding: 15px;
  width: 100%;
  position: relative;
}

/* line 1192, app/assets/stylesheets/partials/_internal-styles.scss */
.proposal-text div {
  display: inline-block;
  vertical-align: middle;
}

/* line 1197, app/assets/stylesheets/partials/_internal-styles.scss */
.proposal-text label {
  vertical-align: text-bottom;
  margin-right: 5px;
}

/* #elections_list_active h3, #referenda_list_active h3 {
  font-size: 36px;
} */
/* line 1207, app/assets/stylesheets/partials/_internal-styles.scss */
.vote--status {
  background: #fff;
  float: left;
  margin-bottom: 1rem;
  display: block;
  width: 100%;
  padding: 5px;
  text-transform: uppercase;
  font-size: 12px;
  position: relative;
  padding-left: 32px;
}

/* line 1220, app/assets/stylesheets/partials/_internal-styles.scss */
.user-voted::before,
.user-notvoted::before,
.voting-open:before,
.voting-closed::before {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  bottom: 0;
  width: 20px;
}

/* line 1232, app/assets/stylesheets/partials/_internal-styles.scss */
.user-voted::before,
.voting-closed:before {
  background: #d9534f;
}

/* line 1237, app/assets/stylesheets/partials/_internal-styles.scss */
.voting-open:before,
.user-notvoted:before {
  background: #29cc44;
}

/* line 1242, app/assets/stylesheets/partials/_internal-styles.scss */
.proposal-text {
  clear: both;
  margin-top: 20px;
}

/* line 1247, app/assets/stylesheets/partials/_internal-styles.scss */
.proposal-text p,
.proposal-text ul li {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 1rem;
  clear: both;
}

/* line 1255, app/assets/stylesheets/partials/_internal-styles.scss */
.proposal-text h2 {
  margin-bottom: 2rem;
}

/* line 1259, app/assets/stylesheets/partials/_internal-styles.scss */
.vote--now {
  background: rgba(0, 0, 0, 0.05);
  padding: 1rem 0 4rem 0;
  text-align: center;
  margin-top: 4rem;
}

/* line 1266, app/assets/stylesheets/partials/_internal-styles.scss */
.vote-label {
  width: 200px;
  height: 312px;
  padding-top: 180px;
  border: 4px solid #ccc;
  font-size: 40px;
  padding-bottom: 1rem;
  margin-top: 1rem;
  opacity: 1;
  cursor: pointer;
  transition: .2s all ease-in-out;
  position: relative;
  margin: 0 1rem;
}

@media only screen and (max-width: 600px) {
  /* line 1282, app/assets/stylesheets/partials/_internal-styles.scss */
  .vote-label {
    width: 100px;
    height: 156px;
    font-size: 20px;
    padding-top: 120px;
  }
}

/* line 1290, app/assets/stylesheets/partials/_internal-styles.scss */
.vote-label.tiny-options {
  width: 100px;
  height: 160px;
  padding-top: 90px;
}

/* line 1296, app/assets/stylesheets/partials/_internal-styles.scss */
.vote-radio {
  display: none;
}

/* line 1300, app/assets/stylesheets/partials/_internal-styles.scss */
.vote-mark {
  position: absolute;
  top: 100px;
  left: 90px;
  width: 1rem;
  display: none;
  fill: #444;
  transition: width ease-in-out .1s;
}

/* line 1311, app/assets/stylesheets/partials/_internal-styles.scss */
.vote-mark.active {
  top: 3rem;
  left: 4rem;
  display: block;
  width: calc(100% - 2rem);
}

@media only screen and (max-width: 600px) {
  /* line 1319, app/assets/stylesheets/partials/_internal-styles.scss */
  .vote-mark.active {
    left: 3rem;
  }
}

@media only screen and (max-width: 400px) {
  /* line 1325, app/assets/stylesheets/partials/_internal-styles.scss */
  .vote-mark.active {
    width: 72px;
    height: 88px;
    position: absolute;
    left: 30px;
    top: 30px;
  }
}

/* line 1334, app/assets/stylesheets/partials/_internal-styles.scss */
.cast-vote-btn {
  display: block;
  background: #29cc44;
  padding: 2rem;
  color: #fff;
  font-size: 22px;
  border-radius: 6px;
  width: 428px;
  margin: auto;
  margin-top: 2rem;
  opacity: .4;
  max-width: 90%;
}

/* line 1348, app/assets/stylesheets/partials/_internal-styles.scss */
.yes-results,
.no-results,
.pie-results {
  /*width: 33%;
  float: left;*/
  margin: 2rem 0;
}

/* line 1356, app/assets/stylesheets/partials/_internal-styles.scss */
.no-results {
  text-align: right;
}

/* line 1360, app/assets/stylesheets/partials/_internal-styles.scss */
.hemi-pie {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  float: left;
}

/* line 1368, app/assets/stylesheets/partials/_internal-styles.scss */
.hemi-pie--meter {
  positon: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/* line 1375, app/assets/stylesheets/partials/_internal-styles.scss */
.hemi-pie--no {
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 1381, app/assets/stylesheets/partials/_internal-styles.scss */
.hemi-pie--yes svg {
  fill: #FFFC19;
  transform-origin: center bottom;
  positon: absolute;
  top: 0;
  left: 0;
}

/* line 1389, app/assets/stylesheets/partials/_internal-styles.scss */
.hemi-pie--no svg {
  fill: #1485CC;
  transform-origin: center bottom;
  positon: absolute;
  top: 0;
  left: 0;
}

/* line 1397, app/assets/stylesheets/partials/_internal-styles.scss */
.percentage {
  font-size: 5rem;
  line-height: .9;
}

/* line 1402, app/assets/stylesheets/partials/_internal-styles.scss */
.proposal-results {
  padding-top: 3rem;
  max-width: 600px !important;
}

/* line 1407, app/assets/stylesheets/partials/_internal-styles.scss */
.proposal-results h2 {
  font-size: 22px;
  line-height: 1.3;
}

/* line 1412, app/assets/stylesheets/partials/_internal-styles.scss */
.proposal-results .vote--status {
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: auto;
  display: inline;
}

/* line 1420, app/assets/stylesheets/partials/_internal-styles.scss */
.hemi-pie--no::after {
  content: " ";
  display: block;
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: calc(50% - 1px);
  border-left: 2px dashed #d43f3a;
}

/* line 1431, app/assets/stylesheets/partials/_internal-styles.scss */
.voter-turnout {
  width: 100%;
  float: left;
  margin: 1rem 0 2rem 0;
}

/* line 1437, app/assets/stylesheets/partials/_internal-styles.scss */
.voter-turnout > span {
  display: block;
  width: 14rem;
  float: left;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 2rem;
  margin-right: 1rem;
}

/* line 1447, app/assets/stylesheets/partials/_internal-styles.scss */
.voter-turnout-bar,
.percentage-bar {
  width: calc(100% - 15rem);
  background: rgba(0, 0, 0, 0.05);
  height: 2rem;
  float: left;
}

/* line 1455, app/assets/stylesheets/partials/_internal-styles.scss */
.voter-turnout-bar span,
.percentage-bar span {
  background: #29cc44;
  height: 2rem;
  float: left;
  display: block;
  float: left;
}

/* line 1464, app/assets/stylesheets/partials/_internal-styles.scss */
.login-form {
  background: #fff;
  padding: 2rem;
  z-index: 9;
  position: relative;
  margin: auto;
  width: 500px;
  max-width: 100%;
  text-align: center;
  color: #444;
}

/* line 1476, app/assets/stylesheets/partials/_internal-styles.scss */
.internal-alert a,
.success-alert a {
  color: white !important;
  text-decoration: underline;
}

/* line 1482, app/assets/stylesheets/partials/_internal-styles.scss */
.login-form svg {
  margin-bottom: 4rem;
}

/* line 1486, app/assets/stylesheets/partials/_internal-styles.scss */
.login-form h1 {
  font-size: 22px;
  margin-bottom: 3rem;
}

/* line 1491, app/assets/stylesheets/partials/_internal-styles.scss */
.login-form div,
.login-form p,
.login-form a,
.login-form span {
  font-size: 16px !important;
}

/* Indicate verification states for members */
/* line 1501, app/assets/stylesheets/partials/_internal-styles.scss */
.black-dot {
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  background: black;
  width: 10px;
  vertical-align: baseline;
  height: 10px;
}

/* line 1511, app/assets/stylesheets/partials/_internal-styles.scss */
.red-dot {
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  background: coral;
  width: 10px;
  vertical-align: baseline;
  height: 10px;
}

/* line 1521, app/assets/stylesheets/partials/_internal-styles.scss */
.yellow-dot {
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  background: yellow;
  width: 10px;
  vertical-align: baseline;
  height: 10px;
}

/* line 1531, app/assets/stylesheets/partials/_internal-styles.scss */
.green-dot {
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  background: chartreuse;
  width: 10px;
  vertical-align: baseline;
  height: 10px;
}

/* line 1541, app/assets/stylesheets/partials/_internal-styles.scss */
.dark-green-dot {
  background-color: darkseagreen;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  width: 10px;
  vertical-align: baseline;
  height: 10px;
}

/* line 1551, app/assets/stylesheets/partials/_internal-styles.scss */
h3 a,
h2 a {
  color: black;
}

/* line 1556, app/assets/stylesheets/partials/_internal-styles.scss */
.progress {
  max-width: 600px;
  margin: 0.2em 0 0.2em 0;
  margin-top: 0px;
}

/* line 1562, app/assets/stylesheets/partials/_internal-styles.scss */
.progress .bar {
  height: 1.2em;
  padding-left: 0.2em;
  color: white;
  display: none;
}

/* line 1569, app/assets/stylesheets/partials/_internal-styles.scss */
hr.spaced {
  margin-top: 40px;
  margin-bottom: 40px;
}

/* accordion */
/* line 1577, app/assets/stylesheets/partials/_internal-styles.scss */
.panel-heading.collapser h4:before {
  font-family: 'Glyphicons Halflings';
  content: "\e114";
  margin-right: 10px;
  color: grey;
}

/* line 1584, app/assets/stylesheets/partials/_internal-styles.scss */
.panel-heading.collapser.active h4:before {
  content: "\e080";
}

/* line 1588, app/assets/stylesheets/partials/_internal-styles.scss */
.panel-group .panel-body {
  border: 1px solid #ddd !important;
  border-width: 0 1px 1px 1px !important;
}

/* line 1593, app/assets/stylesheets/partials/_internal-styles.scss */
.panel-default .panel-heading.collapser[aria-expanded="true"],
.panel-default .panel-heading.collapser:hover,
.panel-default .panel-heading.collapser:focus,
.panel-default .panel-heading.collapser.active {
  background-color: #dcdcdc;
}

/* line 1600, app/assets/stylesheets/partials/_internal-styles.scss */
.collapser {
  cursor: pointer;
}

/* Donations */
/* line 1607, app/assets/stylesheets/partials/_internal-styles.scss */
input#custom-donate[type="text"] {
  width: 90%;
  font-size: 20px;
  display: block;
  margin: 0 auto;
  margin-top: 5px;
  border: 2px solid;
}

/* line 1616, app/assets/stylesheets/partials/_internal-styles.scss */
#other:checked ~ #custom-donate {
  display: block;
}

/* line 1620, app/assets/stylesheets/partials/_internal-styles.scss */
#custom-donate2 {
  border: none;
  border-bottom: #ed1d24 3px solid;
  width: 100px;
  font-size: 2rem;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 40px;
}

/* line 1630, app/assets/stylesheets/partials/_internal-styles.scss */
#membership_fee_supporter:checked ~ #custom-donate2 {
  display: block;
}

/* line 1634, app/assets/stylesheets/partials/_internal-styles.scss */
.donate-btn {
  padding: 10px;
}

/* line 1638, app/assets/stylesheets/partials/_internal-styles.scss */
.donate--label {
  display: block;
  cursor: pointer;
  width: 100%;
  background: rgba(0, 0, 0, 0.17);
  text-align: center;
  padding: 3rem 0;
  margin-bottom: 0px;
  font-size: 2rem;
}

/* line 1649, app/assets/stylesheets/partials/_internal-styles.scss */
#new_donation.form-horizontal .donate--label {
  background-color: #f6f5f5;
  border: 4px solid #ec5123;
  color: #ec5123;
  width: auto;
  font-size: 20px;
  font-weight: 600;
}

/* line 1658, app/assets/stylesheets/partials/_internal-styles.scss */
#new_donation.form-horizontal .donate--label.label-for-monthly,
#new_donation.form-horizontal .donate--label.label-for-once {
  font-family: "vollkorn", serif;
  font-weight: 800;
}

/* line 1664, app/assets/stylesheets/partials/_internal-styles.scss */
#donation_recurring:checked ~ label {
  text-decoration: underline;
}

/* line 1668, app/assets/stylesheets/partials/_internal-styles.scss */
#new_donation.form-horizontal input.radio-button[type="radio"] {
  display: none;
}

/* line 1672, app/assets/stylesheets/partials/_internal-styles.scss */
label.donate--label.other--amount.label-for-other {
  font-size: 2rem;
  padding: 3rem 0;
}

/* line 1677, app/assets/stylesheets/partials/_internal-styles.scss */
#new_donation.form-horizontal .donate--label.label-for-other {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  height: 96.57px;
}

/* line 1684, app/assets/stylesheets/partials/_internal-styles.scss */
.donate-intro {
  /* line-height: 1.8; */
  font-size: 1.7rem;
}

/* line 1689, app/assets/stylesheets/partials/_internal-styles.scss */
#new_donation.form-horizontal input.radio-button[type="radio"]:checked ~ label {
  background: linear-gradient(-90deg, #ed1d24 0%, #ec5022 100%);
  color: #fff;
}

/* line 1694, app/assets/stylesheets/partials/_internal-styles.scss */
.donate #new_donation.form-horizontal select {
  padding: 3rem 1rem;
  border: 4px solid #ec5123;
  color: #ec5123;
  font-size: 20px;
  font-weight: 600;
  display: block;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M8 13.1l-8-8 2.1-2.2 5.9 5.9 5.9-5.9 2.1 2.2z' fill='%23ec5123'/%3E%3C/svg%3E") 95%/4% no-repeat #f6f5f5;
}

/* line 1707, app/assets/stylesheets/partials/_internal-styles.scss */
.donate #new_donation.form-horizontal select::-ms-expand {
  display: none;
}

@media screen and (min-width: 0\0) {
  /* line 1711, app/assets/stylesheets/partials/_internal-styles.scss */
  .donate #new_donation.form-horizontal select::-ms-expand {
    background: none\9;
    padding: 5px\9;
  }
}

/* line 1717, app/assets/stylesheets/partials/_internal-styles.scss */
.box {
  border-radius: 30px;
  padding: 50px;
}

/* line 1722, app/assets/stylesheets/partials/_internal-styles.scss */
.collection-form.box {
  max-width: 800px;
  margin: 0 auto;
}

/* line 1727, app/assets/stylesheets/partials/_internal-styles.scss */
.collection-form label.control-label {
  padding-top: 0px;
}

/* line 1731, app/assets/stylesheets/partials/_internal-styles.scss */
.collection-form input {
  margin-bottom: 0px;
}

/* line 1735, app/assets/stylesheets/partials/_internal-styles.scss */
#new_user_collected {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* line 1741, app/assets/stylesheets/partials/_internal-styles.scss */
body.internal #content .collection-form.box h2 {
  margin-top: 0px;
  line-height: 1.3;
  font-size: 30px;
  margin-bottom: 40px;
}

/* line 1748, app/assets/stylesheets/partials/_internal-styles.scss */
.gradient {
  background: linear-gradient(-90deg, #ed1d24 0%, #ec5022 100%);
  color: #fff;
}

/* line 1753, app/assets/stylesheets/partials/_internal-styles.scss */
.gradient h1,
.gradient h2,
.gradient h3,
.gradient h4,
.gradient h5,
.gradient h6 {
  color: white;
}

/* line 1762, app/assets/stylesheets/partials/_internal-styles.scss */
.donate--pin {
  font-size: 1.5rem;
  background: #f5f5f5;
  padding: 1rem;
  margin-bottom: 15px;
  color: black;
}

/* line 1770, app/assets/stylesheets/partials/_internal-styles.scss */
#error_explanation.my-style {
  padding-bottom: 15px;
}

/* Elections and candidates pages */
/* line 1777, app/assets/stylesheets/partials/_internal-styles.scss */
.candidates.row {
  margin-top: 15px;
}

/* line 1781, app/assets/stylesheets/partials/_internal-styles.scss */
.candidates .modal-dialog {
  max-width: 800px;
  width: 100%;
}

/* line 1786, app/assets/stylesheets/partials/_internal-styles.scss */
.candidates .modal-dialog h3.modal-title {
  float: left;
}

/* line 1790, app/assets/stylesheets/partials/_internal-styles.scss */
.candidates .modal-dialog .translate-in-modal {
  float: right;
}

/* line 1794, app/assets/stylesheets/partials/_internal-styles.scss */
.candidates .modal-dialog .modal-header .close {
  color: #ed1d24;
  opacity: 1;
  font-size: 35px;
  margin-top: -10px;
}

/* line 1801, app/assets/stylesheets/partials/_internal-styles.scss */
.candidates .modal-dialog .modal-header {
  padding: 15px;
  border-bottom: 0px solid #e5e5e5;
  padding-bottom: 0px;
}

/* line 1807, app/assets/stylesheets/partials/_internal-styles.scss */
.candidates .modal-dialog span.twittermastodon {
  float: right;
  text-align: right;
  background-color: #ec5022;
  padding: 10px;
  margin-top: -10px;
  margin-bottom: 20px;
}

/* line 1816, app/assets/stylesheets/partials/_internal-styles.scss */
.candidates .modal-dialog span.twittermastodon a {
  color: white;
}

/* line 1820, app/assets/stylesheets/partials/_internal-styles.scss */
.candidate-quickview {
  width: 99.5%;
  background-color: #EEEEEE;
  padding: 7px;
  padding-top: 15px;
  text-align: center;
  border-bottom: 10px solid white;
}

/* line 1829, app/assets/stylesheets/partials/_internal-styles.scss */
a.candidate_details_link {
  font-weight: 600;
  font-size: 18px;
  padding: 20px;
  display: inline-block;
}

/* line 1836, app/assets/stylesheets/partials/_internal-styles.scss */
.candidate-quickview h3 {
  margin-bottom: 20px;
}

/* Small panels */
/* line 1843, app/assets/stylesheets/partials/_internal-styles.scss */
.panel-default > .panel-heading.mini {
  padding: 0px 0px;
  background-color: white;
  margin-left: 10px;
}

/* line 1849, app/assets/stylesheets/partials/_internal-styles.scss */
.panel-default > .panel-heading.mini h4 {
  font-size: 16px;
}

/* Election page */
/* line 1856, app/assets/stylesheets/partials/_internal-styles.scss */
p.voting-line {
  font-size: 18px;
  vertical-align: top;
  padding-bottom: 5px;
  float: left;
  margin-left: 20px;
  margin-top: 10px;
}

/* line 1865, app/assets/stylesheets/partials/_internal-styles.scss */
p.voting-line .big-checkbox > input {
  width: 30px;
  height: 30px;
}

/* line 1870, app/assets/stylesheets/partials/_internal-styles.scss */
.voting-line .big-checkbox {
  float: left;
}

/* line 1874, app/assets/stylesheets/partials/_internal-styles.scss */
.voting-line span {
  position: relative;
  top: -9px;
  left: 5px;
}

/* line 1880, app/assets/stylesheets/partials/_internal-styles.scss */
.big-checkbox > input {
  width: 40px;
  height: 40px;
}

/* line 1885, app/assets/stylesheets/partials/_internal-styles.scss */
span.vote-view-more {
  font-size: 20px;
  position: relative;
  top: -5px;
}

/* DSCs page */
/* line 1894, app/assets/stylesheets/partials/_internal-styles.scss */
.new_country td:first-child {
  vertical-align: top;
  font-weight: bold;
}

/* MeRA25 layout */
/* line 1902, app/assets/stylesheets/partials/_internal-styles.scss */
.multi-logo-wrapper {
  text-align: center;
  padding: 9px 0px;
  float: left;
  width: 100%;
  height: 105px;
}

/* line 1910, app/assets/stylesheets/partials/_internal-styles.scss */
.multi-logo-wrapper #logo-left {
  padding-top: 58px;
  float: left;
}

/* line 1915, app/assets/stylesheets/partials/_internal-styles.scss */
.multi-logo-wrapper #logo-right {
  padding-top: 40px;
  float: right;
}

/* line 1920, app/assets/stylesheets/partials/_internal-styles.scss */
.multi-logo-wrapper #logo {
  float: none;
  margin: 0px;
}

/* line 1925, app/assets/stylesheets/partials/_internal-styles.scss */
.multi-logo-wrapper img {
  max-height: 105px !important;
}

/* line 1929, app/assets/stylesheets/partials/_internal-styles.scss */
.multi-logo-wrapper #logo-left img {
  width: 140px;
}

/* line 1933, app/assets/stylesheets/partials/_internal-styles.scss */
.multi-logo-wrapper #logo img,
.multi-logo-wrapper #logo a {
  width: 354px;
}

/* line 1938, app/assets/stylesheets/partials/_internal-styles.scss */
.multi-logo-wrapper #logo-right img {
  width: 190px;
}

/* line 1942, app/assets/stylesheets/partials/_internal-styles.scss */
.left img {
  margin-bottom: 20px;
}

/* line 1946, app/assets/stylesheets/partials/_internal-styles.scss */
.left #share-buttons {
  border: 0px;
  padding: 0px;
  margin-top: 40px;
}

/* line 1952, app/assets/stylesheets/partials/_internal-styles.scss */
.left #share-buttons img {
  max-width: 45px;
  padding: 8px;
  padding-left: 0px;
  margin-top: -10px;
  border: 0;
  display: inline;
}

/* Lazy load Youtube */
/* line 1964, app/assets/stylesheets/partials/_internal-styles.scss */
.youtube {
  background-color: #000;
  margin-bottom: 30px;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  cursor: pointer;
}

/* line 1973, app/assets/stylesheets/partials/_internal-styles.scss */
.youtube img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  /* top: -16.82%; */
  left: 0;
  top: 0;
}

/* line 1982, app/assets/stylesheets/partials/_internal-styles.scss */
.youtube .play-button {
  width: 90px;
  height: 60px;
  background-color: #333;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0.8;
  border-radius: 6px;
}

/* line 1992, app/assets/stylesheets/partials/_internal-styles.scss */
.youtube .play-button:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26.0px;
  border-color: transparent transparent transparent #fff;
}

/* line 1999, app/assets/stylesheets/partials/_internal-styles.scss */
.youtube img,
.youtube .play-button {
  cursor: pointer;
}

/* line 2004, app/assets/stylesheets/partials/_internal-styles.scss */
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
  position: absolute;
}

/* line 2011, app/assets/stylesheets/partials/_internal-styles.scss */
.youtube .play-button,
.youtube .play-button:before {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

/* line 2018, app/assets/stylesheets/partials/_internal-styles.scss */
.youtube iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

/* line 2025, app/assets/stylesheets/partials/_internal-styles.scss */
.ui-dialog {
  z-index: 10000;
}

/* line 2029, app/assets/stylesheets/partials/_internal-styles.scss */
.ui-dialog-titlebar {
  height: 35px;
}

/* line 2033, app/assets/stylesheets/partials/_internal-styles.scss */
.ui-dialog-content {
  clear: both;
}

/* line 2037, app/assets/stylesheets/partials/_internal-styles.scss */
.minijumbo {
  color: inherit;
  background-color: #eee;
  padding: 30px;
  padding-top: 10px;
  margin-top: 15px;
  border-radius: 6px;
}

/* line 2046, app/assets/stylesheets/partials/_internal-styles.scss */
.minijumbo .form-group {
  margin-bottom: 0px;
}

/* line 2050, app/assets/stylesheets/partials/_internal-styles.scss */
.minijumbo input.form-control {
  height: 30px;
  line-height: 30px;
  margin-bottom: 10px;
}

/* line 2056, app/assets/stylesheets/partials/_internal-styles.scss */
.radio-inline label {
  font-weight: normal;
}

/* Petitions */
/* Progress */
/* line 2066, app/assets/stylesheets/partials/_internal-styles.scss */
.progress.signature-count {
  font-size: 16px;
  height: 24px;
  background-color: #cfcfcf;
}

/* line 2072, app/assets/stylesheets/partials/_internal-styles.scss */
.progress.signature-count .progress-bar {
  height: 24px;
  font-size: 16px;
  line-height: 24px;
}

/* line 2078, app/assets/stylesheets/partials/_internal-styles.scss */
.progress-bar-danger {
  background-color: #d9534f;
  background: linear-gradient(-90deg, #ed1d24 0%, #ec5022 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 25%;
}

/* line 2087, app/assets/stylesheets/partials/_internal-styles.scss */
.progress.progress-lg {
  max-width: 600px;
  margin: 0.2em 0 0.2em 0;
  margin-top: 0px;
  height: 40px;
}

/* Petition block - Making it more dominant with deep blue */
/* line 2097, app/assets/stylesheets/partials/_internal-styles.scss */
.pettition-block-form {
  background: #292f3b;
  color: #fff;
}

/* line 2102, app/assets/stylesheets/partials/_internal-styles.scss */
.pettition-block-form label {
  color: white !important;
}

/* line 2106, app/assets/stylesheets/partials/_internal-styles.scss */
.pettition-block-form h4 {
  font-style: oblique;
  margin-bottom: 0px;
  margin-top: 20px;
  color: #eb4424;
}

/* line 2113, app/assets/stylesheets/partials/_internal-styles.scss */
.pettition-block-form h5 {
  float: left;
  color: #fff;
  font-size: 32px;
  padding: 0px 0 20px 0;
  width: 100%;
}

/* line 2121, app/assets/stylesheets/partials/_internal-styles.scss */
.form-group.privacy-policy {
  font-size: 13px !important;
  padding: 0px 15px 0 15px;
}

/* line 2126, app/assets/stylesheets/partials/_internal-styles.scss */
.form-group.privacy-policy p {
  line-height: 1;
}

/* line 2130, app/assets/stylesheets/partials/_internal-styles.scss */
.form-group.privacy-policy p i {
  font-size: 13px !important;
}

/* line 2134, app/assets/stylesheets/partials/_internal-styles.scss */
.pettition-block-form .btn {
  display: block;
  margin: 6px;
  min-width: 120px;
}

/* line 2140, app/assets/stylesheets/partials/_internal-styles.scss */
.pettition-block-form .btn.button-filled {
  border: 2px solid #eb4424;
  border-radius: 2px;
  font-weight: 500;
  background-color: #eb4424;
  font-size: 18px;
  color: #fff;
}

/* line 2149, app/assets/stylesheets/partials/_internal-styles.scss */
.pettition-block-form .btn:hover {
  background-color: #ed1d24;
  border-color: #ed1d24;
  color: #fff;
}

/* line 2155, app/assets/stylesheets/partials/_internal-styles.scss */
.pettition-block {
  background: #3e444e;
  color: #fff;
}

/* line 2160, app/assets/stylesheets/partials/_internal-styles.scss */
.pettition-recap {
  color: black !important;
  background: #EEEEEE;
  margin-left: 25px;
  margin-right: 25px;
  min-height: 250px;
}

/* line 2168, app/assets/stylesheets/partials/_internal-styles.scss */
.pettition-recap--succeeded {
  border-left: 4px solid #3c763d;
}

/* line 2172, app/assets/stylesheets/partials/_internal-styles.scss */
.petition-succeeded-alert {
  text-align: center;
  padding: 25px 20px;
  margin-top: 15px;
}

/* line 2178, app/assets/stylesheets/partials/_internal-styles.scss */
.petition-succeeded-alert__icon {
  font-size: 56px;
  line-height: 1;
  margin-bottom: 10px;
}

/* line 2184, app/assets/stylesheets/partials/_internal-styles.scss */
.petition-succeeded-alert__title {
  margin: 0 0 8px 0;
}

/* line 2188, app/assets/stylesheets/partials/_internal-styles.scss */
.petition-succeeded-alert__message {
  margin: 0;
}

/* line 2192, app/assets/stylesheets/partials/_internal-styles.scss */
.minijumbo h5,
.minijumbo.pettition-recap h5 {
  float: left;
  font-size: 32px;
  padding: 0px 0 20px 0;
  width: 100%;
}

/* line 2200, app/assets/stylesheets/partials/_internal-styles.scss */
.minijumbo.share-pettition {
  background: #fff;
}

/* line 2204, app/assets/stylesheets/partials/_internal-styles.scss */
.share-pettition h4 {
  color: #eb4424;
  font-style: oblique;
  margin-bottom: 20px;
  margin-top: 10px;
  font-size: 24px;
}

/* line 2212, app/assets/stylesheets/partials/_internal-styles.scss */
.share-pettition a img {
  width: 38px;
  margin-right: 10px;
}

/* line 2217, app/assets/stylesheets/partials/_internal-styles.scss */
.msg-icon {
  top: -30px;
  font-size: 24px;
  color: white;
  left: 30px;
}

/* line 2224, app/assets/stylesheets/partials/_internal-styles.scss */
.pencil-icon {
  top: -30px;
  font-size: 24px;
  /*color: white;*/
  color: #ed1d24;
  left: 25px;
}

/* line 2232, app/assets/stylesheets/partials/_internal-styles.scss */
.wide_share {
  display: inline-block;
  text-decoration: none !important;
  padding: 10px;
  width: 100%;
  height: 58px;
  text-align: center;
  border-color: black;
  color: white !important;
}

/* line 2243, app/assets/stylesheets/partials/_internal-styles.scss */
.visit_share {
  display: inline-block;
  text-decoration: none !important;
  padding: 10px;
  width: 95%;
  height: 40px;
  text-align: center;
  border-color: black;
  color: white !important;
  border-radius: 10px;
  margin-top: 10px;
  background-color: #d9534f;
}

/* line 2257, app/assets/stylesheets/partials/_internal-styles.scss */
.wide_share.tw,
.visit_share.tw {
  background-color: #2DAAE1;
}

/* line 2262, app/assets/stylesheets/partials/_internal-styles.scss */
.wide_share.fb,
.visit_share.fb {
  background-color: #3C5B9B;
}

/* line 2267, app/assets/stylesheets/partials/_internal-styles.scss */
.wide_share.rd,
.visit_share.rd {
  background-color: #FF1A00;
}

/* line 2272, app/assets/stylesheets/partials/_internal-styles.scss */
.wide_share.eml,
.visit_share.eml {
  background-color: #669C41;
}

/* line 2277, app/assets/stylesheets/partials/_internal-styles.scss */
.wide_share.wa,
.visit_share.wa {
  background-color: #25D366;
}

/* line 2282, app/assets/stylesheets/partials/_internal-styles.scss */
.wide_share.tg,
.visit_share.tg {
  background-color: #2CA5E0;
}

/* line 2287, app/assets/stylesheets/partials/_internal-styles.scss */
.wide-share.yt,
.visit_share.yt {
  background-color: #FE3432;
}

/* line 2292, app/assets/stylesheets/partials/_internal-styles.scss */
.wide-share.ig,
.visit_share.ig {
  background-color: #F7964B;
}

/* line 2297, app/assets/stylesheets/partials/_internal-styles.scss */
.visit_share img {
  width: 38px;
  margin-right: 10px;
  margin-top: -11px;
}

/* line 2303, app/assets/stylesheets/partials/_internal-styles.scss */
.visit_share span {
  position: relative;
  top: -3px;
}

/* line 2308, app/assets/stylesheets/partials/_internal-styles.scss */
.share_set {
  max-width: 300px;
  margin-right: 30px;
  float: left;
}

/* line 2314, app/assets/stylesheets/partials/_internal-styles.scss */
span.best_in_place {
  border-bottom: 1px double red;
  cursor: pointer;
}

/* New Newsletter page design */
/* line 2322, app/assets/stylesheets/partials/_internal-styles.scss */
.titles-with-join-banner {
  background: url(https://diem25.org/wp-content/uploads/2019/02/join_banner.png);
  background-size: cover;
  background-position: center;
  text-align: center;
  min-height: 220px;
  margin-bottom: 24px;
}

/* line 2331, app/assets/stylesheets/partials/_internal-styles.scss */
.titles-with-join-banner .texts {
  vertical-align: middle;
  text-align: center;
  padding: 64px 30px 30px 30px;
}

/* line 2337, app/assets/stylesheets/partials/_internal-styles.scss */
.titles-with-join-banner h2,
.titles-with-join-banner h3 {
  color: white;
}

/* line 2342, app/assets/stylesheets/partials/_internal-styles.scss */
.titles-with-join-banner h3 {
  margin-top: 16px;
}

/* line 2346, app/assets/stylesheets/partials/_internal-styles.scss */
.lightform label {
  font-weight: normal;
}

/* line 2350, app/assets/stylesheets/partials/_internal-styles.scss */
.lightform input,
.lightform select {
  border: 1px solid #9999;
}

/* line 2355, app/assets/stylesheets/partials/_internal-styles.scss */
.lightform input[type=email],
.lightform input[type=text],
.lightform select {
  border: 2px solid #bbb;
  background: #f8f8f8;
  border-radius: 2px;
  height: 44px;
  line-height: 40px;
  font-size: 16px;
  padding-left: 12px;
}

/* line 2367, app/assets/stylesheets/partials/_internal-styles.scss */
.lightform input[type=email]:focus,
.lightform input[type=text]:focus {
  border-color: #ed1d24;
  box-shadow: none;
}

/* line 2373, app/assets/stylesheets/partials/_internal-styles.scss */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  color: #333;
}

/* line 2389, app/assets/stylesheets/partials/_internal-styles.scss */
h4 {
  font-family: objektiv-mk2, Roboto, sans-serif;
  font-weight: 500;
}

/* line 2394, app/assets/stylesheets/partials/_internal-styles.scss */
.red {
  color: #ed1d24 !important;
}

/* line 2398, app/assets/stylesheets/partials/_internal-styles.scss */
.my-btn {
  border-radius: 2px;
  background-color: #ed1d24;
  border-color: transparent !important;
  font-weight: 500;
  padding: 10px 16px;
  font-size: 16px;
}

/* line 2407, app/assets/stylesheets/partials/_internal-styles.scss */
.checkbox-label {
  position: relative;
  padding-left: 24px;
}

/* line 2412, app/assets/stylesheets/partials/_internal-styles.scss */
.vote-checkbox-container {
  font-size: 200%;
  clear: both;
}

/* line 2417, app/assets/stylesheets/partials/_internal-styles.scss */
.checkbox label,
.vote-checkbox-container label {
  vertical-align: text-bottom;
}

/* line 2422, app/assets/stylesheets/partials/_internal-styles.scss */
.vote-checkbox {
  height: 30px;
  width: 30px;
}

/* line 2427, app/assets/stylesheets/partials/_internal-styles.scss */
.lightform input[type=checkbox],
.lightform input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
}

/* line 2434, app/assets/stylesheets/partials/_internal-styles.scss */
.ui-sortable-handle {
  cursor: pointer;
}

/*
.avatar {
  display: inline-block;
  float: left;
  max-height: 40px;
  max-width: 40px;
  margin-right: 6px;
  border: 2px solid white;
  -webkit-box-shadow: 0px 0px 2px #444;
     -moz-box-shadow: 0px 0px 2px #444;
          box-shadow: 0px 0px 2px #444;
}*/
/* line 2452, app/assets/stylesheets/partials/_internal-styles.scss */
figure.avatar_with_name {
  vertical-align: top;
  display: inline-block;
  text-align: center;
  width: 100px;
  min-height: 200px;
  /*min-height: 170px;*/
}

/* line 2461, app/assets/stylesheets/partials/_internal-styles.scss */
.avatar_with_name .avatar {
  width: 100px;
  height: 100px;
  /*background-color: grey;*/
  vertical-align: middle;
  border-radius: 50%;
}

/* members who never chose a picture of their own get their initial on the brand gradient instead */
/* line 2470, app/assets/stylesheets/partials/_internal-styles.scss */
.avatar--initial,
.member-pic--initial {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(-90deg, #ed1d24 0%, #ec5022 100%);
  color: #fff;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  overflow: hidden;
}

/* line 2484, app/assets/stylesheets/partials/_internal-styles.scss */
.avatar_with_name .avatar--initial {
  font-size: 44px;
}

/* line 2488, app/assets/stylesheets/partials/_internal-styles.scss */
.member-box .member-pic--initial {
  font-size: 52px;
  vertical-align: middle;
}

/* line 2493, app/assets/stylesheets/partials/_internal-styles.scss */
.avatar_with_name figcaption {
  display: block;
}

/* line 2497, app/assets/stylesheets/partials/_internal-styles.scss */
.avatar_with_name figcaption a {
  color: black !important;
}

/* line 2501, app/assets/stylesheets/partials/_internal-styles.scss */
a.bubbly-link,
.bubbly-links a {
  background-color: #ed1d24;
  color: white !important;
  padding: 1px 7px 2px 7px;
  border-radius: 10px;
  margin-bottom: 5px;
  display: inline-block;
}

/* line 2511, app/assets/stylesheets/partials/_internal-styles.scss */
a.bubbly-link:hover,
.bubbly-links a:hover {
  background-color: #fc5932;
}

/* line 2516, app/assets/stylesheets/partials/_internal-styles.scss */
.col-md-6.info-column {
  float: none;
  padding-top: 22px;
}

/* line 2521, app/assets/stylesheets/partials/_internal-styles.scss */
.col-md-6.form-column {
  float: none;
  padding-top: 36px;
}

/* line 2526, app/assets/stylesheets/partials/_internal-styles.scss */
body.internal #content h2 {
  margin-bottom: 25px;
  margin-top: 15px;
}

/* line 2531, app/assets/stylesheets/partials/_internal-styles.scss */
.col-md-6.form-column {
  float: left;
}

/* Float to the right on screens that are equal to or greater than 769px wide */
@media (min-width: 769px) {
  /* line 2539, app/assets/stylesheets/partials/_internal-styles.scss */
  .float-right-lg {
    float: right;
  }
}

/* line 2544, app/assets/stylesheets/partials/_internal-styles.scss */
body.internal #content h2 {
  margin-bottom: 25px;
  margin-top: 15px;
}

/* line 2549, app/assets/stylesheets/partials/_internal-styles.scss */
.inner.members .sidebar.grey h4 {
  margin-top: 30px;
  margin-bottom: 15px;
}

/* line 2554, app/assets/stylesheets/partials/_internal-styles.scss */
.candidate-quickview .youtube {
  width: 200px;
  height: 176px;
  margin-left: auto;
  margin-right: auto;
  max-height: 176px;
  padding-top: 0px;
}

/* line 2563, app/assets/stylesheets/partials/_internal-styles.scss */
.hidden-detail {
  display: none;
}

/* New member profiles by Alex 2020 */
/* line 2570, app/assets/stylesheets/partials/_internal-styles.scss */
.inner {
  box-sizing: border-box;
  padding: 50px;
  padding-top: 25px;
}

/*
.row {
    margin-right: 0px;
    margin-left: 0px;}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 0px;
    padding-left: 0px;}*/
/* line 2586, app/assets/stylesheets/partials/_internal-styles.scss */
#donations-page .row {
  margin-right: 0px;
  margin-left: 0px;
}

/* line 2591, app/assets/stylesheets/partials/_internal-styles.scss */
#donations-page .col-lg-1,
#donations-page .col-lg-10,
#donations-page .col-lg-11,
#donations-page .col-lg-12,
#donations-page .col-lg-2,
#donations-page .col-lg-3,
#donations-page .col-lg-4,
#donations-page .col-lg-5,
#donations-page .col-lg-6,
#donations-page .col-lg-7,
#donations-page .col-lg-8,
#donations-page .col-lg-9,
#donations-page .col-md-1,
#donations-page .col-md-10,
#donations-page .col-md-11,
#donations-page .col-md-12,
#donations-page .col-md-2,
#donations-page .col-md-3,
#donations-page .col-md-4,
#donations-page .col-md-5,
#donations-page .col-md-6,
#donations-page .col-md-7,
#donations-page .col-md-8,
#donations-page .col-md-9,
#donations-page .col-sm-1,
#donations-page .col-sm-10,
#donations-page .col-sm-11,
#donations-page .col-sm-12,
#donations-page .col-sm-2,
#donations-page .col-sm-3,
#donations-page .col-sm-4,
#donations-page .col-sm-5,
#donations-page .col-sm-6,
#donations-page .col-sm-7,
#donations-page .col-sm-8,
#donations-page .col-sm-9,
#donations-page .col-xs-1,
#donations-page .col-xs-10,
#donations-page .col-xs-11,
#donations-page .col-xs-12,
#donations-page .col-xs-2,
#donations-page .col-xs-3,
#donations-page .col-xs-4,
#donations-page .col-xs-5,
#donations-page .col-xs-6,
#donations-page .col-xs-7,
#donations-page .col-xs-8,
#donations-page .col-xs-9 {
  padding-right: 0px;
  padding-left: 0px;
}

/* line 2643, app/assets/stylesheets/partials/_internal-styles.scss */
.alex-row:after,
.alex-row:before {
  /* Alex' rows don't have margins; the biggest issue for layout consistency */
  display: table;
  content: " ";
  clear: both;
}

/* line 2651, app/assets/stylesheets/partials/_internal-styles.scss */
.sidebar a.label {
  display: inline-block;
  background-color: #ed1d24;
  color: #fff;
  font-size: 12px;
  padding: 5px 10px;
  margin-bottom: 8px;
  border-radius: 5px;
  font-weight: 500;
}

/* line 2662, app/assets/stylesheets/partials/_internal-styles.scss */
.sm-buttons img {
  max-width: 40px;
  float: left;
  margin-right: 10px;
}

/* line 2668, app/assets/stylesheets/partials/_internal-styles.scss */
.single-member p {
  margin-bottom: 20px;
  font-size: 18px;
}

/* line 2673, app/assets/stylesheets/partials/_internal-styles.scss */
.members .container-box,
.single-member .container-box {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  /*text-align:center;*/
}

/* line 2681, app/assets/stylesheets/partials/_internal-styles.scss */
.internal .single-member .container-box {
  margin-top: 40px;
  margin-bottom: 40px;
}

/* line 2686, app/assets/stylesheets/partials/_internal-styles.scss */
.internal .single-member div.location {
  margin-top: 27px;
}

/* line 2690, app/assets/stylesheets/partials/_internal-styles.scss */
.members p {
  font-size: 18px;
  text-align: justify;
  margin-bottom: 20px;
}

/* line 2696, app/assets/stylesheets/partials/_internal-styles.scss */
.members h1 {
  font-size: 33px;
  margin-bottom: 35px;
}

/* line 2701, app/assets/stylesheets/partials/_internal-styles.scss */
.members h1.results {
  margin-bottom: 15px;
  float: left;
}

/* line 2706, app/assets/stylesheets/partials/_internal-styles.scss */
.members .filters {
  float: right;
  margin-top: 30px;
}

/* line 2711, app/assets/stylesheets/partials/_internal-styles.scss */
.members ol,
.inner-top ul {
  font-size: 18px;
  text-align: justify;
}

/* line 2717, app/assets/stylesheets/partials/_internal-styles.scss */
.page .members h1 {
  text-align: left;
}

/* line 2721, app/assets/stylesheets/partials/_internal-styles.scss */
body.members-page {
  background-color: white;
}

/* line 2725, app/assets/stylesheets/partials/_internal-styles.scss */
.grey {
  background-color: #f6f5f5;
}

/* line 2729, app/assets/stylesheets/partials/_internal-styles.scss */
.members input,
.members select,
.members .select .btn-group {
  margin-bottom: 0;
  border: 0;
  border-bottom: 3px solid #ed1d24;
  width: 100%;
  max-width: 30%;
  padding: 10px;
  margin: 18px;
  font-size: 18px;
  font-weight: 800;
  color: #303030;
}

/* line 2744, app/assets/stylesheets/partials/_internal-styles.scss */
.members .internal-alert select {
  max-width: 100%;
  height: 45px;
  font-size: 15px;
  margin-bottom: 15px;
  margin-top: 0px;
  margin-left: 0px;
  border: none;
  border-bottom: none;
  box-shadow: none;
}

/* line 2756, app/assets/stylesheets/partials/_internal-styles.scss */
.members .internal-alert p,
.members .success-alert p {
  margin-bottom: 0px;
  font-size: 15px !important;
}

/* line 2762, app/assets/stylesheets/partials/_internal-styles.scss */
.members .internal-alert form > p {
  margin-bottom: 10px;
}

/* line 2766, app/assets/stylesheets/partials/_internal-styles.scss */
.members .internal-alert form select,
.members .internal-alert form .form-control,
.members .internal-alert form input[type=submit] {
  font-size: 15px;
}

/* line 2772, app/assets/stylesheets/partials/_internal-styles.scss */
.members input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #303030;
}

/* line 2777, app/assets/stylesheets/partials/_internal-styles.scss */
.members input::-moz-placeholder {
  /* Firefox 19+ */
  color: #303030;
}

/* line 2782, app/assets/stylesheets/partials/_internal-styles.scss */
.members input:-ms-input-placeholder {
  /* IE 10+ */
  color: #303030;
}

/* line 2787, app/assets/stylesheets/partials/_internal-styles.scss */
.members input:-moz-placeholder {
  /* Firefox 18- */
  color: #303030;
}

/* line 2792, app/assets/stylesheets/partials/_internal-styles.scss */
.members .select .btn-name {
  margin: 18px;
  font-size: 18px;
  font-weight: 800;
  color: #303030;
  margin: 0;
  margin-right: 5px;
}

/* line 2801, app/assets/stylesheets/partials/_internal-styles.scss */
.members .select .arrow::after {
  margin-top: 10px;
}

/* line 2805, app/assets/stylesheets/partials/_internal-styles.scss */
.members .select .topic {
  margin-right: 0px;
}

/* line 2809, app/assets/stylesheets/partials/_internal-styles.scss */
.members .select {
  display: inline;
}

/* line 2813, app/assets/stylesheets/partials/_internal-styles.scss */
.members input.firstname {
  margin-left: 0px;
}

/* line 2817, app/assets/stylesheets/partials/_internal-styles.scss */
.members input[type=submit] {
  background-color: #ed1d24;
  color: #fff;
  border: 0;
  font-weight: 600;
  padding: 10px 20px;
  margin-right: 0px;
  float: right;
  width: 100px;
  font-size: 16px;
  border-radius: 5px;
}

/* line 2830, app/assets/stylesheets/partials/_internal-styles.scss */
.members .internal-alert input[type=submit] {
  float: none;
  background-color: white;
  color: #ed1d24;
  margin-top: 0px;
  height: 45px;
  padding: 0 20px;
  line-height: 45px;
  border: none;
  border-bottom: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}

/* line 2844, app/assets/stylesheets/partials/_internal-styles.scss */
.member-row {
  margin-left: -10px;
  margin-left: -10px;
}

/* line 2849, app/assets/stylesheets/partials/_internal-styles.scss */
.member-row .col-sm-6 {
  padding: 10px;
}

/* line 2853, app/assets/stylesheets/partials/_internal-styles.scss */
.member-box {
  display: inline-block;
  width: 100%;
  padding: 20px;
  min-height: 170px;
}

/* line 2860, app/assets/stylesheets/partials/_internal-styles.scss */
.member-box .member-pic {
  width: 120px;
  height: 120px;
  border-radius: 100px;
}

/* line 2866, app/assets/stylesheets/partials/_internal-styles.scss */
.member-box .member-summery {
  padding: 10px;
  padding-left: 20px;
  padding-bottom: 0px;
}

/* line 2872, app/assets/stylesheets/partials/_internal-styles.scss */
.member-box span.town:after {
  content: ", ";
}

/* line 2876, app/assets/stylesheets/partials/_internal-styles.scss */
.members .member-box p {
  font-size: 15px;
  margin-bottom: 6px;
  text-align: left;
}

/* line 2882, app/assets/stylesheets/partials/_internal-styles.scss */
.members .member-box p.name {
  font-weight: 600;
}

/* line 2886, app/assets/stylesheets/partials/_internal-styles.scss */
.members .member-box p.loction,
.members .member-box p.role {
  font-size: 14px;
  color: grey;
  margin-bottom: 6px;
  line-height: 1.3;
}

/* line 2894, app/assets/stylesheets/partials/_internal-styles.scss */
.members .member-box p a.viewmore {
  font-size: 14px;
}

/* line 2898, app/assets/stylesheets/partials/_internal-styles.scss */
.members a.loadmore {
  background-color: #ed1d24;
  color: #fff;
  border: 0;
  font-weight: 600;
  padding: 10px 20px;
  margin-top: 50px;
  width: 125px;
  font-size: 16px;
  border-radius: 5px;
  display: inline-block;
}

/* line 2911, app/assets/stylesheets/partials/_internal-styles.scss */
.members .btn {
  background-color: transparent;
  padding: 0px;
  color: #ed1d24;
  font-weight: 700;
}

/* line 2918, app/assets/stylesheets/partials/_internal-styles.scss */
.members .arrow::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
  margin-top: 8px;
  margin-right: 10px;
}

/* line 2933, app/assets/stylesheets/partials/_internal-styles.scss */
.members .arrow {
  padding-left: 0px !important;
}

/* line 2937, app/assets/stylesheets/partials/_internal-styles.scss */
.members .btn-group > .btn + .dropdown-toggle {
  padding-left: 0px;
  padding-right: 0px;
}

/* line 2942, app/assets/stylesheets/partials/_internal-styles.scss */
.members .filters .dropdown-menu,
.members .select .dropdown-menu {
  padding: 10px 0px 8px 0px;
  border: 0px solid #ccc;
  border: 0px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  max-height: 200px;
  overflow: auto;
}

/* line 2954, app/assets/stylesheets/partials/_internal-styles.scss */
.members .filters .dropdown-menu a.dropdown-item,
.members .select .dropdown-menu a.dropdown-item {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
}

/* line 2962, app/assets/stylesheets/partials/_internal-styles.scss */
.members .filters .dropdown-menu a.dropdown-item:hover,
.members .select .dropdown-menu a.dropdown-item:hover {
  background-color: #f6f5f5;
}

/* line 2967, app/assets/stylesheets/partials/_internal-styles.scss */
.members .btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 2972, app/assets/stylesheets/partials/_internal-styles.scss */
.members .btn-group .dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 2977, app/assets/stylesheets/partials/_internal-styles.scss */
.single-member h1 {
  text-align: left;
  margin-bottom: 5px;
  float: left;
  line-height: 1.3;
  color: #303030;
}

/* line 2985, app/assets/stylesheets/partials/_internal-styles.scss */
.single-member .role {
  color: #ed1d24;
  font-size: 23px;
}

/* line 2990, app/assets/stylesheets/partials/_internal-styles.scss */
.single-member p.location {
  float: left;
  padding-left: 0px;
  margin-bottom: 10px;
  color: grey;
  font-size: 15px;
  margin-top: 19px;
}

/* line 2999, app/assets/stylesheets/partials/_internal-styles.scss */
body.internal .single-member p.location {
  margin-top: 5px !important;
  margin-bottom: 20px !important;
}

/* line 3004, app/assets/stylesheets/partials/_internal-styles.scss */
.single-member span.town:after {
  content: ", ";
}

/* line 3008, app/assets/stylesheets/partials/_internal-styles.scss */
.single-member .location .pin {
  opacity: 0.2;
  width: 24px;
  float: left;
  height: auto;
  margin-left: 15px;
  margin-top: 11px;
}

/* line 3017, app/assets/stylesheets/partials/_internal-styles.scss */
.single-member .sidebar img.member-pic {
  border-radius: 150px;
  background-color: transparent;
  max-width: 250px;
  padding: 0;
  margin: 0;
}

/* line 3025, app/assets/stylesheets/partials/_internal-styles.scss */
.single-member .sidebar .member-pic.member-pic--initial {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 210px;
  height: 210px;
  max-width: 100%;
  margin: 0;
  border-radius: 50%;
  background: linear-gradient(-90deg, #ed1d24 0%, #ec5022 100%);
  color: #fff;
  font-size: 84px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

/* line 3042, app/assets/stylesheets/partials/_internal-styles.scss */
.single-member .sidebar.profile-avatar-panel {
  background-color: transparent;
  padding-left: 0;
}

/* line 3047, app/assets/stylesheets/partials/_internal-styles.scss */
.single-member .profile-avatar-wrap {
  position: relative;
  display: inline-block;
  width: 210px;
  max-width: 100%;
}

/* line 3054, app/assets/stylesheets/partials/_internal-styles.scss */
.single-member .profile-avatar-wrap .member-pic,
.single-member .profile-avatar-wrap img.member-pic {
  display: block;
  width: 100%;
  height: auto;
}

/* line 3061, app/assets/stylesheets/partials/_internal-styles.scss */
.single-member .profile-avatar-wrap .member-pic.member-pic--initial {
  width: 210px;
  height: 210px;
}

/* line 3066, app/assets/stylesheets/partials/_internal-styles.scss */
.single-member .profile-avatar-edit {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.18);
  color: #ed1d24;
  line-height: 1;
  text-decoration: none;
}

/* line 3084, app/assets/stylesheets/partials/_internal-styles.scss */
.single-member .profile-avatar-edit:hover,
.single-member .profile-avatar-edit:focus {
  color: #ed1d24;
  text-decoration: none;
  background: #fff8f8;
}

/* line 3091, app/assets/stylesheets/partials/_internal-styles.scss */
.single-member .profile-avatar-edit .material-icons {
  font-size: 18px;
  line-height: 1;
}

/* line 3096, app/assets/stylesheets/partials/_internal-styles.scss */
.single-member h4.widget-title {
  font-size: 15px;
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: left;
  color: #303030;
  font-weight: bold;
}

/* line 3105, app/assets/stylesheets/partials/_internal-styles.scss */
.single-member .sidebar {
  text-align: left;
}

/* line 3109, app/assets/stylesheets/partials/_internal-styles.scss */
.single-member .sidebar a.label {
  color: white;
}

/* line 3113, app/assets/stylesheets/partials/_internal-styles.scss */
.single-member .sidebar .stat {
  margin-bottom: 10px;
}

/* line 3117, app/assets/stylesheets/partials/_internal-styles.scss */
.single-member .sidebar .stat-label {
  font-weight: 600;
  color: grey;
}

/* line 3122, app/assets/stylesheets/partials/_internal-styles.scss */
.single-member .sidebar a.stat-response,
.single-member .sidebar span.stat-response {
  color: #303030;
}

/* line 3127, app/assets/stylesheets/partials/_internal-styles.scss */
.single-member hr {
  border-top: 2px solid #ed1d24;
}

/* line 3131, app/assets/stylesheets/partials/_internal-styles.scss */
.single-member .sm-buttons {
  margin-bottom: 20px;
}

/* line 3135, app/assets/stylesheets/partials/_internal-styles.scss */
.single-member .nav-tabs a {
  color: #303030;
  font-size: 15px;
}

/* line 3140, app/assets/stylesheets/partials/_internal-styles.scss */
.single-member .nav-tabs > li.active > a,
.single-member .nav-tabs > li.active > a:hover,
.single-member .nav-tabs > li.active > a:focus {
  color: #ed1d24;
  background-color: #fff;
  border: 0px;
  border-bottom-color: transparent;
  cursor: default;
}

/* line 3150, app/assets/stylesheets/partials/_internal-styles.scss */
.single-member .nav-tabs > li > a {
  border: 0px;
  font-weight: 600;
}

/* line 3155, app/assets/stylesheets/partials/_internal-styles.scss */
.single-member ul.nav-tabs {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -15px;
  margin-bottom: 0px;
  border-bottom: 0px;
}

/* line 3163, app/assets/stylesheets/partials/_internal-styles.scss */
.single-member .tab-content {
  text-align: left;
}

/* line 3167, app/assets/stylesheets/partials/_internal-styles.scss */
.single-member .nav-tabs > li > a:hover,
.single-member .nav-tabs > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}

/* line 3173, app/assets/stylesheets/partials/_internal-styles.scss */
.single-member ul.options li a {
  padding-bottom: 2px;
  margin-top: 4px;
}

/* line 3178, app/assets/stylesheets/partials/_internal-styles.scss */
.single-member .tab-content-row {
  padding-top: 20px;
}

/*For Member Profiles*/
/* line 3185, app/assets/stylesheets/partials/_internal-styles.scss */
.mobile {
  display: none;
}

/*Event Styles*/
/* line 3192, app/assets/stylesheets/partials/_internal-styles.scss */
.calendar dt {
  font-weight: 700;
  color: #888;
  text-transform: uppercase;
  text-align: right;
}

/* line 3199, app/assets/stylesheets/partials/_internal-styles.scss */
.calendar img {
  margin-bottom: 20px;
}

/* line 3203, app/assets/stylesheets/partials/_internal-styles.scss */
.calendar img.watch-on-youtube {
  max-width: 100px;
}

/* line 3207, app/assets/stylesheets/partials/_internal-styles.scss */
h4.cal_title {
  font-weight: 700;
  color: #888;
  text-transform: uppercase;
  margin-top: 30px;
}

/* line 3214, app/assets/stylesheets/partials/_internal-styles.scss */
.single-event .calendar-footer {
  margin-left: 0px;
  margin-bottom: 20px;
}

/* line 3219, app/assets/stylesheets/partials/_internal-styles.scss */
.internal .single-event h1 {
  font-family: objektiv-mk2, Roboto, sans-serif;
  font-size: 35px;
  margin-bottom: 40px;
  font-weight: 600;
  color: #202020;
}

/* line 3227, app/assets/stylesheets/partials/_internal-styles.scss */
.internal .single-event .breadcrumb {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* line 3232, app/assets/stylesheets/partials/_internal-styles.scss */
.single-event,
.single-event h3,
.single-event h5 {
  font-family: objektiv-mk2, Roboto, sans-serif;
}

/* line 3238, app/assets/stylesheets/partials/_internal-styles.scss */
.single-event h5 {
  font-weight: 700;
}

/* line 3242, app/assets/stylesheets/partials/_internal-styles.scss */
.single-event h3 {
  font-weight: 500;
}

/* line 3246, app/assets/stylesheets/partials/_internal-styles.scss */
.single-event #map {
  margin-top: 20px;
}

/* line 3250, app/assets/stylesheets/partials/_internal-styles.scss */
.single-event h4.cal_title {
  text-transform: initial;
  text-align: left;
  color: #303030;
  font-size: 22px;
  margin-top: 0px;
  margin-bottom: 20px;
  font-weight: 600;
  font-family: objektiv-mk2, Roboto, sans-serif;
}

/* line 3261, app/assets/stylesheets/partials/_internal-styles.scss */
.btn-match {
  padding: 10px 12px 10px 12px;
  box-shadow: 0 0 0 0.5px rgba(50, 50, 93, 0.17), 0 2px 5px 0 rgba(50, 50, 93, 0.1), 0 1px 1.5px 0 rgba(0, 0, 0, 0.07), 0 1px 2px 0 rgba(0, 0, 0, 0.08), 0 0 0 0 transparent !important;
  margin-top: -4px;
  margin-right: 5px;
}

/* line 3268, app/assets/stylesheets/partials/_internal-styles.scss */
.single-event .calendar dl {
  margin: 0px;
  background-color: whitesmoke;
  display: inline-block;
  padding: 15px;
  padding-bottom: 0px;
  max-width: 600px;
  margin-bottom: 20px;
}

/* line 3278, app/assets/stylesheets/partials/_internal-styles.scss */
.single-event .calendar dt {
  font-weight: 700;
  color: #ed1d24;
  text-transform: uppercase;
  text-align: left;
  padding-left: 0px;
  font-size: 16px;
}

/* line 3287, app/assets/stylesheets/partials/_internal-styles.scss */
.cal-section {
  margin-bottom: 30px;
}

/* line 3291, app/assets/stylesheets/partials/_internal-styles.scss */
.single-event .calendar dd {
  padding-left: 0px !important;
  font-size: 16px;
  font-weight: 600;
}

/* line 3297, app/assets/stylesheets/partials/_internal-styles.scss */
.single-event .btn-info {
  color: #fff !important;
  background-color: #ed1d24;
  border-color: #ed1d24;
}

/* line 3303, app/assets/stylesheets/partials/_internal-styles.scss */
.event-img {
  width: 100% !important;
  height: 100% !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position-x: center !important;
  background-position-y: top !important;
}

/* line 3312, app/assets/stylesheets/partials/_internal-styles.scss */
.event-img-hidden {
  width: 100%;
  max-height: 500px;
  height: auto;
  visibility: hidden;
}

/* line 3319, app/assets/stylesheets/partials/_internal-styles.scss */
.breadcrumb a {
  font-weight: 700;
  color: #ed1d24;
}

/* line 3324, app/assets/stylesheets/partials/_internal-styles.scss */
#event_signup_modal .modal-content {
  padding-left: 20px;
  padding-right: 20px;
}

/* line 3329, app/assets/stylesheets/partials/_internal-styles.scss */
#event_signup_modal .modal-content .form-group .control-label {
  padding-right: 20px;
}

/* line 3333, app/assets/stylesheets/partials/_internal-styles.scss */
#paypal-button #zoid-paypal-button-f473b39f4b > .zoid-outlet {
  width: 100% !important;
}

/* line 3337, app/assets/stylesheets/partials/_internal-styles.scss */
.single-event .btn-default {
  color: #fff !important;
  background-color: #ed1d24;
  border-color: #ed1d24;
}

@media all and (max-width: 767px) {
  /* line 3344, app/assets/stylesheets/partials/_internal-styles.scss */
  .row {
    margin-left: 0px;
    margin-right: 0px;
  }
  /* line 3348, app/assets/stylesheets/partials/_internal-styles.scss */
  .col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    padding-right: 0px;
    padding-left: 0px;
  }
  /* line 3399, app/assets/stylesheets/partials/_internal-styles.scss */
  .yes-results,
.no-results,
.pie-results {
    text-align: center;
  }
  /* line 3404, app/assets/stylesheets/partials/_internal-styles.scss */
  .single-event {
    padding: 15px;
  }
  /* line 3407, app/assets/stylesheets/partials/_internal-styles.scss */
  .single-event .calendar {
    padding: 0px;
  }
  /* line 3410, app/assets/stylesheets/partials/_internal-styles.scss */
  .single-event .calendar dt {
    text-align: left;
    padding-left: 0px;
    margin-bottom: 5px;
  }
  /* line 3415, app/assets/stylesheets/partials/_internal-styles.scss */
  .single-event .calendar dl {
    margin-top: 20px;
  }
  /* line 3418, app/assets/stylesheets/partials/_internal-styles.scss */
  .desktop {
    display: none;
  }
  /* line 3421, app/assets/stylesheets/partials/_internal-styles.scss */
  .mobile {
    display: block;
  }
  /*.seamless2020 .container{
    height: 108px}*/
  /* line 3426, app/assets/stylesheets/partials/_internal-styles.scss */
  .navbar {
    height: 110px;
  }
  /*.inner {
    padding: 10px;}*/
  /* line 3431, app/assets/stylesheets/partials/_internal-styles.scss */
  .right {
    padding-left: 0px;
  }
  /* line 3434, app/assets/stylesheets/partials/_internal-styles.scss */
  #new_donation .right {
    padding-left: 0px;
  }
  /* line 3437, app/assets/stylesheets/partials/_internal-styles.scss */
  .left {
    padding-right: 0px;
  }
  /* line 3440, app/assets/stylesheets/partials/_internal-styles.scss */
  #new_donation .left {
    padding-right: 0px;
  }
  /* line 3443, app/assets/stylesheets/partials/_internal-styles.scss */
  .single-member .sidebar {
    text-align: left;
    display: block;
    width: 100%;
    max-width: 250px;
    padding: 20px;
  }
  /* line 3450, app/assets/stylesheets/partials/_internal-styles.scss */
  .single-member .role {
    font-size: 20px;
    text-align: left;
    margin-bottom: 0px;
  }
  /* line 3455, app/assets/stylesheets/partials/_internal-styles.scss */
  .single-member p {
    text-align: left;
  }
  /* line 3458, app/assets/stylesheets/partials/_internal-styles.scss */
  .single-member h1 {
    width: 100%;
  }
  /* line 3461, app/assets/stylesheets/partials/_internal-styles.scss */
  .single-member .location .pin {
    display: none;
  }
  /* line 3464, app/assets/stylesheets/partials/_internal-styles.scss */
  .single-member p.location {
    font-size: 20px;
    margin-bottom: 5px;
  }
}

/*For Groups*/
/* line 3473, app/assets/stylesheets/partials/_internal-styles.scss */
.inner h1,
.inner h2,
.inner h3,
.inner h4,
.inner h5,
.inner h6,
.inner p,
.inner a,
.inner table,
.inner div,
.inner button,
.inner input,
.inner li,
.inner td {
  font-family: objektiv-mk2, Roboto, sans-serif;
}

/* line 3490, app/assets/stylesheets/partials/_internal-styles.scss */
.inner .donate-row h3,
.home-donate .amount-btn h1 {
  font-family: "vollkorn", serif;
}

/* line 3495, app/assets/stylesheets/partials/_internal-styles.scss */
.home-donate {
  background: linear-gradient(-90deg, #ed1d24 0%, #ec5022 100%);
  padding-top: 25px;
  padding-bottom: 25px;
}

/* line 3501, app/assets/stylesheets/partials/_internal-styles.scss */
footer,
#inner-footer {
  background: linear-gradient(-90deg, #ed1d24 0%, #ec5022 100%);
  color: white;
}

/* line 3507, app/assets/stylesheets/partials/_internal-styles.scss */
.collections label {
  margin-bottom: 0px;
}

/* line 3511, app/assets/stylesheets/partials/_internal-styles.scss */
.collections {
  width: fit-content;
}

/* line 3515, app/assets/stylesheets/partials/_internal-styles.scss */
.list-container {
  width: 100%;
  max-width: 800px;
  max-height: 500px;
  overflow-y: auto;
  margin: 0 auto;
}

/* line 3523, app/assets/stylesheets/partials/_internal-styles.scss */
.list-row h2 {
  margin-top: 20px;
  margin-bottom: 15px;
  text-align: center;
}

/* line 3529, app/assets/stylesheets/partials/_internal-styles.scss */
.list-row p {
  text-align: center;
}

/* line 3533, app/assets/stylesheets/partials/_internal-styles.scss */
.inner-groups .left {
  padding-right: 25px;
  padding-left: 0px;
}

/* line 3538, app/assets/stylesheets/partials/_internal-styles.scss */
.inner-groups .right {
  padding-left: 25px;
  padding-right: 0px;
}

/* line 3543, app/assets/stylesheets/partials/_internal-styles.scss */
.single-group-row {
  margin-top: 60px;
}

/* line 3547, app/assets/stylesheets/partials/_internal-styles.scss */
.page .inner-groups a.button,
.inner-groups a.button,
.news-bg a.button {
  background-color: #ed1d24;
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  padding: 15px 20px 12px;
  max-width: 180px;
  margin: 0 auto;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 20px;
  display: inline-block;
}

/* line 3565, app/assets/stylesheets/partials/_internal-styles.scss */
.inner-groups .button .material-icons {
  vertical-align: bottom;
  font-size: 20px;
}

/* line 3570, app/assets/stylesheets/partials/_internal-styles.scss */
.inner-top h3 {
  margin-bottom: 25px;
  line-height: 1.3;
  font-size: 20px;
  text-align: justify;
}

/* line 3577, app/assets/stylesheets/partials/_internal-styles.scss */
.inner-top p {
  font-size: 18px;
  text-align: justify;
}

/* line 3582, app/assets/stylesheets/partials/_internal-styles.scss */
.inner-top h1 {
  font-size: 33px;
  text-align: center;
  margin-bottom: 35px;
}

/* line 3588, app/assets/stylesheets/partials/_internal-styles.scss */
.inner-top .campaign-icon {
  max-width: 200px;
  margin-bottom: 30px;
}

/* line 3593, app/assets/stylesheets/partials/_internal-styles.scss */
.no-leftright-padding {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

/* line 3598, app/assets/stylesheets/partials/_internal-styles.scss */
.map-container {
  width: 100%;
  max-width: 800px;
}

/* line 3603, app/assets/stylesheets/partials/_internal-styles.scss */
.map-container iframe {
  width: 100%;
}

/* line 3607, app/assets/stylesheets/partials/_internal-styles.scss */
.white-box {
  padding: 25px;
  background-color: white;
  margin-top: 20px;
  display: inline-block;
  width: 100%;
}

/* line 3615, app/assets/stylesheets/partials/_internal-styles.scss */
.white-box h3 {
  margin-top: 0px;
}

/* line 3619, app/assets/stylesheets/partials/_internal-styles.scss */
.white-box a.see-all {
  text-align: right;
  float: right;
  margin-top: -10px;
  margin-right: -10px;
  font-size: 15px;
}

/* line 3627, app/assets/stylesheets/partials/_internal-styles.scss */
.white-box img.avatar {
  border-radius: 100px;
  border: 0px;
  padding: 10px;
}

/* line 3633, app/assets/stylesheets/partials/_internal-styles.scss */
.white-box h4 {
  margin-top: 0px;
  font-size: 18px;
}

/* line 3638, app/assets/stylesheets/partials/_internal-styles.scss */
.white-box p,
.white-box li {
  font-size: 14px;
}

/* line 3643, app/assets/stylesheets/partials/_internal-styles.scss */
.white-box a.more-info {
  float: left;
}

/* line 3647, app/assets/stylesheets/partials/_internal-styles.scss */
.white-box .event-box {
  display: inline-block;
  margin-bottom: 20px;
}

/* line 3652, app/assets/stylesheets/partials/_internal-styles.scss */
.white-box .date-box {
  background-color: #ededed;
  margin-right: 20px;
  max-width: 100px;
  margin-bottom: 20px;
}

/* line 3659, app/assets/stylesheets/partials/_internal-styles.scss */
.white-box .date-box p {
  text-align: center;
  margin-bottom: 0px;
}

/* line 3664, app/assets/stylesheets/partials/_internal-styles.scss */
.white-box .date-box p.month {
  background-color: #ec5123;
  color: white;
  font-weight: 600;
  padding: 10px;
  font-size: 15px;
}

/* line 3672, app/assets/stylesheets/partials/_internal-styles.scss */
.white-box .date-box p.day {
  font-weight: 600;
  padding: 10px;
  font-size: 18px;
  padding-bottom: 0px;
}

/* line 3679, app/assets/stylesheets/partials/_internal-styles.scss */
.white-box .date-box p.date {
  font-weight: 600;
  padding: 10px;
  font-size: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

/* line 3687, app/assets/stylesheets/partials/_internal-styles.scss */
.white-box .photo-box {
  margin: -3px;
  margin-bottom: 10px;
}

/* line 3692, app/assets/stylesheets/partials/_internal-styles.scss */
.white-box .col-sm-6 .image-box {
  height: 150px;
  background-size: cover;
  background-position: center;
  margin: 3px;
}

/* line 3699, app/assets/stylesheets/partials/_internal-styles.scss */
.white-box .col-sm-3 .image-box {
  height: 80px;
  background-size: cover;
  background-position: center;
  margin: 3px;
}

/* line 3706, app/assets/stylesheets/partials/_internal-styles.scss */
.white-box .members p {
  margin-bottom: 5px;
  line-height: 1;
  font-weight: 100;
  font-size: 13px;
  text-align: center;
}

/* line 3714, app/assets/stylesheets/partials/_internal-styles.scss */
.white-box .members .row {
  margin-bottom: 20px;
}

/* line 3718, app/assets/stylesheets/partials/_internal-styles.scss */
.invitation-join-group a {
  font-weight: bold;
}

/* line 3722, app/assets/stylesheets/partials/_internal-styles.scss */
.news-box {
  padding: 20px;
  padding-top: 60px;
}

/* line 3727, app/assets/stylesheets/partials/_internal-styles.scss */
.news-box p {
  font-size: 18px;
}

/* line 3731, app/assets/stylesheets/partials/_internal-styles.scss */
.news-box h3 {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 3737, app/assets/stylesheets/partials/_internal-styles.scss */
.news-box a.readmore {
  font-weight: 600;
}

/* line 3741, app/assets/stylesheets/partials/_internal-styles.scss */
.archives-wrap {
  padding: 60px 0 80px;
  width: 100%;
  display: flex;
  justify-content: center;
}

/* line 3748, app/assets/stylesheets/partials/_internal-styles.scss */
.sm-buttons img {
  max-width: 40px;
  float: left;
  margin-right: 10px;
}

/* line 3754, app/assets/stylesheets/partials/_internal-styles.scss */
.sm-buttons {
  margin-bottom: 40px;
  margin-top: 10px;
  display: inline-block;
  text-align: left;
  float: left;
}

/* line 3762, app/assets/stylesheets/partials/_internal-styles.scss */
.list-row h2 {
  margin-top: 20px;
  margin-bottom: 15px;
}

/* line 3767, app/assets/stylesheets/partials/_internal-styles.scss */
.inner-profiles h2 {
  text-align: center;
  color: #303030;
  font-size: 28px;
  margin-top: 40px;
  margin-bottom: 40px;
}

/* line 3775, app/assets/stylesheets/partials/_internal-styles.scss */
.news-bg {
  background-color: #fff;
}

/* line 3779, app/assets/stylesheets/partials/_internal-styles.scss */
.news-row h5 {
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 3786, app/assets/stylesheets/partials/_internal-styles.scss */
.news-row p {
  font-size: 15px;
  margin-bottom: 20px;
}

/* line 3791, app/assets/stylesheets/partials/_internal-styles.scss */
.news-row .readmore,
.archive .readmore {
  font-size: 16px;
}

/* line 3796, app/assets/stylesheets/partials/_internal-styles.scss */
.news-box img {
  width: 100%;
  height: auto;
}

/* Dashboard / Stream */
/* line 3804, app/assets/stylesheets/partials/_internal-styles.scss */
.members-page .right {
  padding-left: 15px;
  padding-right: 0px;
}

/* line 3809, app/assets/stylesheets/partials/_internal-styles.scss */
.members-page .left {
  padding-right: 30px;
  padding-left: 0px;
}

/* line 3814, app/assets/stylesheets/partials/_internal-styles.scss */
.members-page .sidebar {
  padding: 30px;
  padding-top: 0px;
  margin-top: 8px;
  display: inline-block;
}

/* line 3821, app/assets/stylesheets/partials/_internal-styles.scss */
.members-page .sidebar p {
  font-weight: 100;
  font-size: 14px;
}

/* line 3826, app/assets/stylesheets/partials/_internal-styles.scss */
.members-page .sidebar .label,
.members-page .social-feed-item a.label {
  color: white;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 3833, app/assets/stylesheets/partials/_internal-styles.scss */
.members-page hr {
  margin-top: 40px;
  margin-bottom: 20px;
  border: 0;
  border-top: 2px solid #ed1d24;
}

/* line 3840, app/assets/stylesheets/partials/_internal-styles.scss */
.members-page .sidebar a.block {
  display: block;
  margin-bottom: 2px;
}

/* line 3845, app/assets/stylesheets/partials/_internal-styles.scss */
.members-page .grey-text,
.members-page p.grey-text,
.members-page a span.grey-text,
.members-page a.grey-text {
  color: grey;
  font-weight: 600;
}

/* line 3853, app/assets/stylesheets/partials/_internal-styles.scss */
.members-page .sidebar .minibox,
.members-page .sidebar a.minibox {
  margin-bottom: 2px;
}

/* line 3858, app/assets/stylesheets/partials/_internal-styles.scss */
.members-page .feed {
  height: 1500px;
  overflow-y: auto;
  padding: 30px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  margin-bottom: 30px;
  background-color: white;
  border: 1px solid #cbcbcb;
}

/* line 3870, app/assets/stylesheets/partials/_internal-styles.scss */
.feed .feed-banner {
  width: 94%;
  height: 50px;
  position: absolute;
  padding-top: 30px;
  padding-bottom: 50px;
  z-index: 10;
  padding-left: 30px;
  border-bottom: 1px solid #cbcbcb;
  background-color: white;
}

/* line 3882, app/assets/stylesheets/partials/_internal-styles.scss */
.feed .social-stream {
  margin-top: 110px;
}

/* line 3886, app/assets/stylesheets/partials/_internal-styles.scss */
.feed .feed-banner h4 {
  margin-top: 0px;
  position: absolute;
}

/* line 3891, app/assets/stylesheets/partials/_internal-styles.scss */
.feed .social-feed-item {
  margin-bottom: 35px;
  border-bottom: 1px solid #cbcbcb;
  padding-bottom: 35px;
  padding-left: 30px;
  padding-right: 30px;
}

/* line 3899, app/assets/stylesheets/partials/_internal-styles.scss */
.group-feed {
  max-height: 1000px;
  overflow-y: auto;
}

/* line 3904, app/assets/stylesheets/partials/_internal-styles.scss */
.group-feed .social-feed-item {
  margin-bottom: 25px;
  padding-bottom: 25px;
  padding-left: 0px;
  padding-right: 0px;
}

/* line 3911, app/assets/stylesheets/partials/_internal-styles.scss */
.social-feed-item .social-body .label {
  color: white !important;
}

/* line 3915, app/assets/stylesheets/partials/_internal-styles.scss */
.group-feed .social-body {
  text-align: left;
}

/* line 3919, app/assets/stylesheets/partials/_internal-styles.scss */
.feed .social-avatar p {
  color: #303030;
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 2px;
}

/* line 3926, app/assets/stylesheets/partials/_internal-styles.scss */
.feed img {
  margin-bottom: 30px;
  max-width: 100%;
  max-height: 350px;
  width: auto;
}

/* line 3933, app/assets/stylesheets/partials/_internal-styles.scss */
.feed .social-avatar p.grey-text {
  color: grey;
  font-size: 14px;
  margin-bottom: 20px;
}

/* line 3939, app/assets/stylesheets/partials/_internal-styles.scss */
.feed .social-body p {
  font-size: 14px;
  margin-bottom: 2px;
}

/* line 3944, app/assets/stylesheets/partials/_internal-styles.scss */
.feed .social-body p.body {
  margin-bottom: 20px;
  overflow-wrap: break-word;
}

/* line 3949, app/assets/stylesheets/partials/_internal-styles.scss */
.feed .btn-group {
  font-size: 12px;
  margin-top: 10px;
  margin-left: -3px;
  margin-right: -3px;
}

/* line 3956, app/assets/stylesheets/partials/_internal-styles.scss */
.feed .btn-group a {
  margin-left: 3px;
  margin-right: 3px;
}

/* line 3961, app/assets/stylesheets/partials/_internal-styles.scss */
.feed .btn-group .count {
  margin-left: -5px;
  margin-right: 3px;
}

/* line 3966, app/assets/stylesheets/partials/_internal-styles.scss */
.feed .btn-group i {
  margin-left: 4px;
  margin-right: 5px;
  vertical-align: middle;
  margin-bottom: 3px;
  font-size: 16px;
}

/* line 3974, app/assets/stylesheets/partials/_internal-styles.scss */
.feed .btn-group i.fa-comment-alt,
.feed .btn-group i.fa-heart {
  margin-bottom: 0px;
}

/* line 3979, app/assets/stylesheets/partials/_internal-styles.scss */
.feed .dropdown-menu.share-menu,
.feed .dropdown-menu.share-menu-further {
  left: 105px;
  margin-top: 0px;
  margin-bottom: 0px;
}

/* Petition with Progressive International */
/* line 3989, app/assets/stylesheets/partials/_internal-styles.scss */
img.joint_org {
  /* don't prominently show other organisation's logo if user is inside Members Area */
  display: none;
}

/* line 3994, app/assets/stylesheets/partials/_internal-styles.scss */
.seamless2020 img.joint_org {
  /* do show it if it's an outside visitor */
  display: block;
  position: absolute;
  width: 260px;
  top: 45px;
  left: 50px;
  transform: rotate(0deg);
}

/* line 4004, app/assets/stylesheets/partials/_internal-styles.scss */
.seamless2020.seamless-mera25 img.joint_org {
  /* for MeRA25 layout */
  top: 150px;
  left: 0px;
}

/* Misc */
/* line 4013, app/assets/stylesheets/partials/_internal-styles.scss */
.checkbox-inline {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

/* Fix corrupted Bootstrap buttons */
/* line 4022, app/assets/stylesheets/partials/_internal-styles.scss */
.bootstrap-primary-lg {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

/* line 4042, app/assets/stylesheets/partials/_internal-styles.scss */
footer .container {
  padding-left: 0px;
  padding-right: 0px;
}

/* line 4047, app/assets/stylesheets/partials/_internal-styles.scss */
.footer-wrap .bottom > .container {
  width: 100%;
}

/*MEDIA QUERIES*/
@media all and (max-width: 1260px) {
  /* line 4055, app/assets/stylesheets/partials/_internal-styles.scss */
  .seamless2020 img.joint_org {
    width: 200px;
    left: 0px;
    top: 0px;
    transform: rotate(0deg);
  }
}

@media (min-width: 992px) {
  /* line 4064, app/assets/stylesheets/partials/_internal-styles.scss */
  .candidates.row .col-md-4 {
    padding-left: 0px;
  }
  /* line 4067, app/assets/stylesheets/partials/_internal-styles.scss */
  .candidates.row .col-md-4:first-child {
    padding-left: 15px;
  }
  /* line 4070, app/assets/stylesheets/partials/_internal-styles.scss */
  .float-if-wide {
    float: right;
  }
  /* line 4073, app/assets/stylesheets/partials/_internal-styles.scss */
  .hide-if-wide {
    display: none;
  }
  /* line 4076, app/assets/stylesheets/partials/_internal-styles.scss */
  .col-md-6.info-column {
    width: 50%;
    float: right;
  }
  /* line 4080, app/assets/stylesheets/partials/_internal-styles.scss */
  .col-md-6.form-column {
    float: left;
  }
}

@media all and (min-width: 767px) {
  /* line 4086, app/assets/stylesheets/partials/_internal-styles.scss */
  .feed .dropdown-menu.share-menu-further {
    left: 205px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

/* Float to the right on screens that are equal to or greater than 769px wide */
@media (min-width: 769px) {
  /* line 4097, app/assets/stylesheets/partials/_internal-styles.scss */
  .float-right-lg {
    float: right;
  }
}

@media all and (max-width: 767px) {
  /* line 4103, app/assets/stylesheets/partials/_internal-styles.scss */
  .feed .feed-banner {
    width: 100%;
    height: 50px;
    position: absolute;
    padding-top: 30px;
    padding-bottom: 50px;
    z-index: 10;
    padding-left: 30px;
    border-bottom: 1px solid #cbcbcb;
    background-color: #fff;
    border-right: 1px solid #cbcbcb;
    margin-top: -1px;
  }
  /* line 4116, app/assets/stylesheets/partials/_internal-styles.scss */
  .members-page .left {
    padding-right: 0px;
  }
  /* line 4119, app/assets/stylesheets/partials/_internal-styles.scss */
  .feed .social-feed-item {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  /* line 4125, app/assets/stylesheets/partials/_internal-styles.scss */
  .white-box .members p,
.white-box .date-box p.day,
.white-box .date-box p.date,
.white-box .date-box p.month {
    text-align: center !important;
  }
  /* line 4131, app/assets/stylesheets/partials/_internal-styles.scss */
  .white-box .col-sm-3 .image-box {
    height: 150px;
  }
  /* line 4134, app/assets/stylesheets/partials/_internal-styles.scss */
  .inner-groups .left,
.inner-groups .right {
    padding-right: 0px;
    padding-left: 0px;
  }
  /* line 4139, app/assets/stylesheets/partials/_internal-styles.scss */
  .inner {
    padding: 30px;
  }
  /* line 4142, app/assets/stylesheets/partials/_internal-styles.scss */
  .inner.members {
    padding-top: 0px;
  }
  /* line 4145, app/assets/stylesheets/partials/_internal-styles.scss */
  footer .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 4149, app/assets/stylesheets/partials/_internal-styles.scss */
  .bottom-wrap,
.footer-wrap-inner {
    padding: 30px;
  }
  /* line 4153, app/assets/stylesheets/partials/_internal-styles.scss */
  .bottom-wrap .bottom-widget {
    padding: 0px;
  }
  /* line 4156, app/assets/stylesheets/partials/_internal-styles.scss */
  .members-page .right {
    padding-left: 0px;
  }
  /* line 4159, app/assets/stylesheets/partials/_internal-styles.scss */
  .yes-results,
.no-results,
.pie-results {
    text-align: center;
  }
  /* line 4164, app/assets/stylesheets/partials/_internal-styles.scss */
  .single-event {
    padding: 15px;
  }
  /* line 4167, app/assets/stylesheets/partials/_internal-styles.scss */
  .single-event .calendar {
    padding: 0px;
  }
  /* line 4170, app/assets/stylesheets/partials/_internal-styles.scss */
  .single-event .calendar dt {
    text-align: left;
    padding-left: 0px;
    margin-bottom: 5px;
  }
  /* line 4175, app/assets/stylesheets/partials/_internal-styles.scss */
  .single-event .calendar dl {
    margin-top: 20px;
  }
  /* line 4178, app/assets/stylesheets/partials/_internal-styles.scss */
  .desktop {
    display: none;
  }
  /* line 4181, app/assets/stylesheets/partials/_internal-styles.scss */
  .mobile {
    display: block;
  }
  /* line 4184, app/assets/stylesheets/partials/_internal-styles.scss */
  .navbar {
    height: 110px;
  }
  /* line 4187, app/assets/stylesheets/partials/_internal-styles.scss */
  .right {
    padding-left: 0px;
  }
  /* line 4190, app/assets/stylesheets/partials/_internal-styles.scss */
  .left {
    padding-right: 0px;
  }
  /* line 4193, app/assets/stylesheets/partials/_internal-styles.scss */
  .single-member .sidebar {
    text-align: left;
    display: block;
    width: 100%;
    max-width: 250px;
  }
  /* line 4199, app/assets/stylesheets/partials/_internal-styles.scss */
  .single-member .role {
    font-size: 20px;
    text-align: left;
  }
  /* line 4203, app/assets/stylesheets/partials/_internal-styles.scss */
  .single-member p {
    text-align: left;
  }
  /* line 4206, app/assets/stylesheets/partials/_internal-styles.scss */
  .single-member h1 {
    width: 100%;
  }
  /* line 4209, app/assets/stylesheets/partials/_internal-styles.scss */
  .single-member .location .pin {
    display: none;
  }
  /* line 4212, app/assets/stylesheets/partials/_internal-styles.scss */
  .single-member p.location {
    font-size: 20px;
    margin-bottom: 5px;
  }
  /* line 4216, app/assets/stylesheets/partials/_internal-styles.scss */
  .alex-row {
    display: inline-block;
  }
  /* line 4219, app/assets/stylesheets/partials/_internal-styles.scss */
  .login-box .right .forgot-pw {
    bottom: 10px;
  }
  /* line 4222, app/assets/stylesheets/partials/_internal-styles.scss */
  .desktop {
    display: none;
  }
  /* line 4225, app/assets/stylesheets/partials/_internal-styles.scss */
  .mobile {
    display: block;
  }
  /* line 4228, app/assets/stylesheets/partials/_internal-styles.scss */
  .login-box .mobile .left {
    height: 100%;
  }
  /* line 4231, app/assets/stylesheets/partials/_internal-styles.scss */
  .donate .login-box {
    padding: 40px;
  }
  /* line 4234, app/assets/stylesheets/partials/_internal-styles.scss */
  .col-sm-6.donate-btn,
.col-sm-3.donate-btn {
    padding: 5px;
  }
  /* line 4238, app/assets/stylesheets/partials/_internal-styles.scss */
  .donate .login-box p.lead,
.donate .login-box p {
    font-size: 17px;
  }
  /* line 4242, app/assets/stylesheets/partials/_internal-styles.scss */
  #new_donation.form-horizontal .donate--label {
    padding: 2rem;
    font-size: 18px;
  }
  /* line 4246, app/assets/stylesheets/partials/_internal-styles.scss */
  #new_donation.form-horizontal .donate--label.label-for-other {
    height: 73.5px;
    padding-top: 5px;
  }
  /* line 4250, app/assets/stylesheets/partials/_internal-styles.scss */
  input#custom-donate[type="text"] {
    font-size: 18px;
    margin-top: 0px;
  }
  /* line 4254, app/assets/stylesheets/partials/_internal-styles.scss */
  input#custom-donate[type="text"] {
    width: 100%;
  }
}

@media all and (max-width: 572px) {
  /* line 4260, app/assets/stylesheets/partials/_internal-styles.scss */
  .donate-page .red-outline {
    padding: 30px;
  }
  /* line 4263, app/assets/stylesheets/partials/_internal-styles.scss */
  .donate .login-box {
    padding: 30px;
  }
  /* line 4266, app/assets/stylesheets/partials/_internal-styles.scss */
  #new_donation.form-horizontal .donate--label {
    font-size: 18px;
  }
  /* line 4269, app/assets/stylesheets/partials/_internal-styles.scss */
  #new_donation.form-horizontal .donate--label.label-for-other {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media all and (max-width: 500px) {
  /* line 4276, app/assets/stylesheets/partials/_internal-styles.scss */
  .internal-alert,
.alert-danger,
.success-alert {
    padding: 1.5rem 3rem 1.5rem 1.5rem;
  }
  /* line 4281, app/assets/stylesheets/partials/_internal-styles.scss */
  .internal-alert .row {
    margin-right: 0px;
    margin-left: 0px;
  }
  /* line 4285, app/assets/stylesheets/partials/_internal-styles.scss */
  .internal-alert p,
.alert-danger p,
.success-alert p {
    margin-top: 0;
    padding: 0;
  }
  /* line 4291, app/assets/stylesheets/partials/_internal-styles.scss */
  .close--alert {
    top: 0.5rem;
    right: 0.5rem;
  }
}

@media all and (max-width: 467px) {
  /* line 4298, app/assets/stylesheets/partials/_internal-styles.scss */
  .single-event .calendar dt,
.single-event .calendar dd {
    font-size: 14px;
  }
}

@media all and (max-width: 461px) {
  /* line 4305, app/assets/stylesheets/partials/_internal-styles.scss */
  #new_donation.form-horizontal .donate--label {
    font-size: 18px;
    border: 3px solid #ec5123;
    padding: 1.5rem;
  }
  /* line 4310, app/assets/stylesheets/partials/_internal-styles.scss */
  #new_donation.form-horizontal .donate--label.label-for-other {
    font-size: 12px;
    height: 61.71px;
  }
  /* line 4314, app/assets/stylesheets/partials/_internal-styles.scss */
  input#custom-donate[type="text"] {
    font-size: 15px;
  }
}

@media all and (max-width: 430px) {
  /* line 4320, app/assets/stylesheets/partials/_internal-styles.scss */
  #new_donation.form-horizontal .donate--label {
    font-size: 16px;
    padding: 1.5rem 0rem 1.5rem 0rem;
  }
}

@media all and (max-width: 350px) {
  /* line 4327, app/assets/stylesheets/partials/_internal-styles.scss */
  #new_donation.form-horizontal .donate--label {
    font-size: 13px;
    padding: 1.5rem 0rem 1.5rem 0rem;
  }
  /* line 4331, app/assets/stylesheets/partials/_internal-styles.scss */
  .col-sm-3.donate-btn {
    width: 50%;
  }
}

/* Fix corrupted Bootstrap buttons */
/* line 4339, app/assets/stylesheets/partials/_internal-styles.scss */
.bootstrap-primary-lg {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

/* line 4359, app/assets/stylesheets/partials/_internal-styles.scss */
#project_title {
  float: left;
}

/* line 4363, app/assets/stylesheets/partials/_internal-styles.scss */
#project_symbols {
  float: left;
  margin-left: 50px;
}

/* line 4368, app/assets/stylesheets/partials/_internal-styles.scss */
#project_symbols img {
  max-width: 100px;
  max-height: 57px;
  margin-right: 5px;
}

/* line 4374, app/assets/stylesheets/partials/_internal-styles.scss */
#project_subtitle {
  color: #ed1d24;
  clear: both;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
}

/* red * next to required labels */
/* line 4385, app/assets/stylesheets/partials/_internal-styles.scss */
label.req:after,
h4.req:after,
span.req:after {
  color: #d00;
  content: "*";
  font-weight: 900;
  margin-left: 8px;
  top: 7px;
}

/* line 4395, app/assets/stylesheets/partials/_internal-styles.scss */
th.sortable a,
td.sortable a {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAABGCAYAAAAAVo4aAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAH5JREFUeNpi3LhlOwMU1AExGxDXwARYoHQLEFdD2cxAXAliMKFJgEAFEHfBJEHGMKLhMpgkTsAEdch/NNwCk2xCdiEQtML4LEgCf6EubUX3Cgh0oNvJ+P//f7wOGpUclRwYSZb41CyidNbB8giNM+9oXhmVHHm5bJjUSAABBgDKKiwMMUxPwgAAAABJRU5ErkJggg==) no-repeat 0 4px;
  padding-left: 13px;
}

/** Todos **/
/* line 4404, app/assets/stylesheets/partials/_internal-styles.scss */
.checklist {
  background-color: #ed1d24;
  color: white;
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 10px;
  padding-left: 25px;
  padding-top: 15px;
  border-top-left-radius: 20px;
  width: 100%;
  z-index: 100;
  max-width: 400px;
  margin-bottom: 0;
  -webkit-transition: margin-bottom 0.5s;
  -moz-transition: margin-bottom 0.5s;
  -ms-transition: margin-bottom 0.5s;
  -o-transition: margin-bottom 0.5s;
}

/* line 4424, app/assets/stylesheets/partials/_internal-styles.scss */
.checklist.open {
  -webkit-transition: margin-bottom 0.5s;
  -moz-transition: margin-bottom 0.5s;
  -ms-transition: margin-bottom 0.5s;
  -o-transition: margin-bottom 0.5s;
}

/* line 4431, app/assets/stylesheets/partials/_internal-styles.scss */
.checklist h4 {
  color: white;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 4437, app/assets/stylesheets/partials/_internal-styles.scss */
.checklist h4 a {
  color: white;
}

/* line 4441, app/assets/stylesheets/partials/_internal-styles.scss */
.checklist p.todo {
  display: flex;
  align-items: center;
}

/* line 4446, app/assets/stylesheets/partials/_internal-styles.scss */
.checklist p.todo a {
  color: white;
}

/* line 4450, app/assets/stylesheets/partials/_internal-styles.scss */
.checklist p.todo.done {
  text-decoration: line-through;
}

/* line 4454, app/assets/stylesheets/partials/_internal-styles.scss */
.checklist i {
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 0px;
  width: 18px;
  height: 18px;
}

/* line 4463, app/assets/stylesheets/partials/_internal-styles.scss */
.checklist i.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -mos-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  margin-bottom: 3px;
  margin-right: 13px;
}

/* line 4478, app/assets/stylesheets/partials/_internal-styles.scss */
.checklist h4 a[aria-expanded="true"] i.down {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -mos-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  margin-bottom: -5px;
}

/* line 4492, app/assets/stylesheets/partials/_internal-styles.scss */
.checklist span.tick {
  margin-right: 10px;
  border: 2px solid;
  border-radius: 100px;
  width: 30px;
  min-width: 30px;
  /* prevents squishing when text is long */
  height: 30px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  float: left;
}

/* line 4507, app/assets/stylesheets/partials/_internal-styles.scss */
.checklist i.tick {
  width: 9px;
  height: 14px;
  margin-top: -3px;
  transform: rotate(35deg);
  -webkit-transform: rotate(35deg);
  -mos-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  -o-transform: rotate(35deg);
  opacity: 0;
}

/* line 4519, app/assets/stylesheets/partials/_internal-styles.scss */
.checklist p.todo.done i.tick {
  opacity: 1;
}

/* line 4523, app/assets/stylesheets/partials/_internal-styles.scss */
.todolist {
  padding-top: 20px;
}

/* line 4527, app/assets/stylesheets/partials/_internal-styles.scss */
#yourAccountNavItem {
  display: flex;
  flex-direction: row;
  text-align: left;
  padding-top: 3px;
}

/* line 4534, app/assets/stylesheets/partials/_internal-styles.scss */
#yourAccountNavItem > div {
  min-width: 105px;
}

/* line 4538, app/assets/stylesheets/partials/_internal-styles.scss */
#yourAccountNavItem > img {
  align-self: center;
}

/* line 4542, app/assets/stylesheets/partials/_internal-styles.scss */
#yourAccountNavItem .membership-indicator {
  font-size: 0.7em;
  justify-content: left;
}

/* line 4547, app/assets/stylesheets/partials/_internal-styles.scss */
.clear-success {
  color: white;
  background-color: green;
  font-weight: bold;
  padding: 5px;
}

/* line 4554, app/assets/stylesheets/partials/_internal-styles.scss */
.clear-danger {
  color: white;
  background: linear-gradient(-90deg, #ed1d24 0%, #ec5022 100%);
  font-weight: bold;
  padding: 5px;
}
/* line 2, app/assets/stylesheets/partials/_pages.scss */
.dashboard h2 {
  font-size: 20px;
}

/* line 9, app/assets/stylesheets/partials/_pages.scss */
body.with-sidebar-rail #main > .container.container--with-rail {
  width: 100%;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

/* line 15, app/assets/stylesheets/partials/_pages.scss */
body.with-sidebar-rail .internal-layout {
  display: flex;
  align-items: stretch;
  min-height: 100vh;
}

/* line 20, app/assets/stylesheets/partials/_pages.scss */
body.with-sidebar-rail .internal-rail {
  width: 280px;
  flex-shrink: 0;
  min-height: 100vh;
  overflow: visible;
  background: #f4f4f5;
  border-right: 1px solid #e4e4e7;
  z-index: 20;
}

/* line 29, app/assets/stylesheets/partials/_pages.scss */
body.with-sidebar-rail .internal-rail-toggle {
  display: none;
}

/* line 32, app/assets/stylesheets/partials/_pages.scss */
body.with-sidebar-rail .internal-main {
  flex: 1;
  min-width: 0;
  padding: 25px 40px 50px;
}

/* line 36, app/assets/stylesheets/partials/_pages.scss */
body.with-sidebar-rail .internal-main .inner {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}

/* line 42, app/assets/stylesheets/partials/_pages.scss */
body.with-sidebar-rail .internal-rail .sidebar {
  background: transparent;
  border-radius: 0;
  padding: 20px 12px 28px !important;
  margin-top: 0 !important;
  display: block !important;
  width: 100%;
  box-sizing: border-box;
  min-height: 100%;
}

/* line 51, app/assets/stylesheets/partials/_pages.scss */
body.with-sidebar-rail .internal-rail .sidebar > h4,
body.with-sidebar-rail .internal-rail .sidebar .sidebar-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  margin: 8px 0 -10px;
  margin-top: 20px;
  padding: 10px 12px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #18181b;
  line-height: 1.2;
  text-align: left;
  cursor: pointer;
}

/* line 72, app/assets/stylesheets/partials/_pages.scss */
body.with-sidebar-rail .internal-rail .sidebar > h4 .sidebar-heading-lead,
body.with-sidebar-rail .internal-rail .sidebar .sidebar-heading .sidebar-heading-lead {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

/* line 79, app/assets/stylesheets/partials/_pages.scss */
body.with-sidebar-rail .internal-rail .sidebar > h4 .material-icons,
body.with-sidebar-rail .internal-rail .sidebar .sidebar-heading .material-icons {
  font-size: 20px;
  color: #71717a;
  flex-shrink: 0;
}

/* line 85, app/assets/stylesheets/partials/_pages.scss */
body.with-sidebar-rail .internal-rail .sidebar > h4 .sidebar-section-caret,
body.with-sidebar-rail .internal-rail .sidebar .sidebar-heading .sidebar-section-caret {
  transition: transform 0.2s ease;
}

/* line 89, app/assets/stylesheets/partials/_pages.scss */
body.with-sidebar-rail .internal-rail .sidebar > h4:hover,
body.with-sidebar-rail .internal-rail .sidebar .sidebar-heading:hover {
  background: rgba(24, 24, 27, 0.04);
}

/* line 93, app/assets/stylesheets/partials/_pages.scss */
body.with-sidebar-rail .internal-rail .sidebar .sidebar-section:first-child .sidebar-heading {
  margin-top: 0;
}

/* line 96, app/assets/stylesheets/partials/_pages.scss */
body.with-sidebar-rail .internal-rail .sidebar .sidebar-section.is-collapsed .sidebar-section-caret {
  transform: rotate(-90deg);
}

/* line 99, app/assets/stylesheets/partials/_pages.scss */
body.with-sidebar-rail .internal-rail .sidebar .sidebar-section.is-collapsed .sidebar-section-body {
  display: none;
}

/* line 102, app/assets/stylesheets/partials/_pages.scss */
body.with-sidebar-rail .internal-rail .sidebar .sidebar-section-body > p {
  padding: 0 12px;
  margin: 8px 0;
  color: #52525b;
  font-size: 13px;
  font-weight: 500;
}

/* line 109, app/assets/stylesheets/partials/_pages.scss */
body.with-sidebar-rail .internal-rail .sidebar .sidebar-list {
  margin-top: 8px;
}

/* line 112, app/assets/stylesheets/partials/_pages.scss */
body.with-sidebar-rail .internal-rail .sidebar .sidebar-list p {
  margin: 0;
  padding: 6px 10px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
  color: #52525b;
}

/* line 121, app/assets/stylesheets/partials/_pages.scss */
body.with-sidebar-rail .internal-rail .sidebar .minibox,
body.with-sidebar-rail .internal-rail .sidebar a.minibox {
  margin-bottom: 2px;
  padding: 6px 10px;
  border-radius: 10px;
  font-size: 13px;
  line-height: 1.35;
  transition: background-color 0.15s ease;
  box-sizing: border-box;
}

/* line 131, app/assets/stylesheets/partials/_pages.scss */
body.with-sidebar-rail .internal-rail .sidebar .minibox:hover,
body.with-sidebar-rail .internal-rail .sidebar a.minibox:hover {
  background: rgba(24, 24, 27, 0.06);
}

/* line 135, app/assets/stylesheets/partials/_pages.scss */
body.with-sidebar-rail .internal-rail .sidebar a.minibox,
body.with-sidebar-rail .internal-rail .sidebar a.block.minibox {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #27272a;
  text-decoration: none;
}

/* line 142, app/assets/stylesheets/partials/_pages.scss */
body.with-sidebar-rail .internal-rail .sidebar a.minibox:hover,
body.with-sidebar-rail .internal-rail .sidebar a.block.minibox:hover {
  color: #ed1d24;
}

/* line 146, app/assets/stylesheets/partials/_pages.scss */
body.with-sidebar-rail .internal-rail .sidebar a.sidebar-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  text-decoration: none;
  color: #27272a;
  font-weight: 600;
}

/* line 155, app/assets/stylesheets/partials/_pages.scss */
body.with-sidebar-rail .internal-rail .sidebar a.sidebar-link:hover {
  color: #ed1d24;
}

/* line 159, app/assets/stylesheets/partials/_pages.scss */
body.with-sidebar-rail .internal-rail .sidebar a.sidebar-link .sidebar-link-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

/* line 165, app/assets/stylesheets/partials/_pages.scss */
body.with-sidebar-rail .internal-rail .sidebar a.sidebar-link .sidebar-link-label .material-icons {
  font-size: 18px;
  color: #71717a;
}

/* line 171, app/assets/stylesheets/partials/_pages.scss */
body.with-sidebar-rail .internal-rail .sidebar a.sidebar-link .badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: #ed1d24;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}

/* line 186, app/assets/stylesheets/partials/_pages.scss */
body.with-sidebar-rail .internal-rail .sidebar .minibox a.block,
body.with-sidebar-rail .internal-rail .sidebar .minibox a.title {
  font-size: 13px;
  font-weight: 600;
  color: #27272a;
  text-decoration: none;
}

/* line 192, app/assets/stylesheets/partials/_pages.scss */
body.with-sidebar-rail .internal-rail .sidebar .minibox a.block:hover,
body.with-sidebar-rail .internal-rail .sidebar .minibox a.title:hover {
  color: #ed1d24;
}

/* line 196, app/assets/stylesheets/partials/_pages.scss */
body.with-sidebar-rail .internal-rail .sidebar .minibox .grey-text {
  font-weight: 500;
  color: #71717a;
  font-size: 12px;
  margin: 2px 0 0;
}

/* line 202, app/assets/stylesheets/partials/_pages.scss */
body.with-sidebar-rail .internal-rail .sidebar .label {
  display: inline-flex;
  align-items: center;
  border-radius: 3px;
  margin-top: 4px;
  margin-bottom: 2px;
  padding: 3px 8px;
  font-weight: 600;
  font-size: 11px;
  background: #ed1d24;
  color: #fff;
  text-decoration: none;
  border: none;
}

/* line 215, app/assets/stylesheets/partials/_pages.scss */
body.with-sidebar-rail .internal-rail .sidebar .label:hover {
  background: #c91820;
  color: #fff;
}

/* line 220, app/assets/stylesheets/partials/_pages.scss */
body.with-sidebar-rail .internal-rail .sidebar > p {
  padding: 0 12px;
  margin: 8px 0;
  color: #52525b;
  font-size: 13px;
  font-weight: 500;
}

@media (max-width: 991px) {
  /* line 229, app/assets/stylesheets/partials/_pages.scss */
  body.with-sidebar-rail .internal-layout {
    flex-direction: column;
    min-height: 0;
  }
  /* line 233, app/assets/stylesheets/partials/_pages.scss */
  body.with-sidebar-rail .internal-rail {
    width: 100%;
    position: static;
    height: auto;
    min-height: 0;
    max-height: none;
    border-right: none;
    border-bottom: 1px solid #e4e4e7;
  }
  /* line 242, app/assets/stylesheets/partials/_pages.scss */
  body.with-sidebar-rail .internal-rail-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    padding: 14px 16px;
    border: 0;
    background: transparent;
    color: #18181b;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    cursor: pointer;
  }
  /* line 257, app/assets/stylesheets/partials/_pages.scss */
  body.with-sidebar-rail .internal-rail-toggle-lead {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
  }
  /* line 262, app/assets/stylesheets/partials/_pages.scss */
  body.with-sidebar-rail .internal-rail-toggle-lead .material-icons {
    font-size: 20px;
    color: #71717a;
    flex-shrink: 0;
  }
  /* line 267, app/assets/stylesheets/partials/_pages.scss */
  body.with-sidebar-rail .internal-rail-toggle-lead span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* line 273, app/assets/stylesheets/partials/_pages.scss */
  body.with-sidebar-rail .internal-rail-chevron {
    color: #71717a;
    transition: transform 0.2s ease;
  }
  /* line 277, app/assets/stylesheets/partials/_pages.scss */
  body.with-sidebar-rail .internal-rail.is-open .internal-rail-chevron {
    transform: rotate(180deg);
  }
  /* line 280, app/assets/stylesheets/partials/_pages.scss */
  body.with-sidebar-rail .internal-rail-body {
    display: none;
    padding: 0 4px 12px;
    border-top: 1px solid #e4e4e7;
  }
  /* line 285, app/assets/stylesheets/partials/_pages.scss */
  body.with-sidebar-rail .internal-rail.is-open .internal-rail-body {
    display: block;
  }
  /* line 288, app/assets/stylesheets/partials/_pages.scss */
  body.with-sidebar-rail .internal-main {
    padding: 20px 16px 40px;
  }
  /* line 291, app/assets/stylesheets/partials/_pages.scss */
  body.with-sidebar-rail .internal-rail .sidebar {
    min-height: 0;
    padding-top: 12px;
  }
}

/* line 298, app/assets/stylesheets/partials/_pages.scss */
.diy-slideshow {
  position: relative;
  margin-left: 20px;
  margin-right: 20px;
  display: block;
  overflow: hidden;
  height: 480px;
  width: 700px;
}

/* line 308, app/assets/stylesheets/partials/_pages.scss */
.diy-slideshow figure {
  position: absolute;
  opacity: 0;
  transition: 1s opacity;
}

/* line 314, app/assets/stylesheets/partials/_pages.scss */
.diy-slideshow figcaption {
  position: absolute;
  font-family: sans-serif;
  font-size: 1.2em;
  bottom: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  padding: 2rem;
  left: 0;
  right: 0;
  font-family: objektiv-mk2, Roboto, sans-serif;
}

/* line 327, app/assets/stylesheets/partials/_pages.scss */
.quotation-person {
  font-style: italic;
  display: block;
  border-top: 1px solid white;
  padding-top: 1rem;
  margin-top: 3rem;
}

/* line 335, app/assets/stylesheets/partials/_pages.scss */
.diy-slideshow figcaption a {
  color: #fff;
}

/* line 339, app/assets/stylesheets/partials/_pages.scss */
.diy-slideshow figure.show {
  opacity: 1;
  position: static;
  transition: 1s opacity;
}

/* line 345, app/assets/stylesheets/partials/_pages.scss */
.diy-slideshow figure.show img {
  height: 480px;
  width: 700px;
  object-fit: cover;
}

/* line 351, app/assets/stylesheets/partials/_pages.scss */
.slideshow.next,
.slideshow.prev {
  color: #fff;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  top: 50%;
  border-radius: 3px;
  z-index: 1;
  font-size: 2em;
  margin-top: -.75em;
  opacity: .3;
  user-select: none;
}

/* line 365, app/assets/stylesheets/partials/_pages.scss */
.slideshow.next:hover,
.slideshow.prev:hover {
  cursor: pointer;
  opacity: 1;
}

/* line 371, app/assets/stylesheets/partials/_pages.scss */
.slideshow.next {
  left: 716px;
  margin-left: 20px;
  padding: 10px 10px 15px 10px;
}

/* line 377, app/assets/stylesheets/partials/_pages.scss */
.slideshow.prev {
  left: 0;
  margin-right: 20px;
  padding: 10px 10px 15px 10px;
}

/* line 383, app/assets/stylesheets/partials/_pages.scss */
.diy-slideshow a {
  color: #fff;
}

/* line 387, app/assets/stylesheets/partials/_pages.scss */
.gray-color {
  color: gray;
}

/* line 391, app/assets/stylesheets/partials/_pages.scss */
.required:after {
  content: " *";
}

/* line 395, app/assets/stylesheets/partials/_pages.scss */
.minheight150 {
  min-height: 150px;
}

/* line 399, app/assets/stylesheets/partials/_pages.scss */
.tb_vertical_resize {
  resize: vertical;
}

/* line 403, app/assets/stylesheets/partials/_pages.scss */
.tb_noresize {
  resize: none;
}
/*!
 * jQuery UI CSS Framework 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit https://jqueryui.com/themeroller/
 */

/*






 */



/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em/*{fsDefault}*/;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
}
.ui-widget-content {
	border: 1px solid #dddddd/*{borderColorContent}*/;
	background: #ffffff/*{bgColorContent}*/ /*{bgImgUrlContent}*/ /*{bgContentXPos}*/ /*{bgContentYPos}*/ /*{bgContentRepeat}*/;
	color: #333333/*{fcContent}*/;
}
.ui-widget-content a {
	color: #333333/*{fcContent}*/;
}
.ui-widget-header {
	border: 1px solid #dddddd/*{borderColorHeader}*/;
	background: #e9e9e9/*{bgColorHeader}*/ /*{bgImgUrlHeader}*/ /*{bgHeaderXPos}*/ /*{bgHeaderYPos}*/ /*{bgHeaderRepeat}*/;
	color: #333333/*{fcHeader}*/;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333/*{fcHeader}*/;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
	background: #f6f6f6/*{bgColorDefault}*/ /*{bgImgUrlDefault}*/ /*{bgDefaultXPos}*/ /*{bgDefaultYPos}*/ /*{bgDefaultRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #454545/*{fcDefault}*/;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545/*{fcDefault}*/;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc/*{borderColorHover}*/;
	background: #ededed/*{bgColorHover}*/ /*{bgImgUrlHover}*/ /*{bgHoverXPos}*/ /*{bgHoverYPos}*/ /*{bgHoverRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #2b2b2b/*{fcHover}*/;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b/*{fcHover}*/;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff/*{borderColorActive}*/;
	background: #007fff/*{bgColorActive}*/ /*{bgImgUrlActive}*/ /*{bgActiveXPos}*/ /*{bgActiveYPos}*/ /*{bgActiveRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #ffffff/*{fcActive}*/;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff/*{borderColorActive}*/;
	background-color: #ffffff/*{fcActive}*/;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff/*{fcActive}*/;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/ /*{bgImgUrlHighlight}*/ /*{bgHighlightXPos}*/ /*{bgHighlightYPos}*/ /*{bgHighlightRepeat}*/;
	color: #777620/*{fcHighlight}*/;
}
.ui-state-checked {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620/*{fcHighlight}*/;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899/*{borderColorError}*/;
	background: #fddfdf/*{bgColorError}*/ /*{bgImgUrlError}*/ /*{bgErrorXPos}*/ /*{bgErrorYPos}*/ /*{bgErrorRepeat}*/;
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f/*{fcError}*/;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	background-image: none;
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_444444_256x240-0ec02058e27f71c352637ad8cf116491b94527208affb95e29534bc6e1c239a4.png)/*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_444444_256x240-0ec02058e27f71c352637ad8cf116491b94527208affb95e29534bc6e1c239a4.png)/*{iconsHeader}*/;
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_555555_256x240-2ae1a3121a9024293d3d98f529f49edd9609e4043974e86304e263f811e865b8.png)/*{iconsHover}*/;
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_ffffff_256x240-063ff6c0b18fa40b9a89952c7a14ba75909dc2a6012612d83c40b9ef77df08e9.png)/*{iconsActive}*/;
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_777620_256x240-db31659e24ef3c3402c3cce811aaa4f6e6c69d353f32ddf40ce43f80e98e1297.png)/*{iconsHighlight}*/;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_cc0000_256x240-32d2aace8d299dd84d2e10ce1f1eb9cbb83550e147a4147b474eb22510dac5c3.png)/*{iconsError}*/;
}
.ui-button .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_777777_256x240-03396f638d0837b69aa809188d82742d27a85eb85d105d4d553520df635176b7.png)/*{iconsDefault}*/;
}

/* positioning */
/* Three classes needed to override `.ui-button:hover .ui-icon` */
.ui-icon-blank.ui-icon-blank.ui-icon-blank {
	background-image: none;
}
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px/*{cornerRadius}*/;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa/*{bgColorOverlay}*/ /*{bgImgUrlOverlay}*/ /*{bgOverlayXPos}*/ /*{bgOverlayYPos}*/ /*{bgOverlayRepeat}*/;
	opacity: .3/*{opacityOverlay}*/;
}
.ui-widget-shadow {
	box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
}
/*!
 * jQuery UI Dialog 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/dialog/#theming
 */
/*

 */
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
/*
 * This is a manifest file that'll be compiled into seamless2020.css, which will include
 * the Sass partials listed below.
 *
 * Font @imports must come first — browsers ignore @import after other CSS rules.













 */
