/*------------------------------------*\
    FONT FACE
\*------------------------------------*/
@import url(font-awesome.css?v=5.15.4);
@font-face {
  font-family: "JLR Emeric Web";
  src: url("../fonts/emeric/JLREmericWeb-Regular.eot");
}

@font-face {
  font-family: "JLR Emeric Web";
  src: url("http://:/") format("No-IE-404"), url("../fonts/emeric/JLREmericWeb-Regular.svg") format("svg"), url("../fonts/emeric/JLREmericWeb-Regular.woff") format("woff"), url("../fonts/emeric/JLREmeric-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "JLR Emeric Web";
  font-weight: 100;
  src: url("../fonts/emeric/JLREmericWeb-ExtraLight.eot") format("embedded-opentype");
}

@font-face {
  font-family: "JLR Emeric Web";
  font-weight: 100;
  src: url("http://:/") format("No-IE-404"), url("../fonts/emeric/JLREmericWeb-ExtraLight.svg") format("svg"), url("../fonts/emeric/JLREmericWeb-ExtraLight.woff") format("woff"), url("../fonts/emeric/JLREmeric-ExtraLight.ttf") format("truetype");
}

@font-face {
  font-family: "JLR Emeric Web";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/emeric/JLREmericWeb-SemiBold.eot") format("embedded-opentype");
}

@font-face {
  font-family: "JLR Emeric Web";
  font-style: normal;
  font-weight: 800;
  src: url("http://:/") format("No-IE-404"), url("../fonts/emeric/JLREmericWeb-SemiBold.svg") format("svg"), url("../fonts/emeric/JLREmericWeb-SemiBold.woff") format("woff"), url("../fonts/emeric/JLREmeric-SemiBold.ttf") format("truetype");
}

.hotspot-checkbox {
  display: none;
}

.hotspot-checkbox:checked ~ .hotspot-content {
  display: block;
  margin-top: 8px;
  margin-left: 8px;
}

.hotspot-button {
  position: absolute;
  font-weight: bold;
  display: inline-block;
  background: url("../../../images/hotspot_marker.png") no-repeat;
  padding: 12px;
  margin-top: -12px;
  margin-left: -12px;
}

.hotspot-image-box {
  padding: 0px !important;
  margin: 10px 10px 13px 10px !important;
}

.hotspot-image {
  padding: 0px !important;
  margin: 0px !important;
}

.hotspot-wrapper {
  float: left;
  background: #dedede;
}

.hotspot-content {
  position: absolute;
  overflow: hidden;
  display: none;
  padding: 1rem;
}

@media screen {
  .hotspot-content {
    max-width: 50%;
    background-color: white;
    border-radius: 4px;
    border: 1px solid #cccccc;
    z-index: 5;
  }
}

@media print {
  .hotspot-wrapper {
    counter-reset: hotpots-counter;
  }
  .hotspot-content {
    position: static;
    overflow: auto;
    display: block;
    padding: 5px;
  }
  .hotspot-content::before {
    counter-increment: hotpots-counter;
    content: counter(hotpots-counter) ". ";
  }
}

/* MAIN BODY */
.container {
  background: white;
  border: 1px solid #cccccc;
  max-width: 21cm;
  margin: 20px auto;
  padding: 74px;
}

body {
  font-family: "JLR Emeric Web", arial, sans-serif;
  color: black;
  font-size: 12pt;
  font-weight: 200;
  line-height: 1.5em;
}

.bold {
  font-weight: bold;
}

.underline {
  text-decoration: underline;
}

.italics {
  font-style: italic;
}

a {
  text-transform: uppercase;
  text-decoration: none;
  color: #5B788F;
}

/* HEADERS */
.header, .header-chapter, .toc-header, .header-section, .header-subsection, h3, .header-proctitle, .header-procinfo, .header-intro-proc {
  text-transform: uppercase;
}

.header-chapter, .toc-header {
  font-size: 20pt;
  font-weight: 100;
  line-height: 1.4;
  margin-top: 20px;
  margin-bottom: 20px;
}

.header-section {
  text-transform: uppercase;
  font-size: 16pt;
  font-weight: 800;
  margin-top: 20px;
  margin-bottom: 30px;
}

.header-subsection, h3 {
  text-transform: uppercase;
  font-size: 12pt;
  font-weight: 800;
}

.header-proctitle {
  text-transform: uppercase;
  font-size: 12pt;
}

.header-procinfo {
  text-transform: uppercase;
  font-weight: 200;
  font-size: 8pt;
  color: green;
}

.header-intro-proc {
  font-size: 20pt;
  text-transform: uppercase;
  font-weight: 100;
  line-height: 1.4;
  margin-top: 20px;
  margin-bottom: 20px;
}

/* TABLE OF CONTENTS */
.toc-container {
  border-top: 0.1px solid #525252 !important;
  border-bottom: 0.1px solid #525252 !important;
  padding: 20px 20px 20px 20px;
}

.toc, .chapter-toc a, .section-toc a, .subsection-toc a, .section-toc .proc-toc a, .subsection-toc .proc-toc a, .intro-proc-toc a {
  text-transform: uppercase;
  text-decoration: none;
  color: black;
}

.chapter-toc a {
  font-size: 16pt;
  font-weight: bold;
  line-height: 40pt;
}

.section-toc a {
  font-size: 12pt;
  font-weight: 200;
  line-height: normal;
}

.subsection-toc a {
  font-size: 10pt;
  margin-left: 40px;
  font-weight: 200;
}

.section-toc .proc-toc a {
  font-size: 10pt;
  margin-left: 40px;
  font-weight: 200;
}

.subsection-toc .proc-toc a {
  font-size: 8pt;
  margin-left: 80px;
  font-weight: 200;
  padding-bottom: 40pt;
}

.intro-proc-toc a {
  font-size: 16pt;
  font-weight: bold;
  line-height: 40pt;
}

/* CONTENT ELEMENTS */
.warning-alert {
  background: url("../img/icon-warning.png") no-repeat 14px 52% #fda186;
  background-size: 19px 17px;
  padding: 10px 45px 7px;
  font-weight: bold;
  font-size: 1.00em;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.warning-box {
  border: 1px solid #fda186 !important;
  margin: 0 0 20px;
  padding: 0 20px 0 20px;
  position: relative;
}

.caution-alert {
  background: url("../img/icon-caution.png") no-repeat 14px 52% #f7de90;
  background-size: 19px 17px;
  padding: 10px 45px 7px;
  font-weight: bold;
  font-size: 1.00em;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.caution-box {
  border: 1px solid #f7de90 !important;
  margin: 0 0 20px;
  padding: 0 20px 0 20px;
  position: relative;
}

.note-alert {
  background: url("../img/icon-note.png") no-repeat 14px 52% #E2D5BE;
  background-size: 19px 17px;
  padding: 10px 45px 7px;
  font-weight: bold;
  font-size: 1.00em;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.note-box {
  border: 1px solid #E2D5BE !important;
  margin: 0 0 20px;
  padding: 0 20px 0 20px;
  position: relative;
}

.warr-note-icon {
  width: 30px;
  padding-bottom: 10px;
  padding-right: 10px;
  float: right;
}

.note-box {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.important-box {
  background: none repeat scroll 0 0;
  border: 3px solid #40465C !important;
  margin: 0 0 20px;
  padding: 10px 20px 10px 20px;
}

.example-box {
  background: #CDD7D9 repeat scroll 0 0;
  border: 3px solid #CDD7D9 !important;
  margin: 0 0 20px;
  padding: 10px 20px 10px 20px;
}

a.content-link {
  display: block;
  line-height: 40px;
  margin-left: 40px;
}

/* IMAGES */
.zoom-image-wrapper {
  display: inline-block;
  width: 100%;
  margin: -21px 0 0 0px;
}

.below-image {
  position: relative;
  margin: -2px 0 0 0;
  /* If this note sits below a zoom image */
}

.image-box {
  position: relative;
  margin: 13px 0 13px 0;
}

.image-box a.zoom-button {
  z-index: 999;
  background: #9e1b32;
  color: white !important;
  line-height: 100%;
  padding: 10px;
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 15px;
  float: left;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.image-box a.zoom-button:hover {
  background: #3b3b3b;
}

.image-box .example-image {
  position: relative;
  vertical-align: middle;
  margin: 0 0 0 0;
  padding: 0 0 0 45px;
}

.image-box .image-wrapper {
  white-space: nowrap;
  background: white;
  padding: 10px;
  display: inline-block;
  border: 1px solid #ccc;
  margin: 0 0 -7px -6px;
  height: 180px;
  width: 108%;
  white-space: nowrap;
  text-align: center;
  overflow: hidden;
}

.image-box .vertical-align-center {
  height: 100%;
  vertical-align: middle;
  display: inline-block;
}

.image-box .special-tools-text {
  border: 1px solid #ccc;
  background: white;
  padding: 10px;
  display: inline-block;
  margin: 0 -10px 0 0;
  width: 100%;
  word-wrap: break-word;
}

.image-box .special-tools-text p {
  line-height: 120%;
  margin: 10px 0 0 0;
}

.video-box {
  background: #dedede;
  padding: 10px;
  display: block;
  position: relative;
  float: left;
  margin: 0 0 34px 0;
  max-width: 100%;
}

.video-box .video-button {
  z-index: 999;
  background-color: Black;
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  color: white;
  text-align: center;
  padding: 0;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 0px;
  margin: 0;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.video-box .video-button .fa {
  vertical-align: middle;
  font-size: 65px;
  position: relative;
  padding-top: 30%;
}

.video-box .video-button:hover {
  background-color: Black;
  opacity: .7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  border: 0px solid white;
}

/* TABLES */
table {
  border-collapse: collapse !important;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 5mm;
  word-wrap: break-word;
}

.tabletitle {
  margin: 10px;
}

.second-table {
  margin-bottom: 5mm;
}

.bordered-table table {
  border-style: hidden !important;
  border-bottom: 2px solid #525252 !important;
}

.no-bordered-table table {
  border: none !important;
}

.no-bordered-table th {
  border-right: none;
  border-left: none;
}

td {
  padding: 20px 10px 20px 10px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 3px solid #5B788F;
  font-weight: 200;
  font-size: 12pt;
}

.bordered-table td {
  border-top: 2px solid #525252 !important;
  border-left: 2px solid #525252 !important;
  border-right: 2px solid #525252 !important;
  border-bottom: 2px solid #525252 !important;
}

.bordered-table th {
  border-left: 2px solid #525252 !important;
  border-right: 2px solid #525252 !important;
}

th {
  background: #5B788F;
  color: white;
  text-align: left;
  font-weight: 800;
  padding: 10px 10px 10px 10px;
}

/*------------------------------------*\
    MAGNIFY
\*------------------------------------*/
.magnify {
  margin: 0 auto;
  text-align: center;
}

.magnify .magnify-lens {
  /* Create the magnifying lens */
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  /* Multiple box shadows to achieve the glass lens effect */
  -webkit-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
  /* Hide the mouse pointer */
  cursor: none;
  /* Hide the lens by default */
  display: none;
  /* Place the lens on top of other elements */
  z-index: 100;
}

.magnify .magnify-lens.loading {
  background: #333 !important;
  opacity: 0.75;
}

.magnify .magnify-lens.loading:after {
  /* Loading text */
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
  color: #fff;
  content: "Loading...";
  font: italic normal 16px/1 Calibri, sans-serif;
  text-align: center;
  text-shadow: 0 0 2px rgba(51, 51, 51, 0.8);
  text-transform: none;
}

/* Magnific Popup CSS */
.thumbnail {
  width: 90px;
  height: 90px;
  float: left;
  display: block;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  border: 0;
  margin: 0 5px 5px 0;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: url("../img/overlay.png") repeat center top;
  /*  opacity: $mfp-overlay-opacity;*/
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/**
 * Fade-zoom animation for first dialog
 */
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 1.0;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.qualifier {
  display: table;
  position: relative;
  margin: 0 0 20px 0;
  color: #3b3b3b;
}

.qualifier .info {
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  display: table-cell;
  background: #f2f2f2;
  border-top: 1px solid #cccccc;
  border-right: 0px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  padding: 11px 19px;
  color: #adadad;
  margin: 0 0 0 0;
  vertical-align: middle;
}

.qualifier .info .fa {
  font-size: 20px;
  position: relative;
  top: 3px;
}

.qualifier .content {
  display: table-cell;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background: white;
  border: 1px solid #cccccc;
  padding: 11px 19px;
  color: #3b3b3b;
  margin: 0 0 0 0;
  width: 100%;
}

.qualifier .content > p {
  margin: 0px;
}

.grey-hr-step {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #999999;
  margin: 19px 0 0 0;
}

li > .grey-hr-step {
  margin: -4px 0 0 -8px;
}

.steps ol {
  counter-reset: li;
  /* Initiate a counter */
  margin-left: 0;
  /* Remove the default left margin */
  padding-left: 0;
  /* Remove the default left padding */
}

.steps ul {
  margin: 7px 0 0 11px;
  list-style-type: square;
}

.steps ul li {
  margin: 0 0 5px 20px;
}

.steps ul ul {
  list-style-type: disc;
}

.steps ul ul li {
  margin: 0 0 5px 40px;
}

.steps li ol ul {
  list-style-type: square;
  margin-bottom: 10px;
  margin-left: 0px;
}

.steps li ol ul li {
  margin: 7px 0 0 11px;
}

.steps li ol ul li:before {
  content: url("../img/square.png");
  position: relative;
}

.steps ol > li {
  position: relative;
  margin: 0 0 23px 20px;
  padding: 4px 20px 0px;
  list-style: none;
}

.steps ol > li:before {
  content: counter(li) ".";
  counter-increment: li;
  position: absolute;
  top: 0px;
  left: -2em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 32px;
  margin-right: 8px;
  padding: 2px;
  color: #fff;
  background: #999;
  font-family: "JLR Emeric Web", Arial;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-size: 10px;
}

.steps li ol {
  margin-top: 6px;
}

.steps ol ol li:last-child {
  margin-bottom: 0;
}

.steps ol li ol li {
  position: relative;
  margin: 0 0 5px 10px;
  padding: 0px;
  padding-left: 21px;
  list-style-type: none;
}

.steps ol li ol li:before {
  /*content:counter(li);*/
  /* Use the counter as content */
  counter-increment: li;
  /* Increment the counter by 1 */
  position: absolute;
  top: -2px;
  left: -7px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 32px;
  margin-right: 8px;
  padding: 2px;
  color: #3b3b3b;
  background: transparent;
  font-family: "JLR Emeric Web", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  font-size: 1.00em;
}

@page {
  margin: 0.5in;
}

@media print {
  body {
    background: #ffffff;
  }
  body > div.container {
    border: 0 !important;
    padding: 0 !important;
    margin: 0.25in !important;
  }
  .container {
    border: none;
    padding: 0;
  }
  .procedure-content {
    page-break-before: auto !important;
    page-break-after: auto !important;
    display: block !important;
  }
  .grey-hr-step {
    page-break-after: avoid !important;
    page-break-inside: avoid !important;
    margin: 0;
  }
  .mixed-list {
    page-break-before: auto;
    page-break-inside: auto;
    page-break-after: auto;
  }
  .mixed-list > ol > li, .steps > ol > li {
    page-break-inside: avoid;
  }
  .steps > ol > li {
    page-break-inside: avoid;
  }
  .logo {
    display: inline-block;
    bottom: 0;
    height: 50px;
    -fs-fit-images-to-width: 102px;
  }
  table .image-box .example-image {
    -fs-fit-images-to-width: 200px;
  }
  .image-box {
    page-break-inside: avoid !important;
  }
  .image-box .example-image {
    page-break-inside: avoid !important;
  }
  .image-box .zoom-button {
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    display: none;
  }
  .zoom-button, .popup-with-zoom-anim {
    display: none;
  }
  img {
    page-break-inside: avoid;
    -fs-fit-images-to-width: 100%;
  }
  .zoom-image-wrapper {
    page-break-inside: avoid !important;
  }
  .content-wrapper-grey .grey-hr {
    margin: 24px 0 -1px 0;
  }
  .tool-grid__item {
    display: table-cell;
  }
  .grid-tool {
    width: 100%;
    display: table-row !important;
    margin-right: 20px;
  }
  .grid-tool .grid__item {
    display: table-cell !important;
  }
  table {
    -fs-table-paginate: paginate;
  }
  td, tr {
    page-break-inside: avoid;
  }
  h2 {
    page-break-after: avoid;
  }
  .content-wrapper-grey .zoom-image-wrapper {
    width: 100%;
  }
  .textfill {
    max-height: none;
    min-height: 0;
  }
  .special-tools .example-image {
    -fs-fit-images-to-width: 202px;
    display: block;
  }
  .special-tools .image-wrapper,
  .special-tools .special-tools-text {
    display: block;
    width: auto;
    height: 100%;
    border-style: none;
    min-height: 0;
    max-height: none;
  }
  .special-tools .special-tools-text {
    margin-right: 10px;
  }
  .special-tools .zoom-image-wrapper .image-box {
    width: 100%;
    display: table;
    border-collapse: separate;
    border-spacing: 0px 20px;
    background-color: #ffffff;
    border-color: #dedede;
    border-style: solid;
    border-width: 10px;
  }
  .direction-alert, .note-alert, td .caution-alert, td .warning-alert {
    page-break-before: auto !important;
    page-break-inside: avoid !important;
    page-break-after: avoid !important;
  }
}

@media print {
  html {
    height: 99%;
  }
  body {
    height: 99%;
    background: #ffffff;
  }
  .zoom-button, .popup-with-zoom-anim {
    display: none !important;
  }
  .zoom-image-wrapper {
    display: inline-block;
    page-break-inside: avoid;
  }
  .header-content {
    -fs-keep-with-inline: keep;
    page-break-before: auto;
    page-break-after: auto;
    display: block;
  }
  .grid__item.five-tenths.palm-one-whole {
    width: 50%;
    display: inline-block;
  }
  .grid__item.one-half {
    width: auto;
    display: inline-block;
  }
  .grid__item.three-quarters {
    width: auto;
    display: inline-block;
  }
  .grid__item.one-quarters {
    display: inline-block;
    width: auto;
  }
  .grid__item.one-half {
    width: auto;
  }
  .grid__item.one-half.palm-one-whole {
    width: 100%;
  }
  .grid__item, .second-table, .mixed-list, .steps {
    display: block;
  }
  .zoom-button, .popup-with-zoom-anim {
    display: none;
  }
  .qualifier {
    display: block;
    page-break-inside: avoid;
    page-break-before: auto;
  }
  .qualifier .info {
    page-break-inside: avoid;
    page-break-after: avoid !important;
  }
  .qualifier .content {
    page-break-inside: avoid;
    page-break-after: avoid !important;
  }
  .wcn-container {
    page-break-before: auto !important;
    page-break-inside: avoid !important;
    margin-right: 10px;
  }
  .wcn-list {
    page-break-inside: avoid !important;
  }
  .pf {
    page-break-inside: avoid !important;
  }
  button,
  html input[type="button"],
  input[type="reset"],
  input[type="text"],
  input[type="submit"] {
    display: inline-block;
    width: 100%;
  }
  button,
  html input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    display: inline-block;
    border: 1px solid grey;
    color: black;
  }
  .procsub1, .procsub2 {
    display: block;
  }
  .procsub1 p, .procsub2 p {
    page-break-after: avoid;
  }
  .procsub1 ul, .procsub2 ul {
    page-break-after: avoid;
  }
  .procsub1 .important-box p, .procsub2 .important-box p {
    page-break-before: avoid !important;
  }
  .procsub1 .example-box p, .procsub2 .example-box p {
    page-break-before: avoid !important;
  }
  .important-box {
    display: block;
    page-break-inside: avoid !important;
  }
  .example-box {
    display: block;
    page-break-inside: avoid !important;
  }
  .bold {
    page-break-after: avoid !important;
  }
  .toc-container {
    page-break-after: always !important;
  }
  ul {
    page-break-before: avoid !important;
    page-break-inside: avoid !important;
  }
  p {
    page-break-inside: avoid !important;
  }
  .header-proctitle {
    page-break-after: avoid !important;
  }
}

.question-header {
  font-size: 1.2em;
  font-weight: bold;
  font-style: italic;
}

.answer-header {
  font-size: 1.2em;
  font-style: italic;
}

.proc-title {
  line-height: 100%;
}
