@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-3f90b770aa13/app/assets/stylesheets/shared.scss */
.devise #content {
  max-width: 800px;
  margin: 0 auto;
}

/* line 8, /home/bl/.bundle/ruby/2.7.0/semi_static-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/app/assets/stylesheets/shared.scss */
aside .page-item {
  margin-top: 12px;
}

/* line 29, /home/bl/.bundle/ruby/2.7.0/semi_static-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/app/assets/stylesheets/shared.scss */
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 46, /home/bl/.bundle/ruby/2.7.0/semi_static-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/app/assets/stylesheets/shared.scss */
ul.pagination {
  display: inline-flex;
  flex-wrap: wrap;
}

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

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

/* line 113, /home/bl/.bundle/ruby/2.7.0/semi_static-3f90b770aa13/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: #7ac142;
  color: white;
}

/* line 128, /home/bl/.bundle/ruby/2.7.0/semi_static-3f90b770aa13/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-3f90b770aa13/app/assets/stylesheets/shared.scss */
.btn a, a.btn {
  color: white;
}

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

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

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

/* line 151, /home/bl/.bundle/ruby/2.7.0/semi_static-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/app/assets/stylesheets/shared.scss */
#dialog.semiStaticCartDialog {
  padding: 12px;
  background-color: #7ac142;
  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-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/app/assets/stylesheets/shared.scss */
#semiStaticShoppingCartStatus p {
  text-align: right;
}

/* line 193, /home/bl/.bundle/ruby/2.7.0/semi_static-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/app/assets/stylesheets/shared.scss */
.side-bar #semiStaticShoppingCartStatus,
#semiStaticShoppingCartStatus {
  background-color: #7ac142;
  color: white;
  border-radius: 2px;
}

/* line 211, /home/bl/.bundle/ruby/2.7.0/semi_static-3f90b770aa13/app/assets/stylesheets/shared.scss */
#semiStaticShoppingCartStatus input[type='submit'],
#semiStaticShoppingCartStatus a {
  display: block;
  background-color: white;
  color: #7ac142;
  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-3f90b770aa13/app/assets/stylesheets/shared.scss */
.semiStaticOrderSummary div a {
  color: white;
}

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

/* line 228, /home/bl/.bundle/ruby/2.7.0/semi_static-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/app/assets/stylesheets/shared.scss */
.semiStaticCheckout input[type='number'] {
  max-width: 46px;
}

/* line 240, /home/bl/.bundle/ruby/2.7.0/semi_static-3f90b770aa13/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-3f90b770aa13/app/assets/stylesheets/shared.scss */
.semiStaticCartQuantities {
  float: right;
  margin-top: 8px;
}

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

/* line 256, /home/bl/.bundle/ruby/2.7.0/semi_static-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/app/assets/stylesheets/shared.scss */
#dialog.video_popup .yt_video {
  overflow: hidden;
}

/* line 263, /home/bl/.bundle/ruby/2.7.0/semi_static-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/app/assets/stylesheets/shared.scss */
.popped:hover #popup_caption {
  opacity: 0.0;
}

/* line 270, /home/bl/.bundle/ruby/2.7.0/semi_static-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/app/assets/stylesheets/shared.scss */
#semiStaticCright {
  right: 0px;
}

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

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

/* line 279, /home/bl/.bundle/ruby/2.7.0/semi_static-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/app/assets/stylesheets/shared.scss */
.image_wrapper {
  position: relative;
}

/* line 308, /home/bl/.bundle/ruby/2.7.0/semi_static-3f90b770aa13/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-3f90b770aa13/app/assets/stylesheets/shared.scss */
  .popable::after {
    line-height: 20px;
  }
}
/* line 316, /home/bl/.bundle/ruby/2.7.0/semi_static-3f90b770aa13/app/assets/stylesheets/shared.scss */
#results td {
  background-color: white;
}

/* line 317, /home/bl/.bundle/ruby/2.7.0/semi_static-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/app/assets/stylesheets/shared.scss */
a.entryIconLink + h1 {
  padding-bottom: 7px;
}

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

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

/* line 334, /home/bl/.bundle/ruby/2.7.0/semi_static-3f90b770aa13/app/assets/stylesheets/shared.scss */
.entry p a, .entry li a {
  color: #0069aa;
  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-3f90b770aa13/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-3f90b770aa13/app/assets/stylesheets/shared.scss */
.html, .caption, p {
  word-wrap: break-word;
}

/* line 351, /home/bl/.bundle/ruby/2.7.0/semi_static-3f90b770aa13/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-3f90b770aa13/app/assets/stylesheets/shared.scss */
figure {
  text-align: center;
}

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

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

/* line 365, /home/bl/.bundle/ruby/2.7.0/semi_static-3f90b770aa13/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-3f90b770aa13/app/assets/stylesheets/shared.scss */
.caption p {
  margin-top: 0px;
}

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

/* line 374, /home/bl/.bundle/ruby/2.7.0/semi_static-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/app/assets/stylesheets/shared.scss */
.job-posting td {
  padding: 6px 18px;
}

/* line 386, /home/bl/.bundle/ruby/2.7.0/semi_static-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/app/assets/stylesheets/shared.scss */
.subscriber_instruction {
  line-height: 32px;
}

/* line 411, /home/bl/.bundle/ruby/2.7.0/semi_static-3f90b770aa13/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-3f90b770aa13/app/assets/stylesheets/shared.scss */
#toTop {
  display: none;
}

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

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

/* line 427, /home/bl/.bundle/ruby/2.7.0/semi_static-3f90b770aa13/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-3f90b770aa13/app/assets/stylesheets/shared.scss */
.block_button {
  text-align: center;
  margin: 8px auto;
}

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

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

