/*
Styles by Bhautik
*/

.col2 {
  display: flex;
  justify-content: space-around;
  width: 100%;
}

.col img {
  max-width: 100%;
  height: auto;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  padding: 1%;
}

#content #details h2 {
  line-height: 1.5em;
}

.text-center {
  text-align: center;
  margin: 0 auto;
}

.img-center {
  text-align: center;
  margin: 0 auto;
  display: block;
  max-width: 100%;
}

.red-ajax-loader {
  display: none;
  vertical-align: top;
}

.success {
  border: 1px solid green;
  background-color: lightgreen;
  color: green;
  padding: 10px;
}

.with-large-icon.table-list td {
  height: 70px;
  display: flex;
  align-items: center;
}

.with-large-icon.table-list td div {
  margin-right: 65px;
}

.with-large-icon.table-list td a {
  line-height: 17px;
  padding-top: 0;
}

.table-full.header-overlay-100 .tbloverlay {
  height: 100% !important;
}

/*
a:hover,a:active,a:link {
    outline: 0 !important;
    text-decoration: none !important;
}
img:active,img:link{
    outline: 0 !important;
    text-decoration: none !important;	
}
*/

/* ======== Load Monitoring Systems ========= */

#featured-image.with-logo h1 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.6em;
}

#featured-image.with-logo h1 span.title {
  flex-shrink: 1;
  display: inline;
}

#featured-image.with-logo h1 span.brand-logo {
  flex-shrink: 0;
}

span.brand-logo {
  display: inline-block;
  width: 130px;
  margin-left: 20px;
  position: relative;
}

span.brand-logo img {
  width: 100%;
  position: absolute;
  top: -0px;
}

img.Proof-Test-plus {
  -webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.1);
  margin: 10px !important;
  width: 45%;
  border: 1px solid #999;
}

.table-width-full {
  width: 100%;
  border: 1px solid #d7d7d7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: -1px 1px 2px 1px #e5e5e5;
  -moz-box-shadow: -1px 1px 2px 1px #e5e5e5;
  box-shadow: -1px 1px 2px 1px #e5e5e5;
}

.product-details {
  display: block;
  width: 100%;
  clear: both;
}

.product-details h1 {
  font-size: 2em;
  font-family: 'Ubuntu Condensed', sans-serif;
}

.product-details .left {
  width: 48%;
  float: left;
  padding-right: 2%;
}

.product-details .right {
  width: 48%;
  float: left;
  padding-left: 2%;
}

.lms-product-item-active {
  text-align: center;
  margin-right: 2%;
  margin-bottom: 2%;
  width: 48%;
  float: left;
  border: 2px solid #d02630;
  height: 295px;
  position: relative;
  cursor: pointer;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.38);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.38);
}

.lms-product-item-multiple {
  text-align: center;
  margin-right: 2%;
  margin-bottom: 2%;
  width: 48%;
  float: left;
  border: 2px solid #f0f0f0;
  position: relative;
  cursor: pointer;
  border-radius: 5px;
  min-height: 295px;
  display: flex;
  flex-direction: column;
}

.lms-product-item-multiple:last-of-type {
  text-align: center;
  margin-right: 0% !important;
  margin-bottom: 2%;
  width: 48%;
  float: left;
  border: 2px solid #f0f0f0;
  position: relative;
  cursor: pointer;
  border-radius: 5px;
  min-height: 295px;
  display: flex;
  flex-direction: column;
}

.lms-product-item-multiple:hover {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.38);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.38);
}

.lms-product-item-multiple ul li img {
  width: 100px;
  padding-right: 10px;
}

.lms-product-item-multiple ul li p {
  flex-grow: 4;
  text-align: left;
  margin: 0px;
}

.lms-product-item-multiple ul {
  padding: 0px !important;
  margin: 0px;
  list-style-type: none;
  display: flex;
  align-content: stretch;
  flex-direction: column;
  flex: 1;
}

.lms-product-item-multiple ul li {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: solid 2px #f0f0f0;
  padding: 10px 0px 10px 10px;
  flex: 1;
}

