@charset "UTF-8";
/*
 * You can change the values of the variables here to get different layouts,
 * but don't remove any variable else the SASS will not compile
 */
/* SASS */
/* Change to match your logo and its dimensions */
/* The sprites file for various icons */
/* Add your custom variables, if needed, below here */
/* line 2, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
.devise #content {
  max-width: 800px;
  margin: 0 auto;
}

/* line 8, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

/* line 17, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #009688;
  background-color: #FFF;
  border: 1px solid #dee2e6;
}

/* line 27, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
aside .page-item {
  margin-top: 12px;
}

/* line 29, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
.page-link:hover {
  color: #004a43;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* line 36, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
.page-link:focus {
  z-index: 2;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 42, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 46, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 52, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

/* line 57, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
.page-item.active .page-link {
  z-index: 1;
  color: #FFF;
  background-color: #009688;
  border-color: #009688;
}

/* line 64, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #FFF;
  border-color: #dee2e6;
}

/* line 72, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.09375rem;
  line-height: 1.5;
}

/* line 78, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

/* line 83, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

/* line 88, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.765625rem;
  line-height: 1.5;
}

/* line 94, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

/* line 99, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

/* line 105, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
ul.pagination {
  display: inline-flex;
  flex-wrap: wrap;
}

/* line 106, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
.text-right {
  text-align: right !important;
}

/* line 109, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
nav.text-right {
  clear: both;
}

/* line 113, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
.btn {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  border: 2px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 2px;
  transition: box-shadow 0.3s cubic-bezier(0.35, 0, 0.25, 1), transform 0.2s cubic-bezier(0.35, 0, 0.25, 1), background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  background-color: #0061b6;
  color: white;
}

/* line 128, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
.btn:not([disabled]):not(.disabled):not(.btn-link):hover, .btn:not([disabled]):not(.disabled):not(.btn-link):focus {
  text-decoration: none;
  transform: translate3d(0, -1px, 0);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
}

/* line 133, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
.btn a, a.btn {
  color: white;
}

/* line 136, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
.semiStaticCart {
  float: right;
  position: relative;
  background-color: #0061b6;
  border-radius: 2px;
  height: 32px;
  margin: 6px;
}

/* line 144, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
.semiStatic
.semiStaticCart.update {
  background-color: green;
}

/* line 148, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
.semiStaticCart.remove {
  background-color: red;
}

/* line 151, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
.semiStaticCart input,
.semiStaticCart img {
  position: relative;
  padding: 0 6px;
  margin: 0px;
  height: 32px;
  z-index: 1;
}

/* line 159, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
.semiStaticCartContent {
  position: absolute;
  font-size: 32px;
  top: -8px;
  right: 15px;
  color: white;
}

/* line 166, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
.remove .semiStaticCartContent {
  top: -3px;
  right: 13px;
  font-size: 20px;
}

/* line 171, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
#dialog.semiStaticCartDialog {
  padding: 12px;
  background-color: #0061b6;
  border-radius: 2px;
  position: fixed;
  bottom: 12px;
  right: 12px;
  z-index: 1000;
  border: 2px solid white;
  color: white;
}

/* line 179, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
#semiStaticShoppingCartStatus h2 {
  margin-top: 0px;
  padding-bottom: 8px;
  border-bottom: 1px white solid;
  color: white;
}

/* line 185, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
#semiStaticShoppingCartStatus > img {
  margin-top: -6px;
  float: right;
  height: 32px;
}

/* line 190, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
#semiStaticShoppingCartStatus p {
  text-align: right;
}

/* line 193, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
.side-bar #semiStaticShoppingCartStatus .section {
  border-top: 0;
  background-color: transparent;
}

/* line 197, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
.side-bar #semiStaticShoppingCartStatus h2 {
  margin-top: 0;
  color: white;
}

/* line 201, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
.side-bar #semiStaticShoppingCartStatus {
  padding: 12px;
  margin: 9px 6px 12px;
}

/* line 205, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
.side-bar #semiStaticShoppingCartStatus,
#semiStaticShoppingCartStatus {
  background-color: #0061b6;
  color: white;
  border-radius: 2px;
}

/* line 211, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
#semiStaticShoppingCartStatus input[type='submit'],
#semiStaticShoppingCartStatus a {
  display: block;
  background-color: white;
  color: #0061b6;
  text-align: center;
  padding: 12px;
  margin: 12px 0 0 0;
  border-radius: 2px;
  border: 0;
}

/* line 222, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
.semiStaticOrderSummary div a {
  color: white;
}

/* line 225, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
.semiStaticCheckout h2 a {
  text-decoration: underline;
}

/* line 228, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
.semiStaticCheckout {
  border-radius: 2px;
  padding: 12px;
  background-color: white;
}

/* line 233, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
.semiStaticCheckout hr {
  border: 0;
  border-top: 1px solid #d0d0d0;
}

/* line 237, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
.semiStaticCheckout input[type='number'] {
  max-width: 46px;
}

/* line 240, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
.semiStaticRemoveFromCart {
  background-color: red;
  border-radius: 4px;
  float: right;
  margin: 6px;
}

/* line 246, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
.semiStaticCartQuantities {
  float: right;
  margin-top: 8px;
}

/* line 252, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
.mobile {
  display: none;
}

/* line 256, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
.popped {
  max-width: 90%;
  max-height: 90%;
  display: block;
  position: fixed;
  background-repeat: no-repeat;
  background-attachment: local;
  overflow: visible;
  z-index: 2000;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  box-sizing: content-box;
}

/* line 261, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
#dialog.video_popup {
  max-width: 80%;
  width: 640px;
  height: auto;
  overflow: visible;
  overflow-y: visible;
}

/* line 262, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
#dialog.video_popup .yt_video {
  overflow: hidden;
}

/* line 263, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
#dialog .video_caption {
  width: 100%;
  height: 32px;
  text-align: center;
}

/* line 264, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
#popoff {
  background-color: transparent;
  width: 100%;
  height: auto;
  cursor: pointer;
  touch-action: manipulation;
}

/* line 268, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
#popoffInner {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
}

/* line 269, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
.popped:hover #popup_caption {
  opacity: 0.0;
}

/* line 270, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
#dialog #popupCloseButton {
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid white;
  color: white;
  background-color: black;
  position: absolute;
  width: 28px;
  top: -18px;
  right: -18px;
  text-align: center;
  height: 28px;
  line-height: 26px;
  cursor: pointer;
}

/* line 275, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
#semiStaticCright, #semiStaticCleft {
  z-index: 3000;
  position: absolute;
  width: 100px;
  top: 0;
  bottom: 0;
  color: transparent;
}

/* line 276, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
#semiStaticCright {
  right: 0px;
}

/* line 277, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
#semiStaticCright:after {
  content: '>';
  right: 20px;
}

/* line 278, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
#semiStaticCleft:after {
  content: '<';
  left: 20px;
}

/* line 279, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
#semiStaticCright:after, #semiStaticCleft:after {
  font-size: 96px;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 286, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
#popoff:hover .carousel {
  color: white;
  text-shadow: 0 0 4px black;
}

/* line 290, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
#popup_caption {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.9);
  color: black;
  font-size: 14px;
  bottom: 0px;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  transition: opacity 1s ease-in-out;
  border-top: 1px solid #a8a8a8;
  margin-top: 4px;
  padding: 12px;
}

/* line 297, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
.popable::after {
  content: '↔';
  font-size: 20px;
  position: absolute;
  top: 3px;
  right: 3px;
  color: #e0e0e0;
  padding: 4px;
  background-color: rgba(0, 0, 0, 0.7);
  border: 1px solid #d8d8d8;
  border-radius: 50%;
  height: 24px;
  width: 24px;
  line-height: 22px;
  transform: rotate(135deg);
}

/* line 307, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
.image_wrapper {
  position: relative;
}

/* line 308, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
.side_bar .popable::after {
  top: 42px;
  right: 12px;
}

@-moz-document url-prefix() {
  /* line 312, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
  .popable::after {
    line-height: 20px;
  }
}
/* line 316, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
#results td {
  background-color: white;
}

/* line 317, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
#results tr.last td {
  border-bottom: 1px solid #888;
}

/* line 318, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
#results td.score {
  background-color: #f0f4f8;
  border-bottom: 1px solid #888;
}

/* line 321, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
a.squeeze {
  display: block;
  background-color: #dcdcdc;
  border: 1px solid #bbb;
  padding: 0 8px;
  text-align: center;
  border-radius: 8px;
  margin: 8px 10%;
}

/* line 323, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
.entryIcon {
  float: left;
  width: 64px;
  height: 64px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 64px 64px;
  padding-right: 18px;
  border-right: 1px solid #a0a0a0;
  margin: 0 12px 12px 0;
}

/* line 329, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
a.entryIconLink + h1 {
  padding-bottom: 7px;
}

/* line 332, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
.extra-padding {
  padding: 6px;
}

/* line 333, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
.sidebar {
  margin-bottom: 8px;
}

/* line 334, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
.entry p a, .entry li a {
  color: #303030;
  border-bottom: 0.0625rem solid #dcdcdc;
  text-decoration: none;
  transition: border-color 0.2s ease-out 0s;
}

/* line 341, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
.entry p a:hover,
.entry p a:focus {
  border-bottom: 0.0625rem solid #a0a0a0;
}

/* Stop element going outside of viewport on mobile screens */
/* line 347, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
.html, .caption, p {
  word-wrap: break-word;
}

/* line 351, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
.caption {
  font-size: 14px;
  text-align: center;
  border-top: none;
  width: 100%;
}

/* line 358, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
figure {
  text-align: center;
}

/* line 359, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
figure img {
  width: 100%;
}

/* line 361, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
.entry .caption {
  max-width: 324px;
  margin: 0 auto;
}

/* line 365, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
.entry .caption.free, .entry img.free {
  max-width: none;
}

/* line 368, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
.caption p {
  margin-top: 0px;
}

/* line 371, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
.entry .caption {
  border-bottom: 1px solid #d0d0d0;
}

/* line 374, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
.entry .caption-inner {
  margin-top: -4px;
  padding: 4px 4px 6px;
}

/* line 379, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
.floater {
  position: relative;
  z-index: 10;
}

/* Job posting table */
/* line 385, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
.job-posting td {
  padding: 6px 18px;
}

/* line 386, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
.job-posting td p {
  padding-left: 0;
  padding-right: 0;
}

/* line 387, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
.job-posting {
  margin: 0 18px 18px 18px;
  border: 1px solid #aaa;
}

/* line 388, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
.job-posting table td * {
  margin-left: 0;
  margin-right: 0;
}

/* Subscriber teasers */
/* line 391, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
.subscriber_block {
  position: relative;
  margin-top: -128px;
  padding: 128px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  z-index: 100000;
}

/* line 398, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
.subscriber_notice {
  position: absolute;
  left: 32px;
  right: 32px;
  top: 32px;
  bottom: 32px;
  width: 80%;
  margin: 32px auto;
  text-align: center;
  border: 1px solid #0060aa;
  background-color: white;
  padding: 24px;
  display: table;
}

/* line 407, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
.subscriber_instruction {
  line-height: 32px;
}

/* line 411, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
h4 {
  font-weight: normal;
  color: black;
  margin-top: 6px;
  margin-bottom: 12px;
}

/* line 413, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
#toTop {
  display: none;
}

/* line 416, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
#menu-loading-wrapper {
  display: none;
}

/* line 419, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
#menu-loading {
  display: none;
  width: 80%;
  margin: 6px auto;
  color: #0061b6;
  text-align: center;
  height: 20px;
}

/* line 427, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
#slide-menu-wrapper .wrapper a.subLink {
  text-transform: none;
  display: block;
  margin: 12px 0;
}

/* line 429, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
.block_button {
  text-align: center;
  margin: 8px auto;
}

/* line 433, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
.block_button a {
  background-color: #0061b6;
  border-radius: 4px;
  padding: 12px;
  display: inline-block;
  color: white;
}

/* line 441, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
.yt_video iframe {
  width: 100% !important;
  border: 0;
}

/* line 445, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

/* line 452, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
div.field, div.actions {
  margin-bottom: 10px;
}

/* line 457, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
.field_with_errors {
  padding: 2px;
  background-color: red;
  display: table;
}

/* line 463, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
#error_explanation {
  width: 96%;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 0;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}
/* line 470, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
#error_explanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  margin-bottom: 0px;
  background-color: #c00;
  color: #fff;
}
/* line 480, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
#error_explanation ul li {
  font-size: 12px;
  list-style: square;
}

/* line 487, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
.inlineTeaser a {
  text-decoration: none;
  background-color: #303030;
  color: #0061b6;
  display: flex;
  margin: 48px auto;
  max-width: 80%;
  align-items: center;
  border-radius: 0 3px 3px 0;
}

/* line 497, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
.inlineTeaser a:hover {
  transform: translate3d(0, -1px, 0);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
}

/* line 501, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
.inlineTeaser a .inlineTeaserImg {
  max-width: 25%;
}

/* line 504, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
.inlineTeaserText {
  padding: 6px 12px;
  flex: 1 1 auto;
}

/* line 508, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/shared.scss */
.inlineTeaserText p {
  text-align: center;
}