/* line 445, /home/bl/.bundle/ruby/2.7.0/semi_static-3f90b770aa13/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-3f90b770aa13/app/assets/stylesheets/shared.scss */
div.field, div.actions {
  margin-bottom: 10px;
}

/* line 457, /home/bl/.bundle/ruby/2.7.0/semi_static-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/app/assets/stylesheets/shared.scss */
.inlineTeaser a {
  text-decoration: none;
  background-color: #0069aa;
  color: #7ac142;
  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-3f90b770aa13/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-3f90b770aa13/app/assets/stylesheets/shared.scss */
.inlineTeaser a .inlineTeaserImg {
  max-width: 25%;
}

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

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

/*  SECTIONS  */
/* line 2, /home/bl/.bundle/ruby/2.7.0/semi_static-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/app/assets/stylesheets/grid.scss */
.group:before, .group:after {
  content: '';
  display: table;
}

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

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

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

/* line 24, /home/bl/.bundle/ruby/2.7.0/semi_static-3f90b770aa13/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-3f90b770aa13/app/assets/stylesheets/grid.scss */
.span_3_of_3 {
  width: 100%;
}

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

/* line 29, /home/bl/.bundle/ruby/2.7.0/semi_static-3f90b770aa13/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-3f90b770aa13/app/assets/stylesheets/grid.scss */
.span_4_of_4 {
  width: 100%;
}

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

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

/* line 35, /home/bl/.bundle/ruby/2.7.0/semi_static-3f90b770aa13/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-3f90b770aa13/app/assets/stylesheets/grid.scss */
.span_5_of_5 {
  width: 100%;
}

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

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

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

/* line 42, /home/bl/.bundle/ruby/2.7.0/semi_static-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/app/assets/stylesheets/grid.scss */
  .col {
    margin: 1% 0 1% 0%;
  }

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

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

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

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

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

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

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

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

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

/* line 16, /home/bl/.bundle/ruby/2.7.0/semi_static-3f90b770aa13/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-3f90b770aa13/app/assets/stylesheets/themes/bannerless/base.scss */
a {
  text-decoration: none;
  color: black;
}

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

/* line 34, /home/bl/.bundle/ruby/2.7.0/semi_static-3f90b770aa13/app/assets/stylesheets/themes/bannerless/base.scss */
h1 a {
  color: #7ac142;
}

/* line 35, /home/bl/.bundle/ruby/2.7.0/semi_static-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/app/assets/stylesheets/themes/bannerless/base.scss */
#top ul {
  margin: 0;
  padding: 0;
}

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

/* line 58, /home/bl/.bundle/ruby/2.7.0/semi_static-3f90b770aa13/app/assets/stylesheets/themes/bannerless/base.scss */
#bar-menu {
  z-index: 1000;
  box-shadow: 0 0 2px #686868;
  background-color: #0069aa;
  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-3f90b770aa13/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-3f90b770aa13/app/assets/stylesheets/themes/bannerless/base.scss */
#bar-menu li {
  float: right;
}

/* line 83, /home/bl/.bundle/ruby/2.7.0/semi_static-3f90b770aa13/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-3f90b770aa13/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: 200px;
  z-index: 2000;
  position: relative;
}

/* line 100, /home/bl/.bundle/ruby/2.7.0/semi_static-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/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-tecsurge-3-18-a7424a0732f2bcbebf08db520fddb7f052a13c7da48c3045be095717cc4ba9e1.png) 0px -290px no-repeat;
}

/* line 113, /home/bl/.bundle/ruby/2.7.0/semi_static-3f90b770aa13/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-tecsurge-3-18-a7424a0732f2bcbebf08db520fddb7f052a13c7da48c3045be095717cc4ba9e1.png) 0px -194px no-repeat;
}

/* line 114, /home/bl/.bundle/ruby/2.7.0/semi_static-3f90b770aa13/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-tecsurge-3-18-a7424a0732f2bcbebf08db520fddb7f052a13c7da48c3045be095717cc4ba9e1.png) 0px -226px no-repeat;
}

/* line 115, /home/bl/.bundle/ruby/2.7.0/semi_static-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/app/assets/stylesheets/themes/bannerless/base.scss */
#logo {
  width: 200px;
  height: 64px;
  background: transparent url(/assets/logo-fcdcac922e159d775f51c990923ac4eee2c2983c425b5143ccfb1c3686be8e22.jpg) 0 0 no-repeat;
  color: transparent;
}

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

/* line 136, /home/bl/.bundle/ruby/2.7.0/semi_static-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/app/assets/stylesheets/themes/bannerless/base.scss */
#menu .col {
  text-align: right;
}

/* line 155, /home/bl/.bundle/ruby/2.7.0/semi_static-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/app/assets/stylesheets/themes/bannerless/base.scss */
#menu-close {
  text-align: right;
}

/* line 166, /home/bl/.bundle/ruby/2.7.0/semi_static-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/app/assets/stylesheets/themes/bannerless/base.scss */
#menu-button .menu-line {
  height: 5px;
  width: 80%;
  background-color: #7ac142;
  border-radius: 2px;
  margin: 2px auto;
}

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

/* line 175, /home/bl/.bundle/ruby/2.7.0/semi_static-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/app/assets/stylesheets/themes/bannerless/base.scss */
.open #slide-menu-wrapper {
  right: 0px;
}

/* line 194, /home/bl/.bundle/ruby/2.7.0/semi_static-3f90b770aa13/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: #7ac142;
  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-3f90b770aa13/app/assets/stylesheets/themes/bannerless/base.scss */
#slide-menu-main {
  padding: 0px 6px;
}