.lms-product-item-multiple-active {
  text-align: center;
  margin-right: 2%;
  margin-bottom: 2%;
  width: 48%;
  float: left;
  border: 2px solid #d02630;
  position: relative;
  cursor: pointer;
  border-radius: 5px;
  background-color: white !important;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.38);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.38);
  min-height: 295px;
  display: flex;
  flex-direction: column;
}

.lms-product-item-multiple-active:last-of-type {
  text-align: center;
  margin-right: 0%;
  margin-bottom: 2%;
  width: 48%;
  float: left;
  border: 2px solid #d02630;
  position: relative;
  cursor: pointer;
  border-radius: 5px;
  background-color: white !important;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.38);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.38);
  min-height: 295px;
  display: flex;
  flex-direction: column;
}

.lms-product-item-multiple > .divider {
  border-top: 2px solid #f0f0f0;
  overflow: hidden;
  width: 100% !important;
  bottom: 0px;
  padding: 10px 0px;
  position: initial !important;
}

.lms-product-item-multiple-active ul li img {
  width: 100px;
  padding-right: 10px;
}

.lms-product-item-multiple-active ul li p {
  flex-grow: 4;
  text-align: left;
  margin: 0px;
}

.lms-product-item-multiple-active ul {
  padding: 0px !important;
  margin: 0px;
  list-style-type: none;
  display: flex;
  align-content: stretch;
  flex-direction: column;
  flex: 1;
}

.lms-product-item-multiple-active ul li {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: solid 2px #f0f0f0;
  padding: 10px 0px 10px 10px;
  flex: 1;
}

.lms-product-item-multiple ul li:last-child {
  border-bottom: none;
}

.lms-product-item-multiple-active ul li:last-child {
  border-bottom: none;
}

.lms-product-item-multiple-active ul li.active {
  padding: 10px 0px 10px 10px;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 1) 32%, rgba(255, 173, 173, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 1) 32%, rgba(255, 173, 173, 1) 100%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 32%, rgba(255, 173, 173, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffadad", GradientType=1);
}

.lms-product-item-active:last-of-type {
  text-align: center;
  margin-bottom: 2%;
  width: 48%;
  float: left;
  border: 2px solid #d02630;
  margin: 0px;
  height: 295px;
  position: relative;
  cursor: pointer;
  border-radius: 5px;
}

.lms-product-item-active img.product {
  width: 40%;
  height: auto;
}

.lms-product-item.divider {
  border-top: 2px solid #f0f0f0;
  overflow: hidden;
  width: 100% !important;
  bottom: 0px;
  padding: 10px 0px;
}

.lms-product-item-active p {
  height: 30px;
  padding: 10px;
  margin-bottom: 20px;
}

.lms-product-item p {
  height: 30px;
  padding: 10px;
  margin-bottom: 20px;
}

.divider {
  border-top: 2px solid #f0f0f0;
  overflow: hidden;
  width: 100% !important;
  padding: 10px 0px;
  position: absolute;
  bottom: 0px;
}

.lms-product-item-multiple:hover {
  border-color: #999;
  cursor: pointer;
}

.lms-product-item-multiple-active .divider {
  border-top: 2px solid #f0f0f0;
  overflow: hidden;
  width: 100% !important;
  padding: 10px 0px;
  position: initial !important;
}

.lms-product-item img.product {
  width: 40%;
  height: auto;
}

.lms-product-item {
  text-align: center;
  margin-right: 2%;
  margin-bottom: 2%;
  width: 48%;
  float: left;
  border: 2px solid #f0f0f0;
  height: 295px;
  position: relative;
  cursor: pointer;
  border-radius: 5px;
}

.lms-product-item:nth-of-type(3) {
  text-align: center;
  margin-bottom: 2%;
  margin-right: 2%;
  width: 48%;
  float: left;
  border: 2px solid #f0f0f0;
  height: 295px;
  cursor: pointer;
  position: relative;
  border-radius: 5px;
}

.lms-product-item:last-of-type {
  text-align: center;
  margin-bottom: 2%;
  width: 48%;
  float: left;
  border: 2px solid #f0f0f0;
  margin: 0px;
  height: 295px;
  position: relative;
  cursor: pointer;
  border-radius: 5px;
}

