/*!
Theme Name: Pro &ndash; Child Theme
Theme URI: http://theme.co/pro/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

All client changes should be added to client.css
Any changes made in style.css will be overwritten and removed
*/
/* 
 * In this file you should centralize your imports
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> 
 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Welcome to Compass. Use this file to write IE specific override styles.
 * Import this file using the following HTML or equivalent:
 * <!--[if IE]>
 *   <link href="/stylesheets/ie.css" media="screen, projection" rel="stylesheet" type="text/css" />
 * <![endif]--> */
/* 
 * In this file Are opinionated base styles that come in after the normalize Reset.
 * We may want to merge some of these into the normalize stylesheet if they become common enough.
 * 
 * imported by style.scss
 */
:root {
  box-sizing: border-box;
}

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

html {
  font-size: 1em;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6, hgroup,
ul, ol, dd,
p, figure,
pre, table, fieldset, hr {
  margin-top: 0 !important;
  margin-bottom: 1.5rem;
}

.x-bar-footer {
  position: static !important;
}

/* 
 * In this file you should declare any global variables
 * For example: brand colours, typefaces, etc.
 * imported by style.scss
 */
/* Usage Example
.selector {
  color: red;

  @include breakpoint('small') {
    color: blue;
  }
}
*/
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  color: #0071bb !important;
  font-weight: 600 !important;
}
h1 em, h2 em, h3 em, h4 em, h5 em, h6 em {
  color: #d2b88c !important;
  font-style: normal !important;
}

.market-content h2 {
  font-size: 2em !important;
  line-height: 1.1em !important;
  margin-bottom: 1.6rem !important;
}
.market-content h3 {
  font-size: 1.7em !important;
  line-height: 1.1em !important;
  margin-bottom: 1.6rem !important;
}
.market-content h4 {
  font-size: 1.4em !important;
  line-height: 1.1em !important;
  margin-bottom: 1.6rem !important;
}
.market-content h5 {
  font-size: 1.2em !important;
  line-height: 1.1em !important;
  margin-bottom: 1.6rem !important;
}
.market-content h6 {
  font-size: 1em !important;
  line-height: 1.1em !important;
  margin-bottom: 1.6rem !important;
}

/* 
 * In this file you should style any buttons
 * imported by style.scss
 */
.default-btn {
  background: #030414 !important;
  background-image: linear-gradient(90deg, rgb(0, 39, 72) 0%, rgb(0, 113, 187) 100%) !important;
}
.default-btn:hover, .default-btn:active, .default-btn:focus {
  background: #030414 !important;
}

.secondary-btn {
  background: #fff !important;
  background-image: linear-gradient(240deg, rgb(245, 233, 215) 0%, rgb(210, 184, 140) 100%) !important;
}
.secondary-btn:hover, .secondary-btn:active, .secondary-btn:focus {
  background: #fff !important;
}

.x-anchor.footer-modal {
  background: #030414 !important;
  background-image: linear-gradient(90deg, rgb(0, 39, 72) 0%, rgb(0, 113, 187) 100%) !important;
}
.x-anchor.footer-modal:hover, .x-anchor.footer-modal:active, .x-anchor.footer-modal:focus {
  background: #030414 !important;
}

.otgs-development-site-front-end {
  display: none !important;
}

/* 
 * In this file you should style any forms
 * imported by style.scss
 */