/* line 209, /home/bl/.bundle/ruby/2.7.0/semi_static-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/app/assets/stylesheets/themes/bannerless/base.scss */
#slide-menu-wrapper a {
  color: #dcdcdc;
}

/* line 222, /home/bl/.bundle/ruby/2.7.0/semi_static-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/app/assets/stylesheets/themes/bannerless/base.scss */
#menu .wrapper a:hover {
  color: black;
}

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

/* line 293, /home/bl/.bundle/ruby/2.7.0/semi_static-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/app/assets/stylesheets/themes/bannerless/base.scss */
#footer {
  color: white;
  clear: both;
  border-top: 1px solid #d8d8d8;
  min-height: 50px;
  background-color: #7ac142;
}

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

/* line 335, /home/bl/.bundle/ruby/2.7.0/semi_static-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/app/assets/stylesheets/themes/bannerless/base.scss */
#footer .inner {
  padding: 0 4%;
}

/* line 351, /home/bl/.bundle/ruby/2.7.0/semi_static-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/app/assets/stylesheets/themes/bannerless/base.scss */
.panel.collapse {
  margin-bottom: 1px;
}

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

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

/* line 407, /home/bl/.bundle/ruby/2.7.0/semi_static-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/app/assets/stylesheets/themes/bannerless/base.scss */
.social-inner {
  display: inline-block;
}

/* line 421, /home/bl/.bundle/ruby/2.7.0/semi_static-3f90b770aa13/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-3f90b770aa13/app/assets/stylesheets/themes/bannerless/base.scss */
.list h1, .panel.list h2 {
  color: #7ac142;
  border-bottom: 1px solid #808080;
  text-align: center;
}

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

/* line 432, /home/bl/.bundle/ruby/2.7.0/semi_static-3f90b770aa13/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-3f90b770aa13/app/assets/stylesheets/themes/bannerless/base.scss */
#facebook {
  float: right;
  padding: 4px 8px 4px 32px;
  background: transparent url(/assets/vert-sprites-tecsurge-3-18-a7424a0732f2bcbebf08db520fddb7f052a13c7da48c3045be095717cc4ba9e1.png) 0 1px no-repeat;
}

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

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

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

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

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

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

/* line 442, /home/bl/.bundle/ruby/2.7.0/semi_static-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/app/assets/stylesheets/themes/bannerless/base.scss */
h1 {
  margin: 6px 0px 8px;
  color: #7ac142;
}

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

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

/* line 448, /home/bl/.bundle/ruby/2.7.0/semi_static-3f90b770aa13/app/assets/stylesheets/themes/bannerless/base.scss */
.panel h2 {
  text-align: left;
  color: #7ac142;
}

/* line 452, /home/bl/.bundle/ruby/2.7.0/semi_static-3f90b770aa13/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-3f90b770aa13/app/assets/stylesheets/themes/bannerless/base.scss */
.panel.photo {
  text-align: center;
}

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

/* line 459, /home/bl/.bundle/ruby/2.7.0/semi_static-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/app/assets/stylesheets/themes/bannerless/base.scss */
.searchbutton {
  vertical-align: bottom;
}

/* line 491, /home/bl/.bundle/ruby/2.7.0/semi_static-3f90b770aa13/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-3f90b770aa13/app/assets/stylesheets/themes/bannerless/base.scss */
.html {
  padding: 0;
  margin-bottom: 8px;
}

/* line 497, /home/bl/.bundle/ruby/2.7.0/semi_static-3f90b770aa13/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-3f90b770aa13/app/assets/stylesheets/themes/bannerless/base.scss */
.link {
  text-align: center;
}

/* line 503, /home/bl/.bundle/ruby/2.7.0/semi_static-3f90b770aa13/app/assets/stylesheets/themes/bannerless/base.scss */
.link a, .more a {
  background: transparent url(/assets/vert-sprites-tecsurge-3-18-a7424a0732f2bcbebf08db520fddb7f052a13c7da48c3045be095717cc4ba9e1.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-3f90b770aa13/app/assets/stylesheets/themes/bannerless/base.scss */
.feint .more a, .flat .more a, .news .more a {
  background: transparent url(/assets/vert-sprites-tecsurge-3-18-a7424a0732f2bcbebf08db520fddb7f052a13c7da48c3045be095717cc4ba9e1.png) right -290px no-repeat;
  color: #d8d8d8;
}

/* line 514, /home/bl/.bundle/ruby/2.7.0/semi_static-3f90b770aa13/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-3f90b770aa13/app/assets/stylesheets/themes/bannerless/base.scss */
.panel .icon {
  float: left;
}

/* line 521, /home/bl/.bundle/ruby/2.7.0/semi_static-3f90b770aa13/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-3f90b770aa13/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 #7ac142;
}

/* line 543, /home/bl/.bundle/ruby/2.7.0/semi_static-3f90b770aa13/app/assets/stylesheets/themes/bannerless/base.scss */
#selected .icon .custom {
  opacity: 0.5 !important;
}

/* line 551, /home/bl/.bundle/ruby/2.7.0/semi_static-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/app/assets/stylesheets/themes/bannerless/base.scss */
#menu .wrapper:hover .icon .custom {
  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-3f90b770aa13/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-3f90b770aa13/app/assets/stylesheets/themes/bannerless/base.scss */
  .searchform input[text] {
    width: 74%;
  }
}
/* line 581, /home/bl/.bundle/ruby/2.7.0/semi_static-3f90b770aa13/app/assets/stylesheets/themes/bannerless/base.scss */
.entry .wrapping {
  margin-left: 0;
}