.lms-product-item:hover,
.lms-product-item:last-of-type:hover {
  border-radius: 5px;
  border: 2px solid #999;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.38);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.38);
}

#content .SP,
.DML {
  text-align: center;
  position: relative;
  float: left;
  margin-bottom: 1%;
  width: 100%;
  border: 1px solid #d7d7d7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: -1px 1px 2px 1px #e5e5e5;
  -moz-box-shadow: -1px 1px 2px 1px #e5e5e5;
  box-shadow: -1px 1px 2px 1px #e5e5e5;
  height: 360px;
}

#content .SP a,
.DML a {
  color: red;
  text-decoration: underline;
  margin-top: 130px;
}

#content .SP:hover,
.DML:hover {
  background: rgb(238, 238, 238);
  background: -moz-linear-gradient(360deg, rgba(238, 238, 238, 1) 0%, rgba(255, 255, 255, 1) 64%);
  background: -webkit-linear-gradient(360deg, rgba(238, 238, 238, 1) 0%, rgba(255, 255, 255, 1) 64%);
  background: linear-gradient(360deg, rgba(238, 238, 238, 1) 0%, rgba(255, 255, 255, 1) 64%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee", endColorstr="#ffffff", GradientType=1);
}

hr {
  margin: 2rem 0px;
  border-top: 1px solid #fff;
}

#content .SP-col,
.DML-col {
  text-align: center;
  width: 48%;
  float: left;
  margin-right: 12px;
}

.table-list-products {
  margin-top: 60px;
}

.table-list-products ul li span {
  position: absolute;
  top: -20px;
  left: 0px;
  font-weight: bold;
  text-align: left;
  font-size: 13px;
  line-height: 12px;
  white-space: nowrap;
}

.table-list-products ul {
  padding: 0px !important;
  margin: 0px;
}

.table-list-products ul li {
  display: flex;
  align-items: center;
  width: 100%;
  height: 70px !important;
  position: relative;
  border: 1px solid #ececec;
  list-style-type: none;
  padding: 0px !important;
  margin: 0px 0px 10px 0px;
  border-radius: 5px;
  -webkit-box-shadow: -1px 1px 2px 1px #f6f6f6;
  -moz-box-shadow: -1px 1px 2px 1px #f6f6f6;
  box-shadow: -1px 1px 2px 1px #f6f6f6;
  text-align: left;
}

.table-list-products ul li.displaynone {
  width: 100%;
  height: 70px !important;
  position: relative;
  border: 1px solid #fff;
  list-style-type: none;
  padding: 0px !important;
  margin: 0px 0px 10px 0px;
  box-shadow: none;
}

.table-list-products ul li:empty {
  height: 70px !important;
  border: 1px solid white;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.table-list-products ul li:empty:hover {
  height: 70px !important;
  background: none;
  cursor: default;
}

.table-list-products ul li img.thumb {
  float: left;
  margin-left: 10px;
}

.table-list-products ul li:hover {
  cursor: pointer;
  background: rgb(238, 238, 238);
  background: -moz-linear-gradient(360deg, rgba(238, 238, 238, 1) 0%, rgba(255, 255, 255, 1) 64%);
  background: -webkit-linear-gradient(360deg, rgba(238, 238, 238, 1) 0%, rgba(255, 255, 255, 1) 64%);
  background: linear-gradient(360deg, rgba(238, 238, 238, 1) 0%, rgba(255, 255, 255, 1) 64%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee", endColorstr="#ffffff", GradientType=1);
}

.table-list-products ul li p {
  margin-left: 15px;
  margin-bottom: 0px;
}

/* For collapsible content */
.collapsible {
  background: none;
  border: 0;
  background-color: white;
  padding: 0;
  color: #960000;
  outline: none;
  font-size: 12px;
}

.collapsible:hover {
  background: none;
  border: 0;
  background-color: white;
  padding: 0;
  color: #960000;
}

.collapsible .collapsible:after {
  content: 'More \002B';
  float: right;
  margin-left: 5px;
}

.collapsible .active:after {
  content: 'Less \2212';
}

.collapsible-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.red-button-container {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}

.red-button,
.red-button:visited {
  background: #960000;
  color: #fff;
  margin-right: 5px;
  padding: 8px 8px;
  text-align: center;
  font-weight: 600;
  transition: background-color 0.5s;
  cursor: pointer;
  border: 2px solid transparent;
}

.red-button:hover {
  color: #960000;
  background: #fff;
  border: 2px solid #960000;
}

.single-ropes #content #details img {
  max-width: 100%;
}

.single-ropes #content #featured-image {
  position: relative;
  padding: 20px 0px 0px 20px;
}

.single-ropes #content #featured-image p {
  margin: 0;
}

