h5 {
  text-transform: uppercase; }

sup {
  font-size: 50%;
  vertical-align: top; }

h1 sup {
  top: 0; }

h2 sup {
  top: 0; }

h3 sup {
  top: 0; }

h4 sup {
  top: 0; }

h5 sup {
  top: 0; }

h6 sup {
  top: 0; }

.add-request-quote-button {
  display: none; }

.doc-grid {
  display: flex;
  flex-wrap: wrap; }
  .doc-grid .grid-link {
    display: block;
    padding: 0.5em;
    margin: 0 0.5em 1em;
    border: 1px solid #005cab;
    max-width: 15em; }

body.single-product .container {
  width: 1020px; }

.info-table,
.variations-table {
  font-size: 14px; }
  .info-table .info-table-row,
  .variations-table .info-table-row {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid gray;
    border-top: none; }
    .info-table .info-table-row.header-row,
    .variations-table .info-table-row.header-row {
      color: #01376c;
      background: #eef5fb;
      padding: 1em 0.5em;
      border-top: 1px solid gray; }
      .info-table .info-table-row.header-row .doc-search-field,
      .variations-table .info-table-row.header-row .doc-search-field {
        width: 222px;
        padding: 0.5em 1em;
        border: 1px solid #075eab;
        margin: 0.5em; }
      .info-table .info-table-row.header-row .doc-filters,
      .variations-table .info-table-row.header-row .doc-filters {
        display: flex;
        flex-wrap: wrap; }
      .info-table .info-table-row.header-row select,
      .variations-table .info-table-row.header-row select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        font-size: 14px;
        padding-right: 32px;
        border: none;
        color: #005cab; }
        .info-table .info-table-row.header-row select::-ms-expand,
        .variations-table .info-table-row.header-row select::-ms-expand {
          display: none; }
        .info-table .info-table-row.header-row select option:disabled,
        .variations-table .info-table-row.header-row select option:disabled {
          color: #949494; }
      .info-table .info-table-row.header-row .select-div,
      .variations-table .info-table-row.header-row .select-div {
        position: relative;
        background: white;
        padding: 0 0 0 5px;
        border: 1px solid #005cab; }
        .info-table .info-table-row.header-row .select-div::after,
        .variations-table .info-table-row.header-row .select-div::after {
          content: "";
          position: absolute;
          height: 28px;
          width: 28px;
          right: 0px;
          top: -2px;
          background: url(../images/select-arrow.jpg) center center no-repeat;
          background-size: contain;
          pointer-events: none; }
    .info-table .info-table-row .info-table-col,
    .variations-table .info-table-row .info-table-col {
      padding: 0.5em;
      text-align: right; }
      .info-table .info-table-row .info-table-col.price,
      .variations-table .info-table-row .info-table-col.price {
        text-align: right; }
    .info-table .info-table-row .align-right,
    .variations-table .info-table-row .align-right {
      text-align: right; }
    .info-table .info-table-row .sku,
    .variations-table .info-table-row .sku {
      width: 10em; }
    .info-table .info-table-row .part-number,
    .variations-table .info-table-row .part-number {
      width: 8em; }
    .info-table .info-table-row .part-size,
    .variations-table .info-table-row .part-size {
      width: 132px; }
    .info-table .info-table-row .column-length,
    .variations-table .info-table-row .column-length {
      width: 147px; }
    .info-table .info-table-row .inner-diameter,
    .variations-table .info-table-row .inner-diameter {
      width: 147px; }
    .info-table .info-table-row .format,
    .variations-table .info-table-row .format {
      width: 143px; }
    .info-table .info-table-row .description,
    .variations-table .info-table-row .description {
      width: 220px;
      text-align: left; }
  .info-table .info-table-row,
  .variations-table .info-table-row {
    background: rgba(1, 55, 108, 0);
    transition: background .25s ease-in-out; }
    .info-table .info-table-row:hover:not(.header-row),
    .variations-table .info-table-row:hover:not(.header-row) {
      background: rgba(1, 55, 108, 0.1);
      transition: background .1s ease-in-out; }
    .info-table .info-table-row.filters-row,
    .variations-table .info-table-row.filters-row {
      background: #eef5fb;
      padding: 0.5em;
      border-top: 1px solid gray; }
      .info-table .info-table-row.filters-row .col,
      .variations-table .info-table-row.filters-row .col {
        text-align: center; }
      .info-table .info-table-row.filters-row label,
      .variations-table .info-table-row.filters-row label {
        color: black;
        display: block; }
      @media (min-width: 600px) {
        .info-table .info-table-row.filters-row,
        .variations-table .info-table-row.filters-row {
          padding-left: 30%; } }
.header-search-form {
  text-align: center;
  margin: 0.5em 0;
  padding-top: 0; }
  @media (min-width: 800px) {
    .header-search-form {
      position: absolute;
      top: 0px;
      right: 30px;
      margin: 1em 0 0;
      padding-top: 10px; }
      #site-header.dyn-styles .header-search-form {
        position: absolute; } }
  .header-search-form .header-search-label {
    color: #005cab; }
    @media (max-width: 600px) {
      .header-search-form .header-search-label {
        display: block; } }
body.admin-bar #part-search-form {
  top: 32px; }

body.has-topbar #part-search-form {
  top: 35px; }

