@charset "UTF-8";
@keyframes hercules-spinner {
  from {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    transform-origin: 50% 50%;
    transform: perspective(500px) rotate(-180deg); }
  to {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-transform-origin: 50% 50%;
    transform: perspective(500px) rotate(180deg); } }

@-webkit-keyframes hercules-spinner {
  from {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    transform-origin: 50% 50%;
    transform: perspective(500px) rotate(-180deg); }
  to {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    transform-origin: 50% 50%;
    transform: perspective(500px) rotate(180deg); } }

@-webkit-keyframes rotate {
  100% {
    transform: rotate(360deg); } }

@keyframes rotate {
  100% {
    transform: rotate(360deg); } }

@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px; } }

@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px; } }

@-webkit-keyframes color {
  0%,
  100% {
    stroke: #CC0000; } }

@keyframes color {
  0%,
  100% {
    stroke: #CC0000; } }

@-webkit-keyframes loader {
  to {
    transform: rotate(360deg); } }

@keyframes loader {
  to {
    transform: rotate(360deg); } }

/* stylelint-disable */
/* stylelint-disable */
body {
  background-color: #F2F2F2; }

/* stylelint-disable */
@font-face {
  font-family: "NormsProRegular";
  src: url("../fonts/NormsPro/NormsPro-Regular.eot");
  src: local("NormsProRegular"), url("../fonts/NormsPro/NormsPro-Regular.woff") format("woff"), url("../fonts/NormsPro/NormsPro-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "NormsProMedium";
  src: url("../fonts/NormsPro/NormsPro-Medium.eot");
  src: local("NormsProMedium"), url("../fonts/NormsPro/NormsPro-Medium.woff") format("woff"), url("../fonts/NormsPro/NormsPro-Medium.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "NormsProBold";
  src: url("../fonts/NormsPro/NormsPro-Bold.eot");
  src: local("NormsProBold"), url("../fonts/NormsPro/NormsPro-Bold.woff") format("woff"), url("../fonts/NormsPro/NormsPro-Bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

body {
  font-family: "NormsProRegular", "Norms Pro", arial, sans-serif;
  font-weight: 300;
  font-size: 1rem;
  color: #444444; }

h1, h2, h3, h4, h5, h6 {
  font-family: "NormsProBold", "Norms Pro", arial, sans-serif;
  color: #000000; }

p,
.p {
  margin-top: 0;
  font-size: 1rem;
  font-family: "NormsProRegular", "Norms Pro", arial, sans-serif; }

ul, ol {
  margin: 0;
  padding: 0; }

strong {
  font-family: "NormsProBold", "Norms Pro", arial, sans-serif; }

a {
  font-weight: 700;
  color: #0070C9;
  text-decoration: none;
  transition: color, 0.2s, ease; }
  a:hover, a:active {
    text-decoration: underline; }
  a:active, a:active:focus {
    color: #CC0000;
    text-decoration: underline; }
  a.minimal-link {
    color: #444444; }
    a.minimal-link:hover, a.minimal-link:active, a.minimal-link:active:focus {
      color: #444444;
      text-decoration: none; }

.type-dark {
  color: #000000; }

.type-light {
  color: #FFFFFF; }

.type-bold {
  font-family: "NormsProBold", "Norms Pro", arial, sans-serif; }

.type-medium {
  font-family: "NormsProMedium", "Norms Pro", arial, sans-serif; }

.type-normal {
  font-family: "NormsProRegular", "Norms Pro", arial, sans-serif; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.headline-hero, .landing-page .main-banner .headline-hero {
  font-family: "NormsProBold", "Norms Pro", arial, sans-serif;
  font-size: 60px;
  letter-spacing: -1.5px;
  line-height: 52px;
  color: #CC0000;
  text-align: left;
  text-transform: uppercase; }
  .headline-hero.reverse, .landing-page .main-banner .reverse.headline-hero {
    color: #FFFFFF; }

.headline-underline-title {
  font-family: "NormsProBold", "Norms Pro", arial, sans-serif;
  color: #000000;
  font-size: 30px;
  line-height: 35px;
  text-align: left;
  text-transform: capitalize; }
  @media (max-width: 768px) {
    .headline-underline-title {
      font-size: 26px; } }
  .headline-underline-title:after {
    content: "";
    display: block;
    margin: 10px 0 40px;
    height: 3px;
    width: 16px;
    background: #CC0000; }
  .headline-underline-title.minimal-margin:after {
    margin: 10px 0 15px; }

.headline-marketing {
  font-family: "NormsProBold", "Norms Pro", arial, sans-serif;
  color: #000000;
  font-size: 44px;
  letter-spacing: -1.1px;
  line-height: 53px;
  text-align: left;
  text-transform: uppercase; }
  .headline-marketing.reverse {
    color: #FFFFFF; }

.headline-subheading, .landing-page .main-banner .headline-subheading {
  font-family: "NormsProBold", "Norms Pro", arial, sans-serif;
  color: #444444;
  font-size: 20px;
  line-height: 26px;
  text-align: left;
  text-transform: capitalize; }
  .headline-subheading.reverse, .landing-page .main-banner .reverse.headline-subheading {
    color: #444444; }

.headline-promotion {
  font-family: "NormsProRegular", "Norms Pro", arial, sans-serif;
  color: #444444;
  font-size: 18px;
  text-align: left;
  text-transform: capitalize; }

[class^="headline-"].reverse {
  color: #FFFFFF; }

.product-name {
  font-family: "NormsProBold", "Norms Pro", arial, sans-serif;
  color: #CC0000;
  font-size: 18px;
  line-height: 22px;
  text-align: left;
  text-transform: capitalize;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.product-tile-copy {
  font-family: "NormsProRegular", "Norms Pro", arial, sans-serif;
  color: #444444;
  font-size: 14px;
  line-height: 1.57;
  text-align: left; }

.sub-nav-product-links {
  position: relative;
  font-family: "NormsProMedium", "Norms Pro", arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.25px;
  color: #000000;
  background-color: transparent;
  border-radius: 4px;
  height: 100%;
  transition: background-color, 0.15s, ease; }
  @media screen and (max-width: 960px) {
    .sub-nav-product-links {
      line-height: 50px; } }
  .sub-nav-product-links:after {
    display: inline;
    content: "";
    width: 0;
    height: 0;
    border-top: 4px solid #000000;
    border-bottom: 4px solid transparent;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    position: absolute;
    top: 6px;
    margin-left: 4px; }
    @media screen and (max-width: 960px) {
      .sub-nav-product-links:after {
        top: 23px; } }
  @media screen and (min-width: 961px) {
    .sub-nav-product-links:hover, .sub-nav-product-links.active {
      background-color: #ededed; } }

.col-centered {
  display: inline-block;
  float: none;
  /* reset the text-align */
  text-align: left;
  /* inline-block space fix */
  margin-right: -4px; }

.row-no-padding {
  margin-left: 0;
  margin-right: 0; }
  .row-no-padding [class*="col-"] {
    padding-left: 0;
    padding-right: 0; }

.visible-tablet {
  display: none; }

@media only screen and (max-width: 768px), (max-device-width: 1024px) and (orientation: landscape) {
  .visible-tablet {
    display: block; }
  .hidden-tablet {
    display: none; } }

.hercules-transition-page-origin-left {
  transform-origin: left center; }

.hercules-transition-page-origin-right {
  transform-origin: right center; }

.hercules-transition-page-origin-top {
  transform-origin: center top; }

.hercules-transition-page-origin-bottom {
  transform-origin: center bottom; }

.hercules-transition-page-rotated-bottom {
  transform: rotateX(-89.9deg) translateZ(0);
  opacity: 0.01; }

.hercules-transition-page-rotated-top {
  transform: rotateX(89.9deg) translateZ(0);
  opacity: 0.01; }

.hercules-transition-page-rotated-left {
  transform: rotateY(-89.9deg) translateZ(0);
  opacity: 0.01; }

.hercules-transition-page-rotated-right {
  transform: rotateY(89.9deg) translateZ(0);
  opacity: 0.01; }

.hercules-transition-page-rotate-left {
  transition: left 0.5s ease-in, top 0.5s ease-in, transform 0.5s ease-in;
  transform: rotateY(-89.99deg) translateZ(0); }

.hercules-transition-page-rotate-right {
  transition: left 0.5s ease-in, top 0.5s ease-in, transform 0.5s ease-in;
  transform: rotateY(89.99deg) translateZ(0); }

.hercules-transition-page-rotate-top {
  transition: left 0.5s ease-in, top 0.5s ease-in, transform 0.5s ease-in;
  transform: rotateX(89.99deg) translateZ(0); }

.hercules-transition-page-rotate-bottom {
  transition: left 0.5s ease-in, top 0.5s ease-in, transform 0.5s ease-in;
  transform: rotateX(-89.99deg) translateZ(0); }

.hercules-transition-page-restore {
  transition: left 0.5s ease-in, top 0.5s ease-in, transform 0.5s ease-in;
  transform: rotateX(0) rotateY(0) translateZ(0);
  opacity: 1; }

.hercules-transition-page-move {
  transition: all 0.5s ease-in; }

@keyframes hercules-spinner {
  from {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    transform-origin: 50% 50%;
    transform: perspective(500px) rotate(-180deg); }
  to {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-transform-origin: 50% 50%;
    transform: perspective(500px) rotate(180deg); } }

@-webkit-keyframes hercules-spinner {
  from {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    transform-origin: 50% 50%;
    transform: perspective(500px) rotate(-180deg); }
  to {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    transform-origin: 50% 50%;
    transform: perspective(500px) rotate(180deg); } }

@keyframes rotate {
  100% {
    transform: rotate(360deg); } }

@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px; } }

@keyframes color {
  0%,
  100% {
    stroke: #CC0000; } }

@keyframes loader {
  to {
    transform: rotate(360deg); } }

/* stylelint-disable */
/* stylelint-disable */
body {
  background-color: #F2F2F2; }

/* stylelint-disable */
@font-face {
  font-family: "NormsProRegular";
  src: url("../fonts/NormsPro/NormsPro-Regular.eot");
  src: local("NormsProRegular"), url("../fonts/NormsPro/NormsPro-Regular.woff") format("woff"), url("../fonts/NormsPro/NormsPro-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "NormsProMedium";
  src: url("../fonts/NormsPro/NormsPro-Medium.eot");
  src: local("NormsProMedium"), url("../fonts/NormsPro/NormsPro-Medium.woff") format("woff"), url("../fonts/NormsPro/NormsPro-Medium.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "NormsProBold";
  src: url("../fonts/NormsPro/NormsPro-Bold.eot");
  src: local("NormsProBold"), url("../fonts/NormsPro/NormsPro-Bold.woff") format("woff"), url("../fonts/NormsPro/NormsPro-Bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

body {
  font-family: "NormsProRegular", "Norms Pro", arial, sans-serif;
  font-weight: 300;
  font-size: 1rem;
  color: #444444; }

h1, h2, h3, h4, h5, h6 {
  font-family: "NormsProBold", "Norms Pro", arial, sans-serif;
  color: #000000; }

p,
.p {
  margin-top: 0;
  font-size: 1rem;
  font-family: "NormsProRegular", "Norms Pro", arial, sans-serif; }

ul, ol {
  margin: 0;
  padding: 0; }

strong {
  font-family: "NormsProBold", "Norms Pro", arial, sans-serif; }

a {
  font-weight: 700;
  color: #0070C9;
  text-decoration: none;
  transition: color, 0.2s, ease; }
  a:hover, a:active {
    text-decoration: underline; }
  a:active, a:active:focus {
    color: #CC0000;
    text-decoration: underline; }
  a.minimal-link {
    color: #444444; }
    a.minimal-link:hover, a.minimal-link:active, a.minimal-link:active:focus {
      color: #444444;
      text-decoration: none; }

.type-dark {
  color: #000000; }

.type-light {
  color: #FFFFFF; }

.type-bold {
  font-family: "NormsProBold", "Norms Pro", arial, sans-serif; }

.type-medium {
  font-family: "NormsProMedium", "Norms Pro", arial, sans-serif; }

.type-normal {
  font-family: "NormsProRegular", "Norms Pro", arial, sans-serif; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.headline-hero, .landing-page .main-banner .headline-hero {
  font-family: "NormsProBold", "Norms Pro", arial, sans-serif;
  font-size: 60px;
  letter-spacing: -1.5px;
  line-height: 52px;
  color: #CC0000;
  text-align: left;
  text-transform: uppercase; }
  .headline-hero.reverse, .landing-page .main-banner .reverse.headline-hero {
    color: #FFFFFF; }

.headline-underline-title {
  font-family: "NormsProBold", "Norms Pro", arial, sans-serif;
  color: #000000;
  font-size: 30px;
  line-height: 35px;
  text-align: left;
  text-transform: capitalize; }
  @media (max-width: 768px) {
    .headline-underline-title {
      font-size: 26px; } }
  .headline-underline-title:after {
    content: "";
    display: block;
    margin: 10px 0 40px;
    height: 3px;
    width: 16px;
    background: #CC0000; }
  .headline-underline-title.minimal-margin:after {
    margin: 10px 0 15px; }

.headline-marketing {
  font-family: "NormsProBold", "Norms Pro", arial, sans-serif;
  color: #000000;
  font-size: 44px;
  letter-spacing: -1.1px;
  line-height: 53px;
  text-align: left;
  text-transform: uppercase; }
  .headline-marketing.reverse {
    color: #FFFFFF; }

.headline-subheading, .landing-page .main-banner .headline-subheading {
  font-family: "NormsProBold", "Norms Pro", arial, sans-serif;
  color: #444444;
  font-size: 20px;
  line-height: 26px;
  text-align: left;
  text-transform: capitalize; }
  .headline-subheading.reverse, .landing-page .main-banner .reverse.headline-subheading {
    color: #444444; }

.headline-promotion {
  font-family: "NormsProRegular", "Norms Pro", arial, sans-serif;
  color: #444444;
  font-size: 18px;
  text-align: left;
  text-transform: capitalize; }

[class^="headline-"].reverse {
  color: #FFFFFF; }

.product-name {
  font-family: "NormsProBold", "Norms Pro", arial, sans-serif;
  color: #CC0000;
  font-size: 18px;
  line-height: 22px;
  text-align: left;
  text-transform: capitalize;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.product-tile-copy {
  font-family: "NormsProRegular", "Norms Pro", arial, sans-serif;
  color: #444444;
  font-size: 14px;
  line-height: 1.57;
  text-align: left; }

.sub-nav-product-links {
  position: relative;
  font-family: "NormsProMedium", "Norms Pro", arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.25px;
  color: #000000;
  background-color: transparent;
  border-radius: 4px;
  height: 100%;
  transition: background-color, 0.15s, ease; }
  @media screen and (max-width: 960px) {
    .sub-nav-product-links {
      line-height: 50px; } }
  .sub-nav-product-links:after {
    display: inline;
    content: "";
    width: 0;
    height: 0;
    border-top: 4px solid #000000;
    border-bottom: 4px solid transparent;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    position: absolute;
    top: 6px;
    margin-left: 4px; }
    @media screen and (max-width: 960px) {
      .sub-nav-product-links:after {
        top: 23px; } }
  @media screen and (min-width: 961px) {
    .sub-nav-product-links:hover, .sub-nav-product-links.active {
      background-color: #ededed; } }

.col-centered {
  display: inline-block;
  float: none;
  /* reset the text-align */
  text-align: left;
  /* inline-block space fix */
  margin-right: -4px; }

.row-no-padding {
  margin-left: 0;
  margin-right: 0; }
  .row-no-padding [class*="col-"] {
    padding-left: 0;
    padding-right: 0; }

.visible-tablet {
  display: none; }

@media only screen and (max-width: 768px), (max-device-width: 1024px) and (orientation: landscape) {
  .visible-tablet {
    display: block; }
  .hidden-tablet {
    display: none; } }

/**
 * Subtotal and Copies components - More can be extracted to this file from builder.less
 */
.hercules-builder-order-details-quantity {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  padding: 10px 0 50px; }
  @media (max-width: 767px) {
    .hercules-builder-order-details-quantity {
      padding: 10px 0; } }

.hercules-builder-order-details-price {
  font-family: "NormsProRegular", "Norms Pro", arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin: 0; }

.hercules-builder-package-selection-view, .hercules-configurator {
  background: #f2f2f2; }
  .hercules-builder-package-selection-view .notification-bar-builder, .hercules-configurator .notification-bar-builder {
    position: fixed;
    z-index: 1;
    bottom: 0;
    left: 0;
    background: #0070C9;
    height: 40px;
    width: 100%;
    color: #FFFFFF;
    text-align: center;
    display: "invert()" "-webkit-${display}";
    display: "invert()" "-moz-${display}";
    display: "invert()" "-ms-${display}box";
    display: "invert()" "-ms-${display}";
    display: flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    .hercules-builder-package-selection-view .notification-bar-builder p, .hercules-configurator .notification-bar-builder p {
      font-size: 15px; }
    .hercules-builder-package-selection-view .notification-bar-builder a, .hercules-configurator .notification-bar-builder a {
      color: #FFFFFF;
      text-decoration: underline;
      font-weight: lighter; }
    @media (max-width: 767px) {
      .hercules-builder-package-selection-view .notification-bar-builder, .hercules-configurator .notification-bar-builder {
        min-height: 62px;
        padding: 10px; }
        .hercules-builder-package-selection-view .notification-bar-builder p, .hercules-configurator .notification-bar-builder p {
          font-size: 12px;
          text-align: left; } }

.hercules-builder-package-selection-view-content {
  display: "invert()" "-webkit-${display}";
  display: "invert()" "-moz-${display}";
  display: "invert()" "-ms-${display}box";
  display: "invert()" "-ms-${display}";
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  padding: 1.75%; }

.hercules-builder-order-details-content {
  margin: 0 26px; }
  .hercules-builder-order-details-content .hercules-builder-page-fit-package-option-messaging {
    color: #929292;
    text-align: left;
    display: block;
    clear: both;
    width: 80%;
    margin: 0 auto;
    font-size: 14px; }
    .hercules-builder-order-details-content .hercules-builder-page-fit-package-option-messaging .page-fit-warning {
      padding: 20px 10px 15px 20px;
      background-repeat: no-repeat;
      background-position: left; }
  .hercules-builder-order-details-content .hercules-builder-order-details-heading,
  .hercules-builder-order-details-content .hercules-builder-package-option-name {
    margin: 0 0 10px; }
  .hercules-builder-order-details-content .hercules-builder-order-details-product-name {
    padding-top: 2em; }
  .hercules-builder-order-details-content .hercules-builder-order-details-project-name {
    padding-top: 40px;
    font-size: 14px;
    padding-bottom: 50px; }
    @media (min-width: 768px) {
      .hercules-builder-order-details-content .hercules-builder-order-details-project-name {
        padding-top: 40px; } }
    .hercules-builder-order-details-content .hercules-builder-order-details-project-name img {
      vertical-align: top;
      padding-top: 0.2rem; }
    .hercules-builder-order-details-content .hercules-builder-order-details-project-name .project-name-heading {
      font-weight: 600;
      padding-bottom: 20px; }
  .hercules-builder-order-details-content .hercules-full-builder-header-names-project {
    color: #929292; }
  .hercules-builder-order-details-content .hercules-builder-page-fit-package-option .hercules-radios-wrapper {
    display: inline-block;
    padding: 5px 10px; }
  .hercules-builder-order-details-content .btn-primary, .hercules-builder-order-details-content .btn-tertiary, .hercules-builder-order-details-content .btn-cart, .hercules-builder-order-details-content .header-container a.btn-header, .header-container .hercules-builder-order-details-content a.btn-header {
    width: 322px;
    padding: 0; }
    .hercules-builder-order-details-content .btn-primary p, .hercules-builder-order-details-content .btn-tertiary p, .hercules-builder-order-details-content .btn-cart p, .hercules-builder-order-details-content .header-container a.btn-header p, .header-container .hercules-builder-order-details-content a.btn-header p {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100%;
      font-size: 16px;
      font-weight: 700; }
    .hercules-builder-order-details-content .btn-primary .btn-wait, .hercules-builder-order-details-content .btn-tertiary .btn-wait, .hercules-builder-order-details-content .btn-cart .btn-wait, .hercules-builder-order-details-content .header-container a.btn-header .btn-wait, .header-container .hercules-builder-order-details-content a.btn-header .btn-wait {
      background: #CC0000; }

.hercules-builder-order-details,
.hercules-builder-order-details-container {
  padding: 0; }

.hercules-builder-order-details-content {
  text-align: left; }
  @media (max-width: 767px) {
    .hercules-builder-order-details-content {
      position: absolute;
      width: 100%;
      margin: 0;
      padding: 5%;
      height: calc(100% + 60px);
      top: -60px;
      overflow: scroll;
      background-color: #f2f2f2;
      transition: all 450ms ease-in-out; } }
  @media (max-width: 767px) {
    .hercules-builder-order-details-content .btn {
      margin: 0; } }
  .hercules-builder-order-details-content .hercules-builder-order-details-product-name,
  .hercules-builder-order-details-content .hercules-selected-page-size-option {
    text-transform: uppercase;
    font-weight: bold;
    margin: auto auto 0 auto;
    font-size: 1.25em; }
  .hercules-builder-order-details-content .hercules-builder-order-details.subtotal .hercules-builder-order-details-heading {
    font-weight: normal;
    margin: 20px 0; }
    .hercules-builder-order-details-content .hercules-builder-order-details.subtotal .hercules-builder-order-details-heading span {
      margin-left: 20px; }
  @media (max-width: 767px) {
    .hercules-builder-order-details-content .hercules-builder-order-details.subtotal {
      display: none; } }
  .hercules-builder-order-details-content .hercules-builder-order-details-select select {
    margin: 5px 30px 15px 30px;
    width: 80%;
    padding: 7px 35px 5px 5px;
    border: 2px solid #929292;
    height: 45px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 95% center;
    font-weight: bold;
    font-size: 1.25em; }
  .hercules-builder-order-details-content .hercules-builder-order-details-select select::-ms-expand {
    /* for IE 11 */
    display: none; }
  .hercules-builder-order-details-content .hercules-builder-order-details-select .hercules-selected-page-fit-options {
    overflow: hidden; }
    .hercules-builder-order-details-content .hercules-builder-order-details-select .hercules-selected-page-fit-options .hercules-selected-page-fit-options-label {
      text-transform: capitalize;
      width: 35%;
      float: left;
      margin: 0 0 25px 20px;
      line-height: 2; }
    .hercules-builder-order-details-content .hercules-builder-order-details-select .hercules-selected-page-fit-options .hercules-radios-wrapper {
      width: 25%;
      float: right;
      text-transform: uppercase; }
    .hercules-builder-order-details-content .hercules-builder-order-details-select .hercules-selected-page-fit-options .hercules-radios-wrapper.last {
      margin-right: 20px; }
    .hercules-builder-order-details-content .hercules-builder-order-details-select .hercules-selected-page-fit-options .hercules-selected-page-fit-options-messaging {
      color: #929292;
      text-align: left;
      display: block;
      clear: both;
      width: 80%;
      margin: 0 auto; }
      .hercules-builder-order-details-content .hercules-builder-order-details-select .hercules-selected-page-fit-options .hercules-selected-page-fit-options-messaging .page-fit-warning {
        padding: 20px 10px 15px 20px;
        background-repeat: no-repeat;
        background-position: left; }

.hercules-builder-package-list-content .hercules-builder-package-list {
  list-style: none;
  margin: 0;
  display: "invert()" "-webkit-${display}";
  display: "invert()" "-moz-${display}";
  display: "invert()" "-ms-${display}box";
  display: "invert()" "-ms-${display}";
  display: flex;
  flex-direction: row;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center; }

.hercules-builder-package-list-content .hercules-builder-package-container {
  display: "invert()" "-webkit-${display}";
  display: "invert()" "-moz-${display}";
  display: "invert()" "-ms-${display}box";
  display: "invert()" "-ms-${display}";
  display: flex;
  margin-right: 16px;
  width: 100%;
  max-width: 400px; }
  @media (max-width: 768px) {
    .hercules-builder-package-list-content .hercules-builder-package-container:first-child {
      margin-right: 13px; } }
  .hercules-builder-package-list-content .hercules-builder-package-container .hercules-package-selector {
    width: inherit; }
  .hercules-builder-package-list-content .hercules-builder-package-container.active-pkg .hercules-builder-package-content {
    cursor: inherit;
    border-color: #0070C9;
    min-height: inherit; }
  .hercules-builder-package-list-content .hercules-builder-package-container:not(.active-pkg) .hercules-builder-package-options .selected-option-value {
    padding: 0 0 5px 27px; }
    .hercules-builder-package-list-content .hercules-builder-package-container:not(.active-pkg) .hercules-builder-package-options .selected-option-value:before {
      content: "";
      height: 15px;
      width: 15px;
      background-image: url(../../hercules/images/line-svg.svg);
      position: absolute;
      left: 24px;
      -webkit-filter: invert(100%);
      filter: invert(100%);
      background-size: contain;
      background-repeat: no-repeat; }
  @media (min-width: 992px) {
    .hercules-builder-package-list-content .hercules-builder-package-container.wide-layout .hercules-builder-package-content .hercules-builder-package-preview-container .hercules-builder-package-single-links-container {
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      z-index: 1; }
      .hercules-builder-package-list-content .hercules-builder-package-container.wide-layout .hercules-builder-package-content .hercules-builder-package-preview-container .hercules-builder-package-single-links-container a {
        text-decoration: underline;
        color: #279de9;
        font-weight: bold;
        background-image: none !important;
        font-size: 0.8rem; } }
  .hercules-builder-package-list-content .hercules-builder-package-container.wide-layout .hercules-builder-package-content .hercules-builder-document-size-package-option .hercules-builder-package-option-name {
    width: 33.333%; }
  .hercules-builder-package-list-content .hercules-builder-package-container.wide-layout .hercules-builder-package-content .hercules-builder-document-size-package-option .hercules-builder-package-option-value {
    width: 66.66666667%; }
  @media (min-width: 992px) {
    .hercules-builder-package-list-content .hercules-builder-package-container.wide-layout .hercules-builder-package-content .hercules-builder-package-bottom-controls-container {
      position: static; }
      .hercules-builder-package-list-content .hercules-builder-package-container.wide-layout .hercules-builder-package-content .hercules-builder-package-bottom-controls-container .hercules-builder-package-preview-link-container .hercules-builder-package-preview-link {
        display: none; } }

.hercules-builder-package-list-content .hercules-builder-package-content {
  cursor: pointer;
  border: 2px solid transparent;
  width: 100%;
  height: 100%;
  background: #fff;
  overflow: hidden;
  position: relative;
  transition: all ease-in-out 0.3s;
  padding: 20px;
  border-radius: 4px; }
  @media (min-width: 768px) {
    .hercules-builder-package-list-content .hercules-builder-package-content {
      width: 344px; } }
  @media (min-width: 1024px) {
    .hercules-builder-package-list-content .hercules-builder-package-content {
      width: 400px; } }
  .hercules-builder-package-list-content .hercules-builder-package-content.toggle-package-features .hercules-builder-package-options {
    display: block; }
  .hercules-builder-package-list-content .hercules-builder-package-content .hercules-builder-package-overlay {
    background-color: #2F9DE7;
    color: #FFFFFF;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    white-space: nowrap; }
    .hercules-builder-package-list-content .hercules-builder-package-content .hercules-builder-package-overlay .icon {
      padding: 0 0.5em; }
    .hercules-builder-package-list-content .hercules-builder-package-content .hercules-builder-package-overlay .alt {
      display: inline-block;
      max-width: 0;
      transition: max-width 0.5s ease-out; }
      .hercules-builder-package-list-content .hercules-builder-package-content .hercules-builder-package-overlay .alt div {
        padding: 0.1em 2em 0.1em 0; }
  .hercules-builder-package-list-content .hercules-builder-package-content:hover .alt {
    max-width: 500px;
    transition: max-width 1.5s ease-in; }

@media (max-width: 1023px) {
  .hercules-builder-package-list-content .hercules-builder-package-container--pm {
    margin-right: 13px; } }

@media (max-width: 1023px) {
  .hercules-builder-package-list-content .hercules-builder-package-container--pm:first-child {
    margin-left: 25px; } }

@media (min-width: 768px) {
  .hercules-builder-package-list-content .hercules-builder-package-container--pm .hercules-builder-package-content {
    width: 352px; } }

@media (min-width: 1024px) {
  .hercules-builder-package-list-content .hercules-builder-package-container--pm .hercules-builder-package-content {
    width: 320px; } }

@media (min-width: 1440px) {
  .hercules-builder-package-list-content .hercules-builder-package-container--pm .hercules-builder-package-content {
    width: 400px; } }

@media (min-width: 768px) {
  .hercules-builder-package-list-content .hercules-builder-package-container--pm .hercules-builder-package-wrapper, .hercules-builder-package-list-content .hercules-builder-package-container--pm .hercules-builder-package-content {
    min-height: 676px; } }

@media (min-width: 1024px) {
  .hercules-builder-package-list-content .hercules-builder-package-container--pm .hercules-builder-package-wrapper, .hercules-builder-package-list-content .hercules-builder-package-container--pm .hercules-builder-package-content {
    min-height: 620px; } }

@media (min-width: 1440px) {
  .hercules-builder-package-list-content .hercules-builder-package-container--pm .hercules-builder-package-wrapper, .hercules-builder-package-list-content .hercules-builder-package-container--pm .hercules-builder-package-content {
    min-height: 669px; } }

@media (max-width: 1439px) {
  .hercules-builder-package-list-content .hercules-builder-package-container--pm .hercules-builder-package-preview-container {
    height: 220px; } }

@media (max-width: 1023px) {
  .hercules-builder-package-list-content .hercules-builder-package-container--pm .hercules-builder-package-preview-container {
    height: 242px; } }

.hercules-builder-package-list-content .hercules-builder-package-container--pm .hercules-builder-package-copy {
  padding-bottom: 10px; }

@media (max-width: 1023px) {
  .hercules-builder-package-list-content .hercules-builder-package-container--pm:not(.active-pkg) .hercules-builder-package-copy {
    margin-top: 83px; } }

@media (max-width: 414px), (max-width: 736px) and (orientation: landscape) {
  .hercules-builder-package-list-content .hercules-builder-package-container.active .hercules-builder-package-preview-container {
    display: block; }
  .hercules-builder-package-list-content .hercules-builder-package-container .hercules-builder-package-preview-container {
    width: 100%;
    display: none; } }

.hercules-builder-package-list-content .hercules-builder-package-preview-container {
  height: 275px;
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px; }
  @media (max-width: 1023px) {
    .hercules-builder-package-list-content .hercules-builder-package-preview-container {
      height: 235px;
      margin-top: 25px;
      margin-bottom: 25px; } }
  .hercules-builder-package-list-content .hercules-builder-package-preview-container .hercules-builder-package-preview {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    /* increase the shadow opacity and border-width's slightly for previews to make it look prettier..@mixin  (very scaled down) */ }
    .hercules-builder-package-list-content .hercules-builder-package-preview-container .hercules-builder-package-preview .hercules-builder-page-layout {
      box-shadow: 0 0 50px rgba(153, 153, 153, 0.4);
      border-width: 2px; }
    .hercules-builder-package-list-content .hercules-builder-package-preview-container .hercules-builder-package-preview .hercules-builder-template-binder-template-inner {
      border-width: 2px;
      opacity: 0.75; }
  .hercules-builder-package-list-content .hercules-builder-package-preview-container .hercules-builder-package-single-links-container {
    display: none; }

.hercules-builder-package-list-content .hercules-builder-package-preview-link-container {
  text-align: center;
  margin-bottom: 25px; }
  @media (max-width: 414px), (max-width: 736px) and (orientation: landscape) {
    .hercules-builder-package-list-content .hercules-builder-package-preview-link-container {
      display: none; } }
  .hercules-builder-package-list-content .hercules-builder-package-preview-link-container .hercules-builder-package-preview-link {
    text-align: center;
    width: 53%;
    background-repeat: no-repeat;
    padding: 10px 0 10px 28px;
    cursor: pointer;
    background-position: left 5px; }

.hercules-builder-package-list-content .hercules-builder-package-page-count {
  text-align: center;
  text-transform: uppercase;
  margin: 10px auto 5px auto;
  font-weight: bold;
  color: #666; }

.hercules-builder-package-list-content .hercules-builder-package-container.active .hercules-builder-package-options .hercules-builder-package-option .hercules-builder-package-option-name {
  display: inline !important; }

.hercules-builder-package-list-content .hercules-builder-package-container.active .hercules-builder-package-options .hercules-builder-package-option .hercules-builder-package-option-value {
  position: relative;
  right: 0;
  left: auto;
  z-index: 1; }
  .hercules-builder-package-list-content .hercules-builder-package-container.active .hercules-builder-package-options .hercules-builder-package-option .hercules-builder-package-option-value:before {
    display: none; }

.hercules-builder-package-copy {
  display: "invert()" "-webkit-${display}";
  display: "invert()" "-moz-${display}";
  display: "invert()" "-ms-${display}box";
  display: "invert()" "-ms-${display}";
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  font-size: 20px;
  margin-bottom: 14px;
  margin-top: 68px;
  position: relative;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 21px;
  padding-top: 9px; }
  @media (max-width: 767px) {
    .hercules-builder-package-copy {
      font-size: 16px;
      margin: 0 15px;
      padding-bottom: 15px;
      border-bottom: 1px solid #E7E7E7;
      height: 45px; } }
  @media (max-width: 767px) {
    .hercules-builder-package-copy .price-unit {
      display: none; } }
  @media (max-width: 767px) {
    .hercules-builder-package-copy .price-summary-container {
      float: right;
      font-weight: 100; } }
  .hercules-builder-package-copy .hercules-builder-package-name {
    font-family: "NormsProMedium", "Norms Pro", arial, sans-serif;
    font-weight: 700; }
    @media (min-width: 1440px) {
      .hercules-builder-package-copy .hercules-builder-package-name {
        width: 62%;
        height: 34px; } }
    @media (max-width: 1439px) and (min-width: 768px) {
      .hercules-builder-package-copy .hercules-builder-package-name {
        width: 70%; } }
  .hercules-builder-package-copy .hercules-builder-package-price {
    font-size: 20px;
    text-align: right;
    min-width: 60px;
    position: absolute;
    right: 0; }
    @media (max-width: 767px) {
      .hercules-builder-package-copy .hercules-builder-package-price {
        font-size: 16px; } }
    .hercules-builder-package-copy .hercules-builder-package-price span {
      font-size: 14px;
      display: block; }

.active-pkg .hercules-builder-package-copy {
  margin-top: 0; }

.hercules-builder-package-list-container {
  display: flex;
  flex-wrap: wrap; }

.hercules-builder-package-includes {
  padding: 0 0 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #E7E7E7; }
  @media (max-width: 767px) {
    .hercules-builder-package-includes {
      margin-bottom: 0;
      padding-top: 15px; } }
  .hercules-builder-package-includes h3 {
    font-weight: 600;
    margin-bottom: 9px; }
    @media (max-width: 767px) {
      .hercules-builder-package-includes h3 {
        font-size: 14px; } }
  .hercules-builder-package-includes li {
    line-height: 1.3;
    margin-left: 27px; }
    .hercules-builder-package-includes li:before {
      content: "";
      height: 15px;
      width: 15px;
      background-image: url("../../hercules/images/line-svg.svg");
      position: absolute;
      left: 15px;
      -webkit-filter: invert(100%);
              filter: invert(100%);
      background-size: contain;
      background-repeat: no-repeat; }
      @media (min-width: 768px) {
        .hercules-builder-package-includes li:before {
          left: 23px; } }

.hercules-builder-package-wrapper {
  width: inherit; }
  @media (min-width: 768px) {
    .hercules-builder-package-wrapper {
      min-height: 600px; } }

.package-wrap-desktop {
  display: none; }
  @media (min-width: 768px) {
    .package-wrap-desktop {
      display: flex; } }

.package-wrap-mobile {
  margin-bottom: 105px;
  float: left;
  width: 100%; }
  .package-wrap-mobile .doc-preview-mobile {
    height: 250px;
    position: relative;
    cursor: pointer;
    margin-top: 5px;
    margin-bottom: 5px; }
    .package-wrap-mobile .doc-preview-mobile .hercules-builder-template .hercules-builder-template-spread-canvas-container {
      bottom: 20px; }
  .package-wrap-mobile .hercules-builder-project-name {
    margin: 15px 0;
    padding-top: 30px;
    border-top: 1px solid #E7E7E7; }
  .package-wrap-mobile .select-dropdown {
    margin: 10px 0 30px; }
    @media (max-width: 767px) {
      .package-wrap-mobile .select-dropdown {
        width: 228px; } }

.hercules-builder-order-details-header {
  color: #000000; }
  .hercules-builder-order-details-header .price-label {
    font-size: 15px; }
  .hercules-builder-order-details-header .price-value {
    font-size: 20px;
    padding-left: 10px; }
  .hercules-builder-order-details-header .calculating-wrapper {
    display: none; }
  @media (min-width: 768px) {
    .hercules-builder-order-details-header {
      display: none; } }
  @media (max-width: 767px) {
    .hercules-builder-order-details-header {
      padding: 23px 0 0; } }
  .hercules-builder-order-details-header .hercules-builder-order-details-heading {
    font-size: 15px;
    font-weight: 600; }
    .hercules-builder-order-details-header .hercules-builder-order-details-heading .hercules-builder-order-details-price {
      font-size: 22px;
      padding-left: 10px;
      font-weight: 300; }

.package-toggles-mobile ul {
  text-align: center; }

.package-toggles-mobile li {
  cursor: pointer;
  margin: 5px;
  width: 140px;
  height: 40px;
  border-radius: 4px;
  background-color: #FFFFFF;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  display: inline-block;
  border: solid 2px transparent; }
  .package-toggles-mobile li.active {
    border: solid 2px #0070C9; }
  .package-toggles-mobile li span {
    display: table;
    width: 100%;
    height: 100%; }
    .package-toggles-mobile li span p {
      display: table-cell;
      width: 35%;
      vertical-align: middle;
      font-size: 12px;
      font-weight: 700;
      padding-top: 2px; }
      .package-toggles-mobile li span p:nth-of-type(2) {
        width: 65%;
        font-weight: 300; }

.features-options-mobile {
  padding: 0 15px; }
  .features-options-mobile .hercules-builder-package-option {
    display: "invert()" "-webkit-${display}";
    display: "invert()" "-moz-${display}";
    display: "invert()" "-ms-${display}box";
    display: "invert()" "-ms-${display}";
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 8px; }
  .features-options-mobile .hercules-builder-package-option-name {
    font-weight: 600;
    font-size: 14px; }
  .features-options-mobile .options-cta {
    position: relative; }
    .features-options-mobile .options-cta .please-wait {
      position: absolute;
      width: 94%;
      left: 13px; }

@media (max-width: 767px) {
  .hercules-builder-header {
    -webkit-filter: blur(0);
            filter: blur(0);
    transition: -webkit-filter 450ms ease-in-out;
    transition: filter 450ms ease-in-out;
    transition: filter 450ms ease-in-out, -webkit-filter 450ms ease-in-out; }
  .hercules-builder-header.blur {
    -webkit-filter: blur(10px);
            filter: blur(10px); } }

.hercules-project-preview-dialog .hercules-builder-template.show-ruler.has-binder .hercules-builder-template-spread-canvas-container .hercules-builder-template-spread-canvas-content,
.hercules-view:not(.hercules-builder-package-selection-view) .hercules-builder-template.show-ruler.has-binder .hercules-builder-template-spread-canvas-container .hercules-builder-template-spread-canvas-content {
  top: 60px;
  bottom: 60px;
  left: 60px;
  right: 60px; }

.hercules-builder-template.show-ruler .hercules-builder-template-spread-canvas-container .hercules-builder-template-spread-canvas-content {
  top: 15px;
  bottom: 15px;
  left: 15px;
  right: 15px;
  margin: 25px 80px; }
  @media (max-width: 767px) {
    .hercules-builder-template.show-ruler .hercules-builder-template-spread-canvas-container .hercules-builder-template-spread-canvas-content {
      top: 5px;
      bottom: 5px;
      left: 5px;
      right: 5px;
      margin: 5px 25px; } }

@media (min-width: 768px) {
  .pto-product-p68-blueprints .hercules-builder-template.show-ruler .hercules-builder-template-spread-canvas-container .hercules-builder-template-spread-canvas-content {
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
    margin: 15px 40px; } }

@media (min-width: 1441px) {
  .pto-product-p68-blueprints .hercules-builder-template.show-ruler .hercules-builder-template-spread-canvas-container .hercules-builder-template-spread-canvas-content {
    margin: 20px 40px; } }

.hercules-builder-approve-view .hercules-builder-template.show-ruler .hercules-builder-template-spread-canvas-container .hercules-builder-template-spread-canvas-content {
  top: 70px;
  bottom: 70px; }

.hercules-builder-template-spread-ruler {
  position: absolute;
  opacity: 0;
  transition: opacity ease-in-out 0.3s; }
  .hercules-builder-package-container .hercules-builder-template-spread-ruler {
    transition: opacity ease-in-out 2s; }

.hercules-builder-template-spread-ruler-x,
.hercules-builder-template-spread-ruler-y {
  position: absolute;
  display: none; }
  .rotated .hercules-builder-template-spread-ruler-x span, .rotated
  .hercules-builder-template-spread-ruler-y span {
    transform: rotate(-90deg); }
  .landscape.rotated .hercules-builder-template-spread-ruler-x span, .landscape.rotated
  .hercules-builder-template-spread-ruler-y span {
    transform: rotate(90deg); }
  .hercules-builder-template-spread-ruler-x:before, .hercules-builder-template-spread-ruler-x:after,
  .hercules-builder-template-spread-ruler-y:before,
  .hercules-builder-template-spread-ruler-y:after {
    content: "";
    position: absolute;
    display: block;
    background: #000; }

.hercules-builder-template-spread-ruler-x {
  top: -1.75em;
  left: 0;
  width: 100%; }
  .hercules-builder-package-content .hercules-builder-template-spread-ruler-x {
    top: -1.5em; }
  .has-binder .hercules-builder-template-spread-ruler-x {
    top: -2em; }
    .hercules-builder .has-binder .hercules-builder-template-spread-ruler-x {
      top: -3em; }
  .landscape.has-binder.page-mode .hercules-builder-template-spread-ruler-x {
    top: -3.25em; }
    .hercules-builder-package-content .landscape.has-binder.page-mode .hercules-builder-template-spread-ruler-x {
      top: -2em; }
  .landscape:not(.page-mode) .hercules-builder-template-spread-ruler-x,
  .landscape.page-mode .hercules-builder-template-spread-ruler:not(.first-page-active) .hercules-builder-template-spread-ruler-x {
    top: auto;
    bottom: -2em; }
    .hercules-builder-package-content .landscape:not(.page-mode) .hercules-builder-template-spread-ruler-x, .hercules-builder-package-content
    .landscape.page-mode .hercules-builder-template-spread-ruler:not(.first-page-active) .hercules-builder-template-spread-ruler-x {
      bottom: -1.5em; }
  .landscape.has-binder:not(.page-mode) .hercules-builder-template-spread-ruler-x,
  .landscape.has-binder.page-mode .hercules-builder-template-spread-ruler:not(.first-page-active) .hercules-builder-template-spread-ruler-x {
    top: auto;
    bottom: -3em; }
    .hercules-builder-package-content .landscape.has-binder:not(.page-mode) .hercules-builder-template-spread-ruler-x, .hercules-builder-package-content
    .landscape.has-binder.page-mode .hercules-builder-template-spread-ruler:not(.first-page-active) .hercules-builder-template-spread-ruler-x {
      bottom: -1.75em; }
  .hercules-builder-template-spread-ruler-x span {
    display: block;
    text-align: center;
    width: 100%; }
  .hercules-builder-template-spread-ruler-x:before, .hercules-builder-template-spread-ruler-x:after {
    width: 42%;
    height: 1px;
    bottom: 40%; }
    .rotated .hercules-builder-template-spread-ruler-x:before, .rotated .hercules-builder-template-spread-ruler-x:after {
      width: 46%; }
    .hercules-builder-package-content .hercules-builder-template-spread-ruler-x:before, .hercules-builder-package-content .hercules-builder-template-spread-ruler-x:after {
      width: 34%;
      height: 4px; }
  .hercules-builder-template-spread-ruler-x:before {
    left: 0; }
  .hercules-builder-template-spread-ruler-x:after {
    right: 0; }

.hercules-builder-template-spread-ruler-y {
  display: "invert()" "-webkit-${display}";
  display: "invert()" "-moz-${display}";
  display: "invert()" "-ms-${display}box";
  display: "invert()" "-ms-${display}";
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  top: 0;
  right: -2em;
  height: 100%;
  display: none; }
  .has-binder .hercules-builder-template-spread-ruler-y {
    right: -2.25em; }
  .hercules-builder-package-content .hercules-builder-template-spread-ruler-y {
    right: -1.75em; }
  .hercules-builder-package-content .has-binder .hercules-builder-template-spread-ruler-y {
    right: -2.25em; }
  .hercules-builder .has-binder .hercules-builder-template-spread-ruler-y {
    right: -3.25em; }
  .page-mode:not(.landscape) .first-page-active .hercules-builder-template-spread-ruler-y {
    left: -2em;
    right: auto; }
    .hercules-builder-package-content .page-mode:not(.landscape) .first-page-active .hercules-builder-template-spread-ruler-y {
      left: -1.75em; }
  .page-mode.landscape .hercules-builder-template-spread-ruler-y {
    right: -2.5em; }
    .hercules-builder-package-content .page-mode.landscape .hercules-builder-template-spread-ruler-y {
      right: -2.25em; }
  .page-mode.has-binder.landscape .hercules-builder-template-spread-ruler-y {
    right: -3.5em; }
    .hercules-builder-package-content .page-mode.has-binder.landscape .hercules-builder-template-spread-ruler-y {
      right: -2.5em; }
  .page-mode.has-binder:not(.landscape) .first-page-active .hercules-builder-template-spread-ruler-y {
    left: -2.25em;
    right: auto; }
    .hercules-builder .page-mode.has-binder:not(.landscape) .first-page-active .hercules-builder-template-spread-ruler-y {
      left: -3.25em; }
  .hercules-builder-template-spread-ruler-y:before, .hercules-builder-template-spread-ruler-y:after {
    height: 46%;
    width: 1px;
    left: 40%; }
    .hercules-builder-package-content .hercules-builder-template-spread-ruler-y:before, .hercules-builder-package-content .hercules-builder-template-spread-ruler-y:after {
      height: 42%;
      width: 4px; }
  .hercules-builder-template-spread-ruler-y:before {
    top: 0; }
  .hercules-builder-template-spread-ruler-y:after {
    bottom: 0; }

.hercules-builder-approve-view {
  background: #f2f2f2;
  overflow: hidden; }
  .hercules-builder-approve-view h2 {
    position: relative;
    top: 20px; }

.review-content-approval.hercules-builder-approve-view .hercules-builder-approve-view-content .review-item-option-wrapper {
  width: auto;
  float: none;
  margin-top: 0;
  margin: 70px 20px 20px;
  padding: 0;
  position: relative;
  overflow-y: unset; }
  @media (max-width: 768px) {
    .review-content-approval.hercules-builder-approve-view .hercules-builder-approve-view-content .review-item-option-wrapper {
      margin-top: 0; } }
  .review-content-approval.hercules-builder-approve-view .hercules-builder-approve-view-content .review-item-option-wrapper h3 {
    display: inline-block;
    margin-bottom: 20px; }
    @media (max-width: 768px) {
      .review-content-approval.hercules-builder-approve-view .hercules-builder-approve-view-content .review-item-option-wrapper h3 {
        display: none; } }
  .review-content-approval.hercules-builder-approve-view .hercules-builder-approve-view-content .review-item-option-wrapper a {
    display: inline;
    position: absolute;
    right: 0;
    top: 4px;
    margin: 0; }
    @media (max-width: 768px) {
      .review-content-approval.hercules-builder-approve-view .hercules-builder-approve-view-content .review-item-option-wrapper a {
        display: none; } }
  @media (max-width: 768px) {
    .review-content-approval.hercules-builder-approve-view .hercules-builder-approve-view-content .review-item-option-wrapper .hercules-builder-approve-view-details-options {
      display: none; } }

.review-content-approval.hercules-builder-approve-view .approval-items {
  z-index: 0; }
  .review-content-approval.hercules-builder-approve-view .approval-items a {
    position: absolute;
    right: 20px;
    top: 55px; }
    @media (min-width: 769px) {
      .review-content-approval.hercules-builder-approve-view .approval-items a {
        display: none; } }
    @media (max-width: 767px) {
      .review-content-approval.hercules-builder-approve-view .approval-items a {
        top: 110px;
        right: 40px; } }
  @media (max-width: 767px) {
    .review-content-approval.hercules-builder-approve-view .approval-items .approval-thumbnails-container {
      padding-top: 57px; } }

.review-content-approval.hercules-builder-approve-view .review-item-option-container {
  height: 100vh;
  margin-top: 0; }
  @media (max-height: 740px) {
    .review-content-approval.hercules-builder-approve-view .review-item-option-container {
      height: auto; } }
  .review-content-approval.hercules-builder-approve-view .review-item-option-container .checkbox.approvalCheckbox {
    padding-bottom: 20px; }
    .review-content-approval.hercules-builder-approve-view .review-item-option-container .checkbox.approvalCheckbox span {
      height: 30px;
      width: 30px; }
    .review-content-approval.hercules-builder-approve-view .review-item-option-container .checkbox.approvalCheckbox :checked + span {
      height: 30px;
      width: 30px; }

.hercules-builder-approve-view-preview-container {
  margin-bottom: 30px; }
  @media (min-width: 1024px) {
    .hercules-builder-approve-view-preview-container {
      margin-bottom: 0; } }

.hercules-builder-approve-view-preview-content {
  padding: 1.75%;
  background: #fff;
  overflow: hidden; }
  .hercules-builder-approve-view-preview-content .full-screen-close {
    display: none; }
  .hercules-builder-approve-view-preview-content h2 {
    font-size: 1.1em;
    padding: 1em 20px;
    margin: 0;
    text-align: center; }
    @media (min-width: 1024px) {
      .hercules-builder-approve-view-preview-content h2 {
        font-size: 30px;
        padding: 0;
        text-align: left; } }
  .hercules-builder-approve-view-preview-content hr {
    display: none; }
    @media (min-width: 1024px) {
      .hercules-builder-approve-view-preview-content hr {
        display: block; } }

.hercules-builder-approve-view-preview-builder {
  height: 100vw;
  position: relative;
  width: 100%; }
  @media (max-device-width: 1024px) and (orientation: landscape) {
    .hercules-builder-approve-view-preview-builder {
      height: 60vh; } }
  @media (min-width: 1024px) {
    .hercules-builder-approve-view-preview-builder {
      height: 500px; } }

.hercules-builder-approve-view-preview-content .hercules-builder-package-preview-link-container {
  display: block;
  text-align: center; }
  .hercules-builder-approve-view-preview-content .hercules-builder-package-preview-link-container .hercules-builder-package-preview-link {
    background-repeat: no-repeat;
    padding: 10px 0 10px 30px;
    background-position-y: 6px;
    font-size: 1em;
    color: #929292;
    margin: 0 auto 25px; }
  @media (min-width: 1024px) {
    .hercules-builder-approve-view-preview-content .hercules-builder-package-preview-link-container {
      display: none; } }

.hercules-builder-approve-view-details-container {
  overflow: hidden; }

.hercules-builder-approve-view-details-content .btn {
  width: 100%;
  cursor: pointer; }

.hercules-builder-approve-view-details-content .hercules-builder-order-details-price {
  position: absolute;
  right: 0;
  bottom: -3px;
  font-size: 30px;
  font-weight: 500; }

.hercules-builder-approve-view-details-option {
  display: "invert()" "-webkit-${display}";
  display: "invert()" "-moz-${display}";
  display: "invert()" "-ms-${display}box";
  display: "invert()" "-ms-${display}";
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between; }
  .hercules-builder-approve-view-details-option p {
    line-height: 1.1;
    padding-bottom: 10px; }
    .hercules-builder-approve-view-details-option p:nth-child(1) {
      text-align: left;
      font-weight: bold;
      padding-right: 10px;
      width: 70%; }
    .hercules-builder-approve-view-details-option p:nth-child(2) {
      text-align: left;
      width: 100%; }

.hercules-builder-approve-quantity-pricing {
  display: "invert()" "-webkit-${display}";
  display: "invert()" "-moz-${display}";
  display: "invert()" "-ms-${display}box";
  display: "invert()" "-ms-${display}";
  display: flex;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around; }
  @media (min-width: 1024px) {
    .hercules-builder-approve-quantity-pricing {
      display: block; } }

.hercules-builder-approve-view-checkbox-container {
  margin: 47px 0; }
  .hercules-builder-approve-view-checkbox-container .checkbox {
    font-family: "NormsProMedium", "Norms Pro", arial, sans-serif; }
    .hercules-builder-approve-view-checkbox-container .checkbox span {
      height: 20px;
      width: 20px;
      margin: 0 10px 0 0; }
    .hercules-builder-approve-view-checkbox-container .checkbox :checked + span {
      height: 20px;
      width: 20px; }
      .hercules-builder-approve-view-checkbox-container .checkbox :checked + span:after {
        width: 11px;
        height: 11px;
        background-image: url("../../hercules/images/line-svg.svg");
        position: absolute; }
        @media all and (-ms-high-contrast: none) {
          .hercules-builder-approve-view-checkbox-container .checkbox :checked + span:after {
            width: 55%;
            height: 50%;
            position: relative; } }
  .hercules-builder-approve-view-checkbox-container input[type="checkbox"] {
    width: 0; }
    .hercules-builder-approve-view-checkbox-container input[type="checkbox"]:not(old):checked + label {
      background-position: 0 0; }
  .hercules-builder-approve-view-checkbox-container input[type="checkbox"] + label {
    white-space: nowrap;
    padding: 5px 20px 0 50px;
    margin: 0 auto;
    text-align: left;
    line-height: 1.2;
    background-repeat: no-repeat;
    background-size: 35px;
    line-height: 35px;
    background-position: 0 -42px; }
    @media (min-width: 1024px) {
      .hercules-builder-approve-view-checkbox-container input[type="checkbox"] + label {
        white-space: normal;
        padding-top: 0;
        padding-right: 0;
        margin: 0; } }

.hercules-terms-and-conditions h2 {
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  margin: 30px 0 20px; }
  @media (min-width: 1280px) {
    .hercules-terms-and-conditions h2 {
      margin: 60px 0 40px; } }

.hercules-terms-and-conditions-content {
  width: 80%;
  margin: 0 auto 80px; }
  @media (min-width: 992px) {
    .hercules-terms-and-conditions-content {
      max-height: 75%;
      overflow-y: scroll;
      max-height: 40vh;
      margin-bottom: 60px; } }

.hercules-terms-and-conditions-footer,
.hercules-project-preview-dialog-footer {
  width: 100%;
  text-align: center;
  position: fixed;
  bottom: 0; }
  .hercules-terms-and-conditions-footer .btn-block,
  .hercules-project-preview-dialog-footer .btn-block {
    font-size: 1.39em;
    padding: 1.15em 0;
    letter-spacing: 0.05em;
    border-radius: 0; }
  @media (max-device-width: 1024px) and (orientation: landscape) {
    .hercules-terms-and-conditions-footer,
    .hercules-project-preview-dialog-footer {
      position: fixed;
      bottom: 0; } }
  @media (min-width: 992px) {
    .hercules-terms-and-conditions-footer,
    .hercules-project-preview-dialog-footer {
      position: static;
      bottom: auto; } }

.hercules-project-preview-dialog.has-close-button h2 {
  font-size: 1.1em;
  padding: 20px 0;
  text-align: center; }
  @media (max-device-width: 1024px) and (orientation: landscape) {
    .hercules-project-preview-dialog.has-close-button h2 {
      padding-bottom: 0;
      margin-bottom: 0; } }

.hercules-project-preview-dialog.has-close-button hr {
  display: none; }

.hercules-project-preview-dialog.has-close-button .hercules-project-preview-dialog-content .hercules-project-preview-dialog-builder {
  height: 100vw; }
  @media (max-device-width: 1024px) and (orientation: landscape) {
    .hercules-project-preview-dialog.has-close-button .hercules-project-preview-dialog-content .hercules-project-preview-dialog-builder {
      height: 60vh; } }

.hercules-project-preview-dialog.has-close-button .hercules-project-preview-dialog-page-selector {
  background: #fff;
  border-top: 2px solid #dfdfdf;
  padding: 15px 0; }

.hercules-builder-production-selection-view {
  background: #f1f1f1; }

.hercules-builder-product-list-content {
  cursor: pointer; }
  .hercules-builder-product-list-content .hercules-builder-product-list {
    display: "invert()" "-webkit-${display}";
    display: "invert()" "-moz-${display}";
    display: "invert()" "-ms-${display}box";
    display: "invert()" "-ms-${display}";
    display: flex;
    flex-wrap: wrap;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-align-content: flex-start;
    align-content: flex-start;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    padding: 1.75% 5%;
    list-style: none;
    text-align: center;
    cursor: default; }
    @media (max-width: 991px) {
      .hercules-builder-product-list-content .hercules-builder-product-list {
        padding: 10% 1.75%; } }
  .hercules-builder-product-list-content .hercules-builder-product-container {
    padding: 0;
    width: 23.5%;
    margin: 0 0.5% 20px 0.5%;
    border: 5px solid transparent;
    background-color: #FFF; }
    @media (max-width: 991px) {
      .hercules-builder-product-list-content .hercules-builder-product-container {
        width: 46.5%;
        margin: 0 1.5% 10px 1.5%; } }
  .hercules-builder-product-list-content .hercules-builder-product-content {
    height: 100%;
    position: relative;
    padding: 10% 8% 95px 8%;
    overflow: hidden; }
    @media (max-width: 414px), (max-width: 736px) and (orientation: landscape) {
      .hercules-builder-product-list-content .hercules-builder-product-content {
        padding-bottom: 0; } }
  @media (min-width: 992px) {
    .hercules-builder-product-list-content .hercules-builder-product-container:hover,
    .hercules-builder-product-list-content .active .hercules-builder-product-container {
      border-color: #0099cc;
      cursor: default;
      transition: 150ms, border-color, ease-in-out; } }
  .hercules-builder-product-list-content .hercules-builder-product-container:hover {
    cursor: pointer; }
  .hercules-builder-product-list-content h3 {
    font-family: "NormsProBold", "Norms Pro", arial, sans-serif;
    text-transform: uppercase;
    font-size: 1.25rem;
    height: 35px;
    margin: 0 0 1em;
    overflow: hidden;
    text-overflow: ellipsis; }
    @media (max-width: 991px) {
      .hercules-builder-product-list-content h3 {
        font-family: "NormsProRegular", "Norms Pro", arial, sans-serif;
        font-weight: bold; } }
    @media (max-width: 414px) {
      .hercules-builder-product-list-content h3 {
        font-size: 1em;
        letter-spacing: 0.05em; } }
  .hercules-builder-product-list-content .hercules-builder-product-description {
    padding: 10% 0 5%;
    font-size: 1rem;
    /* Safari 6.1+ */
    /* IE 10 */
    flex: 1; }
    @media (max-width: 414px), (max-width: 736px) and (orientation: landscape) {
      .hercules-builder-product-list-content .hercules-builder-product-description {
        display: none; } }
  .hercules-builder-product-list-content img {
    max-height: 225px; }
  .hercules-builder-product-list-content .hercules-builder-product-cta {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 8%; }
    @media (max-width: 414px), (max-width: 736px) and (orientation: landscape) {
      .hercules-builder-product-list-content .hercules-builder-product-cta {
        position: static;
        padding: 0; } }

.hercules-modal-window .hercules-product-features {
  /**
     * Sku bubble overrides
     * Width is now 70% of browser width due to the modal
     */ }
  @media (min-width: 992px) {
    .hercules-modal-window .hercules-product-features .hercules-product-features-container {
      max-height: 60vh;
      overflow-y: scroll; } }
  @media (min-width: 1280px), (max-device-width: 1024px) and (orientation: landscape) {
    .hercules-modal-window .hercules-product-features .hercules-product-features-container {
      max-height: none;
      overflow-y: auto; } }
  .hercules-modal-window .hercules-product-features .hercules-product-features-header {
    text-transform: uppercase; }
    @media (min-width: 1280px) {
      .hercules-modal-window .hercules-product-features .hercules-product-features-header h2 {
        font-size: 1.5em; } }
  .hercules-modal-window .hercules-product-features .hercules-product-features-content {
    margin-bottom: 60px; }
    @media (min-width: 1280px) {
      .hercules-modal-window .hercules-product-features .hercules-product-features-content {
        max-height: 60vh; } }
    .hercules-modal-window .hercules-product-features .hercules-product-features-content .hercules-product-features-header {
      display: none; }
  @media (min-width: 1280px) {
    .hercules-modal-window .hercules-product-features .hercules-product-features-flex-container {
      background-size: contain;
      max-height: none;
      min-height: auto;
      max-width: 50%; }
      .hercules-modal-window .hercules-product-features .hercules-product-features-flex-container.hercules-product-portrait {
        margin: 0 auto; }
    .hercules-modal-window .hercules-product-features .hercules-product-features-image-bubble {
      width: 150px; }
    .hercules-modal-window .hercules-product-features .hercules-product-features-bubble-left {
      margin-right: 28vw; }
    .hercules-modal-window .hercules-product-features .hercules-product-features-bubble-right {
      margin-left: 28vw; }
      .hercules-modal-window .hercules-product-features .hercules-product-features-bubble-right .hercules-product-features-copy {
        left: 160px; }
    .hercules-modal-window .hercules-product-features .hercules-product-portrait .hercules-product-features-bubble-left {
      margin-right: 25vw; }
    .hercules-modal-window .hercules-product-features .hercules-product-portrait .hercules-product-features-bubble-right {
      margin-left: 25vw; } }

.hercules-product-features-footer {
  width: 100%;
  text-align: center;
  position: fixed;
  bottom: 0; }
  @media (min-width: 992px) {
    .hercules-product-features-footer {
      position: static;
      bottom: auto; } }
  @media (max-device-width: 1024px) and (orientation: landscape) {
    .hercules-product-features-footer {
      position: fixed;
      bottom: 0; } }
  .hercules-product-features-footer button {
    font-size: 1.39em;
    padding: 1.15em 0;
    letter-spacing: 0.05em; }

/* note: these values need to match those defined in hercules-builder.js */
[hercules\:template], [hercules-template], hercules:template {
  display: block; }

.splus-loader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100px; }
  .splus-loader.loader-small {
    width: 60px;
    height: 60px;
    margin: auto;
    top: 50%;
    position: absolute;
    margin-top: -30px; }
    .splus-loader.loader-small .splus-legacy-loader {
      position: absolute; }
  .splus-loader .circular {
    -webkit-animation: rotate 2s linear infinite;
            animation: rotate 2s linear infinite;
    height: 100%;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
    .splus-loader .circular .path {
      stroke-dasharray: 1, 200;
      stroke-dashoffset: 0;
      -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
              animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
      stroke-linecap: round; }

.smil .splus-legacy-loader {
  display: none; }

.no-smil .circular {
  display: none; }

.no-smil .splus-legacy-loader:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 4px solid transparent;
  border-top-color: #CC0000;
  -webkit-animation: loader 0.9s linear infinite;
          animation: loader 0.9s linear infinite;
  transform-origin: center center; }

.bannerconfigurator #main-content {
  padding-bottom: 0;
  overflow: hidden; }

.hercules-editable-text {
  position: absolute; }
  .hercules-editable-text .hercules-editable-text-content, .hercules-editable-text img {
    cursor: pointer;
    white-space: nowrap;
    display: inline; }
  .hercules-editable-text .hercules-editable-text-editor {
    outline: 0;
    border: 1px solid #0099cc;
    padding: 0;
    font-size: 14px;
    font-family: "NormsProMedium", "Norms Pro", arial, sans-serif;
    text-align: left;
    color: #000000;
    height: 30px;
    background-color: transparent;
    border: 0;
    padding-right: 15px;
    caret-color: #CC0000;
    transition: none;
    flex-grow: 1; }
    @media (min-width: 1024px) {
      .hercules-editable-text .hercules-editable-text-editor {
        font-size: 16px; } }
    .hercules-editable-text .hercules-editable-text-editor:focus {
      border: none; }
    .hercules-editable-text .hercules-editable-text-editor::-ms-clear {
      display: none;
      height: 0;
      width: 0; }
  .hercules-editable-text a, .hercules-editable-text label {
    font-size: 14px;
    margin-left: 29px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    transition: none;
    color: #0070C9;
    font-family: "NormsProBold", "Norms Pro", arial, sans-serif; }
    @media (min-width: 1024px) {
      .hercules-editable-text a, .hercules-editable-text label {
        font-size: 16px; } }
    .hercules-editable-text a.edit-save-name, .hercules-editable-text label.edit-save-name {
      margin-left: auto;
      text-decoration: none; }
  .hercules-editable-text .hercules-editable-text-content.ng-hide + a {
    display: none; }

.hercules-uploader-dialog {
  width: 70vw; }

.hercules-modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 808;
  background-color: rgba(51, 51, 51, 0.8); }
  .hercules-modal-container .hercules-modal-window-container {
    width: 100%;
    height: 100%; }
    @media screen and (min-width: 768px) {
      .hercules-modal-container .hercules-modal-window-container {
        display: table; } }
    @media screen and (min-width: 768px) {
      .hercules-modal-container .hercules-modal-window-container .hercules-modal-window-content {
        display: table-cell;
        vertical-align: middle;
        text-align: center; } }
    .hercules-modal-container .hercules-modal-window-container .hercules-modal-window-content .hercules-modal-window {
      margin: auto;
      position: relative;
      overflow: hidden;
      border-radius: 4px; }
      .hercules-modal-container .hercules-modal-window-container .hercules-modal-window-content .hercules-modal-window .hercules-modal-dialog {
        display: block;
        overflow: hidden; }
      .hercules-modal-container .hercules-modal-window-container .hercules-modal-window-content .hercules-modal-window .hercules-modal-dialog-busy {
        -webkit-filter: "invert()" "grayscale(50%)";
        filter: "invert()" "grayscale(50%)"; }
      .hercules-modal-container .hercules-modal-window-container .hercules-modal-window-content .hercules-modal-window .hercules-modal-window-busy-overlay {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 7; }
        .hercules-modal-container .hercules-modal-window-container .hercules-modal-window-content .hercules-modal-window .hercules-modal-window-busy-overlay .splus-legacy-loader:before {
          top: 45%;
          width: 50px;
          height: 50px; }
      .hercules-modal-container .hercules-modal-window-container .hercules-modal-window-content .hercules-modal-window .hercules-modal-window-busy-overlay.ng-hide {
        opacity: 0; }
      .hercules-modal-container .hercules-modal-window-container .hercules-modal-window-content .hercules-modal-window .hercules-modal-window-busy-overlay.ng-hide-add, .hercules-modal-container .hercules-modal-window-container .hercules-modal-window-content .hercules-modal-window .hercules-modal-window-busy-overlay.ng-hide-remove {
        transition: all ease-in-out 0.3s; }

.hercules-modal-background.ng-hide {
  opacity: 0; }

.hercules-modal-window.ng-hide, .hercules-modal-container.ng-hide {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 5; }

.hercules-modal-window.ng-hide-add, .hercules-modal-background.ng-hide-remove, .hercules-modal-container.ng-hide-add, .hercules-modal-container.ng-hide-remove {
  transition: all ease-in-out 0.2s; }

.hercules-modal-background.ng-hide-add, .hercules-modal-background.ng-hide-remove {
  transition: opacity ease-in-out 0.2s; }

.hercules-index-view-container {
  width: 100%;
  height: 100%;
  position: relative; }
  .hercules-index-view-container .hercules-index-view-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    overflow: hidden; }
    .hercules-index-view-container .hercules-index-view-content .hercules-loading-container {
      width: 100%;
      height: 100%;
      display: table;
      background-color: #fff;
      background: radial-gradient(ellipse at center, #fff 0, rgba(255, 255, 255, 0.33) 100%); }
      .hercules-index-view-container .hercules-index-view-content .hercules-loading-container .hercules-loading-container-content {
        display: table-cell;
        vertical-align: middle; }
    .hercules-index-view-container .hercules-index-view-content .hercules-loading-container.ng-animate {
      transition: opacity ease-in-out 0.2s; }
    .hercules-index-view-container .hercules-index-view-content .hercules-loading-container.ng-leave.ng-leave-active,
    .hercules-index-view-container .hercules-index-view-content .hercules-loading-container.ng-enter {
      opacity: 0; }
    .hercules-index-view-container .hercules-index-view-content .hercules-loading-container.ng-leave,
    .hercules-index-view-container .hercules-index-view-content .hercules-loading-container.ng-enter.ng-enter-active {
      opacity: 1; }

.hercules-activity-indicator-container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5; }
  .hercules-activity-indicator-container .hercules-modal-window-container {
    width: 100%;
    height: 100%;
    display: table; }
  .hercules-activity-indicator-container .hercules-modal-window-content {
    display: table-cell;
    vertical-align: middle; }

.hercules-view {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden; }

.hercules-builder-container {
  width: 100%;
  height: 100%;
  display: block; }

.hercules-builder-toolbar {
  display: block;
  width: 100%;
  height: 100%;
  overflow: auto; }
  .hercules-builder-toolbar .hercules-toolbar-group .hercules-toolbar-group-heading {
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #c8c8c8; }
    .hercules-builder-toolbar .hercules-toolbar-group .hercules-toolbar-group-heading .hercules-toolbar-group-heading-icon {
      width: 20px;
      margin-right: 2px; }
    .hercules-builder-toolbar .hercules-toolbar-group .hercules-toolbar-group-heading .hercules-toolbar-group-heading-label {
      text-transform: uppercase;
      font-size: 1.25em;
      font-weight: bold;
      vertical-align: middle; }
  .hercules-builder-toolbar .hercules-toolbar-panel .hercules-toolbar-panel-expanded .hercules-toolbar-panel-heading {
    padding: 7px;
    border-bottom: 1px solid #c8c8c8; }
    .hercules-builder-toolbar .hercules-toolbar-panel .hercules-toolbar-panel-expanded .hercules-toolbar-panel-heading .hercules-toolbar-panel-heading-label {
      font-size: 1.25em;
      font-weight: bold;
      vertical-align: middle; }
  .hercules-builder-toolbar .hercules-toolbar-panel .hercules-toolbar-panel-collapsed .hercules-toolbar-panel-heading {
    cursor: pointer;
    padding: 10px 0 10px 10px;
    overflow: hidden; }
    .hercules-builder-toolbar .hercules-toolbar-panel .hercules-toolbar-panel-collapsed .hercules-toolbar-panel-heading .hercules-toolbar-panel-heading-label {
      display: block;
      float: left; }
    .hercules-builder-toolbar .hercules-toolbar-panel .hercules-toolbar-panel-collapsed .hercules-toolbar-panel-heading .hercules-toolbar-panel-detail-label {
      color: #c8c8c8;
      display: block;
      text-align: right;
      float: right;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      max-width: 110px; }
  .hercules-builder-toolbar .hercules-toolbar-panel .hercules-toolbar-panel-heading-icon {
    cursor: pointer;
    padding: 0 0.3em 0 0.3em; }
  .hercules-builder-toolbar .hercules-toolbar-panel .hercules-toolbar-panel-heading .hercules-toolbar-panel-heading-icon {
    float: right; }
  .hercules-builder-toolbar .hercules-builder-toolbar-option-panel .hercules-builder-toolbar-option {
    list-style: none;
    padding: 10px 0 0 45px;
    margin: 0; }
    .hercules-builder-toolbar .hercules-builder-toolbar-option-panel .hercules-builder-toolbar-option .hercules-builder-toolbar-option-value {
      cursor: pointer;
      padding: 10px 0 5px 0; }
      .hercules-builder-toolbar .hercules-builder-toolbar-option-panel .hercules-builder-toolbar-option .hercules-builder-toolbar-option-value .hercules-builder-toolbar-option-value-label {
        padding-bottom: 5px; }
    .hercules-builder-toolbar .hercules-builder-toolbar-option-panel .hercules-builder-toolbar-option .hercules-builder-toolbar-option-value.active {
      cursor: default; }
      .hercules-builder-toolbar .hercules-builder-toolbar-option-panel .hercules-builder-toolbar-option .hercules-builder-toolbar-option-value.active .hercules-builder-toolbar-option-value-label {
        border-bottom: 2px solid #0099cc; }
    .hercules-builder-toolbar .hercules-builder-toolbar-option-panel .hercules-builder-toolbar-option .hercules-builder-toolbar-option-value.disabled {
      cursor: default;
      color: #c8c8c8; }
  .hercules-builder-toolbar .hercules-builder-toolbar-paper-option-panel .hercules-builder-toolbar-paper-option .hercules-builder-toolbar-paper-option-heading, .hercules-builder-toolbar .hercules-builder-toolbar-paper-option-panel .hercules-builder-toolbar-paper-option .hercules-builder-toolbar-binding-option-heading, .hercules-builder-toolbar .hercules-builder-toolbar-paper-option-panel .hercules-builder-toolbar-binding-option .hercules-builder-toolbar-paper-option-heading, .hercules-builder-toolbar .hercules-builder-toolbar-paper-option-panel .hercules-builder-toolbar-binding-option .hercules-builder-toolbar-binding-option-heading, .hercules-builder-toolbar .hercules-builder-toolbar-binding-option-panel .hercules-builder-toolbar-paper-option .hercules-builder-toolbar-paper-option-heading, .hercules-builder-toolbar .hercules-builder-toolbar-binding-option-panel .hercules-builder-toolbar-paper-option .hercules-builder-toolbar-binding-option-heading, .hercules-builder-toolbar .hercules-builder-toolbar-binding-option-panel .hercules-builder-toolbar-binding-option .hercules-builder-toolbar-paper-option-heading, .hercules-builder-toolbar .hercules-builder-toolbar-binding-option-panel .hercules-builder-toolbar-binding-option .hercules-builder-toolbar-binding-option-heading {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #c8c8c8;
    overflow: hidden;
    line-height: 3em;
    cursor: pointer; }
    .hercules-builder-toolbar .hercules-builder-toolbar-paper-option-panel .hercules-builder-toolbar-paper-option .hercules-builder-toolbar-paper-option-heading .hercules-builder-toolbar-paper-option-heading-icon, .hercules-builder-toolbar .hercules-builder-toolbar-paper-option-panel .hercules-builder-toolbar-paper-option .hercules-builder-toolbar-paper-option-heading .hercules-builder-toolbar-binding-option-heading-icon, .hercules-builder-toolbar .hercules-builder-toolbar-paper-option-panel .hercules-builder-toolbar-paper-option .hercules-builder-toolbar-binding-option-heading .hercules-builder-toolbar-paper-option-heading-icon, .hercules-builder-toolbar .hercules-builder-toolbar-paper-option-panel .hercules-builder-toolbar-paper-option .hercules-builder-toolbar-binding-option-heading .hercules-builder-toolbar-binding-option-heading-icon, .hercules-builder-toolbar .hercules-builder-toolbar-paper-option-panel .hercules-builder-toolbar-binding-option .hercules-builder-toolbar-paper-option-heading .hercules-builder-toolbar-paper-option-heading-icon, .hercules-builder-toolbar .hercules-builder-toolbar-paper-option-panel .hercules-builder-toolbar-binding-option .hercules-builder-toolbar-paper-option-heading .hercules-builder-toolbar-binding-option-heading-icon, .hercules-builder-toolbar .hercules-builder-toolbar-paper-option-panel .hercules-builder-toolbar-binding-option .hercules-builder-toolbar-binding-option-heading .hercules-builder-toolbar-paper-option-heading-icon, .hercules-builder-toolbar .hercules-builder-toolbar-paper-option-panel .hercules-builder-toolbar-binding-option .hercules-builder-toolbar-binding-option-heading .hercules-builder-toolbar-binding-option-heading-icon, .hercules-builder-toolbar .hercules-builder-toolbar-binding-option-panel .hercules-builder-toolbar-paper-option .hercules-builder-toolbar-paper-option-heading .hercules-builder-toolbar-paper-option-heading-icon, .hercules-builder-toolbar .hercules-builder-toolbar-binding-option-panel .hercules-builder-toolbar-paper-option .hercules-builder-toolbar-paper-option-heading .hercules-builder-toolbar-binding-option-heading-icon, .hercules-builder-toolbar .hercules-builder-toolbar-binding-option-panel .hercules-builder-toolbar-paper-option .hercules-builder-toolbar-binding-option-heading .hercules-builder-toolbar-paper-option-heading-icon, .hercules-builder-toolbar .hercules-builder-toolbar-binding-option-panel .hercules-builder-toolbar-paper-option .hercules-builder-toolbar-binding-option-heading .hercules-builder-toolbar-binding-option-heading-icon, .hercules-builder-toolbar .hercules-builder-toolbar-binding-option-panel .hercules-builder-toolbar-binding-option .hercules-builder-toolbar-paper-option-heading .hercules-builder-toolbar-paper-option-heading-icon, .hercules-builder-toolbar .hercules-builder-toolbar-binding-option-panel .hercules-builder-toolbar-binding-option .hercules-builder-toolbar-paper-option-heading .hercules-builder-toolbar-binding-option-heading-icon, .hercules-builder-toolbar .hercules-builder-toolbar-binding-option-panel .hercules-builder-toolbar-binding-option .hercules-builder-toolbar-binding-option-heading .hercules-builder-toolbar-paper-option-heading-icon, .hercules-builder-toolbar .hercules-builder-toolbar-binding-option-panel .hercules-builder-toolbar-binding-option .hercules-builder-toolbar-binding-option-heading .hercules-builder-toolbar-binding-option-heading-icon {
      float: left;
      padding: 0 0.4em 0 0.3em; }
    .hercules-builder-toolbar .hercules-builder-toolbar-paper-option-panel .hercules-builder-toolbar-paper-option .hercules-builder-toolbar-paper-option-heading .hercules-builder-toolbar-paper-option-heading-name, .hercules-builder-toolbar .hercules-builder-toolbar-paper-option-panel .hercules-builder-toolbar-paper-option .hercules-builder-toolbar-paper-option-heading .hercules-builder-toolbar-paper-option-heading-value, .hercules-builder-toolbar .hercules-builder-toolbar-paper-option-panel .hercules-builder-toolbar-paper-option .hercules-builder-toolbar-paper-option-heading .hercules-builder-toolbar-binding-option-heading-name, .hercules-builder-toolbar .hercules-builder-toolbar-paper-option-panel .hercules-builder-toolbar-paper-option .hercules-builder-toolbar-paper-option-heading .hercules-builder-toolbar-binding-option-heading-value, .hercules-builder-toolbar .hercules-builder-toolbar-paper-option-panel .hercules-builder-toolbar-paper-option .hercules-builder-toolbar-binding-option-heading .hercules-builder-toolbar-paper-option-heading-name, .hercules-builder-toolbar .hercules-builder-toolbar-paper-option-panel .hercules-builder-toolbar-paper-option .hercules-builder-toolbar-binding-option-heading .hercules-builder-toolbar-paper-option-heading-value, .hercules-builder-toolbar .hercules-builder-toolbar-paper-option-panel .hercules-builder-toolbar-paper-option .hercules-builder-toolbar-binding-option-heading .hercules-builder-toolbar-binding-option-heading-name, .hercules-builder-toolbar .hercules-builder-toolbar-paper-option-panel .hercules-builder-toolbar-paper-option .hercules-builder-toolbar-binding-option-heading .hercules-builder-toolbar-binding-option-heading-value, .hercules-builder-toolbar .hercules-builder-toolbar-paper-option-panel .hercules-builder-toolbar-binding-option .hercules-builder-toolbar-paper-option-heading .hercules-builder-toolbar-paper-option-heading-name, .hercules-builder-toolbar .hercules-builder-toolbar-paper-option-panel .hercules-builder-toolbar-binding-option .hercules-builder-toolbar-paper-option-heading .hercules-builder-toolbar-paper-option-heading-value, .hercules-builder-toolbar .hercules-builder-toolbar-paper-option-panel .hercules-builder-toolbar-binding-option .hercules-builder-toolbar-paper-option-heading .hercules-builder-toolbar-binding-option-heading-name, .hercules-builder-toolbar .hercules-builder-toolbar-paper-option-panel .hercules-builder-toolbar-binding-option .hercules-builder-toolbar-paper-option-heading .hercules-builder-toolbar-binding-option-heading-value, .hercules-builder-toolbar .hercules-builder-toolbar-paper-option-panel .hercules-builder-toolbar-binding-option .hercules-builder-toolbar-binding-option-heading .hercules-builder-toolbar-paper-option-heading-name, .hercules-builder-toolbar .hercules-builder-toolbar-paper-option-panel .hercules-builder-toolbar-binding-option .hercules-builder-toolbar-binding-option-heading .hercules-builder-toolbar-paper-option-heading-value, .hercules-builder-toolbar .hercules-builder-toolbar-paper-option-panel .hercules-builder-toolbar-binding-option .hercules-builder-toolbar-binding-option-heading .hercules-builder-toolbar-binding-option-heading-name, .hercules-builder-toolbar .hercules-builder-toolbar-paper-option-panel .hercules-builder-toolbar-binding-option .hercules-builder-toolbar-binding-option-heading .hercules-builder-toolbar-binding-option-heading-value, .hercules-builder-toolbar .hercules-builder-toolbar-binding-option-panel .hercules-builder-toolbar-paper-option .hercules-builder-toolbar-paper-option-heading .hercules-builder-toolbar-paper-option-heading-name, .hercules-builder-toolbar .hercules-builder-toolbar-binding-option-panel .hercules-builder-toolbar-paper-option .hercules-builder-toolbar-paper-option-heading .hercules-builder-toolbar-paper-option-heading-value, .hercules-builder-toolbar .hercules-builder-toolbar-binding-option-panel .hercules-builder-toolbar-paper-option .hercules-builder-toolbar-paper-option-heading .hercules-builder-toolbar-binding-option-heading-name, .hercules-builder-toolbar .hercules-builder-toolbar-binding-option-panel .hercules-builder-toolbar-paper-option .hercules-builder-toolbar-paper-option-heading .hercules-builder-toolbar-binding-option-heading-value, .hercules-builder-toolbar .hercules-builder-toolbar-binding-option-panel .hercules-builder-toolbar-paper-option .hercules-builder-toolbar-binding-option-heading .hercules-builder-toolbar-paper-option-heading-name, .hercules-builder-toolbar .hercules-builder-toolbar-binding-option-panel .hercules-builder-toolbar-paper-option .hercules-builder-toolbar-binding-option-heading .hercules-builder-toolbar-paper-option-heading-value, .hercules-builder-toolbar .hercules-builder-toolbar-binding-option-panel .hercules-builder-toolbar-paper-option .hercules-builder-toolbar-binding-option-heading .hercules-builder-toolbar-binding-option-heading-name, .hercules-builder-toolbar .hercules-builder-toolbar-binding-option-panel .hercules-builder-toolbar-paper-option .hercules-builder-toolbar-binding-option-heading .hercules-builder-toolbar-binding-option-heading-value, .hercules-builder-toolbar .hercules-builder-toolbar-binding-option-panel .hercules-builder-toolbar-binding-option .hercules-builder-toolbar-paper-option-heading .hercules-builder-toolbar-paper-option-heading-name, .hercules-builder-toolbar .hercules-builder-toolbar-binding-option-panel .hercules-builder-toolbar-binding-option .hercules-builder-toolbar-paper-option-heading .hercules-builder-toolbar-paper-option-heading-value, .hercules-builder-toolbar .hercules-builder-toolbar-binding-option-panel .hercules-builder-toolbar-binding-option .hercules-builder-toolbar-paper-option-heading .hercules-builder-toolbar-binding-option-heading-name, .hercules-builder-toolbar .hercules-builder-toolbar-binding-option-panel .hercules-builder-toolbar-binding-option .hercules-builder-toolbar-paper-option-heading .hercules-builder-toolbar-binding-option-heading-value, .hercules-builder-toolbar .hercules-builder-toolbar-binding-option-panel .hercules-builder-toolbar-binding-option .hercules-builder-toolbar-binding-option-heading .hercules-builder-toolbar-paper-option-heading-name, .hercules-builder-toolbar .hercules-builder-toolbar-binding-option-panel .hercules-builder-toolbar-binding-option .hercules-builder-toolbar-binding-option-heading .hercules-builder-toolbar-paper-option-heading-value, .hercules-builder-toolbar .hercules-builder-toolbar-binding-option-panel .hercules-builder-toolbar-binding-option .hercules-builder-toolbar-binding-option-heading .hercules-builder-toolbar-binding-option-heading-name, .hercules-builder-toolbar .hercules-builder-toolbar-binding-option-panel .hercules-builder-toolbar-binding-option .hercules-builder-toolbar-binding-option-heading .hercules-builder-toolbar-binding-option-heading-value {
      font-size: 0.95em; }
    .hercules-builder-toolbar .hercules-builder-toolbar-paper-option-panel .hercules-builder-toolbar-paper-option .hercules-builder-toolbar-paper-option-heading .hercules-builder-toolbar-paper-option-heading-name, .hercules-builder-toolbar .hercules-builder-toolbar-paper-option-panel .hercules-builder-toolbar-paper-option .hercules-builder-toolbar-paper-option-heading .hercules-builder-toolbar-binding-option-heading-name, .hercules-builder-toolbar .hercules-builder-toolbar-paper-option-panel .hercules-builder-toolbar-paper-option .hercules-builder-toolbar-binding-option-heading .hercules-builder-toolbar-paper-option-heading-name, .hercules-builder-toolbar .hercules-builder-toolbar-paper-option-panel .hercules-builder-toolbar-paper-option .hercules-builder-toolbar-binding-option-heading .hercules-builder-toolbar-binding-option-heading-name, .hercules-builder-toolbar .hercules-builder-toolbar-paper-option-panel .hercules-builder-toolbar-binding-option .hercules-builder-toolbar-paper-option-heading .hercules-builder-toolbar-paper-option-heading-name, .hercules-builder-toolbar .hercules-builder-toolbar-paper-option-panel .hercules-builder-toolbar-binding-option .hercules-builder-toolbar-paper-option-heading .hercules-builder-toolbar-binding-option-heading-name, .hercules-builder-toolbar .hercules-builder-toolbar-paper-option-panel .hercules-builder-toolbar-binding-option .hercules-builder-toolbar-binding-option-heading .hercules-builder-toolbar-paper-option-heading-name, .hercules-builder-toolbar .hercules-builder-toolbar-paper-option-panel .hercules-builder-toolbar-binding-option .hercules-builder-toolbar-binding-option-heading .hercules-builder-toolbar-binding-option-heading-name, .hercules-builder-toolbar .hercules-builder-toolbar-binding-option-panel .hercules-builder-toolbar-paper-option .hercules-builder-toolbar-paper-option-heading .hercules-builder-toolbar-paper-option-heading-name, .hercules-builder-toolbar .hercules-builder-toolbar-binding-option-panel .hercules-builder-toolbar-paper-option .hercules-builder-toolbar-paper-option-heading .hercules-builder-toolbar-binding-option-heading-name, .hercules-builder-toolbar .hercules-builder-toolbar-binding-option-panel .hercules-builder-toolbar-paper-option .hercules-builder-toolbar-binding-option-heading .hercules-builder-toolbar-paper-option-heading-name, .hercules-builder-toolbar .hercules-builder-toolbar-binding-option-panel .hercules-builder-toolbar-paper-option .hercules-builder-toolbar-binding-option-heading .hercules-builder-toolbar-binding-option-heading-name, .hercules-builder-toolbar .hercules-builder-toolbar-binding-option-panel .hercules-builder-toolbar-binding-option .hercules-builder-toolbar-paper-option-heading .hercules-builder-toolbar-paper-option-heading-name, .hercules-builder-toolbar .hercules-builder-toolbar-binding-option-panel .hercules-builder-toolbar-binding-option .hercules-builder-toolbar-paper-option-heading .hercules-builder-toolbar-binding-option-heading-name, .hercules-builder-toolbar .hercules-builder-toolbar-binding-option-panel .hercules-builder-toolbar-binding-option .hercules-builder-toolbar-binding-option-heading .hercules-builder-toolbar-paper-option-heading-name, .hercules-builder-toolbar .hercules-builder-toolbar-binding-option-panel .hercules-builder-toolbar-binding-option .hercules-builder-toolbar-binding-option-heading .hercules-builder-toolbar-binding-option-heading-name {
      float: left;
      display: block;
      font-weight: bold; }
    .hercules-builder-toolbar .hercules-builder-toolbar-paper-option-panel .hercules-builder-toolbar-paper-option .hercules-builder-toolbar-paper-option-heading .hercules-builder-toolbar-paper-option-heading-value, .hercules-builder-toolbar .hercules-builder-toolbar-paper-option-panel .hercules-builder-toolbar-paper-option .hercules-builder-toolbar-paper-option-heading .hercules-builder-toolbar-binding-option-heading-value, .hercules-builder-toolbar .hercules-builder-toolbar-paper-option-panel .hercules-builder-toolbar-paper-option .hercules-builder-toolbar-binding-option-heading .hercules-builder-toolbar-paper-option-heading-value, .hercules-builder-toolbar .hercules-builder-toolbar-paper-option-panel .hercules-builder-toolbar-paper-option .hercules-builder-toolbar-binding-option-heading .hercules-builder-toolbar-binding-option-heading-value, .hercules-builder-toolbar .hercules-builder-toolbar-paper-option-panel .hercules-builder-toolbar-binding-option .hercules-builder-toolbar-paper-option-heading .hercules-builder-toolbar-paper-option-heading-value, .hercules-builder-toolbar .hercules-builder-toolbar-paper-option-panel .hercules-builder-toolbar-binding-option .hercules-builder-toolbar-paper-option-heading .hercules-builder-toolbar-binding-option-heading-value, .hercules-builder-toolbar .hercules-builder-toolbar-paper-option-panel .hercules-builder-toolbar-binding-option .hercules-builder-toolbar-binding-option-heading .hercules-builder-toolbar-paper-option-heading-value, .hercules-builder-toolbar .hercules-builder-toolbar-paper-option-panel .hercules-builder-toolbar-binding-option .hercules-builder-toolbar-binding-option-heading .hercules-builder-toolbar-binding-option-heading-value, .hercules-builder-toolbar .hercules-builder-toolbar-binding-option-panel .hercules-builder-toolbar-paper-option .hercules-builder-toolbar-paper-option-heading .hercules-builder-toolbar-paper-option-heading-value, .hercules-builder-toolbar .hercules-builder-toolbar-binding-option-panel .hercules-builder-toolbar-paper-option .hercules-builder-toolbar-paper-option-heading .hercules-builder-toolbar-binding-option-heading-value, .hercules-builder-toolbar .hercules-builder-toolbar-binding-option-panel .hercules-builder-toolbar-paper-option .hercules-builder-toolbar-binding-option-heading .hercules-builder-toolbar-paper-option-heading-value, .hercules-builder-toolbar .hercules-builder-toolbar-binding-option-panel .hercules-builder-toolbar-paper-option .hercules-builder-toolbar-binding-option-heading .hercules-builder-toolbar-binding-option-heading-value, .hercules-builder-toolbar .hercules-builder-toolbar-binding-option-panel .hercules-builder-toolbar-binding-option .hercules-builder-toolbar-paper-option-heading .hercules-builder-toolbar-paper-option-heading-value, .hercules-builder-toolbar .hercules-builder-toolbar-binding-option-panel .hercules-builder-toolbar-binding-option .hercules-builder-toolbar-paper-option-heading .hercules-builder-toolbar-binding-option-heading-value, .hercules-builder-toolbar .hercules-builder-toolbar-binding-option-panel .hercules-builder-toolbar-binding-option .hercules-builder-toolbar-binding-option-heading .hercules-builder-toolbar-paper-option-heading-value, .hercules-builder-toolbar .hercules-builder-toolbar-binding-option-panel .hercules-builder-toolbar-binding-option .hercules-builder-toolbar-binding-option-heading .hercules-builder-toolbar-binding-option-heading-value {
      color: #c8c8c8;
      max-width: 8em;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      position: absolute;
      right: 0.3em; }
  .hercules-builder-toolbar .hercules-builder-toolbar-paper-option-panel .hercules-builder-toolbar-paper-option.active .hercules-builder-toolbar-paper-option-heading-value, .hercules-builder-toolbar .hercules-builder-toolbar-paper-option-panel .hercules-builder-toolbar-paper-option.active .hercules-builder-toolbar-binding-option-heading-value, .hercules-builder-toolbar .hercules-builder-toolbar-paper-option-panel .hercules-builder-toolbar-binding-option.active .hercules-builder-toolbar-paper-option-heading-value, .hercules-builder-toolbar .hercules-builder-toolbar-paper-option-panel .hercules-builder-toolbar-binding-option.active .hercules-builder-toolbar-binding-option-heading-value, .hercules-builder-toolbar .hercules-builder-toolbar-binding-option-panel .hercules-builder-toolbar-paper-option.active .hercules-builder-toolbar-paper-option-heading-value, .hercules-builder-toolbar .hercules-builder-toolbar-binding-option-panel .hercules-builder-toolbar-paper-option.active .hercules-builder-toolbar-binding-option-heading-value, .hercules-builder-toolbar .hercules-builder-toolbar-binding-option-panel .hercules-builder-toolbar-binding-option.active .hercules-builder-toolbar-paper-option-heading-value, .hercules-builder-toolbar .hercules-builder-toolbar-binding-option-panel .hercules-builder-toolbar-binding-option.active .hercules-builder-toolbar-binding-option-heading-value {
    display: none; }
  .hercules-builder-toolbar .hercules-builder-toolbar-paper-option-panel .hercules-builder-toolbar-paper-option .hercules-builder-toolbar-paper-option-body, .hercules-builder-toolbar .hercules-builder-toolbar-paper-option-panel .hercules-builder-toolbar-paper-option .hercules-builder-toolbar-binding-option-body, .hercules-builder-toolbar .hercules-builder-toolbar-paper-option-panel .hercules-builder-toolbar-binding-option .hercules-builder-toolbar-paper-option-body, .hercules-builder-toolbar .hercules-builder-toolbar-paper-option-panel .hercules-builder-toolbar-binding-option .hercules-builder-toolbar-binding-option-body, .hercules-builder-toolbar .hercules-builder-toolbar-binding-option-panel .hercules-builder-toolbar-paper-option .hercules-builder-toolbar-paper-option-body, .hercules-builder-toolbar .hercules-builder-toolbar-binding-option-panel .hercules-builder-toolbar-paper-option .hercules-builder-toolbar-binding-option-body, .hercules-builder-toolbar .hercules-builder-toolbar-binding-option-panel .hercules-builder-toolbar-binding-option .hercules-builder-toolbar-paper-option-body, .hercules-builder-toolbar .hercules-builder-toolbar-binding-option-panel .hercules-builder-toolbar-binding-option .hercules-builder-toolbar-binding-option-body {
    padding-bottom: 10px; }

.hercules-builder {
  width: 100%;
  height: 100%;
  display: block; }
  .hercules-builder .hercules-builder-content {
    display: table;
    width: 100%; }
    .hercules-builder .hercules-builder-content .hercules-full-builder-header {
      height: 95px;
      overflow: hidden;
      display: table-row; }
      .hercules-builder .hercules-builder-content .hercules-full-builder-header .hercules-full-builder-header-info {
        display: table-cell;
        max-width: 50vw; }
        .hercules-builder .hercules-builder-content .hercules-full-builder-header .hercules-full-builder-header-info .hercules-full-builder-header-wrapper {
          display: flex;
          flex-wrap: wrap; }
          .hercules-builder .hercules-builder-content .hercules-full-builder-header .hercules-full-builder-header-info .hercules-full-builder-header-wrapper .hercules-full-builder-header-logo {
            background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAK8AAAAkCAMAAADIO5pcAAAAM1BMVEVHcEzjJSbjJSbjJSbjJSbjJSbjJSbjJSbjJSbjJSbjJSbjJSbjJSbjJSbjJSbjJSbjJSYMR7gsAAAAEHRSTlMAEM/f7zBggL9AIFCfj69w5+4fQgAAA3xJREFUeF7NmNl26yAMAMW+L///tffWla2yKKTn5KHzkmIBHkAEUvjDiBACMBjnVf+P8i3ik8DwMwhEDCMGCCt779ICV514fIrsF7pacSsmQILvRPeXse8MACA6kkjA9QmdceTi7koKpjqBan7oyH2P2RW/b6vtwdd2JL8WaFek0ky852upTAP1rmlrmab2pS8Z6INAAYDQifSOb+oECXsndXDY34yOL31PAkM8d6K+4Sv0duC5mJINt/Ce9x0moBwE1Ni/PPmykShq9hYAzG1oDcRQ9B1/4ZsHn1FA+S+ogkVfiY3PvgqHlgQAJD/vlNYvHBajHMo0/0DoTphJANtFh5Uqts/76rBgpsxx006p0zxhOnveNw2JtfWlWgrbo386+uL74/x+Q8VBD3CCWV9MB63QZ+tL63r74sfRt80B2y/CoCMp3vwF64vpUMs4bsfkUUTR77g/+rp5fo2/MGO3FiZY34QNcOHKwTegb6LlOOYDnYXseHq28T1f3DkCNBmwvpQPEYtv7reuSwJiu3tkSeLoi5ryOeXM3lfga29fbBdGXz9Qpm8f7wLMCIpTFc6XxteejVD2vnn8PnP4acl3xT8NidoMDDTmYsX40hcpzqAaBHK4cGo6LxxWcEff9TxWFhA0WCiC9dUkKVGdF+haPL4JF+/kC0YvATXMsVsrSMH4JkoCaPQ35+vg8RXoevSF6LcXJ0I4Nccr45vv5rSVFS8ggXwHOF8kZL3eGAdMq2OVsPpSOujhCDOcgBQnX/43VHDjLGdAmCp565tQJFxgqDC+RcDJFyZ4IQ076AInt76ZW3W6TyK1CYCz7wlhFS34Fovxra/uOyIKLF5n3zNCPr50XDcgKu+b+pb2CV/uvgjpp2+8U5BwvG/uW+THfRUQYciHvsQl5ffsq/qe+DnfumRroyd0SOU5f/3G1+BW9Q84gPYhX7LTBi7ouBvj3WN+OMrJxbdQ8oyDk0df5QcsVvcTBWJHYXcZm4K6dbyf4bRRQWx81Xw2Pr3Hg++Mc32LZ/cIe/Pg7t2UDrAke2+f842aCTAdMmFKB0p1eiZ53/pLX0jcyY6IdQWq2PlSOhABW0TW1/7WF5LmdBGr1v9Prr4GwzCAfTfWF/JvfSHm0afBjK36DlY7hdwFQHAX+7DFaICV4BbC8mzsPLZbSOUEW2L4IsLfwYRgYOQfEovGkYy8LekAAAAASUVORK5CYII=");
            width: 175px;
            height: 36px;
            cursor: pointer; }
          .hercules-builder .hercules-builder-content .hercules-full-builder-header .hercules-full-builder-header-info .hercules-full-builder-header-wrapper .hercules-full-builder-header-names {
            padding: 0.3em 0 0 0.3em;
            flex: 1; }
            .hercules-builder .hercules-builder-content .hercules-full-builder-header .hercules-full-builder-header-info .hercules-full-builder-header-wrapper .hercules-full-builder-header-names div {
              display: block; }
            .hercules-builder .hercules-builder-content .hercules-full-builder-header .hercules-full-builder-header-info .hercules-full-builder-header-wrapper .hercules-full-builder-header-names .hercules-full-builder-header-names-project {
              white-space: nowrap;
              font-size: 1.3em;
              line-height: 1.2em;
              margin-top: -0.1em;
              border-bottom: 1px solid; }
              .hercules-builder .hercules-builder-content .hercules-full-builder-header .hercules-full-builder-header-info .hercules-full-builder-header-wrapper .hercules-full-builder-header-names .hercules-full-builder-header-names-project .hercules-editable-text-content {
                text-overflow: ellipsis;
                overflow: hidden;
                max-width: 26vw; }
            .hercules-builder .hercules-builder-content .hercules-full-builder-header .hercules-full-builder-header-info .hercules-full-builder-header-wrapper .hercules-full-builder-header-names .hercules-full-builder-header-names-product {
              white-space: nowrap;
              text-transform: uppercase;
              font-weight: bold; }
      .hercules-builder .hercules-builder-content .hercules-full-builder-header .hercules-full-builder-header-continue {
        display: table-cell;
        text-align: right;
        max-width: 50vw; }
        .hercules-builder .hercules-builder-content .hercules-full-builder-header .hercules-full-builder-header-continue div {
          display: inline-block; }
        .hercules-builder .hercules-builder-content .hercules-full-builder-header .hercules-full-builder-header-continue .hercules-full-builder-header-save-button-container {
          width: 60px;
          height: 60px;
          vertical-align: top;
          padding: 0.2em 0.5em 0 0; }
          .hercules-builder .hercules-builder-content .hercules-full-builder-header .hercules-full-builder-header-continue .hercules-full-builder-header-save-button-container .hercules-full-builder-header-saving-spinner {
            -webkit-animation: hercules-spinner .75s linear infinite;
            animation: hercules-spinner .75s linear infinite;
            border: 6px inset #CC0000;
            border-radius: 50%;
            width: 45px;
            height: 45px;
            margin: auto;
            top: 50%;
            position: absolute;
            left: 0;
            right: 0;
            margin-top: -22.5px; }
          .hercules-builder .hercules-builder-content .hercules-full-builder-header .hercules-full-builder-header-continue .hercules-full-builder-header-save-button-container .hercules-full-builder-header-save-button {
            cursor: pointer;
            opacity: 0.7;
            transition: opacity ease-in-out 0.3s; }
            .hercules-builder .hercules-builder-content .hercules-full-builder-header .hercules-full-builder-header-continue .hercules-full-builder-header-save-button-container .hercules-full-builder-header-save-button img {
              vertical-align: top;
              padding-top: 0.5em; }
            .hercules-builder .hercules-builder-content .hercules-full-builder-header .hercules-full-builder-header-continue .hercules-full-builder-header-save-button-container .hercules-full-builder-header-save-button span {
              height: 20px;
              width: 100%;
              vertical-align: bottom;
              display: inline-block;
              text-transform: uppercase;
              text-align: center; }
          .hercules-builder .hercules-builder-content .hercules-full-builder-header .hercules-full-builder-header-continue .hercules-full-builder-header-save-button-container .hercules-full-builder-header-save-button:hover {
            opacity: 1; }
          .hercules-builder .hercules-builder-content .hercules-full-builder-header .hercules-full-builder-header-continue .hercules-full-builder-header-save-button-container .hercules-full-builder-header-save-button.disabled {
            opacity: 1;
            cursor: default; }
            .hercules-builder .hercules-builder-content .hercules-full-builder-header .hercules-full-builder-header-continue .hercules-full-builder-header-save-button-container .hercules-full-builder-header-save-button.disabled span {
              color: #0099cc; }
          .hercules-builder .hercules-builder-content .hercules-full-builder-header .hercules-full-builder-header-continue .hercules-full-builder-header-save-button-container .hercules-full-builder-header-saving-spinner.ng-hide, .hercules-builder .hercules-builder-content .hercules-full-builder-header .hercules-full-builder-header-continue .hercules-full-builder-header-save-button-container .hercules-full-builder-header-save-button.ng-hide {
            opacity: 0; }
          .hercules-builder .hercules-builder-content .hercules-full-builder-header .hercules-full-builder-header-continue .hercules-full-builder-header-save-button-container .hercules-full-builder-header-saving-spinner.ng-hide-add, .hercules-builder .hercules-builder-content .hercules-full-builder-header .hercules-full-builder-header-continue .hercules-full-builder-header-save-button-container .hercules-full-builder-header-saving-spinner.ng-hide-remove, .hercules-builder .hercules-builder-content .hercules-full-builder-header .hercules-full-builder-header-continue .hercules-full-builder-header-save-button-container .hercules-full-builder-header-save-button.ng-hide-add, .hercules-builder .hercules-builder-content .hercules-full-builder-header .hercules-full-builder-header-continue .hercules-full-builder-header-save-button-container .hercules-full-builder-header-save-button.ng-hide-remove {
            transition: opacity ease-in-out 0.3s; }
        .hercules-builder .hercules-builder-content .hercules-full-builder-header .hercules-full-builder-header-continue .hercules-full-builder-header-checkout-container .hercules-full-builder-header-checkout-button {
          width: 100%;
          background: #0099cc;
          color: #fff;
          height: 60px;
          text-transform: uppercase;
          cursor: pointer; }
        .hercules-builder .hercules-builder-content .hercules-full-builder-header .hercules-full-builder-header-continue .hercules-full-builder-header-checkout-container .hercules-full-builder-header-checkout-quantity, .hercules-builder .hercules-builder-content .hercules-full-builder-header .hercules-full-builder-header-continue .hercules-full-builder-header-checkout-container .hercules-full-builder-header-checkout-price {
          text-transform: uppercase;
          float: left;
          width: 50%;
          margin: 10px 0 0 0;
          text-align: center;
          white-space: nowrap; }
          .hercules-builder .hercules-builder-content .hercules-full-builder-header .hercules-full-builder-header-continue .hercules-full-builder-header-checkout-container .hercules-full-builder-header-checkout-quantity input[type=number], .hercules-builder .hercules-builder-content .hercules-full-builder-header .hercules-full-builder-header-continue .hercules-full-builder-header-checkout-container .hercules-full-builder-header-checkout-price input[type=number] {
            max-width: 40px;
            border: 0;
            outline: 0;
            border-bottom: 2px solid #929292;
            text-align: center;
            font-weight: bold; }
          .hercules-builder .hercules-builder-content .hercules-full-builder-header .hercules-full-builder-header-continue .hercules-full-builder-header-checkout-container .hercules-full-builder-header-checkout-quantity input::-webkit-outer-spin-button,
          .hercules-builder .hercules-builder-content .hercules-full-builder-header .hercules-full-builder-header-continue .hercules-full-builder-header-checkout-container .hercules-full-builder-header-checkout-quantity input::-webkit-inner-spin-button, .hercules-builder .hercules-builder-content .hercules-full-builder-header .hercules-full-builder-header-continue .hercules-full-builder-header-checkout-container .hercules-full-builder-header-checkout-price input::-webkit-outer-spin-button,
          .hercules-builder .hercules-builder-content .hercules-full-builder-header .hercules-full-builder-header-continue .hercules-full-builder-header-checkout-container .hercules-full-builder-header-checkout-price input::-webkit-inner-spin-button {
            -webkit-appearance: none; }
        .hercules-builder .hercules-builder-content .hercules-full-builder-header .hercules-full-builder-header-continue .hercules-full-builder-header-checkout-container .hercules-full-builder-header-checkout-quantity {
          padding-right: 15px;
          border-right: 1px solid black; }
        .hercules-builder .hercules-builder-content .hercules-full-builder-header .hercules-full-builder-header-continue .hercules-full-builder-header-checkout-container .hercules-full-builder-header-checkout-price span.price {
          font-weight: bold; }
    .hercules-builder .hercules-builder-content .hercules-full-builder-tools-outer {
      position: absolute;
      left: 0;
      width: 260px;
      bottom: 70px;
      top: 95px;
      z-index: 1;
      background-color: white; }
      .hercules-builder .hercules-builder-content .hercules-full-builder-tools-outer .hercules-full-builder-tools-container {
        position: relative;
        height: 100%; }
        .hercules-builder .hercules-builder-content .hercules-full-builder-tools-outer .hercules-full-builder-tools-container .hercules-full-builder-tools-container-content {
          position: absolute;
          left: 0;
          top: 0;
          bottom: 0;
          right: 10px;
          border-top: 1px solid #ccc; }
        .hercules-builder .hercules-builder-content .hercules-full-builder-tools-outer .hercules-full-builder-tools-container .hercules-full-builder-tools-container-handle {
          position: absolute;
          right: 0;
          top: 0;
          bottom: 0;
          width: 10px;
          display: none;
          border-top-right-radius: 4px;
          background-color: #ccc; }
    .hercules-builder .hercules-builder-content .hercules-builder-template-container {
      position: absolute;
      left: 260px;
      top: 95px;
      bottom: 70px;
      right: 0; }
    .hercules-builder .hercules-builder-content .hercules-builder-document-tray {
      position: absolute;
      bottom: 0;
      height: 70px;
      left: 0;
      right: 0;
      overflow: hidden;
      border-top: 1px solid #ccc; }
      .hercules-builder .hercules-builder-content .hercules-builder-document-tray .hercules-builder-document-orientation {
        position: absolute;
        left: 0;
        z-index: 2;
        cursor: pointer;
        bottom: 0;
        height: 70px;
        padding: 18px 0 0 1em; }
      .hercules-builder .hercules-builder-content .hercules-builder-document-tray .hercules-builder-document-layout-container {
        position: absolute;
        left: 50px;
        right: 50px;
        bottom: 0;
        height: 70px;
        text-align: center; }

.hercules-builder-content-busy .select-dropdown {
  cursor: wait; }
  .hercules-builder-content-busy .select-dropdown .drop-btn {
    pointer-events: none; }

.hercules-builder-content-busy .hercules-builder-order-details-quantity .spin span, .hercules-builder-content-busy .hercules-builder-order-details-quantity .spin input {
  cursor: wait; }

.hercules-builder-content-busy .packages-page .hercules-builder-package-wrapper .hercules-builder-package-options.toggles .radio-group .radio-option-wrapper label, .hercules-builder-content-busy .packages-page .hercules-builder-package-wrapper .hercules-builder-package-options.toggles ul li label {
  cursor: wait; }

.hercules-builder-content-busy .hercules-builder-order-details-content .btn-primary, .hercules-builder-content-busy .hercules-builder-order-details-content .btn-tertiary, .hercules-builder-content-busy .hercules-builder-order-details-content .btn-cart, .hercules-builder-content-busy .hercules-builder-order-details-content .header-container a.btn-header, .header-container .hercules-builder-content-busy .hercules-builder-order-details-content a.btn-header,
.hercules-builder-content-busy .checkbox-label:before,
.hercules-builder-content-busy .config-opt-container:not(.config-opt-container--active):not([disabled]) .config-opt,
.hercules-builder-content-busy .options-cta .btn-primary,
.hercules-builder-content-busy .options-cta .btn-tertiary,
.hercules-builder-content-busy .options-cta .btn-cart,
.hercules-builder-content-busy .options-cta .header-container a.btn-header,
.header-container .hercules-builder-content-busy .options-cta a.btn-header {
  cursor: wait; }

.hercules-builder-toolbar .hercules-builder-color-swatches {
  list-style: none;
  margin: 0;
  padding: 20px 0 0 45px;
  line-height: 0; }
  .hercules-builder-toolbar .hercules-builder-color-swatches .hercules-builder-color-swatch {
    display: inline-block;
    width: 45px;
    height: 35px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0; }
  .hercules-builder-toolbar .hercules-builder-color-swatches .hercules-builder-color-swatch.selected {
    cursor: default; }
  .hercules-builder-toolbar .hercules-builder-color-swatches .hercules-builder-color-swatch.selected:after {
    position: absolute;
    content: '';
    width: 45px;
    height: 35px;
    border: 2px solid #0099cc; }
  .hercules-builder-toolbar .hercules-builder-color-swatches .hercules-builder-color-swatch.disabled {
    opacity: 0.45;
    cursor: default; }
  .hercules-builder-toolbar .hercules-builder-color-swatches .hercules-builder-color-swatch.disabled:before, .hercules-builder-toolbar .hercules-builder-color-swatches .hercules-builder-color-swatch.disabled:after {
    position: absolute;
    content: '';
    background: red;
    display: block;
    width: 57px;
    height: 1px;
    transform: rotate(-38.7deg);
    left: -4px;
    right: -4px;
    top: 0;
    bottom: 0;
    margin: auto;
    margin-left: -2px; }
  .hercules-builder-toolbar .hercules-builder-color-swatches .hercules-builder-color-swatch.disabled:after {
    background: red;
    transform: rotate(38.7deg); }

.hercules-builder-page {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  transform-style: preserve-3d;
  -ms-perspective: 2000px;
  perspective: 2000px; }
  .hercules-builder-page .hercules-builder-page-layout {
    position: relative;
    display: block;
    margin: auto;
    box-shadow: 0 0 20px rgba(153, 153, 153, 0.25);
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-sizing: content-box; }
    .hercules-builder-page .hercules-builder-page-layout .hercules-builder-page-layout-content {
      width: 100%;
      height: 0;
      overflow: hidden; }

.hercules-builder-blank-page, .hercules-builder-cover-page, .hercules-builder-cover-page-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff; }

.hercules-builder-cover-page {
  background: transparent; }

.hercules-transition-page-rotate-left .hercules-builder-cover-page .hercules-builder-cover-page-covered-page, hercules-transition-page-rotate-right .hercules-builder-cover-page .hercules-builder-cover-page-covered-page, hercules-transition-page-rotate-top .hercules-builder-cover-page .hercules-builder-cover-page-covered-page, hercules-transition-page-rotate-bottom .hercules-builder-cover-page .hercules-builder-cover-page-covered-page, .hercules-transition-page-restore .hercules-builder-cover-page .hercules-builder-cover-page-covered-page {
  display: none; }

.hercules-builder-content-page {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0; }
  .hercules-builder-content-page .hercules-builder-content-page-image-container {
    position: absolute;
    width: 100%;
    height: 100%; }
    .hercules-builder-content-page .hercules-builder-content-page-image-container .hercules-builder-content-page-image {
      position: absolute;
      width: 100%;
      height: 100%; }
  .hercules-builder-content-page .hercules-builder-content-page-lowres-paper-color {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0; }
  .hercules-builder-content-page .hercules-builder-content-page-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-style: solid; }
  .hercules-builder-content-page .hercules-builder-content-page-document-container {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden; }
    .hercules-builder-content-page .hercules-builder-content-page-document-container img {
      position: absolute; }

.hercules-builder-document-layout {
  display: inline-block;
  height: 70px;
  overflow: hidden; }
  .hercules-builder-document-layout .hercules-builder-document-layout-page-selector {
    float: left;
    padding: 0.7em 0 0 0;
    text-align: center;
    margin-left: 1em;
    margin-right: 1em; }
    .hercules-builder-document-layout .hercules-builder-document-layout-page-selector .hercules-builder-document-layout-page-selector-pagenum {
      font-size: 1.1em;
      margin-right: 10px; }
      .hercules-builder-document-layout .hercules-builder-document-layout-page-selector .hercules-builder-document-layout-page-selector-pagenum input[type=text] {
        width: 7em;
        padding: 5px;
        text-align: center;
        font-weight: bold;
        border: 1px solid #ccc;
        border-radius: 6px; }
      .hercules-builder-document-layout .hercules-builder-document-layout-page-selector .hercules-builder-document-layout-page-selector-pagenum strong {
        font-size: 1.1em;
        padding-top: 2px; }
  .hercules-builder-document-layout .hercules-builder-document-layout-spreads {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden; }
    .hercules-builder-document-layout .hercules-builder-document-layout-spreads .hercules-builder-document-layout-spread {
      display: inline-block;
      cursor: pointer;
      margin: 0;
      padding: 0;
      border: 1px dashed transparent;
      border-width: 0 1px 0 1px;
      transition: border 1s, background 1s;
      overflow: hidden;
      height: 100%; }
      .hercules-builder-document-layout .hercules-builder-document-layout-spreads .hercules-builder-document-layout-spread .hercules-builder-document-layout-spread-pages {
        list-style: none;
        margin: 0;
        padding: 0;
        height: 100%;
        opacity: 1;
        overflow: hidden; }
        .hercules-builder-document-layout .hercules-builder-document-layout-spreads .hercules-builder-document-layout-spread .hercules-builder-document-layout-spread-pages .hercules-builder-document-layout-spread-page {
          display: inline-block;
          position: relative;
          overflow: hidden;
          padding: 5px 0 0 5px;
          -webkit-transform: rotateZ(0deg); }
          .hercules-builder-document-layout .hercules-builder-document-layout-spreads .hercules-builder-document-layout-spread .hercules-builder-document-layout-spread-pages .hercules-builder-document-layout-spread-page .hercules-builder-document-layout-spread-page-preview {
            position: relative; }
            .hercules-builder-document-layout .hercules-builder-document-layout-spreads .hercules-builder-document-layout-spread .hercules-builder-document-layout-spread-pages .hercules-builder-document-layout-spread-page .hercules-builder-document-layout-spread-page-preview .hercules-builder-document-layout-spread-page-preview-image {
              position: absolute;
              left: 0;
              top: 0;
              right: 0;
              bottom: 0;
              overflow: hidden; }
              .hercules-builder-document-layout .hercules-builder-document-layout-spreads .hercules-builder-document-layout-spread .hercules-builder-document-layout-spread-pages .hercules-builder-document-layout-spread-page .hercules-builder-document-layout-spread-page-preview .hercules-builder-document-layout-spread-page-preview-image img {
                position: absolute;
                z-index: -1; }
              .hercules-builder-document-layout .hercules-builder-document-layout-spreads .hercules-builder-document-layout-spread .hercules-builder-document-layout-spread-pages .hercules-builder-document-layout-spread-page .hercules-builder-document-layout-spread-page-preview .hercules-builder-document-layout-spread-page-preview-image .hercules-builder-document-layout-spread-page-preview-image-page-color {
                z-index: 1; }
            .hercules-builder-document-layout .hercules-builder-document-layout-spreads .hercules-builder-document-layout-spread .hercules-builder-document-layout-spread-pages .hercules-builder-document-layout-spread-page .hercules-builder-document-layout-spread-page-preview .hercules-builder-document-layout-spread-page-preview-border {
              position: absolute;
              left: 0;
              top: 0;
              right: 0;
              bottom: 0;
              border: 1px solid black;
              border: 1px solid rgba(0, 0, 0, 0.5); }
          .hercules-builder-document-layout .hercules-builder-document-layout-spreads .hercules-builder-document-layout-spread .hercules-builder-document-layout-spread-pages .hercules-builder-document-layout-spread-page .hercules-builder-document-layout-spread-page-title {
            display: inline-block;
            text-align: center;
            font-size: 9px;
            height: 20px;
            margin: 2px 0 -2px 0;
            overflow: hidden; }
        .hercules-builder-document-layout .hercules-builder-document-layout-spreads .hercules-builder-document-layout-spread .hercules-builder-document-layout-spread-pages .hercules-builder-document-layout-spread-page:last-child {
          padding-right: 5px; }
        .hercules-builder-document-layout .hercules-builder-document-layout-spreads .hercules-builder-document-layout-spread .hercules-builder-document-layout-spread-pages .hercules-builder-document-layout-spread-page.active .hercules-builder-document-layout-spread-page-preview-border {
          box-shadow: 0 0 4px 0 #888; }
      .hercules-builder-document-layout .hercules-builder-document-layout-spreads .hercules-builder-document-layout-spread .hercules-builder-document-layout-spread-pages.ng-hide {
        opacity: 0;
        max-width: 0px; }
      .hercules-builder-document-layout .hercules-builder-document-layout-spreads .hercules-builder-document-layout-spread .hercules-builder-document-layout-spread-pages.ng-hide-add, .hercules-builder-document-layout .hercules-builder-document-layout-spreads .hercules-builder-document-layout-spread .hercules-builder-document-layout-spread-pages.ng-hide-remove {
        transition: opacity 1s, max-width 1s; }
    .hercules-builder-document-layout .hercules-builder-document-layout-spreads .hercules-builder-document-layout-spread.active {
      background: rgba(196, 229, 246, 0.5);
      border-color: #0099cc;
      cursor: default;
      z-index: 1; }
      .hercules-builder-document-layout .hercules-builder-document-layout-spreads .hercules-builder-document-layout-spread.active .hercules-builder-document-layout-spread-page.selectable {
        cursor: pointer; }

.hercules-builder-template {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0; }
  .hercules-builder-template .hercules-builder-template-spread-canvas-container {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden; }
    @media (min-height: 900px) {
      .hercules-builder-template .hercules-builder-template-spread-canvas-container {
        max-width: 900px;
        margin: 0 auto; } }
    .hercules-builder-template .hercules-builder-template-spread-canvas-container .hercules-builder-template-spread-canvas-content {
      position: absolute;
      left: 20px;
      top: 20px;
      right: 20px;
      bottom: 20px; }
      .hercules-builder-template .hercules-builder-template-spread-canvas-container .hercules-builder-template-spread-canvas-content .hercules-builder-template-spread-canvas-content-rotate-container, .hercules-builder-template .hercules-builder-template-spread-canvas-container .hercules-builder-template-spread-canvas-content .hercules-builder-template-spread-canvas {
        position: absolute;
        left: 0;
        top: 0;
        transform-origin: top left; }
      .hercules-builder-template .hercules-builder-template-spread-canvas-container .hercules-builder-template-spread-canvas-content .hercules-builder-template-spread-canvas {
        transition: none; }
      .hercules-builder-template .hercules-builder-template-spread-canvas-container .hercules-builder-template-spread-canvas-content .hercules-builder-template-spread-canvas-content-rotate-container {
        transition: all 1s; }
  .hercules-builder-template .hercules-builder-template-spread-container {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0; }
  .hercules-builder-template .hercules-builder-template-transition-spread {
    z-index: 1;
    visibility: hidden; }
  .hercules-builder-template .hercules-builder-template-current-spread {
    z-index: 2; }
    .hercules-builder-template .hercules-builder-template-current-spread .hercules-builder-template-spread-inner {
      transition: transform 0.5s; }
  .hercules-builder-template .hercules-builder-template-next-current-spread {
    z-index: 0;
    opacity: 0.001; }
  .hercules-builder-template .hercules-builder-template-current-spread.hercules-builder-template-spread-transitioning .hercules-builder-template-spread-outer {
    overflow: visible; }
  .hercules-builder-template .hercules-builder-template-binder-template {
    position: absolute;
    border-radius: 9px;
    border: 1px solid #eee;
    overflow: hidden; }
    .hercules-builder-template .hercules-builder-template-binder-template .hercules-builder-template-binder-template-sheen {
      position: absolute;
      width: 100%;
      height: 100%;
      background: radial-gradient(1200px at 200px -100px, rgba(210, 210, 210, 0.4), transparent) transparent; }
    .hercules-builder-template .hercules-builder-template-binder-template .hercules-builder-template-binder-template-spine {
      position: absolute;
      width: 72px;
      left: 50%;
      margin-left: -37px;
      opacity: 0.2;
      border: 1px solid #323232;
      border-width: 0 2px;
      top: 1px;
      bottom: 1px; }
    .hercules-builder-template .hercules-builder-template-binder-template .hercules-builder-template-binder-template-plate {
      position: absolute;
      top: 18px;
      bottom: 18px;
      width: 36px;
      left: 50%;
      margin-left: -17px;
      border-radius: 9px;
      background: linear-gradient(90deg, #8a8f8f, #c4c6c7, #fff, #c4c6c7, #8a8f8f);
      opacity: 0.6;
      border: 1px solid #666;
      border-width: 2px 0 2px 0; }
    .hercules-builder-template .hercules-builder-template-binder-template .hercules-builder-template-binder-template-inner {
      position: absolute;
      left: 1px;
      top: 1px;
      bottom: 1px;
      right: 1px;
      border: 1px solid #999;
      border-radius: 7px;
      opacity: 0.5;
      background: linear-gradient(transparent, rgba(0, 0, 0, 0.03)); }
  .hercules-builder-template .hercules-builder-template-binder-template.hercules-builder-template-binder-template-vertical .hercules-builder-template-binder-template-spine {
    height: 72px;
    top: 50%;
    margin: -37px 0 0 0;
    border-width: 2px 0;
    left: 1px;
    right: 1px;
    bottom: auto;
    width: auto; }
  .hercules-builder-template .hercules-builder-template-binder-template.hercules-builder-template-binder-template-vertical .hercules-builder-template-binder-template-plate {
    position: absolute;
    left: 18px;
    right: 18px;
    height: 36px;
    top: 50%;
    margin: -17px 0 0 0;
    background: linear-gradient(#8a8f8f, #c4c6c7, #fff, #c4c6c7, #8a8f8f);
    border-width: 0 2px 0 2px;
    bottom: auto;
    width: auto; }

.hercules-builder-template-spread {
  display: block;
  position: relative;
  width: 100%;
  height: 100%; }
  .hercules-builder-template-spread .hercules-builder-template-spread-layout {
    display: block;
    margin: auto; }
    .hercules-builder-template-spread .hercules-builder-template-spread-layout .hercules-builder-template-spread-layout-content {
      position: relative;
      width: 100%;
      height: 0;
      padding-bottom: 100%;
      -ms-perspective: 2000px;
      perspective: 2000px;
      transform-style: preserve-3d;
      top: -10px;
      left: -10px; }

.hercules-builder-view {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 2; }

.hercules-view.ng-enter, .hercules-view.ng-leave {
  transition: opacity ease-in-out 0.2s;
  position: absolute;
  width: 100%;
  height: 100%; }

.hercules-view.ng-enter.ng-enter-active {
  opacity: 1; }

.hercules-view.ng-enter, .hercules-view.ng-leave.ng-leave-active {
  opacity: 0; }

.wizard-view .close {
  position: absolute;
  top: 35px;
  cursor: pointer;
  right: 9%;
  height: 25px;
  width: 25px; }
  @media (max-width: 1439px) {
    .wizard-view .close {
      right: 5%; } }
  @media (max-width: 1024px) {
    .wizard-view .close {
      right: 6%; } }
  @media (max-width: 767px) {
    .wizard-view .close {
      height: 20px;
      width: 20px;
      right: 0;
      top: 19px; } }
  .wizard-view .close:before, .wizard-view .close:after {
    content: '';
    height: 30px;
    width: 2px;
    background: #000000;
    position: absolute;
    top: 0px;
    right: 12px; }
    @media (max-width: 767px) {
      .wizard-view .close:before, .wizard-view .close:after {
        height: 20px; } }
  .wizard-view .close:before {
    transform: rotate(-45deg); }
  .wizard-view .close:after {
    transform: rotate(45deg); }

.hercules-builder-header {
  text-align: center;
  padding: 20px 0 10px 0; }
  .hercules-builder-header h1 {
    margin: 0;
    padding: 0;
    font-family: "NormsProBold", "Norms Pro", arial, sans-serif;
    font-size: 30px; }
    @media (max-width: 767px) {
      .hercules-builder-header h1 {
        font-size: 18px; } }
  .hercules-builder-header h3 {
    font-size: 30px; }
    @media (max-width: 767px) {
      .hercules-builder-header h3 {
        font-size: 18px; } }
  .hercules-builder-header.hercules-builder-header-link {
    padding: 0 0 20px 0; }
    .hercules-builder-header.hercules-builder-header-link h2 {
      font-size: 18px; }
      @media (max-width: 767px) {
        .hercules-builder-header.hercules-builder-header-link h2 {
          font-size: 14px; } }
      .hercules-builder-header.hercules-builder-header-link h2 a {
        cursor: pointer; }
  .hercules-builder-header .header-text {
    display: inline-block;
    margin-right: 10px; }
    @media (max-width: 767px) {
      .hercules-builder-header .header-text {
        display: none; } }
  .hercules-builder-header .header-price {
    display: inline-block; }
    .hercules-builder-header .header-price span {
      font-size: 12px; }
  .hercules-builder-header .hercules-builder-header-steps {
    background-color: #F1F1F1;
    padding: 1.5% 0 0; }
    .hercules-builder-header .hercules-builder-header-steps ul {
      list-style: none; }
      .hercules-builder-header .hercules-builder-header-steps ul li {
        display: inline-block;
        text-transform: uppercase;
        margin: 0;
        color: #666;
        letter-spacing: 0.05em;
        font-size: 1rem; }
      .hercules-builder-header .hercules-builder-header-steps ul li:before {
        content: '>';
        margin: 0 35px 0 35px;
        font-weight: normal; }
      .hercules-builder-header .hercules-builder-header-steps ul li:first-child:before {
        content: '';
        margin: 0; }
      .hercules-builder-header .hercules-builder-header-steps ul .active {
        color: #ee0c0c;
        font-family: "NormsProBold", "Norms Pro", arial, sans-serif; }
  @media (max-width: 768px) {
    .hercules-builder-header .hercules-builder-header-steps {
      display: none; } }

.hercules-modal-window {
  display: inline-block;
  text-align: left; }
  .hercules-modal-window .hercules-project-preview-dialog {
    padding: 0 0.5em 0 0.5em; }
    .hercules-modal-window .hercules-project-preview-dialog .hercules-project-preview-dialog-title {
      padding: 1em 1em 0 0;
      text-align: right; }
    .hercules-modal-window .hercules-project-preview-dialog .full-screen-close, .hercules-modal-window .hercules-project-preview-dialog .full-screen-restore, .hercules-modal-window .hercules-project-preview-dialog .full-screen-maximize {
      margin: 0;
      font-size: x-large;
      cursor: pointer;
      padding: 0 0.3rem 0 0.3rem; }
    .hercules-modal-window .hercules-project-preview-dialog .hercules-project-preview-dialog-content {
      padding: 1.75%;
      background: #fff;
      overflow: hidden;
      width: 70vw; }
      .hercules-modal-window .hercules-project-preview-dialog .hercules-project-preview-dialog-content .hercules-project-preview-dialog-builder {
        height: 500px;
        position: relative;
        width: 100%; }
        .hercules-modal-window .hercules-project-preview-dialog .hercules-project-preview-dialog-content .hercules-project-preview-dialog-builder .hercules-project-preview-dialog-builder-template-overlay {
          position: absolute;
          left: 0;
          top: 0;
          right: 0;
          bottom: 0;
          z-index: 10; }
    .hercules-modal-window .hercules-project-preview-dialog.maximized .hercules-project-preview-dialog-content {
      width: 95vw;
      height: 85vh;
      overflow: auto; }
      .hercules-modal-window .hercules-project-preview-dialog.maximized .hercules-project-preview-dialog-content .hercules-project-preview-dialog-builder {
        height: 1000px;
        margin: auto; }
    .hercules-modal-window .hercules-project-preview-dialog .hercules-project-preview-dialog-page-selector {
      padding: 10px;
      text-align: center; }
      .hercules-modal-window .hercules-project-preview-dialog .hercules-project-preview-dialog-page-selector button {
        background-color: transparent;
        color: #231f20;
        font-weight: bold;
        border: none;
        transition: color, 350ms; }
        .hercules-modal-window .hercules-project-preview-dialog .hercules-project-preview-dialog-page-selector button:hover {
          color: #0092DB; }
      .hercules-modal-window .hercules-project-preview-dialog .hercules-project-preview-dialog-page-selector span {
        position: absolute;
        top: -9999px;
        left: -9999px; }

/*target Internet Explorer 9 and Internet Explorer 10:*/
.no-smil .hercules-builder-order-details-select select {
  background: none;
  padding: 5px; }

.no-smil .hercules-builder-package-option-select select {
  background: none;
  padding: 5px; }

/* remove blue outline on chrome button focus.
    -1 accessibility / tabbing */
button:focus {
  outline: 0 !important; }

.hercules-builder-busy {
  overflow: hidden; }

.hercules-filter-bw {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }

.hercules-filter-flip-vertically {
  transform: rotateZ(180deg); }

.hercules-binding-flip-vertically {
  transform: scaleY(-1);
  -webkit-filter: FlipV;
          filter: FlipV;
  -ms-filter: "FlipV"; }

.hercules-binding-flip-horizontally {
  transform: scaleX(-1);
  -webkit-filter: FlipH;
          filter: FlipH;
  -ms-filter: "FlipH"; }

.hercules-spread-binding-overlay-rotated {
  transform: rotateZ(90deg);
  transform-origin: top left;
  margin-left: 100%; }
  .hercules-spread-binding-overlay-rotated.hercules-binding-flip-vertically {
    transform: scaleY(-1) rotateZ(90deg);
    -webkit-filter: FlipV;
            filter: FlipV;
    -ms-filter: "FlipV"; }

.three-ring-binder .hercules-spread-binding-overlay-rotated {
  margin-left: 16.5%; }

.comb-bind {
  background-size: 89%; }

.hercules-spread-binding-underlay .comb-bind {
  background-size: unset; }

.hercules-spread-binding-underlay.hercules-comb-binding-hide-underlay .comb-bind {
  display: none; }

.page-mode.landscape .comb-bind.hercules-spread-binding-overlay-rotated {
  left: 9px;
  top: -14px; }

.landscape .comb-bind {
  background-size: 86%; }

.comb-bind.hercules-spread-binding-overlay-rotated {
  top: -9px;
  left: 7px; }

.hercules-page-edge-binding-overlay-top-edge .hercules-page-edge-binding-overlay-image.hercules-binding-flip-vertically {
  transform: scaleY(-1) rotateZ(90deg);
  -webkit-filter: FlipV;
          filter: FlipV;
  -ms-filter: "FlipV"; }

.hercules-spread-three-ring-binding-overlay {
  background-repeat: no-repeat;
  position: relative;
  float: left;
  width: 100%; }

@-moz-document url-prefix() {
  .hercules-spread-three-ring-binding-overlay {
    position: absolute; } }

.hercules-spread-binding-overlay, .hercules-spread-binding-underlay {
  background-repeat: repeat;
  position: absolute; }

.hercules-spread-binding-perspective {
  transform: perspective(1000px) translateZ(12px);
  transform-origin: center center; }

.hercules-spread-binding-coverbind > div {
  background-size: cover; }

.hercules-page-edge-binding-overlay-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.hercules-finishing-overlay-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .hercules-finishing-overlay-container .hole {
    position: absolute;
    background-color: #444444;
    border-radius: 50%;
    z-index: 1; }
  .hercules-finishing-overlay-container .fold {
    position: absolute;
    border-color: #7d7d7d;
    border-top-width: 5px;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 5px;
    border-style: solid; }
    .hercules-finishing-overlay-container .fold.vertical {
      width: 1px;
      top: -5% !important;
      height: 110%; }
    .hercules-finishing-overlay-container .fold.horizontal {
      width: 110%;
      left: -5% !important;
      height: 1px; }
  .hercules-finishing-overlay-container .cut {
    position: absolute;
    border-color: #7d7d7d;
    border-top-width: 5px;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 5px;
    border-style: dashed; }
    .hercules-finishing-overlay-container .cut:before {
      content: '';
      height: 22px;
      width: 22px;
      background-image: url("../images/scissors.svg");
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute; }
      @media (max-width: 768px) {
        .hercules-finishing-overlay-container .cut:before {
          height: 42px;
          width: 42px; } }
      @media (max-width: 767px) {
        .hercules-finishing-overlay-container .cut:before {
          height: 62px;
          width: 62px; } }
    .hercules-finishing-overlay-container .cut.vertical {
      width: 1px;
      top: -5% !important;
      height: 110%; }
      .hercules-finishing-overlay-container .cut.vertical:before {
        bottom: -21px;
        left: -14px; }
        @media (max-width: 768px) {
          .hercules-finishing-overlay-container .cut.vertical:before {
            bottom: -50px;
            left: -23px; } }
        @media (max-width: 767px) {
          .hercules-finishing-overlay-container .cut.vertical:before {
            left: -34px; } }
    .hercules-finishing-overlay-container .cut.horizontal {
      width: 110%;
      left: -5% !important;
      height: 1px; }
      .hercules-finishing-overlay-container .cut.horizontal:before {
        bottom: -8px;
        right: -19px;
        transform: rotate(-90deg); }
        @media (max-width: 768px) {
          .hercules-finishing-overlay-container .cut.horizontal:before {
            bottom: -19px;
            right: -56px; } }
        @media (max-width: 767px) {
          .hercules-finishing-overlay-container .cut.horizontal:before {
            bottom: -29px; } }
  .hercules-finishing-overlay-container .lamination {
    position: absolute;
    background: linear-gradient(314.61deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 8.66%, rgba(255, 255, 255, 0.75) 12.82%, rgba(255, 255, 255, 0) 16.91%, rgba(255, 255, 255, 0) 62.41%, rgba(255, 255, 255, 0.75) 68.23%, rgba(255, 255, 255, 0) 72.79%, rgba(255, 255, 255, 0) 82.3%, rgba(255, 255, 255, 0.75) 85.48%, rgba(255, 255, 255, 0) 88.44%, rgba(255, 255, 255, 0) 100%);
    background-color: rgba(113, 178, 224, 0.034); }
    .hercules-finishing-overlay-container .lamination:after {
      content: '';
      height: 100%;
      width: 100%;
      display: block;
      background: linear-gradient(224.9deg, rgba(0, 112, 201, 0.05) 0, rgba(255, 255, 255, 0.05) 100%); }
  .hercules-finishing-overlay-container .blueprint-ribbon {
    position: absolute;
    height: 100%; }
    .hercules-finishing-overlay-container .blueprint-ribbon--back {
      right: 0; }
  .hercules-finishing-overlay-container .blueprint-staples {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    position: absolute;
    height: 100%; }
    .hercules-finishing-overlay-container .blueprint-staples--back {
      right: 0; }
    .hercules-finishing-overlay-container .blueprint-staples img {
      height: 6%; }
  .hercules-finishing-overlay-container .mounted:before {
    content: '';
    height: 22px;
    width: 101.4%;
    background: #d8d8d8;
    display: block;
    position: absolute;
    left: 1px;
    bottom: -23px;
    border: 1px solid #979797;
    box-shadow: 0px 15px 0px 0px #F2F2F2; }
  .hercules-finishing-overlay-container .mounted:after {
    content: '';
    height: 101%;
    width: 20px;
    display: block;
    position: absolute;
    right: -23px;
    top: 5px;
    border: 1px solid #979797;
    border-left: 0;
    border-bottom: 0;
    box-shadow: 30px 0px 0px 10px #F2F2F2;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0) 1%, #d8d8d8 1%); }
  .hercules-finishing-overlay-container .mounted .mounted-layer-1:before {
    content: '';
    height: 26px;
    width: 12px;
    background: #F2F2F2;
    display: block;
    position: absolute;
    left: -2px;
    bottom: -29px;
    border-right: 1px solid #979797;
    transform: rotate(-40deg);
    z-index: 2; }
  .hercules-finishing-overlay-container .mounted .mounted-layer-1:after {
    content: '';
    height: 29px;
    width: 10px;
    display: block;
    position: absolute;
    right: -14px;
    bottom: -29px;
    border-right: 2px solid #979797;
    z-index: 4;
    transform: rotate(-45deg); }
  .hercules-finishing-overlay-container .mounted .mounted-layer-1 .mounted-layer-2:before {
    content: '';
    height: 32px;
    width: 21px;
    display: block;
    position: absolute;
    right: -30px;
    top: -13px;
    border-left: 1px solid #979797;
    transform: rotate(-40deg);
    z-index: 2;
    background: linear-gradient(241deg, rgba(0, 0, 0, 0) 36%, #f2f2f2 36%); }
  .hercules-finishing-overlay-container .mounted .mounted-layer-1 .mounted-layer-2:after {
    content: '';
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    right: -20px;
    bottom: -20px;
    box-shadow: 19px 20px 20px rgba(153, 153, 153, 0.2);
    z-index: 1; }

.hercules-page-edge-binding-overlay {
  background-repeat: repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: scale(1.01833);
  display: flex; }

.hercules-page-edge-binding-overlay.hercules-page-edge-binding-overlay-left-edge {
  transform-origin: top left;
  left: 0; }

.hercules-page-edge-binding-overlay.hercules-page-edge-binding-overlay-right-edge {
  transform-origin: top right;
  right: 0%;
  left: auto; }

.hercules-page-edge-binding-overlay.hercules-page-edge-binding-overlay-top-edge {
  transform-origin: top left;
  top: 0; }

.hercules-page-edge-binding-overlay.hercules-page-edge-binding-overlay-bottom-edge {
  transform-origin: bottom left;
  top: auto;
  bottom: 0%; }

.hercules-tab-template-overlay-container {
  position: absolute; }
  .hercules-tab-template-overlay-container .hercules-tab-template-overlay-content {
    border: none;
    width: 100%;
    text-align: center;
    display: inline-block;
    position: relative;
    top: 1px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 3px 3px 10px rgba(153, 153, 153, 0.25);
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0 10px 10px 0; }
    .hercules-tab-template-overlay-container .hercules-tab-template-overlay-content .hercules-tab-template-overlay-inner-text {
      font-size: 14px;
      position: absolute;
      top: 50%;
      left: 50%;
      word-break: break-word;
      font-weight: bold; }
    .hercules-tab-template-overlay-container .hercules-tab-template-overlay-content .hercules-tab-template-overlay-inner-text.rotate {
      transform: translateX(-50%) translateY(-50%) rotate(90deg); }

.hercules-page-edge-binding-overlay-top-edge .hercules-page-edge-binding-overlay-image, .hercules-page-edge-binding-overlay-bottom-edge .hercules-page-edge-binding-overlay-image {
  transform: rotateZ(90deg);
  transform-origin: top left;
  margin-left: 100%; }

/* Package page - turn off number input spinners */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

@media (max-width: 1024px) {
  .hercules-modal-window .hercules-project-preview-dialog .full-screen-restore, .hercules-modal-window .hercules-project-preview-dialog .full-screen-maximize {
    display: none; }
  .hercules-modal-window .hercules-project-preview-dialog .hercules-project-preview-dialog-content {
    width: 100%;
    height: 100%; } }

@media (max-width: 860px) {
  .hercules-builder .hercules-builder-document-layout-spreads {
    display: none; }
  .hercules-builder .hercules-builder-content .hercules-full-builder-header .hercules-full-builder-header-info .hercules-full-builder-header-logo {
    display: none; }
  .hercules-builder .hercules-builder-content .hercules-full-builder-header .hercules-full-builder-header-continue .hercules-full-builder-header-checkout-container {
    min-width: 10em; } }

@media (max-width: 640px) {
  .hercules-builder .hercules-builder-content .hercules-full-builder-header .hercules-full-builder-header-continue .hercules-full-builder-header-save-button-container {
    display: none; }
  .hercules-builder .hercules-builder-content .hercules-full-builder-tools-outer {
    left: -250px;
    box-shadow: 7px 3px 7px -3px #aaa;
    transition: all ease-in-out 0.3s; }
    .hercules-builder .hercules-builder-content .hercules-full-builder-tools-outer .hercules-full-builder-tools-container .hercules-full-builder-tools-container-handle {
      display: block; }
    .hercules-builder .hercules-builder-content .hercules-full-builder-tools-outer.toolbaropen {
      left: 0;
      transition: all ease-in-out 0.3s; }
  .hercules-builder .hercules-builder-content .hercules-builder-template-container {
    left: 10px; }
  .hercules-builder .hercules-builder-content .hercules-builder-document-tray .hercules-builder-document-layout-page-selector-pagenum {
    display: none; } }

/* stylelint-disable */
/* stylelint-disable */
body {
  background-color: #F2F2F2; }

/* stylelint-disable */
@font-face {
  font-family: "NormsProRegular";
  src: url("../fonts/NormsPro/NormsPro-Regular.eot");
  src: local("NormsProRegular"), url("../fonts/NormsPro/NormsPro-Regular.woff") format("woff"), url("../fonts/NormsPro/NormsPro-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "NormsProMedium";
  src: url("../fonts/NormsPro/NormsPro-Medium.eot");
  src: local("NormsProMedium"), url("../fonts/NormsPro/NormsPro-Medium.woff") format("woff"), url("../fonts/NormsPro/NormsPro-Medium.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "NormsProBold";
  src: url("../fonts/NormsPro/NormsPro-Bold.eot");
  src: local("NormsProBold"), url("../fonts/NormsPro/NormsPro-Bold.woff") format("woff"), url("../fonts/NormsPro/NormsPro-Bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

body {
  font-family: "NormsProRegular", "Norms Pro", arial, sans-serif;
  font-weight: 300;
  font-size: 1rem;
  color: #444444; }

h1, h2, h3, h4, h5, h6 {
  font-family: "NormsProBold", "Norms Pro", arial, sans-serif;
  color: #000000; }

p,
.p {
  margin-top: 0;
  font-size: 1rem;
  font-family: "NormsProRegular", "Norms Pro", arial, sans-serif; }

ul, ol {
  margin: 0;
  padding: 0; }

strong {
  font-family: "NormsProBold", "Norms Pro", arial, sans-serif; }

a {
  font-weight: 700;
  color: #0070C9;
  text-decoration: none;
  transition: color, 0.2s, ease; }
  a:hover, a:active {
    text-decoration: underline; }
  a:active, a:active:focus {
    color: #CC0000;
    text-decoration: underline; }
  a.minimal-link {
    color: #444444; }
    a.minimal-link:hover, a.minimal-link:active, a.minimal-link:active:focus {
      color: #444444;
      text-decoration: none; }

.type-dark {
  color: #000000; }

.type-light {
  color: #FFFFFF; }

.type-bold {
  font-family: "NormsProBold", "Norms Pro", arial, sans-serif; }

.type-medium {
  font-family: "NormsProMedium", "Norms Pro", arial, sans-serif; }

.type-normal {
  font-family: "NormsProRegular", "Norms Pro", arial, sans-serif; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.headline-hero, .landing-page .main-banner .headline-hero {
  font-family: "NormsProBold", "Norms Pro", arial, sans-serif;
  font-size: 60px;
  letter-spacing: -1.5px;
  line-height: 52px;
  color: #CC0000;
  text-align: left;
  text-transform: uppercase; }
  .headline-hero.reverse, .landing-page .main-banner .reverse.headline-hero {
    color: #FFFFFF; }

.headline-underline-title {
  font-family: "NormsProBold", "Norms Pro", arial, sans-serif;
  color: #000000;
  font-size: 30px;
  line-height: 35px;
  text-align: left;
  text-transform: capitalize; }
  @media (max-width: 768px) {
    .headline-underline-title {
      font-size: 26px; } }
  .headline-underline-title:after {
    content: "";
    display: block;
    margin: 10px 0 40px;
    height: 3px;
    width: 16px;
    background: #CC0000; }
  .headline-underline-title.minimal-margin:after {
    margin: 10px 0 15px; }

.headline-marketing {
  font-family: "NormsProBold", "Norms Pro", arial, sans-serif;
  color: #000000;
  font-size: 44px;
  letter-spacing: -1.1px;
  line-height: 53px;
  text-align: left;
  text-transform: uppercase; }
  .headline-marketing.reverse {
    color: #FFFFFF; }

.headline-subheading, .landing-page .main-banner .headline-subheading {
  font-family: "NormsProBold", "Norms Pro", arial, sans-serif;
  color: #444444;
  font-size: 20px;
  line-height: 26px;
  text-align: left;
  text-transform: capitalize; }
  .headline-subheading.reverse, .landing-page .main-banner .reverse.headline-subheading {
    color: #444444; }

.headline-promotion {
  font-family: "NormsProRegular", "Norms Pro", arial, sans-serif;
  color: #444444;
  font-size: 18px;
  text-align: left;
  text-transform: capitalize; }

[class^="headline-"].reverse {
  color: #FFFFFF; }

.product-name {
  font-family: "NormsProBold", "Norms Pro", arial, sans-serif;
  color: #CC0000;
  font-size: 18px;
  line-height: 22px;
  text-align: left;
  text-transform: capitalize;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.product-tile-copy {
  font-family: "NormsProRegular", "Norms Pro", arial, sans-serif;
  color: #444444;
  font-size: 14px;
  line-height: 1.57;
  text-align: left; }

.sub-nav-product-links {
  position: relative;
  font-family: "NormsProMedium", "Norms Pro", arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.25px;
  color: #000000;
  background-color: transparent;
  border-radius: 4px;
  height: 100%;
  transition: background-color, 0.15s, ease; }
  @media screen and (max-width: 960px) {
    .sub-nav-product-links {
      line-height: 50px; } }
  .sub-nav-product-links:after {
    display: inline;
    content: "";
    width: 0;
    height: 0;
    border-top: 4px solid #000000;
    border-bottom: 4px solid transparent;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    position: absolute;
    top: 6px;
    margin-left: 4px; }
    @media screen and (max-width: 960px) {
      .sub-nav-product-links:after {
        top: 23px; } }
  @media screen and (min-width: 961px) {
    .sub-nav-product-links:hover, .sub-nav-product-links.active {
      background-color: #ededed; } }

.col-centered {
  display: inline-block;
  float: none;
  /* reset the text-align */
  text-align: left;
  /* inline-block space fix */
  margin-right: -4px; }

.row-no-padding {
  margin-left: 0;
  margin-right: 0; }
  .row-no-padding [class*="col-"] {
    padding-left: 0;
    padding-right: 0; }

.visible-tablet {
  display: none; }

@media only screen and (max-width: 768px), (max-device-width: 1024px) and (orientation: landscape) {
  .visible-tablet {
    display: block; }
  .hidden-tablet {
    display: none; } }

@keyframes hercules-spinner {
  from {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    transform-origin: 50% 50%;
    transform: perspective(500px) rotate(-180deg); }
  to {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-transform-origin: 50% 50%;
    transform: perspective(500px) rotate(180deg); } }

@-webkit-keyframes hercules-spinner {
  from {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    transform-origin: 50% 50%;
    transform: perspective(500px) rotate(-180deg); }
  to {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    transform-origin: 50% 50%;
    transform: perspective(500px) rotate(180deg); } }

@keyframes rotate {
  100% {
    transform: rotate(360deg); } }

@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px; } }

@keyframes color {
  0%,
  100% {
    stroke: #CC0000; } }

@keyframes loader {
  to {
    transform: rotate(360deg); } }

.valign {
  display: flex;
  align-items: center;
  justify-content: center; }

.hercules-project-documents {
  width: 100%;
  height: 100%;
  font-family: "NormsProRegular", "Norms Pro", arial, sans-serif; }
  .hercules-project-documents .hercules-project-documents-content {
    width: 100%;
    height: 100%;
    padding-bottom: 30px; }
  .hercules-project-documents ul {
    display: inline-block; }
    .hercules-project-documents ul li {
      display: inline-block;
      text-align: center;
      margin: 1em;
      font-size: 1.1em;
      text-align: center; }
      .hercules-project-documents ul li > div {
        cursor: pointer;
        position: relative;
        background-color: #f0f0f0; }
        .hercules-project-documents ul li > div img {
          padding-bottom: 1.5em; }
        .hercules-project-documents ul li > div span {
          display: block;
          width: 100%;
          overflow: hidden;
          text-overflow: ellipsis;
          text-transform: uppercase;
          font-weight: bold;
          white-space: nowrap;
          letter-spacing: 0.05em;
          position: absolute;
          bottom: 0.5em;
          left: 0;
          padding: 0 0.25em; }
      .hercules-project-documents ul li div {
        width: 12em;
        height: 15em; }
      .hercules-project-documents ul li .doc-error {
        background-color: #f0caca; }
    .hercules-project-documents ul li:hover {
      border-color: #0099cc; }
  .hercules-project-documents .btn-default {
    border-color: transparent;
    border-radius: 0;
    background: white;
    background: rgba(255, 255, 255, 0.5);
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    padding: 0.5em 0; }
    .hercules-project-documents .btn-default:before {
      padding-right: 1em;
      font-size: 0.95em;
      vertical-align: middle; }
  .hercules-project-documents .hercules-project-document.add {
    border-radius: 5px;
    border: 6px solid transparent;
    border-color: #ff4747;
    border-style: dashed; }
  .hercules-project-documents .hercules-project-nodocument-container {
    text-align: center;
    height: 100%;
    width: 100%; }
    .hercules-project-documents .hercules-project-nodocument-container .hercules-project-nodocument-content {
      cursor: pointer;
      display: table;
      width: 100%;
      height: 100%;
      vertical-align: middle; }
      .hercules-project-documents .hercules-project-nodocument-container .hercules-project-nodocument-content .hercules-drag-border-container {
        display: table-cell;
        padding: 5% 1%; }
        .hercules-project-documents .hercules-project-nodocument-container .hercules-project-nodocument-content .hercules-drag-border-container h3 {
          font-family: "NormsProBold", "Norms Pro", arial, sans-serif;
          color: #0099cc;
          font-size: 2.5rem;
          margin-top: 0;
          margin-bottom: 0.5em; }
          .hercules-project-documents .hercules-project-nodocument-container .hercules-project-nodocument-content .hercules-drag-border-container h3 + p {
            margin-bottom: 5%; }
        .hercules-project-documents .hercules-project-nodocument-container .hercules-project-nodocument-content .hercules-drag-border-container p {
          display: block;
          font-size: 1.6667rem;
          margin: 0; }
          .hercules-project-documents .hercules-project-nodocument-container .hercules-project-nodocument-content .hercules-drag-border-container p em {
            font-style: normal;
            border-bottom: 2px solid #1d1d1d;
            padding-bottom: 0.05em; }
        .hercules-project-documents .hercules-project-nodocument-container .hercules-project-nodocument-content .hercules-drag-border-container p#hercules-file-types-modal a#hercules-modal-pop {
          text-decoration: underline;
          font-size: 13px;
          font-style: normal;
          letter-spacing: 0.05em;
          color: #333; }
        .hercules-project-documents .hercules-project-nodocument-container .hercules-project-nodocument-content .hercules-drag-border-container img {
          margin-bottom: 10px; }
    .hercules-project-documents .hercules-project-nodocument-container .hercules-project-nodocument-content.hercules-uploader-dragover {
      border: 3px solid #0099cc; }
      .hercules-project-documents .hercules-project-nodocument-container .hercules-project-nodocument-content.hercules-uploader-dragover .hercules-drag-border-container {
        border: 3px dashed #0099cc; }

.hercules-upload-status {
  width: 70vw;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "NormsProRegular", "Norms Pro", arial, sans-serif;
  display: block;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  user-select: none; }
  .hercules-upload-status .hercules-upload-status-file-name {
    word-break: break-all;
    padding-right: 10px; }
  .hercules-upload-status .hercules-upload-status-header {
    text-align: center;
    color: #0099cc;
    width: 100%;
    padding: 1.5em 0; }
    @media (max-width: 414px) {
      .hercules-upload-status .hercules-upload-status-header {
        padding: 1em 0; } }
    .hercules-upload-status .hercules-upload-status-header h2 {
      font-size: 2em;
      margin: 0.5em;
      font-weight: bold;
      text-transform: capitalize;
      letter-spacing: 0.05em; }
      @media only screen and (max-width: 414px) {
        .hercules-upload-status .hercules-upload-status-header h2 {
          font-size: 1.4rem; } }
  .hercules-upload-status .hercules-upload-status-body {
    overflow: hidden;
    display: "invert()" "-webkit-${display}";
    display: "invert()" "-moz-${display}";
    display: "invert()" "-ms-${display}box";
    display: "invert()" "-ms-${display}";
    display: flex;
    flex-wrap: nowrap;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center; }
    @media only screen and (max-width: 1600px) {
      .hercules-upload-status .hercules-upload-status-body {
        flex-wrap: wrap; } }
    .hercules-upload-status .hercules-upload-status-body .hercules-upload-status-wrapper {
      -ms-flex-basis: 30%;
      flex-basis: 30%; }
      @media only screen and (max-width: 1600px) {
        .hercules-upload-status .hercules-upload-status-body .hercules-upload-status-wrapper {
          -ms-flex-basis: 100%;
          flex-basis: 100%; } }
    .hercules-upload-status .hercules-upload-status-body .hercules-upload-status-loader-container {
      position: relative;
      width: 180px;
      height: 180px;
      text-align: center;
      margin: 0 auto; }
      @media (max-width: 414px) {
        .hercules-upload-status .hercules-upload-status-body .hercules-upload-status-loader-container {
          width: 150px;
          height: 150px; } }
      .hercules-upload-status .hercules-upload-status-body .hercules-upload-status-loader-container .hercules-upload-status-loader {
        -webkit-animation: hercules-spinner .75s linear infinite;
        animation: hercules-spinner .75s linear infinite;
        border: 10px inset #0099cc;
        border-radius: 50%;
        width: 180px;
        height: 180px; }
        @media (max-width: 414px) {
          .hercules-upload-status .hercules-upload-status-body .hercules-upload-status-loader-container .hercules-upload-status-loader {
            width: 150px;
            height: 150px; } }
      .hercules-upload-status .hercules-upload-status-body .hercules-upload-status-loader-container .hercules-upload-status-state {
        position: absolute;
        text-align: center;
        z-index: 1;
        width: 100%;
        top: 0;
        background-position: center;
        background-repeat: no-repeat;
        min-height: 70px;
        height: 100%;
        padding-top: 30%; }
        .hercules-upload-status .hercules-upload-status-body .hercules-upload-status-loader-container .hercules-upload-status-state[data-icon]:before {
          font-size: 3.5rem;
          color: #979797; }
          @media (max-width: 414px) {
            .hercules-upload-status .hercules-upload-status-body .hercules-upload-status-loader-container .hercules-upload-status-state[data-icon]:before {
              font-size: 2.5rem; } }
      .hercules-upload-status .hercules-upload-status-body .hercules-upload-status-loader-container #upload {
        color: #f8f8f8; }
    .hercules-upload-status .hercules-upload-status-body .hercules-upload-status-tips, .hercules-upload-status .hercules-upload-status-body .hercules-upload-status-errors {
      text-transform: uppercase;
      border: 1px solid #ccc;
      -ms-flex-basis: 75%;
      flex-basis: 75%;
      padding: 20px 2%;
      border-radius: 6px;
      font-size: 1.5rem;
      letter-spacing: 0.05em; }
      @media only screen and (max-width: 1600px) {
        .hercules-upload-status .hercules-upload-status-body .hercules-upload-status-tips, .hercules-upload-status .hercules-upload-status-body .hercules-upload-status-errors {
          -ms-flex-basis: 100%;
          flex-basis: 100%;
          margin-top: 2rem; } }
      @media only screen and (max-width: 991px) {
        .hercules-upload-status .hercules-upload-status-body .hercules-upload-status-tips, .hercules-upload-status .hercules-upload-status-body .hercules-upload-status-errors {
          -ms-flex-basis: 50%;
          flex-basis: 50%;
          border: none; } }
      @media only screen and (max-width: 580px) {
        .hercules-upload-status .hercules-upload-status-body .hercules-upload-status-tips, .hercules-upload-status .hercules-upload-status-body .hercules-upload-status-errors {
          -ms-flex-basis: 80%;
          flex-basis: 80%; } }
      @media only screen and (max-width: 320px) {
        .hercules-upload-status .hercules-upload-status-body .hercules-upload-status-tips, .hercules-upload-status .hercules-upload-status-body .hercules-upload-status-errors {
          -ms-flex-basis: 90%;
          flex-basis: 90%; } }
      @media only screen and (max-width: 991px) {
        .hercules-upload-status .hercules-upload-status-body .hercules-upload-status-tips, .hercules-upload-status .hercules-upload-status-body .hercules-upload-status-errors {
          margin-top: 10%; }
          .hercules-upload-status .hercules-upload-status-body .hercules-upload-status-tips p, .hercules-upload-status .hercules-upload-status-body .hercules-upload-status-errors p {
            font-size: 1.25rem; } }
      .hercules-upload-status .hercules-upload-status-body .hercules-upload-status-tips .hercules-icons, .hercules-upload-status .hercules-upload-status-body .hercules-upload-status-errors .hercules-icons {
        list-style: none;
        padding-top: 3%;
        padding-left: 0; }
        .hercules-upload-status .hercules-upload-status-body .hercules-upload-status-tips .hercules-icons li, .hercules-upload-status .hercules-upload-status-body .hercules-upload-status-errors .hercules-icons li {
          text-transform: capitalize;
          font-size: 1rem;
          padding-left: 65px;
          background-position: top left;
          background-repeat: no-repeat;
          display: table;
          height: 53px;
          margin-bottom: 5%; }
          @media only screen and (max-width: 414px) {
            .hercules-upload-status .hercules-upload-status-body .hercules-upload-status-tips .hercules-icons li, .hercules-upload-status .hercules-upload-status-body .hercules-upload-status-errors .hercules-icons li {
              font-size: small; } }
          @media only screen and (max-width: 414px) {
            .hercules-upload-status .hercules-upload-status-body .hercules-upload-status-tips .hercules-icons li, .hercules-upload-status .hercules-upload-status-body .hercules-upload-status-errors .hercules-icons li {
              background-size: 15%;
              background-position: center left;
              padding-left: 55px; } }
          .hercules-upload-status .hercules-upload-status-body .hercules-upload-status-tips .hercules-icons li span, .hercules-upload-status .hercules-upload-status-body .hercules-upload-status-errors .hercules-icons li span {
            display: table-cell;
            vertical-align: middle; }
    .hercules-upload-status .hercules-upload-status-body .hercules-upload-status-errors .hercules-upload-error-messages {
      list-style: none;
      padding: 0;
      margin: 0; }
      .hercules-upload-status .hercules-upload-status-body .hercules-upload-status-errors .hercules-upload-error-messages .hercules-upload-error-message .hercules-upload-error-message-name {
        color: red;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 1.2rem; }
      .hercules-upload-status .hercules-upload-status-body .hercules-upload-status-errors .hercules-upload-error-messages .hercules-upload-error-message .hercules-upload-warning-message-name {
        color: darkorange;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 1.2rem; }
      .hercules-upload-status .hercules-upload-status-body .hercules-upload-status-errors .hercules-upload-error-messages .hercules-upload-error-message .hercules-upload-error-message-details {
        color: #929292;
        font-weight: normal;
        text-transform: none;
        font-size: 0.9rem; }
    .hercules-upload-status .hercules-upload-status-body .hercules-unsupported-file-content p {
      text-align: center;
      padding: 1em 0 1em 0; }

.hercules-file-types {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "NormsProRegular", "Norms Pro", arial, sans-serif;
  display: block;
  text-align: center; }

.hercules-uploader {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "NormsProRegular", "Norms Pro", arial, sans-serif;
  display: block;
  text-align: center; }
  .hercules-uploader .hercules-uploader-header, .hercules-uploader .hercules-file-types-header {
    text-align: center;
    color: #0099cc;
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 2.75em; }
    @media screen and (max-width: 414px) {
      .hercules-uploader .hercules-uploader-header, .hercules-uploader .hercules-file-types-header {
        padding: 2em; } }
    .hercules-uploader .hercules-uploader-header p, .hercules-uploader .hercules-file-types-header p {
      color: #333;
      padding: 0 15px; }
    .hercules-uploader .hercules-uploader-header hr, .hercules-uploader .hercules-file-types-header hr {
      width: 75%; }
    .hercules-uploader .hercules-uploader-header h2, .hercules-uploader .hercules-file-types-header h2 {
      font-size: 2.5em;
      font-weight: bold;
      color: #279de9;
      margin: 0; }
    .hercules-uploader .hercules-uploader-header span, .hercules-uploader .hercules-file-types-header span {
      text-decoration: none;
      color: #0099cc; }
      .hercules-uploader .hercules-uploader-header span img, .hercules-uploader .hercules-file-types-header span img {
        width: 2em; }
    .hercules-uploader .hercules-uploader-header > .back, .hercules-uploader .hercules-file-types-header > .back {
      position: absolute;
      left: 2.75em; }
      @media screen and (max-width: 414px) {
        .hercules-uploader .hercules-uploader-header > .back, .hercules-uploader .hercules-file-types-header > .back {
          left: 2em; } }
    .hercules-uploader .hercules-uploader-header .layout, .hercules-uploader .hercules-file-types-header .layout {
      float: right; }
  .hercules-uploader .hercules-uploader-body {
    position: relative;
    text-align: center;
    overflow-y: auto;
    min-height: 20em; }
    .hercules-uploader .hercules-uploader-body .layout-tile {
      height: 100%; }
    .hercules-uploader .hercules-uploader-body ul {
      list-style-type: none;
      text-align: center;
      padding: 0;
      overflow-x: hidden;
      margin-bottom: 5%; }
      .hercules-uploader .hercules-uploader-body ul li {
        padding: 0;
        font-size: 1.1em;
        text-align: center;
        position: relative;
        max-width: 15em;
        width: 30%; }
        .hercules-uploader .hercules-uploader-body ul li > div {
          cursor: pointer;
          position: relative;
          background-color: #f0f0f0; }
          .hercules-uploader .hercules-uploader-body ul li > div img {
            padding-bottom: 1.5em; }
          .hercules-uploader .hercules-uploader-body ul li > div span {
            display: block;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            text-transform: uppercase;
            font-weight: bold;
            white-space: nowrap;
            letter-spacing: 0.05em;
            position: absolute;
            bottom: 0.5em;
            left: 0;
            padding: 0 0.25em; }
        .hercules-uploader .hercules-uploader-body ul li:before {
          content: "";
          display: block;
          margin-top: 100%; }
    .hercules-uploader .hercules-uploader-body .layout-line ul li {
      display: block; }
      .hercules-uploader .hercules-uploader-body .layout-line ul li > div {
        height: 6em;
        width: 100%;
        text-align: left; }
        .hercules-uploader .hercules-uploader-body .layout-line ul li > div img {
          display: inline-block;
          padding: 1em 0 1em 0; }
        .hercules-uploader .hercules-uploader-body .layout-line ul li > div span {
          padding: 0 0 0 2em;
          display: inline-block;
          height: 3em;
          width: 80%; }
    .hercules-uploader .hercules-uploader-body .hercules-uploader-authorize {
      text-align: center; }
  .hercules-uploader .hercules-uploader-body-content-item.ng-animate {
    transition: opacity ease-in-out 0.2s;
    position: absolute;
    width: 100%;
    height: 100%; }
  .hercules-uploader .hercules-uploader-body-content-item.ng-leave.ng-leave-active,
  .hercules-uploader .hercules-uploader-body-content-item.ng-enter {
    opacity: 0; }
  .hercules-uploader .hercules-uploader-body-content-item.ng-leave,
  .hercules-uploader .hercules-uploader-body-content-item.ng-enter.ng-enter-active {
    opacity: 1; }

.hercules-uploader-footer,
.hercules-file-types-footer {
  width: 100%;
  text-align: center; }
  .hercules-uploader-footer a,
  .hercules-file-types-footer a {
    color: #fff;
    text-decoration: none;
    font-size: 1.39em;
    padding: 1.15em 0;
    letter-spacing: 0.05em;
    display: block;
    border-radius: 0;
    border-color: transparent; }
    .hercules-uploader-footer a.btn-primary, .hercules-uploader-footer a.btn-tertiary, .hercules-uploader-footer a.btn-cart, .hercules-uploader-footer .header-container a.btn-header, .header-container .hercules-uploader-footer a.btn-header,
    .hercules-file-types-footer a.btn-primary,
    .hercules-file-types-footer a.btn-tertiary,
    .hercules-file-types-footer a.btn-cart,
    .hercules-file-types-footer .header-container a.btn-header,
    .header-container .hercules-file-types-footer a.btn-header {
      text-transform: uppercase;
      font-weight: bold; }

.hercules-file-types-body {
  position: relative;
  text-align: center;
  overflow-y: auto;
  height: 510px;
  background-repeat: no-repeat;
  background-position: right 147px; }
  .hercules-file-types-body ul {
    margin-left: 10%;
    margin-top: 50px; }
    .hercules-file-types-body ul li {
      display: list-item;
      border-radius: 5px;
      border: 3px solid transparent;
      background-color: transparent;
      font-size: 1.1em;
      text-align: left;
      margin: 0 0 0 20%; }

@media only screen and (max-width: 1366px) {
  .hercules-file-types-body {
    background-position: right bottom; }
    .hercules-file-types-body ul {
      margin-left: 0;
      margin-top: 10px; } }

@media only screen and (max-width: 1366px) {
  .hercules-uploader .hercules-uploader-body ul,
  .hercules-uploader .hercules-file-types .hercules-uploader-body ul {
    padding: 0 5%; } }

@media only screen and (max-width: 1024px) {
  .hercules-uploader .hercules-uploader-body ul,
  .hercules-uploader .hercules-file-types .hercules-uploader-body ul {
    padding: 0; } }

@media screen and (min-width: 769px) {
  .hercules-project-documents .hercules-project-nodocument-content {
    background: white;
    background: rgba(255, 255, 255, 0.5);
    border: 3px solid transparent;
    border-spacing: 2em; }
  .hercules-project-documents .hercules-drag-border-container {
    border: 3px dashed #aaa; } }

@media screen and (max-device-width: 1024px) and (orientation: landscape) {
  .hercules-project-documents .hercules-project-nodocument-content {
    background: none;
    border: none;
    border-spacing: 0; }
  .hercules-project-documents .hercules-drag-border-container {
    border: none; } }

@media screen and (max-width: 767px) {
  .hercules-builder-busy {
    overflow: hidden; }
  .hercules-upload-status {
    width: 100%; }
  button.hercules-uploader-tooltip {
    display: none; }
  .hercules-uploader-dialog {
    width: auto; }
  .hercules-modal-container .hercules-modal-window-container .hercules-modal-window-content {
    width: 100%;
    height: 100%; }
  .hercules-modal-container .hercules-modal-window-container .hercules-modal-window-content .hercules-modal-window {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: absolute; }
  .hercules-uploader .hercules-uploader-header h2,
  .hercules-uploader .hercules-file-types .hercules-file-types-header h2 {
    font-size: 2em; }
  .hercules-uploader .hercules-uploader-body,
  .hercules-uploader .hercules-file-types .hercules-uploader-body {
    height: 100%; }
    .hercules-uploader .hercules-uploader-body ul,
    .hercules-uploader .hercules-file-types .hercules-uploader-body ul {
      padding: 0;
      padding-bottom: 5em; }
  .hercules-uploader .hercules-project-documents .hercules-project-documents-content {
    padding-bottom: 0; }
  .hercules-uploader .hercules-project-documents .hercules-project-nodocument-container .hercules-project-nodocument-content .hercules-drag-border-container p#hercules-file-types-modal {
    padding-top: 1em; }
  .hercules-uploader-footer {
    position: fixed;
    bottom: 0; } }

@media screen and (max-width: 414px) {
  .hercules-uploader .hercules-uploader-header h2,
  .hercules-uploader .hercules-file-types-header h2,
  .hercules-file-types .hercules-file-types-header h2 {
    font-size: 1.4em; }
  .hercules-project-documents .hercules-project-nodocument-container .hercules-project-nodocument-content .hercules-drag-border-container {
    padding: 0; } }

.hercules-transition-page-origin-left {
  transform-origin: left center; }

.hercules-transition-page-origin-right {
  transform-origin: right center; }

.hercules-transition-page-origin-top {
  transform-origin: center top; }

.hercules-transition-page-origin-bottom {
  transform-origin: center bottom; }

.hercules-transition-page-rotated-bottom {
  transform: rotateX(-89.9deg) translateZ(0);
  opacity: 0.01; }

.hercules-transition-page-rotated-top {
  transform: rotateX(89.9deg) translateZ(0);
  opacity: 0.01; }

.hercules-transition-page-rotated-left {
  transform: rotateY(-89.9deg) translateZ(0);
  opacity: 0.01; }

.hercules-transition-page-rotated-right {
  transform: rotateY(89.9deg) translateZ(0);
  opacity: 0.01; }

.hercules-transition-page-rotate-left {
  transition: left 0.5s ease-in, top 0.5s ease-in, transform 0.5s ease-in;
  transform: rotateY(-89.99deg) translateZ(0); }

.hercules-transition-page-rotate-right {
  transition: left 0.5s ease-in, top 0.5s ease-in, transform 0.5s ease-in;
  transform: rotateY(89.99deg) translateZ(0); }

.hercules-transition-page-rotate-top {
  transition: left 0.5s ease-in, top 0.5s ease-in, transform 0.5s ease-in;
  transform: rotateX(89.99deg) translateZ(0); }

.hercules-transition-page-rotate-bottom {
  transition: left 0.5s ease-in, top 0.5s ease-in, transform 0.5s ease-in;
  transform: rotateX(-89.99deg) translateZ(0); }

.hercules-transition-page-restore {
  transition: left 0.5s ease-in, top 0.5s ease-in, transform 0.5s ease-in;
  transform: rotateX(0) rotateY(0) translateZ(0);
  opacity: 1; }

.hercules-transition-page-move {
  transition: all 0.5s ease-in; }

/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
  margin: 0; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: none; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: 900; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

label[disabled] {
  cursor: not-allowed; }

i[disabled] {
  cursor: not-allowed; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
input {
  line-height: normal; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: 900; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.calculating-animation {
  width: 100%;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: relative; }
  .calculating-animation span.calculating {
    height: 7px;
    width: 7px; }
  .calculating-animation span.calculating--circle {
    border-radius: 50%;
    transition: all 1s;
    background: #dedede;
    border-radius: 50%;
    -webkit-animation: calculating 1s infinite;
            animation: calculating 1s infinite; }
  .calculating-animation span.calculating--label {
    transform: translateX(5px);
    font-size: 14px;
    width: 67px;
    height: auto; }
  .calculating-animation span.calculating--circle:first-child {
    -webkit-animation-delay: 0s;
            animation-delay: 0s; }
  .calculating-animation span.calculating--circle:nth-child(2) {
    -webkit-animation-delay: .2s;
            animation-delay: .2s; }
  .calculating-animation span.calculating--circle:nth-child(3) {
    -webkit-animation-delay: .4s;
            animation-delay: .4s; }
  .calculating-animation span.calculating--circle:nth-child(4) {
    -webkit-animation-delay: .6s;
            animation-delay: .6s; }

@-webkit-keyframes calculating {
  0% {
    transform: scale(1);
    background: #dedede; }
  70% {
    transform: scale(1);
    background: #dedede; }
  90% {
    transform: scale(1.4);
    background: #ff8a8a; }
  100% {
    transform: scale(1.2);
    background: #CC0000; } }

@keyframes calculating {
  0% {
    transform: scale(1);
    background: #dedede; }
  70% {
    transform: scale(1);
    background: #dedede; }
  90% {
    transform: scale(1.4);
    background: #ff8a8a; }
  100% {
    transform: scale(1.2);
    background: #CC0000; } }

/* stylelint-disable */
/* stylelint-disable */
body {
  background-color: #F2F2F2; }

/* stylelint-disable */
@font-face {
  font-family: "NormsProRegular";
  src: url("../fonts/NormsPro/NormsPro-Regular.eot");
  src: local("NormsProRegular"), url("../fonts/NormsPro/NormsPro-Regular.woff") format("woff"), url("../fonts/NormsPro/NormsPro-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "NormsProMedium";
  src: url("../fonts/NormsPro/NormsPro-Medium.eot");
  src: local("NormsProMedium"), url("../fonts/NormsPro/NormsPro-Medium.woff") format("woff"), url("../fonts/NormsPro/NormsPro-Medium.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "NormsProBold";
  src: url("../fonts/NormsPro/NormsPro-Bold.eot");
  src: local("NormsProBold"), url("../fonts/NormsPro/NormsPro-Bold.woff") format("woff"), url("../fonts/NormsPro/NormsPro-Bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

body {
  font-family: "NormsProRegular", "Norms Pro", arial, sans-serif;
  font-weight: 300;
  font-size: 1rem;
  color: #444444; }

h1, h2, h3, h4, h5, h6 {
  font-family: "NormsProBold", "Norms Pro", arial, sans-serif;
  color: #000000; }

p,
.p {
  margin-top: 0;
  font-size: 1rem;
  font-family: "NormsProRegular", "Norms Pro", arial, sans-serif; }

ul, ol {
  margin: 0;
  padding: 0; }

strong {
  font-family: "NormsProBold", "Norms Pro", arial, sans-serif; }

a {
  font-weight: 700;
  color: #0070C9;
  text-decoration: none;
  transition: color 0.2s ease; }
  a:hover, a:active {
    text-decoration: underline; }
  a:active, a:active:focus {
    color: #CC0000;
    text-decoration: underline; }
  a.minimal-link {
    color: #444444; }
    a.minimal-link:hover, a.minimal-link:active, a.minimal-link:active:focus {
      color: #444444;
      text-decoration: none; }

.type-dark {
  color: #000000; }

.type-light {
  color: #FFFFFF; }

.type-bold {
  font-family: "NormsProBold", "Norms Pro", arial, sans-serif; }

.type-medium {
  font-family: "NormsProMedium", "Norms Pro", arial, sans-serif; }

.type-normal {
  font-family: "NormsProRegular", "Norms Pro", arial, sans-serif; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.headline-hero, .landing-page .main-banner .headline-hero {
  font-family: "NormsProBold", "Norms Pro", arial, sans-serif;
  font-size: 60px;
  letter-spacing: -1.5px;
  line-height: 52px;
  color: #CC0000;
  text-align: left;
  text-transform: uppercase; }
  .headline-hero.reverse, .landing-page .main-banner .reverse.headline-hero {
    color: #FFFFFF; }

.headline-underline-title {
  font-family: "NormsProBold", "Norms Pro", arial, sans-serif;
  color: #000000;
  font-size: 30px;
  line-height: 35px;
  text-align: left;
  text-transform: capitalize; }
  @media (max-width: 768px) {
    .headline-underline-title {
      font-size: 26px; } }
  .headline-underline-title:after {
    content: "";
    display: block;
    margin: 10px 0 40px;
    height: 3px;
    width: 16px;
    background: #CC0000; }
  .headline-underline-title.minimal-margin:after {
    margin: 10px 0 15px; }

.headline-marketing {
  font-family: "NormsProBold", "Norms Pro", arial, sans-serif;
  color: #000000;
  font-size: 44px;
  letter-spacing: -1.1px;
  line-height: 53px;
  text-align: left;
  text-transform: uppercase; }
  .headline-marketing.reverse {
    color: #FFFFFF; }

.headline-subheading, .landing-page .main-banner .headline-subheading {
  font-family: "NormsProBold", "Norms Pro", arial, sans-serif;
  color: #444444;
  font-size: 20px;
  line-height: 26px;
  text-align: left;
  text-transform: capitalize; }
  .headline-subheading.reverse, .landing-page .main-banner .reverse.headline-subheading {
    color: #444444; }

.headline-promotion {
  font-family: "NormsProRegular", "Norms Pro", arial, sans-serif;
  color: #444444;
  font-size: 18px;
  text-align: left;
  text-transform: capitalize; }

[class^="headline-"].reverse {
  color: #FFFFFF; }

.product-name {
  font-family: "NormsProBold", "Norms Pro", arial, sans-serif;
  color: #CC0000;
  font-size: 18px;
  line-height: 22px;
  text-align: left;
  text-transform: capitalize;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.product-tile-copy {
  font-family: "NormsProRegular", "Norms Pro", arial, sans-serif;
  color: #444444;
  font-size: 14px;
  line-height: 1.57;
  text-align: left; }

.sub-nav-product-links {
  position: relative;
  font-family: "NormsProMedium", "Norms Pro", arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.25px;
  color: #000000;
  background-color: transparent;
  border-radius: 4px;
  height: 100%;
  transition: background-color 0.15s ease; }
  @media screen and (max-width: 960px) {
    .sub-nav-product-links {
      line-height: 50px; } }
  .sub-nav-product-links:after {
    display: inline;
    content: "";
    width: 0;
    height: 0;
    border-top: 4px solid #000000;
    border-bottom: 4px solid transparent;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    position: absolute;
    top: 6px;
    margin-left: 4px; }
    @media screen and (max-width: 960px) {
      .sub-nav-product-links:after {
        top: 23px; } }
  @media screen and (min-width: 961px) {
    .sub-nav-product-links:hover, .sub-nav-product-links.active {
      background-color: #ededed; } }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

.wrapper {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
  max-width: 1440px;
  min-width: 320px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3); }

footer .wrapper {
  box-shadow: none; }

#main-container {
  width: 100%; }

#main-content {
  width: 100%;
  padding-top: 90px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
  background-color: #F2F2F2; }

section,
article,
footer {
  clear: both;
  width: auto;
  position: relative; }

.row {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0 auto; }
  .row:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }
  .row.row-flexbox {
    display: -moz-flex;
    display: flex; }
  .row.row-wrap {
    flex-wrap: wrap; }

header {
  z-index: 5; }

[class^="container"].grid-gutter, [class^="products-list"].grid-gutter {
  padding: 0 12px; }

[class^="grid"] {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  list-style-type: none;
  box-sizing: border-box; }
  [class^="grid"].grid-padding {
    padding: 8px; }

.grid-100 {
  width: 100%; }

.grid-11 {
  width: 91.66667%; }

.grid-95 {
  width: 95%; }

.grid-90 {
  width: 90%; }

.grid-83 {
  width: 83.33333%; }

.grid-80 {
  width: 80%; }

.grid-75 {
  width: 75%; }

.grid-70 {
  width: 70%; }

.grid-66 {
  width: 66.66667%; }

.grid-60 {
  width: 60%; }

.grid-58 {
  width: 58.33333%; }

.grid-55 {
  width: 55%; }

.grid-50 {
  width: 50%; }

.grid-41 {
  width: 41.66667%; }

.grid-40 {
  width: 40%; }

.grid-33 {
  width: 33.33333%; }

.grid-30 {
  width: 30%; }

.grid-25 {
  width: 25%; }

.grid-20 {
  width: 20%; }

.grid-18 {
  width: 18%; }

.grid-16 {
  width: 16.66667%; }

.grid-15 {
  width: 15%; }

.grid-14 {
  width: 14%; }

.grid-10 {
  width: 10%; }

.grid-8 {
  width: 8.33333%; }

.grid-5 {
  width: 5%; }

.grid-extend-100 {
  width: 100%; }

.grid-extend-90 {
  width: 90%; }

.grid-extend-80 {
  width: 80%; }

.grid-extend-75 {
  width: 75%; }

.grid-extend-70 {
  width: 70%; }

.grid-extend-66 {
  width: 66.66667%; }

.grid-extend-60 {
  width: 60%; }

.grid-extend-50 {
  width: 50%; }

.grid-extend-40 {
  width: 40%; }

.grid-extend-33 {
  width: 33.33333%; }

.grid-extend-30 {
  width: 30%; }

.grid-extend-25 {
  width: 25%; }

.grid-extend-20 {
  width: 20%; }

.grid-extend-18 {
  width: 18%; }

.grid-extend-15 {
  width: 15%; }

.grid-extend-14 {
  width: 14%; }

.grid-extend-10 {
  width: 10%; }

.grid-extend-5 {
  width: 5%; }

.grid-offset-lg-100 {
  margin-left: 100%; }

.grid-offset-lg-11 {
  margin-left: 91.66667%; }

.grid-offset-lg-83 {
  margin-left: 83.33333%; }

.grid-offset-lg-75 {
  margin-left: 75%; }

.grid-offset-lg-66 {
  margin-left: 66.66667%; }

.grid-offset-lg-58 {
  margin-left: 58.33333%; }

.grid-offset-lg-50 {
  margin-left: 50%; }

.grid-offset-lg-41 {
  margin-left: 41.66667%; }

.grid-offset-lg-33 {
  margin-left: 33.33333%; }

.grid-offset-lg-25 {
  margin-left: 25%; }

.grid-offset-lg-16 {
  margin-left: 16.66667%; }

.grid-offset-lg-8 {
  margin-left: 8.33333%; }

@media (min-width: 1025px) {
  .grid-offset-100 {
    margin-left: 100%; }
  .grid-offset-11 {
    margin-left: 91.66667%; }
  .grid-offset-80 {
    margin-left: 80%; }
  .grid-offset-83 {
    margin-left: 83.33333%; }
  .grid-offset-75 {
    margin-left: 75%; }
  .grid-offset-60 {
    margin-left: 60%; }
  .grid-offset-66 {
    margin-left: 66.66667%; }
  .grid-offset-58 {
    margin-left: 58.33333%; }
  .grid-offset-50 {
    margin-left: 50%; }
  .grid-offset-41 {
    margin-left: 41.66667%; }
  .grid-offset-33 {
    margin-left: 33.33333%; }
  .grid-offset-25 {
    margin-left: 25%; }
  .grid-offset-16 {
    margin-left: 16.66667%; }
  .grid-offset-15 {
    margin-left: 15%; }
  .grid-offset-8 {
    margin-left: 8.33333%; } }

@media (max-width: 1439px) {
  .grid-bld-100 {
    width: 100%; }
  .grid-bld-90 {
    width: 90%; }
  .grid-bld-80 {
    width: 80%; }
  .grid-bld-75 {
    width: 75%; }
  .grid-bld-70 {
    width: 70%; }
  .grid-bld-66 {
    width: 66.66667%; }
  .grid-bld-60 {
    width: 60%; }
  .grid-bld-50 {
    width: 50%; }
  .grid-bld-45 {
    width: 45%; }
  .grid-bld-40 {
    width: 40%; }
  .grid-bld-33 {
    width: 33.33333%; }
  .grid-bld-30 {
    width: 30%; }
  .grid-bld-25 {
    width: 25%; }
  .grid-bld-20 {
    width: 20%; }
  .grid-bld-15 {
    width: 15%; }
  .grid-bld-10 {
    width: 10%; }
  .grid-bld-5 {
    width: 5%; } }

@media (max-width: 1366px) {
  .grid-md-100 {
    width: 100%; }
  .grid-md-90 {
    width: 90%; }
  .grid-md-80 {
    width: 80%; }
  .grid-md-75 {
    width: 75%; }
  .grid-md-70 {
    width: 70%; }
  .grid-md-66 {
    width: 66.66667%; }
  .grid-md-60 {
    width: 60%; }
  .grid-md-50 {
    width: 50%; }
  .grid-md-45 {
    width: 45%; }
  .grid-md-40 {
    width: 40%; }
  .grid-md-33 {
    width: 33.33333%; }
  .grid-md-30 {
    width: 30%; }
  .grid-md-25 {
    width: 25%; }
  .grid-md-20 {
    width: 20%; }
  .grid-md-15 {
    width: 15%; }
  .grid-md-10 {
    width: 10%; }
  .grid-md-5 {
    width: 5%; } }

@media (max-width: 1024px) {
  .grid-smd-100 {
    width: 100%; }
  .grid-smd-11 {
    width: 91.66667%; }
  .grid-smd-95 {
    width: 95%; }
  .grid-smd-90 {
    width: 90%; }
  .grid-smd-83 {
    width: 83.33333%; }
  .grid-smd-80 {
    width: 80%; }
  .grid-smd-75 {
    width: 75%; }
  .grid-smd-70 {
    width: 70%; }
  .grid-smd-66 {
    width: 66.66667%; }
  .grid-smd-60 {
    width: 60%; }
  .grid-smd-58 {
    width: 58.33333%; }
  .grid-smd-55 {
    width: 55%; }
  .grid-smd-50 {
    width: 50%; }
  .grid-smd-41 {
    width: 41.66667%; }
  .grid-smd-40 {
    width: 40%; }
  .grid-smd-35 {
    width: 35%; }
  .grid-smd-33 {
    width: 33.33333%; }
  .grid-smd-30 {
    width: 30%; }
  .grid-smd-25 {
    width: 25%; }
  .grid-smd-20 {
    width: 20%; }
  .grid-smd-18 {
    width: 18%; }
  .grid-smd-16 {
    width: 16.66667%; }
  .grid-smd-15 {
    width: 15%; }
  .grid-smd-14 {
    width: 14%; }
  .grid-smd-10 {
    width: 10%; }
  .grid-smd-8 {
    width: 8.33333%; }
  .grid-smd-5 {
    width: 5%; }
  .grid-offset-smd-100 {
    margin-left: 100%; }
  .grid-offset-smd-91 {
    margin-left: 91.66667%; }
  .grid-offset-smd-83 {
    margin-left: 83.33333%; }
  .grid-offset-smd-75 {
    margin-left: 75%; }
  .grid-offset-smd-66 {
    margin-left: 66.66667%; }
  .grid-offset-smd-58 {
    margin-left: 58.33333%; }
  .grid-offset-smd-50 {
    margin-left: 50%; }
  .grid-offset-smd-41 {
    margin-left: 41.66667%; }
  .grid-offset-smd-33 {
    margin-left: 33.33333%; }
  .grid-offset-smd-25 {
    margin-left: 25%; }
  .grid-offset-smd-16 {
    margin-left: 16.66667%; }
  .grid-offset-smd-8 {
    margin-left: 8.33333%; }
  .grid-offset-smd-0 {
    margin-left: 0; }
  [class^="container"].grid-gutter-smd, [class^="products-list"].grid-gutter-smd {
    padding: 0 14px; }
  [class^="grid"].grid-padding-smd {
    padding: 6px; } }

@media (max-width: 1023px) {
  .grid-btl-100 {
    width: 100%; }
  .grid-btl-90 {
    width: 90%; }
  .grid-btl-80 {
    width: 80%; }
  .grid-btl-75 {
    width: 75%; }
  .grid-btl-70 {
    width: 70%; }
  .grid-btl-66 {
    width: 66.66667%; }
  .grid-btl-60 {
    width: 60%; }
  .grid-btl-50 {
    width: 50%; }
  .grid-btl-45 {
    width: 45%; }
  .grid-btl-40 {
    width: 40%; }
  .grid-btl-33 {
    width: 33.33333%; }
  .grid-btl-30 {
    width: 30%; }
  .grid-btl-25 {
    width: 25%; }
  .grid-btl-20 {
    width: 20%; }
  .grid-btl-15 {
    width: 15%; }
  .grid-btl-10 {
    width: 10%; }
  .grid-btl-5 {
    width: 5%; } }

@media (max-width: 860px) {
  .grid-sm-100 {
    width: 100%; }
  .grid-sm-90 {
    width: 90%; }
  .grid-sm-80 {
    width: 80%; }
  .grid-sm-75 {
    width: 75%; }
  .grid-sm-70 {
    width: 70%; }
  .grid-sm-66 {
    width: 66.66667%; }
  .grid-sm-60 {
    width: 60%; }
  .grid-sm-50 {
    width: 50%; }
  .grid-sm-40 {
    width: 40%; }
  .grid-sm-33 {
    width: 33.33333%; }
  .grid-sm-30 {
    width: 30%; }
  .grid-sm-25 {
    width: 25%; }
  .grid-sm-20 {
    width: 20%; }
  .grid-sm-15 {
    width: 15%; }
  .grid-sm-10 {
    width: 10%; }
  .grid-sm-5 {
    width: 5%; } }

@media (max-width: 768px) {
  .grid-xs-100 {
    width: 100%; }
  .grid-xs-11 {
    width: 91.66667%; }
  .grid-xs-95 {
    width: 95%; }
  .grid-xs-90 {
    width: 90%; }
  .grid-xs-83 {
    width: 83.33333%; }
  .grid-xs-80 {
    width: 80%; }
  .grid-xs-75 {
    width: 75%; }
  .grid-xs-70 {
    width: 70%; }
  .grid-xs-66 {
    width: 66.66667%; }
  .grid-xs-60 {
    width: 60%; }
  .grid-xs-58 {
    width: 58.33333%; }
  .grid-xs-55 {
    width: 55%; }
  .grid-xs-50 {
    width: 50%; }
  .grid-xs-41 {
    width: 41.66667%; }
  .grid-xs-40 {
    width: 40%; }
  .grid-xs-33 {
    width: 33.33333%; }
  .grid-xs-30 {
    width: 30%; }
  .grid-xs-25 {
    width: 25%; }
  .grid-xs-20 {
    width: 20%; }
  .grid-xs-18 {
    width: 18%; }
  .grid-xs-16 {
    width: 16.66667%; }
  .grid-xs-15 {
    width: 15%; }
  .grid-xs-14 {
    width: 14%; }
  .grid-xs-10 {
    width: 10%; }
  .grid-xs-8 {
    width: 8.33333%; }
  .grid-xs-5 {
    width: 5%; }
  .grid-offset-xs-100 {
    margin-left: 100%; }
  .grid-offset-xs-11 {
    margin-left: 91.66667%; }
  .grid-offset-xs-83 {
    margin-left: 83.33333%; }
  .grid-offset-xs-75 {
    margin-left: 75%; }
  .grid-offset-xs-66 {
    margin-left: 66.66667%; }
  .grid-offset-xs-58 {
    margin-left: 58.33333%; }
  .grid-offset-xs-50 {
    margin-left: 50%; }
  .grid-offset-xs-41 {
    margin-left: 41.66667%; }
  .grid-offset-xs-33 {
    margin-left: 33.33333%; }
  .grid-offset-xs-25 {
    margin-left: 25%; }
  .grid-offset-xs-16 {
    margin-left: 16.66667%; }
  .grid-offset-xs-8 {
    margin-left: 8.33333%; }
  .grid-offset-xs-0 {
    margin-left: 0; }
  [class^="container"].grid-gutter-xs, [class^="products-list"].grid-gutter-xs {
    padding: 0 18px; }
  [class^="grid"].grid-padding-xs {
    padding: 7px; } }

@media (max-width: 767px) {
  .grid-bt-100 {
    width: 100%; }
  .grid-bt-11 {
    width: 91.66667%; }
  .grid-bt-95 {
    width: 95%; }
  .grid-bt-90 {
    width: 90%; }
  .grid-bt-83 {
    width: 83.33333%; }
  .grid-bt-80 {
    width: 80%; }
  .grid-bt-75 {
    width: 75%; }
  .grid-bt-70 {
    width: 70%; }
  .grid-bt-66 {
    width: 66.66667%; }
  .grid-bt-60 {
    width: 60%; }
  .grid-bt-58 {
    width: 58.33333%; }
  .grid-bt-55 {
    width: 55%; }
  .grid-bt-50 {
    width: 50%; }
  .grid-bt-41 {
    width: 41.66667%; }
  .grid-bt-40 {
    width: 40%; }
  .grid-bt-33 {
    width: 33.33333%; }
  .grid-bt-30 {
    width: 30%; }
  .grid-bt-25 {
    width: 25%; }
  .grid-bt-20 {
    width: 20%; }
  .grid-bt-18 {
    width: 18%; }
  .grid-bt-16 {
    width: 16.66667%; }
  .grid-bt-15 {
    width: 15%; }
  .grid-bt-14 {
    width: 14%; }
  .grid-bt-10 {
    width: 10%; }
  .grid-bt-8 {
    width: 8.33333%; }
  .grid-bt-5 {
    width: 5%; }
  .grid-offset-bt-100 {
    margin-left: 100%; }
  .grid-offset-bt-11 {
    margin-left: 91.66667%; }
  .grid-offset-bt-83 {
    margin-left: 83.33333%; }
  .grid-offset-bt-75 {
    margin-left: 75%; }
  .grid-offset-bt-66 {
    margin-left: 66.66667%; }
  .grid-offset-bt-58 {
    margin-left: 58.33333%; }
  .grid-offset-bt-50 {
    margin-left: 50%; }
  .grid-offset-bt-41 {
    margin-left: 41.66667%; }
  .grid-offset-bt-33 {
    margin-left: 33.33333%; }
  .grid-offset-bt-25 {
    margin-left: 25%; }
  .grid-offset-bt-16 {
    margin-left: 16.66667%; }
  .grid-offset-bt-8 {
    margin-left: 8.33333%; }
  .grid-offset-bt-0 {
    margin-left: 0; }
  [class^="container"].grid-gutter-bt, [class^="products-list"].grid-gutter-bt {
    padding: 0 10px; }
  [class^="grid"].grid-padding-bt {
    padding: 5px; } }

@media (max-width: 414px) {
  .grid-xxs-100 {
    width: 100%; }
  .grid-xxs-11 {
    width: 91.66667%; }
  .grid-xxs-95 {
    width: 95%; }
  .grid-xxs-90 {
    width: 90%; }
  .grid-xxs-83 {
    width: 83.33333%; }
  .grid-xxs-80 {
    width: 80%; }
  .grid-xxs-75 {
    width: 75%; }
  .grid-xxs-70 {
    width: 70%; }
  .grid-xxs-66 {
    width: 66.66667%; }
  .grid-xxs-60 {
    width: 60%; }
  .grid-xxs-58 {
    width: 58.33333%; }
  .grid-xxs-55 {
    width: 55%; }
  .grid-xxs-50 {
    width: 50%; }
  .grid-xxs-41 {
    width: 41.66667%; }
  .grid-xxs-40 {
    width: 40%; }
  .grid-xxs-33 {
    width: 33.33333%; }
  .grid-xxs-30 {
    width: 30%; }
  .grid-xxs-25 {
    width: 25%; }
  .grid-xxs-20 {
    width: 20%; }
  .grid-xxs-18 {
    width: 18%; }
  .grid-xxs-16 {
    width: 16.66667%; }
  .grid-xxs-15 {
    width: 15%; }
  .grid-xxs-14 {
    width: 14%; }
  .grid-xxs-10 {
    width: 10%; }
  .grid-xxs-8 {
    width: 8.33333%; }
  .grid-xxs-5 {
    width: 5%; }
  .grid-offset-xxs-100 {
    margin-left: 100%; }
  .grid-offset-xxs-11 {
    margin-left: 91.66667%; }
  .grid-offset-xxs-83 {
    margin-left: 83.33333%; }
  .grid-offset-xxs-75 {
    margin-left: 75%; }
  .grid-offset-xxs-66 {
    margin-left: 66.66667%; }
  .grid-offset-xxs-58 {
    margin-left: 58.33333%; }
  .grid-offset-xxs-50 {
    margin-left: 50%; }
  .grid-offset-xxs-41 {
    margin-left: 41.66667%; }
  .grid-offset-xxs-33 {
    margin-left: 33.33333%; }
  .grid-offset-xxs-25 {
    margin-left: 25%; }
  .grid-offset-xxs-16 {
    margin-left: 16.66667%; }
  .grid-offset-xxs-8 {
    margin-left: 8.33333%; } }

.grid-padding {
  padding: 10px; }

.grid-padding-lr {
  padding: 0 10px; }

.grid-padding-tb {
  padding: 10px 0; }

.row-centered {
  text-align: center; }

.grid-centered {
  display: inline-block;
  float: none;
  /* reset the text-align */
  text-align: left;
  /* inline-block space fix */
  margin-right: -4px; }

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-tap-highlight-color: rgba(0, 0, 0, 0); }

.img-container {
  text-align: center; }
  .img-container img {
    max-width: 100%; }

.back-to-top {
  display: none; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

/* stylelint-disable */
.hide {
  display: none !important; }

.show {
  display: block !important; }

/* stylelint-enable */
.visibility-hidden {
  visibility: hidden;
  opacity: 0; }

.visibility-visible {
  visibility: visible;
  opacity: 1; }

@media (min-width: 1025px) {
  .desktop-hide {
    display: none; } }

@media (max-width: 1024px) {
  .smd-hide {
    display: none; }
  .smd-show {
    display: block; } }

@media (min-width: 769px) {
  .above-tablet-hide {
    display: none; } }

@media (max-width: 768px) {
  .tablet-portrait-hide {
    display: none; }
  .tablet-portrait-show {
    display: block; } }

@media (max-width: 767px) {
  .bt-hide {
    display: none; } }

@media (max-width: 768px), (max-width: 1024px) and (orientation: landscape) {
  .tablet-hide {
    display: none; }
  .tablet-show {
    display: block; } }

@media (min-width: 768px) {
  .below-tablet-min-hide {
    display: none; }
  .below-tablet-min-show {
    display: block; } }

@media (max-width: 767px) {
  .below-tablet-hide {
    display: none; }
  .below-tablet-show {
    display: block; } }

.nav-main--search form {
  color: #f00;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0); }

@media (max-width: 414px) {
  .bottom-cta {
    /* stylelint-disable */
    display: none !important;
    /* stylelint-enable */ } }

#browser-check {
  margin: 0;
  padding: 0;
  outline-width: 0;
  left: 20%;
  width: 60%;
  /* stylelint-disable */
  max-width: none !important;
  /* stylelint-enable */ }
  #browser-check h2 {
    text-transform: uppercase;
    text-align: left;
    width: 100%;
    font-size: 2.5rem;
    font-weight: 700;
    padding-left: 3%;
    padding-top: 2%; }
  #browser-check .message.ie9 {
    font-family: "NormsProRegular", "Norms Pro", arial, sans-serif;
    font-size: 1.4rem;
    text-align: left;
    color: #333;
    line-height: 1.2;
    padding: 0% 3% 2%; }
    #browser-check .message.ie9 a {
      color: #0070C9;
      font-weight: 700; }
    #browser-check .message.ie9 a.upgrade-link {
      font-weight: 700; }
  #browser-check .message.ie8 {
    background-color: #f8f8f8;
    height: 300px;
    text-align: center;
    margin: 0 auto;
    top: 20%;
    position: relative;
    padding-top: 20px;
    width: 340px; }
    #browser-check .message.ie8 .logo-large {
      width: 240px; }
    #browser-check .message.ie8 .out-of-date-header {
      width: 100%;
      height: 60px;
      display: block;
      padding: 0 50px;
      margin-top: 30px; }
      #browser-check .message.ie8 .out-of-date-header .img-container {
        width: 65px;
        float: left; }
        #browser-check .message.ie8 .out-of-date-header .img-container img {
          width: 60px;
          height: 60px; }
      #browser-check .message.ie8 .out-of-date-header .header {
        width: 170px;
        height: 60px;
        float: left; }
        #browser-check .message.ie8 .out-of-date-header .header h2 {
          padding-left: 30px;
          font-size: 26px;
          letter-spacing: 3px; }
      #browser-check .message.ie8 .out-of-date-header div.error-msg p {
        text-align: left;
        font-family: "NormsProRegular", "Norms Pro", arial, sans-serif;
        font-size: 14px;
        padding-top: 15px; }
      #browser-check .message.ie8 .out-of-date-header div.error-msg a {
        color: #0070C9;
        font-weight: 700;
        text-decoration: underline;
        font-size: 14px; }
  #browser-check .spacer {
    background-color: #282826;
    height: 50px; }
  #browser-check .cancel-btn {
    width: 30%;
    float: right;
    height: 50px;
    background-color: #0070C9;
    padding: 0;
    font-size: 1.2rem; }
    #browser-check .cancel-btn span,
    #browser-check .cancel-btn button {
      text-align: center;
      font-size: 1.2rem;
      font-weight: 500;
      width: 100%; }

#browser-check.ie8generic {
  max-width: none;
  height: 100%;
  width: 100%;
  left: 0; }

.load {
  -webkit-animation: loader 1.5s linear infinite;
  animation: loader 1.5s linear infinite;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  margin: 0 auto; }

@media (max-width: 1024px) {
  #elevio-widget,
  #elevio-base-menu .open-menu {
    /* stylelint-disable */
    display: none !important;
    visibility: hidden !important;
    /* stylelint-enable */ } }

.modal-open {
  overflow: hidden; }

/* stylelint-disable */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 35px;
  padding: 6px 10px;
  background-color: #fff;
  border: 2px solid #dfdfdf;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  font-family: "NormsProRegular", "Norms Pro", arial, sans-serif;
  transition: border 0.5s ease; }
  input[type="email"].error,
  input[type="number"].error,
  input[type="search"].error,
  input[type="text"].error,
  input[type="tel"].error,
  input[type="url"].error,
  input[type="password"].error,
  textarea.error,
  select.error {
    border: 2px solid #E7211E; }
  input[type="email"].minimal,
  input[type="number"].minimal,
  input[type="search"].minimal,
  input[type="text"].minimal,
  input[type="tel"].minimal,
  input[type="url"].minimal,
  input[type="password"].minimal,
  textarea.minimal,
  select.minimal {
    border: none;
    border-bottom: 1px solid #b0b8bf; }
    input[type="email"].minimal:focus,
    input[type="number"].minimal:focus,
    input[type="search"].minimal:focus,
    input[type="text"].minimal:focus,
    input[type="tel"].minimal:focus,
    input[type="url"].minimal:focus,
    input[type="password"].minimal:focus,
    textarea.minimal:focus,
    select.minimal:focus {
      border: none;
      border-bottom: 2px solid #0092db; }

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 2px solid #CC0000;
  outline: 0; }

/*

label,
legend {
    display: block;
    margin-bottom: .5rem;
    font-weight: $font-weight-bold;
}

*/
fieldset {
  padding: 0;
  border-width: 0; }

input[type="checkbox"],
input[type="radio"] {
  display: inline; }

/*

label > .label-body {
    display: inline-block;
    margin-left: .5rem;
    font-weight: normal;
}

*/
label {
  font-size: 1rem;
  font-family: "NormsProRegular", "Norms Pro", arial, sans-serif; }

.alert {
  padding: 1rem;
  margin: 0 0 1.875rem 0; }
  .alert.alert--danger {
    border: 2px solid #E7211E;
    background-color: #F7EDEC;
    color: #E7211E;
    font-weight: 300;
    font-family: "NormsProRegular", "Norms Pro", arial, sans-serif; }
    .alert.alert--danger h4 {
      margin-left: 1rem;
      margin-bottom: rem;
      text-transform: uppercase;
      font-size: 1rem;
      font-weight: 700; }
      .alert.alert--danger h4:before {
        color: #E7211E;
        content: '\e333';
        font-family: "streamline-30px";
        font-size: 1.3em;
        position: relative;
        right: 0.5rem;
        top: 5px; }
    .alert.alert--danger ul {
      list-style-type: disc;
      margin-left: 2rem; }
      .alert.alert--danger ul li {
        margin-bottom: 0.5rem; }

.checkmark-icon {
  background-repeat: no-repeat;
  background-position: center;
  background-color: #d5d5d5;
  border: solid 1px transparent;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0; }
  @media (max-width: 414px) {
    .checkmark-icon {
      width: 15px;
      height: 15px; } }

.checkmark-icon-container:hover ~ .checkmark-icon, .checkmark-icon-container:hover .checkmark-icon {
  background-color: #FFF;
  border: solid 1px #0070C9; }

.checkmark-icon-container:checked ~ .checkmark-icon, .checkmark-icon-container:checked .checkmark-icon, .checkmark-icon-container.selected .checkmark-icon, .checkmark-icon-container.active .checkmark-icon {
  border: solid 1px transparent;
  background-color: #0070C9;
  background-image: url("/Content/images/RetailerSpecific/SPLUS/icon-checkmark.svg");
  background-size: contain; }
  .checkmark-icon-container:checked ~ .checkmark-icon:focus, .checkmark-icon-container:checked .checkmark-icon:focus, .checkmark-icon-container.selected .checkmark-icon:focus, .checkmark-icon-container.active .checkmark-icon:focus {
    outline: none; }

.checkmark-icon-container .option-disabled, .checkmark-icon-container.disabled,
.checkmark-icon-container .disabled {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .checkmark-icon-container .option-disabled ~ label,
  .checkmark-icon-container .option-disabled .checkmark-icon, .checkmark-icon-container.disabled ~ label,
  .checkmark-icon-container.disabled .checkmark-icon,
  .checkmark-icon-container .disabled ~ label,
  .checkmark-icon-container .disabled .checkmark-icon {
    background-color: #E1E1E1;
    background-image: url("/Content/images/RetailerSpecific/SPLUS/icon-disabled.svg");
    background-size: contain;
    border: none;
    outline: none; }
  .checkmark-icon-container .option-disabled:hover ~ .checkmark-icon, .checkmark-icon-container .option-disabled:hover .checkmark-icon, .checkmark-icon-container.disabled:hover ~ .checkmark-icon, .checkmark-icon-container.disabled:hover .checkmark-icon,
  .checkmark-icon-container .disabled:hover ~ .checkmark-icon,
  .checkmark-icon-container .disabled:hover .checkmark-icon {
    background-color: #E1E1E1;
    outline: none; }
  .checkmark-icon-container .option-disabled:focus, .checkmark-icon-container.disabled:focus,
  .checkmark-icon-container .disabled:focus {
    outline: none; }

@media (max-width: 414px) {
  select {
    font-size: 16px; }
  .alert.alert--danger h4 {
    letter-spacing: 0.05em; } }

/* stylelint-disable */
.mobile-menu {
  display: none; }

html {
  font-size: 90%; }

@media (max-width: 768px) {
  html {
    font-size: 80%; }
  .wrapper {
    max-width: 1024px; }
  #main-content {
    margin-left: 0;
    margin-top: 0;
    padding-top: 100px; } }

.review .footer-hide {
  display: none; }

.review-content-approval {
  display: -moz-flex;
  display: flex; }
  @media (max-width: 768px) {
    .review-content-approval {
      display: block;
      position: relative;
      width: 100%;
      padding: 0;
      margin: 0 auto; } }
  .review-content-approval .bold-link {
    font-family: "NormsProBold", "Norms Pro", arial, sans-serif;
    font-weight: 700;
    color: #0070C9;
    font-size: 14px;
    cursor: pointer; }
  .review-content-approval .approval-items {
    padding: 0 16px 0 20px;
    margin-bottom: 20px;
    z-index: 10; }
    @media (max-width: 768px) {
      .review-content-approval .approval-items {
        padding: 0 20px; } }
  .review-content-approval .fixify {
    position: fixed;
    margin: 0 auto;
    width: 100%;
    top: 0;
    right: 0;
    max-width: 1440px;
    left: 0;
    z-index: 0; }
    @media (max-width: 768px) {
      .review-content-approval .fixify {
        position: unset; } }
  .review-content-approval .review-item-option-wrapper {
    float: right;
    width: 25%;
    overflow-y: auto;
    margin-top: 147px;
    padding: 59px 20px 20px; }
    @media (max-width: 1024px) {
      .review-content-approval .review-item-option-wrapper {
        width: 30%; } }
    @media (max-width: 768px) {
      .review-content-approval .review-item-option-wrapper {
        width: 100%;
        margin-top: 20px;
        padding-top: 0; } }
  .review-content-approval .review-item-option-container {
    background-color: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    margin-top: -10px; }
    @media (max-width: 768px) {
      .review-content-approval .review-item-option-container {
        margin-top: 20px;
        box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.2); } }
    .review-content-approval .review-item-option-container .invalid {
      font-family: "NormsProMedium", "Norms Pro", arial, sans-serif;
      font-weight: 500;
      color: #CC0000;
      padding: 10px 0 20px;
      line-height: 19px; }
    .review-content-approval .review-item-option-container h3 {
      font-family: "NormsProMedium", "Norms Pro", arial, sans-serif;
      font-weight: 500;
      font-size: 20px;
      margin-bottom: 20px; }
      @media (max-width: 768px) {
        .review-content-approval .review-item-option-container h3 {
          display: none; } }
    .review-content-approval .review-item-option-container a {
      cursor: pointer;
      font-size: 14px;
      margin-bottom: 50px;
      display: block; }
      @media (max-width: 768px) {
        .review-content-approval .review-item-option-container a {
          display: none; } }
    .review-content-approval .review-item-option-container .checkbox {
      display: -moz-flex;
      display: flex;
      -moz-justify-content: center;
      justify-content: center;
      -moz-align-items: center;
      align-items: center;
      font-family: "NormsProMedium", "Norms Pro", arial, sans-serif;
      font-weight: 500;
      font-size: 14px;
      line-height: 19px;
      padding-bottom: 10px;
      border-bottom: 2px solid rgba(151, 151, 151, 0.2);
      cursor: pointer; }
      @media (max-width: 768px) {
        .review-content-approval .review-item-option-container .checkbox {
          -moz-justify-content: right;
          justify-content: right; } }
      .review-content-approval .review-item-option-container .checkbox span {
        min-width: 30px;
        margin-left: 0; }
    .review-content-approval .review-item-option-container .review-finish-subtotal {
      display: -moz-flex;
      display: flex;
      -moz-justify-content: center;
      justify-content: center;
      -moz-align-items: baseline;
      align-items: baseline;
      padding: 30px 0 40px; }
      @media (max-width: 768px) {
        .review-content-approval .review-item-option-container .review-finish-subtotal {
          padding-bottom: 30px; } }
      .review-content-approval .review-item-option-container .review-finish-subtotal .subtotal-header p {
        font-family: "NormsProMedium", "Norms Pro", arial, sans-serif;
        font-weight: 500;
        font-size: 15px; }
      .review-content-approval .review-item-option-container .review-finish-subtotal .subtotal-value p {
        font-family: "NormsProRegular", "Norms Pro", arial, sans-serif;
        font-weight: 100;
        text-align: right;
        font-size: 30px; }
    .review-content-approval .review-item-option-container .review-finish-continue {
      width: 100%; }
  @media (max-width: 768px) {
    .review-content-approval .banner {
      margin-bottom: 20px; } }
  .review-content-approval .banner h3 {
    font-family: "NormsProMedium", "Norms Pro", arial, sans-serif;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 10px;
    display: none; }
    @media (max-width: 768px) {
      .review-content-approval .banner h3 {
        display: inline-block;
        vertical-align: middle; } }
  .review-content-approval .banner .headline-underline-title::after {
    margin-bottom: 20px; }
  @media (max-width: 768px) {
    .review-content-approval .banner .headline-underline-title {
      font-size: 22px;
      padding-bottom: 10px; } }
  @media (max-width: 580px) {
    .review-content-approval .banner .headline-underline-title {
      padding-bottom: 0; } }
  .review-content-approval .banner a {
    display: none; }
    @media (max-width: 768px) {
      .review-content-approval .banner a {
        display: inline-block;
        vertical-align: middle;
        float: right; } }
    @media (max-width: 580px) {
      .review-content-approval .banner a {
        display: block;
        float: unset; } }
  .review-content-approval .approval-thumbnails-container {
    background-color: #FFFFFF;
    padding: 22px 40px 12px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); }
    @media (max-width: 1024px) {
      .review-content-approval .approval-thumbnails-container {
        padding: 22px 20px 12px; } }
    @media (max-width: 580px) {
      .review-content-approval .approval-thumbnails-container {
        padding: 22px 15px 12px; } }
    .review-content-approval .approval-thumbnails-container .approval-thumbnails-header {
      border-bottom: 2px solid rgba(151, 151, 151, 0.2);
      padding-bottom: 20px; }
      .review-content-approval .approval-thumbnails-container .approval-thumbnails-header p {
        color: #444444;
        display: inline-block;
        vertical-align: middle;
        font-size: 15px; }
      .review-content-approval .approval-thumbnails-container .approval-thumbnails-header a {
        display: inline-block;
        vertical-align: middle;
        float: right; }
        @media (max-width: 580px) {
          .review-content-approval .approval-thumbnails-container .approval-thumbnails-header a {
            display: block;
            margin-bottom: 20px; } }
        .review-content-approval .approval-thumbnails-container .approval-thumbnails-header a::before {
          content: '';
          background-image: url(/Content/images/RetailerSpecific/SPLUS/pencil.svg);
          width: 15px;
          height: 17px;
          display: inline-block;
          background-repeat: no-repeat;
          vertical-align: middle;
          margin-right: 7px; }
  .review-content-approval .review-item-thumbs {
    min-height: 540px;
    align-items: center;
    justify-content: center;
    position: relative;
    display: -moz-flex;
    display: flex;
    -moz-flex-direction: row;
    flex-direction: row;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap; }
    @media (max-width: 1024px) {
      .review-content-approval .review-item-thumbs {
        min-height: 400px; } }
    @media (max-width: 580px) {
      .review-content-approval .review-item-thumbs {
        min-height: 215px; } }
    .review-content-approval .review-item-thumbs li {
      min-height: inherit;
      text-align: center;
      position: relative; }
      @media (max-width: 580px) {
        .review-content-approval .review-item-thumbs li {
          min-height: 230px; } }
    .review-content-approval .review-item-thumbs li:first-of-type {
      -moz-flex-grow: 1;
      flex-grow: 1; }
    .review-content-approval .review-item-thumbs p {
      font-family: "NormsProMedium", "Norms Pro", arial, sans-serif;
      font-weight: 500;
      position: absolute;
      width: 100%;
      bottom: 0;
      font-size: 15px; }
    .review-content-approval .review-item-thumbs .review-item-thumb-container {
      transform: translate(-50%, -50%);
      text-align: center;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      padding-bottom: 20px; }
      .review-content-approval .review-item-thumbs .review-item-thumb-container .img-container {
        position: relative;
        display: inline-block;
        width: 100%; }
      .review-content-approval .review-item-thumbs .review-item-thumb-container img {
        max-height: 500px;
        width: auto;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); }
        .review-content-approval .review-item-thumbs .review-item-thumb-container img.rounded-corner {
          border: none;
          box-shadow: none; }
        @media (max-width: 1024px) {
          .review-content-approval .review-item-thumbs .review-item-thumb-container img {
            max-height: 370px; } }
        @media (max-width: 580px) {
          .review-content-approval .review-item-thumbs .review-item-thumb-container img {
            max-height: 175px; } }

/* stylelint-disable */
/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* stylelint-disable */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Common button styles */
.button > span, .header-container a.btn-header > span {
  vertical-align: middle; }

button,
.btn,
.button,
.header-container a.btn-header {
  border: none;
  background: none;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  font-family: "NormsProBold", "Norms Pro", arial, sans-serif;
  color: #FFFFFF;
  font-size: 16px;
  padding: 14px;
  transform: translateY(0);
  transition: all 0.15s ease; }
  @media (min-width: 1025px) {
    button:hover,
    .btn:hover,
    .button:hover,
    .header-container a.btn-header:hover {
      transform: translateY(-3px); } }
  button.button:focus,
  .btn.button:focus,
  .header-container a.btn.btn-header:focus,
  .button.button:focus,
  .header-container a.btn-header:focus {
    outline: none; }

.btn-primary, .btn-tertiary, .btn-cart, .header-container a.btn-header {
  background: #a30000;
  border-radius: 4px;
  transition: all 0.2s ease-out;
  overflow: hidden;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 42px;
  margin: 20px 0;
  min-width: 210px;
  -webkit-backface-visibility: visible;
          backface-visibility: visible; }
  .btn-primary:after, .btn-tertiary:after, .btn-cart:after, .header-container a.btn-header:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #CC0000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.2s ease-out;
    opacity: 1; }
  @media (min-width: 1025px) {
    .btn-primary:hover, .btn-tertiary:hover, .btn-cart:hover, .header-container a.btn-header:hover {
      transform: translateY(-1px);
      color: #FFFFFF;
      outline: none; }
      .btn-primary:hover:after, .btn-tertiary:hover:after, .btn-cart:hover:after, .header-container a.btn-header:hover:after {
        top: -4px;
        border-bottom-right-radius: 6px;
        border-bottom-left-radius: 6px; } }
  @media (min-width: 1025px) {
    .btn-primary:active, .btn-tertiary:active, .btn-cart:active, .header-container a.btn-header:active {
      box-shadow: inset 0 0 80px 0 #850000;
      transform: translateY(0);
      background: #CC0000; }
      .btn-primary:active:after, .btn-tertiary:active:after, .btn-cart:active:after, .header-container a.btn-header:active:after {
        top: 0;
        opacity: 0; } }
  .btn-primary.disabled, .disabled.btn-tertiary, .disabled.btn-cart, .header-container a.disabled.btn-header {
    background-color: #ccc;
    cursor: default;
    border: 1px solid #E7E7E7; }
    .btn-primary.disabled:after, .disabled.btn-tertiary:after, .disabled.btn-cart:after, .header-container a.disabled.btn-header:after {
      opacity: 0; }
    .btn-primary.disabled:hover, .disabled.btn-tertiary:hover, .disabled.btn-cart:hover, .header-container a.disabled.btn-header:hover {
      transform: translateY(0); }
      .btn-primary.disabled:hover:after, .disabled.btn-tertiary:hover:after, .disabled.btn-cart:hover:after, .header-container a.disabled.btn-header:hover:after {
        opacity: 0; }
    .btn-primary.disabled:active, .disabled.btn-tertiary:active, .disabled.btn-cart:active, .header-container a.disabled.btn-header:active {
      box-shadow: none; }
    .btn-primary.disabled:focus, .disabled.btn-tertiary:focus, .disabled.btn-cart:focus, .header-container a.disabled.btn-header:focus {
      outline: none; }

input.btn-primary, input.btn-tertiary, input.btn-cart {
  background: #CC0000;
  border-bottom: 4px solid transparent; }
  input.btn-primary:hover, input.btn-tertiary:hover, input.btn-cart:hover {
    border-bottom-color: #a30000; }
  input.btn-primary:active, input.btn-tertiary:active, input.btn-cart:active {
    border-bottom: none; }

.btn-tertiary {
  background: #003763; }
  .btn-tertiary:after {
    background-color: #0070C9; }

.btn-secondary {
  background-color: #FFFFFF;
  color: #000000;
  border-radius: 4px;
  margin: 20px 0;
  min-width: 210px;
  border: solid 1px #E7E7E7;
  padding: 13px 14px 11px; }
  @media (min-width: 1025px) {
    .btn-secondary {
      transform: translateY(0);
      transition: all 0.15s ease-out; } }
  @media (min-width: 1025px) {
    .btn-secondary:hover {
      box-shadow: 0 2px 0 0 #444444; } }
  @media (min-width: 1025px) {
    .btn-secondary:active {
      transform: translateY(0);
      outline: none;
      box-shadow: inset 0 0 32px 0 rgba(0, 0, 0, 0.1);
      border: 1px solid #E7E7E7; } }
  .btn-secondary:focus {
    outline: none; }
  .btn-secondary.disabled {
    color: #CCCCCC;
    cursor: default;
    background-color: #F2F2F2;
    border-color: #F2F2F2;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .btn-secondary.disabled:hover {
      transition-property: none;
      transform: translateY(0);
      box-shadow: none; }
    .btn-secondary.disabled:active {
      box-shadow: none;
      border: inherit; }

.btn-cart {
  min-width: 132px;
  height: 38px;
  line-height: 38px;
  padding: 0; }
  @media screen and (max-width: 768px) {
    .btn-cart {
      min-width: 54px; } }
  .btn-cart #cart-logo {
    width: 23px;
    height: 23px;
    display: inline-block;
    position: relative;
    margin-top: 6px; }
    .btn-cart #cart-logo img {
      transform: scaleX(-1);
      -webkit-filter: fliph;
              filter: fliph;
      -ms-filter: "fliph"; }
  .btn-cart p {
    transform: translateY(-5px);
    display: inline-block;
    font-size: 15px;
    font-family: "NormsProBold", "Norms Pro", arial, sans-serif; }
    @media screen and (max-width: 768px) {
      .btn-cart p {
        display: none; } }
  .btn-cart #cart-count {
    position: absolute;
    top: -14px;
    right: 11px;
    visibility: hidden; }
    .btn-cart #cart-count .item-count-holder {
      display: inline-block;
      min-width: 20px;
      height: 20px;
      background: #FFFFFF;
      border: 2px solid #CC0000;
      border-radius: 10px;
      line-height: 15px; }
      .btn-cart #cart-count .item-count-holder span {
        font-size: 11px;
        color: #000000;
        padding: 4px; }
  .btn-cart:hover #cart-count .item-count-holder {
    border-color: #DD0000; }
  .btn-cart:active #cart-count .item-count-holder {
    border-color: #b30000; }

/* stylelint-disable */
.landing-page .main-banner .header-content {
  pointer-events: all; }

@media (max-width: 768px) {
  .landing-page .main-banner .header-container {
    max-height: 480px;
    height: 480px; } }

@media (max-width: 580px) {
  .landing-page .main-banner .header-container {
    max-height: 590px;
    height: 590px; } }

.landing-page .main-banner .header-container img {
  width: 100%; }
  @media (max-width: 1024px) {
    .landing-page .main-banner .header-container img {
      width: 120%; } }
  @media (max-width: 580px) {
    .landing-page .main-banner .header-container img {
      width: 100%; } }

.landing-page .main-banner .header-container picture {
  top: -20px; }
  @media (max-width: 1024px) {
    .landing-page .main-banner .header-container picture {
      top: 0px; } }
  @media (max-width: 580px) {
    .landing-page .main-banner .header-container picture {
      top: 20px; } }
  @media (max-width: 425px) {
    .landing-page .main-banner .header-container picture {
      top: 10px; } }

.landing-page .main-banner .headline-hero {
  padding-top: 0; }
  @media (max-width: 768px) {
    .landing-page .main-banner .headline-hero {
      font-size: 40px;
      line-height: 34px; } }

.landing-page .main-banner .headline-subheading {
  margin-bottom: 10px; }
  @media (max-width: 768px) {
    .landing-page .main-banner .headline-subheading {
      font-size: 16px;
      line-height: 22px; } }

.landing-page .main-banner .banner-header-description {
  font-size: 15px;
  line-height: 24px; }
  @media (max-width: 768px) {
    .landing-page .main-banner .banner-header-description {
      font-size: 13px;
      line-height: 21px; } }
  @media (max-width: 425px) {
    .landing-page .main-banner .banner-header-description {
      font-size: 14px; } }

.landing-page .main-banner .btn-primary, .landing-page .main-banner .btn-tertiary, .landing-page .main-banner .btn-cart, .landing-page .main-banner .header-container a.btn-header, .header-container .landing-page .main-banner a.btn-header {
  display: inline-block;
  text-align: center;
  margin-top: 20px;
  text-decoration: none;
  padding: 0;
  line-height: 43px;
  margin-bottom: 15px; }
  @media (max-width: 425px) {
    .landing-page .main-banner .btn-primary, .landing-page .main-banner .btn-tertiary, .landing-page .main-banner .btn-cart, .landing-page .main-banner .header-container a.btn-header, .header-container .landing-page .main-banner a.btn-header {
      width: 100%; } }

/* stylelint-disable */
.slick-list {
  overflow: visible; }

.header-container {
  max-height: 470px;
  height: 470px;
  position: relative;
  overflow: hidden; }
  @media (max-width: 1024px) {
    .header-container {
      max-height: 480px;
      height: 480px; } }
  @media (max-width: 768px) {
    .header-container {
      max-height: 350px;
      height: 350px; } }
  @media (max-width: 430px) {
    .header-container {
      max-height: 442px;
      height: 442px; } }
  .header-container a.header-link {
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10; }
    @media (max-width: 430px) {
      .header-container a.header-link {
        display: none; } }
  .header-container a.btn-header {
    display: inline-block;
    text-align: center;
    margin-top: 50px;
    text-decoration: none;
    margin-bottom: 15px;
    padding: 0;
    line-height: 43px;
    pointer-events: all; }
    @media (max-width: 768px) {
      .header-container a.btn-header {
        margin-top: 12px; } }
    @media (max-width: 430px) {
      .header-container a.btn-header {
        margin-top: 15px;
        width: 100%; } }
  .header-container .headline-hero, .header-container .landing-page .main-banner .headline-hero, .landing-page .main-banner .header-container .headline-hero {
    margin-bottom: 10px; }
    @media (max-width: 768px) {
      .header-container .headline-hero, .header-container .landing-page .main-banner .headline-hero, .landing-page .main-banner .header-container .headline-hero {
        font-size: 40px;
        line-height: 34px; } }
  @media (max-width: 768px) {
    .header-container .headline-subheading, .header-container .landing-page .main-banner .headline-subheading, .landing-page .main-banner .header-container .headline-subheading {
      font-size: 16px;
      line-height: 22px; } }
  @media (max-width: 768px) {
    .header-container .headline-promotion {
      font-size: 14px; } }
  .header-container div.header-content-home {
    top: 50%;
    pointer-events: none; }
    @media (max-width: 430px) {
      .header-container div.header-content-home {
        top: unset;
        bottom: -3px; } }
  .header-container picture {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%; }
    @media (max-width: 768px) {
      .header-container picture {
        top: 8px; } }
    @media (max-width: 430px) {
      .header-container picture {
        top: -20px; } }
    @media (max-width: 375px) {
      .header-container picture {
        top: 40px; } }

.header-category .header-content {
  top: 42%; }
  @media (max-width: 430px) {
    .header-category .header-content {
      top: unset;
      bottom: 50px;
      width: 83.333%; } }

.header-category .headline-subheading, .header-category .landing-page .main-banner .headline-subheading, .landing-page .main-banner .header-category .headline-subheading {
  margin: 15px 0 10px 0; }
  @media (max-width: 430px) {
    .header-category .headline-subheading, .header-category .landing-page .main-banner .headline-subheading, .landing-page .main-banner .header-category .headline-subheading {
      margin: 10px 0 7px 0; } }

@media (max-width: 960px) {
  .header-category picture {
    width: 130%;
    left: -10%; } }

@media (max-width: 430px) {
  .header-category picture {
    width: 200%;
    left: -86%; } }

@media (max-width: 320px) {
  .header-category picture {
    width: 215%;
    left: -92%; } }

.header-search.header-container {
  height: auto;
  height: unset;
  background: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 18px;
  padding-bottom: 38px;
  z-index: 0;
  padding-top: 50px;
  transition: all 200ms ease-out; }
  .header-search.header-container .header-content {
    padding-top: 0;
    position: static;
    transform: translateY(0); }
    @media (max-width: 960px) {
      .header-search.header-container .header-content {
        padding-right: 15px;
        padding-left: 15px; } }

.header-search img {
  -webkit-filter: opacity(0.2);
  -moz-filter: opacity(0.2);
  -ms-filter: opacity(0.2);
  -o-filter: opacity(0.2);
  filter: opacity(0.2);
  position: relative;
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0%); }
  @media (max-width: 768px) {
    .header-search img {
      width: 150%; } }
  @media (max-width: 414px) {
    .header-search img {
      width: 200%; } }

.header-content {
  position: absolute;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%); }
  @media (max-width: 768px) {
    .header-content {
      margin-left: 12%; } }
  @media (max-width: 430px) {
    .header-content {
      bottom: 15px;
      top: initial;
      margin-left: 8.33%;
      transform: initial; } }

.landing-dots {
  display: none !important;
  text-align: center;
  margin-top: 31px; }
  @media (max-width: 430px) {
    .landing-dots {
      display: block !important; } }
  .landing-dots li {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    text-align: center; }
  .landing-dots button {
    width: 7px;
    height: 7px;
    color: transparent;
    background: silver;
    padding: 0;
    border-radius: 50%; }
  .landing-dots .slick-active button {
    background: #CC0000; }

.landing-header .prev-slide,
.landing-header .next-slide {
  position: absolute;
  top: 50%;
  padding: 0;
  transform: translateY(-50%); }
  @media (max-width: 430px) {
    .landing-header .prev-slide,
    .landing-header .next-slide {
      display: none !important; } }

.landing-header .prev-slide {
  left: 23px; }

.landing-header .next-slide {
  right: 23px; }

.landing-header .prev-slide::before,
.landing-header .next-slide::before {
  content: '';
  background-image: url(/dynamic/Content/images/RetailerSpecific/SPLUS/Home/Carousel/carousel/chev);
  width: 21px;
  height: 29px;
  display: block;
  background-repeat: no-repeat;
  background-position: center center; }

.landing-header .next-slide::before {
  transform: rotate(180deg); }

#homepageSlider .header-container.header-content, #homepageSlider .header-container {
  transform: none; }
  @media (max-width: 768px) {
    #homepageSlider .header-container.header-content, #homepageSlider .header-container {
      margin-left: 0; } }
  @media (max-width: 320px) {
    #homepageSlider .header-container.header-content picture, #homepageSlider .header-container picture {
      top: 40px; } }
  @media (max-width: 430px) {
    #homepageSlider .header-container.header-content picture, #homepageSlider .header-container picture {
      top: -20px; } }

/* stylelint-disable */
.checkbox input[type="checkbox"] {
  display: none; }

.checkbox span {
  width: 30px;
  height: 30px;
  border-radius: 4px;
  background-color: #FFFFFF;
  border: 2px solid transparent;
  cursor: pointer;
  margin: 20px 10px;
  vertical-align: middle;
  display: -moz-inline-flex;
  display: inline-flex;
  -moz-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  align-items: center;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  transition: border 0.2s linear, background 0.1s ease-in-out; }
  .checkbox span:hover {
    border: 2px solid #0070C9; }

.checkbox:hover span {
  border: 2px solid #0070C9; }

.checkbox :checked + span {
  background: #0070C9;
  width: 30px;
  height: 30px;
  border: 2px solid #0070C9; }

.checkbox :checked + span:after, .checkbox-is-valid {
  width: 14px;
  height: 14px;
  content: '';
  background-image: url(/herculesdock/images/line-svg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  align-items: center; }

label.checkbox-alert span {
  border: 2px solid #D92D2A;
  transition: border 0.2s linear, background 0.1s ease-in-out; }
  label.checkbox-alert span:hover {
    border: 2px solid #0070C9; }
  label.checkbox-alert span:checked {
    background: #0070C9;
    border: 2px solid #0070C9; }

/* stylelint-disable */
.select-dropdown {
  margin: 20px 0;
  position: relative; }
  .select-dropdown .tst {
    position: relative;
    width: auto;
    display: block; }
    .select-dropdown .tst::before {
      content: '';
      background-image: url(../../hercules/images/Icon-pointerdown-black.png);
      width: 10px;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center center;
      position: absolute;
      right: 10px; }
    .select-dropdown .tst.trimmed:after {
      content: '...';
      height: 100%;
      width: 60px;
      position: absolute;
      right: 21px;
      top: 0;
      display: -moz-flex;
      display: flex;
      -moz-align-items: center;
      align-items: center;
      padding-left: 5px;
      font-size: 16px;
      font-weight: 700;
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 10%);
      pointer-events: none; }
  .select-dropdown .tst select {
    padding: 0 10px;
    line-height: 44px;
    border: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appereance: none;
    display: none; }
    @media (max-width: 768px) {
      .select-dropdown .tst select {
        display: block;
        width: 100%; } }
    .select-dropdown .tst select::-ms-expand {
      display: none; }
  .select-dropdown .select-dropdown-span {
    color: #444444;
    font-size: 14px;
    line-height: 17px;
    margin: 10px 0;
    display: block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .select-dropdown .dropdown-heading {
    font-family: "NormsProBold", "Norms Pro", arial, sans-serif;
    font-weight: 700; }
  .select-dropdown .dropdown-subheading {
    font-family: "NormsProRegular", "Norms Pro", arial, sans-serif; }
  @media (max-width: 768px) {
    .select-dropdown .drop-btn {
      display: none !important; } }
  .select-dropdown .drop-btn,
  .select-dropdown select {
    width: 100%;
    height: 44px;
    background-color: #FFFFFF;
    color: #444444;
    font-family: "NormsProBold", "Norms Pro", arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    padding: 14px 10px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle; }
    @media (max-width: 415px) {
      .select-dropdown .drop-btn,
      .select-dropdown select {
        font-size: 15px; } }
    .select-dropdown .drop-btn::before,
    .select-dropdown select::before {
      content: '';
      float: right;
      background-image: url("../../hercules/images/Icon-pointerdown-black.png");
      width: 10px;
      height: 100%;
      background-repeat: no-repeat;
      display: inline-block;
      vertical-align: middle;
      background-position: center center; }
    .select-dropdown .drop-btn:active,
    .select-dropdown select:active {
      text-decoration: none;
      color: #444444; }
  .select-dropdown .drop-list {
    visibility: hidden;
    opacity: 0;
    background: silver;
    transition: all 0.2s linear;
    position: absolute;
    top: 80px;
    width: 100%;
    border-radius: 4px;
    background-color: #FFFFFF;
    z-index: 80;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    overflow: hidden;
    max-height: 180px;
    transform: translateY(-1em); }
    .select-dropdown .drop-list::-webkit-scrollbar {
      -webkit-appearance: none;
      width: 7px; }
    .select-dropdown .drop-list::-webkit-scrollbar-thumb {
      border-radius: 4px;
      background-color: rgba(0, 0, 0, 0.5);
      -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5); }
    .select-dropdown .drop-list a {
      width: 100%;
      display: block;
      font-size: 16px;
      font-weight: 500;
      font-family: "NormsProMedium", "Norms Pro", arial, sans-serif;
      padding: 12px 10px;
      border-bottom: 1px solid #d8d8d8;
      line-height: 19px;
      text-decoration: none;
      color: #444444; }
      @media (max-width: 415px) {
        .select-dropdown .drop-list a {
          font-size: 15px; } }
      .select-dropdown .drop-list a:hover {
        background-color: rgba(0, 0, 0, 0.03);
        color: #CC0000; }
  .select-dropdown .truncate {
    max-width: 93%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    display: block; }

.dd-open .dd-big {
  height: 152px !important;
  overflow-y: scroll;
  overflow-x: hidden; }

.dd-open .drop-list {
  visibility: visible;
  opacity: 1;
  transform: translateY(0); }

.dd-open .drop-btn::before {
  transform: rotate(180deg);
  background-image: url("../../hercules/Content/images/Icon-pointerdown-black.png"); }

/* stylelint-disable */
.toggle-primary {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 30px; }
  .toggle-primary .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #FFFFFF;
    transition: all 0.2s ease-out;
    border-radius: 34px;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2); }
    .toggle-primary .slider:before {
      position: absolute;
      content: "";
      height: 22px;
      width: 22px;
      left: 4px;
      bottom: 4px;
      background-color: #FFFFFF;
      transition: all 0.2s ease-out;
      border-radius: 50%;
      box-shadow: 1px 0px 1px 1px rgba(0, 0, 0, 0.15); }
  .toggle-primary input {
    display: none; }
    .toggle-primary input:checked + .slider {
      background-color: #0070C9;
      box-shadow: none; }
      .toggle-primary input:checked + .slider:before {
        transform: translateX(20px);
        box-shadow: none; }

.radio-toggle {
  list-style-type: none;
  height: 30px;
  border-radius: 4px;
  background-color: #ffffff;
  border: solid 1px #7d7d7d;
  width: 100%;
  margin: 0;
  padding: 0;
  display: table;
  position: relative;
  text-transform: capitalize; }
  @media (min-width: 768px) {
    .radio-toggle {
      max-width: 300px; } }
  .radio-toggle li {
    display: table-cell;
    width: 50%;
    text-align: center;
    vertical-align: middle;
    z-index: 2;
    position: relative;
    color: #7D7D7D;
    cursor: pointer; }
    .radio-toggle li:not(.active):hover {
      box-shadow: inset 1px 1px 2px rgba(125, 125, 125, 0.5), 2px 1px 16px rgba(125, 125, 125, 0.5); }
    .radio-toggle li input {
      opacity: 0;
      position: absolute;
      left: 0; }
      .radio-toggle li input.selected ~ label {
        color: #FFFFFF; }
    .radio-toggle li label {
      cursor: pointer;
      color: #7D7D7D;
      transition: color 100ms ease;
      font-family: "NormsProRegular", "Norms Pro", arial, sans-serif;
      font-weight: 700;
      font-size: 12px;
      position: absolute;
      width: 100%;
      height: 28px;
      left: 0;
      top: 0;
      padding-top: 9px; }
  .radio-toggle .toggle-switch {
    position: absolute;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: #444444;
    z-index: 0;
    transition: left 100ms ease-out; }
  .radio-toggle li.active + .toggle-switch {
    left: 50%; }

.hercules-builder-package-option-value .option-toggle {
  border-radius: 4px;
  overflow: hidden; }

.toggle-label {
  vertical-align: top;
  padding-right: 30px; }

.hercules-builder-order-details .toggle-label {
  padding-right: 0; }

.hercules-builder-order-details .toggle-primary {
  transform: translate(30px, -7px); }

.hercules-builder-collation-icon {
  margin: 10px 0 20px; }

.hercules-signin-signup-dialog {
  max-width: 340px;
  min-width: 340px;
  text-align: center;
  font-family: "NormsProRegular", "Norms Pro", arial, sans-serif;
  background: #FFFFFF; }
  .hercules-signin-signup-dialog #LoginFrame {
    max-height: 550px;
    width: 340px;
    padding-left: 9px; }
    @media (max-width: 767px) {
      .hercules-signin-signup-dialog #LoginFrame {
        padding-right: 9px; } }
  .hercules-signin-signup-dialog.hercules-signin-signup-dialog-dock2 {
    text-align: right;
    padding-right: 9px;
    padding-top: 10px; }
    .hercules-signin-signup-dialog.hercules-signin-signup-dialog-dock2 .continue-box {
      padding: 50px 20px 40px 40px;
      text-align: center; }
    .hercules-signin-signup-dialog.hercules-signin-signup-dialog-dock2 .loginStyleInjectionLoadingContainer {
      height: 100% !important;
      width: 100% !important; }
      .hercules-signin-signup-dialog.hercules-signin-signup-dialog-dock2 .loginStyleInjectionLoadingContainer .no-smil .splus-legacy-loader:before {
        left: 10%;
        top: 35%; }
  .hercules-signin-signup-dialog button {
    width: 100%;
    margin: 5px 0; }
  .hercules-signin-signup-dialog a {
    cursor: pointer; }
  .hercules-signin-signup-dialog .continue-box {
    padding: 60px 30px 40px; }
    @media (max-width: 767px) {
      .hercules-signin-signup-dialog .continue-box {
        padding: 60px 22px 40px; } }
  .hercules-signin-signup-dialog .register-btn-container {
    margin: 35px 0; }
  .hercules-signin-signup-dialog h2 {
    font-size: 22px;
    margin-bottom: 15px; }
  .hercules-signin-signup-dialog .iframe-loading {
    width: 60px;
    height: 60px;
    margin: auto;
    top: 50%;
    position: absolute;
    left: 0;
    right: 0;
    margin-top: -30px;
    z-index: 5; }
    .hercules-signin-signup-dialog .iframe-loading .circular {
      -webkit-animation: rotate 2s linear infinite;
              animation: rotate 2s linear infinite;
      height: 100%;
      transform-origin: center center;
      width: 100%;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; }
      .hercules-signin-signup-dialog .iframe-loading .circular .path {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
        -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
                animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
        stroke-linecap: round; }

@media (max-width: 767px) {
  .hercules-site-builder-container .hercules-modal-container .hercules-modal-window-content .hercules-modal-window {
    height: auto;
    width: auto;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%); } }

.page-selector-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 10px 0 20px 0; }

input.page-selector-input[type="text"] {
  border-radius: 4px;
  width: 70px;
  margin-left: 2px;
  margin-right: 4px;
  text-align: center;
  height: 42px;
  border: 2px solid #CCCCCC;
  font-size: 13px;
  font-family: "NormsProMedium", "Norms Pro", arial, sans-serif;
  color: #000000;
  padding: 6px; }
  @media (min-width: 768px) {
    input.page-selector-input[type="text"] {
      margin-left: 10px;
      margin-right: 12px;
      width: 88px;
      padding: 6px 10px; } }
  @media (min-width: 1024px) {
    input.page-selector-input[type="text"] {
      font-size: 16px;
      width: 98px; } }

.page-selector-total {
  margin-right: 2px;
  font-size: 13px;
  font-family: "NormsProMedium", "Norms Pro", arial, sans-serif;
  color: #000000; }
  @media (min-width: 768px) {
    .page-selector-total {
      margin-right: 10px; } }
  @media (min-width: 1024px) {
    .page-selector-total {
      font-size: 16px; } }

.page-selector {
  margin: 2px;
  padding: 0;
  width: 38px;
  height: 42px;
  border-radius: 4px;
  background-size: 54px 53px;
  background-position: -8px -3px; }
  .page-selector:hover {
    transform: none; }
  .page-selector.active {
    -webkit-animation-name: page-selector-fade-in;
            animation-name: page-selector-fade-in;
    -webkit-animation-duration: 500ms;
            animation-duration: 500ms;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }
  .page-selector.disabled {
    -webkit-animation-name: page-selector-fade-out;
            animation-name: page-selector-fade-out;
    -webkit-animation-duration: 500ms;
            animation-duration: 500ms;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }

.page-selector--first {
  background-image: url("../images/arrow-first-active.svg"); }

.page-selector--last {
  background-image: url("../images/arrow-last-active.svg"); }

.page-selector--previous {
  background-image: url("../images/arrow-previous-active.svg"); }

.page-selector--next {
  background-image: url("../images/arrow-next-active.svg"); }

@-webkit-keyframes page-selector-fade-in {
  0% {
    opacity: 0.2;
    box-shadow: 0 2px 4px 0 black; }
  20% {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); }
  100% {
    opacity: 1;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); } }

@keyframes page-selector-fade-in {
  0% {
    opacity: 0.2;
    box-shadow: 0 2px 4px 0 black; }
  20% {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); }
  100% {
    opacity: 1;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); } }

@-webkit-keyframes page-selector-fade-out {
  0% {
    opacity: 1;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); }
  20% {
    opacity: 0.2; }
  100% {
    opacity: 0.2;
    box-shadow: 0 2px 4px 0 black; } }

@keyframes page-selector-fade-out {
  0% {
    opacity: 1;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); }
  20% {
    opacity: 0.2; }
  100% {
    opacity: 0.2;
    box-shadow: 0 2px 4px 0 black; } }

/* stylelint-disable */
/* stylelint-disable */
.lightbox,
.select-size-lightbox,
.same-day-lightbox,
.filter-lightbox,
.material-indoor-lightbox,
.material-outdoor-lightbox {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(51, 51, 51, 0.8);
  z-index: 100;
  opacity: 0;
  z-index: -999; }
  .lightbox.fade,
  .select-size-lightbox.fade,
  .same-day-lightbox.fade,
  .filter-lightbox.fade,
  .material-indoor-lightbox.fade,
  .material-outdoor-lightbox.fade {
    transition: opacity 0.15s linear; }

.lightbox-dialog {
  display: table;
  width: 100%;
  height: 100%; }

.lightbox-container {
  display: table-cell;
  vertical-align: middle; }

.lightbox-content {
  display: block;
  background-color: #FFFFFF;
  opacity: 1;
  border-radius: 4px;
  margin: 0 auto;
  width: 100%; }
  @media (min-width: 768px) {
    .lightbox-content {
      width: 596px; } }
  @media (min-width: 1024px) {
    .lightbox-content {
      width: 652px; } }
  @media (min-width: 1440px) {
    .lightbox-content {
      width: 692px; } }

.lightbox-open {
  overflow: hidden; }
  .lightbox-open header {
    z-index: 1; }
  .lightbox-open .lightbox {
    opacity: 1;
    z-index: 100; }

.lightbox-open #oo_tab,
.lightbox-open #inside_holder,
.lightbox-open #_elev_io,
.lightbox-open-shared #oo_tab,
.lightbox-open-shared #inside_holder,
.lightbox-open-shared #_elev_io,
.lightbox-open-filter #oo_tab,
.lightbox-open-filter #inside_holder,
.lightbox-open-filter #_elev_io,
.lightbox-open-material-outdoor #oo_tab,
.lightbox-open-material-outdoor #inside_holder,
.lightbox-open-material-outdoor #_elev_io,
.lightbox-open-material-indoor #oo_tab,
.lightbox-open-material-indoor #inside_holder,
.lightbox-open-material-indoor #_elev_io {
  display: none !important; }

.lightbox-header {
  padding-top: 15px;
  height: 76px;
  box-shadow: 0 1px 0 0 #EAEAEA;
  border-radius: 4px 4px 0 0; }
  @media (max-width: 767px) {
    .lightbox-header {
      padding-top: 12px;
      height: 70px; } }
  .lightbox-header h3,
  .lightbox-header h4 {
    font-family: "NormsProBold", "Norms Pro", arial, sans-serif;
    text-align: center; }
  .lightbox-header h3 {
    font-size: 30px;
    line-height: 1; }
  .lightbox-header h4 {
    font-size: 14px;
    color: #444444;
    padding-top: 4px;
    font-family: "NormsProRegular", "Norms Pro", arial, sans-serif; }

.lightbox-body {
  padding: 30px 30px 0; }

.lightbox-footer {
  padding: 20px 20px 20px;
  border-radius: 0 0 4px 4px; }
  .lightbox-footer .btn {
    max-width: 156px;
    height: 30px;
    font-size: 13px;
    padding: 6px 6px 5px;
    line-height: 1.25;
    margin: 0;
    font-family: "NormsProBold", "Norms Pro", arial, sans-serif;
    font-weight: 700; }

/* stylelint-disable */
#store-popup h3,
#store-popup h4 {
  font-family: "NormsProBold", "Norms Pro", arial, sans-serif;
  text-align: center;
  border: none;
  text-transform: none;
  padding-left: 0; }

#store-popup h3 {
  color: #000000;
  font-size: 30px;
  line-height: 1;
  font-weight: normal; }
  @media (max-width: 767px) {
    #store-popup h3 {
      font-size: 22px; } }

#store-popup h4 {
  font-family: "NormsProRegular", "Norms Pro", arial, sans-serif; }
  @media (max-width: 767px) {
    #store-popup h4 {
      font-size: 12px; } }

#store-popup .bullet {
  font-size: 0.65em;
  vertical-align: middle;
  padding: 0 4px; }

#store-popup .checkbox span {
  height: 20px;
  width: 20px; }
  @media (max-width: 767px) {
    #store-popup .checkbox span {
      margin: 20px 5px; } }
  #store-popup .checkbox span:after {
    height: 10px;
    width: 10px; }

#store-popup .btn-primary, #store-popup .btn-tertiary, #store-popup .btn-cart, #store-popup .header-container a.btn-header, .header-container #store-popup a.btn-header {
  margin: 0;
  padding: 0;
  min-width: unset;
  font-size: 13px;
  height: 30px; }

#store-popup .btn-secondary {
  min-width: unset;
  width: 156px; }
  @media (max-width: 767px) {
    #store-popup .btn-secondary {
      width: 140px;
      margin-right: 10px; } }

#store-popup .lightbox-header {
  background-color: #FFFFFF; }

@media (max-width: 767px) {
  #store-popup .lightbox-container,
  #store-popup .lightbox-content {
    height: 100vh;
    background-color: #F2F2F2; }
  #store-popup .lightbox-dialog {
    overflow-y: auto; }
  #store-popup .lightbox-dialog,
  #store-popup .lightbox-container {
    display: unset; }
  #store-popup .lightbox-body {
    padding: 15px 15px 0; } }

@media (min-device-width: 414px) and (max-device-width: 860px) and (orientation: landscape) {
  #store-popup .lightbox-dialog {
    display: block;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; } }

#store-popup .lightbox-body,
#store-popup .lightbox-footer {
  background-color: #F2F2F2; }

#store-popup .address-search {
  padding-left: 0;
  position: relative; }

#store-popup .address-cta {
  padding-right: 0; }

#store-popup #search {
  width: 100%;
  height: 38px;
  border-radius: 63px;
  background-color: rgba(0, 0, 0, 0.05);
  border: none;
  caret-color: #CC0000;
  font-size: 13px;
  font-weight: bold; }
  @media (min-width: 768px) {
    #store-popup #search {
      padding-left: 35px;
      background-image: url(/Content/images/RetailerSpecific/SPLUS/icon-search-grey.svg);
      background-repeat: no-repeat;
      background-position: left;
      background-position-x: 15px;
      background-size: 12px; } }
  @media (max-width: 767px) {
    #store-popup #search {
      padding-left: 13px; } }
  #store-popup #search::-webkit-input-placeholder {
    font-weight: normal;
    color: #A1A1A1;
    font-family: "NormsProMedium", "Norms Pro", arial, sans-serif; }
  #store-popup #search::-moz-placeholder {
    font-weight: normal;
    color: #A1A1A1;
    font-family: "NormsProMedium", "Norms Pro", arial, sans-serif; }

#store-popup .form-group .btn-primary, #store-popup .form-group .btn-tertiary, #store-popup .form-group .btn-cart, #store-popup .form-group .header-container a.btn-header, .header-container #store-popup .form-group a.btn-header {
  width: 110px;
  padding-top: 5px;
  margin-top: 4px; }
  @media (max-width: 767px) {
    #store-popup .form-group .btn-primary, #store-popup .form-group .btn-tertiary, #store-popup .form-group .btn-cart, #store-popup .form-group .header-container a.btn-header, .header-container #store-popup .form-group a.btn-header {
      color: transparent;
      position: relative;
      height: 30px;
      width: 50px;
      background-image: url(/Content/images/RetailerSpecific/SPLUS/icon-search-white.svg);
      background-repeat: no-repeat;
      background-position: center;
      background-position-y: 5px;
      background-size: 18px; } }

#store-popup .cartpopup-options-container {
  margin-top: 25px;
  height: 290px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }
  @media (max-width: 767px) {
    #store-popup .cartpopup-options-container {
      margin-top: 16px;
      height: 40vh; } }
  @media (max-width: 414px) {
    #store-popup .cartpopup-options-container {
      height: 48vh; } }
  @media (max-width: 375px) {
    #store-popup .cartpopup-options-container {
      height: 52vh; } }
  @media (max-width: 320px) {
    #store-popup .cartpopup-options-container {
      height: 40vh; } }

#store-popup .cartpopup-options-container::-webkit-scrollbar {
  width: 6px;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  border-radius: 10px; }

#store-popup .cartpopup-options-container::-webkit-scrollbar-thumb:vertical {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); }

#store-popup .list-group-item-container {
  -moz-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  justify-content: center; }

#store-popup .list-group-item:focus, #store-popup .list-group-item:active {
  outline: none;
  border: 1px solid #FFFFFF; }

#store-popup .list-group-item {
  height: 90px;
  margin-bottom: 8px;
  border-radius: 4px;
  padding: 15px 10px;
  cursor: pointer;
  margin-right: 10px;
  border: 1px solid transparent;
  transition: all 0.15s ease; }
  @media (max-width: 767px) {
    #store-popup .list-group-item {
      height: 110px; } }
  #store-popup .list-group-item .store-name {
    font-size: 18px;
    color: #000000; }
  #store-popup .list-group-item p {
    font-size: 13px;
    line-height: 1.46; }
  #store-popup .list-group-item .store-details {
    padding-left: 10px; }
    @media (max-width: 767px) {
      #store-popup .list-group-item .store-details {
        padding-left: 16px; } }
  #store-popup .list-group-item.active {
    background-color: #FFFFFF;
    border: 1px solid #E7E7E7; }
    #store-popup .list-group-item.active .checkbox span {
      background: #0070C9;
      border: 2px solid #0070C9; }
      #store-popup .list-group-item.active .checkbox span:after {
        content: '';
        background-image: url(/dynamic/Content/images/RetailerSpecific/SPLUS/Style-Guide/line-svg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        -moz-justify-content: center;
        justify-content: center;
        -moz-align-items: center;
        align-items: center; }
  @media (min-width: 769px) {
    #store-popup .list-group-item:hover {
      background-color: #FFFFFF;
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); }
      #store-popup .list-group-item:hover .checkbox span {
        border: 2px solid #0070C9; } }

#store-popup .lightbox-footer {
  padding-right: 40px;
  padding-left: 40px; }
  @media (max-width: 767px) {
    #store-popup .lightbox-footer {
      padding-right: 15px;
      padding-left: 15px; } }
  #store-popup .lightbox-footer .disclaimer {
    padding-right: 34px; }
    @media (max-width: 1024px) {
      #store-popup .lightbox-footer .disclaimer {
        padding-right: 0; } }
  @media (max-width: 1024px) {
    #store-popup .lightbox-footer .cta-container {
      margin-left: 30px; } }
  @media (max-width: 767px) {
    #store-popup .lightbox-footer .cta-container {
      margin-left: 0;
      text-align: center;
      -moz-justify-content: center;
      justify-content: center; } }
  #store-popup .lightbox-footer .cta-done {
    margin: 0 auto;
    text-align: center; }
  #store-popup .lightbox-footer p {
    font-size: 12px;
    line-height: 1.16; }

#store-popup .desktop-hide {
  display: none; }

@media (max-width: 767px) {
  #store-popup .desktop-hide {
    display: block; }
  #store-popup .lightbox-footer .disclaimer {
    -moz-order: 2;
    order: 2;
    padding-top: 15px; }
  #store-popup .lightbox-footer .cta-done {
    -moz-order: 1;
    order: 1; } }

/* stylelint-disable */
.lightbox-open-shared {
  overflow: hidden; }
  .lightbox-open-shared header {
    z-index: 1; }
  .lightbox-open-shared .select-size-lightbox {
    opacity: 1;
    z-index: 100; }

.lightbox-shared-header {
  border-radius: 4px;
  background-color: #FFFFFF;
  padding: 0; }
  @media (max-width: 580px) {
    .lightbox-shared-header {
      height: 70px;
      margin-bottom: 0px; } }
  .lightbox-shared-header .show {
    display: block !important; }
  .lightbox-shared-header h3 {
    font-size: 30px;
    line-height: 90px;
    font-weight: 300;
    font-family: "NormsProRegular", "Norms Pro", arial, sans-serif; }
    @media (max-width: 580px) {
      .lightbox-shared-header h3 {
        font-size: 22px;
        line-height: 70px; } }

.lightbox-content-shared {
  background-color: #F2F2F2;
  max-width: 670px; }
  @media (max-width: 1024px) {
    .lightbox-content-shared {
      max-width: 486px; } }
  @media (max-width: 768px) {
    .lightbox-content-shared {
      max-width: 60%; } }
  @media (max-width: 580px) {
    .lightbox-content-shared {
      max-width: 90%; } }

.lightbox-shared-body {
  padding-top: 0px; }

.product-action-shared-btns {
  margin-top: 40px; }
  .product-action-shared-btns .btn {
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    padding: 0;
    min-width: 156px;
    margin-left: 10px; }
    @media (max-width: 1024px) {
      .product-action-shared-btns .btn {
        min-width: 48%;
        margin-left: 2.5%; }
        .product-action-shared-btns .btn:first-child {
          margin-left: 0; } }
    @media (max-width: 580px) {
      .product-action-shared-btns .btn {
        min-width: 47%;
        margin-left: 3%; } }

.card-popup.select-size-lightbox {
  overflow-y: scroll;
  width: calc(100% + 18px); }
  .card-popup.select-size-lightbox::-webkit-scrollbar {
    display: none; }
  @media (max-width: 580px) {
    .card-popup.select-size-lightbox {
      width: unset; } }
  @media (max-width: 580px) {
    .card-popup.select-size-lightbox .hide-on-mobile {
      display: none; } }
  @media (max-width: 580px) {
    .card-popup.select-size-lightbox .lightbox-body {
      padding: 30px 20px 0; } }
  .card-popup.select-size-lightbox .lightbox-header {
    margin-bottom: 30px; }
  .card-popup.select-size-lightbox .lightbox-content {
    border-radius: 4px;
    max-width: 1164px; }
    @media (max-width: 1024px) {
      .card-popup.select-size-lightbox .lightbox-content {
        max-width: 90%; } }
    @media (max-width: 768px) {
      .card-popup.select-size-lightbox .lightbox-content {
        max-width: 88%; } }
    @media (max-width: 580px) {
      .card-popup.select-size-lightbox .lightbox-content {
        max-width: 95%; } }
  .card-popup.select-size-lightbox .lightbox-shared-body {
    padding: 30px 30px 0; }

.card-popup .delivery-option-buttons {
  border-right: 2px solid rgba(151, 151, 151, 0.2); }
  @media (max-width: 768px) {
    .card-popup .delivery-option-buttons {
      border-right: 0px;
      border-bottom: 2px solid rgba(151, 151, 151, 0.2);
      padding-bottom: 30px; } }
  @media (max-width: 580px) {
    .card-popup .delivery-option-buttons {
      padding-bottom: 0px; } }

.card-popup .delivery-option-button {
  display: inline-block;
  border-radius: 4px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  background-color: #FFFFFF;
  border: 2px solid transparent;
  padding: 15px;
  width: 45%;
  margin-right: 3%;
  min-height: 345px; }
  @media (max-width: 768px) {
    .card-popup .delivery-option-button {
      width: 47%; } }
  @media (max-width: 580px) {
    .card-popup .delivery-option-button {
      width: 100%;
      margin-bottom: 20px;
      min-height: unset; } }
  .card-popup .delivery-option-button:last-child {
    margin-right: 0; }
  .card-popup .delivery-option-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 8px 1px rgba(0, 0, 0, 0.2); }
  .card-popup .delivery-option-button:active, .card-popup .delivery-option-button:active:focus {
    transform: translateY(0);
    box-shadow: none;
    outline: none; }
    @media (max-width: 768px) {
      .card-popup .delivery-option-button:active, .card-popup .delivery-option-button:active:focus {
        transform: translate(0, 4px); } }
  .card-popup .delivery-option-button h3 {
    margin: 0px;
    font-size: 22px;
    line-height: 27px;
    color: #000000;
    text-transform: none;
    font-weight: 500;
    font-family: "NormsProMedium", "Norms Pro", arial, sans-serif; }
    @media (max-width: 580px) {
      .card-popup .delivery-option-button h3 {
        font-size: 16px;
        font-weight: 700;
        font-family: "NormsProBold", "Norms Pro", arial, sans-serif;
        color: #A1A1A1; } }
  .card-popup .delivery-option-button p {
    font-size: 13px;
    line-height: 15px;
    color: #444444; }
    @media (max-width: 580px) {
      .card-popup .delivery-option-button p {
        font-size: 12px;
        color: #A1A1A1; } }
    .card-popup .delivery-option-button p:first-of-type {
      margin-bottom: 20px; }
      @media (max-width: 580px) {
        .card-popup .delivery-option-button p:first-of-type {
          margin-bottom: 6px; } }
  .card-popup .delivery-option-button .img-wrap {
    height: 153px;
    display: -moz-flex;
    display: flex;
    -moz-flex-direction: column;
    flex-direction: column;
    -moz-justify-content: center;
    justify-content: center; }
    @media (max-width: 580px) {
      .card-popup .delivery-option-button .img-wrap {
        display: none; } }
  .card-popup .delivery-option-button img {
    width: 100%; }
  .card-popup .delivery-option-button.selected {
    border: 3px solid #0070C9; }
    .card-popup .delivery-option-button.selected p {
      color: #444444; }
    @media (max-width: 580px) {
      .card-popup .delivery-option-button.selected h3 {
        color: #444444; } }

.card-popup .attribute-selector-options {
  padding-left: 8%; }
  @media (max-width: 768px) {
    .card-popup .attribute-selector-options {
      padding-left: 0px; } }
  .card-popup .attribute-selector-options select.options {
    line-height: 45px; }
  .card-popup .attribute-selector-options .card-size-visual {
    text-align: center; }
    .card-popup .attribute-selector-options .card-size-visual img {
      width: 75%; }
      @media (max-width: 768px) {
        .card-popup .attribute-selector-options .card-size-visual img {
          width: 45%; } }

.card-popup .product-action-btns {
  text-align: right;
  margin-top: 30px; }
  @media (max-width: 580px) {
    .card-popup .product-action-btns {
      padding-bottom: 10px;
      margin-top: 0px;
      padding-right: 30px; } }
  .card-popup .product-action-btns .btn {
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    padding: 0;
    min-width: 156px;
    margin-left: 10px; }
    @media (max-width: 768px) {
      .card-popup .product-action-btns .btn {
        min-width: 48%;
        margin-left: 3%; }
        .card-popup .product-action-btns .btn:first-child {
          margin-left: 0; } }
    @media (max-width: 768px) {
      .card-popup .product-action-btns .btn {
        min-width: 47%; } }

/* stylelint-disable */
.lightbox-open-filter {
  overflow: hidden; }
  .lightbox-open-filter header {
    z-index: 1; }
  .lightbox-open-filter .filter-lightbox {
    opacity: 1;
    z-index: 100; }

.filter-lightbox .lightbox-content {
  background-color: #F2F2F2;
  max-width: 670px; }
  @media (max-width: 1024px) {
    .filter-lightbox .lightbox-content {
      max-width: 486px; } }
  @media (max-width: 768px) {
    .filter-lightbox .lightbox-content {
      max-width: 60%; } }
  @media (max-width: 580px) {
    .filter-lightbox .lightbox-content {
      max-width: 90%; } }

.filter-lightbox .select-dropdown .drop-list {
  top: 50px; }

.filter-lightbox .lightbox-header {
  height: 90px;
  padding-top: 0;
  background-color: #FFFFFF; }
  @media (max-width: 580px) {
    .filter-lightbox .lightbox-header {
      height: 70px; } }

.filter-lightbox h3 {
  font-size: 30px;
  line-height: 90px;
  font-weight: 300;
  font-family: "NormsProRegular", "Norms Pro", arial, sans-serif; }
  @media (max-width: 580px) {
    .filter-lightbox h3 {
      font-size: 22px;
      line-height: 70px; } }

.filter-lightbox .lightbox-body {
  padding-top: 0; }

.filter-lightbox .lightbox-footer {
  text-align: right;
  margin-top: 30px; }
  @media (max-width: 580px) {
    .filter-lightbox .lightbox-footer {
      padding-bottom: 10px;
      margin-top: 0px;
      padding-right: 30px; } }
  .filter-lightbox .lightbox-footer .btn {
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    padding: 0;
    min-width: 156px;
    margin-left: 10px; }
    @media (max-width: 768px) {
      .filter-lightbox .lightbox-footer .btn {
        min-width: 48%;
        margin-left: 3%; }
        .filter-lightbox .lightbox-footer .btn:first-child {
          margin-left: 0; } }
    @media (max-width: 768px) {
      .filter-lightbox .lightbox-footer .btn {
        min-width: 47%; } }

.tab-toggles span {
  width: 90px;
  display: inline-block;
  text-align: center;
  padding: 15px;
  border-radius: 4px;
  background-color: #F9F9F9;
  color: #7D7D7D;
  margin-right: 8px;
  font-family: "NormsProMedium", "Norms Pro", arial, sans-serif;
  cursor: pointer; }
  @media (min-width: 768px) {
    .tab-toggles span {
      width: 119px; } }
  .tab-toggles span.active {
    background-color: #444444;
    color: #FFFFFF; }
  .tab-toggles span:not(.active):hover {
    background-color: #f1efef; }

.tabs-title {
  font-size: 14px;
  font-family: "NormsProBold", "Norms Pro", arial, sans-serif;
  margin-bottom: 16px;
  color: #000000; }
  @media (min-width: 1024px) {
    .tabs-title {
      font-size: 16px; } }
  .tabs-title span {
    font-size: 13px;
    font-family: "NormsProRegular", "Norms Pro", arial, sans-serif;
    color: #7D7D7D; }

.tabs-inputs .tabs-inputs__header {
  display: flex; }
  .tabs-inputs .tabs-inputs__header p:first-child {
    width: 55%;
    margin-right: 8px; }
    @media (min-width: 768px) {
      .tabs-inputs .tabs-inputs__header p:first-child {
        width: 80%; } }
    @media (min-width: 1024px) {
      .tabs-inputs .tabs-inputs__header p:first-child {
        width: 55%; } }

.tabs-inputs .tabs-input-container {
  display: flex;
  align-items: center;
  padding-bottom: 12px;
  flex-wrap: wrap; }

.tabs-inputs .page-flag-container {
  display: flex;
  width: calc(45% - 8px); }
  @media (min-width: 768px) {
    .tabs-inputs .page-flag-container {
      width: calc(20% - 8px); } }
  @media (min-width: 1024px) {
    .tabs-inputs .page-flag-container {
      width: calc(45% - 8px); } }

.tabs-inputs input {
  width: 55%;
  height: 42px;
  font-size: 14px;
  font-family: "NormsProMedium", "Norms Pro", arial, sans-serif;
  background-color: #F2F2F2;
  margin-right: 8px; }
  @media (min-width: 768px) {
    .tabs-inputs input {
      width: 80%; } }
  @media (min-width: 1024px) {
    .tabs-inputs input {
      width: 55%; } }
  .tabs-inputs input[type], .tabs-inputs input:focus {
    border-radius: 4px;
    border: 1px solid #CCCCCC; }
    .tabs-inputs input[type].input-number--error, .tabs-inputs input:focus.input-number--error {
      border: 2px solid #CC0000; }
  .tabs-inputs input.page-flag {
    width: 55px;
    padding: 9px 4px 8px 4px;
    text-align: center;
    -moz-appearance: textfield;
    margin-right: 8px; }
    @media (min-width: 768px) {
      .tabs-inputs input.page-flag {
        width: 70px; } }
  .tabs-inputs input:focus::-webkit-input-placeholder {
    color: transparent; }
  .tabs-inputs input:focus::-moz-placeholder {
    color: transparent; }
  .tabs-inputs input:focus:-ms-input-placeholder {
    color: transparent; }
  .tabs-inputs input:focus::-ms-input-placeholder {
    color: transparent; }
  .tabs-inputs input:focus::placeholder {
    color: transparent; }
  .tabs-inputs input[type=number]::-webkit-outer-spin-button, .tabs-inputs input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }

.tabs-inputs button {
  padding: 0;
  color: #0070C9;
  font-size: 14px;
  transform: none;
  margin-left: auto; }
  @media (min-width: 1024px) {
    .tabs-inputs button {
      font-size: 16px; } }

.tabs-inputs .tabs-error {
  margin-top: 5px; }

.tabs-cta {
  margin-top: 0;
  width: 100%; }
  .tabs-cta--active {
    margin-top: 20px; }

@media (max-width: 767px) {
  .upload-lightbox {
    width: 100%; } }

@media (max-width: 767px) {
  .upload-lightbox .lightbox-container {
    display: -moz-flex;
    display: flex;
    height: 100%; }
    .upload-lightbox .lightbox-container .lightbox-content {
      width: 100%;
      border-radius: 0; } }

.upload-lightbox .lightbox-header {
  padding-top: 0;
  display: -moz-flex;
  display: flex;
  -moz-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  align-items: center;
  border-bottom: 1px solid #F2F2F2; }
  .upload-lightbox .lightbox-header h3 {
    font-size: 26px; }
    @media (max-width: 768px) {
      .upload-lightbox .lightbox-header h3 {
        font-size: 20px; } }
  .upload-lightbox .lightbox-header button {
    transform: none;
    position: absolute;
    right: 10px; }
    @media (min-width: 768px) {
      .upload-lightbox .lightbox-header button {
        right: 0px;
        top: 15px; } }
    @media (min-width: 1024px) {
      .upload-lightbox .lightbox-header button {
        right: 10px; } }
    @media all and (-ms-high-contrast: none) {
      .upload-lightbox .lightbox-header button {
        top: 13px; } }
  .upload-lightbox .lightbox-header img {
    width: 20px; }

.upload-lightbox .lightbox-body {
  background: #F3F3F3;
  padding-top: 50px; }
  @media (max-width: 768px) {
    .upload-lightbox .lightbox-body {
      padding: 50px 20px 0; } }
  @media (max-width: 767px) {
    .upload-lightbox .lightbox-body {
      padding-top: 105px; } }

.upload-lightbox .lightbox-footer {
  background: #F3F3F3; }
  @media (max-width: 767px) {
    .upload-lightbox .lightbox-footer {
      position: fixed;
      bottom: 0;
      right: 0;
      width: 100%; } }
  .upload-lightbox .lightbox-footer .btn {
    min-width: 130px; }
    @media (max-width: 767px) {
      .upload-lightbox .lightbox-footer .btn {
        width: 100%;
        max-width: 100%; } }
  .upload-lightbox .lightbox-footer .btn-secondary.disabled {
    background-color: #CCCCCC;
    color: #FFFFFF; }
  .upload-lightbox .lightbox-footer .supported-formats {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center; }
    @media (min-width: 768px) {
      .upload-lightbox .lightbox-footer .supported-formats {
        flex-direction: row;
        justify-content: center; } }
    .upload-lightbox .lightbox-footer .supported-formats span {
      font-size: 14px;
      line-height: 1.14;
      height: 16px;
      margin-right: 0;
      margin-bottom: 15px;
      color: #000000; }
      @media (min-width: 768px) {
        .upload-lightbox .lightbox-footer .supported-formats span {
          margin-right: 10px;
          margin-bottom: 0; } }
  .upload-lightbox .lightbox-footer .icons-wrapper img {
    margin-right: 5px;
    min-height: 24px; }
  .upload-lightbox .lightbox-footer .filemanager-close-mobile {
    display: none; }

.upload-lightbox .lightbox-footer--filemanager .supported-formats {
  display: none; }

.upload-lightbox .lightbox-footer--filemanager .filemanager-close-mobile {
  display: block; }
  @media (min-width: 768px) {
    .upload-lightbox .lightbox-footer--filemanager .filemanager-close-mobile {
      display: none; } }

@media (max-width: 767px) {
  .upload-lightbox .upload-titles {
    display: none; } }

.upload-lightbox .upload-info {
  border-top: 2px solid #E7E7E7;
  margin-top: 17px;
  padding-top: 20px;
  padding-bottom: 30px; }
  @media (max-width: 767px) {
    .upload-lightbox .upload-info {
      border-top: none; }
      .upload-lightbox .upload-info div:nth-child(2) p {
        text-align: right; } }
  .upload-lightbox .upload-info p {
    font-size: 16px;
    color: #000000; }
    @media (max-width: 767px) {
      .upload-lightbox .upload-info p {
        font-size: 13px;
        max-width: 95%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; } }
  .upload-lightbox .upload-info .upload-container {
    background: #E7E7E7;
    border-radius: 10px;
    border: 2px solid #E7E7E7;
    height: 18px; }
    @media (max-width: 767px) {
      .upload-lightbox .upload-info .upload-container {
        position: relative;
        top: -50px; } }
  .upload-lightbox .upload-info .upload-status {
    background: #0070C9;
    border-radius: 10px;
    height: 14px;
    position: relative;
    min-width: 20%;
    transition: width 0.2s ease-in;
    background-image: repeating-linear-gradient(50deg, transparent, transparent 0.7rem, #22a3ce 0.7rem, #22a3ce 1.4rem);
    background-size: 200% 200%;
    -webkit-animation: upload 2.3s linear infinite;
            animation: upload 2.3s linear infinite; }
    .upload-lightbox .upload-info .upload-status span {
      position: absolute;
      right: 0;
      color: #FFFFFF;
      font-size: 10px;
      padding: 2px 4px; }
    .upload-lightbox .upload-info .upload-status.upload-complete {
      background: #D0DF00;
      background-image: repeating-linear-gradient(50deg, transparent, transparent 0.7rem, #d7e41a 0.7rem, #d7e41a 1.4rem);
      background-size: 200% 200%;
      -webkit-animation: upload 3s linear infinite;
              animation: upload 3s linear infinite; }

@media (max-width: 768px) {
  .upload-lightbox:not(.select-source-lightbox) .lightbox-body {
    height: 100vh; }
  .upload-lightbox:not(.select-source-lightbox) .lightbox-footer {
    position: fixed; } }

@media (min-width: 768px) {
  .upload-lightbox.select-source-lightbox {
    max-height: 545px; } }

@media (min-width: 1024px) {
  .upload-lightbox.select-source-lightbox .lightbox-content {
    width: 624px; } }

.upload-lightbox.select-source-lightbox .lightbox-footer:not(.lightbox-footer--filemanager) {
  height: 25vh; }
  @media (min-width: 768px) {
    .upload-lightbox.select-source-lightbox .lightbox-footer:not(.lightbox-footer--filemanager) {
      height: 114px; } }

.upload-lightbox.select-source-lightbox button.select-source-control:focus {
  box-shadow: 0 0 2px 2px #51a7e8; }

.upload-lightbox.select-source-lightbox button.select-source-control:active {
  box-shadow: none; }

.upload-lightbox.select-source-lightbox .select-source {
  text-align: center;
  padding: 0 0 3px;
  background-color: #FFFFFF;
  display: -moz-flex;
  display: flex;
  -moz-justify-content: center;
  justify-content: center; }
  @media (min-width: 768px) {
    .upload-lightbox.select-source-lightbox .select-source {
      padding: 5px 50px 3px; } }
  @media (min-width: 769px) {
    .upload-lightbox.select-source-lightbox .select-source.filemanager-mode .source:not(.active) {
      transition: box-shadow 75ms ease; } }
  @media (min-width: 769px) {
    .upload-lightbox.select-source-lightbox .select-source.filemanager-mode .source:not(.active):hover {
      box-shadow: 0 3px #444444; } }
  .upload-lightbox.select-source-lightbox .select-source:not(.filemanager-mode) {
    background-color: #F3F3F3;
    -moz-justify-content: center;
    justify-content: center; }
    @media (min-width: 768px) {
      .upload-lightbox.select-source-lightbox .select-source:not(.filemanager-mode) .source:hover {
        border-radius: 5px;
        background-color: #FFFFFF;
        box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1); } }
    @media (max-width: 767px) {
      .upload-lightbox.select-source-lightbox .select-source:not(.filemanager-mode) {
        display: block;
        justify-content: center;
        flex-wrap: wrap;
        padding: 32px 24px 100vh;
        width: 100%; } }
    @media (orientation: landscape) and (max-width: 767px) {
      .upload-lightbox.select-source-lightbox .select-source:not(.filemanager-mode) {
        padding-top: 50px;
        width: 100%;
        display: -moz-flex;
        display: flex;
        -moz-justify-content: center;
        justify-content: center; } }
    @media (min-width: 768px) {
      .upload-lightbox.select-source-lightbox .select-source:not(.filemanager-mode) {
        padding: 30px 0 3px;
        width: 100%; } }
  .upload-lightbox.select-source-lightbox .select-source button.source {
    background: #E7E7E7;
    color: #444444;
    border-radius: 5px; }
    @media (max-width: 767px) {
      .upload-lightbox.select-source-lightbox .select-source button.source {
        display: -moz-flex;
        display: flex;
        -moz-align-items: center;
        align-items: center;
        width: 100%;
        padding: 0 20px;
        height: 64px;
        margin-bottom: 12px; } }
    @media (orientation: landscape) and (max-width: 767px), screen and (min-width: 767px) {
      .upload-lightbox.select-source-lightbox .select-source button.source {
        height: 80px;
        cursor: pointer;
        min-width: 135px;
        transform: none;
        margin: 0 6px;
        justify-content: center; } }
    @media (orientation: landscape) and (max-width: 767px) {
      .upload-lightbox.select-source-lightbox .select-source button.source {
        width: 90px; } }
    .upload-lightbox.select-source-lightbox .select-source button.source.filemanager-mode {
      background: #FFFFFF;
      border-radius: 0px; }
      @media (max-width: 767px) {
        .upload-lightbox.select-source-lightbox .select-source button.source.filemanager-mode {
          width: 80px;
          height: 67px;
          margin: 0;
          -moz-justify-content: center;
          justify-content: center; } }
      .upload-lightbox.select-source-lightbox .select-source button.source.filemanager-mode p {
        display: none; }
        @media (min-width: 768px) {
          .upload-lightbox.select-source-lightbox .select-source button.source.filemanager-mode p {
            display: block; } }
      @media (max-width: 767px) {
        .upload-lightbox.select-source-lightbox .select-source button.source.filemanager-mode img {
          margin: 0; } }
    .upload-lightbox.select-source-lightbox .select-source button.source.active {
      box-shadow: 0 3px #CC0000; }
  @media (min-width: 768px) {
    .upload-lightbox.select-source-lightbox .select-source .mobile-upload {
      display: none; } }
  @media (max-width: 767px) {
    .upload-lightbox.select-source-lightbox .select-source button.desktop-upload {
      display: none; } }
  .upload-lightbox.select-source-lightbox .select-source img {
    width: 24px;
    max-height: 28px; }
    @media (max-width: 767px) {
      .upload-lightbox.select-source-lightbox .select-source img {
        margin-bottom: 0px;
        margin-right: 20px; } }
    @media (orientation: landscape) and (max-width: 767px), screen and (min-width: 767px) {
      .upload-lightbox.select-source-lightbox .select-source img {
        margin-bottom: 20px;
        margin-right: 0; } }
  .upload-lightbox.select-source-lightbox .select-source p {
    font-family: "NormsProMedium", "Norms Pro", arial, sans-serif; }
    @media (max-width: 767px) {
      .upload-lightbox.select-source-lightbox .select-source p {
        bottom: auto;
        left: auto;
        position: relative;
        transform: none; } }
    @media (orientation: landscape) and (max-width: 767px), screen and (min-width: 767px) {
      .upload-lightbox.select-source-lightbox .select-source p {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        white-space: nowrap;
        bottom: 14px;
        font-size: 14px;
        line-height: 1.14; } }

.upload-lightbox.select-source-lightbox .filemanager {
  width: 100vw;
  padding: 5px;
  background-color: #F2F2F2; }
  @media (min-width: 768px) {
    .upload-lightbox.select-source-lightbox .filemanager {
      height: 325px;
      width: 100%;
      padding-left: 20px;
      padding-right: 20px; } }
  .upload-lightbox.select-source-lightbox .filemanager .pwd {
    margin: 15px 0 20px 5px; }
    .upload-lightbox.select-source-lightbox .filemanager .pwd li {
      display: inline;
      font-size: 14px;
      color: #000000;
      font-family: "NormsProRegular", "Norms Pro", arial, sans-serif; }
    .upload-lightbox.select-source-lightbox .filemanager .pwd .root {
      padding-right: 5px; }
    .upload-lightbox.select-source-lightbox .filemanager .pwd .lvl-multi {
      padding: 0 5px; }
    .upload-lightbox.select-source-lightbox .filemanager .pwd .lvl-active {
      font-family: "NormsProBold", "Norms Pro", arial, sans-serif; }
    @media (min-width: 768px) {
      .upload-lightbox.select-source-lightbox .filemanager .pwd .lvl-prev:hover {
        cursor: pointer;
        text-decoration: underline; } }
  .upload-lightbox.select-source-lightbox .filemanager .cloud-content-header li {
    display: inline-block;
    padding-bottom: 3px;
    color: #000000;
    font-size: 12px;
    font-family: "NormsProRegular", "Norms Pro", arial, sans-serif; }
    .upload-lightbox.select-source-lightbox .filemanager .cloud-content-header li:nth-child(1) {
      width: calc(100% - 136px);
      padding-left: 5px; }
      @supports (overflow: overlay) {
        .upload-lightbox.select-source-lightbox .filemanager .cloud-content-header li:nth-child(1) {
          width: calc(100% - 120px); } }
    .upload-lightbox.select-source-lightbox .filemanager .cloud-content-header li:nth-child(2) {
      padding-left: 2px; }
  .upload-lightbox.select-source-lightbox .filemanager .cloud-content-wrapper {
    background-color: #FFFFFF;
    padding: 5px 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    height: calc(100vh - 70px - 110px - 65px); }
    @supports (overflow: overlay) {
      .upload-lightbox.select-source-lightbox .filemanager .cloud-content-wrapper {
        overflow: overlay; } }
    @media (min-width: 768px) {
      .upload-lightbox.select-source-lightbox .filemanager .cloud-content-wrapper {
        height: 255px; } }
  .upload-lightbox.select-source-lightbox .filemanager .cloud-content {
    padding-bottom: 5px; }
    .upload-lightbox.select-source-lightbox .filemanager .cloud-content .item-detail {
      padding: 0 5px;
      font-size: 0; }
      .upload-lightbox.select-source-lightbox .filemanager .cloud-content .item-detail.selected {
        background-color: rgba(0, 153, 204, 0.15); }
    .upload-lightbox.select-source-lightbox .filemanager .cloud-content .item-icon, .upload-lightbox.select-source-lightbox .filemanager .cloud-content .item-name, .upload-lightbox.select-source-lightbox .filemanager .cloud-content .item-type {
      box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
      display: inline-block;
      font-size: 14px;
      font-family: "NormsProRegular", "Norms Pro", arial, sans-serif;
      cursor: pointer;
      padding-bottom: 10px;
      vertical-align: bottom; }
    .upload-lightbox.select-source-lightbox .filemanager .cloud-content .item-icon {
      width: 40px;
      padding-bottom: 6px; }
      .upload-lightbox.select-source-lightbox .filemanager .cloud-content .item-icon img {
        transform: translateY(3px); }
    .upload-lightbox.select-source-lightbox .filemanager .cloud-content .item-name {
      width: calc(100% - 155px);
      margin-right: 5px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
    .upload-lightbox.select-source-lightbox .filemanager .cloud-content .item-type {
      width: 110px; }
      .upload-lightbox.select-source-lightbox .filemanager .cloud-content .item-type.file:before {
        content: "Not Supported";
        color: #A1A1A1; }
      .upload-lightbox.select-source-lightbox .filemanager .cloud-content .item-type.file.pdf:before {
        content: "Pdf";
        color: #000000; }
      .upload-lightbox.select-source-lightbox .filemanager .cloud-content .item-type.file.google-document:before {
        content: "Google Doc";
        color: #000000; }
      .upload-lightbox.select-source-lightbox .filemanager .cloud-content .item-type.file.google-presentation:before {
        content: "Google Slide";
        color: #000000; }
      .upload-lightbox.select-source-lightbox .filemanager .cloud-content .item-type.file.google-spreadsheet:before {
        content: "Google Sheet";
        color: #000000; }
      .upload-lightbox.select-source-lightbox .filemanager .cloud-content .item-type.file.ppt:before, .upload-lightbox.select-source-lightbox .filemanager .cloud-content .item-type.file.pptx:before {
        content: "Ppt";
        color: #000000; }
      .upload-lightbox.select-source-lightbox .filemanager .cloud-content .item-type.file.doc:before, .upload-lightbox.select-source-lightbox .filemanager .cloud-content .item-type.file.docx:before {
        content: "Doc";
        color: #000000; }
      .upload-lightbox.select-source-lightbox .filemanager .cloud-content .item-type.file.jpg:before, .upload-lightbox.select-source-lightbox .filemanager .cloud-content .item-type.file.jpeg:before, .upload-lightbox.select-source-lightbox .filemanager .cloud-content .item-type.file.png:before {
        content: "Image";
        color: #000000; }
  .upload-lightbox.select-source-lightbox .filemanager .authorize-provider {
    display: -moz-flex;
    display: flex;
    -moz-justify-content: center;
    justify-content: center;
    -moz-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    -moz-flex-direction: column;
    flex-direction: column;
    height: calc(100vh - 140px); }
    @media (min-width: 768px) {
      .upload-lightbox.select-source-lightbox .filemanager .authorize-provider {
        height: 100%; } }
    .upload-lightbox.select-source-lightbox .filemanager .authorize-provider p {
      font-size: 18px;
      font-family: "NormsProRegular", "Norms Pro", arial, sans-serif;
      color: #000000;
      padding: 10px;
      text-align: center;
      line-height: 1.3; }

.upload-lightbox.select-source-lightbox .lightbox-body {
  padding: 0;
  background-color: #F3F3F3; }
  @media (max-width: 767px) {
    .upload-lightbox.select-source-lightbox .lightbox-body {
      height: 100%; } }

@media (max-width: 767px) {
  .upload-lightbox.select-source-lightbox .lightbox-footer {
    padding: 10px 20px 20px;
    position: absolute; } }

@media (max-width: 767px) {
  .upload-lightbox.select-source-lightbox .lightbox-footer button {
    margin-top: 10px; } }

.upload-lightbox.upload-lightbox--multiple-files .lightbox-header {
  background-color: #FFFFFF; }
  .upload-lightbox.upload-lightbox--multiple-files .lightbox-header button {
    position: absolute;
    right: 10px; }
    @media (min-width: 768px) {
      .upload-lightbox.upload-lightbox--multiple-files .lightbox-header button {
        right: 15px; } }
    @media (min-width: 1440px) {
      .upload-lightbox.upload-lightbox--multiple-files .lightbox-header button {
        right: 30px; } }
    .upload-lightbox.upload-lightbox--multiple-files .lightbox-header button:hover {
      transform: none; }

.upload-lightbox.upload-lightbox--multiple-files .lightbox-content {
  border-radius: 5px;
  background-color: #F3F3F3; }
  @media (min-width: 768px) {
    .upload-lightbox.upload-lightbox--multiple-files .lightbox-content {
      width: 728px; } }
  @media (min-width: 1024px) {
    .upload-lightbox.upload-lightbox--multiple-files .lightbox-content {
      width: 817px; } }
  @media (min-width: 1440px) {
    .upload-lightbox.upload-lightbox--multiple-files .lightbox-content {
      width: 914px; } }

.upload-lightbox.upload-lightbox--multiple-files .lightbox-body {
  padding: 20px 10px 0;
  height: unset; }
  @media (min-width: 768px) {
    .upload-lightbox.upload-lightbox--multiple-files .lightbox-body {
      padding: 20px 30px 0;
      height: auto; } }
  @media (min-width: 1440px) {
    .upload-lightbox.upload-lightbox--multiple-files .lightbox-body {
      padding: 20px 24px 0; } }

.upload-lightbox.upload-lightbox--multiple-files .lightbox-footer {
  padding: 10px 10px 25px;
  position: fixed; }
  .upload-lightbox.upload-lightbox--multiple-files .lightbox-footer:before {
    content: '';
    width: 100%;
    height: 2px;
    background: #CCCCCC;
    display: block;
    top: -10px;
    position: relative; }
  @media (min-width: 768px) {
    .upload-lightbox.upload-lightbox--multiple-files .lightbox-footer {
      padding: 10px 24px;
      height: 90px;
      position: relative; } }
  .upload-lightbox.upload-lightbox--multiple-files .lightbox-footer .btn {
    margin: 10px 0 0;
    height: 48px;
    font-size: 16px;
    font-family: "NormsProBold", "Norms Pro", arial, sans-serif; }
    @media (min-width: 768px) {
      .upload-lightbox.upload-lightbox--multiple-files .lightbox-footer .btn {
        min-width: 150px;
        height: 40px;
        margin: 15px 0 0 15px; } }
    @media (min-width: 1440px) {
      .upload-lightbox.upload-lightbox--multiple-files .lightbox-footer .btn {
        margin: 8px 0 0 15px; } }
  .upload-lightbox.upload-lightbox--multiple-files .lightbox-footer .global-error-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 290px;
    float: left; }
    @media (min-width: 768px) {
      .upload-lightbox.upload-lightbox--multiple-files .lightbox-footer .global-error-wrapper {
        height: 70px; } }
    @media (min-width: 1024px) {
      .upload-lightbox.upload-lightbox--multiple-files .lightbox-footer .global-error-wrapper {
        width: 350px; } }
    @media (min-width: 1440px) {
      .upload-lightbox.upload-lightbox--multiple-files .lightbox-footer .global-error-wrapper {
        height: 60px;
        width: 500px; } }
  @media (max-width: 767px) {
    .upload-lightbox.upload-lightbox--multiple-files .lightbox-footer .mobile-cta-upload {
      display: -moz-flex;
      display: flex;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      width: 100%; } }
  .upload-lightbox.upload-lightbox--multiple-files .lightbox-footer .global-error {
    text-align: left; }
    .upload-lightbox.upload-lightbox--multiple-files .lightbox-footer .global-error p {
      color: #FB0020;
      font-size: 12px;
      font-family: "NormsProBold", "Norms Pro", arial, sans-serif;
      margin-bottom: 10px; }
    .upload-lightbox.upload-lightbox--multiple-files .lightbox-footer .global-error img {
      float: left;
      transform: translateY(-3px); }
      @media (min-width: 1440px) {
        .upload-lightbox.upload-lightbox--multiple-files .lightbox-footer .global-error img {
          transform: translateY(-8px); } }

.upload-lightbox.upload-lightbox--multiple-files .has-multiple-list {
  margin-top: 16px; }

.upload-lightbox.upload-lightbox--multiple-files .uploader-modal-control.btn-secondary.disabled, .upload-lightbox.upload-lightbox--multiple-files .uploader-modal-control.btn-primary.disabled, .upload-lightbox.upload-lightbox--multiple-files .uploader-modal-control.disabled.btn-tertiary, .upload-lightbox.upload-lightbox--multiple-files .uploader-modal-control.disabled.btn-cart, .upload-lightbox.upload-lightbox--multiple-files .header-container a.uploader-modal-control.disabled.btn-header, .header-container .upload-lightbox.upload-lightbox--multiple-files a.uploader-modal-control.disabled.btn-header {
  background-color: #E7E7E7;
  color: #CCCCCC; }

.upload-lightbox.upload-lightbox--multiple-files .uploader-modal-control:focus {
  box-shadow: 0 0 2px 2px #51a7e8;
  /* temp keyboard-only focus styles */ }

.upload-lightbox.upload-lightbox--multiple-files .uploader-modal-control:active {
  box-shadow: none; }

.upload-lightbox.upload-lightbox--multiple-files .instructions-wrapper {
  padding: 4px 0 24px;
  position: relative; }
  .upload-lightbox.upload-lightbox--multiple-files .instructions-wrapper:after {
    content: '';
    bottom: 0;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #CCCCCC; }

.upload-lightbox.upload-lightbox--multiple-files .instructions {
  font-size: 14px;
  text-align: center;
  color: #000000;
  line-height: 1.36; }
  @media (max-width: 425px) {
    .upload-lightbox.upload-lightbox--multiple-files .instructions {
      width: 100%;
      margin: auto; } }
  @media (min-width: 768px) {
    .upload-lightbox.upload-lightbox--multiple-files .instructions {
      font-size: 16px;
      line-height: 1.25; } }

.upload-lightbox.upload-lightbox--multiple-files .instructions-notice {
  padding-bottom: 14px;
  margin: 0 16px; }

.angular-ui-tree-placeholder {
  background: url("../images/ui-tree-placeholder.svg");
  border: 1px solid #CCCCCC;
  border-radius: 4px; }

.angular-ui-tree-empty {
  border: none;
  background-color: #F3F3F3;
  background-image: url("../images/icon-empty.svg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: 70px 70px;
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 180px;
  width: 100%;
  color: #000000; }
  @media (min-width: 768px) {
    .angular-ui-tree-empty {
      border-radius: 5px;
      position: relative;
      width: 100%;
      height: 100%;
      background-size: 100px 100px;
      background-position: center 30%;
      top: -20px;
      left: 0;
      transform: none; } }
  .angular-ui-tree-empty:before {
    content: 'Uh-oh…It’s empty here.';
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    font-family: "NormsProBold", "Norms Pro", arial, sans-serif;
    width: 100%;
    text-align: center;
    white-space: pre;
    top: 45%;
    font-size: 24px; }
    @media (min-width: 768px) {
      .angular-ui-tree-empty:before {
        top: 55%;
        font-size: 32px; } }
    @media (min-width: 1024px) {
      .angular-ui-tree-empty:before {
        font-size: 36px; } }
  .angular-ui-tree-empty:after {
    content: "Try adding one or more files below.";
    white-space: pre;
    display: block;
    text-align: center;
    line-height: 1.7;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    color: #444444;
    font-family: "NormsProRegular", "Norms Pro", arial, sans-serif;
    width: 100%;
    top: 60%;
    font-size: 14px; }
    @media (min-width: 768px) {
      .angular-ui-tree-empty:after {
        top: 67%;
        font-size: 16px; } }
    @media (min-width: 1024px) {
      .angular-ui-tree-empty:after {
        font-size: 18px; } }

.angular-ui-tree {
  min-height: 611px;
  padding-bottom: 166px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; }
  @media (min-width: 768px) {
    .angular-ui-tree {
      height: 356px;
      padding-bottom: 0;
      min-height: auto; } }
  .angular-ui-tree.not-draggable .upload-info:hover {
    box-shadow: none; }
  .angular-ui-tree.not-draggable .upload-info:focus {
    outline: none; }
  .angular-ui-tree.not-draggable .upload-info .angular-ui-tree-handle {
    cursor: default; }

.angular-ui-tree-nodes.angular-ui-tree-drag .upload-info {
  margin-top: 0;
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.05), 0 3px 14px 2px rgba(0, 0, 0, 0.03), 0 8px 10px 1px rgba(0, 0, 0, 0.05); }

.angular-ui-tree-nodes .upload-info {
  margin: 6px 16px 10px;
  width: calc(100% - 32px);
  padding: 20px 0;
  background-color: #FFFFFF;
  border-top: none;
  border-radius: 4px;
  display: -moz-flex;
  display: flex;
  transition: box-shadow 75ms ease;
  border: 2px solid #e7e7e7;
  min-height: 72px; }
  @media (max-width: 767px) {
    .angular-ui-tree-nodes .upload-info {
      padding: 12px;
      display: block; }
      .angular-ui-tree-nodes .upload-info div:nth-child(2) p {
        text-align: left; } }
  .angular-ui-tree-nodes .upload-info.keyboard-sort-mode {
    margin: 2px 2px 10px;
    width: calc(100% - 4px); }
  @media (min-width: 769px) {
    .angular-ui-tree-nodes .upload-info:hover {
      box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.05), 0 3px 1px -2px rgba(0, 0, 0, 0.03), 0 2px 2px 0 rgba(0, 0, 0, 0.05); } }
  .angular-ui-tree-nodes .upload-info .drag {
    width: 44px; }
    @media (max-width: 768px) {
      .angular-ui-tree-nodes .upload-info .drag {
        width: 40px; } }
    @media (max-width: 767px) {
      .angular-ui-tree-nodes .upload-info .drag {
        width: 28px; } }
    .angular-ui-tree-nodes .upload-info .drag img {
      transform: translate(7px, 3px); }
      @media (max-width: 767px) {
        .angular-ui-tree-nodes .upload-info .drag img {
          transform: none;
          position: absolute;
          top: -3px; } }
  .angular-ui-tree-nodes .upload-info p {
    font-size: 16px;
    color: #000000;
    font-weight: 300; }
    @media (max-width: 1023px) {
      .angular-ui-tree-nodes .upload-info p {
        font-size: 14px; } }
    @media (max-width: 767px) {
      .angular-ui-tree-nodes .upload-info p {
        font-size: 13px;
        max-width: 90%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; } }
  .angular-ui-tree-nodes .upload-info .name, .angular-ui-tree-nodes .upload-info .size, .angular-ui-tree-nodes .upload-info .status {
    transform: none; }
    @media (min-width: 768px) {
      .angular-ui-tree-nodes .upload-info .name, .angular-ui-tree-nodes .upload-info .size, .angular-ui-tree-nodes .upload-info .status {
        transform: translateY(5px); } }
  .angular-ui-tree-nodes .upload-info .name {
    font-family: "NormsProMedium", "Norms Pro", arial, sans-serif;
    display: block; }
    @media (max-width: 1439px) {
      .angular-ui-tree-nodes .upload-info .name {
        display: none; } }
    @media (max-width: 767px) {
      .angular-ui-tree-nodes .upload-info .name {
        display: block; } }
  .angular-ui-tree-nodes .upload-info .name--sm {
    display: none; }
    @media (max-width: 1439px) {
      .angular-ui-tree-nodes .upload-info .name--sm {
        display: block; } }
    @media (max-width: 767px) {
      .angular-ui-tree-nodes .upload-info .name--sm {
        display: none; } }
  @media (max-width: 767px) {
    .angular-ui-tree-nodes .upload-info .hide-on-mobile {
      display: none; } }
  .angular-ui-tree-nodes .upload-info .size {
    text-align: right; }
    @media (max-width: 1024px) {
      .angular-ui-tree-nodes .upload-info .size {
        padding-right: 10px; } }
    @media (max-width: 767px) {
      .angular-ui-tree-nodes .upload-info .size {
        display: none; } }
  .angular-ui-tree-nodes .upload-info .desktop-status-wrapper {
    display: none; }
    @media (min-width: 768px) {
      .angular-ui-tree-nodes .upload-info .desktop-status-wrapper {
        display: block; } }
  .angular-ui-tree-nodes .upload-info .mobile-status-wrapper {
    display: -moz-flex;
    display: flex;
    -moz-align-items: center;
    align-items: center; }
    @media (min-width: 768px) {
      .angular-ui-tree-nodes .upload-info .mobile-status-wrapper {
        display: none; } }
    .angular-ui-tree-nodes .upload-info .mobile-status-wrapper span {
      flex: 1;
      text-align: right;
      font-weight: normal; }
  .angular-ui-tree-nodes .upload-info .status {
    text-transform: capitalize;
    font-family: "NormsProMedium", "Norms Pro", arial, sans-serif;
    padding-left: 10px; }
    @media (max-width: 767px) {
      .angular-ui-tree-nodes .upload-info .status {
        transform: none;
        padding-left: 0px; } }
    .angular-ui-tree-nodes .upload-info .status img {
      vertical-align: top;
      margin-top: -3px; }
  .angular-ui-tree-nodes .upload-info .status--processed, .angular-ui-tree-nodes .upload-info .status--warning, .angular-ui-tree-nodes .upload-info .status--error {
    font-family: "NormsProMedium", "Norms Pro", arial, sans-serif; }
    @media (min-width: 768px) {
      .angular-ui-tree-nodes .upload-info .status--processed, .angular-ui-tree-nodes .upload-info .status--warning, .angular-ui-tree-nodes .upload-info .status--error {
        transform: translateY(5px); } }
  .angular-ui-tree-nodes .upload-info .status--processed {
    color: #28A228; }
  .angular-ui-tree-nodes .upload-info .status--warning {
    color: #FF9900; }
  .angular-ui-tree-nodes .upload-info .status--error {
    color: #FB0020; }
  .angular-ui-tree-nodes .upload-info .cancel-delete {
    position: absolute;
    right: 12px; }
    @media (min-width: 768px) {
      .angular-ui-tree-nodes .upload-info .cancel-delete {
        position: relative;
        right: auto; } }
    .angular-ui-tree-nodes .upload-info .cancel-delete button {
      float: right;
      cursor: pointer;
      padding: 0;
      transition: none;
      z-index: auto; }
      .angular-ui-tree-nodes .upload-info .cancel-delete button:hover {
        transform: none; }
      @media (min-width: 768px) {
        .angular-ui-tree-nodes .upload-info .cancel-delete button {
          margin: 4px 10px 0 0; } }
      .angular-ui-tree-nodes .upload-info .cancel-delete button img {
        width: 20px; }
  .angular-ui-tree-nodes .upload-info .upload-container {
    background: #E7E7E7;
    border-radius: 10px;
    border: 2px solid #E7E7E7;
    height: 24px;
    width: 100%;
    margin: 18px auto;
    top: 0; }
    @media (min-width: 768px) {
      .angular-ui-tree-nodes .upload-info .upload-container {
        width: 150px;
        margin: 0 auto;
        transform: translateY(3px); } }
    @media (min-width: 1024px) {
      .angular-ui-tree-nodes .upload-info .upload-container {
        width: 196px; } }
    @media (min-width: 1440px) {
      .angular-ui-tree-nodes .upload-info .upload-container {
        width: 200px; } }
  .angular-ui-tree-nodes .upload-info .error, .angular-ui-tree-nodes .upload-info .warning {
    width: 100%;
    line-height: 1.29; }
    @media (min-width: 768px) {
      .angular-ui-tree-nodes .upload-info .error, .angular-ui-tree-nodes .upload-info .warning {
        width: 200px;
        margin: 18px auto 0; } }
    .angular-ui-tree-nodes .upload-info .error p, .angular-ui-tree-nodes .upload-info .warning p {
      margin-bottom: 5px;
      font-size: 13px;
      line-height: 1.3; }
      @media (max-width: 767px) {
        .angular-ui-tree-nodes .upload-info .error p, .angular-ui-tree-nodes .upload-info .warning p {
          text-align: left;
          max-width: 500px;
          white-space: normal; } }
    .angular-ui-tree-nodes .upload-info .error a, .angular-ui-tree-nodes .upload-info .warning a {
      font-size: 13px; }
  .angular-ui-tree-nodes .upload-info .deletion-alert {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #444444;
    border-radius: 4px;
    display: block;
    padding: 16px 12px; }
    @media (min-width: 768px) {
      .angular-ui-tree-nodes .upload-info .deletion-alert {
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: row;
        flex-direction: row;
        -moz-align-items: center;
        align-items: center;
        -moz-justify-content: flex-start;
        justify-content: flex-start; } }
    .angular-ui-tree-nodes .upload-info .deletion-alert p {
      color: #FFFFFF; }
      .angular-ui-tree-nodes .upload-info .deletion-alert p.alert-name {
        font-family: "NormsProMedium", "Norms Pro", arial, sans-serif;
        padding-left: 0px; }
        @media (min-width: 768px) {
          .angular-ui-tree-nodes .upload-info .deletion-alert p.alert-name {
            padding-left: 25px; } }
      .angular-ui-tree-nodes .upload-info .deletion-alert p.alert-note {
        padding-left: 20px; }
        @media (max-width: 767px) {
          .angular-ui-tree-nodes .upload-info .deletion-alert p.alert-note {
            padding-left: 0px; } }
      .angular-ui-tree-nodes .upload-info .deletion-alert p .show-on-desktop {
        display: none; }
        @media (min-width: 768px) {
          .angular-ui-tree-nodes .upload-info .deletion-alert p .show-on-desktop {
            display: block; } }
      .angular-ui-tree-nodes .upload-info .deletion-alert p .show-on-mobile {
        display: block; }
        @media (min-width: 768px) {
          .angular-ui-tree-nodes .upload-info .deletion-alert p .show-on-mobile {
            display: none; } }
    .angular-ui-tree-nodes .upload-info .deletion-alert .alert-cta {
      padding-right: 10px;
      position: absolute;
      right: 0;
      z-index: 0; }
      @media (max-width: 767px) {
        .angular-ui-tree-nodes .upload-info .deletion-alert .alert-cta {
          bottom: 16px;
          width: 100%;
          padding: 0 12px; } }
      @media all and (-ms-high-contrast: none) {
        .angular-ui-tree-nodes .upload-info .deletion-alert .alert-cta {
          top: 50%;
          transform: translateY(-50%); } }
      .angular-ui-tree-nodes .upload-info .deletion-alert .alert-cta button {
        width: 48%;
        height: 42px;
        padding: 0;
        border-radius: 4px;
        background-color: #FFFFFF;
        color: black;
        font-size: 14px;
        vertical-align: initial;
        float: right;
        margin-right: 0; }
        @media (min-width: 768px) {
          .angular-ui-tree-nodes .upload-info .deletion-alert .alert-cta button {
            width: 89px;
            height: 42px;
            margin-right: 10px; } }
        @media (min-width: 1024px) {
          .angular-ui-tree-nodes .upload-info .deletion-alert .alert-cta button {
            width: 90px;
            height: 42px; } }
        @media (min-width: 1440px) {
          .angular-ui-tree-nodes .upload-info .deletion-alert .alert-cta button {
            width: 120px;
            height: 42px; } }
        .angular-ui-tree-nodes .upload-info .deletion-alert .alert-cta button:hover {
          transform: none; }
        .angular-ui-tree-nodes .upload-info .deletion-alert .alert-cta button:nth-child(2) {
          background-color: #444444;
          color: #FFFFFF;
          border: 1px solid #FFFFFF; }
          @media (max-width: 767px) {
            .angular-ui-tree-nodes .upload-info .deletion-alert .alert-cta button:nth-child(2) {
              margin-right: 4%; } }
  .angular-ui-tree-nodes .upload-info .upload-status {
    background: #0070C9;
    border-radius: 10px;
    height: 20px;
    position: relative;
    min-width: 20%;
    transition: width 0.2s ease-in;
    background-image: repeating-linear-gradient(50deg, transparent, transparent 0.7rem, #197ece 0.7rem, #197ece 1.4rem);
    background-size: 200% 200%;
    -webkit-animation: upload 2.3s linear infinite;
            animation: upload 2.3s linear infinite; }
    .angular-ui-tree-nodes .upload-info .upload-status span {
      position: absolute;
      right: 0;
      bottom: -5px;
      color: #FFFFFF;
      font-size: 14px;
      padding: 4px 4px;
      font-family: "NormsProBold", "Norms Pro", arial, sans-serif; }
    .angular-ui-tree-nodes .upload-info .upload-status.upload-complete {
      background: #28A228;
      background-image: none;
      background-size: 200% 200%;
      -webkit-animation: upload-fade 2s linear;
              animation: upload-fade 2s linear; }
    .angular-ui-tree-nodes .upload-info .upload-status.upload-error {
      background: #FB0020;
      -webkit-animation: none;
              animation: none; }
    .angular-ui-tree-nodes .upload-info .upload-status.upload-warning {
      background: #F90;
      -webkit-animation: none;
              animation: none; }

@media (max-width: 767px) {
  .upload-lightbox.select-source-lightbox.error-lightbox {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    left: 50%; } }

@media (max-width: 767px) {
  .upload-lightbox.select-source-lightbox.error-lightbox .lightbox-container {
    display: block; } }

.upload-lightbox.select-source-lightbox.error-lightbox .lightbox-content {
  max-width: 456px;
  border-radius: 4px; }
  @media (max-width: 767px) {
    .upload-lightbox.select-source-lightbox.error-lightbox .lightbox-content {
      width: 300px; } }

.upload-lightbox.select-source-lightbox.error-lightbox .lightbox-header {
  border-bottom: none;
  box-shadow: none;
  display: block;
  padding: 20px;
  height: 50px;
  font-weight: 700;
  position: relative; }
  .upload-lightbox.select-source-lightbox.error-lightbox .lightbox-header h3 {
    font-size: 14px;
    font-family: "NormsProBold", "Norms Pro", arial, sans-serif;
    text-align: left; }
  .upload-lightbox.select-source-lightbox.error-lightbox .lightbox-header .close-error {
    height: 12px;
    width: 12px;
    position: absolute;
    right: 16px;
    top: 16px;
    cursor: pointer; }
    .upload-lightbox.select-source-lightbox.error-lightbox .lightbox-header .close-error:before {
      content: '';
      height: 16px;
      width: 2px;
      background: #000;
      position: absolute;
      transform: rotate(-45deg);
      right: 6px;
      top: 0px; }
    .upload-lightbox.select-source-lightbox.error-lightbox .lightbox-header .close-error:after {
      content: '';
      height: 16px;
      width: 2px;
      background: #000;
      position: absolute;
      transform: rotate(45deg);
      right: 6px;
      top: 0px; }

.upload-lightbox.select-source-lightbox.error-lightbox .lightbox-body {
  background-color: unset;
  padding: 0 20px;
  height: unset;
  min-height: 80px; }

.upload-lightbox.select-source-lightbox.error-lightbox .lightbox-footer {
  background-color: unset; }
  @media (max-width: 767px) {
    .upload-lightbox.select-source-lightbox.error-lightbox .lightbox-footer {
      position: relative; }
      .upload-lightbox.select-source-lightbox.error-lightbox .lightbox-footer .btn {
        width: auto;
        min-width: 125px; } }

@-webkit-keyframes upload {
  100% {
    background-position: 100% 100%; } }

@keyframes upload {
  100% {
    background-position: 100% 100%; } }

@-webkit-keyframes upload-fade {
  0% {
    background-position: 100% 100%;
    background-image: repeating-linear-gradient(50deg, transparent, transparent 0.7rem, #3dab3d 0.7rem, #3dab3d 1.4rem); }
  100% {
    background-position: 100% 100%;
    background-image: repeating-linear-gradient(50deg, transparent, transparent 0.7rem, transparent 0.7rem, transparent 1.4rem); } }

@keyframes upload-fade {
  0% {
    background-position: 100% 100%;
    background-image: repeating-linear-gradient(50deg, transparent, transparent 0.7rem, #3dab3d 0.7rem, #3dab3d 1.4rem); }
  100% {
    background-position: 100% 100%;
    background-image: repeating-linear-gradient(50deg, transparent, transparent 0.7rem, transparent 0.7rem, transparent 1.4rem); } }

.uploader-notification .lightbox-content {
  width: 290px;
  text-align: center;
  padding: 20px; }
  .uploader-notification .lightbox-content .combining-files-icon, .uploader-notification .lightbox-content .page-orientation-mismatch-icon,
  .uploader-notification .lightbox-content .page-size-mismatch-icon, .uploader-notification .lightbox-content .criteria-booklets-pagecountdivisibleby,
  .uploader-notification .lightbox-content .criteria-booklets-minpages {
    width: 72px;
    height: 72px;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 10px auto 25px; }
  .uploader-notification .lightbox-content .combining-files-icon {
    background-image: url("../../hercules/images/multiple-files.svg");
    width: 54px;
    height: 65px; }
  .uploader-notification .lightbox-content .exclamation-triangle-icon {
    background-image: url("../../hercules/images/Error.png");
    height: 80px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 15px; }
  .uploader-notification .lightbox-content .page-orientation-mismatch-icon {
    background-image: url("../../hercules/images/orientation-mismatch.svg"); }
  .uploader-notification .lightbox-content .page-size-mismatch-icon {
    background-image: url("../../hercules/images/size-mismatch.svg"); }
  .uploader-notification .lightbox-content .criteria-booklets-pagecountdivisibleby, .uploader-notification .lightbox-content .criteria-booklets-minpages {
    background-image: url("../../hercules/images/booklets-mismatch.svg");
    width: 52px;
    height: 60px; }
  .uploader-notification .lightbox-content h2 {
    font-size: 24px;
    margin-bottom: 18px;
    color: #000000;
    font-family: "NormsProBold", "Norms Pro", arial, sans-serif; }
  .uploader-notification .lightbox-content p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.2; }
  .uploader-notification .lightbox-content .btn {
    font-weight: 700;
    min-width: 100%; }
    .uploader-notification .lightbox-content .btn.btn-primary, .uploader-notification .lightbox-content .btn.btn-tertiary, .uploader-notification .lightbox-content .btn.btn-cart, .uploader-notification .lightbox-content .header-container a.btn.btn-header, .header-container .uploader-notification .lightbox-content a.btn.btn-header {
      margin: 10px 0 0; }
    .uploader-notification .lightbox-content .btn.btn-secondary {
      margin: 10px 0 0; }
  .uploader-notification .lightbox-content .btn.uploader-alert-control:focus {
    box-shadow: 0 0 2px 2px #51a7e8; }
  .uploader-notification .lightbox-content .btn.uploader-alert-control:active {
    box-shadow: none; }
  .uploader-notification .lightbox-content .indicator-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 25px;
    margin-top: 20px; }
  .uploader-notification .lightbox-content .indicator {
    width: 8px;
    height: 8px;
    background-color: #CCCCCC;
    margin: 0 5px;
    border-radius: 100px; }
  .uploader-notification .lightbox-content .indicator--active {
    background-color: #CC0000; }

.hercules-builder-order-details-quantity .quantity-input {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  text-align: center;
  width: 65px;
  height: 30px;
  border-radius: 40px;
  border: 2px solid #CCCCCC;
  margin: 0 8px;
  -moz-appearance: textfield;
  transition: border .5s ease; }
  .hercules-builder-order-details-quantity .quantity-input:focus {
    border: 2px solid #0070C9; }

.hercules-builder-order-details-quantity span {
  display: inline-block;
  width: 17px;
  height: 17px;
  cursor: pointer;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -ms-user-select: none; }
  .hercules-builder-order-details-quantity span svg {
    fill: #444444; }
  @media (min-width: 769px) {
    .hercules-builder-order-details-quantity span:hover svg {
      fill: #0070C9;
      transition: fill 0.3s ease; } }
  .hercules-builder-order-details-quantity span:active svg {
    fill: #0070C9;
    transition: fill 0.3s ease; }
  .hercules-builder-order-details-quantity span.disabled svg {
    opacity: 0.4; }
    .hercules-builder-order-details-quantity span.disabled svg:hover svg {
      fill: #444444; }

.hercules-builder-order-details-quantity p {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 15px;
  font-family: "NormsProRegular", "Norms Pro", arial, sans-serif; }

@media (min-width: 769px) {
  .bannerconfigurator #main-content {
    min-height: 94vh; } }

.configurator-container {
  padding-top: 25px; }
  @media (max-width: 1024px) {
    .configurator-container {
      padding-top: 60px; } }
  .configurator-container:focus {
    outline: none; }

.bannerconfigurator footer.footer-hide {
  display: none; }

.bannerconfigurator header {
  display: none; }

.bannerconfigurator #main-content {
  margin-top: 0;
  padding-top: 0;
  min-height: 100vh; }

.hercules-configurator .exit-configurator .lightbox-content {
  max-width: 456px;
  border-radius: 4px; }

.hercules-configurator .exit-configurator .lightbox-header {
  border-bottom: none;
  box-shadow: none;
  display: block;
  padding: 20px;
  height: 50px;
  position: relative; }
  .hercules-configurator .exit-configurator .lightbox-header h3 {
    font-size: 14px;
    font-family: "NormsProMedium", "Norms Pro", arial, sans-serif;
    font-weight: 600;
    text-align: left; }

.hercules-configurator .exit-configurator .lightbox-body {
  background-color: unset;
  padding: 0 20px;
  height: unset;
  min-height: 80px; }

.hercules-configurator .exit-configurator .lightbox-footer {
  background-color: unset;
  padding-right: 0; }
  @media (max-width: 767px) {
    .hercules-configurator .exit-configurator .lightbox-footer {
      padding: 0 0 16px 0; } }
  .hercules-configurator .exit-configurator .lightbox-footer .btn {
    min-width: 156px;
    width: auto;
    font-family: "NormsProBold", "Norms Pro", arial, sans-serif; }
    @media (max-width: 767px) {
      .hercules-configurator .exit-configurator .lightbox-footer .btn {
        min-width: 125px; } }

.hercules-configurator .exit-configurator p {
  margin-bottom: 40px;
  font-size: 14px; }

.hercules-configurator .exit-configurator .close {
  position: absolute;
  top: 8px;
  right: 8px;
  cursor: pointer;
  height: 30px;
  width: 30px;
  padding: 0;
  transform: none;
  border: 2px solid transparent; }
  .hercules-configurator .exit-configurator .close:before, .hercules-configurator .exit-configurator .close:after {
    content: '';
    height: 15px;
    width: 2px;
    background: #000000;
    position: absolute;
    right: 12px;
    top: 6px; }
  .hercules-configurator .exit-configurator .close:before {
    transform: rotate(-45deg); }
  .hercules-configurator .exit-configurator .close:after {
    transform: rotate(45deg); }

@media (max-width: 767px) {
  .hercules-configurator .exit-configurator {
    width: 300px; } }

.js-focus-visible .exit-configurator button.focus-visible {
  border: 2px solid #0070C9; }

.wizard-view section .options-area.copies .project-name-heading {
  font-weight: 600;
  padding-bottom: 20px;
  margin-top: 15px;
  font-size: 14px; }
  @media (min-width: 1024px) {
    .wizard-view section .options-area.copies .project-name-heading {
      margin-top: 59px; } }

.wizard-view section .options-area.copies .hercules-builder-order-details-heading {
  font-size: 14px; }

.wizard-view section .options-area.copies .hercules-configurator-quantity {
  transform: translateY(37px); }
  @media (min-width: 1024px) {
    .wizard-view section .options-area.copies .hercules-configurator-quantity {
      transform: translateY(95px); } }
  @supports (-ms-ime-align: auto) {
    .wizard-view section .options-area.copies .hercules-configurator-quantity {
      transform: translateY(0); } }
  .wizard-view section .options-area.copies .hercules-configurator-quantity .minus {
    transform: translateY(-4px); }
  .wizard-view section .options-area.copies .hercules-configurator-quantity .plus {
    transform: translateY(-2px); }

.wizard-view section .options-area.copies .hercules-configurator-collation {
  transform: translateY(25px); }
  .wizard-view section .options-area.copies .hercules-configurator-collation .toggle-primary {
    position: absolute;
    transform: translate(4px, -8px); }
    @media (min-width: 768px) {
      .wizard-view section .options-area.copies .hercules-configurator-collation .toggle-primary {
        position: relative;
        transform: translate(8px, -7px); } }
  .wizard-view section .options-area.copies .hercules-configurator-collation .hercules-builder-collation-icon {
    margin: 2px 0 0; }
    .wizard-view section .options-area.copies .hercules-configurator-collation .hercules-builder-collation-icon img {
      transform: translate(-22px, 7px) scale(0.75); }
      @media (min-width: 768px) {
        .wizard-view section .options-area.copies .hercules-configurator-collation .hercules-builder-collation-icon img {
          transform: translate(0) scale(1); } }

.wizard-view section .options-area.copies .hercules-configurator-sub-total {
  display: none; }
  @media (min-width: 1024px) {
    .wizard-view section .options-area.copies .hercules-configurator-sub-total {
      display: block;
      font-size: 14px;
      transform: translateY(100px); }
      @supports (-ms-ime-align: auto) {
        .wizard-view section .options-area.copies .hercules-configurator-sub-total {
          transform: translateY(34px); } } }
  .wizard-view section .options-area.copies .hercules-configurator-sub-total .price {
    font-size: 20px;
    margin-left: 17px; }

.wizard-wrapper .copies .tabs .tab-trigger {
  width: 50%; }

.wizard-wrapper .copies .special-instructions {
  position: relative; }
  .wizard-wrapper .copies .special-instructions textarea {
    width: 100%;
    min-height: 212px;
    font-size: 14px;
    font-family: "NormsProMedium", "Norms Pro", arial, sans-serif;
    color: #000000;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    background-color: #F2F2F2;
    resize: none;
    padding: 16px 12px;
    margin: 4px 0 12px; }
    .wizard-wrapper .copies .special-instructions textarea::-webkit-input-placeholder {
      color: #7D7D7D; }
    .wizard-wrapper .copies .special-instructions textarea::-moz-placeholder {
      color: #7D7D7D; }
    .wizard-wrapper .copies .special-instructions textarea:-ms-input-placeholder {
      color: #7D7D7D; }
    .wizard-wrapper .copies .special-instructions textarea::-ms-input-placeholder {
      color: #7D7D7D; }
    .wizard-wrapper .copies .special-instructions textarea::placeholder {
      color: #7D7D7D; }
    @media (min-width: 768px) {
      .wizard-wrapper .copies .special-instructions textarea {
        min-height: 107px; } }
    @media (min-width: 1024px) {
      .wizard-wrapper .copies .special-instructions textarea {
        min-height: 244px;
        font-size: 16px; } }
    @media (min-width: 1440px) {
      .wizard-wrapper .copies .special-instructions textarea {
        min-height: 200px; } }
  .wizard-wrapper .copies .special-instructions .character-count-container {
    text-align: right;
    font-size: 13px;
    padding-bottom: 32px;
    color: #7D7D7D; }
    .wizard-wrapper .copies .special-instructions .character-count-container .special-instructions-character-count {
      color: #000000; }
  .wizard-wrapper .copies .special-instructions .special-instructions-contact-info-note {
    font-size: 14px;
    line-height: 1.28; }
    @media (min-width: 1024px) {
      .wizard-wrapper .copies .special-instructions .special-instructions-contact-info-note {
        font-size: 16px; } }
  .wizard-wrapper .copies .special-instructions .text-input {
    font-family: "NormsProMedium", "Norms Pro", arial, sans-serif;
    font-size: 14px;
    width: 240px;
    height: 25px;
    border: 0;
    caret-color: #CC0000;
    border-bottom: 1px solid #A1A1A1;
    line-height: 16px;
    background: #FFFFFF;
    border-radius: 0;
    display: block;
    padding: 0;
    margin: 0 0 4px; }
    .wizard-wrapper .copies .special-instructions .text-input::-ms-clear {
      display: none; }
    @media (min-width: 1024px) {
      .wizard-wrapper .copies .special-instructions .text-input {
        font-size: 16px; } }
  .wizard-wrapper .copies .special-instructions .hercules-builder-order-details-heading {
    margin-top: 0; }
  .wizard-wrapper .copies .special-instructions .phone-container {
    display: block;
    padding: 24px 0 42px; }
    .wizard-wrapper .copies .special-instructions .phone-container .phone-label {
      visibility: hidden;
      font-size: 13px;
      color: #7D7D7D;
      font-family: "NormsProMedium", "Norms Pro", arial, sans-serif; }
    .wizard-wrapper .copies .special-instructions .phone-container .phone-label--invalid {
      visibility: visible;
      color: #CC0000; }
    .wizard-wrapper .copies .special-instructions .phone-container .phone-label--valid {
      visibility: visible; }
    .wizard-wrapper .copies .special-instructions .phone-container .text-input.focus-visible {
      border: 0;
      border-bottom: 1px solid #A1A1A1; }
    .wizard-wrapper .copies .special-instructions .phone-container .text-input--error.focus-visible {
      border: 0;
      border-bottom: 1px solid #CC0000; }
    .wizard-wrapper .copies .special-instructions .phone-container .text-label--error {
      padding: 0;
      color: #FB0020; }
    .wizard-wrapper .copies .special-instructions .phone-container .phone-valid-text {
      font-size: 13px;
      color: #CC0000;
      font-family: "NormsProRegular", "Norms Pro", arial, sans-serif; }
      .wizard-wrapper .copies .special-instructions .phone-container .phone-valid-text:before {
        display: none; }
  .wizard-wrapper .copies .special-instructions .warning-info {
    padding-left: 12px;
    line-height: 1.214;
    font-size: 16px;
    font-family: NormsProMedium, 'Norms Pro', arial, sans-serif;
    color: #fff; }
  .wizard-wrapper .copies .special-instructions .warning-info-title {
    display: flex;
    margin-bottom: 8px; }
    .wizard-wrapper .copies .special-instructions .warning-info-title img {
      margin-right: 12px; }
  .wizard-wrapper .copies .special-instructions .warning-info-list {
    padding-left: 30px;
    margin-bottom: 0;
    list-style: disc; }
    .wizard-wrapper .copies .special-instructions .warning-info-list li {
      padding-left: 15px;
      padding-bottom: 5px; }

@media (min-width: 1024px) {
  .wizard-wrapper .copies div.price-summary-wrapper {
    position: absolute;
    bottom: 20px; } }

/*                                                                        MIXINS

$$\      $$\ $$\           $$\                                                  
$$$\    $$$ |\__|          \__|                                                 
$$$$\  $$$$ |$$\ $$\   $$\ $$\ $$$$$$$\   $$$$$$$\                              
$$\$$\$$ $$ |$$ |\$$\ $$  |$$ |$$  __$$\ $$  _____|                             
$$ \$$$  $$ |$$ | \$$$$  / $$ |$$ |  $$ |\$$$$$$\                               
$$ |\$  /$$ |$$ | $$  $$<  $$ |$$ |  $$ | \____$$\                              
$$ | \_/ $$ |$$ |$$  /\$$\ $$ |$$ |  $$ |$$$$$$$  |                             
\__|     \__|\__|\__/  \__|\__|\__|  \__|\_______/                              

*/
.wizard-wrapper {
  /*                                                                      GRID

    $$$$$$\             $$\       $$\                                           
    $$  __$$\           \__|      $$ |                                          
    $$ /  \__| $$$$$$\  $$\  $$$$$$$ |                                          
    $$ |$$$$\ $$  __$$\ $$ |$$  __$$ |                                          
    $$ |\_$$ |$$ |  \__|$$ |$$ /  $$ |                                          
    $$ |  $$ |$$ |      $$ |$$ |  $$ |                                          
    \$$$$$$  |$$ |      $$ |\$$$$$$$ |                                          
     \______/ \__|      \__| \_______|                                          

    */
  padding-top: 15px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 162px 66px 90px auto auto;
  grid-template-rows: 162px 66px 90px auto auto;
  grid-template-areas: "preview-area" "preview-cta" "nav" "options-area" "options-cta";
  /*                                                                                                        BREADCRUMB

    $$$$$$$\                                      $$\                                             $$\                   
    $$  __$$\                                     $$ |                                            $$ |                  
    $$ |  $$ | $$$$$$\   $$$$$$\   $$$$$$\   $$$$$$$ | $$$$$$$\  $$$$$$\  $$\   $$\ $$$$$$\$$$$\  $$$$$$$\              
    $$$$$$$\ |$$  __$$\ $$  __$$\  \____$$\ $$  __$$ |$$  _____|$$  __$$\ $$ |  $$ |$$  _$$  _$$\ $$  __$$\             
    $$  __$$\ $$ |  \__|$$$$$$$$ | $$$$$$$ |$$ /  $$ |$$ /      $$ |  \__|$$ |  $$ |$$ / $$ / $$ |$$ |  $$ |            
    $$ |  $$ |$$ |      $$   ____|$$  __$$ |$$ |  $$ |$$ |      $$ |      $$ |  $$ |$$ | $$ | $$ |$$ |  $$ |            
    $$$$$$$  |$$ |      \$$$$$$$\ \$$$$$$$ |\$$$$$$$ |\$$$$$$$\ $$ |      \$$$$$$  |$$ | $$ | $$ |$$$$$$$  |            
    \_______/ \__|       \_______| \_______| \_______| \_______|\__|       \______/ \__| \__| \__|\_______/             

    */
  /*
    $$$$$$$\                  $$\ $$\           
    $$  __$$\                 $$ |\__|          
    $$ |  $$ | $$$$$$\   $$$$$$$ |$$\  $$$$$$\  
    $$$$$$$  | \____$$\ $$  __$$ |$$ |$$  __$$\ 
    $$  __$$<  $$$$$$$ |$$ /  $$ |$$ |$$ /  $$ |
    $$ |  $$ |$$  __$$ |$$ |  $$ |$$ |$$ |  $$ |
    $$ |  $$ |\$$$$$$$ |\$$$$$$$ |$$ |\$$$$$$  |
    \__|  \__| \_______| \_______|\__| \______/ 
    */
  /* 
        Fix for IE11 bug where wrapping a <label> around an image doesn't work 
        as expected. 
        https://stackoverflow.com/questions/20198137/image-label-for-input-in-a-form-not-clickable-in-ie11/20222705#20222705
    */
  /*
    $$$$$$\   $$\                           $$\       $$\                           
    $$  __$$\ $$ |                          $$ |      $$ |                          
    $$ /  \__|$$$$$$$\   $$$$$$\   $$$$$$$\ $$ |  $$\ $$$$$$$\   $$$$$$\  $$\   $$\ 
    $$ |      $$  __$$\ $$  __$$\ $$  _____|$$ | $$  |$$  __$$\ $$  __$$\ \$$\ $$  |
    $$ |      $$ |  $$ |$$$$$$$$ |$$ /      $$$$$$  / $$ |  $$ |$$ /  $$ | \$$$$  / 
    $$ |  $$\ $$ |  $$ |$$   ____|$$ |      $$  _$$<  $$ |  $$ |$$ |  $$ | $$  $$<  
    \$$$$$$  |$$ |  $$ |\$$$$$$$\ \$$$$$$$\ $$ | \$$\ $$$$$$$  |\$$$$$$  |$$  /\$$\ 
     \______/ \__|  \__| \_______| \_______|\__|  \__|\_______/  \______/ \__/  \__|
    */
  /*
    $$$$$$$$\                    $$\     
    \__$$  __|                   $$ |    
       $$ | $$$$$$\  $$\   $$\ $$$$$$\   
       $$ |$$  __$$\ \$$\ $$  |\_$$  _|  
       $$ |$$$$$$$$ | \$$$$  /   $$ |    
       $$ |$$   ____| $$  $$<    $$ |$$\ 
       $$ |\$$$$$$$\ $$  /\$$\   \$$$$  |
       \__| \_______|\__/  \__|   \____/
    */
  /*                                                                                                         Accordion

    $$$$$$\                                                 $$\ $$\                                                     
    $$  __$$\                                               $$ |\__|                                                    
    $$ /  $$ | $$$$$$$\  $$$$$$$\  $$$$$$\   $$$$$$\   $$$$$$$ |$$\  $$$$$$\  $$$$$$$\                                  
    $$$$$$$$ |$$  _____|$$  _____|$$  __$$\ $$  __$$\ $$  __$$ |$$ |$$  __$$\ $$  __$$\                                 
    $$  __$$ |$$ /      $$ /      $$ /  $$ |$$ |  \__|$$ /  $$ |$$ |$$ /  $$ |$$ |  $$ |                                
    $$ |  $$ |$$ |      $$ |      $$ |  $$ |$$ |      $$ |  $$ |$$ |$$ |  $$ |$$ |  $$ |                                
    $$ |  $$ |\$$$$$$$\ \$$$$$$$\ \$$$$$$  |$$ |      \$$$$$$$ |$$ |\$$$$$$  |$$ |  $$ |                                
    \__|  \__| \_______| \_______| \______/ \__|       \_______|\__| \______/ \__|  \__|                                

                                                                                                                      */
  /*                               Tabs
    $$$$$$$$\        $$\                 
    \__$$  __|       $$ |                
       $$ | $$$$$$\  $$$$$$$\   $$$$$$$\ 
       $$ | \____$$\ $$  __$$\ $$  _____|
       $$ | $$$$$$$ |$$ |  $$ |\$$$$$$\  
       $$ |$$  __$$ |$$ |  $$ | \____$$\ 
       $$ |\$$$$$$$ |$$$$$$$  |$$$$$$$  |
       \__| \_______|\_______/ \_______/ 
    */
  /*                                                                 Size Step

     $$$$$$\  $$\                                                               
    $$  __$$\ \__|                                                              
    $$ /  \__|$$\ $$$$$$$$\  $$$$$$\                                            
    \$$$$$$\  $$ |\____$$  |$$  __$$\                                           
     \____$$\ $$ |  $$$$ _/ $$$$$$$$ |                                          
    $$\   $$ |$$ | $$  _/   $$   ____|                                          
    \$$$$$$  |$$ |$$$$$$$$\ \$$$$$$$\                                           
     \______/ \__|\________| \_______|                                          

                                                                              */
  /*                                                                Color Step

     $$$$$$\            $$\                                                     
    $$  __$$\           $$ |                                                    
    $$ /  \__| $$$$$$\  $$ | $$$$$$\   $$$$$$\                                  
    $$ |      $$  __$$\ $$ |$$  __$$\ $$  __$$\                                 
    $$ |      $$ /  $$ |$$ |$$ /  $$ |$$ |  \__|                                
    $$ |  $$\ $$ |  $$ |$$ |$$ |  $$ |$$ |                                      
    \$$$$$$  |\$$$$$$  |$$ |\$$$$$$  |$$ |                                      
     \______/  \______/ \__| \______/ \__|                                      

                                                                              */
  /*                                                                Paper Step

    $$$$$$$\                                                                    
    $$  __$$\                                                                   
    $$ |  $$ |$$$$$$\   $$$$$$\   $$$$$$\   $$$$$$\                             
    $$$$$$$  |\____$$\ $$  __$$\ $$  __$$\ $$  __$$\                            
    $$  ____/ $$$$$$$ |$$ /  $$ |$$$$$$$$ |$$ |  \__|                           
    $$ |     $$  __$$ |$$ |  $$ |$$   ____|$$ |                                 
    $$ |     \$$$$$$$ |$$$$$$$  |\$$$$$$$\ $$ |                                
    \__|      \_______|$$  ____/  \_______|\__|                                 
                    $$ |                                                        
                    $$ |                                                        
                    \__|                                                        

                                                                              */
  /*                                                              Binding Step

    $$$$$$$\  $$\                 $$\ $$\                                       
    $$  __$$\ \__|                $$ |\__|                                      
    $$ |  $$ |$$\ $$$$$$$\   $$$$$$$ |$$\ $$$$$$$\   $$$$$$\                    
    $$$$$$$\ |$$ |$$  __$$\ $$  __$$ |$$ |$$  __$$\ $$  __$$\                   
    $$  __$$\ $$ |$$ |  $$ |$$ /  $$ |$$ |$$ |  $$ |$$ /  $$ |                  
    $$ |  $$ |$$ |$$ |  $$ |$$ |  $$ |$$ |$$ |  $$ |$$ |  $$ |                  
    $$$$$$$  |$$ |$$ |  $$ |\$$$$$$$ |$$ |$$ |  $$ |\$$$$$$$ |                  
    \_______/ \__|\__|  \__| \_______|\__|\__|  \__| \____$$ |                  
                                                    $$\   $$ |                  
                                                    \$$$$$$  |                  
                                                     \______/                   

                                                                              */
  /*                                                            FINISHING STEP

    $$$$$$$$\ $$\           $$\           $$\       $$\                         
    $$  _____|\__|          \__|          $$ |      \__|                        
    $$ |      $$\ $$$$$$$\  $$\  $$$$$$$\ $$$$$$$\  $$\ $$$$$$$\   $$$$$$\      
    $$$$$\    $$ |$$  __$$\ $$ |$$  _____|$$  __$$\ $$ |$$  __$$\ $$  __$$\     
    $$  __|   $$ |$$ |  $$ |$$ |\$$$$$$\  $$ |  $$ |$$ |$$ |  $$ |$$ /  $$ |    
    $$ |      $$ |$$ |  $$ |$$ | \____$$\ $$ |  $$ |$$ |$$ |  $$ |$$ |  $$ |    
    $$ |      $$ |$$ |  $$ |$$ |$$$$$$$  |$$ |  $$ |$$ |$$ |  $$ |\$$$$$$$ |    
    \__|      \__|\__|  \__|\__|\_______/ \__|  \__|\__|\__|  \__| \____$$ |    
                                                                  $$\   $$ |    
                                                                  \$$$$$$  |    
                                                                   \______/     

    */
  /*                                                                           Blueprints
    $$$$$$$\  $$\                                         $$\            $$\               
    $$  __$$\ $$ |                                        \__|           $$ |              
    $$ |  $$ |$$ |$$\   $$\  $$$$$$\   $$$$$$\   $$$$$$\  $$\ $$$$$$$\ $$$$$$\    $$$$$$$\ 
    $$$$$$$\ |$$ |$$ |  $$ |$$  __$$\ $$  __$$\ $$  __$$\ $$ |$$  __$$\\_$$  _|  $$  _____|
    $$  __$$\ $$ |$$ |  $$ |$$$$$$$$ |$$ /  $$ |$$ |  \__|$$ |$$ |  $$ | $$ |    \$$$$$$\  
    $$ |  $$ |$$ |$$ |  $$ |$$   ____|$$ |  $$ |$$ |      $$ |$$ |  $$ | $$ |$$\  \____$$\ 
    $$$$$$$  |$$ |\$$$$$$  |\$$$$$$$\ $$$$$$$  |$$ |      $$ |$$ |  $$ | \$$$$  |$$$$$$$  |
    \_______/ \__| \______/  \_______|$$  ____/ \__|      \__|\__|  \__|  \____/ \_______/ 
                                      $$ |                                                 
                                      $$ |                                                 
                                      \__|                                                 
    */
  /* Booklets

    $$$$$$$\                      $$\       $$\            $$\               
    $$  __$$\                     $$ |      $$ |           $$ |              
    $$ |  $$ | $$$$$$\   $$$$$$\  $$ |  $$\ $$ | $$$$$$\ $$$$$$\    $$$$$$$\ 
    $$$$$$$\ |$$  __$$\ $$  __$$\ $$ | $$  |$$ |$$  __$$\\_$$  _|  $$  _____|
    $$  __$$\ $$ /  $$ |$$ /  $$ |$$$$$$  / $$ |$$$$$$$$ | $$ |    \$$$$$$\  
    $$ |  $$ |$$ |  $$ |$$ |  $$ |$$  _$$<  $$ |$$   ____| $$ |$$\  \____$$\ 
    $$$$$$$  |\$$$$$$  |\$$$$$$  |$$ | \$$\ $$ |\$$$$$$$\  \$$$$  |$$$$$$$  |
    \_______/  \______/  \______/ \__|  \__|\__| \_______|  \____/ \_______/ 

    */
  /* Quick Flow                                                                            

    $$$$$$\            $$\           $$\             $$$$$$$$\ $$\                         
    $$  __$$\           \__|          $$ |            $$  _____|$$ |                        
    $$ /  $$ |$$\   $$\ $$\  $$$$$$$\ $$ |  $$\       $$ |      $$ | $$$$$$\  $$\  $$\  $$\ 
    $$ |  $$ |$$ |  $$ |$$ |$$  _____|$$ | $$  |      $$$$$\    $$ |$$  __$$\ $$ | $$ | $$ |
    $$ |  $$ |$$ |  $$ |$$ |$$ /      $$$$$$  /       $$  __|   $$ |$$ /  $$ |$$ | $$ | $$ |
    $$ $$\$$ |$$ |  $$ |$$ |$$ |      $$  _$$<        $$ |      $$ |$$ |  $$ |$$ | $$ | $$ |
    \$$$$$$ / \$$$$$$  |$$ |\$$$$$$$\ $$ | \$$\       $$ |      $$ |\$$$$$$  |\$$$$$\$$$$  |
     \___$$$\  \______/ \__| \_______|\__|  \__|      \__|      \__| \______/  \_____\____/ 
         \___|                                                                              

    */
  /*  Project Summary

     $$$$$$\
    $$  __$$\                                                                                                           
    $$ /  \__|$$\   $$\ $$$$$$\$$$$\  $$$$$$\$$$$\   $$$$$$\   $$$$$$\  $$\   $$\                                       
    \$$$$$$\  $$ |  $$ |$$  _$$  _$$\ $$  _$$  _$$\  \____$$\ $$  __$$\ $$ |  $$ |                                      
     \____$$\ $$ |  $$ |$$ / $$ / $$ |$$ / $$ / $$ | $$$$$$$ |$$ |  \__|$$ |  $$ |                                      
    $$\   $$ |$$ |  $$ |$$ | $$ | $$ |$$ | $$ | $$ |$$  __$$ |$$ |      $$ |  $$ |                                      
    \$$$$$$  |\$$$$$$  |$$ | $$ | $$ |$$ | $$ | $$ |\$$$$$$$ |$$ |      \$$$$$$$ |                                      
     \______/  \______/ \__| \__| \__|\__| \__| \__| \_______|\__|       \____$$ |                                      
                                                                        $$\   $$ |                                      
                                                                        \$$$$$$  |                                      
                                                                         \______/                                       
    
    */ }
  .wizard-wrapper nav {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    position: relative;
    overflow: hidden;
    grid-area: nav;
    background-color: #FFFFFF; }
    @media (min-width: 1024px) {
      .wizard-wrapper nav {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        position: fixed;
        top: 0;
        z-index: 5;
        left: 50%;
        transform: translateX(-47%); } }
  .wizard-wrapper .preview-area {
    position: relative;
    margin: 0 0 10px;
    grid-area: preview-area;
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
    @media (min-width: 1024px) {
      .wizard-wrapper .preview-area {
        margin: 40px;
        -ms-grid-row: 2;
        -ms-grid-column: 1; } }
  .wizard-wrapper .preview-cta {
    grid-area: preview-cta;
    -ms-grid-row: 2;
    -ms-grid-column: 1; }
    @media (min-width: 1024px) {
      .wizard-wrapper .preview-cta {
        -ms-grid-row: 3;
        -ms-grid-column: 1; } }
    .wizard-wrapper .preview-cta .page-selector-wrapper {
      margin: 0;
      height: 42px; }
  .wizard-wrapper .options-area {
    grid-area: options-area;
    overflow-y: auto;
    overflow-y: overlay;
    padding: 25px 15px 0;
    -ms-grid-row: 4;
    -ms-grid-column: 1;
    background-color: #FFFFFF; }
    @media (min-width: 768px) {
      .wizard-wrapper .options-area {
        padding-left: 25px;
        padding-right: 25px; } }
    @media (min-width: 1024px) {
      .wizard-wrapper .options-area {
        padding: 32px 40px 0;
        border-left: 2px solid #E7E7E7;
        -ms-grid-row: 2;
        -ms-grid-column: 2; } }
    .wizard-wrapper .options-area .section-title {
      font-family: "NormsProBold", "Norms Pro", arial, sans-serif;
      font-size: 14px;
      font-weight: 500;
      color: #000000;
      margin-bottom: 15px;
      display: block; }
      @media (min-width: 768px) {
        .wizard-wrapper .options-area .section-title {
          padding: 0; } }
      @media (min-width: 1024px) {
        .wizard-wrapper .options-area .section-title {
          font-size: 16px; } }
    .wizard-wrapper .options-area .builder-control-copies {
      margin-top: 24px; }
      @media (min-width: 1024px) {
        .wizard-wrapper .options-area .builder-control-copies {
          margin-top: 32px; } }
    .wizard-wrapper .options-area.ink {
      padding-bottom: 32px; }
    .wizard-wrapper .options-area.binding, .wizard-wrapper .options-area.finishing {
      padding-bottom: 10px; }
    @media (min-width: 1024px) {
      .wizard-wrapper .options-area.copies ~ .options-cta > .footer .btn-primary, .wizard-wrapper .options-area.copies ~ .options-cta > .footer .btn-tertiary, .wizard-wrapper .options-area.copies ~ .options-cta > .footer .btn-cart, .wizard-wrapper .options-area.copies ~ .options-cta > .footer .header-container a.btn-header, .header-container .wizard-wrapper .options-area.copies ~ .options-cta > .footer a.btn-header, .wizard-wrapper .options-area.copies ~ .options-cta > .footer .btn-secondary {
        min-width: 0;
        width: calc(50% - 4px); } }
    .wizard-wrapper .options-area .hercules-builder-order-details-heading {
      margin: 0 0 16px;
      font-family: "NormsProBold", "Norms Pro", arial, sans-serif;
      color: #000000;
      font-size: 14px; }
      @media (min-width: 1024px) {
        .wizard-wrapper .options-area .hercules-builder-order-details-heading {
          font-size: 16px; } }
    .wizard-wrapper .options-area .hercules-editable-text-wrapper {
      width: 100%;
      border-radius: 4px;
      border: 1px solid #CCCCCC;
      background-color: #F2F2F2; }
    .wizard-wrapper .options-area .hercules-editable-text {
      position: relative;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      height: 42px;
      padding: 0 16px; }
      .wizard-wrapper .options-area .hercules-editable-text label {
        margin-left: auto; }
    .wizard-wrapper .options-area .hercules-editable-text-content {
      font-family: "NormsProMedium", "Norms Pro", arial, sans-serif;
      color: #000000;
      font-size: 14px;
      overflow: hidden;
      margin-right: 25px; }
      @media (min-width: 1024px) {
        .wizard-wrapper .options-area .hercules-editable-text-content {
          font-size: 16px;
          padding-top: 1px; } }
    @media (min-width: 768px) {
      .wizard-wrapper .options-area .hercules-editable-text-mask--small {
        display: none; } }
    @media (min-width: 1024px) {
      .wizard-wrapper .options-area .hercules-editable-text-mask--small {
        display: inline; } }
    @media (min-width: 1440px) {
      .wizard-wrapper .options-area .hercules-editable-text-mask--small {
        display: none; } }
    .wizard-wrapper .options-area .hercules-editable-text-mask--medium {
      display: none; }
      @media (min-width: 1440px) {
        .wizard-wrapper .options-area .hercules-editable-text-mask--medium {
          display: inline; } }
    .wizard-wrapper .options-area .hercules-editable-text-mask--large {
      display: none; }
      @media (min-width: 768px) {
        .wizard-wrapper .options-area .hercules-editable-text-mask--large {
          display: inline; } }
      @media (min-width: 1024px) {
        .wizard-wrapper .options-area .hercules-editable-text-mask--large {
          display: none; } }
    .wizard-wrapper .options-area .hercules-builder-order-details-quantity {
      margin-bottom: 24px; }
      @media (min-width: 1024px) {
        .wizard-wrapper .options-area .hercules-builder-order-details-quantity {
          margin-bottom: 32px; } }
    .wizard-wrapper .options-area .hercules-builder-collation-icon {
      margin: 0 0 36px; }
    .wizard-wrapper .options-area .ui-divider {
      transform: translateY(-25px); }
      @media (min-width: 1024px) {
        .wizard-wrapper .options-area .ui-divider {
          display: none; } }
  .wizard-wrapper .options-cta {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    grid-area: options-cta;
    background-color: #FFFFFF;
    padding: 0 15px 40px; }
    @media (min-width: 768px) {
      .wizard-wrapper .options-cta {
        padding-right: 25px;
        padding-left: 25px; } }
    @media (min-width: 1024px) {
      .wizard-wrapper .options-cta {
        -ms-grid-row: 3;
        -ms-grid-column: 2;
        padding-right: 40px;
        padding-left: 40px;
        border-left: 2px solid #E7E7E7; } }
    @media (min-width: 768px) {
      .wizard-wrapper .options-cta .footer {
        display: flex;
        align-items: center;
        justify-content: space-between; } }
    @media (min-width: 1024px) {
      .wizard-wrapper .options-cta .footer {
        flex-direction: column;
        align-items: flex-start; } }
    .wizard-wrapper .options-cta .price-wrapper {
      margin: 16px 0;
      font-family: "NormsProMedium", "Norms Pro", arial, sans-serif;
      font-size: 14px;
      display: flex; }
      @media (min-width: 768px) {
        .wizard-wrapper .options-cta .price-wrapper {
          margin-right: 24px;
          margin-bottom: 0; } }
      @media (min-width: 1024px) {
        .wizard-wrapper .options-cta .price-wrapper {
          font-size: 16px;
          margin: 16px 0 8px;
          width: 100%; } }
    .wizard-wrapper .options-cta .price-value {
      font-family: "NormsProBold", "Norms Pro", arial, sans-serif;
      flex-grow: 1;
      margin-left: 2px; }
    .wizard-wrapper .options-cta .cta-wrapper {
      display: flex;
      flex-direction: column-reverse; }
      @media (min-width: 1024px) {
        .wizard-wrapper .options-cta .cta-wrapper {
          width: 100%; } }
      @media (min-width: 768px) {
        .wizard-wrapper .options-cta .cta-wrapper {
          flex-direction: row; } }
    .wizard-wrapper .options-cta .btn-primary, .wizard-wrapper .options-cta .btn-tertiary, .wizard-wrapper .options-cta .btn-cart, .wizard-wrapper .options-cta .header-container a.btn-header, .header-container .wizard-wrapper .options-cta a.btn-header, .wizard-wrapper .options-cta .btn-secondary {
      width: 100%;
      margin: 8px 0 0; }
      @media (min-width: 768px) {
        .wizard-wrapper .options-cta .btn-primary, .wizard-wrapper .options-cta .btn-tertiary, .wizard-wrapper .options-cta .btn-cart, .wizard-wrapper .options-cta .header-container a.btn-header, .header-container .wizard-wrapper .options-cta a.btn-header, .wizard-wrapper .options-cta .btn-secondary {
          width: 211px; } }
      @media (min-width: 1024px) {
        .wizard-wrapper .options-cta .btn-primary, .wizard-wrapper .options-cta .btn-tertiary, .wizard-wrapper .options-cta .btn-cart, .wizard-wrapper .options-cta .header-container a.btn-header, .header-container .wizard-wrapper .options-cta a.btn-header, .wizard-wrapper .options-cta .btn-secondary {
          width: 100%; } }
    @media (min-width: 768px) {
      .wizard-wrapper .options-cta .btn-primary, .wizard-wrapper .options-cta .btn-tertiary, .wizard-wrapper .options-cta .btn-cart, .wizard-wrapper .options-cta .header-container a.btn-header, .header-container .wizard-wrapper .options-cta a.btn-header {
        margin: 16px 0 0; } }
    @media (min-width: 768px) {
      .wizard-wrapper .options-cta .btn-secondary {
        margin: 16px 8px 0 0; } }
  @media (min-width: 768px) {
    .wizard-wrapper {
      padding-top: 32px;
      -ms-grid-rows: 300px 74px 63px auto auto;
      grid-template-rows: 300px 74px 63px minmax(calc(100vh - 643px), auto) 100px; } }
  @media (min-width: 1024px) {
    .wizard-wrapper {
      padding-top: 0;
      -ms-grid-columns: calc(100vw - 439px) 439px;
      grid-template-columns: calc(100vw - 439px) 439px;
      -ms-grid-rows: 74px calc(100vh - 74px - 125px) 125px;
      grid-template-rows: 74px calc(100vh - 74px - 125px) 125px;
      grid-template-areas: "nav nav" "preview-area options-area" "preview-cta options-cta"; } }
  @media (min-width: 1440px) {
    .wizard-wrapper {
      -ms-grid-columns: calc(100vw - 492px) 492px;
      grid-template-columns: calc(100vw - 492px) 492px; } }
  .wizard-wrapper .ui-divider {
    width: calc(100vw - 30px);
    height: 2px;
    margin: auto;
    background-color: #E7E7E7; }
    @media (min-width: 768px) {
      .wizard-wrapper .ui-divider {
        width: calc(100vw - 48px); } }
    @media (min-width: 1024px) {
      .wizard-wrapper .ui-divider {
        width: 100%; } }
  .wizard-wrapper .breadcrumb {
    display: flex;
    width: 100%;
    height: 55px;
    margin: auto;
    align-items: center;
    justify-content: flex-start;
    margin-left: 15px; }
    @media (min-width: 768px) {
      .wizard-wrapper .breadcrumb {
        margin: 0;
        height: 100%;
        justify-content: center;
        padding: 0 24px; } }
    @media (min-width: 1024px) {
      .wizard-wrapper .breadcrumb {
        padding: 0;
        border-bottom: 2px solid #E7E7E7; } }
    .wizard-wrapper .breadcrumb--first-step {
      margin-left: calc(((100vw - 192px) / 2) + 69px); }
      @media (min-width: 768px) {
        .wizard-wrapper .breadcrumb--first-step {
          margin-left: 0; } }
    .wizard-wrapper .breadcrumb--last-step {
      margin-left: calc(((-100vw + 84px) / 2) + 69px); }
      @media (min-width: 768px) {
        .wizard-wrapper .breadcrumb--last-step {
          margin-left: 0; } }
      .wizard-wrapper .breadcrumb--last-step .breadcrumb-item-wrapper::after {
        content: none; }
      .wizard-wrapper .breadcrumb--last-step .breadcrumb-item-wrapper::before {
        content: ''; }
        @media (min-width: 768px) {
          .wizard-wrapper .breadcrumb--last-step .breadcrumb-item-wrapper::before {
            content: none; } }
    .wizard-wrapper .breadcrumb--second-last-step .breadcrumb-item-wrapper:last-of-type::after {
      content: none; }
    .wizard-wrapper .breadcrumb--middle-step {
      margin: auto; }
      .wizard-wrapper .breadcrumb--middle-step::before {
        content: 'empty';
        display: block;
        width: 15px;
        background-color: #0070C9;
        height: 2px;
        color: transparent; }
        @media (min-width: 768px) {
          .wizard-wrapper .breadcrumb--middle-step::before {
            content: none; } }
    .wizard-wrapper .breadcrumb .hide-mobile {
      display: none; }
      @media (min-width: 768px) {
        .wizard-wrapper .breadcrumb .hide-mobile {
          display: block; } }
  .wizard-wrapper .breadcrumb-item-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF; }
    .wizard-wrapper .breadcrumb-item-wrapper::after, .wizard-wrapper .breadcrumb-item-wrapper::before {
      color: #E2E2E2;
      font-family: "NormsProMedium", "Norms Pro", arial, sans-serif;
      font-size: 12px;
      font-weight: normal;
      width: calc((100vw - 192px) / 2);
      height: 2px;
      background-color: #CCCCCC; }
    .wizard-wrapper .breadcrumb-item-wrapper::after {
      content: ''; }
      @media (min-width: 768px) {
        .wizard-wrapper .breadcrumb-item-wrapper::after {
          content: none; } }
    .wizard-wrapper .breadcrumb-item-wrapper::before {
      background-color: #0070C9; }
    .wizard-wrapper .breadcrumb-item-wrapper.selected::after {
      background-color: #0070C9; }
    @media (min-width: 768px) {
      .wizard-wrapper .breadcrumb-item-wrapper.active .breadcrumb-item {
        border-bottom: 4px solid #0070C9; } }
    .wizard-wrapper .breadcrumb-item-wrapper.active .breadcrumb-item__number {
      border: 4px double #FFFFFF;
      background-color: #0070C9;
      color: #FFFFFF;
      width: 27px;
      height: 27px; }
      @media (min-width: 768px) {
        .wizard-wrapper .breadcrumb-item-wrapper.active .breadcrumb-item__number {
          border: 0;
          width: auto;
          height: auto;
          background-color: #FFFFFF;
          color: #000000; } }
    .wizard-wrapper .breadcrumb-item-wrapper.active .breadcrumb-item__name {
      color: #000000; }
    .wizard-wrapper .breadcrumb-item-wrapper.selected .breadcrumb-item__name {
      color: #0070C9; }
    .wizard-wrapper .breadcrumb-item-wrapper.selected .breadcrumb-item__number::after {
      content: none; }
    .wizard-wrapper .breadcrumb-item-wrapper.selected img {
      width: 23px;
      height: 23px; }
      @media (min-width: 768px) {
        .wizard-wrapper .breadcrumb-item-wrapper.selected img {
          width: 20px;
          height: 20px;
          margin-right: 8px; } }
    .wizard-wrapper .breadcrumb-item-wrapper.disabled {
      pointer-events: none;
      opacity: 0.3; }
  .wizard-wrapper .breadcrumb-item {
    font-family: "NormsProMedium", "Norms Pro", arial, sans-serif;
    text-transform: capitalize;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 54px;
    margin-top: 13px; }
    @media (min-width: 768px) {
      .wizard-wrapper .breadcrumb-item {
        flex-direction: row;
        width: 120px;
        margin-top: 0;
        justify-content: center;
        height: 63px;
        border-bottom: 4px solid transparent; } }
    @media (min-width: 1024px) {
      .wizard-wrapper .breadcrumb-item {
        height: 72px;
        width: 115px; } }
    @media (min-width: 1440px) {
      .wizard-wrapper .breadcrumb-item {
        width: 163px; } }
    .wizard-wrapper .breadcrumb-item:hover, .wizard-wrapper .breadcrumb-item:active, .wizard-wrapper .breadcrumb-item:active:focus {
      text-decoration: none; }
    .wizard-wrapper .breadcrumb-item__number {
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
      margin-bottom: 2px;
      background-color: #FFFFFF;
      font-size: 10px;
      color: #CCCCCC;
      border: 2px solid #CCCCCC;
      width: 23px;
      height: 23px; }
      @media (min-width: 768px) {
        .wizard-wrapper .breadcrumb-item__number {
          border: 0;
          width: auto;
          height: auto;
          font-size: 14px;
          margin-bottom: 0; } }
      @media (min-width: 1024px) {
        .wizard-wrapper .breadcrumb-item__number {
          font-size: 16px; } }
      @media (min-width: 768px) {
        .wizard-wrapper .breadcrumb-item__number::after {
          content: '.';
          margin-right: 4px; } }
    .wizard-wrapper .breadcrumb-item__name {
      font-size: 13px;
      color: #CCCCCC; }
      @media (min-width: 768px) {
        .wizard-wrapper .breadcrumb-item__name {
          font-size: 14px; } }
      @media (min-width: 1024px) {
        .wizard-wrapper .breadcrumb-item__name {
          font-size: 16px; } }
  .wizard-wrapper .progress {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    font-size: 11px;
    font-family: "NormsProMedium", "Norms Pro", arial, sans-serif;
    color: #7D7D7D; }
    @media (min-width: 768px) {
      .wizard-wrapper .progress {
        display: none; } }
  .wizard-wrapper .radio-head {
    width: 100%; }
  .wizard-wrapper .radio-label-flag-top-pick, .wizard-wrapper .radio-label-flag-delivery-only {
    align-items: center;
    border-radius: 4px;
    display: inline-flex;
    font-family: "NormsProMedium", "Norms Pro", arial, sans-serif;
    font-size: 11px;
    height: 24px;
    justify-content: center;
    width: 90px; }
  .wizard-wrapper .radio-label-flag-delivery-only {
    color: #CC0000;
    border: 1px solid #CC0000; }
  .wizard-wrapper .radio-label-flag-top-pick {
    color: #FFFFFF;
    background-color: #444444; }
  .wizard-wrapper .radio-option-wrapper {
    width: 100px;
    height: 100px;
    position: relative; }
  .wizard-wrapper .radio-input {
    position: absolute;
    opacity: 0; }
  .wizard-wrapper .radio-label {
    cursor: pointer;
    display: flex;
    width: 100%;
    height: 100%;
    font-family: "NormsProRegular", "Norms Pro", arial, sans-serif;
    font-size: 14px;
    color: #000000; }
    @media (min-width: 1024px) {
      .wizard-wrapper .radio-label {
        font-size: 16px; } }
  .wizard-wrapper .radio-label-description {
    font-family: "NormsProMedium", "Norms Pro", arial, sans-serif; }
  .wizard-wrapper .radio-label-invalid-messages {
    padding-top: 10px;
    padding-left: 53px; }
  .wizard-wrapper .radio-label-image img {
    pointer-events: none; }
  .wizard-wrapper .radio-group {
    display: flex;
    flex-wrap: wrap; }
    .wizard-wrapper .radio-group .radio-head {
      font-family: "NormsProBold", "Norms Pro", arial, sans-serif;
      font-size: 14px;
      font-weight: 500;
      color: #000000;
      margin-bottom: 15px; }
      @media (min-width: 1024px) {
        .wizard-wrapper .radio-group .radio-head {
          font-size: 16px; } }
    .wizard-wrapper .radio-group .radio-label {
      background-color: #FFFFFF;
      border-radius: 5px;
      border: 2px solid #E7E7E7;
      box-shadow: none;
      transition: all 0.3s ease-out; }
    .wizard-wrapper .radio-group .radio-input:checked + .radio-label {
      border-color: #0070C9;
      background-color: #F5F9FD; }
    .wizard-wrapper .radio-group .radio-input:not(:checked) + .radio-label:hover {
      border-color: transparent;
      box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2); }
    .wizard-wrapper .radio-group .radio-input:disabled + .radio-label .radio-label-image,
    .wizard-wrapper .radio-group .radio-input:disabled + .radio-label .radio-label-description,
    .wizard-wrapper .radio-group .radio-input:disabled + .radio-label .radio-label-flag-delivery-only,
    .wizard-wrapper .radio-group .radio-input:disabled + .radio-label .radio-label-flag-top-pick {
      opacity: 0.3; }
    .wizard-wrapper .radio-group .radio-input.updating + .radio-label {
      opacity: 0.3;
      pointer-events: none; }
    .wizard-wrapper .radio-group .radio-input:disabled + .radio-label:hover {
      border: 2px solid #E7E7E7;
      box-shadow: none; }
  .wizard-wrapper .checkbox-wrapper {
    position: relative;
    width: 100%;
    height: 32px; }
    .wizard-wrapper .checkbox-wrapper--holepunch, .wizard-wrapper .checkbox-wrapper--trimming {
      margin-top: 24px; }
  .wizard-wrapper .checkbox-input {
    opacity: 0;
    position: absolute; }
  .wizard-wrapper .checkbox-label {
    font-size: 14px;
    color: #000000;
    padding-left: 22px;
    line-height: 1.6;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    @media (min-width: 1024px) {
      .wizard-wrapper .checkbox-label {
        font-size: 16px; } }
  .wizard-wrapper .checkbox-image {
    vertical-align: top;
    margin-left: 5px; }
  .wizard-wrapper .checkbox-label:before {
    content: url("../images/wizard/checkbox.svg");
    position: absolute;
    left: -3px;
    width: 20px;
    height: 20px;
    top: 2px; }
  .wizard-wrapper .checkbox-input:checked + .checkbox-label:before {
    content: url("../images/wizard/checkbox-checked.svg"); }
  .wizard-wrapper .checkbox-input:disabled + .checkbox-label {
    color: #CCCCCC; }
  .wizard-wrapper .checkbox-input:disabled ~ .checkbox-image {
    opacity: 0.2; }
  .wizard-wrapper .checkbox-input.updating + .checkbox-label {
    color: #CCCCCC;
    pointer-events: none; }
  .wizard-wrapper .checkbox-input:disabled + .checkbox-label:before {
    content: url("../images/wizard/checkbox-disabled.svg");
    left: 0; }
  .wizard-wrapper .checkbox-input.updating + .checkbox-label:before {
    content: url("../images/wizard/checkbox-disabled.svg");
    left: 0;
    pointer-events: none; }
  .wizard-wrapper .text-wrapper {
    display: flex;
    flex-direction: column; }
  .wizard-wrapper .text-input {
    width: 100%;
    height: 42px;
    background-color: #F2F2F2;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    color: #000000;
    padding: 2px 10px 0;
    font-size: 14px;
    font-family: "NormsProMedium", "Norms Pro", arial, sans-serif;
    margin: 0 0 10px; }
    .wizard-wrapper .text-input::-webkit-input-placeholder {
      color: #7D7D7D; }
    .wizard-wrapper .text-input::-moz-placeholder {
      color: #7D7D7D; }
    .wizard-wrapper .text-input:-ms-input-placeholder {
      color: #7D7D7D; }
    .wizard-wrapper .text-input::-ms-input-placeholder {
      color: #7D7D7D; }
    .wizard-wrapper .text-input::placeholder {
      color: #7D7D7D; }
  .wizard-wrapper .text-input--error {
    border-color: #FB0020; }
  .wizard-wrapper .text-input:focus {
    border: 1px solid #CCCCCC; }
  .wizard-wrapper .text-label {
    font-size: 13px;
    color: #444444; }
  .wizard-wrapper .text-label--error {
    color: #FB0020;
    font-family: "NormsProMedium", "Norms Pro", arial, sans-serif; }
  .wizard-wrapper .accordion {
    width: 100%;
    margin-bottom: 12px; }
  .wizard-wrapper .accordion--last {
    margin-bottom: 22px; }
  .wizard-wrapper .accordion--expanded:not(.accordion--first) {
    margin-top: 10px;
    transition: margin-top 225ms ease-in-out; }
  .wizard-wrapper .accordion--expanded {
    margin-bottom: 10px;
    transition: margin-bottom 225ms ease-in-out; }
  .wizard-wrapper .accordion--expanded.accordion--last {
    margin-bottom: 20px; }
  .wizard-wrapper .accordion-trigger {
    width: 100%;
    height: 72px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    cursor: pointer;
    text-align: left;
    background-color: #FFFFFF;
    border-radius: 4px;
    border: 2px solid #E7E7E7; }
    .wizard-wrapper .accordion-trigger:hover {
      transform: none; }
    .wizard-wrapper .accordion-trigger:disabled {
      pointer-events: none; }
      .wizard-wrapper .accordion-trigger:disabled .accordion-image, .wizard-wrapper .accordion-trigger:disabled .accordion-title, .wizard-wrapper .accordion-trigger:disabled .accordion-icon {
        opacity: 0.3; }
    @media (min-width: 1024px) {
      .wizard-wrapper .accordion-trigger {
        height: 80px; } }
  .wizard-wrapper .accordion-image {
    margin-right: 12px; }
  .wizard-wrapper .accordion-title {
    color: #000000;
    font-size: 14px;
    width: calc(100% - 85px);
    font-family: "NormsProMedium", "Norms Pro", arial, sans-serif; }
    @media (min-width: 768px) {
      .wizard-wrapper .accordion-title {
        font-size: 16px; } }
  .wizard-wrapper .accordion-description p {
    color: #7D7D7D;
    font-size: 13px;
    padding-top: 3px;
    line-height: 1.38; }
    @media (min-width: 768px) {
      .wizard-wrapper .accordion-description p {
        font-size: 14px; } }
  .wizard-wrapper .accordion-icon {
    width: 16px;
    height: 8px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 15px; }
    .wizard-wrapper .accordion-icon.accordion-icon--up {
      background-image: url("../images/wizard/icon-accordion-up.svg"); }
    .wizard-wrapper .accordion-icon.accordion-icon--down {
      background-image: url("../images/wizard/icon-accordion-down.svg"); }
  .wizard-wrapper .accordion-body {
    display: none;
    background-color: #F2F2F2;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 12px;
    transform: translateY(-2px);
    border-left: 2px solid #E7E7E7;
    border-right: 2px solid #E7E7E7;
    border-bottom: 2px solid #E7E7E7; }
    .wizard-wrapper .accordion-body.accordion-body--expand {
      display: block; }
  .wizard-wrapper .accordion-option-state {
    color: #0070C9; }
    .wizard-wrapper .accordion-option-state .option-state-value:not(:empty):before {
      content: ": ";
      color: #000000;
      transform: translateX(-2px);
      display: inline-block; }
  .wizard-wrapper .tabs .tablist {
    margin-bottom: 24px;
    display: flex; }
    @media (min-width: 1024px) {
      .wizard-wrapper .tabs .tablist {
        margin-bottom: 32px; } }
  .wizard-wrapper .tabs .tab-trigger {
    transform: none;
    border-bottom: 2px solid #E7E7E7;
    width: calc(100%/3);
    color: #000000;
    font-size: 14px;
    font-family: "NormsProBold", "Norms Pro", arial, sans-serif;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 0 12px; }
    @media (min-width: 1024px) {
      .wizard-wrapper .tabs .tab-trigger {
        font-size: 16px; } }
  .wizard-wrapper .tabs .tab-selected {
    border-bottom: 2px solid #0070C9; }
  .wizard-wrapper .tabs .checkbox-wrapper {
    margin-bottom: 12px; }
  .wizard-wrapper .radio-group--page-size .radio-option-wrapper {
    flex-basis: calc(33.333% - 10px);
    height: 137px;
    margin-bottom: 25px;
    margin-right: 10px;
    min-width: 90px; }
    .wizard-wrapper .radio-group--page-size .radio-option-wrapper:last-of-type {
      margin-right: 0;
      width: 33.333%; }
    @media (min-width: 1024px) {
      .wizard-wrapper .radio-group--page-size .radio-option-wrapper {
        height: 140px;
        margin-bottom: 32px; } }
  .wizard-wrapper .radio-group--page-size .radio-label {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 12px; }
  .wizard-wrapper .radio-group--page-size .radio-label-image img {
    margin-bottom: 10px; }
  @media (min-width: 768px) {
    .wizard-wrapper .radio-group--page-size .radio-label-description {
      margin-left: 10px; } }
  @media (min-width: 1024px) {
    .wizard-wrapper .radio-group--page-size .radio-label-description {
      margin-left: 0; } }
  .wizard-wrapper .radio-group--orientation .radio-option-wrapper {
    flex-basis: calc(33.333% - 10px);
    height: 137px;
    margin-bottom: 25px;
    margin-right: 10px;
    width: 90px; }
    @media (min-width: 1024px) {
      .wizard-wrapper .radio-group--orientation .radio-option-wrapper {
        height: 140px;
        margin-bottom: 32px; } }
  .wizard-wrapper .radio-group--orientation .radio-label {
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .wizard-wrapper .radio-group--orientation .radio-label-description {
    position: absolute;
    bottom: 12px;
    left: 0;
    width: 100%;
    text-align: center; }
  .wizard-wrapper .radio-group--pagesides, .wizard-wrapper .radio-group--paper-exception {
    display: flex;
    flex-wrap: wrap;
    margin-top: 8px;
    margin-bottom: 24px; }
    @media (min-width: 1440px) {
      .wizard-wrapper .radio-group--pagesides, .wizard-wrapper .radio-group--paper-exception {
        justify-content: space-between; } }
    .wizard-wrapper .radio-group--pagesides .radio-option-wrapper, .wizard-wrapper .radio-group--paper-exception .radio-option-wrapper {
      width: 100%;
      height: 52px;
      margin-bottom: 8px; }
      @media (min-width: 768px) {
        .wizard-wrapper .radio-group--pagesides .radio-option-wrapper, .wizard-wrapper .radio-group--paper-exception .radio-option-wrapper {
          flex-basis: calc(33.333% - 10px);
          margin-right: 10px; } }
      @media (min-width: 1024px) {
        .wizard-wrapper .radio-group--pagesides .radio-option-wrapper, .wizard-wrapper .radio-group--paper-exception .radio-option-wrapper {
          flex-basis: auto;
          margin-right: 0; } }
      @media (min-width: 1440px) {
        .wizard-wrapper .radio-group--pagesides .radio-option-wrapper, .wizard-wrapper .radio-group--paper-exception .radio-option-wrapper {
          flex-basis: calc(50% - 5px); } }
    .wizard-wrapper .radio-group--pagesides .radio-label, .wizard-wrapper .radio-group--paper-exception .radio-label {
      align-items: center;
      padding-left: 12px; }
    .wizard-wrapper .radio-group--pagesides .radio-label-description, .wizard-wrapper .radio-group--paper-exception .radio-label-description {
      margin-left: 12px; }
    .wizard-wrapper .radio-group--pagesides .radio-label-image, .wizard-wrapper .radio-group--paper-exception .radio-label-image {
      position: absolute;
      left: 145px;
      top: 17px; }
      @media (min-width: 1024px) {
        .wizard-wrapper .radio-group--pagesides .radio-label-image, .wizard-wrapper .radio-group--paper-exception .radio-label-image {
          left: 160px; } }
    .wizard-wrapper .radio-group--pagesides .radio-label::before, .wizard-wrapper .radio-group--paper-exception .radio-label::before {
      content: url("../images/wizard/radio.svg"); }
    .wizard-wrapper .radio-group--pagesides .radio-input:checked + .radio-label::before, .wizard-wrapper .radio-group--paper-exception .radio-input:checked + .radio-label::before {
      content: url("../images/wizard/radio-checked.svg"); }
    .wizard-wrapper .radio-group--pagesides .radio-input:not(:checked) + .radio-label:hover::before, .wizard-wrapper .radio-group--paper-exception .radio-input:not(:checked) + .radio-label:hover::before {
      content: url("../images/wizard/radio-hover.svg"); }
    .wizard-wrapper .radio-group--pagesides .radio-input:disabled + .radio-label:hover::before, .wizard-wrapper .radio-group--paper-exception .radio-input:disabled + .radio-label:hover::before {
      content: url("../images/wizard/radio.svg");
      opacity: 0.3; }
  .wizard-wrapper .radio-group--colourization .radio-option-wrapper, .wizard-wrapper .radio-group--cover-colourization .radio-option-wrapper {
    width: calc(50% - 10px);
    height: 107px;
    margin-bottom: 25px;
    margin-right: 10px; }
    .wizard-wrapper .radio-group--colourization .radio-option-wrapper:last-of-type, .wizard-wrapper .radio-group--cover-colourization .radio-option-wrapper:last-of-type {
      width: 50%;
      margin-right: 0; }
  .wizard-wrapper .radio-group--colourization .radio-label, .wizard-wrapper .radio-group--cover-colourization .radio-label {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding: 12px; }
  .wizard-wrapper .radio-group--colourization .radio-label-image img, .wizard-wrapper .radio-group--cover-colourization .radio-label-image img {
    width: 27px;
    margin-bottom: 20px; }
  .wizard-wrapper .radio-group--paper-type, .wizard-wrapper .radio-group--paper-type-exception {
    display: flex;
    flex-wrap: wrap; }
    .wizard-wrapper .radio-group--paper-type .radio-option-wrapper, .wizard-wrapper .radio-group--paper-type-exception .radio-option-wrapper {
      width: 100%;
      height: auto;
      margin: 8px 0 0; }
      .wizard-wrapper .radio-group--paper-type .radio-option-wrapper:first-of-type, .wizard-wrapper .radio-group--paper-type-exception .radio-option-wrapper:first-of-type {
        margin-top: 0; }
      @media (min-width: 768px) {
        .wizard-wrapper .radio-group--paper-type .radio-option-wrapper:nth-of-type(2), .wizard-wrapper .radio-group--paper-type-exception .radio-option-wrapper:nth-of-type(2) {
          margin-top: 0; } }
      @media (min-width: 1024px) {
        .wizard-wrapper .radio-group--paper-type .radio-option-wrapper:nth-of-type(2), .wizard-wrapper .radio-group--paper-type-exception .radio-option-wrapper:nth-of-type(2) {
          margin-top: 8px; } }
      @media (min-width: 768px) {
        .wizard-wrapper .radio-group--paper-type .radio-option-wrapper:nth-of-type(odd), .wizard-wrapper .radio-group--paper-type-exception .radio-option-wrapper:nth-of-type(odd) {
          width: calc(50% - 8px);
          margin-right: 8px; } }
      @media (min-width: 1024px) {
        .wizard-wrapper .radio-group--paper-type .radio-option-wrapper:nth-of-type(odd), .wizard-wrapper .radio-group--paper-type-exception .radio-option-wrapper:nth-of-type(odd) {
          width: 100%;
          margin-right: 0; } }
      @media (min-width: 768px) {
        .wizard-wrapper .radio-group--paper-type .radio-option-wrapper:nth-of-type(even), .wizard-wrapper .radio-group--paper-type-exception .radio-option-wrapper:nth-of-type(even) {
          width: 50%; } }
      @media (min-width: 1024px) {
        .wizard-wrapper .radio-group--paper-type .radio-option-wrapper:nth-of-type(even), .wizard-wrapper .radio-group--paper-type-exception .radio-option-wrapper:nth-of-type(even) {
          width: 100%; } }
    .wizard-wrapper .radio-group--paper-type .radio-label, .wizard-wrapper .radio-group--paper-type-exception .radio-label {
      align-items: flex-start;
      padding: 10px;
      flex-wrap: wrap; }
      @media (min-width: 768px) {
        .wizard-wrapper .radio-group--paper-type .radio-label, .wizard-wrapper .radio-group--paper-type-exception .radio-label {
          padding: 16px 12px; } }
    .wizard-wrapper .radio-group--paper-type .radio-label-description, .wizard-wrapper .radio-group--paper-type-exception .radio-label-description {
      font-size: 14px;
      font-family: "NormsProMedium", "Norms Pro", arial, sans-serif;
      margin-top: 5px;
      flex-basis: 75%; }
      @media (min-width: 1024px) {
        .wizard-wrapper .radio-group--paper-type .radio-label-description, .wizard-wrapper .radio-group--paper-type-exception .radio-label-description {
          font-size: 16px; } }
    .wizard-wrapper .radio-group--paper-type .radio-label-description__more, .wizard-wrapper .radio-group--paper-type-exception .radio-label-description__more {
      font-family: "NormsProRegular", "Norms Pro", arial, sans-serif;
      color: #7D7D7D;
      font-size: 13px;
      padding-top: 5px;
      line-height: 1.38;
      display: block; }
      @media (min-width: 1024px) {
        .wizard-wrapper .radio-group--paper-type .radio-label-description__more, .wizard-wrapper .radio-group--paper-type-exception .radio-label-description__more {
          font-size: 14px;
          line-height: 1.23; } }
    .wizard-wrapper .radio-group--paper-type .radio-label-image, .wizard-wrapper .radio-group--paper-type-exception .radio-label-image {
      flex-shrink: 0;
      margin-right: 18px;
      background-color: white;
      border-radius: 0px;
      border: 1px solid #7d7d7d;
      box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
      height: 48px;
      width: 36px; }
      .wizard-wrapper .radio-group--paper-type .radio-label-image img, .wizard-wrapper .radio-group--paper-type-exception .radio-label-image img {
        display: none; }
      .wizard-wrapper .radio-group--paper-type .radio-label-image:not(._ffffff), .wizard-wrapper .radio-group--paper-type-exception .radio-label-image:not(._ffffff) {
        border: none; }
      .wizard-wrapper .radio-group--paper-type .radio-label-image._efe0c9, .wizard-wrapper .radio-group--paper-type-exception .radio-label-image._efe0c9 {
        background: #efe0c9; }
      .wizard-wrapper .radio-group--paper-type .radio-label-image._96d6fb, .wizard-wrapper .radio-group--paper-type-exception .radio-label-image._96d6fb {
        background: #96d6fb; }
      .wizard-wrapper .radio-group--paper-type .radio-label-image._f6eea7, .wizard-wrapper .radio-group--paper-type-exception .radio-label-image._f6eea7 {
        background: #f6eea7; }
      .wizard-wrapper .radio-group--paper-type .radio-label-image._006600, .wizard-wrapper .radio-group--paper-type-exception .radio-label-image._006600 {
        background: #006600; }
      .wizard-wrapper .radio-group--paper-type .radio-label-image._ff00cc, .wizard-wrapper .radio-group--paper-type-exception .radio-label-image._ff00cc {
        background: #ff00cc; }
      .wizard-wrapper .radio-group--paper-type .radio-label-image._b2f16e, .wizard-wrapper .radio-group--paper-type-exception .radio-label-image._b2f16e {
        background: #b2f16e; }
      .wizard-wrapper .radio-group--paper-type .radio-label-image._ff6600, .wizard-wrapper .radio-group--paper-type-exception .radio-label-image._ff6600 {
        background: #ff6600; }
      .wizard-wrapper .radio-group--paper-type .radio-label-image._ff66cc, .wizard-wrapper .radio-group--paper-type-exception .radio-label-image._ff66cc {
        background: #ff66cc; }
      .wizard-wrapper .radio-group--paper-type .radio-label-image._cc0000, .wizard-wrapper .radio-group--paper-type-exception .radio-label-image._cc0000 {
        background: #cc0000; }
      .wizard-wrapper .radio-group--paper-type .radio-label-image._ffd800, .wizard-wrapper .radio-group--paper-type-exception .radio-label-image._ffd800 {
        background: #ffd800; }
      .wizard-wrapper .radio-group--paper-type .radio-label-image._96e6a3, .wizard-wrapper .radio-group--paper-type-exception .radio-label-image._96e6a3 {
        background: #96e6a3; }
      .wizard-wrapper .radio-group--paper-type .radio-label-image._effbf5, .wizard-wrapper .radio-group--paper-type-exception .radio-label-image._effbf5 {
        background: #effbf5; }
      .wizard-wrapper .radio-group--paper-type .radio-label-image._fbf8e3, .wizard-wrapper .radio-group--paper-type-exception .radio-label-image._fbf8e3 {
        background: #fbf8e3; }
      .wizard-wrapper .radio-group--paper-type .radio-label-image._ffccff, .wizard-wrapper .radio-group--paper-type-exception .radio-label-image._ffccff {
        background: #ffccff; }
      .wizard-wrapper .radio-group--paper-type .radio-label-image._fddcdc, .wizard-wrapper .radio-group--paper-type-exception .radio-label-image._fddcdc {
        background: #fddcdc; }
      .wizard-wrapper .radio-group--paper-type .radio-label-image._ffcc66, .wizard-wrapper .radio-group--paper-type-exception .radio-label-image._ffcc66 {
        background: #ffcc66; }
      .wizard-wrapper .radio-group--paper-type .radio-label-image._cccccc, .wizard-wrapper .radio-group--paper-type-exception .radio-label-image._cccccc {
        background: #cccccc; }
    .wizard-wrapper .radio-group--paper-type .radio-label-badges, .wizard-wrapper .radio-group--paper-type-exception .radio-label-badges {
      padding-top: 10px;
      padding-left: 53px; }
      .wizard-wrapper .radio-group--paper-type .radio-label-badges span:first-of-type, .wizard-wrapper .radio-group--paper-type-exception .radio-label-badges span:first-of-type {
        margin-right: 4px; }
        @media (min-width: 768px) {
          .wizard-wrapper .radio-group--paper-type .radio-label-badges span:first-of-type, .wizard-wrapper .radio-group--paper-type-exception .radio-label-badges span:first-of-type {
            margin-right: 8px; } }
  .wizard-wrapper .paper .text-wrapper {
    margin-bottom: 15px; }
  .wizard-wrapper .binding .accordion-image {
    height: 48px; }
  .wizard-wrapper .binding .accordion-trigger {
    height: 90px; }
    @media (min-width: 768px) {
      .wizard-wrapper .binding .accordion-trigger {
        height: 72px; } }
    @media (min-width: 1024px) {
      .wizard-wrapper .binding .accordion-trigger {
        height: 96px; } }
  .wizard-wrapper .radio-group--binding-type {
    margin-bottom: 24px; }
    .wizard-wrapper .radio-group--binding-type .radio-option-wrapper {
      width: 100%;
      height: 52px; }
    .wizard-wrapper .radio-group--binding-type .radio-label {
      align-items: center;
      padding-left: 12px; }
    .wizard-wrapper .radio-group--binding-type .radio-label-image {
      display: none; }
    .wizard-wrapper .radio-group--binding-type .radio-label-description {
      margin-left: 12px; }
    .wizard-wrapper .radio-group--binding-type .radio-label::before {
      content: url("../images/wizard/radio.svg"); }
    .wizard-wrapper .radio-group--binding-type .radio-input:checked + .radio-label::before {
      content: url("../images/wizard/radio-checked.svg"); }
    .wizard-wrapper .radio-group--binding-type .radio-input:not(:checked) + .radio-label:hover::before {
      content: url("../images/wizard/radio-hover.svg"); }
    .wizard-wrapper .radio-group--binding-type .radio-input:disabled + .radio-label:hover::before {
      content: url("../images/wizard/radio.svg");
      opacity: 0.3; }
  .wizard-wrapper .accordion .radio-group--binding-type {
    margin-bottom: 0; }
    .wizard-wrapper .accordion .radio-group--binding-type .radio-option-wrapper {
      width: 100%;
      height: 82px;
      margin-bottom: 8px; }
      @media (min-width: 768px) {
        .wizard-wrapper .accordion .radio-group--binding-type .radio-option-wrapper {
          width: calc(50% - 4px);
          margin-right: 8px;
          margin-bottom: 0; } }
      @media (min-width: 1024px) {
        .wizard-wrapper .accordion .radio-group--binding-type .radio-option-wrapper {
          width: 100%;
          margin-right: 0;
          margin-bottom: 8px; } }
      .wizard-wrapper .accordion .radio-group--binding-type .radio-option-wrapper:last-of-type {
        margin-bottom: 0; }
        @media (min-width: 768px) {
          .wizard-wrapper .accordion .radio-group--binding-type .radio-option-wrapper:last-of-type {
            margin-right: 0; } }
        @media (min-width: 1024px) {
          .wizard-wrapper .accordion .radio-group--binding-type .radio-option-wrapper:last-of-type {
            margin-bottom: 0; } }
      @media (min-width: 768px) {
        .wizard-wrapper .accordion .radio-group--binding-type .radio-option-wrapper--channel-binding:last-of-type {
          width: 100%; } }
    .wizard-wrapper .accordion .radio-group--binding-type .radio-label {
      justify-content: flex-start;
      padding: 0 17px; }
    .wizard-wrapper .accordion .radio-group--binding-type .radio-label-description {
      font-size: 14px;
      font-family: "NormsProMedium", "Norms Pro", arial, sans-serif;
      margin-top: 5px;
      margin: 0 0 0 16px; }
      @media (min-width: 1024px) {
        .wizard-wrapper .accordion .radio-group--binding-type .radio-label-description {
          font-size: 16px; } }
    .wizard-wrapper .accordion .radio-group--binding-type .radio-label-image {
      height: 48px;
      display: block; }
    .wizard-wrapper .accordion .radio-group--binding-type .radio-label-badges {
      margin-left: auto; }
    .wizard-wrapper .accordion .radio-group--binding-type .radio-label::before {
      content: ''; }
    .wizard-wrapper .accordion .radio-group--binding-type .radio-input:checked + .radio-label::before {
      content: ''; }
    .wizard-wrapper .accordion .radio-group--binding-type .radio-input:not(:checked) + .radio-label:hover::before {
      content: ''; }
    .wizard-wrapper .accordion .radio-group--binding-type .radio-input:disabled + .radio-label:hover::before {
      content: ''; }
  .wizard-wrapper .finishing .accordion-image, .wizard-wrapper .blueprints-finishing .accordion-image {
    margin-right: 20px; }
  .wizard-wrapper .finishing .accordion-option-state, .wizard-wrapper .blueprints-finishing .accordion-option-state {
    color: #000000; }
    .wizard-wrapper .finishing .accordion-option-state .option-state-value:not(:empty):before, .wizard-wrapper .blueprints-finishing .accordion-option-state .option-state-value:not(:empty):before {
      content: "- ";
      transform: none;
      display: inline; }
  .wizard-wrapper .finishing .button-toggle, .wizard-wrapper .blueprints-finishing .button-toggle {
    width: 100%;
    height: 52px;
    color: #000000;
    font-size: 14px;
    font-family: "NormsProMedium", "Norms Pro", arial, sans-serif;
    display: flex;
    align-items: center;
    background-color: #FFFFFF;
    border-radius: 4px;
    border: 2px solid #E7E7E7;
    padding: 0 0 0 9px;
    margin-bottom: 24px;
    box-shadow: none;
    transition: box-shadow 0.3s ease-out, border-color 0.3s ease-out;
    cursor: pointer; }
    .wizard-wrapper .finishing .button-toggle:disabled, .wizard-wrapper .blueprints-finishing .button-toggle:disabled {
      border-color: #0070C9;
      background-color: #F5F9FD; }
    .wizard-wrapper .finishing .button-toggle:hover, .wizard-wrapper .blueprints-finishing .button-toggle:hover {
      transform: none; }
    .wizard-wrapper .finishing .button-toggle:hover:not(:disabled), .wizard-wrapper .blueprints-finishing .button-toggle:hover:not(:disabled) {
      border-color: transparent;
      box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2); }
    .wizard-wrapper .finishing .button-toggle::before, .wizard-wrapper .blueprints-finishing .button-toggle::before {
      content: url("../images/wizard/radio.svg"); }
    .wizard-wrapper .finishing .button-toggle:disabled::before, .wizard-wrapper .blueprints-finishing .button-toggle:disabled::before {
      content: url("../images/wizard/radio-checked.svg"); }
    .wizard-wrapper .finishing .button-toggle:hover:not(:disabled)::before, .wizard-wrapper .blueprints-finishing .button-toggle:hover:not(:disabled)::before {
      content: url("../images/wizard/radio-hover.svg"); }
    .wizard-wrapper .finishing .button-toggle span, .wizard-wrapper .blueprints-finishing .button-toggle span {
      margin-left: 12px; }
  .wizard-wrapper .radio-group--binding-size .radio-option-wrapper {
    height: 82px;
    width: 100%;
    margin-bottom: 8px; }
    .wizard-wrapper .radio-group--binding-size .radio-option-wrapper:last-child {
      margin-bottom: 22px; }
    @media (min-width: 768px) {
      .wizard-wrapper .radio-group--binding-size .radio-option-wrapper:nth-of-type(odd) {
        width: calc(50% - 8px);
        margin-right: 8px; } }
    @media (min-width: 768px) {
      .wizard-wrapper .radio-group--binding-size .radio-option-wrapper:nth-of-type(even) {
        width: 50%; } }
    @media (min-width: 1024px) {
      .wizard-wrapper .radio-group--binding-size .radio-option-wrapper:nth-of-type(odd) {
        width: 100%;
        margin-right: 0; } }
    @media (min-width: 1024px) {
      .wizard-wrapper .radio-group--binding-size .radio-option-wrapper:nth-of-type(even) {
        width: 100%; } }
  .wizard-wrapper .radio-group--binding-size .radio-label {
    padding: 12px;
    align-items: center; }
  .wizard-wrapper .radio-group--binding-size .radio-label-description {
    font-size: 14px;
    font-family: "NormsProMedium", "Norms Pro", arial, sans-serif;
    margin-top: 5px;
    margin: 0 0 0 12px; }
    @media (min-width: 1024px) {
      .wizard-wrapper .radio-group--binding-size .radio-label-description {
        font-size: 16px; } }
  .wizard-wrapper .radio-group--binding-size .radio-label-badges {
    margin-left: auto; }
  .wizard-wrapper .radio-group--folding .radio-option-wrapper, .wizard-wrapper .radio-group--cutting .radio-option-wrapper, .wizard-wrapper .radio-group--hole-punch .radio-option-wrapper,
  .wizard-wrapper .radio-group--lamination .radio-option-wrapper, .wizard-wrapper .radio-group--front-cover .radio-option-wrapper,
  .wizard-wrapper .radio-group--back-cover .radio-option-wrapper {
    height: 72px;
    width: 100%;
    margin-bottom: 8px; }
    .wizard-wrapper .radio-group--folding .radio-option-wrapper:last-child, .wizard-wrapper .radio-group--cutting .radio-option-wrapper:last-child, .wizard-wrapper .radio-group--hole-punch .radio-option-wrapper:last-child,
    .wizard-wrapper .radio-group--lamination .radio-option-wrapper:last-child, .wizard-wrapper .radio-group--front-cover .radio-option-wrapper:last-child,
    .wizard-wrapper .radio-group--back-cover .radio-option-wrapper:last-child {
      margin-bottom: 0; }
    @media (min-width: 768px) {
      .wizard-wrapper .radio-group--folding .radio-option-wrapper, .wizard-wrapper .radio-group--cutting .radio-option-wrapper, .wizard-wrapper .radio-group--hole-punch .radio-option-wrapper,
      .wizard-wrapper .radio-group--lamination .radio-option-wrapper, .wizard-wrapper .radio-group--front-cover .radio-option-wrapper,
      .wizard-wrapper .radio-group--back-cover .radio-option-wrapper {
        min-height: 88px; } }
    @media (min-width: 1024px) {
      .wizard-wrapper .radio-group--folding .radio-option-wrapper, .wizard-wrapper .radio-group--cutting .radio-option-wrapper, .wizard-wrapper .radio-group--hole-punch .radio-option-wrapper,
      .wizard-wrapper .radio-group--lamination .radio-option-wrapper, .wizard-wrapper .radio-group--front-cover .radio-option-wrapper,
      .wizard-wrapper .radio-group--back-cover .radio-option-wrapper {
        min-height: 80px; } }
    @media (min-width: 768px) {
      .wizard-wrapper .radio-group--folding .radio-option-wrapper:nth-of-type(odd), .wizard-wrapper .radio-group--cutting .radio-option-wrapper:nth-of-type(odd), .wizard-wrapper .radio-group--hole-punch .radio-option-wrapper:nth-of-type(odd),
      .wizard-wrapper .radio-group--lamination .radio-option-wrapper:nth-of-type(odd), .wizard-wrapper .radio-group--front-cover .radio-option-wrapper:nth-of-type(odd),
      .wizard-wrapper .radio-group--back-cover .radio-option-wrapper:nth-of-type(odd) {
        width: calc(50% - 8px);
        margin-right: 8px; } }
    @media (min-width: 1024px) {
      .wizard-wrapper .radio-group--folding .radio-option-wrapper:nth-of-type(odd), .wizard-wrapper .radio-group--cutting .radio-option-wrapper:nth-of-type(odd), .wizard-wrapper .radio-group--hole-punch .radio-option-wrapper:nth-of-type(odd),
      .wizard-wrapper .radio-group--lamination .radio-option-wrapper:nth-of-type(odd), .wizard-wrapper .radio-group--front-cover .radio-option-wrapper:nth-of-type(odd),
      .wizard-wrapper .radio-group--back-cover .radio-option-wrapper:nth-of-type(odd) {
        width: 100%;
        margin-right: 0; } }
    @media (min-width: 768px) {
      .wizard-wrapper .radio-group--folding .radio-option-wrapper:nth-of-type(even), .wizard-wrapper .radio-group--cutting .radio-option-wrapper:nth-of-type(even), .wizard-wrapper .radio-group--hole-punch .radio-option-wrapper:nth-of-type(even),
      .wizard-wrapper .radio-group--lamination .radio-option-wrapper:nth-of-type(even), .wizard-wrapper .radio-group--front-cover .radio-option-wrapper:nth-of-type(even),
      .wizard-wrapper .radio-group--back-cover .radio-option-wrapper:nth-of-type(even) {
        width: 50%; } }
    @media (min-width: 1024px) {
      .wizard-wrapper .radio-group--folding .radio-option-wrapper:nth-of-type(even), .wizard-wrapper .radio-group--cutting .radio-option-wrapper:nth-of-type(even), .wizard-wrapper .radio-group--hole-punch .radio-option-wrapper:nth-of-type(even),
      .wizard-wrapper .radio-group--lamination .radio-option-wrapper:nth-of-type(even), .wizard-wrapper .radio-group--front-cover .radio-option-wrapper:nth-of-type(even),
      .wizard-wrapper .radio-group--back-cover .radio-option-wrapper:nth-of-type(even) {
        width: 100%; } }
  .wizard-wrapper .radio-group--folding .radio-label, .wizard-wrapper .radio-group--cutting .radio-label, .wizard-wrapper .radio-group--hole-punch .radio-label,
  .wizard-wrapper .radio-group--lamination .radio-label, .wizard-wrapper .radio-group--front-cover .radio-label,
  .wizard-wrapper .radio-group--back-cover .radio-label {
    justify-content: flex-start;
    align-items: center;
    padding: 16px 12px 16px 20px; }
  .wizard-wrapper .radio-group--folding .radio-label-description, .wizard-wrapper .radio-group--cutting .radio-label-description, .wizard-wrapper .radio-group--hole-punch .radio-label-description,
  .wizard-wrapper .radio-group--lamination .radio-label-description, .wizard-wrapper .radio-group--front-cover .radio-label-description,
  .wizard-wrapper .radio-group--back-cover .radio-label-description {
    font-size: 14px;
    font-family: "NormsProMedium", "Norms Pro", arial, sans-serif;
    margin-top: 5px;
    font-size: 13px;
    margin: 0 0 0 20px;
    flex-basis: 75%; }
    @media (min-width: 1024px) {
      .wizard-wrapper .radio-group--folding .radio-label-description, .wizard-wrapper .radio-group--cutting .radio-label-description, .wizard-wrapper .radio-group--hole-punch .radio-label-description,
      .wizard-wrapper .radio-group--lamination .radio-label-description, .wizard-wrapper .radio-group--front-cover .radio-label-description,
      .wizard-wrapper .radio-group--back-cover .radio-label-description {
        font-size: 16px; } }
  .wizard-wrapper .radio-group--folding .radio-label-image, .wizard-wrapper .radio-group--cutting .radio-label-image, .wizard-wrapper .radio-group--hole-punch .radio-label-image,
  .wizard-wrapper .radio-group--lamination .radio-label-image, .wizard-wrapper .radio-group--front-cover .radio-label-image,
  .wizard-wrapper .radio-group--back-cover .radio-label-image {
    height: 41px; }
  .wizard-wrapper .radio-group--folding .radio-label-badges, .wizard-wrapper .radio-group--cutting .radio-label-badges, .wizard-wrapper .radio-group--hole-punch .radio-label-badges,
  .wizard-wrapper .radio-group--lamination .radio-label-badges, .wizard-wrapper .radio-group--front-cover .radio-label-badges,
  .wizard-wrapper .radio-group--back-cover .radio-label-badges {
    padding-top: 10px;
    padding-left: 53px; }
  .wizard-wrapper .radio-group--lamination .radio-label {
    flex-wrap: wrap; }
    @media (min-width: 768px) {
      .wizard-wrapper .radio-group--lamination .radio-label {
        align-items: flex-start; } }
  .wizard-wrapper .radio-group--lamination .radio-option-wrapper {
    height: auto;
    min-height: 72px; }
    @media (min-width: 768px) {
      .wizard-wrapper .radio-group--lamination .radio-option-wrapper--none .radio-label {
        padding-top: 0;
        align-items: center; } }
    @media (min-width: 1024px) {
      .wizard-wrapper .radio-group--lamination .radio-option-wrapper--none .radio-label {
        padding-top: 16px; } }
  .wizard-wrapper .radio-group--lamination .radio-label-description__more {
    font-family: "NormsProRegular", "Norms Pro", arial, sans-serif;
    color: #7D7D7D;
    font-size: 13px;
    padding-top: 5px;
    line-height: 1.38;
    display: block; }
    @media (min-width: 1024px) {
      .wizard-wrapper .radio-group--lamination .radio-label-description__more {
        font-size: 14px;
        line-height: 1.23; } }
  .wizard-wrapper .radio-group--front-cover .radio-label-image, .wizard-wrapper .radio-group--back-cover .radio-label-image {
    height: auto;
    width: 30px; }
  .wizard-wrapper .radio-group--front-cover .radio-option-wrapper:not(.radio-option-wrapper--none) img, .wizard-wrapper .radio-group--back-cover .radio-option-wrapper:not(.radio-option-wrapper--none) img {
    width: 40px;
    transform: translateX(-5px); }
  .wizard-wrapper .radio-group--folding .radio-label-image {
    width: 35px;
    height: auto; }
  .wizard-wrapper .warning-wrapper, .wizard-wrapper .content-wrapper {
    border-radius: 4px;
    margin: 0 0 20px;
    padding: 12px;
    display: flex;
    justify-content: center;
    align-items: center; }
  .wizard-wrapper .warning-wrapper {
    background-color: #FFEBCC;
    border: 2px solid #FF9900; }
  .wizard-wrapper .content-wrapper {
    background-color: #444444;
    border: 2px solid #444444; }
  .wizard-wrapper .warning-msg, .wizard-wrapper .content-msg {
    display: flex;
    width: 100%;
    justify-content: flex-start; }
    .wizard-wrapper .warning-msg p, .wizard-wrapper .content-msg p {
      font-size: 14px;
      line-height: 1.214;
      padding-left: 12px;
      font-family: "NormsProMedium", "Norms Pro", arial, sans-serif; }
      @media (min-width: 1024px) {
        .wizard-wrapper .warning-msg p, .wizard-wrapper .content-msg p {
          font-size: 16px; } }
    .wizard-wrapper .warning-msg img, .wizard-wrapper .content-msg img {
      width: 20px;
      height: 20px; }
  .wizard-wrapper .warning-msg p {
    color: #000000; }
  .wizard-wrapper .content-msg p {
    color: #FFFFFF; }
  @media (min-width: 768px) {
    .wizard-wrapper.pto-product-p68-blueprints .breadcrumb-item {
      width: 180px; } }
  @media (min-width: 1024px) {
    .wizard-wrapper.pto-product-p68-blueprints .breadcrumb-item {
      width: 115px; } }
  @media (min-width: 1440px) {
    .wizard-wrapper.pto-product-p68-blueprints .breadcrumb-item {
      width: 163px; } }
  .wizard-wrapper.pto-product-p68-blueprints .options-area {
    padding-bottom: 12px; }
  .wizard-wrapper.pto-product-p68-blueprints .radio-group--page-size {
    padding-bottom: 24px; }
    .wizard-wrapper.pto-product-p68-blueprints .radio-group--page-size .radio-option-wrapper {
      flex-basis: calc(50% - 5px);
      margin-bottom: 0;
      min-width: 140px; }
      @media (min-width: 768px) {
        .wizard-wrapper.pto-product-p68-blueprints .radio-group--page-size .radio-option-wrapper {
          flex-basis: calc(25% - 10px); } }
      @media (min-width: 1024px) {
        .wizard-wrapper.pto-product-p68-blueprints .radio-group--page-size .radio-option-wrapper {
          flex-basis: calc(50% - 5px); } }
      .wizard-wrapper.pto-product-p68-blueprints .radio-group--page-size .radio-option-wrapper:nth-of-type(even) {
        margin-right: 0; }
        @media (min-width: 768px) {
          .wizard-wrapper.pto-product-p68-blueprints .radio-group--page-size .radio-option-wrapper:nth-of-type(even) {
            margin-right: 10px; } }
        @media (min-width: 1024px) {
          .wizard-wrapper.pto-product-p68-blueprints .radio-group--page-size .radio-option-wrapper:nth-of-type(even) {
            margin-right: 0; } }
      .wizard-wrapper.pto-product-p68-blueprints .radio-group--page-size .radio-option-wrapper:nth-of-type(-n + 2) {
        margin-bottom: 12px; }
        @media (min-width: 768px) {
          .wizard-wrapper.pto-product-p68-blueprints .radio-group--page-size .radio-option-wrapper:nth-of-type(-n + 2) {
            margin-bottom: 0; } }
        @media (min-width: 1024px) {
          .wizard-wrapper.pto-product-p68-blueprints .radio-group--page-size .radio-option-wrapper:nth-of-type(-n + 2) {
            margin-bottom: 12px; } }
      @media (min-width: 768px) {
        .wizard-wrapper.pto-product-p68-blueprints .radio-group--page-size .radio-option-wrapper:last-of-type {
          margin-right: 0; } }
    .wizard-wrapper.pto-product-p68-blueprints .radio-group--page-size .radio-label {
      flex-direction: column;
      justify-content: flex-end;
      align-items: center;
      padding-left: 0;
      padding-bottom: 13px; }
  .wizard-wrapper.pto-product-p68-blueprints .radio-group--oversized-lamination .radio-option-wrapper, .wizard-wrapper.pto-product-p68-blueprints .radio-group--oversized-binding .radio-option-wrapper, .wizard-wrapper.pto-product-p68-blueprints .radio-group--mounting .radio-option-wrapper {
    width: 100%;
    height: auto;
    margin-bottom: 8px; }
    .wizard-wrapper.pto-product-p68-blueprints .radio-group--oversized-lamination .radio-option-wrapper:last-of-type, .wizard-wrapper.pto-product-p68-blueprints .radio-group--oversized-binding .radio-option-wrapper:last-of-type, .wizard-wrapper.pto-product-p68-blueprints .radio-group--mounting .radio-option-wrapper:last-of-type {
      margin-bottom: 0; }
    .wizard-wrapper.pto-product-p68-blueprints .radio-group--oversized-lamination .radio-option-wrapper--none .radio-label, .wizard-wrapper.pto-product-p68-blueprints .radio-group--oversized-binding .radio-option-wrapper--none .radio-label, .wizard-wrapper.pto-product-p68-blueprints .radio-group--mounting .radio-option-wrapper--none .radio-label {
      align-items: center; }
    .wizard-wrapper.pto-product-p68-blueprints .radio-group--oversized-lamination .radio-option-wrapper--none .radio-label-description, .wizard-wrapper.pto-product-p68-blueprints .radio-group--oversized-binding .radio-option-wrapper--none .radio-label-description, .wizard-wrapper.pto-product-p68-blueprints .radio-group--mounting .radio-option-wrapper--none .radio-label-description {
      margin-top: 0; }
    @media (min-width: 768px) {
      .wizard-wrapper.pto-product-p68-blueprints .radio-group--oversized-lamination .radio-option-wrapper:nth-of-type(odd), .wizard-wrapper.pto-product-p68-blueprints .radio-group--oversized-binding .radio-option-wrapper:nth-of-type(odd), .wizard-wrapper.pto-product-p68-blueprints .radio-group--mounting .radio-option-wrapper:nth-of-type(odd) {
        width: calc(50% - 8px);
        margin-right: 8px; } }
    @media (min-width: 1024px) {
      .wizard-wrapper.pto-product-p68-blueprints .radio-group--oversized-lamination .radio-option-wrapper:nth-of-type(odd), .wizard-wrapper.pto-product-p68-blueprints .radio-group--oversized-binding .radio-option-wrapper:nth-of-type(odd), .wizard-wrapper.pto-product-p68-blueprints .radio-group--mounting .radio-option-wrapper:nth-of-type(odd) {
        width: 100%;
        margin-right: 0; } }
    @media (min-width: 768px) {
      .wizard-wrapper.pto-product-p68-blueprints .radio-group--oversized-lamination .radio-option-wrapper:nth-of-type(even), .wizard-wrapper.pto-product-p68-blueprints .radio-group--oversized-binding .radio-option-wrapper:nth-of-type(even), .wizard-wrapper.pto-product-p68-blueprints .radio-group--mounting .radio-option-wrapper:nth-of-type(even) {
        width: 50%; } }
    @media (min-width: 1024px) {
      .wizard-wrapper.pto-product-p68-blueprints .radio-group--oversized-lamination .radio-option-wrapper:nth-of-type(even), .wizard-wrapper.pto-product-p68-blueprints .radio-group--oversized-binding .radio-option-wrapper:nth-of-type(even), .wizard-wrapper.pto-product-p68-blueprints .radio-group--mounting .radio-option-wrapper:nth-of-type(even) {
        width: 100%; } }
  .wizard-wrapper.pto-product-p68-blueprints .radio-group--oversized-lamination .radio-label, .wizard-wrapper.pto-product-p68-blueprints .radio-group--oversized-binding .radio-label, .wizard-wrapper.pto-product-p68-blueprints .radio-group--mounting .radio-label {
    padding: 15px 20px;
    flex-wrap: wrap; }
  .wizard-wrapper.pto-product-p68-blueprints .radio-group--oversized-lamination .radio-label-image img, .wizard-wrapper.pto-product-p68-blueprints .radio-group--oversized-binding .radio-label-image img, .wizard-wrapper.pto-product-p68-blueprints .radio-group--mounting .radio-label-image img {
    width: 30px;
    margin-right: 20px; }
  .wizard-wrapper.pto-product-p68-blueprints .radio-group--oversized-lamination .radio-label-description, .wizard-wrapper.pto-product-p68-blueprints .radio-group--oversized-binding .radio-label-description, .wizard-wrapper.pto-product-p68-blueprints .radio-group--mounting .radio-label-description {
    margin-top: 5px;
    flex-basis: 75%; }
    @media (min-width: 1440px) {
      .wizard-wrapper.pto-product-p68-blueprints .radio-group--oversized-lamination .radio-label-description, .wizard-wrapper.pto-product-p68-blueprints .radio-group--oversized-binding .radio-label-description, .wizard-wrapper.pto-product-p68-blueprints .radio-group--mounting .radio-label-description {
        flex-basis: 85%; } }
  .wizard-wrapper.pto-product-p68-blueprints .radio-group--oversized-lamination .radio-label-description__more, .wizard-wrapper.pto-product-p68-blueprints .radio-group--oversized-binding .radio-label-description__more, .wizard-wrapper.pto-product-p68-blueprints .radio-group--mounting .radio-label-description__more {
    font-family: "NormsProRegular", "Norms Pro", arial, sans-serif;
    color: #7D7D7D;
    font-size: 13px;
    padding-top: 5px;
    line-height: 1.38;
    display: block; }
    @media (min-width: 1024px) {
      .wizard-wrapper.pto-product-p68-blueprints .radio-group--oversized-lamination .radio-label-description__more, .wizard-wrapper.pto-product-p68-blueprints .radio-group--oversized-binding .radio-label-description__more, .wizard-wrapper.pto-product-p68-blueprints .radio-group--mounting .radio-label-description__more {
        font-size: 14px;
        line-height: 1.23; } }
  .wizard-wrapper.pto-product-p68-blueprints .radio-group--oversized-lamination .radio-label-badges, .wizard-wrapper.pto-product-p68-blueprints .radio-group--oversized-binding .radio-label-badges, .wizard-wrapper.pto-product-p68-blueprints .radio-group--mounting .radio-label-badges {
    padding-top: 10px;
    padding-left: 50px; }
    .wizard-wrapper.pto-product-p68-blueprints .radio-group--oversized-lamination .radio-label-badges span:first-of-type, .wizard-wrapper.pto-product-p68-blueprints .radio-group--oversized-binding .radio-label-badges span:first-of-type, .wizard-wrapper.pto-product-p68-blueprints .radio-group--mounting .radio-label-badges span:first-of-type {
      margin-right: 4px; }
      @media (min-width: 768px) {
        .wizard-wrapper.pto-product-p68-blueprints .radio-group--oversized-lamination .radio-label-badges span:first-of-type, .wizard-wrapper.pto-product-p68-blueprints .radio-group--oversized-binding .radio-label-badges span:first-of-type, .wizard-wrapper.pto-product-p68-blueprints .radio-group--mounting .radio-label-badges span:first-of-type {
          margin-right: 8px; } }
  @media (min-width: 768px) {
    .wizard-wrapper.pto-product-p68-blueprints .radio-group--oversized-binding .radio-option-wrapper:first-of-type, .wizard-wrapper.pto-product-p68-blueprints .radio-group--mounting .radio-option-wrapper:first-of-type {
      margin-bottom: 0; } }
  @media (min-width: 1024px) {
    .wizard-wrapper.pto-product-p68-blueprints .radio-group--oversized-binding .radio-option-wrapper:first-of-type, .wizard-wrapper.pto-product-p68-blueprints .radio-group--mounting .radio-option-wrapper:first-of-type {
      margin-bottom: 8px; } }
  @media (min-width: 768px) {
    .wizard-wrapper.pto-product-p301-booklets .breadcrumb-item {
      width: 180px; } }
  @media (min-width: 1024px) {
    .wizard-wrapper.pto-product-p301-booklets .breadcrumb-item {
      width: 115px; } }
  @media (min-width: 1440px) {
    .wizard-wrapper.pto-product-p301-booklets .breadcrumb-item {
      width: 163px; } }
  .wizard-wrapper.pto-product-p301-booklets .hercules-finishing-overlay-container .fold {
    display: none; }
  .wizard-wrapper.pto-product-p301-booklets .radio-group--paper-exception {
    margin-bottom: 14px; }
    .wizard-wrapper.pto-product-p301-booklets .radio-group--paper-exception .radio-option-wrapper {
      flex-basis: auto;
      margin-right: 0;
      width: 100%; }
  .wizard-wrapper.wizard-wrapper--quickflow {
    -ms-grid-rows: 162px 66px auto auto;
    grid-template-rows: 162px 66px auto auto;
    grid-template-areas: "preview-area" "preview-cta" "options-area" "options-cta"; }
    @media (min-width: 1024px) {
      .wizard-wrapper.wizard-wrapper--quickflow .preview-area {
        -ms-grid-row: 1; } }
    @media (min-width: 1024px) {
      .wizard-wrapper.wizard-wrapper--quickflow .preview-cta {
        -ms-grid-row: 2; } }
    .wizard-wrapper.wizard-wrapper--quickflow .options-area {
      -ms-grid-row: 3; }
      @media (min-width: 1024px) {
        .wizard-wrapper.wizard-wrapper--quickflow .options-area {
          -ms-grid-row: 1; } }
      .wizard-wrapper.wizard-wrapper--quickflow .options-area .hercules-builder-collation-icon {
        margin-bottom: 28px; }
    .wizard-wrapper.wizard-wrapper--quickflow .options-cta {
      -ms-grid-row: 4; }
      @media (min-width: 1024px) {
        .wizard-wrapper.wizard-wrapper--quickflow .options-cta {
          -ms-grid-row: 2; } }
    @media (min-width: 768px) {
      .wizard-wrapper.wizard-wrapper--quickflow {
        -ms-grid-rows: 300px 74px auto auto;
        grid-template-rows: 300px 74px auto auto; } }
    @media (min-width: 1024px) {
      .wizard-wrapper.wizard-wrapper--quickflow {
        -ms-grid-rows: calc(100vh - 125px - 74px) 125px;
        grid-template-rows: calc(100vh - 125px - 74px) 125px;
        grid-template-areas: "preview-area options-area" "preview-cta options-cta"; } }
    .wizard-wrapper.wizard-wrapper--quickflow .radio-group--paper-type .radio-head {
      margin-top: 11px; }
    .wizard-wrapper.wizard-wrapper--quickflow .radio-group--paper-type .radio-option-wrapper {
      width: 100%;
      margin: 0 0 8px 0; }
      .wizard-wrapper.wizard-wrapper--quickflow .radio-group--paper-type .radio-option-wrapper:last-of-type {
        margin-bottom: 25px; }
    .wizard-wrapper.wizard-wrapper--quickflow .radio-group--pagesides {
      margin-bottom: 6px; }
    .wizard-wrapper.wizard-wrapper--quickflow .radio-group--colourization .radio-option-wrapper, .wizard-wrapper.wizard-wrapper--quickflow .radio-group--binding-type .radio-option-wrapper {
      flex-basis: calc(33.333% - 10px);
      height: 140px;
      width: 90px;
      margin-right: 10px; }
    .wizard-wrapper.wizard-wrapper--quickflow .radio-group--colourization .radio-label-image img, .wizard-wrapper.wizard-wrapper--quickflow .radio-group--binding-type .radio-label-image img {
      margin-bottom: 28px; }
    .wizard-wrapper.wizard-wrapper--quickflow .radio-group--binding-type .radio-label::before {
      content: none; }
    .wizard-wrapper.wizard-wrapper--quickflow .radio-group--binding-type .radio-input:checked + .radio-label::before,
    .wizard-wrapper.wizard-wrapper--quickflow .radio-group--binding-type .radio-input:not(:checked) + .radio-label:hover::before {
      content: none; }
    .wizard-wrapper.wizard-wrapper--quickflow .radio-group--binding-type .radio-label-image {
      display: block; }
    .wizard-wrapper.wizard-wrapper--quickflow .radio-group--binding-type .radio-label-description {
      margin: 0; }
    .wizard-wrapper.wizard-wrapper--quickflow .radio-group--binding-type .radio-label {
      padding: 12px;
      flex-direction: column;
      justify-content: flex-end; }
      .wizard-wrapper.wizard-wrapper--quickflow .radio-group--binding-type .radio-label-image img {
        margin-bottom: 20px;
        width: 41px; }
    .wizard-wrapper.wizard-wrapper--quickflow .accordion-body {
      padding: 16px 16px 24px 24px; }
      @media (min-width: 1024px) {
        .wizard-wrapper.wizard-wrapper--quickflow .accordion-body {
          padding-top: 24px; } }
    .wizard-wrapper.wizard-wrapper--quickflow .accordion--last {
      margin-bottom: 32px; }
    .wizard-wrapper.wizard-wrapper--quickflow .accordion--expanded .accordion-trigger {
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; }
    .wizard-wrapper.wizard-wrapper--quickflow .accordion--expanded .content-wrapper {
      background-color: transparent;
      border: 0;
      padding: 4px 4px 20px;
      margin-bottom: 0; }
    .wizard-wrapper.wizard-wrapper--quickflow .accordion--expanded .content-msg img {
      display: none; }
    .wizard-wrapper.wizard-wrapper--quickflow .accordion--expanded .content-msg ul {
      list-style: disc;
      list-style-position: outside;
      font-size: 14px;
      line-height: 1.285;
      font-family: "NormsProRegular", "Norms Pro", arial, sans-serif;
      color: #444444; }
      @media (min-width: 1024px) {
        .wizard-wrapper.wizard-wrapper--quickflow .accordion--expanded .content-msg ul {
          font-size: 16px; } }
    .wizard-wrapper.wizard-wrapper--quickflow .accordion--expanded .content-msg li {
      margin-bottom: 12px; }
    .wizard-wrapper.wizard-wrapper--quickflow .accordion-trigger {
      background-color: #444444;
      border: 0;
      height: 65px; }
    .wizard-wrapper.wizard-wrapper--quickflow .accordion-title {
      color: #FFFFFF;
      line-height: 1.285;
      width: calc(100% - 28px);
      font-size: 14px; }
      @media (min-width: 1024px) {
        .wizard-wrapper.wizard-wrapper--quickflow .accordion-title {
          font-size: 16px; } }
    .wizard-wrapper.wizard-wrapper--quickflow .accordion-icon {
      width: 13px;
      height: 13px; }
      .wizard-wrapper.wizard-wrapper--quickflow .accordion-icon.accordion-icon--up {
        background-image: url("../images/wizard/icon-accordion-minus.svg"); }
      .wizard-wrapper.wizard-wrapper--quickflow .accordion-icon.accordion-icon--down {
        background-image: url("../images/wizard/icon-accordion-plus.svg"); }
    .wizard-wrapper.wizard-wrapper--quickflow .transfer-settings-cta {
      font-size: 14px;
      font-family: "NormsProBold", "Norms Pro", arial, sans-serif;
      cursor: pointer;
      display: block;
      transform: translateX(-9px); }
      @media (min-width: 768px) {
        .wizard-wrapper.wizard-wrapper--quickflow .transfer-settings-cta {
          font-size: 16px; } }
    .wizard-wrapper.wizard-wrapper--quickflow .hercules-builder-order-details-quantity {
      margin-bottom: 25px; }
    .wizard-wrapper.wizard-wrapper--quickflow .hercules-editable-text-wrapper {
      margin-bottom: 25px; }
      @media (min-width: 1024px) {
        .wizard-wrapper.wizard-wrapper--quickflow .hercules-editable-text-wrapper {
          margin-bottom: 32px; } }
  .wizard-wrapper .project-summary-panel {
    position: absolute;
    right: -100vw;
    top: -74px;
    z-index: 20;
    width: 305px;
    background-color: #FFFFFF;
    box-shadow: 0 12px 17px 2px rgba(0, 0, 0, 0.07), 0 5px 22px 4px rgba(0, 0, 0, 0.06), 0 7px 8px -4px rgba(0, 0, 0, 0.1);
    transition: right 250ms ease-in-out;
    height: 100vh; }
    @media (min-width: 768px) {
      .wizard-wrapper .project-summary-panel {
        width: 377px; } }
    @media (min-width: 1024px) {
      .wizard-wrapper .project-summary-panel {
        width: 437px;
        top: 0; } }
    @media (min-width: 1440px) {
      .wizard-wrapper .project-summary-panel {
        width: 490px; } }
  .wizard-wrapper .project-summary-panel--slide {
    right: 0; }
  .wizard-wrapper .project-summary-bg {
    width: 100%;
    height: 100%;
    background-color: rgba(242, 242, 242, 0.75);
    position: absolute;
    top: 0;
    z-index: 20; }
    @media (max-width: 1023px) {
      .wizard-wrapper .project-summary-bg {
        top: -74px; } }
  .wizard-wrapper .project-summary-options-wrapper {
    height: calc(100vh - 123px);
    overflow: auto; }
  .wizard-wrapper .project-summary-header h2 {
    font-size: 18px;
    margin-left: 20px;
    font-family: "NormsProBold", "Norms Pro", arial, sans-serif; }
    @media (min-width: 1024px) {
      .wizard-wrapper .project-summary-header h2 {
        font-size: 22px;
        margin-left: 40px; } }
  .wizard-wrapper .project-summary-header button {
    transform: none;
    color: #0070C9;
    margin: 32px 0 32px 20px;
    padding: 0;
    width: 50px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (min-width: 1024px) {
      .wizard-wrapper .project-summary-header button {
        margin-left: 40px; } }
  .wizard-wrapper .project-summary-header img {
    margin-right: 5px; }
  .wizard-wrapper h3, .wizard-wrapper h4 {
    color: #000000; }
  .wizard-wrapper .project-summary-option-section {
    padding: 20px 0 18px;
    margin: 0 20px;
    border-bottom: 1px solid #CCCCCC; }
    @media (min-width: 1024px) {
      .wizard-wrapper .project-summary-option-section {
        margin: 0 40px; } }
    .wizard-wrapper .project-summary-option-section h3 {
      font-size: 14px;
      margin-bottom: 16px;
      font-family: "NormsProBold", "Norms Pro", arial, sans-serif;
      text-transform: capitalize; }
      @media (min-width: 1024px) {
        .wizard-wrapper .project-summary-option-section h3 {
          font-size: 16px; } }
    .wizard-wrapper .project-summary-option-section .option-state-value {
      color: #000000;
      font-size: 14px;
      padding: 0 0 8px;
      display: inline-block; }
      @media (min-width: 1024px) {
        .wizard-wrapper .project-summary-option-section .option-state-value {
          font-size: 16px; } }
    .wizard-wrapper .project-summary-option-section .special-instructions-summary {
      color: #000000;
      font-size: 14px; }
      @media (min-width: 1024px) {
        .wizard-wrapper .project-summary-option-section .special-instructions-summary {
          font-size: 16px; } }
    .wizard-wrapper .project-summary-option-section .special-instructions-value {
      margin-top: 20px;
      overflow-wrap: break-word; }
  .wizard-wrapper .project-summary-footer {
    position: fixed;
    bottom: 0;
    padding: 0 20px;
    width: 305px;
    background-color: #FFFFFF; }
    @media (min-width: 768px) {
      .wizard-wrapper .project-summary-footer {
        width: 377px; } }
    @media (min-width: 1024px) {
      .wizard-wrapper .project-summary-footer {
        width: 437px;
        padding: 0 40px; } }
    @media (min-width: 1440px) {
      .wizard-wrapper .project-summary-footer {
        width: 490px; } }
    .wizard-wrapper .project-summary-footer button {
      width: 100%; }
    .wizard-wrapper .project-summary-footer h4 {
      display: inline;
      font-size: 16px;
      font-family: "NormsProMedium", "Norms Pro", arial, sans-serif;
      text-transform: capitalize; }
    .wizard-wrapper .project-summary-footer .price-summary-wrapper {
      min-width: auto; }
    .wizard-wrapper .project-summary-footer .price-value {
      font-size: 16px;
      color: #000000;
      margin: 20px 0 5px;
      display: inline-block;
      font-family: "NormsProMedium", "Norms Pro", arial, sans-serif; }
  @media (max-width: 1023px) {
    .wizard-wrapper.summary-open {
      position: absolute; } }
  .wizard-wrapper .hercules-builder-order-details-quantity {
    padding: 0;
    margin-bottom: 32px; }
    .wizard-wrapper .hercules-builder-order-details-quantity .spin {
      height: 42px;
      width: 152px;
      display: flex;
      align-items: center; }
    .wizard-wrapper .hercules-builder-order-details-quantity span {
      width: 42px;
      height: 42px;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #F2F2F2;
      border: 1px solid #CCCCCC;
      border-radius: 4px; }
    .wizard-wrapper .hercules-builder-order-details-quantity span.plus {
      border-left: none;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
    .wizard-wrapper .hercules-builder-order-details-quantity span.minus {
      border-right: none;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .wizard-wrapper .hercules-builder-order-details-quantity input[type=number], .wizard-wrapper .hercules-builder-order-details-quantity input[type=text] {
      text-align: center;
      height: 42px;
      width: 70px;
      border: 1px solid #CCCCCC;
      font-size: 14px;
      font-family: "NormsProBold", "Norms Pro", arial, sans-serif;
      -webkit-appearance: textfield;
         -moz-appearance: textfield;
              appearance: textfield; }
      @media (min-width: 1024px) {
        .wizard-wrapper .hercules-builder-order-details-quantity input[type=number], .wizard-wrapper .hercules-builder-order-details-quantity input[type=text] {
          font-size: 16px; } }

.js-focus-visible .wizard-wrapper {
  /*
        This will show the focus indicator if the element receives focus via the keyboard,
        but it will hide on mouse focus.
    */ }
  .js-focus-visible .wizard-wrapper .focus-group {
    border: 2px solid #0070C9; }
  .js-focus-visible .wizard-wrapper button.focus-visible, .js-focus-visible .wizard-wrapper .text-input.focus-visible, .js-focus-visible .wizard-wrapper .page-selector-input.focus-visible, .js-focus-visible .wizard-wrapper .breadcrumb-item-key.focus-visible {
    border: 2px solid #0070C9; }

@media (min-width: 1024px) {
  .wizard-wrapper:not(.wizard-wrapper--quickflow).last-step {
    grid-template-rows: 74px calc(100vh - 74px - 165px) 165px !important; }
    .wizard-wrapper:not(.wizard-wrapper--quickflow).last-step .options-cta .cta-wrapper {
      display: flex;
      flex-direction: column-reverse !important; }
    .wizard-wrapper:not(.wizard-wrapper--quickflow).last-step .options-cta .cta-wrapper button {
      width: 100% !important; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .wizard-wrapper:not(.wizard-wrapper--quickflow).last-step .options-cta .cta-wrapper button {
    width: auto !important; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .wizard-wrapper .options-cta .btn-primary, .wizard-wrapper .options-cta .btn-tertiary, .wizard-wrapper .options-cta .btn-cart, .wizard-wrapper .options-cta .header-container a.btn-header, .header-container .wizard-wrapper .options-cta a.btn-header {
    width: auto !important; } }

.packages-page .hercules-builder-package-options.toggles {
  overflow: visible;
  position: relative;
  padding-top: 15px; }
  .packages-page .hercules-builder-package-options.toggles .title {
    position: absolute;
    left: -25%;
    width: 20%;
    font-size: 1rem;
    font-weight: bold;
    height: 30px;
    display: flex;
    align-items: center;
    padding: 0;
    left: inherit; }
  .packages-page .hercules-builder-package-options.toggles .radio-group,
  .packages-page .hercules-builder-package-options.toggles ul:not(.drop-list) {
    position: relative;
    left: 20%;
    width: 80%;
    list-style-type: none;
    height: 30px;
    border-radius: 4px;
    background-color: #ffffff;
    border: solid 1px #7d7d7d;
    margin: 0 0 10px 0;
    padding: 0;
    display: -moz-flex;
    display: flex;
    position: relative;
    text-transform: capitalize; }
    .packages-page .hercules-builder-package-options.toggles .radio-group h2,
    .packages-page .hercules-builder-package-options.toggles ul:not(.drop-list) h2 {
      position: absolute;
      left: -25%;
      width: 20%;
      font-size: 1rem;
      font-weight: bold;
      height: 30px;
      display: flex;
      align-items: center;
      padding: 0; }
    .packages-page .hercules-builder-package-options.toggles .radio-group .radio-option-wrapper,
    .packages-page .hercules-builder-package-options.toggles .radio-group li,
    .packages-page .hercules-builder-package-options.toggles ul:not(.drop-list) .radio-option-wrapper,
    .packages-page .hercules-builder-package-options.toggles ul:not(.drop-list) li {
      position: relative;
      width: 50%;
      text-align: center;
      vertical-align: middle;
      z-index: 2;
      position: relative;
      color: #7D7D7D;
      cursor: pointer;
      overflow: hidden; }
      .packages-page .hercules-builder-package-options.toggles .radio-group .radio-option-wrapper img,
      .packages-page .hercules-builder-package-options.toggles .radio-group li img,
      .packages-page .hercules-builder-package-options.toggles ul:not(.drop-list) .radio-option-wrapper img,
      .packages-page .hercules-builder-package-options.toggles ul:not(.drop-list) li img {
        display: none; }
      .packages-page .hercules-builder-package-options.toggles .radio-group .radio-option-wrapper input,
      .packages-page .hercules-builder-package-options.toggles .radio-group li input,
      .packages-page .hercules-builder-package-options.toggles ul:not(.drop-list) .radio-option-wrapper input,
      .packages-page .hercules-builder-package-options.toggles ul:not(.drop-list) li input {
        opacity: 0;
        position: absolute;
        left: 0; }
        .packages-page .hercules-builder-package-options.toggles .radio-group .radio-option-wrapper input:focus + label,
        .packages-page .hercules-builder-package-options.toggles .radio-group .radio-option-wrapper input:checked + label,
        .packages-page .hercules-builder-package-options.toggles .radio-group li input:focus + label,
        .packages-page .hercules-builder-package-options.toggles .radio-group li input:checked + label,
        .packages-page .hercules-builder-package-options.toggles ul:not(.drop-list) .radio-option-wrapper input:focus + label,
        .packages-page .hercules-builder-package-options.toggles ul:not(.drop-list) .radio-option-wrapper input:checked + label,
        .packages-page .hercules-builder-package-options.toggles ul:not(.drop-list) li input:focus + label,
        .packages-page .hercules-builder-package-options.toggles ul:not(.drop-list) li input:checked + label {
          color: #FFFFFF; }
          .packages-page .hercules-builder-package-options.toggles .radio-group .radio-option-wrapper input:focus + label:after,
          .packages-page .hercules-builder-package-options.toggles .radio-group .radio-option-wrapper input:checked + label:after,
          .packages-page .hercules-builder-package-options.toggles .radio-group li input:focus + label:after,
          .packages-page .hercules-builder-package-options.toggles .radio-group li input:checked + label:after,
          .packages-page .hercules-builder-package-options.toggles ul:not(.drop-list) .radio-option-wrapper input:focus + label:after,
          .packages-page .hercules-builder-package-options.toggles ul:not(.drop-list) .radio-option-wrapper input:checked + label:after,
          .packages-page .hercules-builder-package-options.toggles ul:not(.drop-list) li input:focus + label:after,
          .packages-page .hercules-builder-package-options.toggles ul:not(.drop-list) li input:checked + label:after {
            left: 0; }
      .packages-page .hercules-builder-package-options.toggles .radio-group .radio-option-wrapper label,
      .packages-page .hercules-builder-package-options.toggles .radio-group li label,
      .packages-page .hercules-builder-package-options.toggles ul:not(.drop-list) .radio-option-wrapper label,
      .packages-page .hercules-builder-package-options.toggles ul:not(.drop-list) li label {
        cursor: pointer;
        color: #7D7D7D;
        transition: color 100ms ease;
        font-family: "NormsProRegular", "Norms Pro", arial, sans-serif;
        font-weight: 700;
        font-size: 12px;
        position: absolute;
        width: 100%;
        height: 28px;
        left: 0;
        top: 0;
        padding-top: 9px;
        overflow: hidden; }
        .packages-page .hercules-builder-package-options.toggles .radio-group .radio-option-wrapper label:after,
        .packages-page .hercules-builder-package-options.toggles .radio-group li label:after,
        .packages-page .hercules-builder-package-options.toggles ul:not(.drop-list) .radio-option-wrapper label:after,
        .packages-page .hercules-builder-package-options.toggles ul:not(.drop-list) li label:after {
          content: '';
          height: 30px;
          width: 100%;
          position: absolute;
          top: 0;
          background: #444444;
          display: block;
          z-index: -10;
          transition: all 0.1s ease-out; }
        .packages-page .hercules-builder-package-options.toggles .radio-group .radio-option-wrapper label:not(.active):hover,
        .packages-page .hercules-builder-package-options.toggles .radio-group li label:not(.active):hover,
        .packages-page .hercules-builder-package-options.toggles ul:not(.drop-list) .radio-option-wrapper label:not(.active):hover,
        .packages-page .hercules-builder-package-options.toggles ul:not(.drop-list) li label:not(.active):hover {
          box-shadow: inset 1px 1px 2px rgba(125, 125, 125, 0.5), 2px 1px 16px rgba(125, 125, 125, 0.5); }
      .packages-page .hercules-builder-package-options.toggles .radio-group .radio-option-wrapper:only-of-type,
      .packages-page .hercules-builder-package-options.toggles .radio-group li:only-of-type,
      .packages-page .hercules-builder-package-options.toggles ul:not(.drop-list) .radio-option-wrapper:only-of-type,
      .packages-page .hercules-builder-package-options.toggles ul:not(.drop-list) li:only-of-type {
        width: 100%; }
      .packages-page .hercules-builder-package-options.toggles .radio-group .radio-option-wrapper:first-of-type label:after,
      .packages-page .hercules-builder-package-options.toggles .radio-group li:first-of-type label:after,
      .packages-page .hercules-builder-package-options.toggles ul:not(.drop-list) .radio-option-wrapper:first-of-type label:after,
      .packages-page .hercules-builder-package-options.toggles ul:not(.drop-list) li:first-of-type label:after {
        left: 100%; }
      .packages-page .hercules-builder-package-options.toggles .radio-group .radio-option-wrapper:last-of-type label:after,
      .packages-page .hercules-builder-package-options.toggles .radio-group li:last-of-type label:after,
      .packages-page .hercules-builder-package-options.toggles ul:not(.drop-list) .radio-option-wrapper:last-of-type label:after,
      .packages-page .hercules-builder-package-options.toggles ul:not(.drop-list) li:last-of-type label:after {
        left: -100%; }

@media (min-width: 768px) {
  .packages-page .hercules-builder-package-options.toggles--fixed {
    bottom: 0;
    width: 100%;
    position: relative; } }

.packages-page .hercules-builder-package-wrapper .checkmark {
  line-height: 1.3;
  margin-left: 27px; }
  .packages-page .hercules-builder-package-wrapper .checkmark:before {
    content: "";
    height: 15px;
    width: 15px;
    background-image: url("../../hercules/images/line-svg.svg");
    position: absolute;
    left: 0;
    -webkit-filter: invert(100%);
            filter: invert(100%);
    background-size: contain;
    background-repeat: no-repeat; }

.packages-page .hercules-builder-package-wrapper .price-summary-wrapper {
  display: inline-block;
  text-align: right; }

.packages-page .hercules-builder-package-wrapper .price-value {
  font-size: 20px; }

.packages-page .hercules-builder-package-wrapper .price-unit {
  font-size: 14px;
  display: block; }

.packages-page .hercules-builder-package-wrapper .mobile-price-unit {
  display: none;
  font-size: 14px; }
  @media (max-width: 767px) {
    .packages-page .hercules-builder-package-wrapper .mobile-price-unit {
      display: inline-block; } }

.packages-page .hercules-builder-package-wrapper .calculating-animation {
  width: 75px;
  height: 35px;
  flex-wrap: wrap;
  padding-top: 5px; }

.packages-page .hercules-builder-package-wrapper .calculating--label {
  transform: none;
  width: auto;
  padding-top: 5px; }

.packages-page .calculating-animation {
  width: 43%;
  display: -moz-inline-flex;
  display: inline-flex; }

.packages-page .project-name-heading, .packages-page label {
  font-weight: 600;
  padding-bottom: 20px; }
  @media (max-width: 767px) {
    .packages-page .project-name-heading, .packages-page label {
      font-size: 15px; } }

.packages-page .checkbox-wrapper {
  position: relative;
  width: 100%;
  height: 20px;
  margin: 45px 0; }
  @media (max-width: 767px) {
    .packages-page .checkbox-wrapper {
      margin: 40px 0; } }

.packages-page .checkbox-input {
  opacity: 0;
  position: absolute; }

.packages-page .checkbox-label {
  font-size: 14px;
  font-weight: normal;
  color: #000000;
  padding: 0 0 0 25px;
  line-height: 1.6;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.packages-page .checkbox-label:before {
  content: url("../images/wizard/checkbox.svg");
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px; }

.packages-page .checkbox-input:checked + .checkbox-label:before {
  content: url("../images/wizard/checkbox-checked.svg"); }

.packages-page .hercules-builder-order-details-content {
  margin: 0 0 0 16px;
  padding-top: 20px;
  width: 400px;
  flex-grow: 1;
  position: relative; }
  .packages-page .hercules-builder-order-details-content.hercules-builder-order-details-content--pm {
    width: 320px; }
    @media (max-width: 1023px) {
      .packages-page .hercules-builder-order-details-content.hercules-builder-order-details-content--pm {
        margin: 40px 0 135px 25px;
        flex-grow: 0; } }
    .packages-page .hercules-builder-order-details-content.hercules-builder-order-details-content--pm .btn-primary, .packages-page .hercules-builder-order-details-content.hercules-builder-order-details-content--pm .btn-tertiary, .packages-page .hercules-builder-order-details-content.hercules-builder-order-details-content--pm .btn-cart, .packages-page .hercules-builder-order-details-content.hercules-builder-order-details-content--pm .header-container a.btn-header, .header-container .packages-page .hercules-builder-order-details-content.hercules-builder-order-details-content--pm a.btn-header {
      position: relative;
      margin-top: 40px; }
  @media (max-width: 1023px) {
    .packages-page .hercules-builder-order-details-content {
      width: 395px;
      margin: 0; } }
  .packages-page .hercules-builder-order-details-content .hercules-builder-order-details-product-name {
    padding-top: 2em; }
  .packages-page .hercules-builder-order-details-content .hercules-builder-order-details-project-name {
    padding-top: 40px;
    font-size: 14px;
    padding-bottom: 50px; }
    @media (min-width: 768px) {
      .packages-page .hercules-builder-order-details-content .hercules-builder-order-details-project-name {
        padding-top: 40px; } }
    .packages-page .hercules-builder-order-details-content .hercules-builder-order-details-project-name img {
      vertical-align: top;
      padding-top: 0.2rem; }
  .packages-page .hercules-builder-order-details-content .price-subtotal {
    color: #000000; }
  .packages-page .hercules-builder-order-details-content .price-label {
    font-size: 15px; }
  .packages-page .hercules-builder-order-details-content .price-value {
    font-size: 20px;
    padding-left: 10px; }
  @media (min-width: 767px) {
    .packages-page .hercules-builder-order-details-content .calculating-wrapper {
      display: none; } }
  .packages-page .hercules-builder-order-details-content .btn-primary, .packages-page .hercules-builder-order-details-content .btn-tertiary, .packages-page .hercules-builder-order-details-content .btn-cart, .packages-page .hercules-builder-order-details-content .header-container a.btn-header, .header-container .packages-page .hercules-builder-order-details-content a.btn-header {
    font-weight: 700;
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 0; }
  .packages-page .hercules-builder-order-details-content .select-dropdown {
    margin-top: 0;
    width: 228px; }
    .packages-page .hercules-builder-order-details-content .select-dropdown.dd-open .drop-list {
      transform: translateY(-25px); }
    .packages-page .hercules-builder-order-details-content .select-dropdown.dd-open .drop-btn:before {
      background-image: url("../../hercules/images/Icon-pointerdown-black.png"); }

.packages-page .single-package-mobile .price-summary-wrapper {
  float: right;
  font-family: "NormsProRegular", "Norms Pro", arial, sans-serif;
  font-size: 16px;
  font-weight: normal; }

.packages-page .single-package-mobile .calculating-wrapper {
  float: right;
  transform: translateY(-10px); }

.packages-page .single-package-mobile .calculating-animation {
  width: 75px;
  flex-wrap: wrap; }
  .packages-page .single-package-mobile .calculating-animation .calculating--label {
    transform: none;
    width: auto;
    padding-top: 5px;
    font-family: "NormsProRegular", "Norms Pro", arial, sans-serif;
    font-weight: normal;
    font-size: 16px; }

@media (min-width: 768px) {
  .packages-page .builder-control-collation {
    width: 60%;
    float: left; }
  .packages-page .builder-control-copies {
    width: 40%;
    float: left; } }

.packages-page .mobile-package-selector {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  padding: 0 10px; }
  .packages-page .mobile-package-selector button {
    margin: 0 5px;
    height: 100%;
    width: calc(50% - 5px);
    font-size: 12px;
    color: #000000;
    background-color: #FFFFFF;
    border-radius: 4px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    padding: 12px;
    font-family: "NormsProMedium", "Norms Pro", arial, sans-serif;
    display: flex; }
    .packages-page .mobile-package-selector button.active-pkg {
      box-shadow: none;
      border: 2px solid #0070C9; }
  .packages-page .mobile-package-selector .price-unit {
    display: none; }
  .packages-page .mobile-package-selector .package-name {
    width: 50%;
    text-align: left;
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
  .packages-page .mobile-package-selector .package-price {
    width: 50%;
    text-align: right; }
  .packages-page .mobile-package-selector .calculating-wrapper {
    display: none; }

.packages-page .builder-control-collation .checkbox-wrapper {
  margin: 0; }

.packages-page .hercules-editable-text-wrapper {
  height: 60px; }

.packages-page .sticky-cta {
  height: 80px;
  width: 100%;
  background-color: #FFFFFF;
  position: fixed;
  bottom: 0;
  z-index: 5; }
  .packages-page .sticky-cta button {
    width: calc(100% - 30px);
    margin: 20px 15px; }

/*# sourceMappingURL=main.css.map */
