/*******************************
         Site Settings
*******************************/
/*-------------------
       Fonts
--------------------*/
/*$h1-font-size * $font-scaling ;*/
/*-------------------
      Base Sizes
--------------------*/
/* This is the single variable that controls them all */
/* The size of page text  */
/*-------------------
     Transitions
--------------------*/
/*-------------------
      Borders
--------------------*/
/*-------------------
     Neutral Text
--------------------*/
/*-------------------
     Alpha Colors
--------------------*/
/*-------------------
       Accents
--------------------*/
/* Differentiating Neutrals */
/* Differentiating Layers */
/*-------------------
        Page
--------------------*/
/*-------------------
       Links
--------------------*/
/*-------------------
      Tables
--------------------*/
@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?5791g9");
  src: url("fonts/icomoon.eot?5791g9#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?5791g9") format("truetype"), url("fonts/icomoon.woff?5791g9") format("woff"), url("fonts/icomoon.svg?5791g9#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icomoon-"], [class*=" icomoon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icomoon-about:before {
  content: "\e900"; }

.icomoon-av-system:before {
  content: "\e901"; }

.icomoon-business-policies:before {
  content: "\e902"; }

.icomoon-calculator:before {
  content: "\e903"; }

.icomoon-career:before {
  content: "\e904"; }

.icomoon-carousel-control-next .path1:before {
  content: "\e905";
  color: black; }

.icomoon-carousel-control-next .path2:before {
  content: "\e906";
  margin-left: -1em;
  color: white; }

.icomoon-carousel-control-prev .path1:before {
  content: "\e907";
  color: black; }

.icomoon-carousel-control-prev .path2:before {
  content: "\e908";
  margin-left: -1em;
  color: white; }

.icomoon-collaboration:before {
  content: "\e909"; }

.icomoon-connectivity:before {
  content: "\e90a"; }

.icomoon-contact:before {
  content: "\e90b"; }

.icomoon-continuing-edu:before {
  content: "\e90c"; }

.icomoon-courses:before {
  content: "\e90d"; }

.icomoon-design-resource:before {
  content: "\e90e"; }

.icomoon-driver:before {
  content: "\e90f"; }

.icomoon-edu-continuing:before {
  content: "\e910"; }

.icomoon-edu-transcripts:before {
  content: "\e911"; }

.icomoon-edu:before {
  content: "\e912"; }

.icomoon-engineer:before {
  content: "\e913"; }

.icomoon-firmware:before {
  content: "\e914"; }

.icomoon-global-scripter:before {
  content: "\e915"; }

.icomoon-green-policy:before {
  content: "\e916"; }

.icomoon-market:before {
  content: "\e917"; }

.icomoon-matrix-switcher:before {
  content: "\e918"; }

.icomoon-matrix-switcher1:before {
  content: "\e919"; }

.icomoon-module:before {
  content: "\e91a"; }

.icomoon-next:before {
  content: "\e91b"; }

.icomoon-office:before {
  content: "\e91c"; }

.icomoon-patent:before {
  content: "\e91d"; }

.icomoon-play-video:before {
  content: "\e91e"; }

.icomoon-press:before {
  content: "\e91f"; }

.icomoon-prev:before {
  content: "\e920"; }

.icomoon-product-security:before {
  content: "\e921"; }

.icomoon-product:before {
  content: "\e922"; }

.icomoon-safety-cert:before {
  content: "\e923"; }

.icomoon-schedule:before {
  content: "\e924"; }

.icomoon-software:before {
  content: "\e925"; }

.icomoon-video:before {
  content: "\e926"; }

.icomoon-tools:before {
  content: "\e927"; }

.icomoon-library:before {
  content: "\e928"; }

/* Sizing*/
.icomoon-lg {
  font-size: 4.5rem; }

.product-page {
  position: relative;
  padding-top: 2rem; }

a[role] {
  cursor: pointer; }

.product-summary-sheet {
  margin-bottom: 2rem; }

/* .product-detail-sheet .product-detail-content {
    padding-right: 22.5px;
}

.product-detail-sheet .product-detail-content + .product-detail-related-content {
    padding-left: 22.5px;
    box-shadow: inset .5px 0px 0px 0px rgba(0,0,0,0.25);
} */
/* .icon-loader,
.icon-loader.small {
    display: inline-block;
    width: 16px;
    height:16px;
    background:url(/img/ajax-loader.gif) no-repeat 50% 50%;
} */
.loader-content {
  position: relative;
  display: block;
  text-align: center; }