/* line 582, /home/bl/.bundle/ruby/2.7.0/semi_static-3f90b770aa13/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-3f90b770aa13/app/assets/stylesheets/themes/bannerless/base.scss */
  .floater img {
    margin-top: 6px !important;
  }

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

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

  /* line 596, /home/bl/.bundle/ruby/2.7.0/semi_static-3f90b770aa13/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-3f90b770aa13/app/assets/stylesheets/themes/bannerless/base.scss */
  .mobile {
    display: block !important;
  }

  /* line 602, /home/bl/.bundle/ruby/2.7.0/semi_static-3f90b770aa13/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-3f90b770aa13/app/assets/stylesheets/themes/bannerless/base.scss */
  #bar-menu, #menu {
    display: none;
  }

  /* line 608, /home/bl/.bundle/ruby/2.7.0/semi_static-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/app/assets/stylesheets/themes/bannerless/base.scss */
  #menu-wrapper {
    z-index: 0;
  }

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

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

  /* line 613, /home/bl/.bundle/ruby/2.7.0/semi_static-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/app/assets/stylesheets/themes/bannerless/base.scss */
  #menu-main {
    margin-top: 64px;
    background-color: #7ac142;
    box-shadow: 0 0 7px #7c7c7c;
    width: 100%;
  }

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

  /* line 621, /home/bl/.bundle/ruby/2.7.0/semi_static-3f90b770aa13/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-3f90b770aa13/app/assets/stylesheets/themes/bannerless/base.scss */
  .icon .custom {
    border: none;
  }

  /* line 627, /home/bl/.bundle/ruby/2.7.0/semi_static-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/app/assets/stylesheets/themes/bannerless/base.scss */
  #top {
    position: fixed;
    width: 100%;
  }

  /* line 634, /home/bl/.bundle/ruby/2.7.0/semi_static-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/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-tecsurge-3-18-c9c64a833122c44401b1b34b286c28f10533e475cd49b5d119330dddce06d33d.png);
  }

  /* line 5, /home/bl/.bundle/ruby/2.7.0/semi_static-3f90b770aa13/app/assets/stylesheets/themes/bannerless/pixel.scss */
  #logo {
    background: transparent url(/assets/x2/logo-a6347febce1eb191680448a1114a533ecdcb094b086a0d85f43b08d5167a3180.jpg) 0 0 no-repeat;
    background-size: 200px 64px;
  }
}
/* line 5, /home/bl/.bundle/ruby/2.7.0/semi_static-3f90b770aa13/app/assets/stylesheets/themes/bannerless/site.scss */
#frame {
  margin-top: 75px;
}

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

/* line 11, /home/bl/.bundle/ruby/2.7.0/semi_static-3f90b770aa13/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-3f90b770aa13/app/assets/stylesheets/themes/bannerless/site.scss */
a[class*='-share'] {
  float: right;
  padding: 1px 2px 1px 32px;
  background: transparent url(/assets/vert-sprites-tecsurge-3-18-a7424a0732f2bcbebf08db520fddb7f052a13c7da48c3045be095717cc4ba9e1.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-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/app/assets/stylesheets/themes/bannerless/site.scss */
.doc-inner .button {
  text-align: right;
}

/* line 45, /home/bl/.bundle/ruby/2.7.0/semi_static-3f90b770aa13/app/assets/stylesheets/themes/bannerless/site.scss */
.doc a {
  color: #0069aa;
  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-3f90b770aa13/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-3f90b770aa13/app/assets/stylesheets/themes/bannerless/site.scss */
.doc + .button-wrapper {
  margin-top: 6px;
}

/* line 60, /home/bl/.bundle/ruby/2.7.0/semi_static-3f90b770aa13/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-3f90b770aa13/app/assets/stylesheets/themes/bannerless/site.scss */
.doc:after {
  margin: 6px;
}

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

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

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

/* line 76, /home/bl/.bundle/ruby/2.7.0/semi_static-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/app/assets/stylesheets/themes/bannerless/site.scss */
th {
  text-align: left;
}

/* line 80, /home/bl/.bundle/ruby/2.7.0/semi_static-3f90b770aa13/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-3f90b770aa13/app/assets/stylesheets/themes/bannerless/site.scss */
.list h3 a {
  display: block;
}

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

/* line 84, /home/bl/.bundle/ruby/2.7.0/semi_static-3f90b770aa13/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-3f90b770aa13/app/assets/stylesheets/themes/bannerless/site.scss */
.mid.wide {
  max-width: 820px;
}

/* line 92, /home/bl/.bundle/ruby/2.7.0/semi_static-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/app/assets/stylesheets/themes/bannerless/site.scss */
.mid textarea {
  width: 100%;
}

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

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

/* line 120, /home/bl/.bundle/ruby/2.7.0/semi_static-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/app/assets/stylesheets/themes/bannerless/site.scss */
.list {
  text-align: center;
  padding: 12px;
}

/* line 138, /home/bl/.bundle/ruby/2.7.0/semi_static-3f90b770aa13/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-3f90b770aa13/app/assets/stylesheets/themes/bannerless/site.scss */
.event th {
  text-align: center;
  padding: 6px;
  border-top: 1px solid #7ac142;
}

/* line 140, /home/bl/.bundle/ruby/2.7.0/semi_static-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/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: #7ac142;
  display: block;
}

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

/* line 163, /home/bl/.bundle/ruby/2.7.0/semi_static-3f90b770aa13/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-3f90b770aa13/app/assets/stylesheets/themes/bannerless/site.scss */
.fcol {
  border-top: 1px solid #a8a8a8;
}

/* line 172, /home/bl/.bundle/ruby/2.7.0/semi_static-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/app/assets/stylesheets/themes/bannerless/site.scss */
#menu .nutshell {
  width: 130px;
}

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

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

/* line 194, /home/bl/.bundle/ruby/2.7.0/semi_static-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/app/assets/stylesheets/themes/bannerless/site.scss */
.spaced.blank {
  background-color: transparent;
}

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

/* line 219, /home/bl/.bundle/ruby/2.7.0/semi_static-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/app/assets/stylesheets/themes/bannerless/site.scss */
img.ri {
  width: 100%;
}

/* line 235, /home/bl/.bundle/ruby/2.7.0/semi_static-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/app/assets/stylesheets/photos.scss */
#semi_static_photo h2 a {
  border-bottom: none;
}

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

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

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

/* line 13, /home/bl/.bundle/ruby/2.7.0/semi_static-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/app/assets/stylesheets/photos.scss */
.cmd {
  color: #808080;
}

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

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

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

/* line 38, /home/bl/.bundle/ruby/2.7.0/semi_static-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/app/assets/stylesheets/photos.scss */
.cmd.flash {
  transition: all 3s;
}

/* line 50, /home/bl/.bundle/ruby/2.7.0/semi_static-3f90b770aa13/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-3f90b770aa13/app/assets/stylesheets/photos.scss */
#semi_static_ajax_photo .arrow {
  padding-top: 48px;
}