/*  SECTIONS  */
/* line 2, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/grid.scss */
.section {
  clear: both;
  padding: 0px;
  margin: 0px;
}

/*  COLUMN SETUP  */
/* line 5, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/grid.scss */
.col {
  width: 100%;
  position: relative;
  display: block;
  float: left;
  margin: 1% 0 1% 1.6%;
}

/* line 6, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/grid.scss */
.col:first-child, .col:first-child {
  margin-left: 0;
}

/* RESIZING IMAGES */
/* line 15, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/grid.scss */
.span_1_of_2_of_1_of_4 {
  width: 100%;
  margin: 0px;
}

/*  GROUPING  */
/* line 18, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/grid.scss */
.group:before, .group:after {
  content: '';
  display: table;
}

/* line 19, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/grid.scss */
.group:after {
  clear: both;
}

/*  GRID OF TWO    */
/* line 22, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/grid.scss */
.span_2_of_2 {
  width: 100%;
}

/* line 23, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/grid.scss */
.span_1_of_2 {
  width: 49.2%;
}

/* line 24, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/grid.scss */
.span_1_of_2_of_1_of_4 {
  width: 49.2%;
}

/*  GRID OF THREE  */
/* line 27, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/grid.scss */
.span_3_of_3 {
  width: 100%;
}

/* line 28, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/grid.scss */
.span_2_of_3 {
  width: 66.1%;
}

/* line 29, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/grid.scss */
.span_1_of_3 {
  width: 32.2%;
}

/*  GRID OF FOUR   */
/* line 32, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/grid.scss */
.span_4_of_4 {
  width: 100%;
}

/* line 33, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/grid.scss */
.span_3_of_4 {
  width: 74.6%;
}

/* line 34, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/grid.scss */
.span_2_of_4 {
  width: 49.2%;
}

/* line 35, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/grid.scss */
.span_1_of_4 {
  width: 23.8%;
}

/*  GRID OF FIVE    */
/* line 38, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/grid.scss */
.span_5_of_5 {
  width: 100%;
}

/* line 39, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/grid.scss */
.span_4_of_5 {
  width: 79.68%;
}

/* line 40, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/grid.scss */
.span_3_of_5 {
  width: 59.36%;
}

/* line 41, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/grid.scss */
.span_2_of_5 {
  width: 39.04%;
}

/* line 42, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/grid.scss */
.span_1_of_5 {
  width: 18.72%;
}