body.has-topbar.admin-bar #part-search-form {
  top: 40px; }

body.admin-bar #global-search-form {
  top: 82px; }

body.has-topbar #global-search-form {
  top: 85px; }

body.has-topbar.admin-bar #global-search-form {
  top: 100px; }

#return-to-amt {
  text-align: center;
  background: #0d5cab;
  margin: 0 auto;
  display: block;
  width: 24em; }
  @media (min-width: 600px) {
    #return-to-amt {
      position: fixed;
      top: 0;
      right: 24em;
      z-index: 2000;
      text-transform: uppercase;
      width: auto;
      margin: 15px 0 0; }
      body.admin-bar #return-to-amt {
        top: 32px; }
      body.has-topbar #return-to-amt {
        top: 35px; }
      body.has-topbar.admin-bar #return-to-amt {
        top: 67px; }
      #site-header.dyn-styles #return-to-amt {
        position: absolute; } }
body.home .products.wpex-row {
  display: none; }

.page-header-table {
  height: 200px; }

.us-link a {
  border: 1px solid white;
  padding: 0.5em; }

.non-us-link a {
  border: none;
  padding: 0; }

body:not(.non-us) .place-order #ywraq_checkout_quote {
  display: none !important; }

body.non-us .product-price,
body.non-us .product-subtotal,
body.non-us .cart_totals h2,
body.non-us .cart_totals .shop_table,
body.non-us .cart-subtotal,
body.non-us .woocommerce-checkout-review-order-table .product-total,
body.non-us .woocommerce-checkout-review-order-table .order-total,
body.non-us .payment_methods,
body.non-us .place-order #place_order,
body.non-us .wc_payment_methods,
body.non-us .product-type-variable .summary .yith-ywraq-add-to-quote,
body.non-us .cart .coupon,
body.non-us .woocommerce-checkout-review-order-table .woocommerce-shipping-totals,
body.non-us .yith-ywraq-add-button {
  display: none !important; }

body.non-us .add-request-quote-button {
  display: block; }

body.non-us .non-us-link a {
  border: 1px solid white;
  padding: 0.5em; }

body.non-us .us-link a {
  border: none;
  padding: 0; }