/* line 63, /home/bl/.bundle/ruby/2.7.0/semi_static-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/app/assets/stylesheets/photos.scss */
  .cmd {
    color: transparent;
  }

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

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

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

/* line 3, /home/bl/.bundle/ruby/2.7.0/semi_static-3f90b770aa13/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-3f90b770aa13/app/assets/stylesheets/comments.scss */
#comments .actions {
  width: 100%;
  padding: 2px 0 2px;
}

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

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

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

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

/* line 24, /home/bl/.bundle/ruby/2.7.0/semi_static-3f90b770aa13/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-3f90b770aa13/app/assets/stylesheets/comments.scss */
#captcha .input {
  flex: auto;
}

/* line 26, /home/bl/.bundle/ruby/2.7.0/semi_static-3f90b770aa13/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-3f90b770aa13/app/assets/stylesheets/comments.scss */
#comments input#comment_captcha {
  width: 100%;
}

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

/* line 1, /home/bl/.bundle/ruby/2.7.0/semi_static-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/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-3f90b770aa13/app/assets/stylesheets/squeeze.scss */
.squeeze-form .agree {
  margin: 16px 0;
}

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

/* line 20, /home/bl/.bundle/ruby/2.7.0/semi_static-3f90b770aa13/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-3f90b770aa13/app/assets/stylesheets/squeeze.scss */
.squeeze-form p {
  font-size: 16px;
}

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

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

/* line 10, /home/bl/tecsurge/app/assets/stylesheets/semi_static/custom.scss */
.card-wrapper {
  border-top: 1px solid #a0a0a0;
  padding: 2px 8px;
  background-color: #f0f0f8;
}

/* line 15, /home/bl/tecsurge/app/assets/stylesheets/semi_static/custom.scss */
.card, aside .news {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: .25rem;
}

/* line 33, /home/bl/tecsurge/app/assets/stylesheets/semi_static/custom.scss */
.card.ts-style {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: .25rem;
  padding: 1.0rem 1.25rem 1.25rem;
  min-height: 190px;
  display: block;
}

/* line 41, /home/bl/tecsurge/app/assets/stylesheets/semi_static/custom.scss */
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}

/* line 47, /home/bl/tecsurge/app/assets/stylesheets/semi_static/custom.scss */
.entry .card .card-img-top {
  width: 100%;
}

/* line 51, /home/bl/tecsurge/app/assets/stylesheets/semi_static/custom.scss */
.card-footer, .card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

/* line 58, /home/bl/tecsurge/app/assets/stylesheets/semi_static/custom.scss */
.card-footer.subtle {
  text-align: right;
  padding: 0.75rem;
}

/* line 63, /home/bl/tecsurge/app/assets/stylesheets/semi_static/custom.scss */
.card-footer.subtle .btn {
  font-size: 12px;
  padding: 0.2rem 0.4rem;
}

/* line 68, /home/bl/tecsurge/app/assets/stylesheets/semi_static/custom.scss */
.card-body.reduce-top-padding {
  padding-top: 0;
}

/* line 71, /home/bl/tecsurge/app/assets/stylesheets/semi_static/custom.scss */
.card-body p:first-child,
.card-icon + p {
  margin-top: 0;
}

/* line 76, /home/bl/tecsurge/app/assets/stylesheets/semi_static/custom.scss */
.card-body p:last-child {
  margin-bottom: 0px;
}

/* line 80, /home/bl/tecsurge/app/assets/stylesheets/semi_static/custom.scss */
.card-title, aside .news h2 {
  margin-bottom: .75rem;
  color: #0069aa;
  font-weight: normal;
  text-align: center;
  margin: 0 0 12px 0;
  border: 0;
}

/* line 89, /home/bl/tecsurge/app/assets/stylesheets/semi_static/custom.scss */
.card-title.bold {
  color: white;
  background-color: #0069aa;
  padding: 0.75rem;
  margin-bottom: 0;
}

/* line 96, /home/bl/tecsurge/app/assets/stylesheets/semi_static/custom.scss */
.card-footer {
  text-align: center;
}

/* line 99, /home/bl/tecsurge/app/assets/stylesheets/semi_static/custom.scss */
.card-body + .card-footer {
  padding-top: 0;
}

/* line 103, /home/bl/tecsurge/app/assets/stylesheets/semi_static/custom.scss */
.card-icon {
  float: right;
  width: 64px;
  height: 64px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 50%;
  margin: 0 0 6px 6px;
  background: center center no-repeat;
  background-size: 64px 64px;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
}