@media only screen and (max-width: 860px) {
  /* line 45, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/grid.scss */
  .span_1_of_2_of_1_of_4 {
    width: 100%;
  }
}
@media only screen and (min-width: 500px) {
  /* line 49, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/grid.scss */
  .span_1_of_2_of_1_of_4 .span_1_of_2 {
    width: 49.2% !important;
  }
}
/*  GO FULL WIDTH AT LESS THAN 580 PIXELS */
@media only screen and (max-width: 580px) {
  /* line 55, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/grid.scss */
  .col {
    margin: 1% 0 1% 0%;
  }

  /* line 56, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/grid.scss */
  .span_4_of_4 {
    width: 100%;
  }

  /* line 57, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/grid.scss */
  .span_3_of_4 {
    width: 100%;
  }

  /* line 58, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/grid.scss */
  .span_2_of_4 {
    width: 100%;
  }

  /* line 59, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/grid.scss */
  .span_1_of_4 {
    width: 100%;
  }

  /* line 60, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/grid.scss */
  .span_2_of_2 {
    width: 100%;
  }

  /* line 61, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/grid.scss */
  .span_1_of_2 {
    width: 100%;
  }

  /* line 63, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/grid.scss */
  .span_3_of_3 {
    width: 100%;
  }

  /* line 64, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/grid.scss */
  .span_2_of_3 {
    width: 100%;
  }

  /* line 65, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/grid.scss */
  .span_1_of_3 {
    width: 100%;
  }
}
/* line 15, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
html {
  overflow-y: scroll;
}

/* line 16, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
body {
  background-color: white;
  margin: 0px;
  font-size: 16px;
  font-family: 'Raleway', 'Ubuntu', Arial, Verdana, Helvetica, sans-serif;
  color: #181828;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAIAAADZSiLoAAAAHElEQVQIHWP48+fP9+/f////zwCkgBwQC4ghAACODRqkCkEF0QAAAABJRU5ErkJggg==) repeat;
}

/* line 27, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
a {
  text-decoration: none;
  color: black;
}

/* line 28, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
fieldset {
  border: none;
}

/* line 34, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
h1 a {
  color: #0061b6;
}

/* line 35, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
h2 {
  font-size: 20px;
  font-weight: normal;
}

/* line 41, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
#top {
  height: 75px;
  background-color: white;
  z-index: 200;
  box-shadow: 0 0 7px #7c7c7c;
  width: 100%;
  position: fixed;
  top: 0px;
}

/* line 50, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
#top ul {
  margin: 0;
  padding: 0;
}

/* line 54, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
#bar {
  min-height: 75px;
}

/* line 58, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
#bar-menu {
  z-index: 1000;
  box-shadow: 0 0 2px #686868;
  background-color: #303030;
  position: relative;
  right: 0px;
  height: 30px;
  float: right;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  margin-right: 42px;
  font-size: 14px;
}

/* line 72, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
#bar-menu ul {
  list-style: outside none none;
  font-size: 16px;
  color: white;
  margin: 0px 12px 0px 14px;
}

/* line 79, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
#bar-menu li {
  float: right;
}

/* line 83, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
#bar-menu li a {
  color: #d8d8d8;
  background: url(/assets/vert-sprites-light-db2eecf399fd58ceb391df2a970a39f0354f35184da79498a40e8d9d3551f752.png) no-repeat scroll 0 0 transparent;
  display: block;
  padding: 5px 8px 0 14px;
}

/* line 90, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
#logo-wrapper {
  background: none repeat scroll 0 0 white;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  margin-left: 12px;
  width: 202px;
  z-index: 2000;
  position: relative;
}

/* line 100, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
#menu-wrapper {
  z-index: 1000;
  top: -40px;
  right: 0px;
  position: relative;
}

/* line 107, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
.contain {
  margin: 0 auto;
  max-width: 1400px;
}

/* line 112, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
#bar-menu .sign-in a {
  float: right;
  display: block;
  padding: 4px 8px 4px 32px;
  background: transparent url(/assets/vert-sprites-big-plus-f8f88ce809d3cab4859890d950a5937d5916d38552f20d13bad7e696f215cf3a.png) 0px -290px no-repeat;
}

/* line 113, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
#bar-menu .contact a {
  float: right;
  display: block;
  padding: 4px 8px 4px 32px;
  background: transparent url(/assets/vert-sprites-big-plus-f8f88ce809d3cab4859890d950a5937d5916d38552f20d13bad7e696f215cf3a.png) 0px -194px no-repeat;
}

/* line 114, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
#bar-menu .search a {
  float: right;
  display: block;
  padding: 4px 8px 4px 32px;
  background: transparent url(/assets/vert-sprites-big-plus-f8f88ce809d3cab4859890d950a5937d5916d38552f20d13bad7e696f215cf3a.png) 0px -226px no-repeat;
}

/* line 115, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
#bar-menu .icon a {
  background-size: 28px 352px;
}

/* line 117, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
#tag-wrapper {
  clear: both;
  position: relative;
  top: 90px;
}

/* line 123, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
#tagline {
  width: 90%;
  text-align: center;
  margin: 0px auto;
  color: #282828;
  text-shadow: 1px 2px 5px black;
  font-size: 28px;
  font-weight: normal;
  text-shadow: -2px 8px 4px rgba(0, 0, 0, 0.2), 0 -5px 35px rgba(255, 255, 255, 0.3);
}

/* line 129, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
#logo {
  width: 202px;
  height: 38px;
  background: transparent url(/assets/logo-indexed-55b96683e85336377dbc4e3bfddc7aefeca02a2c0ee512dbb45c23bc7bc5bfec.png) 0 0 no-repeat;
  color: transparent;
}

/* line 135, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
#menu-main {
  float: right;
}

/* line 136, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
#menu-main .wrapper:hover {
  text-decoration: none;
}

/* line 137, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
#menu-main .col {
  margin-left: 8px;
  width: auto;
  float: right;
}

/* line 138, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
#menu-main .wrapper:hover {
  text-decoration: underline;
}

/* line 140, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
#menu {
  z-index: 500;
  width: 98%;
  margin: 0 auto;
  font-size: 20px;
  font-weight: bold;
  padding-right: 12px;
}

/* line 146, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
#menu a {
  color: #282828;
  font-weight: normal;
  float: right;
  margin-left: 12px;
}

/* line 151, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
#menu .col {
  text-align: right;
}

/* line 155, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
nav li {
  line-height: 20px;
  list-style: outside none none;
}

/* Start of slider stuff */
/* line 160, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
#menu-button .text {
  display: none;
  text-align: center;
}

/* line 161, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
#menu-button, #menu-close {
  cursor: pointer;
  position: relative;
  z-index: 500;
}

/* line 165, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
#menu-close {
  text-align: right;
}

/* line 166, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
#menu-button {
  float: right;
  width: 32px;
  top: 0;
  right: 0;
  padding: 4px 4px 4px 12px;
}

/* line 167, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
#menu-button-wrapper {
  z-index: 500;
  top: 0;
  width: 100%;
  position: fixed;
  width: 100%;
  max-width: 1400px;
  height: 0;
}

/* line 169, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
#menu-button .menu-line {
  height: 5px;
  width: 80%;
  background-color: #0061b6;
  border-radius: 2px;
  margin: 2px auto;
}

/* line 174, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
#slide-menu {
  height: 100%;
}

/* line 175, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
#slide-menu-wrapper .locales {
  padding-top: 8px;
  clear: both;
}

/* line 180, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
#slide-menu-window.open {
  min-width: 300px;
  overflow: visible;
}

/* line 184, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
#slide-menu-window {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  overflow: hidden;
  height: 100%;
}

/* line 191, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
.open #slide-menu-wrapper {
  right: 0px;
}

/* line 194, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
#slide-menu-wrapper {
  transition: right 0.5s ease-in 0s;
  box-shadow: 0 0 80px black;
  background-color: #0061b6;
  color: white;
  max-width: 100%;
  min-height: 100%;
  position: absolute;
  right: -412px;
  top: 0;
  min-width: 300px;
  z-index: 2000;
  padding: 6px;
}

/* line 208, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
#slide-menu-main {
  padding: 0px 6px;
}

/* line 209, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
#slide-menu-wrapper .wrapper .text {
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 8px;
  font-size: 18px;
}

/* line 214, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
#slide-menu-wrapper .searchform input {
  width: auto;
}

/* line 216, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
#slide-menu-wrapper .wrapper {
  text-align: right;
  margin-bottom: 8px;
}

/* line 221, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
#slide-menu-wrapper a {
  color: #dcdcdc;
}

/* line 222, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
#slide-menu-wrapper .wrapper a:hover {
  color: white;
}

/* line 223, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
#slide-menu-wrapper .wrapper a {
  color: #dcdcdc;
  font-size: 16px;
  text-shadow: none;
  display: inline-block;
}

/* line 229, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
#slide-menu-wrapper .wrapper a, #slide-menu-wrapper li a {
  line-height: 28px;
}

/* line 232, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
#slide-menu-wrapper .sub-menu {
  margin: 4px 0 12px;
  display: block;
  position: relative;
  background-color: transparent;
  border: none;
  text-align: right;
  z-index: 1;
}

/* line 241, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
#slide-menu-wrapper .sub-menu a {
  text-transform: none;
  text-shadow: none;
  display: block;
  padding: 4px 0;
}

/* line 247, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
#slide-menu-wrapper .bar-menu {
  margin-top: 12px;
  border-top: 1px solid #a0a0a0;
  text-align: right;
}

/* line 252, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
#slide-menu-wrapper .bar-menu .icon {
  padding-right: 12px;
}

/* line 255, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
#slide-menu .locales a {
  text-transform: uppercase;
  float: right;
  margin-right: 12px;
  font-size: 20px;
}

/* line 261, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
#close-sym {
  font-size: 46px;
  color: #dcdcdc;
  line-height: 32px;
  padding-bottom: 32px;
}

/* End of slider stuff */
/* line 270, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
#menu .wrapper .text {
  display: block;
  overflow: hidden;
  height: 24px;
}

/* line 276, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
#menu .wrapper .icon {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: -1;
}

/* line 284, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
#menu .wrapper a:hover {
  color: #fff;
}

/* line 292, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
.locale img {
  margin-top: -6px;
}

/* line 293, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
#bar-menu .locale a {
  background-image: none;
}

/* line 299, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
#container {
  background-color: white;
  box-shadow: 0 0 2px #c8c8c8;
}

/* line 300, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
#frame {
  margin-top: 105px;
}

/* Home page entry images are slightly smaller */
/* line 307, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
#search-bar {
  margin-top: 0px;
  margin-bottom: 10px;
}

/* line 310, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
#slide-menu, #container, #menu-wrapper, #footer-inner, #tag-wrapper {
  margin: 0px auto;
  max-width: 1400px;
  background-color: transparent;
}

/* line 316, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
#search-wrapper {
  padding: 4px 0px 4px 4px;
  text-align: center;
}

/* line 322, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
#content, .content {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 12px;
}

/* line 327, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
#container:after {
  content: '';
  display: table;
  clear: both;
}

/* line 333, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
#footer {
  color: white;
  clear: both;
  border-top: 1px solid #d8d8d8;
  min-height: 50px;
  background-color: #0061b6;
}

/* line 334, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
#footer a {
  color: white;
}

/* line 335, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
#footer img {
  float: right;
  margin: -9px 0 0 8px;
}

/* line 336, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
#footer .credits {
  float: left;
  width: 20%;
  text-align: center;
}

/* line 337, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
#footer .credits, #footer .copy {
  color: white;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

/* line 344, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
#footer .notices {
  clear: both;
  font-size: 12px;
  margin-top: 8px;
}

/* line 345, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
#footer .copy {
  width: 40%;
  float: left;
  margin: 0px;
}

/* line 346, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
#footer .copy p {
  color: white;
  font-size: 12px;
  margin: 0;
  padding: 0 0 0 5px;
}

/* line 347, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
#footer .stamps {
  float: left;
  width: 40%;
  margin-top: -15px;
}

/* line 348, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
#footer h3 {
  color: white;
  font-weight: normal;
}

/* line 349, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
#footer .inner {
  padding: 0 4%;
}

/* line 351, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
#bar-in-menu ul, #top ul, #footer ul {
  list-style: none outside none;
  padding-left: 0px;
}

/* line 353, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
#footer .col:last-child h3, #footer .col:last-child li {
  text-align: right;
}

/* line 357, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
.panel {
  padding: 2px 8px 0px;
  min-height: 50px;
  margin-bottom: 10px;
  position: relative;
  border-radius: 2px;
}

/* line 365, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
.doc-inner:after, .panel:after {
  clear: both;
  content: '';
  display: table;
}

/* TODO: News not shown on home page for this theme, so move to site.css */
/* line 373, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
.index.panel, .news .panel {
  border-bottom: 1px solid #e0e0e0;
  padding: 2px 0px 0px;
  box-shadow: none;
  min-height: 0;
}

/* line 379, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
.doc-inner, .news {
  background-color: #f0f4f8;
}

/* Classes from site helper */
/* line 382, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
.panel.hard {
  box-shadow: 0px 0px 1px black;
}

/* line 386, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
.panel:last-child.dotted, .panel.dotted {
  border: 1px dashed #c1c1c1;
  box-shadow: none;
}

/* line 391, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
.panel.feint {
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 395, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
.panel.wobble, .panel.flat {
  box-shadow: none;
  border: 0px;
}

/* line 399, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
.panel.collapse {
  margin-bottom: 1px;
}

/* line 403, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
.panel.highlight {
  background-color: #303030;
  color: white;
}

/* line 406, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
.panel:last-child {
  border-bottom: none;
}

/* line 407, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
.gallery, .news, .social {
  margin-bottom: 10px;
  padding: 6px 11px;
  border-radius: 2px;
}

/* line 412, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
.social {
  padding: 2px 0px;
  width: 100%;
  text-align: center;
}

/* line 418, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
.social-inner {
  display: inline-block;
}

/* line 421, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
.gallery h2 a, .gallery h2, .news h2 a, .news h2 {
  border-bottom: 1px solid #808080;
}

/* line 422, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
.list h1, .panel.list h2 {
  color: #0061b6;
  border-bottom: 1px solid #808080;
  text-align: center;
}

/* line 424, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
.social a {
  color: #303030;
  vertical-align: bottom;
  line-height: 20px;
}

/* line 432, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
#html5 {
  float: right;
  margin: -4px 5px 0 0px;
  width: 25px;
  height: 33px;
  background: transparent url(/assets/hoz-sprites-080430868995286b5486bd1fadc0c0ac3f5d715744ad2b49d89544ff95c78de8.png) -97px center no-repeat;
}

/* line 434, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
#facebook {
  float: right;
  padding: 4px 8px 4px 32px;
  background: transparent url(/assets/vert-sprites-big-plus-f8f88ce809d3cab4859890d950a5937d5916d38552f20d13bad7e696f215cf3a.png) 0 1px no-repeat;
}

/* line 435, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
#youtube {
  float: right;
  padding: 4px 8px 4px 32px;
  background: transparent url(/assets/vert-sprites-big-plus-f8f88ce809d3cab4859890d950a5937d5916d38552f20d13bad7e696f215cf3a.png) 0 -31px no-repeat;
}

/* line 436, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
#twitter {
  float: right;
  padding: 4px 8px 4px 32px;
  background: transparent url(/assets/vert-sprites-big-plus-f8f88ce809d3cab4859890d950a5937d5916d38552f20d13bad7e696f215cf3a.png) 0 -63px no-repeat;
}

/* line 437, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
#linkedin {
  float: right;
  padding: 4px 8px 4px 32px;
  background: transparent url(/assets/vert-sprites-big-plus-f8f88ce809d3cab4859890d950a5937d5916d38552f20d13bad7e696f215cf3a.png) 0 -95px no-repeat;
}

/* line 438, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
#googleplus {
  float: right;
  padding: 4px 8px 4px 32px;
  background: transparent url(/assets/vert-sprites-big-plus-f8f88ce809d3cab4859890d950a5937d5916d38552f20d13bad7e696f215cf3a.png) 0 -127px no-repeat;
}

/* line 439, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
#xing {
  float: right;
  padding: 4px 8px 4px 32px;
  background: transparent url(/assets/vert-sprites-big-plus-f8f88ce809d3cab4859890d950a5937d5916d38552f20d13bad7e696f215cf3a.png) 0 -159px no-repeat;
}

/* line 440, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
#instagram {
  float: right;
  padding: 4px 8px 4px 32px;
  background: transparent url(/assets/vert-sprites-big-plus-f8f88ce809d3cab4859890d950a5937d5916d38552f20d13bad7e696f215cf3a.png) 0 -318px no-repeat;
}

/* line 442, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
.social:after, .panel:after {
  content: '';
  display: table;
  clear: both;
}

/* line 444, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
h1 {
  font-size: 24px;
  font-weight: normal;
}

/* line 445, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
h1 {
  margin: 6px 0px 8px;
  color: #0061b6;
}

/* line 446, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
h2, h3 {
  margin: 6px 0px 6px;
  color: #303030;
  font-weight: normal;
}

/* line 447, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
h2 a, h3 a {
  color: #303030;
}

/* line 448, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
.panel h2 {
  text-align: left;
  color: #0061b6;
}

/* line 452, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
.popped {
  border: 4px solid white;
  border-radius: 2px;
  box-shadow: 0 0 7px #7c7c7c;
}

/* line 453, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
.panel.photo {
  text-align: center;
}

/* line 456, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
.news .image {
  text-align: center;
}

/* line 459, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
.news .image img, .index .photo img, .panel.photo img {
  max-width: 100%;
}

/* line 462, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
.news .image img, .index .photo img, .panel img.logo, .panel.photo img {
  border: 1px solid white;
  box-shadow: 0 0 2px #fff;
}

/* line 467, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
.searchform {
  display: inline-block;
  margin: 0px;
  width: 100%;
}

/* line 474, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
.searchform .searchfield {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #BCBBBB;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
  outline: medium none;
  padding: 8px 6px 6px 8px;
  width: 202px;
}

/* line 483, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
.searchform input[text] {
  font: 16px Arial,Helvetica,sans-serif;
  width: 260px;
}

/* line 487, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
.searchbutton {
  vertical-align: bottom;
}

/* line 491, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
#notice {
  text-align: center;
  background-color: white;
  border: 1px solid #808080;
  border-radius: 4px;
  width: 88%;
  margin: 0 auto;
  padding: 6px 5%;
}

/* line 496, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
.html {
  padding: 0;
  margin-bottom: 8px;
}

/* line 497, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
.link, .more {
  clear: both;
  text-align: right;
  padding-bottom: 8px;
}

/* line 502, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
.link {
  text-align: center;
}

/* line 503, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
.link a, .more a {
  background: transparent url(/assets/vert-sprites-big-plus-f8f88ce809d3cab4859890d950a5937d5916d38552f20d13bad7e696f215cf3a.png) right -290px no-repeat;
  background-size: 28px 352px;
  padding: 4px 32px 4px 8px;
  margin: 2px 0px 6px;
}

/* line 509, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
.feint .more a, .flat .more a, .news .more a {
  background: transparent url(/assets/vert-sprites-big-plus-f8f88ce809d3cab4859890d950a5937d5916d38552f20d13bad7e696f215cf3a.png) right -290px no-repeat;
  color: #d8d8d8;
}

/* line 514, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
.feint .more a, .flat .more a {
  color: #b0b0b0;
}

/* line 517, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
.panel .icon {
  float: left;
}

/* line 521, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
#menu .wrapper {
  position: relative;
  z-index: 10;
}

/* Custom menu icons */
/* line 529, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
.icon .custom {
  position: relative !important;
  height: 40px;
  opacity: 0.0;
  display: block;
  top: -17px;
  margin-right: -10px;
  border-bottom: 4px solid #fff;
}

/* line 543, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
#selected .icon .custom {
  border-bottom: 4px solid #0061b6 !important;
  opacity: 1.0 !important;
}

/* line 551, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
#slide-selected:before {
  content: '»';
  font-weight: bold;
}

/* line 553, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
#menu:hover .wrapper .icon .custom {
  display: none;
  opacity: 0.0;
}

/* line 554, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
#menu .wrapper:hover .icon .custom {
  border-bottom: 4px solid #fff !important;
  opacity: 1.0 !important;
  display: block !important;
}

/* End custom menu icons */
/* To help when inserting YouTube videos... */
/* line 564, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
.panel iframe, .video iframe {
  border: medium none;
  width: 98.5%;
}

/* Search input overflows already at less than 1020px */
@media only screen and (max-width: 1020px) {
  /* line 575, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
  .searchform input[text] {
    width: 74%;
  }
}
/* line 581, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
.entry .wrapping {
  margin-left: 0;
}

/* line 582, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
.entry .floater {
  margin-left: 1.6%;
  position: relative;
  z-index: 10;
}

@media only screen and (max-width: 760px) {
  /* line 589, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
  .floater img {
    margin-top: 6px !important;
  }

  /* line 593, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
  .wrapping {
    margin-left: 1.6%;
  }

  /* line 594, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
  .floater {
    margin-left: 0 !important;
  }

  /* line 596, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
  .searchform input[text] {
    width: 66%;
  }
}
/* Basic mobile portrait or perhaps tablet portrait layout */
@media only screen and (max-width: 750px) {
  /* line 601, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
  .mobile {
    display: block !important;
  }

  /* line 602, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
  .desktop {
    display: none !important;
  }
}
@media only screen and (max-width: 820px) {
  /* line 607, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
  #bar-menu, #menu {
    display: none;
  }

  /* line 608, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
  #slide-menu #menu-button, #menu-button .text {
    display: block;
  }

  /* line 609, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
  #menu-button .menu-line {
    height: 8px;
    margin: 3px auto;
  }

  /* line 610, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
  #menu-wrapper {
    z-index: 0;
  }

  /* line 611, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
  #menu .col {
    width: 100%;
    margin: 0;
  }

  /* line 612, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
  #menu-loading-wrapper {
    display: block;
  }

  /* line 613, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
  #menu a {
    float: none;
    text-align: right;
    padding: 4px 14px;
    margin-left: 6px;
  }

  /* line 614, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
  #menu-main .wrapper:nth-child(2n) {
    background-color: #f0f0f0;
  }

  /* line 615, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
  #menu-main {
    margin-top: 64px;
    background-color: #0061b6;
    box-shadow: 0 0 7px #7c7c7c;
    width: 100%;
  }

  /* line 620, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
  #menu .wrapper {
    background-color: white;
  }

  /* line 621, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
  #menu .wrapper .text {
    height: auto;
    border-bottom: 1px solid #e0e0e0;
  }

  /* line 624, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
  .icon .custom {
    border: none;
  }

  /* line 627, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
  .wrapper:not(#selected) .icon.sprite {
    background-image: none;
  }

  /* line 628, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
  #menu-main #selected {
    background-color: #f0f0f0;
  }

  /* No Firefox support for background-position-x, but applies only usually to mobile any */
  /* line 631, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
  #selected.wrapper .icon.sprite {
    background-position-x: left;
  }

  /* line 633, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
  #top {
    position: fixed;
    width: 100%;
  }

  /* line 634, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
  #menu-button {
    display: block;
    width: 50px;
    position: fixed;
    right: 0px;
    top: 0px;
  }
}
/* Mobile portrait layout at less than 580px */
@media only screen and (max-width: 580px) {
  /* Stop adjusting margins by height %, it gets ugly this small */
  /* line 640, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
  .col .img {
    margin: 0 auto;
    text-align: center;
  }

  /* line 641, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
  .col {
    margin-top: 1px;
    margin-bottom: 3px;
  }

  /* Google page mobile test is gonna punish you if the footer links are too close together */
  /* line 644, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
  #footer li {
    margin-bottom: 8px;
  }
}
@media only screen and (min-width: 760px) {
  /* line 648, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
  .wrapping {
    float: none !important;
    width: auto !important;
  }

  /* line 649, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
  .floater {
    float: right !important;
    width: auto !important;
  }
}
@media only screen and (max-width: 760px) {
  /* line 653, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
  .entry .span_2_of_2 {
    width: 100%;
  }

  /* line 654, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
  .entry .span_1_of_2 {
    width: 100%;
  }

  /* line 655, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/base.scss */
  .entry .col .img {
    margin: 0 auto;
    text-align: center;
  }
}
/* High res 'retina' screens */
@media (min-resolution: 1.5dppx), (min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2) {
  /* line 3, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/pixel.scss */
  .button-wrapper a[class*='-share'], .link a, .more a, .feint .more a, .flat .more a, .news .more a,
  #top li.icon a, #googleplus, #linkedin, #twitter, #facebook, #youtube, #xing {
    background-size: 28px 352px;
    background-image: url(/assets/x2/vert-sprites-big-plus-a12151816842f6e4c6e028b5a92a7d54244b9305099219b9c4fba65df67ca6e2.png);
  }

  /* line 5, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/pixel.scss */
  #logo {
    background: transparent url(/assets/x2/logo-indexed-55b96683e85336377dbc4e3bfddc7aefeca02a2c0ee512dbb45c23bc7bc5bfec.png) 0 0 no-repeat;
    background-size: 202px 38px;
  }
}
/* line 5, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/site.scss */
#frame {
  margin-top: 75px;
}