.doc-filter-table {
  display: flex; }
  .doc-filter-table .doc-filter-col {
    text-align: center;
    padding: 1em;
    width: 15em; }
    .doc-filter-table .doc-filter-col.buttons {
      padding: 3em 0; }
    .doc-filter-table .doc-filter-col .button {
      background: #eef5fb;
      color: #005cab;
      border: 1px solid #005cab;
      text-transform: uppercase;
      margin: 0.5em;
      padding: 0.5em 1em;
      border-radius: 7px; }
      .doc-filter-table .doc-filter-col .button:hover {
        background: #f9991d;
        color: white; }
    .doc-filter-table .doc-filter-col .doc-filter-button {
      display: block;
      color: #005cab; }
      .doc-filter-table .doc-filter-col .doc-filter-button img {
        max-width: 100%;
        border: 1px solid #f9991d;
        border-radius: 50%;
        transition: background .5s ease-out; }
      .doc-filter-table .doc-filter-col .doc-filter-button.active {
        color: #f9991d; }
        .doc-filter-table .doc-filter-col .doc-filter-button.active img {
          background: #eef5fb; }
      .doc-filter-table .doc-filter-col .doc-filter-button:hover {
        color: #f9991d;
        text-decoration: none; }
        .doc-filter-table .doc-filter-col .doc-filter-button:hover img {
          background: #eef5fb;
          transition: background .3s ease-out; }

.doc-search-bar {
  text-align: center;
  padding: 1em;
  background: #eef5fb; }

.doc-search-form {
  text-align: center; }
  .doc-search-form .doc-search-field {
    width: 222px;
    padding: 7px 8px;
    border: 1px solid #075eab;
    margin: 0.5em; }
  .doc-search-form .doc-filters {
    display: flex;
    flex-wrap: wrap; }
  .doc-search-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    .doc-search-form select::-ms-expand {
      display: none; }
    .doc-search-form select option:disabled {
      color: #949494; }
  .doc-search-form .select-div {
    position: relative; }
    .doc-search-form .select-div::after {
      content: "";
      position: absolute;
      height: 44px;
      width: 44px;
      right: 8px;
      top: 6px;
      background: url(../images/select-arrow.jpg) center center no-repeat;
      background-size: contain;
      pointer-events: none; }
  .doc-search-form .filter-button-clear {
    background: none;
    color: #01376c;
    border: 1px solid #01376c; }
  .doc-search-form .filter-button-submit {
    text-transform: uppercase;
    background: #005cab;
    border-radius: 3px;
    margin: 1em 0 0;
    border: 1px solid #01376c; }

.doc-table .info-table-row {
  flex-wrap: nowrap;
  border: none;
  border-top: 1px solid lightgray;
  padding: 0.2em; }
  .doc-table .info-table-row .info-table-col {
    width: auto;
    flex: 1;
    text-align: left; }
    .doc-table .info-table-row .info-table-col.title {
      flex: 6;
      font-size: 1.2em;
      margin-top: 0.5em; }
    .doc-table .info-table-row .info-table-col.doc-icon {
      background: center center no-repeat;
      background-size: contain;
      width: 4em;
      height: 4em;
      max-width: 4em;
      margin: 0.5em 0.5em 0.5em 0; }
      .doc-table .info-table-row .info-table-col.doc-icon.application_note {
        background-image: url(../images/application-notes.png); }
      .doc-table .info-table-row .info-table-col.doc-icon.conference_papers {
        background-image: url(../images/conference-papers.png); }
      .doc-table .info-table-row .info-table-col.doc-icon.halo_u {
        background-image: url(../images/halo-u.png); }
      .doc-table .info-table-row .info-table-col.doc-icon.product_literature {
        background-image: url(../images/product-literature.png); }
      .doc-table .info-table-row .info-table-col.doc-icon.technical_documents {
        background-image: url(../images/technical-documents.png); }
      .doc-table .info-table-row .info-table-col.doc-icon.videos {
        background-image: url(../images/videos.png); }

.product-docs-container {
  display: flex; }
  .product-docs-container .product-docs-search-column {
    background: #eef5fb;
    text-align: center; }
    .product-docs-container .product-docs-search-column h3 {
      font-weight: normal;
      color: #005cab;
      font-size: 1.2em; }
    .product-docs-container .product-docs-search-column .doc-search-field {
      text-align: center; }
  .product-docs-container .product-docs-list-column {
    overflow: scroll;
    max-height: 300px; }

.woocommerce .product .summary {
  width: 65% !important; }

.woocommerce-product-gallery {
  width: 30% !important; }

.product-literature-grid {
  display: flex;
  flex-wrap: wrap; }
  .product-literature-grid .product-literature-thumbnail {
    width: 12em;
    margin: 0 0.5em 0.5em 0; }

.products .product .product-details h2.woocommerce-loop-product__title {
  color: white;
  line-height: 1em;
  margin-top: 10px;
  margin-bottom: 10px;
  display: none; }

.doc-type-icon {
  border: 1px solid #f9991d;
  border-radius: 50%;
  width: 110px;
  height: 110px;
  margin: 0 auto; }

.search-results .type-attachment {
  display: none; }

.vc_figure-caption {
  font-size: 11px !important;
  line-height: 16px;
  font-style: italic; }

.doc-column-header {
  font-size: 20px; }

.vc_btn3 {
  font-weight: 600; }

.grad {
  background-image: linear-gradient(#0d5cab, #052342); }

.reminder-popup-link {
  color: white;
  text-decoration: underline; }
  .reminder-popup-link:focus {
    outline: none; }

.pum-content p {
  font-weight: 400;
  line-height: 1.6em; }

.pum-content input[type="text"],
.pum-content input[type="email"] {
  color: black;
  font-weight: 400;
  border-color: rgba(0, 0, 0, 0.5); }

.pum-content input::placeholder {
  color: black;
  font-weight: 400; }

.products .product .product-details {
  padding-top: 0px;
  text-align: center; }

.products .product .product-details h2 {
  font-size: 16px; }

.single-product .up-sells.upsells.products {
  display: none; }

#rev_slider_1_1 sup {
  font-size: 50%;
  vertical-align: top;
  top: 0.1em; }

#header-search-toggle {
  position: absolute;
  width: 2em;
  height: 2em;
  top: 3.3em;
  right: 0.5em;
  z-index: 200; }
  @media (min-width: 550px) {
    #header-search-toggle {
      right: 1.5em;
      top: 4em; } }
  @media (min-width: 800px) {
    #header-search-toggle {
      display: none; } }
#header-search-container {
  display: none; }
  @media (min-width: 800px) {
    #header-search-container {
      display: block !important;
      z-index: 99;
      position: absolute;
      top: 0em;
      width: 510px;
      right: 0em; } }
@media (max-width: 767px) {
  #site-logo {
    margin-right: 5em; }
  #top-bar-wrap {
    padding: 0 10px;
    font-size: 0.8em; }
    #top-bar-wrap .ticon {
      display: none; }
    #top-bar-wrap .wpex-mr-20 {
      margin: 0; }
    #top-bar-wrap .top-bar-menu li {
      margin-right: 5px; }
    #top-bar-wrap #top-bar-content.top-bar-right .wpex-inline {
      margin: 0;
      display: inline-block; } }

#return-to-amt {
  display: none !important; }

#top-bar a {
  color: white; }

.wpex-carousel.arrwpos-center .owl-nav {
  text-align: center;
  transform: scale(1.8); }

.wpex-carousel .owl-prev,
.wpex-carousel .owl-next {
  height: 20px;
  width: 30px; }

@media (min-width: 800px) {
  #footer-callout-left {
    width: auto;
    margin-left: 20%;
    flex-grow: inherit; }
  .woocommerce-tabs ul.tabs li {
    font-size: 0.7em; } }

#footer {
  background-image: linear-gradient(#0d5cab, #052342); }