/* line 117, /home/bl/tecsurge/app/assets/stylesheets/semi_static/custom.scss */
.card:hover .card-icon {
  -webkit-filter: none;
  -moz-filter: none;
  -o-filter: none;
  filter: none;
  transform: scale(1.05);
  border: 1px solid rgba(0, 0, 0, 0.33);
}

/* line 126, /home/bl/tecsurge/app/assets/stylesheets/semi_static/custom.scss */
.card-icon.cogs {
  background-image: url(/assets/icons/cogs-5287a84162dff2a0fb83bc4de9ae31fa0347fe5853b6f68dc0545ed7783532af.png);
}

/* line 127, /home/bl/tecsurge/app/assets/stylesheets/semi_static/custom.scss */
.card-icon.data-settings {
  background-image: url(/assets/icons/data-settings-81f41ae21052a272a3c4e7bdf4d610941b9e21aada4941ba054093f096faf5c9.png);
}

/* line 128, /home/bl/tecsurge/app/assets/stylesheets/semi_static/custom.scss */
.card-icon.app-settings {
  background-image: url(/assets/icons/app-settings-84f48eab497a6609e86be96ac26763e3f5f566e41f15d7d000135726403255e9.png);
}

/* line 129, /home/bl/tecsurge/app/assets/stylesheets/semi_static/custom.scss */
.card-icon.success {
  background-image: url(/assets/icons/success-copper-06b574180663d68539dbd8cc0fada4452f08553cdae05ac979d1ea557dee463a.png);
}

/* line 130, /home/bl/tecsurge/app/assets/stylesheets/semi_static/custom.scss */
.card-icon.bulb {
  background-image: url(/assets/icons/light-bulb-copper-d798df8ed80f6adbbbc41d758432e636f6a250d1d26d6a4c359b40acdc6a8bfd.png);
}

/* line 131, /home/bl/tecsurge/app/assets/stylesheets/semi_static/custom.scss */
.card-icon.handshake {
  background-image: url(/assets/icons/handshake-e0f0b970f6e37472a7d1b2f9626fd47078b24f0994237573f3507916f61f5b8f.jpg);
}

/* line 132, /home/bl/tecsurge/app/assets/stylesheets/semi_static/custom.scss */
.card-icon.rocket {
  background-image: url(/assets/icons/rocket-copper-a904b137879f9c5de2f16a2635b72516b1c8f04f9d5e0320b05689ae54882fc7.png);
}

/* line 138, /home/bl/tecsurge/app/assets/stylesheets/semi_static/custom.scss */
.ts-box-img-wrap {
  overflow: hidden;
  max-width: 324px;
  margin: 0 auto;
}

/* line 140, /home/bl/tecsurge/app/assets/stylesheets/semi_static/custom.scss */
.ts-box-img-bk {
  max-width: 324px;
  margin: 0px auto;
  position: relative;
  overflow: hidden;
  min-height: 140px;
  max-height: 200px;
  background-position: center center;
  border-radius: 2px 2px 0 0;
  height: 31vw;
  background-size: cover;
}

/* line 145, /home/bl/tecsurge/app/assets/stylesheets/semi_static/custom.scss */
.ts-box-img-bk .ts-box-head {
  position: absolute;
  bottom: 0px;
  width: 100%;
  z-index: 10;
  text-align: left;
  margin-bottom: 0;
  background-color: #0069aa;
  color: white;
  border-radius: 2px;
}

/* line 150, /home/bl/tecsurge/app/assets/stylesheets/semi_static/custom.scss */
.ts-box {
  border-radius: 2px;
  margin: 0 auto;
  border: 1px solid #e4e6eb;
  max-width: 326px;
  overflow: hidden;
}

/* line 151, /home/bl/tecsurge/app/assets/stylesheets/semi_static/custom.scss */
.ts-box .ts-box-head {
  padding: 12px 24px;
  background-color: white;
  margin: 0 1px;
}

/* line 152, /home/bl/tecsurge/app/assets/stylesheets/semi_static/custom.scss */
.ts-box:hover .ts-box-head {
  color: white;
  background-color: #0069aa;
}

/* line 153, /home/bl/tecsurge/app/assets/stylesheets/semi_static/custom.scss */
.ts-box:hover .ts-box-head h2 {
  color: white;
}

/* line 155, /home/bl/tecsurge/app/assets/stylesheets/semi_static/custom.scss */
.ts-box h2 {
  font-weight: bold;
  font-size: 16px;
}

/* line 156, /home/bl/tecsurge/app/assets/stylesheets/semi_static/custom.scss */
.ts-box .ts-box-head {
  min-height: 88px;
}

/* line 157, /home/bl/tecsurge/app/assets/stylesheets/semi_static/custom.scss */
.ts-box .ts-box-head .ts-box-text p {
  margin: 0;
}

/* line 159, /home/bl/tecsurge/app/assets/stylesheets/semi_static/custom.scss */
.ts-box:hover .ts-box-img-bk {
  transform: scale(1.05);
  transition: all ease 2s;
}