/* line 6, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/site.scss */
#container {
  padding-top: 12px;
}

/* line 11, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/site.scss */
h1 {
  border-bottom: solid 1px #a0a0a0;
  display: flex;
  padding-bottom: 5px;
}

/* line 13, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/site.scss */
a[class*='-share'] {
  float: right;
  padding: 1px 2px 1px 32px;
  background: transparent url(/assets/vert-sprites-big-plus-f8f88ce809d3cab4859890d950a5937d5916d38552f20d13bad7e696f215cf3a.png) 0px 0px no-repeat;
  width: auto;
  line-height: 30px;
  color: #a0a0a0;
  margin-right: 16px;
}

/* line 22, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/site.scss */
a.ig-share {
  background-position: 0 -320px;
}

/* line 23, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/site.scss */
a.em-share {
  background-position: 0 -192px;
}

/* line 24, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/site.scss */
a.xi-share {
  background-position: 0 -160px;
}

/* line 25, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/site.scss */
a.li-share {
  background-position: 0 -96px;
}

/* line 26, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/site.scss */
a.tw-share {
  background-position: 0 -64px;
}

/* line 27, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/site.scss */
.li-share::after, .fb-share:after {
  margin-bottom: 4px;
}

/* line 31, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/site.scss */
.doc {
  clear: both;
  border-top: 1px solid #d0d0d0;
  padding: 0 12px;
}