.h-form .gform_wrapper form {
  margin-bottom: 0px !important;
}
.h-form .gform_wrapper form .gform_body legend {
  border-bottom: 0px !important;
}
.h-form .gform_wrapper form .gform_body .gfield_label {
  font-weight: 400 !important;
  font-size: 1em !important;
  color: white !important;
}
.h-form .gform_wrapper form .gform_body .gform-field-label--type-sub {
  color: white !important;
}
.h-form .gform_wrapper form .gform_body .gchoice {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  margin-bottom: 0.6em !important;
}
.h-form .gform_wrapper form .gform_body .gchoice input {
  margin-bottom: 0px !important;
  margin-right: 0.6em !important;
  margin-top: 0.13em !important;
}
.h-form .gform_wrapper form .gform_body .gchoice label {
  line-height: 1.2em !important;
  color: white !important;
}
.h-form .gform_wrapper form .gform_body textarea, .h-form .gform_wrapper form .gform_body input[type=text], .h-form .gform_wrapper form .gform_body input[type=password], .h-form .gform_wrapper form .gform_body input[type=datetime], .h-form .gform_wrapper form .gform_body input[type=datetime-local], .h-form .gform_wrapper form .gform_body input[type=date], .h-form .gform_wrapper form .gform_body input[type=month], .h-form .gform_wrapper form .gform_body input[type=time], .h-form .gform_wrapper form .gform_body input[type=week], .h-form .gform_wrapper form .gform_body input[type=number], .h-form .gform_wrapper form .gform_body input[type=email], .h-form .gform_wrapper form .gform_body input[type=url], .h-form .gform_wrapper form .gform_body input[type=search], .h-form .gform_wrapper form .gform_body input[type=tel], .h-form .gform_wrapper form .gform_body input[type=color], .h-form .gform_wrapper form .gform_body .uneditable-input, .h-form .gform_wrapper form .gform_body select {
  font-size: 1em !important;
  border: 3px solid white !important;
  padding: 0.5em 0.8em !important;
  border-radius: 0.35em !important;
}
.h-form .gform_wrapper form .gform_body textarea:hover, .h-form .gform_wrapper form .gform_body input[type=text]:hover, .h-form .gform_wrapper form .gform_body input[type=password]:hover, .h-form .gform_wrapper form .gform_body input[type=datetime]:hover, .h-form .gform_wrapper form .gform_body input[type=datetime-local]:hover, .h-form .gform_wrapper form .gform_body input[type=date]:hover, .h-form .gform_wrapper form .gform_body input[type=month]:hover, .h-form .gform_wrapper form .gform_body input[type=time]:hover, .h-form .gform_wrapper form .gform_body input[type=week]:hover, .h-form .gform_wrapper form .gform_body input[type=number]:hover, .h-form .gform_wrapper form .gform_body input[type=email]:hover, .h-form .gform_wrapper form .gform_body input[type=url]:hover, .h-form .gform_wrapper form .gform_body input[type=search]:hover, .h-form .gform_wrapper form .gform_body input[type=tel]:hover, .h-form .gform_wrapper form .gform_body input[type=color]:hover, .h-form .gform_wrapper form .gform_body .uneditable-input:hover, .h-form .gform_wrapper form .gform_body select:hover {
  border-color: #0071bb !important;
}
.h-form .gform_wrapper form .gform_body textarea:focus, .h-form .gform_wrapper form .gform_body textarea:active, .h-form .gform_wrapper form .gform_body input[type=text]:focus, .h-form .gform_wrapper form .gform_body input[type=text]:active, .h-form .gform_wrapper form .gform_body input[type=password]:focus, .h-form .gform_wrapper form .gform_body input[type=password]:active, .h-form .gform_wrapper form .gform_body input[type=datetime]:focus, .h-form .gform_wrapper form .gform_body input[type=datetime]:active, .h-form .gform_wrapper form .gform_body input[type=datetime-local]:focus, .h-form .gform_wrapper form .gform_body input[type=datetime-local]:active, .h-form .gform_wrapper form .gform_body input[type=date]:focus, .h-form .gform_wrapper form .gform_body input[type=date]:active, .h-form .gform_wrapper form .gform_body input[type=month]:focus, .h-form .gform_wrapper form .gform_body input[type=month]:active, .h-form .gform_wrapper form .gform_body input[type=time]:focus, .h-form .gform_wrapper form .gform_body input[type=time]:active, .h-form .gform_wrapper form .gform_body input[type=week]:focus, .h-form .gform_wrapper form .gform_body input[type=week]:active, .h-form .gform_wrapper form .gform_body input[type=number]:focus, .h-form .gform_wrapper form .gform_body input[type=number]:active, .h-form .gform_wrapper form .gform_body input[type=email]:focus, .h-form .gform_wrapper form .gform_body input[type=email]:active, .h-form .gform_wrapper form .gform_body input[type=url]:focus, .h-form .gform_wrapper form .gform_body input[type=url]:active, .h-form .gform_wrapper form .gform_body input[type=search]:focus, .h-form .gform_wrapper form .gform_body input[type=search]:active, .h-form .gform_wrapper form .gform_body input[type=tel]:focus, .h-form .gform_wrapper form .gform_body input[type=tel]:active, .h-form .gform_wrapper form .gform_body input[type=color]:focus, .h-form .gform_wrapper form .gform_body input[type=color]:active, .h-form .gform_wrapper form .gform_body .uneditable-input:focus, .h-form .gform_wrapper form .gform_body .uneditable-input:active, .h-form .gform_wrapper form .gform_body select:focus, .h-form .gform_wrapper form .gform_body select:active {
  border-color: #d2b88c !important;
}
.h-form .gform_wrapper form .gform_body .gfield_required {
  color: #0071bb !important;
}
.h-form .gform_wrapper form .gform_footer {
  padding-bottom: 0px !important;
}
.h-form .gform_wrapper form .gform_footer .x-btn, .h-form .gform_wrapper form .gform_footer .button, .h-form .gform_wrapper form .gform_footer [type=submit] {
  color: #030414 !important;
  text-shadow: none !important;
  font-size: 1.1em !important;
  padding: 0.68em 1.4em 0.75em !important;
  border: none !important;
  font-weight: 400 !important;
  letter-spacing: 0.02 !important;
  text-transform: uppercase !important;
  background: #fff !important;
  background-image: linear-gradient(240deg, rgb(245, 233, 215) 0%, rgb(210, 184, 140) 100%) !important;
  transition: 0.3s ease-in !important;
}
.h-form .gform_wrapper form .gform_footer .x-btn:hover, .h-form .gform_wrapper form .gform_footer .x-btn:active, .h-form .gform_wrapper form .gform_footer .x-btn:focus, .h-form .gform_wrapper form .gform_footer .button:hover, .h-form .gform_wrapper form .gform_footer .button:active, .h-form .gform_wrapper form .gform_footer .button:focus, .h-form .gform_wrapper form .gform_footer [type=submit]:hover, .h-form .gform_wrapper form .gform_footer [type=submit]:active, .h-form .gform_wrapper form .gform_footer [type=submit]:focus {
  background: white !important;
  color: #030414 !important;
}