@media only screen and (max-width: 760px) {
  /* line 164, /home/bl/tecsurge/app/assets/stylesheets/semi_static/custom.scss */
  .ts-box-img-bk h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 580px) {
  /* line 168, /home/bl/tecsurge/app/assets/stylesheets/semi_static/custom.scss */
  .ts-box-img-bk {
    height: 200px;
  }

  /* line 169, /home/bl/tecsurge/app/assets/stylesheets/semi_static/custom.scss */
  .ts-box {
    margin: 0 auto 18px;
    max-width: none;
    border: none;
  }

  /* line 170, /home/bl/tecsurge/app/assets/stylesheets/semi_static/custom.scss */
  .ts-box-img-bk {
    margin-bottom: 12px;
  }

  /* line 171, /home/bl/tecsurge/app/assets/stylesheets/semi_static/custom.scss */
  .ts-box-img-wrap {
    margin: 0 auto;
    max-width: 90%;
  }

  /* line 172, /home/bl/tecsurge/app/assets/stylesheets/semi_static/custom.scss */
  .ts-box .ts-box-head {
    min-height: unset;
    text-align: center;
    max-width: 310px;
    margin: 0 auto;
    border: 1px solid #e4e6eb;
    border-radius: 2px;
    margin-top: -12px;
    position: relative;
    padding-top: 8px;
  }
}
/* line 183, /home/bl/tecsurge/app/assets/stylesheets/semi_static/custom.scss */
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/* line 201, /home/bl/tecsurge/app/assets/stylesheets/semi_static/custom.scss */
.btn-primary {
  color: #fff;
  background-color: #0069aa;
  border-color: #0069aa;
}

/* line 206, /home/bl/tecsurge/app/assets/stylesheets/semi_static/custom.scss */
.btn-wrap-text {
  white-space: normal !important;
  word-wrap: break-word !important;
}

/* line 210, /home/bl/tecsurge/app/assets/stylesheets/semi_static/custom.scss */
a:focus {
  outline: thin dotted;
}

/* line 217, /home/bl/tecsurge/app/assets/stylesheets/semi_static/custom.scss */
#footer .social {
  text-align: left;
  margin: 16px;
}

/* line 222, /home/bl/tecsurge/app/assets/stylesheets/semi_static/custom.scss */
body {
  background-image: none;
}

/* line 226, /home/bl/tecsurge/app/assets/stylesheets/semi_static/custom.scss */
#top {
  box-shadow: none;
}

/* line 230, /home/bl/tecsurge/app/assets/stylesheets/semi_static/custom.scss */
.social {
  background-color: transparent;
  text-align: right;
  margin-bottom: 0px;
}

/* line 235, /home/bl/tecsurge/app/assets/stylesheets/semi_static/custom.scss */
.social-inner a {
  color: transparent;
}

/* line 239, /home/bl/tecsurge/app/assets/stylesheets/semi_static/custom.scss */
.social a * {
  width: 0px;
  overflow: hidden;
  height: 24px;
}

/* line 245, /home/bl/tecsurge/app/assets/stylesheets/semi_static/custom.scss */
.list nav h3 {
  border-bottom: 1px solid #f0f0f0;
}

/* line 248, /home/bl/tecsurge/app/assets/stylesheets/semi_static/custom.scss */
a.em-share {
  background-position: 0 -322px;
}

/* line 254, /home/bl/tecsurge/app/assets/stylesheets/semi_static/custom.scss */
#slide-menu-wrapper {
  background-color: #0069aa;
}

/* line 257, /home/bl/tecsurge/app/assets/stylesheets/semi_static/custom.scss */
#menu-button {
  display: none;
}

/* line 258, /home/bl/tecsurge/app/assets/stylesheets/semi_static/custom.scss */
#bar-menu {
  margin-right: 18px;
}

/* line 262, /home/bl/tecsurge/app/assets/stylesheets/semi_static/custom.scss */
#bar-menu .search a {
  background-position: 0 -225px;
}

/* line 265, /home/bl/tecsurge/app/assets/stylesheets/semi_static/custom.scss */
#bar-menu .client-login a {
  background-position: 0px -320px;
  padding-left: 30px;
  padding-top: 4px;
  background-image: url(/assets/vert-sprites-tecsurge-ac1555199de0e0c18205c9f272248f44ded673a0f941055a04ae95979654bffe.png);
}

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

/* line 277, /home/bl/tecsurge/app/assets/stylesheets/semi_static/custom.scss */
#logo-wrapper {
  top: 5px;
}

/* line 281, /home/bl/tecsurge/app/assets/stylesheets/semi_static/custom.scss */
#footer {
  background-color: #0069aa;
}

/* line 284, /home/bl/tecsurge/app/assets/stylesheets/semi_static/custom.scss */
#footer-inner {
  background: transparent url(/assets/icon-sprites-2-2016e66c2a23ab52678d426559e07424ee838b492bd4f5605c2509e7349424f6.png) right -294px no-repeat;
  background-size: 117px 410px;
}

/* line 288, /home/bl/tecsurge/app/assets/stylesheets/semi_static/custom.scss */
#footer-inner .col:last-child .inner {
  margin-right: 100px;
}

/* line 292, /home/bl/tecsurge/app/assets/stylesheets/semi_static/custom.scss */
#footer ul {
  margin: 4px 0px;
}

/* line 295, /home/bl/tecsurge/app/assets/stylesheets/semi_static/custom.scss */
#footer h3 {
  color: #7ac141;
  margin: 0px;
}

/* line 300, /home/bl/tecsurge/app/assets/stylesheets/semi_static/custom.scss */
#footer .copy p,
#footer h2,
#footer a {
  color: white;
}

/* line 306, /home/bl/tecsurge/app/assets/stylesheets/semi_static/custom.scss */
#footer .inner a {
  font-size: 14px;
  color: #d8d8d8;
}

/* line 311, /home/bl/tecsurge/app/assets/stylesheets/semi_static/custom.scss */
#footer .notices {
  padding-top: 16px;
  padding-bottom: 6px;
  margin: 0px auto;
}

/* line 316, /home/bl/tecsurge/app/assets/stylesheets/semi_static/custom.scss */
#footer .credits {
  float: right;
  text-align: right;
  padding-right: 4px;
}

/* line 322, /home/bl/tecsurge/app/assets/stylesheets/semi_static/custom.scss */
.popable::after {
  background-color: rgba(0, 105, 170, 0.6);
}