/* line 36, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/site.scss */
.doc-inner {
  padding: 0 18px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

/* line 41, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/site.scss */
.doc-inner .button {
  text-align: right;
}

/* line 45, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/site.scss */
.doc a {
  color: #303030;
  border-bottom: 0.0625rem solid #dcdcdc;
  text-decoration: none;
  transition: border-color 0.2s ease-out 0s;
}

/* line 52, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/site.scss */
.doc a:hover,
.doc p a:focus {
  border-bottom: 0.0625rem solid #a0a0a0;
}

/* line 56, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/site.scss */
.doc + .button-wrapper {
  margin-top: 6px;
}

/* line 60, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/site.scss */
.gallery.doc {
  padding-top: 6px;
  margin-bottom: 0px;
}

/* line 64, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/site.scss */
.doc:after {
  margin: 6px;
}

/* line 67, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/site.scss */
.index.panel {
  padding: 6px;
}

/* line 71, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/site.scss */
.entry table {
  width: 100%;
}

/* line 75, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/site.scss */
td {
  padding: 3px;
}

/* line 76, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/site.scss */
tr:nth-child(odd) td {
  background-color: #f0f0f0;
}

/* line 77, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/site.scss */
tr:last-child td {
  border-bottom: 1px solid #c8c8c8;
}

/* line 78, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/site.scss */
th {
  text-align: left;
}

/* line 80, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/site.scss */
.list nav h3 {
  padding-bottom: 6px;
  border-bottom: 1px solid #e0e0e0;
  box-shadow: 0 1px 0 white;
}

/* line 81, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/site.scss */
.list h3 a {
  display: block;
}

/* line 82, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/site.scss */
.side-bar h3:hover a {
  color: #0061b6;
  text-decoration: underline;
}

/* line 84, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/site.scss */
.mid {
  width: 80%;
  max-width: 560px;
  margin: 0px auto;
  padding: 8px;
  background-color: rgba(255, 255, 255, 0.6);
  border: 1px white solid;
  border-radius: 2px;
}

/* line 91, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/site.scss */
.mid.wide {
  max-width: 820px;
}

/* line 92, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/site.scss */
.mid.full {
  max-width: 1012px;
  width: 97.5%;
}

/* line 94, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/site.scss */
.mid input[type=text], .mid input[type=email], .mid textarea {
  max-width: 100%;
  -ms-box-sizing: border-box;
  /* ie8 */
  -khtml-box-sizing: border-box;
  /* konqueror */
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
  border: 1px solid #bcbbbb;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
  outline: medium none;
  padding: 8px 6px 6px 8px;
}

/* line 108, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/site.scss */
.mid textarea {
  width: 100%;
}

/* line 112, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/site.scss */
.textarea-wrapper {
  padding: 1px;
}

/* line 116, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/site.scss */
.field_with_errors {
  display: inline;
}

/* line 120, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/site.scss */
.field_with_errors input[type=text] {
  border-color: red;
}

/* line 124, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/site.scss */
#dialog input[type=submit], .mid input[type=submit], .mid input[type=button] {
  font-size: 20px;
  width: 100%;
  margin: 0;
  text-align: center;
  box-sizing: border-box;
}

/* line 127, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/site.scss */
#dialog input[type=submit]:last-child, .mid input[type=submit]:last-child, .mid input[type=button]:last-child {
  margin-bottom: 6px;
}

/* line 131, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/site.scss */
.mid input[type=radio], .mid input[type=checkbox] {
  width: auto;
}

/* line 133, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/site.scss */
.list {
  text-align: center;
  padding: 12px;
}

/* line 138, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/site.scss */
.event table, .product table {
  margin-bottom: 6px;
  display: inline-table;
  width: 100%;
  border-collapse: collapse;
}

/* line 139, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/site.scss */
.event th {
  text-align: center;
  padding: 6px;
  border-top: 1px solid #0061b6;
}

/* line 140, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/site.scss */
.event th div {
  text-align: left;
  padding-top: 6px;
}

/* line 141, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/site.scss */
.product .row a {
  font-size: 12px;
  float: right;
}

/* line 145, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/site.scss */
.event table td, .product table td {
  border: 1px solid white;
  padding: 0px 6px;
}

/* line 148, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/site.scss */
.event .row, .product .row {
  background-color: #f0f0f0;
  margin: 0px 1px;
  padding: 1px 4px;
}

/* line 154, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/site.scss */
.event .row:last-child, .product .row:last-child {
  margin-bottom: 10px;
}

/* line 155, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/site.scss */
.event a.registration {
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid #a0a0a0;
  float: right;
  padding: 6px;
  color: white;
  background-color: #0061b6;
  display: block;
}

/* line 157, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/site.scss */
.fragment td {
  border-bottom: 1px solid #0061b6;
  padding-bottom: 16px;
  margin-bottom: 26px;
  text-align: left;
}

/* line 163, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/site.scss */
.fragment td.score {
  font-size: 14px;
  text-align: right;
  width: 10%;
}

/* line 168, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/site.scss */
.fcol {
  border-top: 1px solid #a8a8a8;
}

/* line 172, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/site.scss */
.spacer_wrapper {
  margin: 0 auto;
  max-width: 100%;
  text-align: center;
}

/* line 178, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/site.scss */
.nutshell {
  display: inline-block;
  vertical-align: top;
}

/* line 182, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/site.scss */
#menu .nutshell {
  width: 130px;
}

/* line 186, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/site.scss */
#menu.spacer_wrapper {
  margin-top: 16px;
}

/* line 190, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/site.scss */
.spaced {
  margin: 0 auto;
}

/* line 194, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/site.scss */
.quote {
  padding-bottom: 12px;
  text-align: left;
}

/* line 199, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/site.scss */
.spacer_wrapper.reference {
  border-top: 1px solid white;
  padding-top: 9px;
  margin-top: 4px;
}

/* line 205, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/site.scss */
.reference .spaced {
  height: 98px;
  width: 98px;
  position: relative;
  background-color: white;
}

/* line 211, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/site.scss */
.spaced.blank {
  background-color: transparent;
}

/* line 215, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/site.scss */
.reference .photo.nutshell {
  vertical-align: inherit;
}

/* line 219, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/site.scss */
.reference .spaced img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/* line 225, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/site.scss */
.gallery, .panel .gallery {
  clear: both;
}

/* When only 2 cols the images can be bigger */
/* line 230, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/site.scss */
.span_3_of_3 .span_1_of_2 img {
  max-width: 443px;
}

/* line 234, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/site.scss */
img.ri {
  width: 100%;
}

/* line 235, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/themes/bannerless/site.scss */
.entry img {
  max-width: 324px;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0.0;
  }
  100% {
    opacity: 1.0;
  }
}
@keyframes fadein {
  0% {
    opacity: 0.0;
  }
  100% {
    opacity: 1.0;
  }
}
/* line 4, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/photos.scss */
#semi_static_ajax_photo {
  position: relative;
  min-height: 240px;
}

/* line 5, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/photos.scss */
#semi_static_photo h1,
#semi_static_photo h2 {
  font-size: 22px;
}

/* line 7, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/photos.scss */
#semi_static_photo h2 a {
  border-bottom: none;
}

/* line 8, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/photos.scss */
#semi_static_ajax_photo h2 {
  min-height: 32px;
}

/* line 9, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/photos.scss */
#semi_static_ajax_photo .popable::after {
  top: -7px;
}

/* line 10, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/photos.scss */
.photo figure img {
  width: auto;
}

/* line 13, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/photos.scss */
.index .photo img.selected {
  box-shadow: 0 0 4px #505050;
  border-color: #333;
  opacity: 0.4;
}

/* line 18, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/photos.scss */
.panel.photo {
  padding-bottom: 6px;
  height: 100%;
  background-color: transparent;
  box-shadow: none;
}