.single-ropes #content #featured-image img {
  margin-top: 0.75rem;
}

.single-ropes #content #details .caution-section img {
  border: 0;
  box-shadow: none;
  margin-right: 0;
}

.single-ropes #content #details .details-left ul.product-highlights {
  margin: 0 0 1.2em;
  padding: 0;
  list-style-type: none;
}

.single-ropes #content #details .details-left ul.product-highlights li {
  padding-left: 15px;
  position: relative;
  font-weight: 600;
  margin-bottom: 6px;
}

.single-ropes #content #details .details-left ul.product-highlights li:before {
  position: absolute;
  left: 0;
  content: '>';
  color: #960000;
}

.single-ropes #content #details .details-left table.sheave-table {
  border: 0;
  margin-bottom: 8px;
}

.single-ropes #content #details .details-left table.sheave-table td,
.single-ropes #content #details .details-left table.sheave-table th {
  background-color: transparent;
  border: 0;
  padding: 0;
  text-align: center;
}

.single-ropes #content #details .details-left table.sheave-table td img {
  max-width: 100%;
}

.single-ropes #content #details .details-right .frame {
  margin-bottom: 1.2em;
  display: block;
  clear: both;
}

.postid-1738 #content #featured-image {
  text-align: right;
}

.postid-1738 #content #featured-image h1 {
  text-align: left;
}

.two-col-tables {
  display: flex;
}

.table-full ul.general-list li {
  float: none !important;
  font-size: 10px;
}

a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

/* Torpedo Section Styles  -- September 10, 2020 */
.torpedo {
  display: flex;
  clear: left;
}

.torpedo__description {
  width: 390px;
}

.torpedo__image {
  width: 300px;
}

#content #details.torpedo-section {
  padding-left: 12px;
  padding-right: 28px;
}

ul.thumb-list {
  margin: 0;
  padding: 0 !important;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

ul.thumb-list li {
  margin-bottom: 15px;
}

ul.thumb-list li.full {
  width: 100%;
  flex-basis: 1;
}

ul.thumb-list li.half {
  width: 49%;
  flex-basis: 1;
}

#content #details ol.wireloc-list {
  padding-left: 15px;
}

ol.wireloc-list li {
  border-bottom: 1px dashed #d8d8d8;
}

ol.wireloc-list li .content-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  margin-top: 20px;
}

ol.wireloc-list li .content-wrapper .content-image {
  width: 250px;
  flex-shrink: 0;
  margin-left: 15px;
}
ol.wireloc-list li .content-wrapper .content-body {
  width: 60%;
}

/* News Slider added Oct-1-2020 */
#home-sidebar #news-slider {
  position: relative;
  z-index: 600;
  margin: 0 auto;
  width: 260px;
}

#home-sidebar #news-slider .pagination {
  display: flex;
  padding: 0;
  margin: 0 0 2rem 0;
  list-style-type: none;
}

#home-sidebar #news-slider .pagination li {
  margin: 0 4px;
}

#home-sidebar #news-slider .pagination li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  color: #999;
  width: 18px;
  height: 18px;
  line-height: 1;
  border: 1px solid #999;
  border-radius: 2px;
}

#home-sidebar #news-slider .pagination li.current a {
  color: white;
  border-color: #960000;
  background-color: #960000;
  border-width: 1px;
}

#news-slider .slides_container {
  width: 260px;
  height: 100%;
  position: relative;
  display: none;
  overflow: hidden;
  margin-bottom: 10px;
}