/* line 327, /home/bl/tecsurge/app/assets/stylesheets/semi_static/custom.scss */
.popable:hover::after {
  background-color: #0069aa;
}

/* line 331, /home/bl/tecsurge/app/assets/stylesheets/semi_static/custom.scss */
#semi-static-home-page .news {
  margin-top: 6px;
}

/* line 337, /home/bl/tecsurge/app/assets/stylesheets/semi_static/custom.scss */
.doit-wrapper {
  border: 2px solid #7ac142;
  border-radius: 2px;
  display: inline-block;
  color: white;
  font-size: 18px;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  background: #1088af;
  background: -moz-linear-gradient(top, #1088af 0%, #0069aa 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #1088af), color-stop(100%, #0069aa));
  background: -webkit-linear-gradient(top, #1088af 0%, #0069aa 100%);
  background: -o-linear-gradient(top, #1088af 0%, #0069aa 100%);
  background: -ms-linear-gradient(top, #1088af 0%, #0069aa 100%);
  background: linear-gradient(to bottom, #1088af 0%, #0069aa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1088af', endColorstr='#0069aa', GradientType=0 );
}

/* line 357, /home/bl/tecsurge/app/assets/stylesheets/semi_static/custom.scss */
a.doit {
  color: white;
  padding: 8px 18px;
  display: block;
}

/* line 363, /home/bl/tecsurge/app/assets/stylesheets/semi_static/custom.scss */
.doit-wrapper:hover {
  background: #34578f;
  border: 2px solid #64d65a;
}

/* line 368, /home/bl/tecsurge/app/assets/stylesheets/semi_static/custom.scss */
.doit-wrapper .link {
  padding: 0px 12px 6px 2px;
}

/* line 372, /home/bl/tecsurge/app/assets/stylesheets/semi_static/custom.scss */
body .doit-wrapper .link a.doit:after {
  background: transparent url(/assets/vert-sprites-tecsurge-ac1555199de0e0c18205c9f272248f44ded673a0f941055a04ae95979654bffe.png) no-repeat right -256px;
  height: 27px;
  width: 42px;
  display: inline-block;
  content: '';
  background-size: 28px 320px;
}

/* line 380, /home/bl/tecsurge/app/assets/stylesheets/semi_static/custom.scss */
body .doit-wrapper .link a.doit {
  padding: 0px 6px 0px 18px;
  background-image: none;
}

/* line 387, /home/bl/tecsurge/app/assets/stylesheets/semi_static/custom.scss */
.social.button-wrapper {
  position: fixed;
  top: 140px;
  right: 0px;
  width: 42px;
  padding-top: 16px;
  z-index: 100;
  background-color: #f0f0f8;
  border-radius: 2px 0 0 2px;
}

/* line 397, /home/bl/tecsurge/app/assets/stylesheets/semi_static/custom.scss */
.social.button-wrapper a {
  float: right;
  width: 0px;
  color: transparent;
  margin-bottom: 8px;
  margin-right: 0px;
  transition-duration: 0.25s;
  background-color: #f0f0f8;
  border-radius: 2px 0 0 2px;
}

/* line 407, /home/bl/tecsurge/app/assets/stylesheets/semi_static/custom.scss */
.social.button-wrapper a:hover {
  width: auto;
  color: #0069aa;
  padding-right: 12px;
  margin-right: 8px;
  background-position-x: 4px;
  padding-left: 40px;
}

/* line 417, /home/bl/tecsurge/app/assets/stylesheets/semi_static/custom.scss */
.content {
  padding: 0 32px;
}

@media (device-pixel-ratio: 2), (-moz-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 1.5dppx) {
  /* line 422, /home/bl/tecsurge/app/assets/stylesheets/semi_static/custom.scss */
  #bar-menu .client-login a,
  #do-contact .link a.doit:after,
  .doit-wrapper .link a.doit {
    background-image: url(/assets/x2/vert-sprites-tecsurge-fc04a5ed93a8ebb3dcdee6bc1784dce7c5f3fa4829829918de649fab4477ccca.png);
  }

  /* line 427, /home/bl/tecsurge/app/assets/stylesheets/semi_static/custom.scss */
  #footer-inner {
    background-image: url(/assets/x2/icon-sprites-2-ea4035933dcd2fb175980d136ec41e868c867c6705428014966a4331ba0df5aa.png);
  }

  /* line 430, /home/bl/tecsurge/app/assets/stylesheets/semi_static/custom.scss */
  #bar-menu .client-login a {
    background-position: 0px -290px;
  }
}
/* line 436, /home/bl/tecsurge/app/assets/stylesheets/semi_static/custom.scss */
.sub-banner .buffer {
  max-width: 685px;
}

@media only screen and (max-width: 690px) {
  /* line 438, /home/bl/tecsurge/app/assets/stylesheets/semi_static/custom.scss */
  #custom-banner .buffer {
    margin-top: 35px !important;
  }

  /* line 439, /home/bl/tecsurge/app/assets/stylesheets/semi_static/custom.scss */
  .sub-banner .buffer, #custom-banner .buffer h1, #custom-banner .buffer h2 {
    text-align: center;
  }
}
@media only screen and (max-width: 580px) {
  /* line 442, /home/bl/tecsurge/app/assets/stylesheets/semi_static/custom.scss */
  #footer-inner .col:last-child .inner {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 460px) {
  /* line 445, /home/bl/tecsurge/app/assets/stylesheets/semi_static/custom.scss */
  #custom-banner .buffer {
    margin-top: 25px !important;
  }

  /* line 446, /home/bl/tecsurge/app/assets/stylesheets/semi_static/custom.scss */
  #custom-banner .buffer h2 {
    font-size: 36px !important;
  }
}