.loader-text > div:nth-child(1) {
  background-color: #f0f0f0; }

.loader-text > div:nth-child(3) {
  background-color: #f4f4f4; }

.loader-text > div:nth-child(5) {
  background-color: #f8f8f8; }

.loader-text > div {
  padding: 5px 0; }

.icon-loader {
  position: relative;
  height: 4rem;
  display: block;
  text-align: center; }

.icon-loader:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.025);
  width: 100%;
  height: 100%;
  z-index: 100; }

.icon-loader:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin: -1.5em 0 0 -1.5em;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-animation: segment-spin .6s linear;
  animation: segment-spin .6s linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  border-radius: 500rem;
  border-color: #767676 rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1);
  border-style: solid;
  border-width: .2em;
  -webkit-box-shadow: 0 0 0 1px transparent;
  box-shadow: 0 0 0 1px transparent;
  visibility: visible;
  z-index: 101; }

.modal-body.is-loading:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100%;
  z-index: 100; }

.modal-body.is-loading:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin: -1.5em 0 0 -1.5em;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-animation: segment-spin .6s linear;
  animation: segment-spin .6s linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  border-radius: 500rem;
  border-color: #767676 rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1);
  border-style: solid;
  border-width: .2em;
  -webkit-box-shadow: 0 0 0 1px transparent;
  box-shadow: 0 0 0 1px transparent;
  visibility: visible;
  z-index: 101; }