/* line 24, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/photos.scss */
.cmd {
  color: #808080;
}

/* line 27, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/photos.scss */
.photo .more {
  margin-top: 6px;
}

/* line 30, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/photos.scss */
.rotate {
  position: absolute;
  width: 100%;
  top: 32px;
}

/* line 35, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/photos.scss */
.next, .prev {
  font-size: 64px;
}

/* line 38, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/photos.scss */
.cmd.flash.left, .cmd.flash.right,
.photo:hover .center, .photo:hover .left, .photo:hover .right {
  background-color: rgba(255, 255, 255, 0.4);
  color: #505050;
  display: block;
}

/* line 44, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/photos.scss */
.photo:hover .arrow {
  text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}

/* line 47, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/photos.scss */
.cmd.flash {
  transition: all 3s;
}

/* line 50, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/photos.scss */
.photo .left, .photo .center, .photo .right {
  position: absolute;
  max-width: 122px;
  width: 20%;
  height: 70%;
  z-index: 10;
  color: transparent;
  padding: 0 20px;
  top: 0;
}

/* line 60, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/photos.scss */
#semi_static_ajax_photo .arrow {
  padding-top: 48px;
}

/* line 63, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/photos.scss */
#semi_static_ajax_photo .link {
  position: relative;
  z-index: 10;
  top: 43px;
  padding: 6px;
  background-color: rgba(255, 255, 255, 0.8);
}

/* line 64, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/photos.scss */
.photo .center {
  margin: auto;
  max-height: 32px;
  left: 0;
  right: 0;
  top: 0;
  padding: 8px 0 16px;
  max-width: none;
  display: none;
  text-align: center;
}

/* line 73, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/photos.scss */
.photo .left {
  left: 0;
  text-align: left;
  width: 20%;
  border-radius: 0 50% 50% 0;
}

/* line 74, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/photos.scss */
.photo .right {
  right: 0;
  text-align: right;
  width: 20%;
  border-radius: 50% 0 0 50%;
}

@media only screen and (max-width: 880px) {
  /* line 77, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/photos.scss */
  .cmd {
    color: transparent;
  }

  /* line 78, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/photos.scss */
  .left, .right {
    width: 10%;
    font-size: 80px;
  }

  /* line 82, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/photos.scss */
  .center {
    width: 80%;
  }
}
/* line 1, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/comments.scss */
#comments {
  clear: both;
  padding: 0px 10% 0;
}

/* line 2, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/comments.scss */
#comments form {
  position: relative;
  box-sizing: border-box;
}

/* line 3, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/comments.scss */
#comments input[type=text], #comments input[type=email], #comments textarea {
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  box-sizing: border-box;
  width: 100%;
  outline: medium none;
  padding: 8px 6px 6px 8px;
  margin-bottom: 10px;
}

/* line 13, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/comments.scss */
#comments .actions {
  width: 100%;
  padding: 2px 0 2px;
}

/* line 16, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/comments.scss */
#comments input[type=submit] {
  width: 100%;
}

/* line 19, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/comments.scss */
.comment {
  border-top: solid #d0d0d0 1px;
}

/* line 22, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/comments.scss */
#comments .name {
  margin-top: 6px;
  font-weight: bold;
}

/* line 23, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/comments.scss */
#comments label {
  font-size: 12px;
  color: #606060;
}

/* line 24, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/comments.scss */
#captcha {
  display: flex;
  align-items: end;
  margin-bottom: 24px;
}

/* line 25, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/comments.scss */
#captcha .input {
  flex: auto;
}

/* line 26, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/comments.scss */
img.captcha {
  width: 150px;
  height: 50px;
  margin-left: 8px;
  border: 1px solid #d0d0d0;
}

/* line 27, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/comments.scss */
#comments input#comment_captcha {
  width: 100%;
}

/* line 28, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/comments.scss */
#comments .field_with_errors label {
  color: white;
}

/* line 1, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/squeeze.scss */
.squeeze-form {
  box-sizing: border-box;
  background-color: #484848;
  color: white;
  width: 96%;
  max-width: 500px;
  border: 6px solid #eee;
  margin: 8px auto 16px;
  padding: 12px;
  overflow: visible;
  height: auto;
}

/* line 14, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/squeeze.scss */
.squeeze-form input[type='email'],
.squeeze-form input[type='text'] {
  width: 100%;
  box-sizing: border-box;
}

/* line 16, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/squeeze.scss */
.squeeze-form input[type='submit'] {
  padding: 12px;
  width: 100%;
}

/* line 17, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/squeeze.scss */
.squeeze-form .agree {
  margin: 16px 0;
}

/* line 18, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/squeeze.scss */
.squeeze-form .col label {
  font-size: 12px;
}

/* line 20, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/squeeze.scss */
.squeeze-form h2 {
  color: white;
  margin: 0 0 6px 0;
}

/* line 21, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/squeeze.scss */
.squeeze-form p {
  font-size: 16px;
}

/* line 1, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/search.scss */
#results h3,
#results h3 a {
  color: black;
}

/* line 4, /home/bl/.bundle/ruby/2.7.0/semi_static-25e7645eb4dc/app/assets/stylesheets/search.scss */
#results .highlight,
#results h3 em.highlight,
#results h3 a em.highlight {
  color: #303030;
}