#news-slider .slides_container .slide {
  width: 260px;
  height: auto;
  display: block;
  position: relative !important;
  clear: both;
}
.postid-13993.single-article #content #details .details-full .wp-post-image {
  display: none !important;
}
#home-sidebar #news .smalllogo img {
  border: 1px solid #ccc;
}

.news-block .news-thumb a img.attachment-post-thumbnail {
  border: 1px solid #ccc;
  width: 154px;
  height: auto;
}
.news-story .wp-post-image {
  border: 1px solid #ccc;
}

/* Oct 28, 2020 for Unirope Wire Mesh Slings*/
ol.alpha-bracket {
  counter-reset: list;
}
ol.alpha-bracket > li {
  list-style: none;
  position: relative;
}
ol.alpha-bracket > li:before {
  counter-increment: list;
  content: counter(list, lower-alpha) ') ';
  position: absolute;
  left: -1.4em;
}

h2.red-bar {
  background-color: #960000;
  color: white !important;
  padding: 8px 5px;
  text-align: center;
}

/* Salesforce Form added Nov-10-2020 */

form#salesForceForm {
  padding: 10px;
  background-color: #f0e6e6;
}

table.salesforce-form td {
  text-align: left;
  background-color: transparent;
  border: 0;
}

table.salesforce-form td input,
table.salesforce-form td textarea {
  margin-bottom: 0;
}

table.salesforce-form td textarea[name='street'] {
  height: auto !important;
}

table.salesforce-form td input#company,
table.salesforce-form td textarea[name='street'],
table.salesforce-form td textarea[name='description'] {
  width: 98.5% !important;
}

table.salesforce-form td input:invalid,
table.salesforce-form td textarea:invalid {
  background-color: white !important;
}

table.salesforce-form td div.g-recaptcha {
  display: flex;
  justify-content: center;
}

table.salesforce-form td button.submitBtn {
  color: white;
  text-shadow: none !important;
  background: #9d0000;
  background: -moz-linear-gradient(top, #b50000 0%, #9d0000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b50000), color-stop(100%, #9d0000));
  background: -webkit-linear-gradient(top, #b50000 0%, #9d0000 100%);
  background: -o-linear-gradient(top, #b50000 0%, #9d0000 100%);
  background: -ms-linear-gradient(top, #b50000 0%, #9d0000 100%);
  background: linear-gradient(top, #b50000 0%, #9d0000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b50000', endColorstr='#9d0000', GradientType=0);
}

table.salesforce-form td button.submitBtn:hover {
  background: #8e0000;
  background: -moz-linear-gradient(top, #8e0000 0%, #870000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8e0000), color-stop(100%, #870000));
  background: -webkit-linear-gradient(top, #8e0000 0%, #870000 100%);
  background: -o-linear-gradient(top, #8e0000 0%, #870000 100%);
  background: -ms-linear-gradient(top, #8e0000 0%, #870000 100%);
  background: linear-gradient(top, #8e0000 0%, #870000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8e0000', endColorstr='#870000', GradientType=0);
}

.postid-2017 .table-full ul.general-list li,
.postid-5423 .table-full ul.general-list li {
  clear: left;
  margin: 0.3em 0;
  padding: 0 20px 0 0;
}

body.page-template-page-thank-you {
  height: 100vh;
  display: flex;
  flex-direction: column;
}

body.page-template-page-thank-you #content-outerWrap {
  height: 100%;
}
body.page-template-page-thank-you #content-innerWrap {
  height: 100%;
}
body.page-template-page-thank-you #content-innerWrap article {
  height: 100%;
}
body.page-template-page-thank-you #content-innerWrap article #content {
  height: 100%;
  background-color: #ae0001;
  color: white;
}

body.page-template-page-thank-you #content-innerWrap article #content #details {
  background-color: #ae0001;
  color: white;
}

body.page-template-page-thank-you #content .page-shadow {
  background: url("/source/b5ddb34ac32dea5ca70cae9b28f97687/content-page-divider-red.jpg") no-repeat top left;
}

body.page-template-page-thank-you .btn.yellow {
  color: black !important;
  font-style: normal !important;
}

body.page-template-page-thank-you .btn.yellow:hover {
  text-decoration: none !important;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0);
}

.tabberlive.fiber-ropes {
  margin-right: 0 !important;
  width: 100%;
}
.frame.fiber-ropes {
  position: relative;
  display: block;
  float: left;
  margin-bottom: 0 !important;
}

.frame.fiber-ropes .zoom-icon {
  position: absolute;
  z-index: 9999;
  top: 160px;
  right: 3px;
  color: white;
  height: 20px;
}
.frame.fiber-ropes img {
  height: auto !important;
}
.tabberlive.fiber-ropes .table-full,
.tabberlive.fiber-ropes .tbloverlay {
  width: 100% !important;
}
.fiber-ropes table thead th {
  text-align: center;
  text-transform: none !important;
}
#featured-image.fiber-rope {
  padding-left: 0 !important;
}
#featured-image.fiber-rope h1 {
  padding-left: 20px;
}
#featured-image .fiber-rope-image {
  width: 100%;
  height: 270px;
  padding-bottom: 0;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
}