@-webkit-keyframes segment-spin {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes segment-spin {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.tab-content-spinner {
  margin-top: -40px;
  margin-bottom: 40px; }

.spinner {
  position: relative;
  width: 50px;
  height: 50px;
  display: inline-block; }

.spinner > div {
  width: 9%;
  height: 35%;
  background: #fff;
  position: absolute;
  left: 44.5%;
  top: 37%;
  opacity: 0;
  -webkit-animation: fade 1s linear infinite;
  animation: fade 1s linear infinite;
  border-radius: 50px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }

.spinner > div.bar1 {
  -webkit-transform: rotate(0) translate(0, -142%);
  -ms-transform: rotate(0) translate(0, -142%);
  transform: rotate(0) translate(0, -142%);
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

.spinner > div.bar2 {
  -webkit-transform: rotate(30deg) translate(0, -142%);
  -ms-transform: rotate(30deg) translate(0, -142%);
  transform: rotate(30deg) translate(0, -142%);
  -webkit-animation-delay: -0.91667s;
  animation-delay: -0.91667s; }

.spinner > div.bar3 {
  -webkit-transform: rotate(60deg) translate(0, -142%);
  -ms-transform: rotate(60deg) translate(0, -142%);
  transform: rotate(60deg) translate(0, -142%);
  -webkit-animation-delay: -0.83333s;
  animation-delay: -0.83333s; }

.spinner > div.bar4 {
  -webkit-transform: rotate(90deg) translate(0, -142%);
  -ms-transform: rotate(90deg) translate(0, -142%);
  transform: rotate(90deg) translate(0, -142%);
  -webkit-animation-delay: -0.75s;
  animation-delay: -0.75s; }

.spinner > div.bar5 {
  -webkit-transform: rotate(120deg) translate(0, -142%);
  -ms-transform: rotate(120deg) translate(0, -142%);
  transform: rotate(120deg) translate(0, -142%);
  -webkit-animation-delay: -0.66667s;
  animation-delay: -0.66667s; }

.spinner > div.bar6 {
  -webkit-transform: rotate(150deg) translate(0, -142%);
  -ms-transform: rotate(150deg) translate(0, -142%);
  transform: rotate(150deg) translate(0, -142%);
  -webkit-animation-delay: -0.58333s;
  animation-delay: -0.58333s; }

.spinner > div.bar7 {
  -webkit-transform: rotate(180deg) translate(0, -142%);
  -ms-transform: rotate(180deg) translate(0, -142%);
  transform: rotate(180deg) translate(0, -142%);
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s; }

.spinner > div.bar8 {
  -webkit-transform: rotate(210deg) translate(0, -142%);
  -ms-transform: rotate(210deg) translate(0, -142%);
  transform: rotate(210deg) translate(0, -142%);
  -webkit-animation-delay: -0.41667s;
  animation-delay: -0.41667s; }

.spinner > div.bar9 {
  -webkit-transform: rotate(240deg) translate(0, -142%);
  -ms-transform: rotate(240deg) translate(0, -142%);
  transform: rotate(240deg) translate(0, -142%);
  -webkit-animation-delay: -0.33333s;
  animation-delay: -0.33333s; }

.spinner > div.bar10 {
  -webkit-transform: rotate(270deg) translate(0, -142%);
  -ms-transform: rotate(270deg) translate(0, -142%);
  transform: rotate(270deg) translate(0, -142%);
  -webkit-animation-delay: -0.25s;
  animation-delay: -0.25s; }

.spinner > div.bar11 {
  -webkit-transform: rotate(300deg) translate(0, -142%);
  -ms-transform: rotate(300deg) translate(0, -142%);
  transform: rotate(300deg) translate(0, -142%);
  -webkit-animation-delay: -0.16667s;
  animation-delay: -0.16667s; }

.spinner > div.bar12 {
  -webkit-transform: rotate(330deg) translate(0, -142%);
  -ms-transform: rotate(330deg) translate(0, -142%);
  transform: rotate(330deg) translate(0, -142%);
  -webkit-animation-delay: -0.08333s;
  animation-delay: -0.08333s; }

@-webkit-keyframes fade {
  from {
    opacity: 1; }
  to {
    opacity: .25; } }

@keyframes fade {
  from {
    opacity: 1; }
  to {
    opacity: .25; } }

.global-spinner-container {
  display: inline-block; }

.global-spinner-container .spinner div {
  background: #666;
  width: 12%;
  height: 35%; }

.global-spinner-container.xs-loader {
  -webkit-transform: scale(0.2);
  -ms-transform: scale(0.2);
  transform: scale(0.2); }

.global-spinner-container.sm-loader {
  -webkit-transform: scale(0.25);
  -ms-transform: scale(0.25);
  transform: scale(0.25); }

.global-spinner-container.md-loader {
  -webkit-transform: scale(0.4);
  -ms-transform: scale(0.4);
  transform: scale(0.4); }

.global-spinner-container.lg-loader {
  -webkit-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75); }

.affix {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  /* z-index: 1011; */
  z-index: 1000; }

.affix.left,
.affix.right {
  display: none; }

@media (min-width: 1350px) {
  .affix {
    width: 1320px; } }

.slide-arrow {
  width: 30px;
  display: block;
  position: absolute; }

.slide-arrow.left {
  float: left;
  left: -60px;
  border: none; }

.slide-arrow.right {
  float: right;
  right: -30px;
  border: none; }

.slide-arrow a {
  position: relative;
  display: block;
  z-index: 3;
  height: 56px;
  width: 30px;
  font-size: 14px;
  white-space: nowrap;
  background: #505050;
  line-height: inherit;
  -o-transition: All 0.2s ease;
  transition: All 0.2s ease;
  -webkit-transition: All 0.2s ease; }

.slide-arrow a.right {
  float: right;
  border: none; }

.slide-arrow a.left {
  float: left;
  border: none; }

.slide-arrow a:hover {
  width: auto;
  min-width: 100px;
  background: #333333; }

.slide-arrow a:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-size: 46px;
  line-height: 0.8;
  padding: 10px 5px;
  color: #ffffff; }

.slide-arrow a.right:before {
  content: "\f105";
  float: right;
  border: none; }

.slide-arrow a.left:before {
  content: "\f104";
  float: left;
  border: none; }

.slide-arrow a div {
  padding: 17px 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  background: #333333;
  height: 56px;
  position: absolute;
  display: none;
  -o-transition: All 1s ease;
  transition: All 1s ease;
  -webkit-transition: All 1s ease; }

.slide-arrow a.right div {
  right: 30px;
  border: none; }

.slide-arrow a.left div {
  left: 30px;
  border: none; }

.slide-arrow a:hover div {
  display: inline; }

@media (max-width: 1350px) {
  .affix.right {
    right: 0;
    border: none; }
  .affix.left {
    left: 0;
    border: none; }
  .slide-arrow.left {
    left: inherit;
    border: none; }
  .slide-arrow.right {
    right: inherit;
    border: none; }
  .slide-arrow a {
    opacity: 0.2;
    filter: alpha(opacity=20); }
  .slide-arrow a:hover {
    opacity: 1;
    filter: alpha(opacity=100); } }

.product-page .breadcrumb-container {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.product-page .breadcrumb-container div:only-child {
  width: 100%; }

.product-page .breadcrumb {
  margin: 0;
  padding: 3px 15px;
  border-radius: 0;
  background-color: transparent; }

.product-page .breadcrumb {
  margin: 0;
  padding: 3px 15px;
  border-radius: 0;
  background-color: transparent; }

.product-page .breadcrumb ul {
  list-style: none; }

.product-page .breadcrumb li {
  margin: 5px 0;
  list-style: none; }

/* .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    font-family: $font-awesome;
    font-weight: $font-awesome-light; // required for solid icons
    color: #6c757d;
    content: "\f105";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
} */
.product-page .breadcrumb li a {
  cursor: pointer; }

.product-page .breadcrumb > .active > a.dropdown-toggle {
  color: #999;
  cursor: default; }

.product-page .breadcrumb > .active > a.dropdown-toggle.disabled {
  pointer-events: none; }

.product-page .breadcrumb > .dropdown:hover > .dropdown-menu {
  display: block; }

.product-page .breadcrumb .dropdown-menu {
  font-size: 13px;
  margin-top: -1px; }

.product-page .breadcrumb .dropdown-menu > a {
  clear: both;
  display: block;
  margin: 5px 0;
  padding: 3px 20px;
  font-weight: normal;
  line-height: 1.42857;
  color: #333;
  white-space: nowrap;
  text-decoration: none; }

.product-page .breadcrumb .dropdown-menu > a:hover,
.product-page .breadcrumb .dropdown-menu > a:focus,
.product-page .breadcrumb .dropdown-menu > a.prodcategory:hover,
.product-page .breadcrumb .dropdown-menu > a.prodcategory:focus {
  color: #333;
  background-color: #f5f5f5; }

.product-page .breadcrumb .dropdown-menu > a.prodcategory {
  padding: 3px 20px 3px 35px;
  color: #666; }

.product-page .breadcrumb .dropdown-menu > a.active,
.product-page .breadcrumb .dropdown-menu > a.active:hover,
.product-page .breadcrumb .dropdown-menu > a.active:focus,
.product-page .breadcrumb .dropdown-menu > a.prodcategory.active,
.product-page .breadcrumb .dropdown-menu > a.prodcategory.active:hover,
.product-page .breadcrumb .dropdown-menu > a.prodcategory.active:focus {
  color: #fff;
  background-color: #428bca; }

.product-page .breadcrumb .breadcrumb-item.active > .dropdown-toggle:only-child::after {
  content: none; }

.product-page .breadcrumb-container .pager {
  padding: 3px 0;
  margin: 5px 0;
  float: right; }

.product-page .breadcrumb-container .pager li > a {
  border: none;
  background: none;
  padding: 0 10px 0 0; }

.product-page .breadcrumb-container .btn-toolbar .btn-link {
  color: #212121; }

.product-page .breadcrumb-container .btn-toolbar .btn-link:hover,
.product-page .breadcrumb-container .btn-toolbar .btn-link:focus,
.product-page .breadcrumb-container .btn-toolbar .btn-link:active {
  color: #000;
  text-decoration: underline; }

.product-page .breadcrumb-container .btn-toolbar > * + * {
  padding-left: calc(.75rem - 1px);
  padding-right: calc(.75rem - 1px); }

.product-page .breadcrumb-container .btn-toolbar > *:first-child {
  padding-right: calc(.75rem - 1px); }

.product-page .breadcrumb-container .btn-toolbar > *:last-child {
  padding-right: 0; }

.product-page .breadcrumb-container .btn-toolbar > *:not(:last-child):after {
  content: '';
  position: absolute;
  right: 0;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.4); }

.product-page .breadcrumb-container .btn-toolbar > *:not(:last-child):after {
  top: .75rem;
  height: calc(100% - 1.5rem); }

.product-title {
  display: table;
  margin-bottom: 0; }

.product-title .title {
  /* Reset extron.css .title font-size */
  font-size: 28px;
  margin-right: 10px;
  vertical-align: middle;
  line-height: 1.1; }

.product-title .label-title {
  padding: 3px 4px 2px;
  margin-right: 5px;
  font-size: 0.6875rem;
  text-transform: uppercase;
  vertical-align: middle; }

.product-title small {
  font-size: 0.6875rem;
  text-transform: uppercase;
  vertical-align: middle;
  display: inline-block; }

.product-title + .subtitle {
  font-size: 1.25rem; }

bel-info,
.label-pro {
  background: #0088CC; }

ul.key-features {
  /* Key-Features List*/
  /*  margin-left: 15px;
    margin-top: 2px;
    list-style: square outside none; */
  font-size: 0.9375rem; }

.prodimage {
  position: relative;
  text-align: center;
  padding-top: 1.5rem; }

/* For image zoom function */
.prodimage > .image-sm {
  cursor: url(/img/icons/icon-zoom-in.cur), auto;
  text-align: center; }

.prodimage > .image-sm img {
  max-height: 300px;
  width: auto;
  margin-bottom: 5px; }

/* Holds large image for zoom function */
.prodimage > .image-lg {
  cursor: move;
  text-align: center;
  -webkit-box-shadow: 0 0 0 1px #dddddd;
  box-shadow: 0 0 0 1px #dddddd;
  height: 274px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  overflow: hidden;
  position: relative; }

.prodimage > .image-lg img {
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: inherit;
  max-height: inherit; }

.prodimage > .zoom-refresh {
  position: absolute;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  background: #fff;
  padding: 5px 6px;
  right: 0;
  top: 0;
  -webkit-box-shadow: -2px 4px 10px 0px rgba(50, 50, 50, 0.3);
  box-shadow: -2px 4px 10px 0px rgba(50, 50, 50, 0.3); }

.prodimage > .zoom-refresh a {
  font-size: 18px;
  color: #000000;
  cursor: pointer; }

/* For image zoom function, hide large image + refresh button by default */
.prodimage > .image-lg,
.prodimage > .zoom-refresh {
  display: none; }

hr.hr-prodimage {
  margin: 5px;
  border: 0;
  border-top: 1px dotted #dddddd;
  border-bottom: 1px solid #ffffff; }

.media-prodimage {
  margin: 0 5px 15px; }

.media-prodimage > .media-object {
  float: right;
  margin-left: 10px;
  margin-top: 2px; }

.media-prodimage > .media-body {
  padding-right: 5px;
  /* border-right: 1px dotted #dddddd; */ }

.media-prodimage div:first-child,
.media-prodimage > .media-body.pull-center {
  /* Center description/disclaimer when ImageGallery button is unavailable */
  text-align: center;
  border-right: none; }

.media-prodimage div:only-child,
.media-prodimage > .media-object.pull-center {
  /* Center ImageGallery button when description/disclaimer is unavailable */
  float: inherit; }

#idOrderModal img {
  /* set product img max-width inside "Item added to Cart" pop-out modal*/
  max-width: 220px; }

.animated {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.add-to-favorites {
  margin-bottom: 2rem; }

.btn-faved {
  text-align: left; }

.btn-faved [class*="fa-"] {
  padding-right: .5rem; }

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.5, 1.5, 1.5); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.navbar--topbar .nav-link.nav-link-fav.is-faved-anim > [class*="fa-"],
.not-faved-anim > [class*="fa-"],
.is-faved-anim > [class*="fa-"] {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: pulse;
  animation-name: pulse; }

.is-faved {
  color: #fec703; }

.btn.btn-promo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
  margin-bottom: 15px;
  text-align: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: inherit; }

.promo-object .fal.fal.fal {
  font-weight: 300; }

.promo-object .far.fa-lightbulb:before {
  font-weight: 300; }

.btn.btn-promo > .promo-object {
  overflow: hidden;
  /* display: inline-block; */
  width: 32px;
  /* padding-right: .5rem; */
  margin-right: .5rem;
  /*   float: left; */
  font-size: 22px;
  color: #666;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

/* Blue banner */
.btn.btn-primary.btn-promo > .promo-object {
  color: white; }

.btn.btn-promo > .promo-body {
  overflow: hidden;
  line-height: 1.4; }

.btn.btn-promo > .promo-body p,
.btn.btn-promo > .promo-body span {
  margin-bottom: 0;
  font-size: 11px; }

.btn-promo[class*="middle aligned"] {
  border-radius: 4px;
  width: 100%; }

.btn-promo[class*="middle aligned"] > [class^="promo-object"],
.btn-promo[class*="middle aligned"] > [class^="promo-body"] {
  display: table-cell;
  float: none;
  vertical-align: middle; }

.btn-promo[class*="middle aligned"] > [class^="promo-object"] {
  padding-right: 6px;
  width: initial; }

.btn.btn-promo.disabled,
.btn.btn-promo[disabled] {
  pointer-events: auto; }

.fa-certificate-check:before {
  /* Icon for Technology Patents promo banner */
  content: url(/img/icons/fa-certificate-check.gif); }

.fa-arch:before {
  /* Icon for A&E Specification promo banner */
  content: url(/img/icons/fa-arch.gif); }

.fa-revit:before {
  /* Icon for AutoDesk Revit promo banner */
  content: url(/img/icons/fa_revit.gif); }

.fa-arrow-inside:before {
  /* Icon for What's Inside promo banner */
  content: url(/img/icons/fa-arrow-inside.gif); }

.fa-computerchip:before {
  /* Icon for What's Inside promo banner */
  content: url(/img/icons/fa-computerchip.gif); }

.popover-btn-promo {
  width: 220px; }

.popover-btn-promo.bottom {
  margin-top: -1px; }

.popover-btn-promo .media-list {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none outside none;
  margin: 0;
  width: 100%; }

.popover .media,
.popover-btn-promo .media {
  border-bottom: 1px solid #ddd;
  margin-top: .5rem;
  margin-bottom: .5rem; }

.popover .media > a,
.popover-btn-promo .media a {
  color: #333; }

.popover .media > a[href] {
  padding-left: 1rem;
  padding-right: 1rem; }

.popover .media > a[href]:hover,
.popover .media > a[href]:focus,
.popover-btn-promo .media a[href]:hover,
.popover-btn-promo .media a[href]:focus {
  color: #02aefe; }

.popover .media:last-child,
.popover-btn-promo .media:last-child {
  border-bottom: none; }

.popover .media .media-object,
.popover-btn-promo .media .media-object {
  margin-right: 10px;
  float: left; }

.popover-btn-promo, .media-object img {
  margin-bottom: 0; }

.popover .media .media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

/* This CSS file is also used in the CMS product editor. */
/*
#idAESpecsPopup {
    position:absolute;
    width:800px !important;
    border:solid 2px #999999;
    background-color:#ffffff;
    display:none;
    z-index:1060;
} */
.pop_title {
  margin: 0;
  padding: 0;
  font-size: 20px;
  color: white;
  font-weight: normal; }

.pop_partnumber {
  /* font-size: 12px; */
  color: #333333;
  line-height: 1.5;
  padding: 10px;
  font-weight: bold; }

/* #idAESpecCopy {
    font-size: 12px;
    color: rgb(51,51,51);
}

#idAESpecCopy.hover {
    background-color:#eeeeee;
} */
#idAESpecItems {
  position: relative; }

.aespecitem {
  position: static; }

/* .aespectitle h2 {
    color: rgb(35, 75, 137);
    line-height: 1.3;
    font-weight: normal;
    text-rendering: optimizelegibility;
    padding-left: 10px;
    margin: 15px 0 0 0;
    font-size: 18px;
} */
.aespectext {
  font-size: 0.875rem;
  line-height: 1.8; }

.aespectext > ol, .aespeccopy > ol {
  list-style-type: upper-alpha;
  margin-bottom: 0px; }

.aespectext > ol > li > ol, .aespeccopy > ol > li > ol {
  list-style-type: lower-alpha;
  margin-bottom: 0px; }

.aespectext > ol > li > ol > li > ol, .aespeccopy > ol > li > ol > li > ol {
  list-style-type: lower-roman;
  margin-bottom: 0px; }

.aespectext > ol > li > ol > li > ol > li > ol, .aespeccopy > ol > li > ol > li > ol > li > ol {
  list-style-type: decimal;
  margin-bottom: 0px; }

.aespectext > ol > li > ol > li > ol > li > ol > li > ol, .aespeccopy > ol > li > ol > li > ol > li > ol > li > ol {
  list-style-type: lower-alpha;
  margin-bottom: 0px; }

/* .ExtronBoxTitle {
    background-color: none;
    border: 0 !important;
    background-image: none !important;
}
.ExtronBoxTitle th {
    border-bottom: 0;
    background-color: transparent;
} */
/* #idAESpecSelect {
    text-align: center;
    margin-top: 5px;
} */
/* #idAESpecInstructions {
    text-align:center;
    padding-top:20px;
} */
.aespec-text {
  max-height: 60vh;
  overflow: auto; }

.tech-logo {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem; }

.tech-logo > li {
  display: inline-block;
  width: calc(100% / 5 - 1rem);
  margin-bottom: 1rem;
  padding: .5rem;
  border-radius: 0.2857rem;
  background-color: #fff;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s; }

.tech-logo > li > a {
  cursor: pointer; }

.tech-logo > li:hover {
  background: #dee2e6; }

.link-up-right:after {
  content: "\f0d8"; }

.link-down-right:after {
  content: "\f0d7"; }

.price-view-login,
.price-view-popover {
  position: absolute;
  bottom: 100%;
  left: auto;
  right: 0; }

.table.text-sm thead th {
  font-size: 1rem; }

.table-price,
.table-software {
  display: inline-table;
  border-collapse: inherit;
  border-spacing: inherit;
  border: 1px solid #ddd; }

.modal .table-price,
.modal .table-software {
  /* Remove bottom margin for pricing table inside product quickview modal window */
  margin-bottom: 0; }

.table-price tbody,
.table-software tbody {
  font-size: 0.875rem;
  font-weight: normal; }

.table-price th,
.table-software th {
  color: #2C3940;
  font-weight: bold;
  background: none repeat scroll 0 0 #dee2e6;
  font-size: 0.9375rem;
  line-height: 13px;
  line-height: 1.18182;
  /* text-transform: uppercase; */
  padding: .5rem 1rem; }

.table-price td {
  /* padding: 4px; */
  padding-left: 1rem;
  padding-right: 1rem; }

.table-price th:first-child,
.table-price td:first-child,
.table-price th:last-child,
.table-price td:last-child {
  /* padding-right: 0;
    padding-left: 0; */ }

.table-software th.camera-icon,
.table-software td.camera-icon {
  padding-right: 0;
  border-right: none; }

.table-price .model-title {
  white-space: nowrap; }

.table-price thead:first-child tr:first-child th,
.table-price thead:first-child tr:first-child td,
.table-software thead:first-child tr:first-child th,
.table-software thead:first-child tr:first-child td,
.table tbody + tbody {
  /* border-top: 1px solid #DDDDDD; */ }

/* .table.table-price tbody tr:first-child th,
.table.table-price tbody tr:first-child td {
    border-top: none;
} */
.table.table-price tbody.collapse.in {
  display: table-row-group; }

.table-software th {
  padding: .5rem; }

.table-software th,
.table-software td {
  /*  border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD; */ }

.table-software th:first-child,
.table-software td:first-child {
  /* border-left: 1px solid #DDDDDD; */ }

.table-software ul,
.table-software ol {
  /* Reset default setting */
  margin: 0 0 0 1rem;
  padding-left: 0; }

.table-software li {
  margin: 0; }

.table-price .fa,
.table-price .label,
.table-software .fa,
.table-software .label {
  line-height: inherit; }

.not-available:before {
  content: "N/A";
  color: #999; }

.table-price td.table-borderless,
.table-software td.table-borderless {
  /* For notes after pricing table */
  border: none; }

.table-software th.camera-icon,
.table-software td.camera-icon {
  /* For pricing table in software page */
  padding-right: 0;
  border-right: none; }

.spechdr {
  color: #000000;
  background-color: #efefef; }

#idRetiredProductBlock {
  /* background-color: rgba($danger, .06);
    color: #721c24; */ }

#spec-table-sheet > table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
  font-size: 0.875rem !important; }

#spec-table-sheet > table th,
#spec-table-sheet > table td {
  padding: 0.3rem; }

#spec-table-sheet > table th,
#spec-table-sheet > table td,
#spec-table-sheet > table thead th,
#spec-table-sheet > table tbody + tbody {
  border: 0; }

#spec-table-sheet .spechdr {
  font-size: 1rem;
  padding-left: 1rem; }

#spec-table-sheet img {
  max-width: 100%;
  height: auto; }

.tab-content > .tab-pane {
  position: relative; }

.table-group > .table {
  margin-bottom: 0; }

.table-group > * + * {
  margin-top: 1.5rem; }

.related-product-match > * + *,
.product-related-list > * + * {
  margin-top: 1rem; }

.related-product-match > *:last-child {
  margin-bottom: 1rem; }

.related-product-match.relaxed-md > * + *,
.product-related-list.relaxed-md > * + * {
  margin-top: 1.5rem; }

.related-product-match.relaxed-md > *:last-child {
  margin-bottom: 1.5rem; }

.related-product-match.relaxed-lg > * + *,
.product-related-list.relaxed-lg > * + * {
  margin-top: 2rem; }

.related-product-match.relaxed-lg > *:last-child {
  margin-bottom: 2rem; }

.related-product-match.relaxed-xlg > * + *,
.product-related-list.relaxed-xlg > * + * {
  margin-top: 3rem; }

.related-product-match.relaxed-xlg > *:last-child {
  margin-bottom: 3rem; }

.box-body {
  padding: 0.625rem 1rem; }

.box-related-product {
  border: 1px solid #DDDDDD; }

.box-related-product > .box-body > .media {
  margin-bottom: 1.5rem; }

.box-related-product > .box-title {
  position: relative;
  /* padding: 6px 25px 6px 15px; */
  padding: .5rem 1rem;
  margin: 0;
  background: none repeat scroll 0 0 #dee2e6;
  text-align: left;
  text-shadow: none;
  /* font-size: 11px; */
  font-size: 0.9375rem;
  line-height: 16px;
  font-weight: bold;
  color: #2C3940;
  /* text-transform: uppercase; */ }

.box-related-product > .box-title a {
  position: relative;
  color: #2C3940;
  display: block;
  cursor: pointer;
  padding-right: 1rem; }

.box-related-product > .box-title a.link-up-right:after,
.box-related-product > .box-title a.link-up-right.collapsed:after {
  position: absolute;
  margin-right: -.5rem;
  right: 0;
  top: 0;
  color: #666666;
  /*  float: right;
    margin-right: -10px; */ }

.box-related-product > .box-title + .box-body {
  /* Reset default setting */
  padding-top: 15px; }

.box-related-product > .box-body > .box-loader {
  height: 20px;
  margin-top: -20px;
  text-align: center;
  display: none; }

.box-related-product .box-footer {
  background-color: inherit;
  border-top: 1px solid #EEEEEE;
  -webkit-box-shadow: 0 1px 0 #FFFFFF inset;
  box-shadow: 0 1px 0 #FFFFFF inset;
  padding: 7px 0 0;
  position: relative;
  text-align: left; }

.box-related-product .box-footer a {
  /*Related products collapse link*/
  color: #666666;
  font-size: 0.75rem;
  display: block;
  cursor: pointer; }

.link-up-right:after {
  content: "\f106";
  font-size: 1.1em; }

.link-up-right.collapsed:after {
  content: "\f107"; }

.box-related-product > .box-title a:hover,
.box-related-product > .box-title a.link-up-right:hover:after,
.box-related-product > .box-title a.link-up-right:hover.collapsed:after,
.box-related-product .box-footer a:hover {
  color: #0071c5; }

/*-------------------------------------
     Related Product Quick View Modal
--------------------------------------*/
.modal .carousel-item .product-title .title {
  /* Re-define font-size inside quick-view modal */
  font-size: 1.5rem; }

.modal .carousel-item .product-title .label-title {
  /* Re-define setting inside quick-view modal */
  margin-top: 2px; }

.modal .carousel-item .modal-body {
  background: #ffffff;
  min-height: 500px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.modal .carousel-item .prodimage:hover {
  /* Re-define Prod Img Hover effect inside quick-view modal */
  cursor: default;
  -webkit-box-shadow: none;
  box-shadow: none;
  min-height: inherit; }

body.modal-open {
  /* Prevent BODY from scrolling when a modal is opened */
  overflow: hidden; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  overflow-y: auto;
  min-height: 500px;
  max-height: 500px;
  background: url(/img/ajax-loader.gif) center no-repeat; }

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left; }

/* Boostrap 4 added 12-15-2017 by marc */
.carousel-inner > .carousel-item {
  position: relative;
  text-align: left;
  height: auto;
  cursor: default; }

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  line-height: 1; }

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block; }

.carousel-inner > .active {
  left: 0; }

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%; }

.carousel-inner > .next {
  left: 100%; }

.carousel-inner > .prev {
  left: -100%; }

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0; }

.carousel-inner > .active.left {
  left: -100%; }

.carousel-inner > .active.right {
  left: 100%; }

a.carousel-control {
  position: absolute;
  top: 200px;
  width: 30px;
  height: 56px;
  text-align: center;
  background-color: #f0f0f0;
  color: #666666; }

a.carousel-control.right {
  right: -31px;
  border-left: 1px solid #e5e5e5; }

a.carousel-control.left {
  left: -31px;
  border-right: 1px solid #e5e5e5; }

a.carousel-control:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-size: 46px;
  line-height: 1.1; }

a.carousel-control.right:before {
  content: "\f105"; }

a.carousel-control.left:before {
  content: "\f104"; }

a.carousel-control:hover,
a.carousel-control:focus {
  background: #e7e7e7;
  color: #333333;
  text-decoration: none; }

.product-tab-category .tab-content {
  padding: 1rem; }

.product-tab-category .nav-tabs .nav-item.disabled {
  pointer-events: none; }

.product-tab-category .nav-tabs .nav-item.disabled > a {
  color: #999999;
  border-bottom: 1px #cccccc solid; }

.nav-tabs-brand .nav-tabs {
  border-bottom: 1px solid #0088CC; }

.nav-tabs-brand .nav {
  border-radius: none;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.05)), color-stop(20%, rgba(255, 255, 255, 0.05)), to(rgba(0, 0, 0, 0.05)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.05) 20%, rgba(0, 0, 0, 0.05) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.05) 20%, rgba(0, 0, 0, 0.05) 100%);
  background: linear-gradient(top, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.05) 20%, rgba(0, 0, 0, 0.05) 100%); }

/*-------------------------
     Multiple diagram
-------------------------*/
#diag > ul,
#diag .nav {
  margin: 0 0 20px 0;
  border-bottom: 1px solid #ffffff;
  background: none; }

#diag .nav-tabs > li > a {
  border: 1px solid #dddddd;
  margin-top: 5px;
  margin-right: 4px;
  padding: 6px 14px; }

#diag .nav-tabs > .active > a,
#diag .nav-tabs > .active > a:hover,
#diag .nav-tabs > .active > a:focus {
  color: #000;
  font-weight: 700;
  background-color: #ffffff;
  border-color: #cccccc;
  cursor: default;
  overflow: hidden;
  -webkit-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.15); }

/*-------------------------
     Description Tab
-------------------------*/
#desc table {
  margin-bottom: 20px;
  /* For tables under description tab only */ }

/*-------------------------
     Specifications Tab
-------------------------*/
.table-4kspec {
  border: 1px solid #255391;
  border-collapse: separate;
  margin-bottom: 1rem; }

.table-4kspec > thead > tr > th,
.table-4kspec > thead > tr > th a {
  background: #255391;
  color: #fff; }

.table-4kspec > tbody > tr > td,
.table-4kspec > tbody > tr > td a {
  background-color: #ffffff; }

.table-4kspec th,
.table-4kspec td {
  border-left: 1px solid #dddddd;
  vertical-align: middle;
  text-align: center;
  padding: 4px 5px; }

.table-4kspec > thead > tr > th,
.table-4kspec > tbody > tr > td {
  font-size: 11px; }

.table-4kspec th:first-child,
.table-4kspec td:first-child {
  border-left: 0; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  .product-title > .label-title {
    font-size: 12px !important;
    border: 1px solid #000000 !important; }
  .spechdr {
    border-bottom: 1px solid #CCCCCC !important;
    /* For product specification th */ }
  @page {
    margin: 1.5cm; }
  .table-price thead:first-child tr:first-child th,
  .table-price thead:first-child tr:first-child td,
  .table-software thead:first-child tr:first-child th,
  .table-software thead:first-child tr:first-child td,
  .table tbody + tbody {
    border-top: none !important;
    border-bottom: 1px solid #CCCCCC !important; }
  .page-break-after {
    page-break-after: avoid; }
  .page-break-inside {
    page-break-inside: avoid;
    /* For diagram/panel drawing title stay with image */ } }

#spec #idSpecPlaceHolder > table {
  width: 100%; }