/* line 2, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
#frame {
  padding: 0 40px;
}

/* line 3, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
#logo-wrapper {
  padding-top: 16px;
}

/* line 4, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
#logo-wrapper, #logo {
  background-color: transparent;
}

/* line 5, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
#top {
  background-color: white;
  box-shadow: none;
}

/* line 6, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
#menu .wrapper .text {
  font-size: 18px;
}

/* line 7, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
#menu {
  width: auto;
}

/* line 10, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
body * {
  box-sizing: content-box;
}

/* line 11, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
#bookingForm * {
  box-sizing: border-box;
}

/* line 15, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
#logo {
  background-size: 202px;
}

/* line 17, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
#container {
  box-shadow: none;
}

/* line 20, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
#menu-main .wrapper .text {
  height: 42px;
  text-transform: uppercase;
  text-align: center;
}

/* line 21, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
#menu-main .col.span_1_of_5 {
  max-width: 150px;
}

/* line 22, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
#menu-button {
  top: 24px;
}

/* line 23, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
#menu .icon .custom {
  height: 46px;
}

/* line 24, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
#menu .wrapper a:hover {
  color: #111;
  text-decoration: none;
}

/* line 25, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
#menu .wrapper .icon .custom,
#menu .wrapper:hover .icon .custom {
  border: none !important;
}

/* line 27, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
#menu a.text {
  color: #555;
}

/* line 28, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
#menu #selected a.text {
  color: #111;
}

/* line 33, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
#menu-wrapper {
  top: -65px;
  right: 30px;
}

/* line 36, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
#menu-main .wrapper a.text {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

/* line 43, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
.entry figure {
  margin: 2em 0 1em;
}

/* line 46, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
.entry p a, .entry li a {
  text-decoration: underline;
  color: #0061b6;
}

/* line 50, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
.entry p a:hover, .entry li a:hover {
  text-decoration: none;
  border-bottom: 0.0625rem solid black;
}

/* line 57, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
.social.button-wrapper {
  position: fixed;
  top: 152px;
  right: 16px;
  width: 42px;
  padding-top: 16px;
  z-index: 1001;
  background-color: rgba(255, 255, 255, 0.5);
  height: 164px;
  box-sizing: content-box;
}

/* line 68, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
.social.button-wrapper a.gb-share {
  float: right;
  padding: 1px 2px 1px 32px;
  background: transparent url(/assets/google-business-bce07bbb1e59487e0c717648fb620c489021f548c8b0a00fbfbf15ebc6ddf4e4.svg) 0px 0px no-repeat;
  background-size: 28px 28px;
  width: auto;
  line-height: 30px;
}

/* line 76, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
.social.button-wrapper a[class*="-share"] {
  margin-right: 0;
}

/* line 79, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
.social.button-wrapper::after {
  transform: rotate(90deg);
  text-align: left;
  padding-top: 80px;
  height: 0;
  font-size: 16px;
  margin-left: 16px;
}

/* line 88, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
#footer .social.button-wrapper a {
  margin-bottom: 8px;
  width: 0;
  color: transparent;
}

/* line 93, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
.social a.em-share {
  margin-top: -4px;
  margin-bottom: 0px;
}

/* line 99, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
#bar-menu {
  position: fixed;
  left: -180px;
  transform: rotate(270deg) scale(0.99);
  border-radius: 0 0 2px 2px;
  top: 300px;
  float: none;
  height: 46px;
  text-align: left;
  width: 20px;
  height: 34px;
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.5);
  display: table;
  padding-top: 8px;
  z-index: 1001;
}

/* line 115, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
#bar-menu li a {
  text-transform: uppercase;
  position: relative;
  z-index: 1001;
  filter: invert(21%) sepia(96%) saturate(2366%) hue-rotate(194deg) brightness(92%) contrast(101%);
}

/* line 119, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
#bar-menu li.icon {
  width: 132px;
}

/* line 120, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
#bar-menu li.locale img {
  display: none;
}

/* line 121, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
#bar-menu li.locale.es a:before {
  content: 'Español';
}

/* line 122, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
#bar-menu li.locale.en a:before {
  content: 'English';
}

/* line 123, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
#bar-menu li.locale a {
  width: 120px;
}

/* line 124, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
#bar-menu li a {
  color: black;
}

/* line 125, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
#bar-menu ul {
  display: flex;
}

/* line 126, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
#bar-menu .reserve a {
  float: right;
  display: block;
  padding: 4px 8px 4px 33px;
  background: transparent url(/assets/reserve-black-5864526590cfbca0224b9be74927a5aa1f4db119d9aa10ea6f78fc39567c6538.png) left center/28px 28px no-repeat !important;
}

/* line 133, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
.panel .entry_wrapper {
  margin: auto 0px;
}

/* line 134, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
.entry_wrapper {
  margin: auto 28px;
}

/* line 136, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
.news {
  background-color: white;
}

/* line 139, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
.entry figcaption.caption {
  border-bottom: none;
}

/* line 140, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
figcaption.caption .caption-inner {
  margin-top: 2px;
}

/* line 141, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
figcaption {
  color: #111;
}

/* line 144, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
.showDate {
  margin: -2px 12px 0 0;
  width: 45px;
  overflow: hidden;
  text-align: center;
  display: block;
  background: #fea700;
  color: white;
  float: left;
}

/* line 154, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
.date {
  float: left;
  padding: 2px 10px 7px 6px;
  font-size: 30px;
  line-height: 30px;
  border-bottom: 1px solid #fff;
  background: #0061b6;
}

/* line 159, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
.monthYear {
  text-align: center;
  font-size: 10px;
  padding: 43px 3px 4px 3px;
}

/* line 164, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
h1, h2 {
  color: #0061b6;
}

/* line 168, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
.icon {
  position: relative;
  padding-left: 0;
}

/* line 169, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
.icon:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  filter: invert(76%) sepia(92%) saturate(1909%) hue-rotate(191deg) brightness(90%) contrast(105%);
  background-repeat: no-repeat;
  background-size: 32px 32px;
  background-position: 12px center;
}

/* line 175, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
#slide-menu-window .icon:before {
  display: none;
}

/* line 176, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
#slide-menu-window form {
  color: black;
}

/* line 177, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
#slide-menu-wrapper {
  z-index: 10000;
}

/* line 179, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
#body-inner h1.icon {
  display: block;
  font-size: 28px;
  border-bottom: 1px solid #0061b6;
  float: none;
  line-height: 1.55;
  padding-bottom: 5px;
  margin: 0.67em 0;
}

/* line 181, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
#body-inner h2.icon {
  font-size: 24px;
  border-bottom: 1px solid #0061b6;
  float: none;
  line-height: 1.95;
  padding: 0;
  margin-bottom: 24px;
}

/* line 184, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
h1.icon:before,
h2.icon:before {
  content: '';
  margin-right: 10px;
  float: left;
  width: 48px;
  height: 48px;
  color: white;
  background-size: 32px 32px;
  box-shadow: 0 18px 0 0 #fea700;
  border-bottom: 1px solid #fff;
  background-color: #0061b6;
  filter: none;
  background-position: center center;
  position: relative;
  background-repeat: no-repeat;
}

/* line 192, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
.entry .showDate + h1 {
  font-size: 28px;
  line-height: 1.14;
  border-bottom: 1px solid #0061b6;
}

/* line 193, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
h2.icon + p {
  margin-top: 40px;
}

/* line 195, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
.hr24:before {
  background-image: url(/assets/24hr-67bf14fe1e1121cf17f6a19b1ec088f53fb57e586d55b232ed07090fe93c2e7d.png);
}

/* line 196, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
.pool:before {
  background-image: url(/assets/pool-921d4fe1a9bd7336721e85cbc84ee3f1b9ca6064bf28e7cfe788790ddce18ef3.png);
}

/* line 197, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
.wifi:before {
  background-image: url(/assets/wifi-139a061bccca8f457f998bc3c51055779321a4a98e0eb6d396a585943634ebf1.png);
}

/* line 198, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
.cocktail:before {
  background-image: url(/assets/cocktail-70c19f1db90f94d5b206086669a3e52bad45327c2184af97de2eac9387dac3f6.png);
}

/* line 199, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
.info:before {
  background-image: url(/assets/information-5a63146e1980131b1d4239ad1254517b42e9cf035d55116e95a5cbe09e65e606.png);
}

/* line 200, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
.park:before {
  background-image: url(/assets/park-garden-1cf423044c072e9de5a4ccd22e86d20f2c84204f6b5ac00905e3e8ea141f2a1d.png);
}

/* line 201, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
.safe:before {
  background-image: url(/assets/safe-6d9cc7538c107a23b9f7531c2f0bae203a70d6612c254845a75babcf1f4c24ac.png);
}

/* line 202, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
.washing:before {
  background-image: url(/assets/washing-1d26592632b472d00b78fe4185a36c425d737959ae7b4a075da5411c4d1292a7.png);
}

/* line 203, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
.slide:before {
  background-image: url(/assets/slide-443f4212ebacf2755b8889ce6bd4cb7a5ae33853ee22641403185c8d9e8ba30c.png);
}

/* line 204, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
.buffet:before {
  background-image: url(/assets/buffet-628aceb23b74643fa0f7c8640560a9aae98c9ef1a53709496579ffd64c172125.png);
}

/* line 205, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
.aircon:before {
  background-image: url(/assets/aircon-b4c4f53ba03379a4d8489b7d347a818b34983b61d8dccf191ea344c5821a65e1.png);
}

/* line 206, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
.family:before {
  background-image: url(/assets/family-1ae7942dfaafcd294b36e5d2a99244622ed9cead57da0f063012c7c7bb9dabc2.png);
}

/* line 207, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
.clown:before {
  background-image: url(/assets/clown-31efdea4dc6e6bb4f4646e672597e518ce0442a8043e9f0355aa13c5b75fa6d9.png);
}

/* line 208, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
.housekeeping:before {
  background-image: url(/assets/brush-d2ff5716e9e95472292dc7c61fc1c3a8f888d1620bc658d7766bd413d54badb1.png);
}

/* line 209, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
.multi-function:before {
  background-image: url(/assets/multi-function-304c32af8dcacb05e2e95894ad78b41ef54a40294dea4b6d99b3b7f1bd6068f5.png);
}

/* line 210, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
.keys:before {
  background-image: url(/assets/keys-ce18c1830f18dd50e7f4ab6915a838a37bc811badb2b2d4cda998536a9333884.png);
}

/* line 211, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
.environs:before {
  background-image: url(/assets/seascape-c247890b76a6b4567890a9a2df85d11448772f630b925fb60947cb8932e414e0.png);
}

/* line 212, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
.map:before {
  background-image: url(/assets/map-f8153135b7ade9b0e3bffee586c0ae0e6193016e02008e14adb8aa7111ef5a51.png);
}

/* line 213, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
.clock:before {
  background-image: url(/assets/clock-5c8389de348cb02e516b2733c0b3d61bb1551284a6ddc6be3f89455488abba33.png);
}

/* line 214, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
.eurhostal-logo:before {
  background-image: url(/assets/eurhostal-logo-icon-40ab6eeff852da874ed7c09adb895868dcf8fc35e1d9c1ed72962572c7f56d8d.png);
}

/* line 215, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
.service:before {
  background-image: url(/assets/housekeeping-42bd4631a5550995955cd5ee74b07d11b91c51742da76c035150e93fb550f829.png);
}

/* line 216, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
.beach:before {
  background-image: url(/assets/beach-9e44a2f554fa59de0eaf87154645d55f683ed40764bc06f409900d3e063e8f98.png);
}

/* line 217, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
.gallery:before {
  background-image: url(/assets/camera-b33a2723eb5a3e0c6c4973691c262dc0a4339d226f3349ff247ca671b8c47f9b.png);
}

/* line 218, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
.quotes:before {
  background-image: url(/assets/quote-8206591a4eed3e4ce46372ba6b8480ecba96662d23dbcb358a23a86935f08564.png);
}

/* line 219, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
.apartment:before {
  background-image: url(/assets/apartment-30e1400d06df99b3243d48b1af4209956ea14e126e67baaed1ffc5588bc133ee.png);
}

/* line 220, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
.family-house:before {
  background-image: url(/assets/family-house-4a741433e304aac8a4925f5bc388c4377cfbb62eeee6b8d347658d62fcd71940.png);
}

/* line 221, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
.monument:before {
  background-image: url(/assets/monument-f5d349ea818c9e3f6b3d6e03a18a34b5642b10db854be1fda211e12251f89865.png);
}

/* line 222, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
.poi:before {
  background-image: url(/assets/poi-860a1e6b21a5f1d864b473c31831f1f838ab942d0beb494af81169bafcb5702f.png);
}

/* line 223, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
.food-menu:before {
  background-image: url(/assets/food-menu-8e08998460f532fe5b30b050900527be8de06e16e524d4c10687b1ce9772b5fe.png);
}

/* line 224, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
.blog:before {
  background-image: url(/assets/megafon-929b4ca3ddea3aced3a9de36843b2e673419a2956417a1970105f390c9a5221d.png);
}

/* line 225, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
.ai_search:before {
  background-image: url(/assets/search-ai-bed42b6d857528d3e97b2db84ee69eea673918ef4240a4a9c88de7830decf30c.png);
}

/* line 228, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
.more a, .news .more a {
  background: transparent url(/assets/more-c908c0b3c7654a636604751a3995e728e30cdab9a986b69a3f72f25e990a111c.png) right center no-repeat;
  background-size: 30px 30px;
  color: black;
  padding-right: 40px;
}

/* Special boxes to highlight content */
/* line 238, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
.eurBox {
  position: relative;
  padding: 0px 12px;
  border-radius: 2px;
  background-color: #f6f6f6;
}

/* line 244, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
.eurBox > h4 {
  color: white;
  background-color: #0061b6;
  padding: 14px 9px;
  text-align: center;
  border-bottom: 1.5px solid white;
}

/* line 251, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
.eurBox .icon::before {
  left: -64px;
}

/* line 252, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
.eurBox h4.icon {
  border-color: #0061b6;
  font-weight: 500;
  margin: 16px 16px 6px 64px;
  color: #0061b6;
  background-color: transparent;
}

/* line 253, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
.eurBox table {
  padding: 12px 0;
}

/* line 254, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
.eurBox table tr td {
  background-color: transparent;
  border-bottom: none;
}

/* line 257, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
#footer {
  padding: 16px 32px 0 38px;
  background: #222;
}

/* line 261, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
#footer h3 {
  font-size: 16px;
}

/* line 264, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
#footer, #footer a, #footer h3, #footer .copy p {
  color: #d0d0d0;
}

/* line 265, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
#footer #eurhostalSocial a {
  float: left;
  padding-left: 36px;
  color: transparent;
}

/* line 266, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
#footer #eurhostalSocial a:hover {
  color: #d0d0d0;
}

/* line 267, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
#html5 {
  filter: grayscale(100%);
}

/* line 268, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
#footer ul {
  margin-top: 0px;
}

/* line 269, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
#footer #eurhostalSocial li {
  height: 14px;
  margin-bottom: 22px;
}

/* line 270, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
#footer #eurhostalAddr {
  font-size: 14px;
  line-height: 18px;
}

/* line 271, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
#footer .copy p {
  text-align: left;
  margin: 0;
  padding: 0;
}

/* line 272, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
#footer .inner {
  padding: 12px 0;
}

/* line 273, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
#footer .notices {
  padding-bottom: 12px;
}

/* line 275, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
#footer .span_1_of_2_of_1_of_4:first-of-type {
  width: 35%;
}

/* line 276, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
#footer .span_1_of_2_of_1_of_4:first-of-type .span_1_of_2:first-of-type {
  width: 70% !important;
}

/* line 277, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
#footer .span_1_of_2_of_1_of_4:first-of-type .span_1_of_2:last-of-type {
  width: 28.4% !important;
}

/* line 279, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
#footer .span_1_of_2_of_1_of_4:last-of-type {
  width: 65%;
}

/* line 280, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
#footer .span_1_of_2_of_1_of_4:last-of-type .span_1_of_2:first-of-type {
  width: 62% !important;
}

/* line 281, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
#footer .span_1_of_2_of_1_of_4:last-of-type .span_1_of_2:last-of-type {
  width: 36.4% !important;
}

/* The HTML for these footer logos is loaded into the footer content in the SemiStatic dashboard */
/* line 284, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
#footer #footer-logos {
  display: flex;
  margin: 0 -12px;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
}

/* line 285, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
#footer #footer-logos div {
  margin: 0 12px;
  flex-grow: 0;
}

/* line 287, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
#footer #alcal {
  background: url(/assets/alcala-de-xivert-alpha-58ed42b558d4d6ca4d643834d2a06623281d6a402fffa545aec0a891a73d8b6e.png) center center/58px 80px no-repeat;
  width: 58px;
  height: 80px;
}

/* line 288, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
#footer #turistica {
  background: url(/assets/calidad-turistica-alpha-6a09bcf67fddc792fc4c976d7a34c79abfe811c22560f6e781b0830596dfdcf1.png) center center/100px 80px no-repeat;
  width: 100px;
  height: 80px;
}

/* line 289, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
#footer #colaboracio-with-text {
  background: url(/assets/colaboracio-2022-with-text-f70d435d38f680fd1e41887baf12e67ab8fdb9e2faa03b925393fb96fdfd5c70.png) center center/188px 80px no-repeat;
  width: 188px;
  height: 80px;
}

/* line 290, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
#footer #colaboracio {
  background: url(/assets/colaboracio-314e41fce7be259020aac49249d60337b60aa95b68375e013e207262b540f577.png) center center/113px 80px no-repeat;
  width: 113px;
  height: 80px;
}

/* line 291, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
#footer #diputacio {
  background: url(/assets/diputacio-castello-2420f04e9c8ed1eef9d875e8b6c92b26c889f6f454bd3f4321c5170fea6aa49a.jpg) center center/50px 80px no-repeat;
  width: 50px;
  height: 80px;
}

/* line 292, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
#footer #ciberseguridad {
  background: url(/assets/camara-ea146c0cbc9c396eb1c3f89fbf78ba1e1a6477a9521b0ee047831039e8519ee9.jpg) center center/151px 80px no-repeat;
  width: 151px;
  height: 80px;
}

/* line 293, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
#footer #pyme {
  background: url(/assets/pyme-sostenible-7555b01c52176796925738fb1510c7709f6e875a3159cbd111066ebdf5a8b884.jpg) center center/113px 40px no-repeat;
  width: 113px;
  height: 40px;
}

/* line 294, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
#footer #pyme-full {
  background: url(/assets/pyme-sostenible-full-29282a7c70988df4ef0a217872be83ac82a241ec6137fc6a79bfb5772ef1178a.jpg) center center/113px 80px no-repeat;
  width: 113px;
  height: 80px;
}

/* Video cards for pop-ups */
/* line 297, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
#dialog #popupCloseButton {
  line-height: 26px;
}

/* line 300, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
#dialog.video_popup {
  background-color: white;
  position: fixed;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
}

/* line 309, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
.pictureCard {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  margin: auto;
  width: 100%;
  max-width: 320px;
}

/* line 317, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
.videoCard .pictureCard {
  min-height: 240px;
  min-width: 420px;
  text-align: center;
  position: relative;
}

/* line 323, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
.videoCard .title {
  background: #0061b6;
}

/* line 324, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
.pictureCard .pictureWrap img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

/* line 328, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
.videoCard .pictureCard .pictureWrap {
  color: #ffce00;
  font-size: 32px;
  font-weight: bold;
}

/* line 331, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
.videoCard .pictureCard {
  text-align: center;
}

/* line 334, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
.videoCard {
  cursor: pointer;
}

/* line 337, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
.pictureCard .pictureWrap {
  height: 323px;
}

/* line 340, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
.videoCard .pictureCard .pictureWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0a3685;
  color: #ffce00;
  font-size: 32px;
  font-weight: bold;
}

/* line 344, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
.pictureCard .pictureWrap {
  width: 100%;
  flex: 1 1 auto;
}

/* line 348, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
.videoCard .titles {
  padding: 0;
  background-color: #0061b6;
}

/* line 351, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
.pictureCard .titles {
  box-sizing: border-box;
  width: 100%;
}

/* line 354, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
.videoCard .playIcon {
  background: #0a3685 url(/assets/video-1032ec2f63f8c0bc44aed13f65e6e7764f10bd3a81178a64d546ed3dec88d9b7.png) center 5px no-repeat;
  background-size: 42px auto;
  float: right;
  width: 64px;
  height: 48px;
}

/* line 358, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
.videoCard:hover .playIcon {
  background-color: #fea700;
  background-position: center -32px;
}

/* line 361, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
.videoCard .title h3 {
  text-align: left;
  font-size: 1.4rem;
  font-weight: bold;
  color: white;
  padding: 5px 0 0 16px;
  margin: 6px 0 6px;
}

/* Eurhostal don't want pop-up captions to disappear on hover */
/* line 370, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
.popped:hover #popup_caption {
  opacity: 0.7;
}

/* Eurhostal don't want the Company field to show in the comments form */
/* line 374, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
#semiStaticCommentCompany {
  display: none;
}

/* Underline links in contact form agrements */
/* line 377, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
#semiStaticAgreements a {
  text-decoration: underline;
  color: #0061b6;
}

/* Cookie form */
/* line 380, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
#cookieNotice {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #eaeaea;
  border-top: 1px solid #d8d8d8;
  left: 0;
  right: 0;
  padding: 16px 0;
  display: none;
}

/* line 390, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
#cookieNotice p.small {
  font-size: 10px;
  margin-top: 6px;
}

/* line 394, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
body.cookie-notice #cookieNotice {
  display: block;
}

/* line 397, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
#cookieNoticeOff {
  float: right;
  margin: 0 0 6px 6px;
}

/* line 401, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
#cookieNoticeOff .btn:hover {
  color: white;
}

/* Social icons etc for smaller screens */
@media only screen and (max-width: 1558px) {
  /* line 407, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
  .social.button-wrapper {
    right: 0;
    border-radius: 2px 0 0 2px;
  }

  /* line 411, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
  #bar-menu {
    left: -196px;
  }
}
@media only screen and (min-width: 600px) {
  /* line 415, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
  #semi_static_tag .eur2col, .eurForceCol.eur2col {
    columns: 2;
    column-gap: 40px;
  }
}
@media only screen and (max-width: 1424px) {
  /* line 421, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
  #footer .inner {
    padding: 12px 9px;
  }
}
@media only screen and (max-width: 1120px) {
  /* line 424, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
  #menu .wrapper .text {
    font-size: 16px;
    color: #222;
  }

  /* line 425, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
  #menu-main .col.span_1_of_5 {
    max-width: 136px;
  }
}
@media only screen and (max-width: 1040px) {
  /* Change menu to hidden pop-up on click and fixed position */
  /* line 429, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
  #bar-menu, #menu {
    display: none;
  }

  /* line 430, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
  #slide-menu #menu-button, #menu-button .text {
    display: block;
  }

  /* line 431, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
  #menu-button .menu-line {
    height: 8px;
    margin: 3px auto;
    width: 100%;
  }

  /* line 432, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
  #menu-wrapper {
    z-index: 0;
  }

  /* line 433, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
  #menu-button {
    top: 4px;
    width: auto;
    margin-right: 12px;
  }
}
@media only screen and (max-width: 1300px) {
  /* line 436, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
  #footer #colaboracio-with-text {
    background-size: 150.4px 60px;
    width: 150.4px;
  }

  /* line 437, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
  #footer #turistica {
    background-size: 75.6px 60px;
    width: 75.6px;
  }

  /* line 438, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
  #footer #alcal {
    background-size: 43.8px 60px;
    width: 43.8px;
  }

  /* line 439, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
  #footer #diputacio {
    background-size: 37.2px 60px;
    width: 43.8px;
  }

  /* line 440, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
  #footer #pyme {
    background-size: 113px 40px;
    width: 113px;
  }

  /* line 441, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
  #footer #pyme-full {
    background-size: 113px 80px;
    width: 113px;
  }

  /* line 442, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
  #footer #colaboracio {
    background-size: 84.75px 60px;
    width: 84.75px;
  }
}
@media only screen and (max-width: 860px) {
  /* line 445, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
  #footer .span_1_of_2_of_1_of_4:first-of-type {
    width: 100%;
  }

  /* line 446, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
  #footer .span_1_of_2_of_1_of_4:last-of-type {
    width: 100%;
  }
}
@media only screen and (max-width: 820px) {
  /* line 449, /home/bl/eurhostal/app/assets/stylesheets/semi_static/custom.scss */
  .videoCard .pictureCard {
    min-width: auto;
  }
}