.amphenol-grid {
  margin-top: 1.6em;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 1em;
  grid-template-rows: auto;
}
@media (max-width: 1080px) {
  .amphenol-grid {
    grid-template-columns: 1fr 1fr 1fr !important;
  }
}
@media (max-width: 797px) {
  .amphenol-grid {
    grid-template-columns: 1fr 1fr !important;
  }
}
@media (max-width: 520px) {
  .amphenol-grid {
    grid-template-columns: 1fr !important;
  }
}
.amphenol-grid__container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}
.amphenol-grid__item {
  display: flex;
  position: relative;
  flex-grow: 1;
}
.amphenol-grid__above {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
.amphenol-grid__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.amphenol-grid__pagination .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.6em;
  font-size: 0.9em;
}
.amphenol-grid__pagination .pagination button {
  border: none;
  border-radius: 100em;
  width: 2em;
  height: 2em;
  padding: 0.2em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.2em;
  line-height: 1em;
}
.amphenol-grid__pagination .pagination button:hover {
  background: #030414 !important;
  color: white !important;
}
.amphenol-grid__pagination .pagination .active-pag {
  background: #0071bb !important;
  color: white !important;
}
.amphenol-grid .product_post-card {
  display: flex;
  flex-direction: column;
  border-radius: 0.6em;
  border: 2px solid #f7f3ec;
  overflow: hidden;
  transition: 0.3s ease-in;
  width: 100%;
}
.amphenol-grid .product_post-card:hover {
  transform: scale(1.05);
}
.amphenol-grid .product_post-card:hover .product_post-card__content--title {
  color: #0071bb !important;
}
.amphenol-grid .product_post-card__image {
  width: 100%;
  height: 9em;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f7f3ec;
}
.amphenol-grid .product_post-card__content {
  padding: 1em;
}
.amphenol-grid .product_post-card__content--title {
  font-size: 1.3rem;
  line-height: 1em;
  margin-bottom: 0.65rem;
  transition: 0.3s ease-in;
}
.amphenol-grid .product_post-card__content--text, .amphenol-grid .product_post-card__content p {
  font-size: 0.9em;
  line-height: 1.4em !important;
  color: #161616 !important;
  margin-bottom: 0px !important;
}
.amphenol-grid .business_post-card {
  display: flex;
  flex-direction: column;
  border-radius: 0.6em;
  border: 2px solid #f7f3ec;
  overflow: hidden;
  transition: 0.3s ease-in;
  width: 100%;
}
.amphenol-grid .business_post-card:hover {
  transform: scale(1.05);
}
.amphenol-grid .business_post-card:hover .business_post-card__content--title {
  color: #0071bb !important;
}
.amphenol-grid .business_post-card__image {
  width: 100%;
  height: 10em;
  background-size: contain;
  background-position: center;
  border: 1.5em #f7f3ec solid;
  background-color: #f7f3ec;
  background-repeat: no-repeat;
}
.amphenol-grid .business_post-card__content {
  padding: 1em;
}
.amphenol-grid .business_post-card__content--title {
  font-size: 1.3rem;
  line-height: 1em;
  margin-bottom: 0.65rem;
  transition: 0.3s ease-in;
}
.amphenol-grid .business_post-card__content--text {
  font-size: 0.9em;
  line-height: 1.4em;
  color: #161616;
  margin-bottom: 0px !important;
}
.amphenol-grid .market_post-card {
  border: 2px solid #f7f3ec;
  border-radius: 0.6em;
  overflow: hidden;
  transition: 0.3s ease-in;
  width: 100%;
}
.amphenol-grid .market_post-card:hover {
  transform: scale(1.05);
}
.amphenol-grid .market_post-card:hover .market_post-card__content--title {
  color: #0071bb !important;
}
.amphenol-grid .market_post-card__image {
  width: 100%;
  height: 9em;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.amphenol-grid .market_post-card__content {
  padding: 1em;
  text-align: left;
}
.amphenol-grid .market_post-card__content--title {
  font-size: 1.3em;
  line-height: 1em;
  margin-bottom: 0.65rem;
  transition: 0.3s ease-in;
}
.amphenol-grid .market_post-card__content--text {
  font-size: 0.9em;
  line-height: 1.4em;
  margin-bottom: 0px;
  color: #161616;
}
.amphenol-grid .market_post-card--capability {
  display: flex;
  padding: 0.6em 0.8em;
  border-top: 2px solid #f7f3ec;
}
.amphenol-grid .market_post-card--capability .market_post-card-capability {
  font-size: 0.7em;
  padding: 0.5em 1em;
  border-radius: 100em;
  background: #f7f3ec;
  line-height: 1em;
  color: #161616;
  margin: 0.2em;
}

.amphenol-filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.amphenol-filter button {
  margin-left: auto;
  border-radius: 100em !important;
  padding: 0.5em 1.5em !important;
  border: 0px !important;
  background-color: #0071bb !important;
  background-image: linear-gradient(90deg, #002748 0%, #0071bb 100%) !important;
  color: white !important;
  text-transform: uppercase !important;
  letter-spacing: 0.02em !important;
  font-weight: 400 !important;
  transition: 0.3s ease-in !important;
  font-size: 1em !important;
}
.amphenol-filter button:hover, .amphenol-filter button:active, .amphenol-filter button:focus {
  background: #030414 !important;
}
@media (max-width: 1080px) {
  .amphenol-filter button {
    margin-top: 0.4em;
  }
}
@media (max-width: 797px) {
  .amphenol-filter button {
    width: 100% !important;
    margin-left: 0px !important;
  }
}
.amphenol-filter input {
  font-size: 1em !important;
  border-radius: 0.5em !important;
  margin-right: 0.4em !important;
  border: 2px solid #f7f3ec !important;
  width: 48% !important;
  max-width: 16em !important;
  margin-bottom: 0px !important;
  color: #161616 !important;
}
@media (max-width: 1080px) {
  .amphenol-filter input {
    margin-bottom: 0.4em;
  }
}
@media (max-width: 797px) {
  .amphenol-filter input {
    max-width: none !important;
    margin-bottom: 0.4em !important;
  }
}
@media (max-width: 520px) {
  .amphenol-filter input {
    width: 100% !important;
    margin-right: 0px !important;
  }
}
.amphenol-filter input:active, .amphenol-filter input:focus {
  border-color: #030414 !important;
}
.amphenol-filter input:hover {
  border-color: #0071bb !important;
}
.amphenol-filter select {
  font-size: 1em !important;
  margin-right: 0.4em !important;
  border-radius: 0.5em !important;
  border: 2px solid #f7f3ec !important;
  width: 48% !important;
  max-width: 14em !important;
  padding: 0.5em !important;
  margin-bottom: 0px !important;
}
@media (max-width: 1080px) {
  .amphenol-filter select {
    margin-bottom: 0.4em;
  }
}
@media (max-width: 797px) {
  .amphenol-filter select {
    max-width: none !important;
    margin-bottom: 0.4em !important;
  }
}
@media (max-width: 520px) {
  .amphenol-filter select {
    width: 100% !important;
    margin-right: 0px !important;
  }
}
.amphenol-filter select:active, .amphenol-filter select:focus {
  border-color: #030414 !important;
}
.amphenol-filter select:hover {
  border-color: #0071bb !important;
}

.amphenol-grid--member .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.6em;
  font-size: 0.9em;
}
.amphenol-grid--member .pagination button {
  border: none;
  border-radius: 100em;
  width: 2em;
  height: 2em;
  padding: 0.2em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.2em;
  line-height: 1em;
}
.amphenol-grid--member .pagination button:hover {
  background: #030414 !important;
  color: white !important;
}
.amphenol-grid--member .pagination .active-pag {
  background: #0071bb !important;
  color: white !important;
}

.no-image {
  background-image: url(https://aipg.myhello.site/wp-content/uploads/2024/07/Logo.png) !important;
  background-size: 80% !important;
}

.amphenol-member-grid {
  margin-top: 1.6em;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1em;
  grid-template-rows: auto;
}
@media (max-width: 1080px) {
  .amphenol-member-grid {
    grid-template-columns: 1fr 1fr !important;
  }
}
@media (max-width: 797px) {
  .amphenol-member-grid {
    grid-template-columns: 1fr !important;
  }
}
@media (max-width: 520px) {
  .amphenol-member-grid {
    grid-template-columns: 1fr !important;
  }
}
.amphenol-member-grid__container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}
.amphenol-member-grid__item {
  display: flex;
  position: relative;
  flex-grow: 1;
}
.amphenol-member-grid__pagination {
  margin-top: 1.6em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.amphenol-member-grid .member {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  border-radius: 0.6em;
  border: 2px solid #f7f3ec;
  width: 100%;
}
.amphenol-member-grid .member--contact a {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 0.7em 1em;
  transition: 0.3s ease-in;
}
.amphenol-member-grid .member--contact a:hover {
  background: #f7f3ec !important;
}
.amphenol-member-grid .member--contact a img {
  width: 32px;
}
.amphenol-member-grid .member--contact a h4 {
  font-size: 1em;
  margin-bottom: 0px;
  line-height: 1.2em;
  font-weight: 400;
}
.amphenol-member-grid .member--info {
  padding: 1.3em 1em;
  border-top: 2px solid #f7f3ec;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.amphenol-member-grid .member--info .member-name {
  font-size: 1.4em;
  line-height: 1em;
  margin-bottom: 0.6rem;
}
.amphenol-member-grid .member--info .member-market, .amphenol-member-grid .member--info .member-jobtitle, .amphenol-member-grid .member--info .member-phone, .amphenol-member-grid .member--info .member-email {
  font-size: 1em;
  font-weight: 300;
  color: #161616;
  line-height: 1.4em;
}
.amphenol-member-grid .member--info .member-phone {
  margin-top: 0.7em;
}
.amphenol-member-grid .member--location {
  display: flex;
  flex-wrap: wrap;
  padding: 0.6em 1em;
  margin-top: auto;
  border-top: 2px solid #f7f3ec;
}
.amphenol-member-grid .member--location .member-location {
  border-radius: 100em;
  padding: 0.4em 0.8em;
  background: #f7f3ec;
  line-height: 1.1em;
  font-size: 0.75em;
  margin: 0 0.3em 0.3em 0;
}

.amphenol-grid__locations {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.6em;
}
.amphenol-grid--location {
  padding: 0.6em 1.2em;
  font-size: 0.9em;
  background: #f7f3ec;
  border-radius: 100em;
  line-height: 1.1em;
  margin-right: 0.3em;
  margin-bottom: 0.3em;
  transition: 0.3s ease-in;
}
.amphenol-grid--location:hover, .amphenol-grid--location:focus {
  background-color: #0071bb !important;
  color: white !important;
}
.amphenol-grid--location:active {
  background-color: #030414 !important;
  color: white !important;
}

.tax-team-location .imp-sticky-tooltips .imp-tooltip {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) !important;
  font-size: 0.9em !important;
  line-height: 1.4em !important;
}
.tax-team-location .imp-sticky-tooltips .imp-tooltip .member-name {
  font-size: 1.3em !important;
  line-height: 1em !important;
  color: #030414 !important;
}
.tax-team-location .imp-sticky-tooltips .imp-tooltip .team-member {
  margin-bottom: 0.65em !important;
}

/* 
 * In this file you should declare any utility styles
 * For example: visually-hidden, center-text etc.
 * All classes here should be prefixed with "u-" Ex: u-visually-hidden
 * imported by style.scss
 */
.u-visually-hidden {
  position: absolute !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0);
  height: 1px !important;
  width: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
}

.u-clearfix:after {
  content: " ";
  display: table;
  clear: both;
}

.u-center-text {
  text-align: center !important;
}

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