.fiber-ropes-data thead tr:first-child th {
  text-transform: none !important;
}

.fiber-details-card {
  background-color: #efefef;
  padding: 1rem;
  border-radius: 3px;
}

.fiber-details-table {
  margin-bottom: 0 !important;
  margin-top: 3px !important;
}

.fiber-details-table tr td {
  padding: 0 0 8px 0;
}
.fiber-details-card hr {
  border-top: 1px solid #ccc;
}

.zoooomfiber {
  margin-top: -21px !important;
}

.zoomContainer {
  z-index: 9999;
}

.two-columns {
  column-count: 2;
  column-gap: 30px;
}

.compact-table {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.compact-table td {
  font-size: 10px;
}
.fiber-inspection-card h5 {
  letter-spacing: 0px !important;
}

/* Tech Flash added Feb 2023 */
#home-sidebar #tech-flash {
  overflow: hidden;
  margin-top: 0px;
  margin-left: -30px;
  width: 320px;
  background-color: #ffc400;
}

#home-sidebar #tech-flash h2 {
  padding: 30px 20px 0 30px;
  color: #960000;
  line-height: 1;
  margin-bottom: 0.5rem;
}
#home-sidebar #tech-flash #tech-flash-container {
  padding: 0px 30px 30px 30px;
}
#home-sidebar #tech-flash #tech-flash-container img {
  width: 100%;
  height: auto;
}

#home-sidebar #tech-flash #tech-flash-container h3 {
  color: white;
}

#home-sidebar #tech-flash a.more {
  display: inline;
  float: right;
  text-transform: uppercase;
  font-size: 0.75em;
  font-weight: 700;
  text-decoration: none;
  color: #960000;
  margin-top: 0.5rem;
}

#home-sidebar #tech-flash h2 a.title-btn.btn {
  font-size: 9px;
  font-weight: 600;
  text-align: left;
  padding: 4px 10px 5px 10px;
  line-height: 1.15;
  text-align: center;
  margin-left: 8px;
  margin-bottom: 6px;
  background: #9d0000;
  text-shadow: none;
  background: -moz-linear-gradient(top, #b50000 0%, #9d0000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b50000), color-stop(100%, #9d0000));
  background: -webkit-linear-gradient(top, #b50000 0%, #9d0000 100%);
  background: -o-linear-gradient(top, #b50000 0%, #9d0000 100%);
  background: -ms-linear-gradient(top, #b50000 0%, #9d0000 100%);
  background: linear-gradient(top, #b50000 0%, #9d0000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b50000', endColorstr='#9d0000', GradientType=0);
  /* IE6-8 */
  color: white;
}

#home-sidebar #tech-flash h2 a.title-btn.btn:hover {
  filter: none !important;
  background: #8e0000;
  background: -moz-linear-gradient(top, #8e0000 0%, #870000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8e0000), color-stop(100%, #870000));
  background: -webkit-linear-gradient(top, #8e0000 0%, #870000 100%);
  background: -o-linear-gradient(top, #8e0000 0%, #870000 100%);
  background: -ms-linear-gradient(top, #8e0000 0%, #870000 100%);
  background: linear-gradient(top, #8e0000 0%, #870000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8e0000', endColorstr='#870000', GradientType=0);
}
