.node-type-algorithm .field-name-field-presets .field-label {
  font-size: 24px;
  margin-top: 30px;
}

.node-type-algorithm .field-type-node-reference .field-name-field-language,
.node-type-algorithm .field-type-node-reference .field-name-field-date-single,
.node-type-algorithm .field-type-node-reference .field-name-field-product,
.node-type-algorithm .field-type-node-reference .node-links {
  display: none;
}

/*
  click to pop up help
  */

.image-box {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  max-width: 891px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.image-box strong {
  font-weight: 700;
}

.image-box a {
  color: #2360a5;
}

.image-box a:hover {
  color: #000;
}

.image-box a.button {
  position: absolute;
  z-index: 2;
  display: block;
  left: 0;
  top: 0;
  width: 12%;
  height: 16%;
  opacity: 0.5;
  background: url(/sites/all/modules/eventide_products/img/icon-circle-plus.png)
    no-repeat center center;
  background-size: contain;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  padding: 0;
  border: 0;
}

/* Top row of buttons */
.image-box a.button-1 {
  left: 8.1%;
  top: 18.8%;
}
.image-box a.button-2 {
  left: 22.5%;
  top: 18.8%;
}
.image-box a.button-3 {
  left: 36.4%;
  top: 18.8%;
}
.image-box a.button-4 {
  left: 50.2%;
  top: 18.8%;
}
.image-box a.button-5 {
  left: 64.3%;
  top: 18.8%;
}
.image-box a.button-6 {
  left: 78.5%;
  top: 18.8%;
}

/* Middle row of buttons */
.image-box a.button-7 {
  left: 29.7%;
  top: 43.7%;
}
.image-box a.button-8 {
  left: 43.6%;
  top: 43.7%;
}
.image-box a.button-9 {
  left: 58%;
  top: 43.7%;
}
.image-box a.button-10 {
  left: 71.9%;
  top: 43.7%;
}
.image-box a.button-tempo {
  left: 15.8%;
  top: 45%;
  width: 10.5%;
}

/* Bottom row of buttons */
.image-box a.button-fs1 {
  left: 8.8%;
  top: 80.6%;
}
.image-box a.button-fs2 {
  left: 44.1%;
  top: 80.6%;
}
.image-box a.button-tap {
  left: 79.2%;
  top: 80.6%;
}

/* Alternative bottom row of buttons */
/* Looper */
.image-box a.button-fs1-looper {
  left: 2%;
  top: 80.6%;
}
.image-box a.button-fs2-looper {
  left: 30%;
  top: 80.6%;
}
.image-box a.button-tap-looper {
  left: 87%;
  top: 80.6%;
}
.image-box a.button-fs4-looper {
  left: 16.6%;
  top: 80.6%;
}

/* Alternate screen button */
.image-box a.button-alt {
  left: 3%;
  top: -7%;
  width: 10.5%;
  height: 20%;
}
/* Output slider */
.image-box a.button-output {
  left: 90.2%;
  top: 15.8%;
  width: 10%;
  height: 40%;
}

.image-box a.button:hover {
  opacity: 0.75;
  background: transparent
    url(/sites/all/modules/eventide_products/img/icon-circle-plus.png) no-repeat
    center center;
  background-size: contain;
  border: 0;
}

.image-box .overlay {
  position: absolute;
  z-index: 3;
  left: 25%;
  right: 25%;
  top: 100%;
  opacity: 0;
  overflow: hidden;
  background: #fff;
  padding: 1em 3em 1em 1em;
  border: solid 1px #000;
}

.image-box .overlay .close-x {
  position: absolute;
  top: 0.25em;
  right: 0.5em;
  font-size: 2em;
  font-weight: 700;
}

.image-box .img-responsive {
  width: 100%;
  height: auto;
  display: block;
}

.image-box #overlay-alt {
  padding: 0;
}

.image-box #overlay-alt .close-x {
  display: none;
}

.image-box #overlay-alt img {
  width: 100%;
  height: auto;
  display: block;
}
