@charset "UTF-8";
/*!
Theme Name: 	Default Template
Theme URI: 		http://julian.is
Description: 	Default theme for .
Version: 		1.0
Author: 		Julian Gaviria
Author URI: 	julian.is
Tags: 			starkers, naked, clean, basic, html5, boilerplate, sass, smacss
*/
html {
  box-sizing: border-box; }

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

/* Bitters 0.10.0
 * http://bitters.bourbon.io
 * Copyright 2013-2014 thoughtbot, inc.
 * MIT License */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }


/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 0; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*
This class is supposed to be assigned to the parent of items you need organized. Example below:
<div class="rows-of-2">
  <div>Item</div>
  <div>Item</div>
  <div>Item</div>
  <div>Item</div>
</div>
This would give you 2 rows with 2 columns.
*/
.rows-of-2 {
  display: block; }
  .rows-of-2::after {
    clear: both;
    content: "";
    display: table; }
  .rows-of-2 > * {
    margin-bottom: 1.5em;
    display: block;
    position: relative; }
    .rows-of-2 > * > *:first-child {
      margin-top: 0; }
    @media (min-width: 40em) {
      .rows-of-2 > * {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 48.821174201%; }
        .rows-of-2 > *:last-child {
          margin-right: 0; }
        .rows-of-2 > *:nth-child(2n) {
          margin-right: 0; }
        .rows-of-2 > *:nth-child(2n+1) {
          clear: left; }
        .rows-of-2 > *:nth-last-child(2):last-child {
          margin-bottom: 0 !important; }
        .rows-of-2 > *:nth-last-child(1):last-child {
          margin-bottom: 0 !important; } }

.lt-ie9 .rows-of-2 {
  display: block; }
  .lt-ie9 .rows-of-2::after {
    clear: both;
    content: "";
    display: table; }
  .lt-ie9 .rows-of-2 > * {
    margin-bottom: 1.5em;
    display: block;
    position: relative; }
    .lt-ie9 .rows-of-2 > * > *:first-child {
      margin-top: 0; }
    @media (min-width: 40em) {
      .lt-ie9 .rows-of-2 > * {
        float: left;
        width: 50% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 1em;
        padding-right: 1em;
        display: inline-block !important;
        clear: none !important; } }

.rows-of-3 {
  display: block; }
  .rows-of-3::after {
    clear: both;
    content: "";
    display: table; }
  .rows-of-3 > * {
    margin-bottom: 1.5em;
    display: block;
    position: relative; }
    .rows-of-3 > * > *:first-child {
      margin-top: 0; }
    @media (min-width: 40em) {
      .rows-of-3 > * {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 31.7615656014%; }
        .rows-of-3 > *:last-child {
          margin-right: 0; }
        .rows-of-3 > *:nth-child(3n) {
          margin-right: 0; }
        .rows-of-3 > *:nth-child(3n+1) {
          clear: left; } }

.lt-ie9 .rows-of-3 {
  display: block; }
  .lt-ie9 .rows-of-3::after {
    clear: both;
    content: "";
    display: table; }
  .lt-ie9 .rows-of-3 > * {
    margin-bottom: 1.5em;
    display: block;
    position: relative; }
    .lt-ie9 .rows-of-3 > * > *:first-child {
      margin-top: 0; }
    @media (min-width: 40em) {
      .lt-ie9 .rows-of-3 > * {
        float: left;
        width: 33.3% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 1em;
        padding-right: 1em; } }

.rows-of-4 {
  display: block; }
  .rows-of-4::after {
    clear: both;
    content: "";
    display: table; }
  .rows-of-4 > * {
    margin-bottom: 1.5em;
    display: block;
    position: relative; }
    .rows-of-4 > * > *:first-child {
      margin-top: 0; }
    @media (min-width: 40em) {
      .rows-of-4 > * {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 23.2317613015%; }
        .rows-of-4 > *:last-child {
          margin-right: 0; }
        .rows-of-4 > *:nth-child(4n) {
          margin-right: 0; }
        .rows-of-4 > *:nth-child(4n+1) {
          clear: left; } }

.lt-ie9 .rows-of-4 {
  display: block; }
  .lt-ie9 .rows-of-4::after {
    clear: both;
    content: "";
    display: table; }
  .lt-ie9 .rows-of-4 > * {
    margin-bottom: 1.5em;
    display: block;
    position: relative; }
    .lt-ie9 .rows-of-4 > * > *:first-child {
      margin-top: 0; }
    @media (min-width: 40em) {
      .lt-ie9 .rows-of-4 > * {
        float: left;
        width: 25% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 1em;
        padding-right: 1em; } }

@media (max-width: 40em) {
  .mobile-rows-of-2 {
    display: block; }
    .mobile-rows-of-2::after {
      clear: both;
      content: "";
      display: table; }
    .mobile-rows-of-2 > * {
      margin-bottom: 1.5em;
      display: block;
      position: relative;
      float: left;
      display: block;
      margin-right: 7.4229703521%;
      width: 46.288514824%; }
      .mobile-rows-of-2 > * > *:first-child {
        margin-top: 0; }
      .mobile-rows-of-2 > *:nth-last-child(1) {
        background-color: red;
        margin-bottom: 0; }
      .mobile-rows-of-2 > *:nth-last-child(2) {
        background-color: green;
        margin-bottom: 0; }
      .mobile-rows-of-2 > *:last-child {
        margin-right: 0; }
      .mobile-rows-of-2 > *:nth-child(2n) {
        margin-right: 0; }
      .mobile-rows-of-2 > *:nth-child(2n+1) {
        clear: left; } }

.row {
  display: block;
  clear: both; }
  .row::after {
    clear: both;
    content: "";
    display: table; }

@media (min-width: 40em) {
  .col-1 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 6.1721527019%; }
    .col-1:last-child {
      margin-right: 0; }
  .col-2 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 14.7019570017%; }
    .col-2:last-child {
      margin-right: 0; }
  .col-3 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%; }
    .col-3:last-child {
      margin-right: 0; }
  .col-4 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%; }
    .col-4:last-child {
      margin-right: 0; }
  .col-5 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 40.2913699012%; }
    .col-5:last-child {
      margin-right: 0; }
  .col-6 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%; }
    .col-6:last-child {
      margin-right: 0; }
  .col-7 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 57.3509785009%; }
    .col-7:last-child {
      margin-right: 0; }
  .col-8 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%; }
    .col-8:last-child {
      margin-right: 0; }
  .col-9 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 74.4105871005%; }
    .col-9:last-child {
      margin-right: 0; }
  .col-10 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 82.9403914003%; }
    .col-10:last-child {
      margin-right: 0; }
  .col-11 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 91.4701957002%; }
    .col-11:last-child {
      margin-right: 0; }
  .col-12 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%; }
    .col-12:last-child {
      margin-right: 0; }
  .col-last {
    margin-right: 0;
    margin-right: 0 !important; } }

body {
  -webkit-font-smoothing: antialiased;
  background-color: white;
  color: #333;
  font-family: "Arimo", sans-serif;
  font-size: 1em;
  line-height: 1.5; }
  @media (max-height: 46em) and (min-width: 60em) {
    body {
      font-size: .875em; } }
  @media (max-height: 40em) and (min-width: 60em) {
    body {
      font-size: .75em; } }

.display-font-size {
  font-size: 3.75em; }
  @media (min-width: 40em) {
    .display-font-size {
      font-size: 4.375em; } }
  @media (min-width: 60em) {
    .display-font-size {
      font-size: 6.25em; } }

.xlarge-font-size {
  font-size: 1.875em; }
  @media (min-width: 40em) {
    .xlarge-font-size {
      font-size: 2.25em; } }
  @media (min-width: 60em) {
    .xlarge-font-size {
      font-size: 2.5em; } }

.large-font-size {
  font-size: 1.575em; }
  @media (min-width: 40em) {
    .large-font-size {
      font-size: 1.70625em; } }
  @media (min-width: 60em) {
    .large-font-size {
      font-size: 1.875em; } }

.medium-font-size {
  font-size: 1em;
  margin-bottom: 2em;
  margin-top: 1.75em; }
  @media (min-width: 40em) {
    .medium-font-size {
      font-size: 1.125em; } }
  @media (min-width: 60em) {
    .medium-font-size {
      font-size: 1.3125em; } }

.base-font-size {
  font-size: 1em; }
  @media (min-width: 40em) {
    .base-font-size {
      font-size: 1.125em; } }
  @media (min-width: 60em) {
    .base-font-size {
      font-size: 1.125em; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Carrois Gothic", sans-serif;
  line-height: 1.25;
  margin: 0; }

h1 {
  font-size: 2.75em;
  margin-top: 0;
  margin-bottom: 24px;
  color: #00558b; }
  @media (min-width: 40em) {
    h1 {
      font-size: 3.25em; } }

h2 {
  font-size: 1.75em;
  margin-top: 24px;
  margin-bottom: 16px;
  color: #00558b; }

.site-content-primary h2 {
  border-bottom: 1px solid #cc0000;
  margin-bottom: 48px;
  padding-bottom: 15px;
  clear: both; }

h3 {
  font-size: 1.4375em;
  margin-top: 24px;
  margin-bottom: 16px;
  color: #00558b; }

h4 {
  font-size: 1em;
  margin-top: 16px;
  margin-bottom: 16px; }
  @media (min-width: 40em) {
    h4 {
      font-size: 1.125em; } }
  @media (min-width: 60em) {
    h4 {
      font-size: 1.3125em; } }

h5 {
  font-size: 1em;
  margin-top: 16px;
  margin-bottom: 16px; }
  @media (min-width: 40em) {
    h5 {
      font-size: 1.125em; } }
  @media (min-width: 60em) {
    h5 {
      font-size: 1.125em; } }

h6 {
  font-size: 1em;
  margin-top: 16px;
  margin-bottom: 16px; }
  @media (min-width: 40em) {
    h6 {
      font-size: 1.125em; } }
  @media (min-width: 60em) {
    h6 {
      font-size: 1.125em; } }

p {
  margin: 16px 0;
  font-size: 1.125em; }

.emph, .section-header-wrap p, .page-intro p {
  font-size: 1.3125em;
  font-weight: normal; }
  @media (min-width: 40em) {
    .emph, .section-header-wrap p, .page-intro p {
      font-size: 1.509375em; } }

a {
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
  color: #00558b;
  text-decoration: underline; }
 a:hover, a:focus  {
    color: #cc0000; }
  a:active {
    color: #cc0000;
    outline: none; }
a:focus:not(:hover):not(:active) {
  outline: 2px dashed #ff0000;
  outline-offset: -1px;
}


button:focus:not(:hover):not(:active),
input[type=submit]:focus:not(:hover):not(:active) {
  outline: 2px dashed #ff0000;
  outline-offset: -1px;
}


hr {
  border-bottom: 1px solid #efefef;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

blockquote {
  padding: 0;
  margin: 0; }

cite {
  color: #737373;
  font-style: italic; }
  cite:before {
    content: "\2014 \00A0"; }

/* 
Forms
Lists
Tables 
*/
/* Forms */
fieldset {
  background: white;
  border: 1px solid #efefef;
  margin: 0 0 0.75em 0;
  padding: 1.5em; }

input,
label,
select {
  display: block;
  font-family: "Arimo", sans-serif;
  font-size: 1em; }

label {
  font-weight: bold;
  margin-bottom: 0.375em; }
  label.required:after {
    content: "*"; }
  label abbr {
    display: none; }

textarea,
input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea,
select[multiple=multiple],
select {
  box-sizing: border-box;
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  background-color: white;
  border-radius: 0;
  border: 1px solid #efefef;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: "Arimo", sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em 0.5em;
  width: 100%; }
  textarea:hover,
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, textarea:hover,
  select[multiple=multiple]:hover,
  select:hover {
    border-color: #d6d5d5; }
  textarea:focus,
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, textarea:focus,
  select[multiple=multiple]:focus,
  select:focus {
    border-color: #00558b;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(0, 69, 114, 0.7);
    outline: none; }

textarea {
  resize: vertical; }

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.375em;
  width: auto !important; }

input[type="file"] {
  padding-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  height: 2.3em !important;
  width: 100%; }

.hs-form fieldset {
  max-width: 100% !important;
  background-color: transparent !important; }

.hs-form fieldset.form-columns-1 .hs-input {
  width: 100%  }

.hs-error-msgs {
  color: red; }

/* Lists */
ul,
ol {
  margin: 0;
  padding: 0; }

ul {
  list-style-type: none; }

dl {
  margin-bottom: 0.75em; }
  dl dt {
    font-weight: bold;
    margin-top: 0.75em; }
  dl dd {
    margin: 0; }
/* .hs-menu-wrapper ul {
  @media (max-width: 60em) {
    display: block;
  }
} */
ul:not([class]) {
  clear: left;
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
  display: inline-block;
  @media (max-width: 60em) {
    display: block;
  }
}
  ul:not([class]) li:not([class]) {
    position: relative;
    margin-bottom: 0.5em;
    font-size: 1em;
    line-height: 1.5em; }
    ul:not([class]) li:not([class]) a {
      text-decoration: none;
      font-weight: normal; }
    ul:not([class]) li:not([class]):after {
      content: '';
      width: 1.5em;
      height: 1.5em;
      display: block;
      position: absolute;
      top: 0;
      left: -1.5em;
      background-image: url(https://2771415.fs1.hubspotusercontent-na1.net/hubfs/2771415/img/ico-bullet.svg);
      background-position: center center;
      background-size: .45em;
      background-repeat: no-repeat; }

.bullet-style, .white-bullet {
  clear: left;
  list-style-type: none;
  margin-bottom: 0.75em;
  padding-left: 1.5em; }
  .bullet-style li, .white-bullet li {
    position: relative;
    margin-bottom: 0.5em;
    font-size: 1em;
    line-height: 1.5em; }
    .bullet-style li a, .white-bullet li a {
      text-decoration: none;
      font-weight: normal; }
    .bullet-style li:after, .white-bullet li:after {
      content: '';
      width: 1.5em;
      height: 1.5em;
      display: block;
      position: absolute;
      top: 0;
      left: -1.5em;
      background-image: url(https://2771415.fs1.hubspotusercontent-na1.net/hubfs/2771415/img/ico-bullet.svg);
      background-position: center center;
      background-size: .45em;
      background-repeat: no-repeat; }

.white-bullet {
  padding-left: 1.05em; }
  .white-bullet li:after {
    background-image: url(https://2771415.fs1.hubspotusercontent-na1.net/hubfs/2771415/img/ico-bullet-wht.svg);
    background-size: .35em; }

ol {
  clear: left;
  list-style-type: decimal;
  list-style-position: inside;
  margin-bottom: 0.75em;
  padding-left: 1.5em; }
  ol li {
    position: relative;
    margin-bottom: 0.5em;
    font-size: 16px;
    line-height: 1.5em; }
    ol li a {
      text-decoration: none;
      font-weight: normal; }

/* Tables */
table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #c9c9c9;
  font-weight: bold;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #efefef;
  padding: 0.75em 0; }

tr,
td,
th {
  vertical-align: middle; }

/*=============== Spec Tables ===============*/
.spec-table {
  display: block;
  width: 100%;
  margin-bottom: 1.5em;
  background: white; }

.spec-thead {
  display: block; }

.spec-table-row {
  display: block;
  width: 100%; }

.spec-cell {
  display: block;
  border: 0.2em solid #ffffff;
  padding: .5em .8em;
  vertical-align: top; }
  .spec-cell p {
    margin: .5em 0; }
  .spec-cell > ul {
    margin: .5em 0; }
    .spec-cell > ul > li {
      margin-bottom: 0 !important; }
      .spec-cell > ul > li ul {
        padding: 0 0 0 1.8em; }
  .spec-cell input,
  .spec-cell select {
    width: 100%; }

.spec-col {
  display: table-column; }

.spec-col-1 {
  width: 100%; }

.spec-col-2 {
  width: 100%; }

@media (min-width: 40em) {
  .spec-table {
    display: table; }
  .spec-thead {
    display: table-header-group; }
  .spec-table-row {
    display: table-row; }
  .spec-cell {
    display: table-cell; }
    .spec-cell p {
      font-size: 1em; }
  .spec-spec-col-1 {
    width: 30%; }
  .spec-spec-col-2 {
    width: 70%; } }

.clear {
  clear: both; }

.btn, button,
input[type="submit"], .btn-download, .btn-arrow, .product-grid-item-link, .btn-alt, .btn-alt-download, .btn-alt-arrow {
  position: relative;
  -webkit-font-smoothing: antialiased;
  border-radius: 0;
  color: white;
  display: inline-block;
  font-family: "Carrois Gothic", sans-serif;
  font-weight: normal;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none;
  -webkit-transition: background 0.1s linear;
  -moz-transition: background 0.1s linear;
  transition: background 0.1s linear; }
  .btn:hover, button:hover,
  input:hover[type="submit"], .btn-download:hover, .btn-arrow:hover, .product-grid-item-link:hover, .btn-alt:hover, .btn-alt-download:hover, .btn-alt-arrow:hover {
    color: white; }
  .btn:visited, button:visited,
  input:visited[type="submit"], .btn-download:visited, .btn-arrow:visited, .product-grid-item-link:visited, .btn-alt:visited, .btn-alt-download:visited, .btn-alt-arrow:visited {
    color: white; }
  .btn:disabled, button:disabled,
  input:disabled[type="submit"], .btn-download:disabled, .btn-arrow:disabled, .product-grid-item-link:disabled, .btn-alt:disabled, .btn-alt-download:disabled, .btn-alt-arrow:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
  .btn:after, button:after,
  input[type="submit"]:after, .btn-download:after, .btn-arrow:after, .product-grid-item-link:after, .btn-alt:after, .btn-alt-download:after, .btn-alt-arrow:after {
    content: ''; }

.btn, button,
input[type="submit"], .btn-download, .btn-arrow, .product-grid-item-link {
  background-color: #cc0000; }
  .btn:hover, button:hover,
  input:hover[type="submit"], .btn-download:hover, .btn-arrow:hover, .product-grid-item-link:hover {
    background-color: #990000; }
  .btn:visited, button:visited,
  input:visited[type="submit"], .btn-download:visited, .btn-arrow:visited, .product-grid-item-link:visited {
    color: #ffffff; }

.btn-alt, .btn-alt-download, .btn-alt-arrow {
  background-color: #00558b;
  /*@include mq(large) {
    border: 4px solid $blue;
    padding: 0.2em;
    span {
      padding: 0.3em .9em;
      border: 2px solid $blue;
      display: block;
    }
  }*/ }
  .btn-alt:hover, .btn-alt-download:hover, .btn-alt-arrow:hover {
    background-color: #003658; }
  .btn-alt:visited, .btn-alt-download:visited, .btn-alt-arrow:visited {
    color: #ffffff; }
  .btn-alt span, .btn-alt-download span, .btn-alt-arrow span {
    font-size: 1.125em; }

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }

.btn-download, .btn-alt-download, .btn-arrow, .btn-alt-arrow {
  padding-left: 4em; }
  .btn-download:after, .btn-alt-download:after, .btn-arrow:after, .btn-alt-arrow:after {
    content: '';
    display: block;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3em;
    position: absolute;
    background-position: center center;
    background-size: 1.5em;
    background-repeat: no-repeat;
    -webkit-transition: background 0.1s linear;
    -moz-transition: background 0.1s linear;
    transition: background 0.1s linear; }
  .btn-download:hover:after, .btn-alt-download:hover:after, .btn-arrow:hover:after, .btn-alt-arrow:hover:after {
    background-size: 2em; }

.btn-download:after {
  background-image: url(https://2771415.fs1.hubspotusercontent-na1.net/hubfs/2771415/img/ico-download.svg); }

.btn-alt-download:after {
  background-image: url(https://2771415.fs1.hubspotusercontent-na1.net/hubfs/2771415/img/ico-download.svg); }

.btn-alt-download span {
  border: 0; }

.btn-arrow:after {
  background-image: url(https://2771415.fs1.hubspotusercontent-na1.net/hubfs/2771415/img/ico-white-arrow-right.svg); }

.btn-alt-arrow:after {
  background-image: url(https://2771415.fs1.hubspotusercontent-na1.net/hubfs/2771415/img/ico-white-arrow-right.svg); }

.btn-alt-arrow span {
  border: 0; }

.cn-nav ul {
  background-color: #00558b; }
  .cn-nav ul li {
    border-bottom: 0; }
    .cn-nav ul li a {
      background-color: #00558b;
      border-bottom: 0; }
      .cn-nav ul li a > span {
        color: #ffffff !important;
        font-size: 1em;
}

    .cn-nav ul li:hover a, .cn-nav ul li:focus a {
      background-color: #cc0000; }
.site-nav,
#hs_menu_wrapper_default {
  background-color: #ffffff;
  font-family: "Carrois Gothic", sans-serif; 
}

  .site-nav span,
  #hs_menu_wrapper_default span {
    white-space: normal; }
  @media (min-width: 60em) {
    .site-nav,
    #hs_menu_wrapper_default {
      display: inline-block;
      position: relative;
      top: 0;
      left: 0;
      background-color: transparent; } }
  @media (min-width: 60em) {
    .site-nav,
    #hs_menu_wrapper_default {
      background-color: transparent; } }

.sn-level-1,
#hs_menu_wrapper_default > ul {
  margin: 0;
  padding: 0; }
  @media (min-width: 60em) {
    .sn-level-1,
    #hs_menu_wrapper_default > ul {
      height: 3.125em;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; } }

.sn-li-l1,
.hs-menu-depth-1 {
  display: block;
  border-bottom: 1px solid lightgrey;
  background-color: transparent;
  position: relative; }
.sn-li-l1.active>a, .hs-item-has-children.active>a {
    background-color: #00558b;
    color: white !important;
}
  .sn-li-l1 span,
  .hs-menu-depth-1 span {
    font-size: 1.125em; }
    @media (max-width: 60em) {
      .sn-li-l1 span,
      .hs-menu-depth-1 span {
        color: #00558b; } }
  .sn-li-l1 > a,
  .hs-menu-depth-1 > a {
    display: block;
    height: 2.94117em;
    line-height: 2.94117em;
    color: #00558b;
    text-decoration: none;
    padding: 0 1em;
    font-size: 17px;
}



/*     .sn-li-l1 > a:visited,
    .hs-menu-depth-1 > a:visited {
      color: #1c1c1c; } */
/*     .sn-li-l1 > a:hover,
    .hs-menu-depth-1 > a:hover {
      color: #ffffff; } */
      @media (min-width: 60em) {
        .sn-li-l1 > a:hover span,
        .hs-menu-depth-1 > a:hover span {
          color: #00558b; } }
  .sn-li-l1.has-subnav .m-subnav-arrow, .sn-li-l1.menu-item-has-children .m-subnav-arrow, .sn-li-l1.hs-item-has-children .m-subnav-arrow,
  .hs-menu-depth-1.has-subnav .m-subnav-arrow,
  .hs-menu-depth-1.menu-item-has-children .m-subnav-arrow,
  .hs-menu-depth-1.hs-item-has-children .m-subnav-arrow {
    cursor: pointer;
    display: none;
    display: none; }
/*     @media (max-width: 60em) { */
      .sn-li-l1.has-subnav .m-subnav-arrow, .sn-li-l1.menu-item-has-children .m-subnav-arrow, .sn-li-l1.hs-item-has-children .m-subnav-arrow,
      .hs-menu-depth-1.has-subnav .m-subnav-arrow,
      .hs-menu-depth-1.menu-item-has-children .m-subnav-arrow,
      .hs-menu-depth-1.hs-item-has-children .m-subnav-arrow {
        padding-right: 0em;
        background-image: url(https://www.testdevices.com/wp-content/themes/test-devices/img/icon-down-arrow.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 16px 32px;
        display: block;
        width: 16px;
        height: 32px;
        height: 1.5em;
        position: absolute;
        background-color: transparent;
        right: 7px;
        top: 10px;
        transform: rotate(270deg); }

        .sn-li-l1.has-subnav .m-subnav-arrow.active, .sn-li-l1.menu-item-has-children .m-subnav-arrow.active, .sn-li-l1.hs-item-has-children .m-subnav-arrow.active,
        .hs-menu-depth-1.has-subnav .m-subnav-arrow.active,
        .hs-menu-depth-1.menu-item-has-children .m-subnav-arrow.active,
        .hs-menu-depth-1.hs-item-has-children .m-subnav-arrow.active {
          transform: rotate(90deg);
          background-image: url(https://www.testdevices.com/wp-content/themes/test-devices/img/menu-arrow-white.svg);
           background-size: 8px 16px;
      }  
/* } */

    @media (min-width: 60em) {
      .sn-li-l1.has-subnav .m-subnav-arrow, .sn-li-l1.menu-item-has-children .m-subnav-arrow, .sn-li-l1.hs-item-has-children .m-subnav-arrow,
      .hs-menu-depth-1.has-subnav .m-subnav-arrow,
      .hs-menu-depth-1.menu-item-has-children .m-subnav-arrow,
      .hs-menu-depth-1.hs-item-has-children .m-subnav-arrow {
        background-image: url(https://info.testdevices.com/hubfs/menu-arrow-white.svg);
        transform: rotate(90deg);
        background-size: 5px;
        right: 1px;
        top: 10px;
      } 
}

  .sn-li-l1.has-subnav > a span, .sn-li-l1.menu-item-has-children > a span, .sn-li-l1.hs-item-has-children > a span,
  .hs-menu-depth-1.has-subnav > a span,
  .hs-menu-depth-1.menu-item-has-children > a span,
  .hs-menu-depth-1.hs-item-has-children > a span {
    padding-right: 0em;
    background-image: url(https://2771415.fs1.hubspotusercontent-na1.net/hubfs/2771415/img/icon-down-arrow.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 0.75em;
    display: block; }
  .sn-li-l1.has-subnav > a.active span, .sn-li-l1.menu-item-has-children > a.active span, .sn-li-l1.hs-item-has-children > a.active span,
  .hs-menu-depth-1.has-subnav > a.active span,
  .hs-menu-depth-1.menu-item-has-children > a.active span,
  .hs-menu-depth-1.hs-item-has-children > a.active span {
    transform: rotate(180deg); }
  .sn-li-l1:hover,
  .hs-menu-depth-1:hover {
    background-color: rgba(0, 0, 0, 0); }
  @media (min-width: 60em) {
    .sn-li-l1,
    .hs-menu-depth-1 {
      height: 3.125em;
      float: left;
      border-bottom: 0;
      background-color: transparent;
      border-right: transparent;
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      flex-grow: 1;
      -ms-flex-positive: 1;
      text-align: center;
      /*
&:nth-child(1n) {
width:20%;
}
&:nth-child(2n) {
width:20%;
}
&:nth-child(3n) {
width:20%;
}
&:nth-child(4n) {
width:20%;
}
&:nth-child(5n) {
width:20%;
}*/ }
/*       .sn-li-l1:hover,
      .hs-menu-depth-1:hover {
        border-bottom: 6px solid #cc0000; } */
      .sn-li-l1 span,
      .hs-menu-depth-1 span {
        font-size: 0.9375em;
        color: #1c1c1c; }
      .sn-li-l1 > a,
      .hs-menu-depth-1 > a {
        padding: 0 0.5em;
        color: #1c1c1c; }
    .sn-li-l1 > a:hover, .sn-li-l1 > a:focus,
.hs-menu-depth-1 > a:hover,
.hs-menu-depth-1 > a:focus {
    color: #00558b;
    border-bottom: 6px solid #cc0000;
  }
      .sn-li-l1:hover .sn-level-2,
      .sn-li-l1:hover .hs-menu-children-wrapper,
      .hs-menu-depth-1:hover .sn-level-2,
      .hs-menu-depth-1:hover > .hs-menu-children-wrapper {
        display: block; }
      .sn-li-l1.has-subnav > a span, .sn-li-l1.menu-item-has-children > a span, .sn-li-l1.hs-item-has-children > a span,
      .hs-menu-depth-1.has-subnav > a span,
      .hs-menu-depth-1.menu-item-has-children > a span,
      .hs-menu-depth-1.hs-item-has-children > a span {
        padding-right: 1em;
        background-size: 0.625em;
        display: inline; }
      .sn-li-l1.has-subnav > a.active span, .sn-li-l1.menu-item-has-children > a.active span, .sn-li-l1.hs-item-has-children > a.active span,
      .hs-menu-depth-1.has-subnav > a.active span,
      .hs-menu-depth-1.menu-item-has-children > a.active span,
      .hs-menu-depth-1.hs-item-has-children > a.active span {
        background-image: url(https://2771415.fs1.hubspotusercontent-na1.net/hubfs/2771415/img/ico-arrow-down.svg); }
      .sn-li-l1:hover,
      .hs-menu-depth-1:hover {
        background-color: transparent; } }
  @media (min-width: 60em) {
    .sn-li-l1,
    .hs-menu-depth-1 {
      border-right: transparent; }
      .sn-li-l1 span,
      .hs-menu-depth-1 span {
        font-size: 1.125em; }
      .sn-li-l1 > a,
      .hs-menu-depth-1 > a {
        padding: 0 0.5817em;
        color: #1c1c1c; }
    
        .sn-li-l1 > a:hover,
        .hs-menu-depth-1 > a:hover {
          color: #00558b; }
      .sn-li-l1:hover, 
      .hs-menu-depth-1:hover {
        background-color: rgba(0, 0, 0, 0); } 
    .sn-li-l1:first-child > .hs-menu-children-wrapper, .hs-menu-depth-1:first-child > .hs-menu-children-wrapper{
      /* min-width: 35em; */
      background-color: #fff;
      top: 47px;
    }
    .sn-li-l1:first-child > .hs-menu-children-wrapper, .hs-menu-depth-1:first-child:hover > .hs-menu-children-wrapper{
      display:block;
      /* flex-wrap:wrap; */
    }
    .hs-menu-depth-1:first-child > .hs-menu-children-wrapper .hs-menu-depth-2 {
      width: 100%;
      /* float: left; */
      display: grid;
      align-items: center;
      padding: 6px 16px;
/*     min-height: 53px; */
    }
    .sn-li-l2:hover a, .sn-li-l3:hover a, .hs-menu-depth-2:hover > a {
      color: white !important;
    }
}

.sn-level-2,
.hs-menu-children-wrapper {
  padding: 0;
  margin: 0;
  display: none;
  position: relative;
  z-index: 999999; }
  .sn-level-2.active,
  .hs-menu-children-wrapper.active {
    display: block; }
  @media (min-width: 60em) {
    .sn-level-2,
    .hs-menu-children-wrapper {
      position: absolute;
      min-width: 18.75em;
      top: 50px;
    }
      .sn-level-2.active,
      .hs-menu-children-wrapper.active {
        display: none; } }

.sn-li-l2, .sn-li-l3,
.hs-menu-depth-2 {
  background-color: #990000;
  position: relative;
}

.sn-li-l2.active, .active.sn-li-l3, .active.sn-li-l4, .hs-menu-depth-2.active,  .hs-menu-depth-3.active, .hs-menu-depth-2:hover, .hs-menu-depth-3:hover{
  background-color: #c00;
}
.sn-li-l2.active, .active.sn-li-l3, .active.sn-li-l4, .hs-menu-depth-2.active > a, .hs-menu-depth-3.active > a, .hs-menu-depth-2:hover > a, .hs-menu-depth-3:hover> a{
  background-color: #c00;
}
  .sn-li-l2 > a, .sn-li-l3 > a,
  .hs-menu-depth-2 > a, .hs-menu-depth-3 > a, .hs-menu-depth-4 > a {
    padding: 0 1em;
    font-size: 18px;
    color: #00558b;
    border-top: 1px solid rgba(26, 25, 25, 0);
    display: block;
    text-decoration: none;
    line-height: 3.125em;
}
    .sn-li-l2 > a span, .sn-li-l3 > a span,
    .hs-menu-depth-2 > a span {
      font-size: 1.125em;
      line-height: 1.25em;
      display: inline-block;
      vertical-align: middle; }
  .sn-li-l2:last-child > a, .sn-li-l3:last-child > a,
  .hs-menu-depth-2:last-child > a {
    border-bottom: 0; }
/* @media only screen and (max-width: 959px) {
  .sn-li-l2:hover, .sn-li-l3:hover,
  .hs-menu-depth-2:hover {
    background-color: #ffffff !important; }
} */  
    .sn-li-l2:hover a, .sn-li-l3:hover a,
    .hs-menu-depth-2:hover a, .hs-menu-depth-3:hover a {
      color: #fff; }
  @media (min-width: 60em) {
    .sn-li-l2, .sn-li-l3,
    .hs-menu-depth-2 {
      position: relative;
      background-color: #ffffff;
      text-align: left;
/*       padding:9px; */
    }
    
    
  
      .sn-li-l2 > a, .sn-li-l3 > a,
      .hs-menu-depth-2 > a {
        font-size: 1.125em;
        padding: 0 0.5em;
        line-height: 2.7777em;
        border-top: 1px solid rgba(26, 25, 25, 0);
        border-right: 1px solid rgba(26, 25, 25, 0); }
        .sn-li-l2 > a span, .sn-li-l3 > a span,
        .hs-menu-depth-2 > a span {
          color: #1c1c1c;
          font-size: 0.9375em; }
/*       .sn-li-l2:hover, .sn-li-l3:hover,
      .hs-menu-depth-2:hover {
        background-color: #cc0000; } */
    .sn-li-l2 > a:hover, .sn-li-l3 > a:hover, .sn-li-l4 > a:hover, .sn-li-l2 > a:focus, .sn-li-l3 > a:focus, .sn-li-l4 > a:focus,
.hs-menu-depth-2 > a:hover,
.hs-menu-depth-2 > a:focus {
    background-color: #cc0000;
  }
  .sn-li-l2 > a:hover span, .sn-li-l3 > a:hover span, .sn-li-l4 > a:hover span, .sn-li-l2 > a:focus span, .sn-li-l3 > a:focus span, .sn-li-l4 > a:focus span,
.hs-menu-depth-2 > a:hover span,
.hs-menu-depth-2 > a:focus span {
    color: #ffffff;
  }
.sn-li-l2:hover > a, .sn-li-l3:hover > a, .sn-li-l4:hover > a,
.hs-menu-depth-2:hover > a {
    background-color: #cc0000;
  }
  .sn-li-l2:hover > a span, .sn-li-l3:hover > a span, .sn-li-l4:hover > a span,
.hs-menu-depth-2:hover > a span {
    color: #ffffff;
  }
   
    
        
        .sn-li-l2:hover .sn-level-3, .sn-li-l3:hover .sn-level-3,
        .hs-menu-depth-2:hover .sn-level-3 {
          display: block; }
      .sn-li-l2:visited a span, .sn-li-l3:visited a span,
      .hs-menu-depth-2:visited a span {
        color: #ffffff; }
.sn-li-l2:hover > a span, .sn-li-l3:hover > a span, .sn-li-l4:hover > a span,
.hs-menu-depth-2:hover > a span {
    color: #ffffff;
  }
   
     .sn-li-l2:hover.has-subnav > .m-subnav-arrow, .sn-li-l3:hover.has-subnav > .m-subnav-arrow, .sn-li-l4:hover.has-subnav > .m-subnav-arrow, .sn-li-l2:hover.menu-item-has-children > .m-subnav-arrow, .sn-li-l3:hover.menu-item-has-children > .m-subnav-arrow, .sn-li-l4:hover.menu-item-has-children > .m-subnav-arrow, .sn-li-l2:hover.hs-item-has-children > .m-subnav-arrow, .sn-li-l3:hover.hs-item-has-children > .m-subnav-arrow, .sn-li-l4:hover.hs-item-has-children > .m-subnav-arrow,
.hs-menu-depth-2:hover.has-subnav > .m-subnav-arrow,
.hs-menu-depth-2:hover.menu-item-has-children > .m-subnav-arrow,
.hs-menu-depth-2:hover.hs-item-has-children > .m-subnav-arrow {
    background-image: url(img/menu-arrow-white.svg);
  }
  .sn-li-l2.has-subnav .m-subnav-arrow, .has-subnav.sn-li-l3 .m-subnav-arrow, .has-subnav.sn-li-l4 .m-subnav-arrow, .sn-li-l2.menu-item-has-children .m-subnav-arrow, .menu-item-has-children.sn-li-l3 .m-subnav-arrow, .menu-item-has-children.sn-li-l4 .m-subnav-arrow, .sn-li-l2.hs-item-has-children .m-subnav-arrow, .hs-item-has-children.sn-li-l3 .m-subnav-arrow, .hs-item-has-children.sn-li-l4 .m-subnav-arrow,
.hs-menu-depth-2.has-subnav .m-subnav-arrow,
.hs-menu-depth-2.menu-item-has-children .m-subnav-arrow,
.hs-menu-depth-2.hs-item-has-children .m-subnav-arrow {
    top: 13px !important;
    background-image: url(https://info.testdevices.com/hubfs/img/menu-arrow-black.svg);
  }
  .sn-li-l2:visited a span, .sn-li-l3:visited a span, .sn-li-l4:visited a span,
.hs-menu-depth-2:visited a span {
    color: #ffffff;
  }
  .sn-li-l2.has-subnav .m-subnav-arrow, .has-subnav.sn-li-l3 .m-subnav-arrow, .has-subnav.sn-li-l4 .m-subnav-arrow, .sn-li-l2.menu-item-has-children .m-subnav-arrow, .menu-item-has-children.sn-li-l3 .m-subnav-arrow, .menu-item-has-children.sn-li-l4 .m-subnav-arrow, .sn-li-l2.hs-item-has-children .m-subnav-arrow, .hs-item-has-children.sn-li-l3 .m-subnav-arrow, .hs-item-has-children.sn-li-l4 .m-subnav-arrow, .hs-menu-depth-2.has-subnav .m-subnav-arrow, .hs-menu-depth-2.menu-item-has-children .m-subnav-arrow, .hs-menu-depth-2.hs-item-has-children .m-subnav-arrow {
        top: 50% !important;
        transform: translateY(-50%);
        background-image: url(https://info.testdevices.com/hubfs/menu-arrow-black-1.svg);
  } 
  .sn-li-l2:hover.has-subnav>.m-subnav-arrow, .sn-li-l3:hover.has-subnav>.m-subnav-arrow, .sn-li-l4:hover.has-subnav>.m-subnav-arrow, .sn-li-l2:hover.menu-item-has-children>.m-subnav-arrow, .sn-li-l3:hover.menu-item-has-children>.m-subnav-arrow, .sn-li-l4:hover.menu-item-has-children>.m-subnav-arrow, .sn-li-l2:hover.hs-item-has-children>.m-subnav-arrow, .sn-li-l3:hover.hs-item-has-children>.m-subnav-arrow, .sn-li-l4:hover.hs-item-has-children>.m-subnav-arrow, .hs-menu-depth-2:hover.has-subnav>.m-subnav-arrow, .hs-menu-depth-2:hover.menu-item-has-children>.m-subnav-arrow, .hs-menu-depth-2:hover.hs-item-has-children>.m-subnav-arrow {
        background-image: url(https://info.testdevices.com/hubfs/sub-menu-arrow-white.svg);
        background-size: 10px  !important;
        transform: none;
        transform: translateY(-50%) !important;
  }
  .sn-li-l2:hover.has-subnav>.m-subnav-arrow, .sn-li-l3:hover.has-subnav>.m-subnav-arrow, .sn-li-l4:hover.has-subnav>.m-subnav-arrow, .sn-li-l2:hover.menu-item-has-children>.m-subnav-arrow, .sn-li-l3:hover.menu-item-has-children>.m-subnav-arrow, .sn-li-l4:hover.menu-item-has-children>.m-subnav-arrow, .sn-li-l2:hover.hs-item-has-children>.m-subnav-arrow, .sn-li-l3:hover.hs-item-has-children>.m-subnav-arrow, .sn-li-l4:hover.hs-item-has-children>.m-subnav-arrow, .hs-menu-depth-2:hover.has-subnav>.m-subnav-arrow, .hs-menu-depth-2:hover.menu-item-has-children>.m-subnav-arrow, .hs-menu-depth-2:hover.hs-item-has-children>.m-subnav-arrow, .hs-menu-depth-3:hover.has-subnav>.m-subnav-arrow, .hs-menu-depth-3:hover.menu-item-has-children>.m-subnav-arrow, .hs-menu-depth-3:hover.hs-item-has-children>.m-subnav-arrow {
        background-image: url(https://info.testdevices.com/hubfs/sub-menu-arrow-white.svg);
        background-size: 10px  !important;; 
        transform: none;
        transform: translateY(-50%)  !important;;
   }
}
     




      
@media (min-width: 60em) {  
  .sn-li-l2:hover a span, .sn-li-l3:hover a span,
        .hs-menu-depth-2:hover a span {
          color: #ffffff; }
/*   .sn-li-l2:hover, .sn-li-l3:hover, .sn-li-l4:hover,
.hs-menu-depth-2:hover {
    background-color: #cc0000;
  } */
  .sn-li-l2:hover > a, .sn-li-l3:hover > a, .sn-li-l4:hover > a,
.hs-menu-depth-2:hover > a {
    background-color: #cc0000;
  }
  .sn-li-l2:hover > a span, .sn-li-l3:hover > a span, .sn-li-l4:hover > a span,
.hs-menu-depth-2:hover > a span {
    color: #ffffff;
  }
   
  .sn-li-l2 > a:hover, .sn-li-l3 > a:hover, .sn-li-l4 > a:hover, .sn-li-l2 > a:focus, .sn-li-l3 > a:focus, .sn-li-l4 > a:focus,
.hs-menu-depth-2 > a:hover,
.hs-menu-depth-2 > a:focus {
    background-color: #cc0000;
  color: #fff;
  }
  
  .sn-li-l2 > a:hover span, .sn-li-l3 > a:hover span, .sn-li-l4 > a:hover span, .sn-li-l2 > a:focus span, .sn-li-l3 > a:focus span, .sn-li-l4 > a:focus span,
.hs-menu-depth-2 > a:hover span,
.hs-menu-depth-2 > a:focus span {
    color: #ffffff;
  }
   
   
}
@media (max-height: 46em) and (min-width: 60em) {
  .sn-li-l2.has-subnav .m-subnav-arrow, .has-subnav.sn-li-l3 .m-subnav-arrow, .has-subnav.sn-li-l4 .m-subnav-arrow, .sn-li-l2.menu-item-has-children .m-subnav-arrow, .menu-item-has-children.sn-li-l3 .m-subnav-arrow, .menu-item-has-children.sn-li-l4 .m-subnav-arrow, .sn-li-l2.hs-item-has-children .m-subnav-arrow, .hs-item-has-children.sn-li-l3 .m-subnav-arrow, .hs-item-has-children.sn-li-l4 .m-subnav-arrow,
.hs-menu-depth-2.has-subnav .m-subnav-arrow,
.hs-menu-depth-2.menu-item-has-children .m-subnav-arrow,
.hs-menu-depth-2.hs-item-has-children .m-subnav-arrow {
    top: 7px !important;
  }
}

    .sn-li-l2, .sn-li-l3,
    .hs-menu-depth-2 {
      background-color: #efefef; }
      .sn-li-l2 > a, .sn-li-l3 > a,
      .hs-menu-depth-2 > a {
        padding: 13.5px 1em;
        line-height: 1.25em;
        border-top: 1px solid rgba(26, 25, 25, 0);
        border-right: 1px solid rgba(26, 25, 25, 0);
    padding-left: 1.5em;
}
        .sn-li-l2 > a span, .sn-li-l3 > a span,
        .hs-menu-depth-2 > a span {
          font-size: 1.125em; }
      .sn-li-l2:hover, .sn-li-l3:hover,
      .hs-menu-depth-2:hover {
        background-color: #cc0000; }
/*       .hs-menu-depth-2:hover ul{
position: absolute;
      top: 0;
      left: 100%;
} */
    .hs-menu-depth-2 > ul{
    min-width:10em !important;
    }
.sn-level-3 , .hs-menu-depth-2 > ul{
  padding: 0;
  margin: 0;
  padding-top: 1px;
  display: none;
  position: relative;
 }
  .sn-level-3.active {
    display: block; }
  @media (min-width: 60em) {
    position: absolute;
      top: 0;
      left: 100%;
    .sn-level-3, .hs-menu-depth-2 > ul{
      position: absolute;
      top: 0;
      padding-top: 0;
      left: 100%; }
      .sn-level-3.active {
        display: none; } }

.sn-li-l3, .sn-li-l4, .hs-menu-depth-3, .hs-menu-depth-4 {
  background-color: #ffffff;
}
.hs-menu-depth-3 a{
      padding-left: 2em;
}
.hs-menu-depth-4 a{
      padding-left: 2.5em;
}
.sn-li-l3 a > span, .sn-li-l4 a > span, .hs-menu-depth-3 a > span, .hs-menu-depth-4 a > span{
  color: #00558b;
}
.sn-li-l3:focus > a > span, .sn-li-l4:focus > a > span, .sn-li-l3:hover > a > span, .sn-li-l4:hover > a > span,
.hs-menu-depth-3:focus > a > span, .hs-menu-depth-4:focus > a > span, .hs-menu-depth-3:hover > a > span, .hs-menu-depth-4:hover > a > span{
  color: #ffffff;
}
@media (min-width: 60em) {
  .sn-li-l3 a > span, .sn-li-l4 a > span, .hs-menu-depth-3 a > span, .hs-menu-depth-4 a > span {
    color: #1c1c1c;
  }
  .sn-li-l3:focus, .sn-li-l4:focus, .sn-li-l3:hover, .sn-li-l4:hover, .hs-menu-depth-3:focus, .hs-menu-depth-4:focus, .hs-menu-depth-3:hover, .hs-menu-depth-4:hover {
    background-color: #cc0000
  }
  .sn-li-l3:focus > a > span, .sn-li-l4:focus > a > span, .sn-li-l3:hover > a > span, .sn-li-l4:hover > a > span,
  .hs-menu-depth-3:focus > a > span, .hs-menu-depth-34:focus > a > span, .hs-menu-depth-3:hover > a > span, .hs-menu-depth-34:hover > a > span{
    color: #ffffff;
  }
  .sn-li-l3:focus .sn-level-4, .sn-li-l4:focus .sn-level-4, .sn-li-l3:hover .sn-level-4, .sn-li-l4:hover .sn-level-4 ,
  .hs-menu-depth-3:focus .hs-menu-depth-3 > ul, .hs-menu-depth-4:focus .hs-menu-depth-3 > ul, .hs-menu-depth-3:hover .hs-menu-depth-3 > ul, .hs-menu-depth-4:hover .hs-menu-depth-3 > ul {
    display: block;
  }
}
.sn-level-4, , .hs-menu-depth-3 > ul {
  padding: 0;
  margin: 0;
  padding-top: 1px;
  display: none;
  position: relative;
}
.sn-level-4.active, .hs-menu-depth-3 > ul.active {
  display: block;
}

@media (min-width: 60em) {
  .sn-level-4, .hs-menu-depth-3 > ul {
    position: absolute;
    top: 0;
    left: 100%;
    padding-top: 0;
  }
  .sn-level-4.active, .hs-menu-depth-3 > ul.active {
    display: none;
  }
  .hs-menu-depth-3 a{
      padding-left: 1em;
}
.hs-menu-depth-4 a{
      padding-left: 1em;
}
  .hs-menu-depth-3 > a, .hs-menu-depth-4 > a{
    font-size: 1.125em;
  }
}


.site-nav-container {
  background-color: transparent;
  width: 100%;
  height: 100%;
  right: -100%;
  top: 0;
  bottom: 0;
  z-index: 1000;
  position: absolute;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }
  .site-nav-container.active {
    right: 0; }
  @media (min-width: 60em) {
    .site-nav-container {
      width: auto;
      height: auto;
      right: auto;
      bottom: auto;
      top: auto;
      position: static;
      background-color: transparent; } }
@media (min-width: 60em){
 .sn-li-l1 > a {
    color: #ffffff;}
}


.site-nav-container-screen {
  position: absolute;
  display: none;
  z-index: 999;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5); }
  .site-nav-container-screen.active {
    display: block; }
  @media (min-width: 60em) {
    .site-nav-container-screen {
      display: none !important; } }
.it-span {
  font-size: 0.75em;
  color: #00558B;
  white-space: nowrap;
  display: block;
  margin-left: 0.8333333333em; }
  @media only screen and (max-width: 500px) {
    .it-span {
      display: none; } }
.close-menu {
  display: inline-block;
  clear: both;
  position: relative;
  text-align: center;
  color: #00558b !important;
  font-family: "Carrois Gothic", sans-serif;
  padding: 0.25em 1em;
  padding-right: 1.5625em;
  margin: 0;
  font-size: 0.875em;
  background-color: transparent;
  border-radius: 0.1875em; }
  .close-menu:visited {
    color: #ffffff; }
  .close-menu:hover {
    color: #ffffff; }
  .close-menu:after {
    content: '';
    background-color: transparent;
    background-image: url(https://www.testdevices.com/wp-content/themes/test-devices/img/close-x.svg);
    background-size: 1.875em 1.875em;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    width: 1.875em;
    height: 1.875em;
    top: -11px;
    bottom: 0;
    right: 0;
    position: absolute; }
  @media (min-width: 60em) {
    .close-menu {
      display: none; } }

.snc-header {
  text-align: center;
  padding: 1em; }
  @media (min-width: 60em) {
    .snc-header {
      padding: 0; } }

.snc-desk {
  display: none; }
  @media (min-width: 60em) {
    .snc-desk {
      display: inline-block; } }

@media (min-width: 60em) {
  .snc-mobile {
    display: none; } }

.snc-mobile #nav-menu-item-2311 a {
  display: none; }

.snc-header {
  background-color: #EFEFEF !important;
  text-align: end;
  padding: 1em;
  position: relative;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media (min-width: 60em) {
    .snc-header {
      padding: 0; } }
  .snc-header .sc-item {
    width: 25%;
    text-align: center; }
    .snc-header .sc-item:first-child {
      display: flex;
      align-items: center;
      justify-content: start; }
    .snc-header .sc-item img {
      width: 45px; }
  .snc-header .tn-badge__img {
    /*width: em(34);*/ }
  .snc-header a {
    display: inline-block; }
/*
This is used to separate sections/modules of the website while still keeping a consistent max-width. Example below:
<section class="about-module">
  <div class="inner-wrap">
    Content here...
  </div>
</section>
*/
.inner-wrap, .inner-wrap-narrow, .inner-wrap-wide, .inner-wrap-widder, .inner-wrap-fullwidth {
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5em 1em 1.5em 1em; }
  .inner-wrap::after, .inner-wrap-narrow::after, .inner-wrap-wide::after, .inner-wrap-widder::after, .inner-wrap-fullwidth::after {
    clear: both;
    content: "";
    display: table; }
  .inner-wrap > *:first-child, .inner-wrap-narrow > *:first-child, .inner-wrap-wide > *:first-child, .inner-wrap-widder > *:first-child, .inner-wrap-fullwidth > *:first-child {
    margin-top: 0; }
  .inner-wrap > *:last-child, .inner-wrap-narrow > *:last-child, .inner-wrap-wide > *:last-child, .inner-wrap-widder > *:last-child, .inner-wrap-fullwidth > *:last-child {
    margin-bottom: 0; }
  @media (min-width: 40em) {
    .inner-wrap, .inner-wrap-narrow, .inner-wrap-wide, .inner-wrap-widder, .inner-wrap-fullwidth {
      padding: 2.5em 1.5em 2.5em 1.5em; } }

.inner-wrap-narrow {
  max-width: 62.5em; }

.inner-wrap-wide {
  max-width: 87.5em; }

.inner-wrap-widder {
  max-width: 83.6875em; }

.inner-wrap-fullwidth {
  max-width: 100%; }

/*=============== Sections ===============*/
.section-header-wrap {
  background-color: #efefef; }
  .section-header-wrap .inner-wrap, .section-header-wrap .inner-wrap-narrow, .section-header-wrap .inner-wrap-wide, .section-header-wrap .inner-wrap-widder, .section-header-wrap .inner-wrap-fullwidth {
    padding-top: 1.5em;
    padding-bottom: 1.5em; }
  .section-header-wrap h1 {
    margin: 0; }
  .section-header-wrap p {
    margin: .5em 0 0 0; }

.section-cta {
  text-align: center; }

/*=============== Media Object ===============*/
.media-object {
  overflow: hidden; }

.media-object-img {
  width: 20%;
  float: left;
  display: block;
  margin-right: 5%; }
  .media-object-img img {
    width: 100%; }

.media-object-body {
  width: 75%;
  float: left; }

.media-object-header {
  margin-top: 0;
  margin-bottom: .15em; }

.media-grid-2 > * {
  margin-bottom: 1em; }

@media (min-width: 40em) {
  .media-grid-2 > * {
    float: left;
    display: block;
    margin-right: 3.1684356888%;
    width: 48.4157821556%;
    margin-bottom: 1.5em; }
    .media-grid-2 > *:last-child {
      margin-right: 0; }
    .media-grid-2 > *:nth-child(2n) {
      margin-right: 0; }
    .media-grid-2 > *:nth-child(2n+1) {
      clear: left; } }

/*======= Responsive iFrame / YouTube / HTML5 Video =======*/
.iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-top: 1.8em; }
  .iframe-container iframe,
  .iframe-container object,
  .iframe-container embed,
  .iframe-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*=============== Click to Expand ===============*/
.click-expand {
  border: 1px solid #efefef;
  clear: both;
  overflow: hidden;
  margin-bottom: 1.5em;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .click-expand.active:hover {
    background-color: #ffffff; }
  .click-expand.active .ce-header:after {
    content: '-'; }
  .click-expand.active .ce-body {
    display: block;
    opacity: 1;
    -webkit-animation: click-expand 0.5s 1;
    -moz-animation: click-expand 0.5s 1;
    animation: click-expand 0.5s 1;
    -webkit-animation-fill-mode: backwards;
    -moz-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-delay: 0.05s;
    -moz-animation-delay: 0.05s;
    animation-delay: 0.05s;
    padding: 0 12px 1.5em 12px;
    display: block; }
    .click-expand.active .ce-body > *:first-child {
      margin-top: 0; }
    .click-expand.active .ce-body > *:last-child {
      margin-bottom: 0; }
  .click-expand:hover {
    background-color: #efefef; }

.ce-header {
  position: relative;
  cursor: pointer;
  margin: 0;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  font-size: 1em; }
  .ce-header:after {
    content: '+';
    color: #00558b;
    padding-left: 8px;
    position: absolute;
    right: 0.3125em; }

.ce-body {
  display: none;
  opacity: 0; }

@-webkit-keyframes click-expand {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-moz-keyframes click-expand {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes click-expand {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/*=============== Social Media Icons ===============*/
.social-wrap {
  overflow: hidden;
  /*span {
    background-color:$white;
    border-radius:3px;
    display:inline-block;
    padding:.15em;
    img {
      display:block;
      margin:0 auto;
    }
  }*/ }
  .social-wrap a {
    display: block;
    float: left;
    width: 25%;
    text-align: center;
    position: relative; }
    .social-wrap a path {
      -webkit-transition: all 0.1s linear;
      -moz-transition: all 0.1s linear;
      transition: all 0.1s linear; }
    .social-wrap a:hover {
      opacity: .75; }
      .social-wrap a:hover path {
        fill: #00558b; }
  .social-wrap img {
    display: inline-block;
    margin: 0 auto;
    width: 1.1em;
    height: auto;
    vertical-align: middle; }
  .social-wrap svg {
    display: inline-block;
    vertical-align: middle; }

/*=============== Slide Panel ===============*/
.slide-panel {
  display: none;
  position: fixed;
  background: #333;
  color: #fff;
  height: 100%;
  width: 21.25em;
  right: -21.25em;
  top: 14%;
  z-index: 10;
  -webkit-transition: right 0.4s ease-in-out;
  -moz-transition: right 0.4s ease-in-out;
  transition: right 0.4s ease-in-out; }
  .slide-panel h2 {
    padding: .2em 1em; }
  .slide-panel p {
    background: #333;
    padding: .25px 2em; }
  .slide-panel label {
    color: #ffffff !important; }
  .slide-panel:hover {
    right: 0px; }
  @media (min-width: 40em) {
    .slide-panel {
      display: block; } }

.slide-panel-button {
  position: absolute;
  top: 50px;
  right: 340px;
  padding: 20px 20px;
  background: #333;
  min-width: 200px; }

/*=============== Slide Box ===============*/
#last {
  margin: 0;
  padding: 0; }

#slidebox {
  padding: 0.625em 0.625em 0.625em 1em;
  position: fixed;
  bottom: 0;
  right: -26.875em;
  z-index: 1000;
  width: 100%;
  background-color: #00558b; }
  @media (min-width: 40em) {
    #slidebox {
      width: auto; } }

a.close {
  background-color: white;
  color: #00558b;
  text-align: center;
  float: left;
  padding: 0 0.5em;
  font-size: 0.6875em;
  border-radius: 0.1875em;
  position: absolute;
  cursor: pointer;
  top: 1.5em;
  right: 2em; }

a.close:hover {
  background-color: rgba(255, 255, 255, 0.75); }

/*=============== Accordion Tabs ===============*/
.accordion-tabs {
  line-height: 1.5;
  margin-bottom: 1.5em;
  padding: 0 !important; }
  .accordion-tabs::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 40em) {
    .accordion-tabs {
      border-radius: 0;
      border: 1px solid #efefef; } }
  .accordion-tabs .tab-header-and-content {
    list-style: none;
    margin-bottom: 0; }
    .accordion-tabs .tab-header-and-content:after {
      display: none; }
    @media screen and (min-width: 40em) {
      .accordion-tabs .tab-header-and-content {
        display: inline; } }
    .accordion-tabs .tab-header-and-content:first-child .tab-link {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      @media screen and (max-width: 40em) {
        .accordion-tabs .tab-header-and-content:first-child .tab-link {
          border-top: 0; } }
    @media screen and (max-width: 40em) {
      .accordion-tabs .tab-header-and-content:last-child .tab-link {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0; } }
  .accordion-tabs .tab-link {
    background-color: rgba(255, 255, 255, 0);
    border-top: 1px solid #efefef;
    color: #333;
    display: block;
    font-weight: bold;
    font-size: 1.3125em;
    padding: 0.75em 0.809em;
    text-decoration: none;
    font-family: "Carrois Gothic", sans-serif;
    border-bottom: 0; }
    @media screen and (min-width: 40em) {
      .accordion-tabs .tab-link {
        display: inline-block;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-top: 0; } }
    .accordion-tabs .tab-link:hover {
      color: #00558b;
      border-bottom: 0; }
    .accordion-tabs .tab-link:focus {
      outline: none; }
    .accordion-tabs .tab-link.is-active {
      background-color: white; }
      @media screen and (min-width: 40em) {
        .accordion-tabs .tab-link.is-active {
          background-color: white;
          border: 1px solid #efefef;
          border-bottom-color: white;
          margin-bottom: -1px; } }
  .accordion-tabs .tab-content {
    background: white;
    display: none;
    padding: 1.5em 1.618em;
    width: 100%; }
    .accordion-tabs .tab-content > *:first-child {
      margin-top: 0; }
    .accordion-tabs .tab-content > *:last-child {
      margin-bottom: 0; }
    @media screen and (min-width: 40em) {
      .accordion-tabs .tab-content {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
        border: 1px solid #efefef;
        float: left; } }

/*=============== HubSpot Thumbnail Slider Gallery  ===============*/
.hs_cos_gallery_thumbnails .hs_cos_gallery_slide:hover {
  cursor: pointer; }

.hs_cos_gallery_thumbnails img {
  height: 3.75em;
  object-fit: cover;
  border: 1px solid #efefef; }

.hs_cos_gallery_thumbnails .slick-current img {
  border: 1px solid #00558b; }

/*=============== Misc ===============*/
hr {
  display: block;
  clear: both; }

figure {
  margin: 0;
  padding: 0; }

.wp-pagenavi > * {
  margin-right: .75em; }

/*=============== Lightbox / Magnific Popup  ===============*/
.white-popup {
  position: relative;
  background: #ffffff;
  padding: 2.5em;
  width: auto;
  max-width: 37.5em;
  margin: 1.25em auto; }
  .white-popup > * {
    margin-top: 0; }

.mfp-fade-side .mfp-content,
.mfp-fade-side .white-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: auto; }

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px); }

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px); }

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px); }

/*=============== Layouts  ===============*/
.page-intro {
  background-color: #efefef; }
  .page-intro .inner-wrap, .page-intro .inner-wrap-narrow, .page-intro .inner-wrap-wide, .page-intro .inner-wrap-widder, .page-intro .inner-wrap-fullwidth {
    padding-top: 1.5em;
    padding-bottom: 1.5em; }
  .page-intro h1 {
    margin: 0; }
  .page-intro p {
    margin: .5em 0 0 0; }

@media (min-width: 60em) {
  .site-content.one-column .site-content-primary {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    margin-right: 0; }
    .site-content.one-column .site-content-primary:last-child {
      margin-right: 0; }
  .site-content.one-column .site-content-secondary {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    margin-right: 0; }
    .site-content.one-column .site-content-secondary:last-child {
      margin-right: 0; }
  .site-content.two-column .site-content-primary {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 70.1456849506%; }
    .site-content.two-column .site-content-primary:last-child {
      margin-right: 0; }
  .site-content.two-column .site-content-secondary {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 27.4966634515%;
    margin-right: 0; }
    .site-content.two-column .site-content-secondary:last-child {
      margin-right: 0; }
  .site-content.three-column .site-content-primary {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%; }
    .site-content.three-column .site-content-primary:last-child {
      margin-right: 0; }
  .site-content.three-column .site-content-secondary {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%; }
    .site-content.three-column .site-content-secondary:last-child {
      margin-right: 0; }
  .site-content.three-column .additional-content {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
    margin-right: 0; }
    .site-content.three-column .additional-content:last-child {
      margin-right: 0; }
  .site-content.two-column-alt .site-content-primary {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%; }
    .site-content.two-column-alt .site-content-primary:last-child {
      margin-right: 0; }
  .site-content.two-column-alt .site-content-secondary {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
    margin-right: 0; }
    .site-content.two-column-alt .site-content-secondary:last-child {
      margin-right: 0; } }

/*=============== Product Grid ===============*/
.product-grid {
  clear: both; }

.product-grid-item {
  font-size: .875em;
  text-decoration: none;
  text-align: center;
  background-color: #ffffff;
  padding: 1em;
  border-bottom: 1px solid #efefef;
  border-right: 1px solid #efefef;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }
  .product-grid-item:hover {
    border-bottom: 1px solid #1c1c1c;
    border-right: 1px solid #1c1c1c; }
    .product-grid-item:hover .product-grid-item-img {
      -webkit-transform: scale(1.05);
      -moz-transform: scale(1.07);
      -o-transform: scale(1.07);
      transform: scale(1.07); }
  @media (min-width: 40em) {
    .product-grid-item {
      font-size: .75em;
      margin-bottom: 1.5em; } }
  @media (min-width: 60em) {
    .product-grid-item {
      font-size: 1em; } }

@media (min-width: 40em) {
  .product-grid-item-header-wrap {
    height: 4em;
    line-height: 4em;
    margin-bottom: 1em; }
    .product-grid-item-header-wrap .product-grid-item-header {
      display: inline-block;
      vertical-align: middle; } }

@media (min-width: 60em) {
  .product-grid-item-header-wrap {
    height: 4em;
    line-height: 4em; } }

.product-grid-item-header {
  font-size: 1.125em;
  color: #00558b;
  text-decoration: none;
  margin: 0 0 0 0;
  width: 70%;
  float: right;
  text-align: left;
  clear: none; }
  @media (min-width: 40em) {
    .product-grid-item-header {
      width: auto;
      float: none;
      text-align: center; } }

.product-grid-item-subheader {
  color: #000000;
  margin: 0 0 1em 0;
  width: 70%;
  float: right;
  text-align: left;
  clear: none;
  font-size: 0.9375em; }
  @media (min-width: 40em) {
    .product-grid-item-subheader {
      width: auto;
      float: none;
      text-align: center; } }
  @media (min-width: 60em) {
    .product-grid-item-subheader {
      min-height: 3em; } }

.product-grid-item-img {
  float: left;
  width: 25%;
  margin-top: -1em;
  display: block;
  margin: 0 auto;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }
  @media (min-width: 40em) {
    .product-grid-item-img {
      margin-top: 0;
      float: none;
      width: auto; } }

.product-grid-item-link {
  margin: 1em 0 0 0;
  float: right;
  text-align: left;
  clear: none;
  font-size: .75em; }
  @media (min-width: 40em) {
    .product-grid-item-link {
      width: auto;
      float: none;
      text-align: center; } }

/*=============== Product Carousel ===============*/
@media (max-width: 40em) {
  .product-item {
    float: left;
    display: block;
    margin-right: 4.8291579146%;
    width: 47.5854210427%; }
    .product-item:last-child {
      margin-right: 0; }
    .product-item:nth-child(2n) {
      margin-right: 0; }
    .product-item:nth-child(2n+1) {
      clear: left; } }

@media (min-width: 40em) {
  .product-item {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%; }
    .product-item:last-child {
      margin-right: 0; } }

/*=============== Resources Module ===============*/
.resources-module {
  background-color: #ffffff; }

.rm-item {
  text-align: center;
  background-color: #efefef;
  padding: 1em !important; }
  .rm-item:hover .rm-item-img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05); }
  @media (min-width: 40em) {
    .rm-item {
      margin-bottom: 0; } }

.rm-item-cta {
  font-size: .75em;
  font-weight: bold; }

.rm-item-img {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  margin-bottom: 1em; }
  .rm-item-img img {
    max-width: 100%;
    object-fit: contain;
    height: 19.375em; }

.rm-item-title {
  text-decoration: none;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  display: inline-block;
  text-align: center;
  height: 2.5em;
  line-height: 2.5em;
  color: #00558b;
  position: relative;
  z-index: 10; }
  .rm-item-title span {
    line-height: 1.25em;
    display: inline-block;
    color: #00558b; }

/* ===== DEFAULTS FOR ALL BLOGS =====  */
.fb_iframe_widget span {
  height: 24px !important; }

#recaptcha_table {
  table-layout: initial !important;
  height: 126px;
  overflow: hidden;
  margin-bottom: 1em; }

.blog-pagination {
  font-size: 1.7em;
  font-weight: bold; }
  .blog-pagination a {
    margin-right: 2em;
    text-decoration: none; }

.more-link {
  font-size: 1.4em;
  text-decoration: none; }

.post-item {
  border-bottom: 5px solid #efefef;
  padding-bottom: 2em;
  margin-bottom: 2em; }

.hs-author-avatar {
  float: left;
  margin-right: 1.5em; }
  .hs-author-avatar img {
    border-bottom: 1px solid #adadad; }

.hs-author-social-label {
  font-size: 1.3em; }

.hs-author-bio {
  font-size: 1.3em;
  line-height: 1.5em;
  margin-bottom: 1em; }

.hs-author-profile {
  background: #F2F2F2;
  padding: .2em 2em 2em 2em; }

.hs-author-listing-header {
  padding-top: 1em;
  margin-top: .3em;
  color: #b9b9b9; }

.hs-author-social-links a {
  text-decoration: none; }

.hs-author-social-links img {
  opacity: .7;
  width: 1.875em;
  height: 1.875em; }
  .hs-author-social-links img:hover {
    opacity: 1; }

/*   end defaults   */
.site-wrap {
  background: #ffffff;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  min-height: 100%;
  min-height: 100vh; }

/*=============== Site Header ===============*/
.site-header-wrap {
  z-index: 999; }

.site-header .inner-wrap, .site-header .inner-wrap-narrow, .site-header .inner-wrap-wide, .site-header .inner-wrap-widder, .site-header .inner-wrap-fullwidth {
  padding-bottom: 0.7em; }

@media (min-width: 40em) {
  .site-header .inner-wrap, .site-header .inner-wrap-narrow, .site-header .inner-wrap-wide, .site-header .inner-wrap-widder, .site-header .inner-wrap-fullwidth {
    padding-top: 1.7em; } }

@media (min-width: 60em) {
  .site-header .inner-wrap, .site-header .inner-wrap-narrow, .site-header .inner-wrap-wide, .site-header .inner-wrap-widder, .site-header .inner-wrap-fullwidth {
    padding-bottom: 2.3em; }
      .site-header >.inner-wrap {
        display: flex;
        justify-content: space-between;
    }
   .site-header >.inner-wrap:after{
     display: none;
  }
}

.site-nav-container {
  z-index: 99999; 
          height: 3.125em;
}
  @media (min-width: 60em) {
    .site-nav-container {
      width: 60%!important;
      position: relative; } 
}

@media (min-width: 60em) {
.sh-sticky-wrap.stuck .site-nav-container{
            width: 63% !important;
}
}

@media (min-width: 80em) {
.sh-sticky-wrap.stuck .site-nav-container{
            width: 60% !important;
}
}

.sh-sticky-wrap .inner-wrap, .sh-sticky-wrap .inner-wrap-narrow, .sh-sticky-wrap .inner-wrap-wide, .sh-sticky-wrap .inner-wrap-widder, .sh-sticky-wrap .inner-wrap-fullwidth {
  padding-top: 0;
  padding-bottom: 0.5em;
  position: relative; }

@media (min-width: 60em) {
  .sh-sticky-wrap {
    height: 3.125em;
    -webkit-transition: all 0s linear;
    -moz-transition: all 0s linear;
    transition: all 0s linear;
   font-size: 94%;
  }
    .sh-sticky-wrap.stuck {
      background-color: #ffffff;
      background-color: #ffffff;
      position: fixed;
      left: 0;
      right: 0;
      top: 0;
      z-index: 4; } }
    @media (min-width: 60em) and (min-width: 60em) {
      .sh-sticky-wrap.stuck .thomas-link {
        display: block !important;
        position: absolute;
        right: -62%;
        top: 0px;
        transition: all .3s ease-in-out; } }
@media (min-width: 64em) { 
   .sh-sticky-wrap {
           font-size: 100%;
  }   
      .sh-sticky-wrap.stuck {
        font-size: 94%;
    }
}
@media (min-width:80em) { 
      .sh-sticky-wrap.stuck {
        font-size: 100%;
    }
}   
 
    @media (min-width: 60em) and (min-width: 80em) {
      .sh-sticky-wrap.stuck .thomas-link {
        display: block !important;
        position: absolute;
        right: -55%;
        top: 0px;
        transition: all .3s ease-in-out; } }

@media (min-width: 60em) {
      .sh-sticky-wrap.stuck .thomas-link img {
        /*max-width: em(70);*/ }
      .sh-sticky-wrap.stuck .site-logo {
        display: none; }
      .sh-sticky-wrap.stuck .sh-utility-nav {
        display: none; } }

.sh-sticky-wrap .sr-wrapper {
  display: none; } 
  .sh-sticky-wrap .sr-wrapper .sh-ico-search {
    background-image: url(https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img/https://www.testdevices.com/wp-content/themes/test-devices/img/search-white.png) !important; 
    float: left;
    background-size: 18px 18px;
/*     padding-left: 1.75em!important;
    padding-right: 24px!important; */
    background-position: 0 0.8em;
/*     @media (max-width: 60em) {
       padding-left: 0.5em;
      padding-right: 13px!important;
    } */
    
}


  @media (min-width: 60em) {
    .sh-sticky-wrap .sr-wrapper .sh-ico-search {
      background-size: 22px 22px;
      height: 3.125em;
    }

    .sh-sticky-wrap .sr-wrapper {
      display: inline-block;
      display: inline-flex;
        display: -webkit-inline-box;
        display: -moz-inline-box;
        display: inline-box;
        display: -webkit-inline-flex;
        display: -moz-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
     
    } 
    .sh-sticky-wrap.stuck .sr-wrapper{
     width:34%;
    }
}
 @media (min-width: 80em) {
.sh-sticky-wrap.stuck .sr-wrapper{
     width:36%;
    }
}
.sh-utility-nav {
  overflow: hidden;
  width: 30%;
  float: right;
  display: none; }
  .sh-utility-nav .social-wrap {
    width: 15em;
    display: none; }
  @media (min-width: 60em) {
    .sh-utility-nav {
      text-align: right;
      float: right;
      display: inline-block; }
      .sh-utility-nav .social-wrap {
        display: inline-block; } }
  @media (min-width: 60em) {
    .sh-utility-nav {
      width: 66%; }    
}
  @media (min-width: 80em) {
    .sh-utility-nav {
      width: 63%; } }
@media (min-width: 640px) and (max-width: 959px) {
    .sh-certificates {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-box-pack: end;
        -moz-box-pack: end;
        box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        -ms-justify-content: flex-end;
        -o-justify-content: flex-end;
        justify-content: flex-end;
        -ms-flex-pack: end;
    }
}

.site-logo {
/*   @media (min-width: 640px){ 
  width: 49%;
  } */
     width: auto;
    display: inline-block;
    vertical-align: top;
} 
  .site-logo img {
    max-width: 100%;
    vertical-align: middle; }
  @media (min-width: 60em) {
    .site-logo {
      width: 30%; }
      .site-logo img {
        max-width: 21em; } }
  @media (min-width: 80em) {
    .site-logo {
      width: 34.2%; }
      .site-logo img {
        max-width: 24.6875em; } }

.sh-certificates {
  text-align: right; }
  .sh-certificates .sc-item {
    display: inline-block;
    vertical-align: middle;
    width: 22%;
    margin-left: 3%;
    max-width: 100%;
    height: auto;
}
  .sh-certificates span {
    display: none; }
  @media (min-width: 60em) {
    .sh-certificates img {
      vertical-align: middle;
      margin-right: 0px; }
    .sh-certificates .sc-item {
      margin-left: 1%;
      width: auto; }
    .sh-certificates span {
      display: inline-block;
      font-family: "Carrois Gothic", sans-serif;
      vertical-align: middle;
      color: #00558b; } }
  @media (min-width: 80em) {
    .sh-certificates .sc-item {
      margin-left: 1%; }
    .sh-certificates .phone-text {
      font-size: 1.0625em;
      line-height: 1.625em; } }

.sh-icons { } 
/*   @media (min-width: 40em) {
    .sh-icons {
      text-align: right;
      margin-top: 0.625em; } } */

  @media (min-width: 60em) {
    .sh-icons {
      display: inline-block;
      float: right; 
    display: none;}
      .sh-icons .sr-wrapper {
        display: none; } }

.sh-ico-search, .sh-ico-menu {
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  height: 2.2em;
  width: 2em;
  text-align: center;
  text-decoration: none; }
  .sh-ico-search span, .sh-ico-menu span {
    font-size: .75em; }
  @media (min-width: 60em) {
    .sh-ico-search, .sh-ico-menu {
      width: auto; } }

.sh-ph {
  margin: 0; }
  .sh-ph i {
    font-style: normal; }
  @media (min-width: 40em) {
    .sh-ph {
      font-size: 1.3125em; } }

.sh-ico-search {
  background-image: url(https://2771415.fs1.hubspotusercontent-na1.net/hubfs/2771415/img/ico-search-blue.png) !important;
  margin-left: 0.1em;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear; }
  .sh-ico-search span {
    display: none; }
  @media (min-width: 40em) {
    .sh-ico-search {
      margin-right: 1em; } }
  @media (min-width: 60em) {
    .sh-ico-search {
      float: right;
      height: 3.125em;
      line-height: 3.125em;
      padding-top: 0;
      padding-bottom: 0;
      border-bottom: 6px solid transparent;
      margin-right: 0;
      background-size: 2em;
      vertical-align: middle;
        display: inline-flex;
        display: -webkit-inline-box;
        display: -moz-inline-box;
        display: inline-box;
        display: -webkit-inline-flex;
        display: -moz-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
    .gdd-013-b-sr-wrapper .sh-ico-search {
        float: left;
        background-size: 22px 22px;
        padding-left: 2em;
        padding-right: 3em;
        background-position: 0 .8em;
        margin-right: 1.5em;
    }
      .sh-ico-search span {
        display: inline-block;
        margin-top: 1.4166666667em; }
      .sh-ico-search:hover, .sh-ico-search:focus {
        color: #00558b;
        border-bottom: 6px solid #cc0000; } }
  @media (min-width: 80em) {
    .sh-ico-search {
      padding-left: 2.5em;
      background-position: left; }
      .sh-ico-search span {
        font-size: 1.125em;
        display: inline-block;
        font-size: 1em;
        font-family: "Carrois Gothic", sans-serif;
        vertical-align: bottom;
        margin-top: 0; } }


.sh-ico-menu {
  background-image: url(https://www.testdevices.com/wp-content/themes/test-devices/img/ico-nav.svg); 
  background-size: 30px 21px;
    width: 30px;
    height: 21px;
}
  @media (min-width: 60em) {
    .sh-ico-menu {
      display: none; } }

.rfq-wrapper {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1000; }
  @media (min-width: 40em) {
    .rfq-wrapper {
      display: inline-block;
      position: relative;
      left: auto;
      right: auto;
      bottom: auto;
      text-align: right;
      vertical-align: top; } }

.sh-ico-rfq {
  background-image: url(https://2771415.fs1.hubspotusercontent-na1.net/hubfs/2771415/img/ico-rfq-wht.png);
  background-repeat: no-repeat;
  background-position: 90% center;
  background-color: #cc0000;
  text-decoration: none;
  color: #ffffff;
  display: inline-block;
  background-size: 1.4em auto;
  padding: 0.75em 4.0625em 0.75em 1.25em;
  font-family: "Carrois Gothic", sans-serif;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear; }
  .sh-ico-rfq:hover {
    color: #ffffff; }
  @media (min-width: 60em) {
    .sh-ico-rfq {
      background-color: transparent;
      color: #cc0000;
      background-position: 10% center;
      background-image: url(https://2771415.fs1.hubspotusercontent-na1.net/hubfs/2771415/img/ico-rfq-red.png);
      padding: 0 1.25em 0 3.125em;
      border-bottom: 6px solid transparent;
      height: 3.125em;
      line-height: 3.125em;
      width: auto; }
      .sh-ico-rfq:hover {
        background-image: url(https://2771415.fs1.hubspotusercontent-na1.net/hubfs/2771415/img/ico-rfq-blue.png);
        color: #00558b;
        border-bottom: 6px solid #cc0000; } }
  @media (min-width: 80em) {
    .sh-ico-rfq span {
      font-size: 1.125em; } }

.sr-wrapper {
  display: inline-block; }
  @media (min-width: 60em) {
    .sr-wrapper {
      float: right; } }

/*=============== Site Intro ===============*/
.site-intro {
  position: relative;
  z-index: 0;
  text-align: center;
  /*   @include mq(large) {
  video {
    width: 100%;
    height: auto;
  }
  } 
  @include mq(xlarge) {
    video {
      width: 100%;
      height: auto;
    }
    } */ }
  .site-intro .inner-wrap, .site-intro .inner-wrap-narrow, .site-intro .inner-wrap-wide, .site-intro .inner-wrap-widder, .site-intro .inner-wrap-fullwidth {
    padding-bottom: 5.625em;
    padding-top: 5.625em; }
    @media (min-width: 60em) {
      .site-intro .inner-wrap, .site-intro .inner-wrap-narrow, .site-intro .inner-wrap-wide, .site-intro .inner-wrap-widder, .site-intro .inner-wrap-fullwidth {
        padding-bottom: 2em; } }
  .site-intro .video-wrap {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(https://2771415.fs1.hubspotusercontent-na1.net/hubfs/2771415/img/mobile-banner.jpg);
    background-size: cover;
    background-position: center center;
    left: 0;
    top: 0; }
    @media (min-width: 40em) {
      .site-intro .video-wrap {
        background-image: none; } }
    .site-intro .video-wrap:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 75, 113, 0.4);
      z-index: 99; }
  .site-intro:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 999; }
  .site-intro:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: 999;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%); }
  .site-intro video {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%); }
  .site-intro #bgvid {
    visibility: hidden;
    display: block;
    vertical-align: top; }
    @media (min-width: 40em) {
      .site-intro #bgvid {
        visibility: visible; } }

.si-text {
  z-index: 9999;
  position: relative; }
  @media (min-width: 60em) {
    .si-text {
      display: inline-block;
      text-align: right;
      vertical-align: top;
      width: 75%;
      padding-left: 2.5em; } }

.si-header {
  font-size: 2.5em;
  color: #ffffff;
  font-weight: normal;
  position: relative;
  padding-top: 0.25em;
  margin-bottom: 0.85em; }
  .si-header span {
    display: block;
    font-size: 0.45em;
    margin-bottom: 0.5em; }
  .si-header:before {
    position: absolute;
    content: "";
    width: 2em;
    height: 1px;
    top: 0;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #cc0000; }
  @media (min-width: 60em) {
    .si-header {
      font-size: 6.25em;
      padding-top: 0.3em;
      padding-bottom: 0.15em; }
      .si-header:before {
        right: 0;
        left: auto;
        width: 1.5em;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        transform: none; }
      .si-header:after {
        position: absolute;
        content: "";
        width: 1.5em;
        height: 1px;
        bottom: 0;
        right: 0;
        background-color: #cc0000; }
      .si-header span {
        font-size: 0.18em; } }
  @media (min-width: 80em) {
    .si-header {
      width: 75%;
      float: right; } }

.si-cta-wrap {
  z-index: 9999;
  position: relative; }
  @media (min-width: 60em) {
    .si-cta-wrap {
      display: inline-block;
      text-align: right;
      vertical-align: top;
      width: 24%; } }

.si-cta {
  color: #ffffff;
  background-color: #cc0000;
  font-family: "Carrois Gothic", sans-serif;
  display: inline-block;
  width: 7.5em;
  height: 7.5em;
  border-radius: 50%;
  vertical-align: top;
  position: relative;
  text-align: center;
  margin: 0 0.3125em 0.625em;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear; }
  .si-cta:visited {
    color: #ffffff; }
  .si-cta span {
    font-size: 1.2em;
    text-transform: uppercase;
    position: absolute;
    content: "";
    display: inline-block;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    line-height: 1.1em; }
  .si-cta small {
    font-family: "Arimo", sans-serif;
    font-size: 0.5em;
    text-transform: none;
    opacity: .5; }
  .si-cta:hover {
    color: #00558b; }
  @media (min-width: 60em) {
    .si-cta {
      width: 11.5625em;
      height: 11.5625em;
      margin-right: 0;
      margin-bottom: 1.875em;
      background-position: top; }
      .si-cta span {
        font-size: 1.875em;
        height: 93%;
        width: 93%;
        border-radius: 50%;
        border: 3px solid #000000;
        padding-top: 12%;
        display: block; }
      .si-cta small {
        font-size: 0.5333333333em; } }

@media (min-width: 60em) {
  .si-spin {
    background-repeat: no-repeat;
    background-size: 5em; }
    .si-spin:hover {
      background-image: url("img/ico-spin.svg");
      background-position: center center; }
      .si-spin:hover span {
        display: none; } }

@media (min-width: 60em) {
  .si-balance {
    background-repeat: no-repeat;
    background-size: 7em; }
    .si-balance:hover {
      background-image: url("img/ico-balance.svg");
      background-position: center center; }
      .si-balance:hover span {
        display: none; } }

@media (min-width: 60em) {
  .si-services {
    background-repeat: no-repeat;
    background-size: 7em; }
    .si-services:hover {
      background-image: url("img/semi-finish-machining-services.svg");
      background-position: center center; }
      .si-services:hover span {
        display: none; } }

@media (min-width: 60em) {
  .site-content.two-column .site-content-primary {
    margin-left: 0; } }

/*=============== Page Intro ================*/
/*.page-intro {
  background-image: url(https://2771415.fs1.hubspotusercontent-na1.net/hubfs/2771415/img/img-header-bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-color: $black;
  background-size: cover;
  background-position: right top;
  .pi-header {
    font-size: em(70);
    color: $white;
  }
}
*/
/*============== Breadcrumb ================*/
.breadcrumb {
  background: #efefef; }
  .breadcrumb .inner-wrap, .breadcrumb .inner-wrap-narrow, .breadcrumb .inner-wrap-wide, .breadcrumb .inner-wrap-widder, .breadcrumb .inner-wrap-fullwidth {
    padding-bottom: 0.625em;
    padding-top: 0.625em; }
    .breadcrumb .inner-wrap p, .breadcrumb .inner-wrap-narrow p, .breadcrumb .inner-wrap-wide p, .breadcrumb .inner-wrap-widder p, .breadcrumb .inner-wrap-fullwidth p {
      font-size: 1em; }
    .breadcrumb .inner-wrap .breadcrumb_last, .breadcrumb .inner-wrap-narrow .breadcrumb_last, .breadcrumb .inner-wrap-wide .breadcrumb_last, .breadcrumb .inner-wrap-widder .breadcrumb_last, .breadcrumb .inner-wrap-fullwidth .breadcrumb_last {
      color: #6B6B6B; }

/*=============== Aside Nav ================*/
.an-header {
  font-size: 1.5em; }

.aside-nav li {
  margin-bottom: 0.625em; }

.aside-nav a {
  text-decoration: none; }

/*=============== Site Content ===============*/
/*=============== Why Choose Test Devices ===============*/
.why-choose-module .inner-wrap.rows-of-3, .why-choose-module .rows-of-3.inner-wrap-narrow, .why-choose-module .rows-of-3.inner-wrap-wide, .why-choose-module .rows-of-3.inner-wrap-widder, .why-choose-module .rows-of-3.inner-wrap-fullwidth {
  padding-top: 4.375em;
  padding-bottom: 4.375em; }

@media (min-width: 40em) {
  .why-choose-module .inner-wrap.rows-of-3, .why-choose-module .rows-of-3.inner-wrap-narrow, .why-choose-module .rows-of-3.inner-wrap-wide, .why-choose-module .rows-of-3.inner-wrap-widder, .why-choose-module .rows-of-3.inner-wrap-fullwidth {
    padding-top: 3.125em;
    padding-bottom: 1.875em; } }

.wc-header-wrap {
  background-color: #efefef;
  text-align: center; }
  .wc-header-wrap .section-header {
    color: #00558b;
    font-weight: normal;
    text-transform: uppercase;
    position: relative;
    padding: 0 1em;
    font-size: 1.875em; }

.wc-headline {
  position: relative;
  padding: 0 0.7em;
  display: inline-block; }
  .wc-headline:before {
    position: absolute;
    content: "";
    left: 0;
    width: 15px;
    height: 2px;
    background-color: #cc0000;
    top: 50%;
    transform: translateY(-50%); }
  .wc-headline:after {
    position: absolute;
    content: "";
    right: 0;
    width: 15px;
    height: 2px;
    background-color: #cc0000;
    top: 50%;
    transform: translateY(-50%); }
  @media (min-width: 40em) {
    .wc-headline {
      padding: 0 1em; }
      .wc-headline:before, .wc-headline:after {
        width: 8px; } }

.wc-item {
  text-align: center;
  margin-bottom: 3.75em; }
  .wc-item:last-child .wci-img {
    padding-top: 2.1875em; }
  .wc-item .btn, .wc-item button,
  .wc-item input[type="submit"], .wc-item .btn-download, .wc-item .btn-arrow, .wc-item .product-grid-item-link {
    margin-top: 1.875em; }
  .wc-item a {
    text-decoration: none; }
  @media (min-width: 40em) {
    .wc-item {
      padding: 0.625em; }
      .wc-item .btn, .wc-item button,
      .wc-item input[type="submit"], .wc-item .btn-download, .wc-item .btn-arrow, .wc-item .product-grid-item-link {
        margin-top: 0.625em; } }
  @media (min-width: 60em) {
    .wc-item {
      padding: 1.25em; }
      .wc-item .btn, .wc-item button,
      .wc-item input[type="submit"], .wc-item .btn-download, .wc-item .btn-arrow, .wc-item .product-grid-item-link {
        font-size: 1.125em;
        margin-top: 0.5555555556em; } }

.wci-title {
  font-family: "Arimo", sans-serif;
  font-size: 1.575em;
  color: #00558b; }
  @media (min-width: 40em) {
    .wci-title {
      font-size: 1.70625em; } }
  @media (min-width: 60em) {
    .wci-title {
      font-size: 1.875em; } }
  @media (min-width: 40em) {
    .wci-title {
      min-height: 68px; } }
  @media (min-width: 60em) {
    .wci-title {
      min-height: auto; } }

.wci-text {
  font-size: 1em; }
  .wci-text strong {
    color: #00558b; }
  @media (min-width: 40em) {
    .wci-text {
      min-height: 144px; } }
  @media (min-width: 60em) {
    .wci-text {
      min-height: 216px; } }
  @media (min-width: 80em) {
    .wci-text {
      min-height: 144px; } }

.wc-mobile-text {
  display: none; }
  @media (min-width: 60em) {
    .wc-mobile-text {
      display: inline; } }

.wci-img {
  border: 4px solid #cc0000;
  border-radius: 50%;
  width: 8.75em;
  height: 8.75em;
  padding: 1.25em;
  margin: 0 auto; }
  .wci-img img {
    max-width: 6.25em;
    max-height: 6.25em; }
  .wci-img .wci-wht-img {
    display: none; }
    .wci-img .wci-wht-img img.lazyloaded {
      display: block; }
  .wci-img:hover {
    background-color: #cc0000; }
    .wci-img:hover .wci-red-img {
      display: none; }
    .wci-img:hover .wci-wht-img {
      display: block;
      margin: 0 auto;
      -moz-animation: 1.2s rotateRight infinite linear;
      -webkit-animation: 1.2s rotateRight infinite linear;
      animation: 1.2s rotateRight infinite linear; }
    .wci-img:hover img.lazyloaded {
      display: none; }

@-moz-keyframes rotateRight {
  0% {
    -moz-transform: rotate(0deg);
    -moz-transform-origin: 50% 50%; }
  100% {
    -moz-transform: rotate(360deg); } }

@-webkit-keyframes rotateRight {
  0% {
    -webkit-transform: rotate(0deg);
    -webkit-transform-origin: 50% 50%; }
  100% {
    -webkit-transform: rotate(360deg); } }

/*=============== Testing In-House Module ===============*/
.testing-module {
  /*background-image: url('img/img-module-2-bg.jpg');*/
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .testing-module .section-header {
    font-size: 2.5em;
    color: #cc0000;
    font-weight: normal; }
  .testing-module .inner-wrap, .testing-module .inner-wrap-narrow, .testing-module .inner-wrap-wide, .testing-module .inner-wrap-widder, .testing-module .inner-wrap-fullwidth {
    padding-bottom: 3.125em;
    padding-top: 2.5em; }
  @media (min-width: 60em) {
    .testing-module .inner-wrap, .testing-module .inner-wrap-narrow, .testing-module .inner-wrap-wide, .testing-module .inner-wrap-widder, .testing-module .inner-wrap-fullwidth {
      padding-bottom: 4.375em; } }
  @media (min-width: 60em) {
    .testing-module .btn, .testing-module button,
    .testing-module input[type="submit"], .testing-module .btn-download, .testing-module .btn-arrow, .testing-module .product-grid-item-link {
      font-size: 1.125em; } }

.tm-mobile-text {
  display: none; }
  @media (min-width: 60em) {
    .tm-mobile-text {
      display: block; } }

.tm-text {
  padding-bottom: 2.5em;
  padding-top: 0.625em; }
  .tm-text p {
    font-size: 1.3125em; }
  @media (min-width: 60em) {
    .tm-text {
      padding-bottom: 1.25em;
      padding-top: 0; } }

@media (min-width: 60em) {
  .tm-wrap {
    float: right;
    text-align: right;
    width: 50%; } }

/*=============== Test Devices Services Module ===============*/
.resource-module {
  background-image: url("img/img-turbine-background.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #ffffff; }
  .resource-module .section-header {
    font-family: "Arimo", sans-serif;
    text-align: center;
    font-size: 1.875em;
    color: #ffffff; }
  .resource-module p {
    font-size: 1em; }
  .resource-module .btn-download {
    font-size: 1.125em;
    margin-top: 1.25em; }
  @media (min-width: 40em) {
    .resource-module .section-header {
      text-align: left;
      margin-top: 0; } }
  @media (min-width: 60em) {
    .resource-module .inner-wrap, .resource-module .inner-wrap-narrow, .resource-module .inner-wrap-wide, .resource-module .inner-wrap-widder, .resource-module .inner-wrap-fullwidth {
      padding-bottom: 6.25em;
      padding-top: 6.25em; } }

.rm-visual {
  text-align: center;
  border-bottom: 2px solid #cc0000;
  border-top: 2px solid #cc0000;
  padding: 2.5em 0; }
  @media (min-width: 40em) {
    .rm-visual {
      position: absolute;
      left: 0;
      padding: 0;
      border-top: none;
      border-bottom: none;
      float: left;
      display: block;
      height: 100%;
      padding: 0;
      top: 5em;
      width: 14.9375em; } }
  @media (min-width: 60em) {
    .rm-visual {
      top: 3.125em;
      width: 16.25em; } }
  @media (min-width: 80em) {
    .rm-visual {
      top: 3.75em;
      width: 17.5em; } }

.rm-text {
  position: relative; }
  .rm-text p {
    padding: 1.25em 0 0; }
  @media (min-width: 40em) {
    .rm-text {
      padding: 2.5em 0 2.5em 17.5em;
      border-bottom: 2px solid #cc0000;
      border-top: 2px solid #cc0000;
      padding-bottom: 1.875em; }
      .rm-text p {
        padding: 0.625em 0; } }
  @media (min-width: 60em) {
    .rm-text {
      padding: 3.75em 0 3.75em 18.75em; } }
  @media (min-width: 80em) {
    .rm-text {
      padding: 3.75em 0 3.75em 20em; } }

/*=============== Worked with and trusted by Module ===============*/
.worked-with-module .section-header {
  font-size: 1.875em;
  color: #00558b;
  font-weight: normal; }

@media (min-width: 60em) {
  .worked-with-module .inner-wrap, .worked-with-module .inner-wrap-narrow, .worked-with-module .inner-wrap-wide, .worked-with-module .inner-wrap-widder, .worked-with-module .inner-wrap-fullwidth {
    padding-top: 4.375em; } }

.ww-wrap {
  padding: 2.5em 0; }
  .ww-wrap span {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
    margin-bottom: 2.5em; }
    .ww-wrap span:last-child {
      margin-right: 0; }
    .ww-wrap span:nth-child(2n) {
      margin-right: 0; }
    .ww-wrap span:nth-child(2n+1) {
      clear: left; }
    .ww-wrap span .ww-clr-img {
      display: none; }
    .ww-wrap span img {
      vertical-align: middle; }
    .ww-wrap span:hover .ww-bw-img {
      display: none; }
    .ww-wrap span:hover .ww-clr-img {
      display: inline-block; }
  @media (min-width: 40em) {
    .ww-wrap span {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 31.7615656014%; }
      .ww-wrap span:nth-child(2n) {
        margin-right: 2.3576515979%; }
      .ww-wrap span:nth-child(2n+1) {
        clear: none; }
      .ww-wrap span:last-child {
        margin-right: 0; }
      .ww-wrap span:nth-child(3n) {
        margin-right: 0; }
      .ww-wrap span:nth-child(3n+1) {
        clear: left; } }
  @media (min-width: 60em) {
    .ww-wrap {
      text-align: center;
      padding: 2.5em 0 3.125em; }
      .ww-wrap span {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 14.7019570017%;
        margin-bottom: 0; }
        .ww-wrap span:nth-child(3n) {
          margin-right: 2.3576515979%; }
        .ww-wrap span:nth-child(3n+1) {
          clear: none; }
        .ww-wrap span:last-child {
          margin-right: 0; }
        .ww-wrap span:nth-child(6n) {
          margin-right: 0; }
        .ww-wrap span:nth-child(6n+1) {
          clear: left; } }

.site-content {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

@media (min-width: 60em) {
  .site-content-primary {
    float: right;
    margin-left: 2.35765%;
    margin-right: 0; } }

/*=============== Site Footer ===============*/
.site-footer {
  background-color: #efefef;
  text-align: center;
  font-family: "Carrois Gothic", sans-serif; }
  @media (max-width: 40em) {
    .site-footer .inner-wrap, .site-footer .inner-wrap-narrow, .site-footer .inner-wrap-wide, .site-footer .inner-wrap-widder, .site-footer .inner-wrap-fullwidth {
      padding-bottom: 3em; } }

.sf-small {
  background-color: #999;
  text-align: center; }
  .sf-small .inner-wrap, .sf-small .inner-wrap-narrow, .sf-small .inner-wrap-wide, .sf-small .inner-wrap-widder, .sf-small .inner-wrap-fullwidth {
    padding-top: 1em;
    padding-bottom: 1em; }

.sf-menu-wrap .social-wrap {
  display: block;
  text-align: center;
  width: 7em;
  margin: 0.9375em auto 1.875em; }
  .sf-menu-wrap .social-wrap a {
    display: inline-block;
    width: 33%;
    text-decoration: none; }
    .sf-menu-wrap .social-wrap a span {
      display: none; }

@media (min-width: 60em) {
  .sf-menu-wrap {
    float: left;
    width: 40%; }
    .sf-menu-wrap .social-wrap {
      width: 100%;
      margin: 0.4375em auto 1.875em; } }
    @media (min-width: 60em) and (min-width: 80em) {
      .sf-menu-wrap .social-wrap a {
        width: 25%;
        margin-right: 19px; } }

@media (min-width: 60em) {
      .sf-menu-wrap .social-wrap a span {
        display: inline-block; } }

@media (min-width: 80em) {
  .sf-menu-wrap {
    width: 30%; } }

.sf-menu-wrap {
  text-align: center; }
  @media (min-width: 60em) {
    .sf-menu-wrap {
      text-align: left;
      width: 38%; } }

@media (min-width: 60em) {
  .sf-menu {
    margin-left: 10px; } }

@media (min-width: 80em) {
  .sf-menu {
    margin-left: 0px; } }

.sf-menu li {
  display: inline-block;
  vertical-align: top;
  margin-right: 17px;
  width: auto; }
  @media (min-width: 60em) {
    .sf-menu li {
      margin-right: 3px; } }
  @media (min-width: 80em) {
    .sf-menu li {
      margin-right: 17px; } }
  .sf-menu li a {
    text-decoration: none;
    font-family: "Carrois Gothic", sans-serif; }

.company-info p {
  line-height: 2em; }
  .company-info p .sf-ph {
    display: inline-block; }
.company-info p a{
  font-size: 1em;
}

@media (min-width: 60em) {
/*   .company-info {
    float: left;
    width: 40%;
    text-align: right; } */
    .company-info p {
      margin-top: 0; } 
  .site-footer.landing-footer .company-info{
        float: left;
        width: 40%;
        text-align: right;
  }
}



@media (min-width: 80em) {
/*   .company-info {
    width: 48%; } */
.site-footer.landing-footer .company-info{
  width: 42%;
  }
}


.ci-rpm {
  display: block; }
  @media (min-width: 40em) {
    .ci-rpm {
      display: inline-block; } }

.sf-certificates .sc-item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.625em; }
.sf-certificates .sc-item img {
    display: block;
    margin: 0 auto;
}
.sf-certificates .sc-item a {
    display: inline-block;
}

@media (min-width: 60em) {
  .sf-certificates {
    float: right;
    width: auto;        text-align: center; }
    .sf-certificates .sc-item:last-child {
      margin-right: 0; } }

img[name=pphLoggerImage] {
  display: none; }

/*=============== Search ===============*/
.search-table {
  display: table;
  width: 100%;
  float: right;
  padding: 0; }

.search-row {
  display: table-row;
  width: 100%; }

.search-cell1 {
  display: table-cell;
  padding-right: 0.4375em; }

.search-cell2 {
  display: table-cell;
  width: 2.1875em;
  border: 0; }

.search-text {
  font-size: .8em;
  width: 100%;
  height: 2.3em;
  border: 1px solid red;
  float: left;
  padding-left: .5em;
  margin-bottom: 0 !important; }

.search-submit {
  width: 100%;
  height: 2.3em;
  border: 0;
  float: right;
  background: url(https://www.testdevices.com/wp-content/themes/test-devices/img/ico-search-wht.png) no-repeat center center !important;
  background-size: 2em !important; }

@media (min-width: 40em) {
  .site-search {
    width: 100%; }
  .search-text {
    height: 2.3em; }
  .search-submit {
    height: 2.3em; } }

.search-module {
  background-color: #00558b;
/*   height: 6em; */
  height: auto;
  margin-top: -7em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.47);
  position: fixed;
  left: 0;
  right: 0;
  z-index: 9999;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .search-module.active {
    margin-top: 0; }
  .search-module .inner-wrap, .search-module .inner-wrap-narrow, .search-module .inner-wrap-wide, .search-module .inner-wrap-widder, .search-module .inner-wrap-fullwidth {
    padding: 0.3em 1.5em; 
position: relative;}
 
.search-exit {
/*   float: right;
  margin-left: 10px;
  margin-bottom: 5px;
  top: 0;
  right: 0;  */
/*   float: right;
    margin-left: 10px;
    margin-bottom: 5px;
    position: absolute;
    top: 0;
    right: 352px;
    top: 14px; */

}

.search-exit {
    width: 25px;
    height: 25px;
    background-image: url(https://info.testdevices.com/hubfs/ico-exit.svg);
    background-repeat: no-repeat;
    background-size: 19px 19px;
    background-position: center;
    display: inline-block;
    right: 0;
    //top: 40%;
    top:em(10);
    position: absolute;
    vertical-align: middle;
/*     @media (min-width: 60em) {
        top: 10px;
    }

    @media (min-width: 40em) {
        top: 10px;
    }

    @media (min-width: 40em) {
        top: 10px;
        //right: -11px;
    }

    @media (min-width: 80em) {
        top: 15px;
    }

    img {
        display: none;
    }

    &:focus:not(:hover):not(:active) {
        outline-color: $white;
    }

    @media (min-width: 40em) {
        margin-bottom: 0px;
    } */
}
@media (min-width: 40em) {
  .search-exit {
    top: 10px;
  }
}
@media (min-width: 60em) {
  .search-exit {
    top: 10px;
  }
}
@media (min-width: 80em) {
  .search-exit {
    top: 10px;
  }
}
@media (max-height: 46em) and (min-width: 60em) {
  .search-exit {
    top: 15px;
  }
}
.search-exit img {
  display: none;
}
.search-exit:hover, .search-exit:focus {
  opacity: 0.8;
}
@media (min-width: 60em) {
  .search-exit {
    margin-bottom: 0px;
  }
}
@media (min-width: 60em){
.search-module .gcse-search{
    width: calc(100% - 30px);
    }
}

/*   .gsc-control-cse{
      background-color: transparent !important;
      border-color: transparent !important;
      padding: 0 !important;
      form.gsc-search-box{
        font-size: em(16);
        margin: 0 !important;
        table.gsc-search-box {

          //display: table;
          float: right;
          padding: 0 !important;
          width: 100%;
          margin: 0 !important;
          tr {
            //display: table-row;
            width: 100%;
            .gsc-input {
              margin: 0 !important;
              border: none !important;
              padding-top: 0 !important;
              padding-bottom: 0 !important;
              padding-right: em(12) !important;
              .gsc-input-box {
                height: em(36) !important;
                border-radius: 0 !important;
                padding-top: 0 !important;
                padding-bottom: 0 !important;
                padding-right: 0;
                padding-left: 0;
                table{
                  margin: 0 !important;
                  tr{   
                    td{
                      vertical-align: top !important;
                      input.gsc-input{
                        height: em(32) !important;
                        border: none !important;
                        padding-left: em(12) !important;
                        &:focus{
                            box-shadow:none !important;
                        }
                      }
                    }
                    td.gsib_b{
                      border: none !important;
                      margin: 0;
                    }
                  }
                }
              }
              table{
                margin: 0;
              }
            }
            .gsib_a {
              //display: table-cell;
              border: none !important;
              padding: 0;
              width: 96%;
            }
          }
          #gs_id50{
            margin: 0 !important;
          }

          .gsc-search-button {
            //display: table-cell;
            width: em(35) !important;
            font-size: em(16,13)!important;
            background-color: transparent;
            border: none !important;
            padding: 0 em(5) !important;
            
          }
          .gsc-search-button-v2 {
              background-color: transparent !important;
              width: em(29) !important;
              height: em(29) !important;
              float: right;
              margin-bottom: 0 !important;
              border: none !important;
              svg{
                fill: #fff;
                width: em(22,19.69);
                height: em(22,19.69);
                vertical-align: middle;
              }
            }
        }


      }
    }
}
 */
  
@media (min-width: 60em) {
  .search-module .gcse-search {
    width: calc(100% - 30px);
  }
}
.search-module .gsc-control-cse {
  background-color: transparent !important;
  border-color: transparent !important;
  padding: 0 !important;
}
.search-module .gsc-control-cse form.gsc-search-box {
  font-size: 1em;
  margin: 0 !important;
}
.search-module .gsc-control-cse form.gsc-search-box table.gsc-search-box {
  float: right;
  padding: 0 !important;
  width: 100%;
  margin: 0 !important;
}
.search-module .gsc-control-cse form.gsc-search-box table.gsc-search-box tr {
  width: 100%;
}
.search-module .gsc-control-cse form.gsc-search-box table.gsc-search-box tr .gsc-input {
  margin: 0 !important;
  border: none !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-right: 0.75em !important;
}
.search-module .gsc-control-cse form.gsc-search-box table.gsc-search-box tr .gsc-input .gsc-input-box {
  height: 2.25em !important;
  border-radius: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-right: 0;
  padding-left: 0;
}
.search-module .gsc-control-cse form.gsc-search-box table.gsc-search-box tr .gsc-input .gsc-input-box table {
  margin: 0 !important;
}
.search-module .gsc-control-cse form.gsc-search-box table.gsc-search-box tr .gsc-input .gsc-input-box table tr td {
  vertical-align: top !important;
}
.search-module .gsc-control-cse form.gsc-search-box table.gsc-search-box tr .gsc-input .gsc-input-box table tr td input.gsc-input {
  height: 2em !important;
  border: none !important;
  padding-left: 0.75em !important;
}
.search-module .gsc-control-cse form.gsc-search-box table.gsc-search-box tr .gsc-input .gsc-input-box table tr td input.gsc-input:focus {
  box-shadow: none !important;
}
.search-module .gsc-control-cse form.gsc-search-box table.gsc-search-box tr .gsc-input .gsc-input-box table tr td.gsib_b {
  border: none !important;
  margin: 0;
}
.search-module .gsc-control-cse form.gsc-search-box table.gsc-search-box tr .gsc-input table {
  margin: 0;
}
.search-module .gsc-control-cse form.gsc-search-box table.gsc-search-box tr .gsib_a {
  border: none !important;
  padding: 0;
  width: 96%;
}
.search-module .gsc-control-cse form.gsc-search-box table.gsc-search-box #gs_id50 {
  margin: 0 !important;
}
.search-module .gsc-control-cse form.gsc-search-box table.gsc-search-box .gsc-search-button {
  width: 2.1875em !important;
  font-size: 1.2307692308em !important;
  background-color: transparent;
  border: none !important;
  padding: 0 0.3125em !important;
}
.search-module .gsc-control-cse form.gsc-search-box table.gsc-search-box .gsc-search-button-v2 {
  background-color: transparent !important;
  width: 1.8125em !important;
  height: 1.8125em !important;
  float: right;
  margin-bottom: 0 !important;
  border: none !important;
}
.search-module .gsc-control-cse form.gsc-search-box table.gsc-search-box .gsc-search-button-v2 svg {
  fill: #fff;
  width: 1.1173184358em;
  height: 1.1173184358em;
  vertical-align: middle;
}
.search-module .gsc-control-cse form.gsc-search-box table.gsc-search-box .gsc-search-button-v2:hover svg, .search-module .gsc-control-cse form.gsc-search-box table.gsc-search-box .gsc-search-button-v2:focus svg {
  opacity: 0.8;
}


div.gsc-adBlock, table.gsc-resultsHeader, .gsc-completion-container, .gscb_a#gs_cb50{
  display: none !important;
}

/*=============== Read More ===============*/
.main-content {
  display: block;
  overflow: hidden;
  position: relative; }
  @media (min-width: 40em) {
    .main-content {
      display: inline; } }

@media (max-width: 40em) {
  .height {
    max-height: 15.625em; }
    .height:before {
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, #ffffff 100%);
      bottom: 0;
      content: "";
      height: 100%;
      position: absolute;
      width: 100%;
      z-index: 1; }
  .heightAuto {
    max-height: 312.5em; }
    .heightAuto:before {
      display: none; } }

.link {
  display: block;
  text-align: center;
  font-weight: bold;
  color: #00558b;
  padding-bottom: 0.625em; }
  @media (min-width: 40em) {
    .link {
      display: none; } }

.img-border {
  border: 5px solid #6B6B6B;
  border-radius: 5px; }

.featured-image {
  text-align: center; }
  .featured-image img {
    height: auto;
    max-width: 15.625em; }
  @media (min-width: 40em) {
    .featured-image {
      float: right;
      margin-left: 1.5625em;
      width: 15.625em;
      position: relative;
      z-index: 99; } }
  @media (min-width: 60em) {
    .featured-image {
      width: 21.875em; }
      .featured-image img {
        max-width: 100%; } }
  .featured-image small {
    display: block;
    font-weight: bold; }

.featured-image-left {
  text-align: center; }
  .featured-image-left img {
    height: auto;
    max-width: 15.625em; }
  @media (min-width: 40em) {
    .featured-image-left {
      float: left;
      margin-right: 0.9375em;
      width: 15.625em; } }
  @media (min-width: 60em) {
    .featured-image-left {
      width: 26.6875em; }
      .featured-image-left img {
        max-width: 100%; } }
  .featured-image-left small {
    display: block;
    font-weight: bold; }

.caption {
  clear: both;
  display: block;
  font-weight: bold; }

.staff-member {
  clear: both;
  padding-top: 1.25em !important;
  padding-bottom: 4.875em !important;
  padding-left: 2.75em !important;
  padding-right: 2.75em !important; }
  @media (min-width: 40em) {
    .staff-member img {
      float: left;
      margin-right: 1.875em;
      width: 9.375em; } }

.bottom-section {
  background-color: #fcfcfc; }

@media (min-width: 80em) {
  .bs-img-wrapper {
    display: inline-block;
    width: 32%; }
  .bs-content-wrap {
    display: inline-block;
    margin-left: 27px;
    vertical-align: top;
    width: 59%; } }

.sitemap-menu .sub-menu {
  padding-left: 1.25em; }

.sitemap-menu .sitemap-link > a {
  text-decoration: none;
  pointer-events: none;
  cursor: default;
  color: #333; }

.news-image {
  max-width: 10.9375em;
  width: 100%; }

.news-content {
  margin-bottom: 2.25em; }
  @media (min-width: 40em) {
    .news-content h3 {
      margin-top: 0; } }

#textarea-parts {
  height: 0;
  visibility: hidden; }

.wp-pagenavi {
  clear: both; }

ul.accessories-accordion-tabs li {
  background: transparent;
  display: inline-block;
  padding: 10px;
  border-radius: 5px;
  margin-right: 10px; }

ul.accessories-accordion-tabs li.is-active {
  background: #337ab7; }

ul.accessories-accordion-tabs li a {
  color: #333333;
  text-decoration: none; }

ul.accessories-accordion-tabs li.is-active a {
  color: #ffffff; }

.tab-content .tab-pane {
  display: none; }

.tab-content .tab-pane.active {
  display: inline-block; }

.tab-content .tablesaw-stack td,
.tab-content .tablesaw-stack th,
.tab-content .tablesaw-stack thead td,
.tab-content .tablesaw-stack thead th {
  display: table-cell; }

.cust-wrapper .cw-item,
.cust-wrapper .staff-member,
.cust-wrapper .new-item {
  background: #efefef;
  padding: 0.625em 1.875em; }
  .cust-wrapper .cw-item:nth-child(2n),
  .cust-wrapper .staff-member:nth-child(2n),
  .cust-wrapper .new-item:nth-child(2n) {
    background: #ffffff; }

.cust-wrapper .new-item {
  padding-top: 1.625em;
  padding-bottom: 1.625em; }

/*=============== New LP style ================*/
.site-intro-dest {
  background-image: url(https://2771415.fs1.hubspotusercontent-na1.net/hubfs/2771415/img/landing-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  .site-intro-dest .inner-wrap, .site-intro-dest .inner-wrap-narrow, .site-intro-dest .inner-wrap-wide, .site-intro-dest .inner-wrap-widder, .site-intro-dest .inner-wrap-fullwidth {
    padding-bottom: 7.5em;
    padding-top: 6.2em; }
  .site-intro-dest h1 {
    color: #ffffff;
    font-size: 4.375em;
    margin: 0;
    padding: 0;
    line-height: 0.7857142857em;
    font-weight: normal; }
    .site-intro-dest h1 span {
      display: block;
      font-size: 0.4285714286em; }
.site-header > .inner-wrap {
  @media (max-width: 39.9375em) {
    padding-top: 1.5em !important;
    padding-bottom: .7em !important;
  }
} 

/* .hs-landing-page .site-header .inner-wrap, .hs-landing-page .site-header .inner-wrap-narrow, .hs-landing-page .site-header .inner-wrap-wide, .hs-landing-page .site-header .inner-wrap-widder, .hs-landing-page .site-header .inner-wrap-fullwidth {
  padding-top: 2.8em;
  padding-bottom: 3em; } */

@media (min-width: 60em) {
  .hs-landing-page .site-header .inner-wrap, .hs-landing-page .site-header .inner-wrap-narrow, .hs-landing-page .site-header .inner-wrap-wide, .hs-landing-page .site-header .inner-wrap-widder, .hs-landing-page .site-header .inner-wrap-fullwidth{
      padding-top: 1.7em;
    padding-bottom: 2.3em;
  }
}

.hs-landing-page .site-header .sh-sticky-wrap .inner-wrap, .hs-landing-page .site-header .sh-sticky-wrap .inner-wrap-narrow, .hs-landing-page .site-header .sh-sticky-wrap .inner-wrap-wide, .hs-landing-page .site-header .sh-sticky-wrap .inner-wrap-widder, .hs-landing-page .site-header .sh-sticky-wrap .inner-wrap-fullwidth {
  padding-top: 0;
  padding-bottom: 0;
  position: relative; }

.hs-landing-page .site-footer .inner-wrap, .hs-landing-page .site-footer .inner-wrap-narrow, .hs-landing-page .site-footer .inner-wrap-wide, .hs-landing-page .site-footer .inner-wrap-widder, .hs-landing-page .site-footer .inner-wrap-fullwidth {
  padding-bottom: 5em; }

@media (min-width: 60em) {
  .hs-landing-page .site-footer .inner-wrap, .hs-landing-page .site-footer .inner-wrap-narrow, .hs-landing-page .site-footer .inner-wrap-wide, .hs-landing-page .site-footer .inner-wrap-widder, .hs-landing-page .site-footer .inner-wrap-fullwidth{
  padding-bottom:2.5em;
  }
}


@media (min-width: 60em) {
  .hs-landing-page .site-content.two-column-alt .site-content-primary,
  .hs-landing-page .site-content.one-column .site-content-primary {
    float: left;
    margin-left: 0;
    margin-right: 2.35765%;
    margin-bottom: 2em; } }

.hs-landing-page .site-content.two-column-alt .form-wrapper,
.hs-landing-page .site-content.one-column .form-wrapper {
  background-color: #efefef;
  padding: 1em 2em;
  clear: both; }
  .hs-landing-page .site-content.two-column-alt .form-wrapper .fw-title,
  .hs-landing-page .site-content.one-column .form-wrapper .fw-title {
    font-weight: normal;
    font-size: 1.4em;
    text-align: center;
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
  .hs-landing-page .site-content.two-column-alt .form-wrapper textarea,
  .hs-landing-page .site-content.two-column-alt .form-wrapper input[type="color"], .hs-landing-page .site-content.two-column-alt .form-wrapper input[type="date"], .hs-landing-page .site-content.two-column-alt .form-wrapper input[type="datetime"], .hs-landing-page .site-content.two-column-alt .form-wrapper input[type="datetime-local"], .hs-landing-page .site-content.two-column-alt .form-wrapper input[type="email"], .hs-landing-page .site-content.two-column-alt .form-wrapper input[type="month"], .hs-landing-page .site-content.two-column-alt .form-wrapper input[type="number"], .hs-landing-page .site-content.two-column-alt .form-wrapper input[type="password"], .hs-landing-page .site-content.two-column-alt .form-wrapper input[type="search"], .hs-landing-page .site-content.two-column-alt .form-wrapper input[type="tel"], .hs-landing-page .site-content.two-column-alt .form-wrapper input[type="text"], .hs-landing-page .site-content.two-column-alt .form-wrapper input[type="time"], .hs-landing-page .site-content.two-column-alt .form-wrapper input[type="url"], .hs-landing-page .site-content.two-column-alt .form-wrapper input[type="week"], .hs-landing-page .site-content.two-column-alt .form-wrapper textarea,
  .hs-landing-page .site-content.two-column-alt .form-wrapper select[multiple=multiple],
  .hs-landing-page .site-content.one-column .form-wrapper textarea,
  .hs-landing-page .site-content.one-column .form-wrapper input[type="color"],
  .hs-landing-page .site-content.one-column .form-wrapper input[type="date"],
  .hs-landing-page .site-content.one-column .form-wrapper input[type="datetime"],
  .hs-landing-page .site-content.one-column .form-wrapper input[type="datetime-local"],
  .hs-landing-page .site-content.one-column .form-wrapper input[type="email"],
  .hs-landing-page .site-content.one-column .form-wrapper input[type="month"],
  .hs-landing-page .site-content.one-column .form-wrapper input[type="number"],
  .hs-landing-page .site-content.one-column .form-wrapper input[type="password"],
  .hs-landing-page .site-content.one-column .form-wrapper input[type="search"],
  .hs-landing-page .site-content.one-column .form-wrapper input[type="tel"],
  .hs-landing-page .site-content.one-column .form-wrapper input[type="text"],
  .hs-landing-page .site-content.one-column .form-wrapper input[type="time"],
  .hs-landing-page .site-content.one-column .form-wrapper input[type="url"],
  .hs-landing-page .site-content.one-column .form-wrapper input[type="week"],
  .hs-landing-page .site-content.one-column .form-wrapper textarea,
  .hs-landing-page .site-content.one-column .form-wrapper select[multiple=multiple] {
    border-radius: 0.3125em;
    border-color: #bbbcc0;
    width: 100%; }
  .hs-landing-page .site-content.two-column-alt .form-wrapper label,
  .hs-landing-page .site-content.one-column .form-wrapper label {
    font-weight: normal; }
  .hs-landing-page .site-content.two-column-alt .form-wrapper .hs-form-required,
  .hs-landing-page .site-content.one-column .form-wrapper .hs-form-required {
    color: #cc0000; }
  .hs-landing-page .site-content.two-column-alt .form-wrapper button,
  .hs-landing-page .site-content.two-column-alt .form-wrapper input[type="submit"],
  .hs-landing-page .site-content.one-column .form-wrapper button,
  .hs-landing-page .site-content.one-column .form-wrapper input[type="submit"] {
    background-image: url(https://2771415.fs1.hubspotusercontent-na1.net/hubfs/2771415/img/ico-download.svg);
    background-position: 1.5em center;
    background-repeat: no-repeat;
    background-size: 13% auto;
    padding: 1em 2em 1em 3.8em;
    margin: 0 auto;
    display: block; }
  .hs-landing-page .site-content.two-column-alt .form-wrapper select,
  .hs-landing-page .site-content.one-column .form-wrapper select {
    height: 46px !important; }

.hs-landing-page .btn-download {
  margin-top: 7em; }
  .hs-landing-page .btn-download:after {
    background-image: url(https://2771415.fs1.hubspotusercontent-na1.net/hubfs/2771415/img/ico-download.svg); }

.hs-landing-page .bullet-style, .hs-landing-page .white-bullet {
  clear: none;
  float: left; }
  .hs-landing-page .bullet-style li:after, .hs-landing-page .white-bullet li:after {
    background-image: url(https://2771415.fs1.hubspotusercontent-na1.net/hubfs/2771415/img/ico-bullet.svg); }

.hs-landing-page .sh-ico-rfq {
  background-image: url(https://2771415.fs1.hubspotusercontent-na1.net/hubfs/2771415/img/ico-rfq-white.svg); }
  @media (min-width: 60em) {
    .hs-landing-page .sh-ico-rfq {
      background-image: url(https://2771415.fs1.hubspotusercontent-na1.net/hubfs/2771415/img/ico-rfq-red.svg); }
      .hs-landing-page .sh-ico-rfq:hover {
        background-image: url(https://2771415.fs1.hubspotusercontent-na1.net/hubfs/2771415/img/ico-rfq-blue.svg); } }

.sh-ico-search {
  background-image: url(https://info.testdevices.com/hubfs/ico-search-blue.png) !important;
    background-size: 31px 32px;
    width: 31px;
    height: 32px;
 } 
@media only screen and (max-width: 450px) {
    .sh-ico-search {
      background-image: url(https://info.testdevices.com/hubfs/ico-search-blue.png) !important;
      background-size: 20px 20px;
      width: 20px;
      height: 20px;
 } 
}

.blog .login-page-wrap {
  max-width: 60em;
  width: 100%;
  margin: 1em auto !important;
  float: none !important; }
  .blog .login-page-wrap h1.hs-login-header {
    font-size: 2em !important;
    text-align: center !important;
    margin-bottom: 0 !important; }
  .blog .login-page-wrap h2 {
    font-size: 1.2em !important; }

/*=============== GDD 001 B  Contact Us / Request a Quote CSS Style ===============*/
.blur {
  position: relative; }
  .blur:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.9);
    transition: all 0.2s ease-in 0s;
    z-index: 2; }

.hs-content-id-5498266375 .blur:after {
  display: none;
}
.gdd-001-b-rfq {
  margin-bottom: 2.5em; }
  .gdd-001-b-rfq .site-content-secondary {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease; }
    @media (min-width: 60em) {
      .gdd-001-b-rfq .site-content-secondary {
        float: left !important;
        margin-right: 2.3% !important; } }
    .gdd-001-b-rfq .site-content-secondary.contact-active-form {
      opacity: 1;
/*       transform: scale(1.09); */
      z-index: 100;
      position: relative; }
      .gdd-001-b-rfq .site-content-secondary.contact-active-form .close-btn {
        opacity: 1; }
  .gdd-001-b-rfq .site-content-primary {
    float: right !important;
    margin-right: 0 !important; }

/* @media (min-width: 40em) {
  .site-footer.landing-footer {
    text-align: right; } } */

.gdd-003-b-recommended-resources-module {
  /*background-image: url(https://2771415.fs1.hubspotusercontent-na1.net/hubfs/2771415/img/bg.jpg);*/
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .gdd-003-b-recommended-resources-module .rs-title {
    color: #ffffff;
    font-weight: normal; }
  .gdd-003-b-recommended-resources-module .rs-sub-title {
    color: #ffffff;
    font-size: 1em;
    font-weight: normal; }
  .gdd-003-b-recommended-resources-module .rs-item-img {
    margin-top: 1.25em; }
  .gdd-003-b-recommended-resources-module .rs-btn {
    margin: 1.25em 0em 0em 1.75em; }
    @media (max-width: 40em) {
      .gdd-003-b-recommended-resources-module .rs-btn {
        margin-left: 0; } }

/* ===== Spin Test Page css ===== */
.spin-test-intro {
  background-image: url(https://2771415.fs1.hubspotusercontent-na1.net/hubfs/2771415/img/section1-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-bottom: 1px solid #cccccc; }
  .spin-test-intro > .inner-wrap, .spin-test-intro > .inner-wrap-narrow, .spin-test-intro > .inner-wrap-wide, .spin-test-intro > .inner-wrap-widder, .spin-test-intro > .inner-wrap-fullwidth {
    padding-top: 3.4375em;
    padding-bottom: 1.75em; }
  @media (min-width: 60em) {
    .spin-test-intro {
      background-position: right center; } }

@media (min-width: 60em) {
  .sti-content {
    float: left;
    width: 57%; } }

.sti-cta-wrap {
  text-align: center; }
  @media (min-width: 60em) {
    .sti-cta-wrap {
      float: right;
      margin-right: 3.9375em; } }

.sti-visual {
  margin-bottom: 0.5625em; }

.sti-cta {
  font-size: 1.125em;
  padding-left: 0.8333333333em;
  padding-right: 0.8888888889em;
  box-shadow: 0px 3px 5px #898989; }

.sti-header {
  margin-bottom: 1.0357142857em;
  font-size: 1.75em; }
  @media (min-width: 60em) {
    .sti-header {
      font-size: 3.25em;
      margin-bottom: 0.5576923077em; } }

.sti-text p {
  margin-bottom: 1.5em; }

.design-validation, .manufactured-parts {
  background-image: url(https://2771415.fs1.hubspotusercontent-na1.net/hubfs/2771415/img/section2-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-bottom: 1px solid #cccccc; }
  .design-validation .accordion-tabs, .manufactured-parts .accordion-tabs {
    border: none; }
    .design-validation .accordion-tabs .tab-header-and-content:first-child .tab-link, .manufactured-parts .accordion-tabs .tab-header-and-content:first-child .tab-link {
      border-top: 1px solid #cccccc; }
    .design-validation .accordion-tabs .tab-link, .manufactured-parts .accordion-tabs .tab-link {
      border: 1px solid #cccccc;
      color: #00558b;
      font-size: 1.3125em;
      padding-left: 0.0952380952em;
      padding-right: 0.0952380952em;
      text-align: center;
      position: relative;
      vertical-align: middle;
      background-color: white; }
      .design-validation .accordion-tabs .tab-link:hover, .manufactured-parts .accordion-tabs .tab-link:hover {
        color: white;
        background-color: #00558b; }
        .design-validation .accordion-tabs .tab-link:hover:after, .manufactured-parts .accordion-tabs .tab-link:hover:after {
          content: "";
          position: absolute;
          top: 100%;
          border-left: 28px solid transparent;
          border-right: 28px solid transparent;
          border-top: 28px solid #00558b;
          left: 50%;
          transform: translateX(-50%);
          z-index: 1; }
      .design-validation .accordion-tabs .tab-link.is-active, .manufactured-parts .accordion-tabs .tab-link.is-active {
        margin-bottom: 0;
        border: 1px solid #cccccc;
        background-color: #00558b;
        color: white; }
        .design-validation .accordion-tabs .tab-link.is-active:after, .manufactured-parts .accordion-tabs .tab-link.is-active:after {
          content: "";
          position: absolute;
          top: 100%;
          border-left: 28px solid transparent;
          border-right: 28px solid transparent;
          border-top: 28px solid #00558b;
          left: 50%;
          transform: translateX(-50%); }
      .design-validation .accordion-tabs .tab-link span, .manufactured-parts .accordion-tabs .tab-link span {
        display: inline-block;
        vertical-align: middle;
        line-height: 1.1904761905em; }
    .design-validation .accordion-tabs .tab-content, .manufactured-parts .accordion-tabs .tab-content {
      border: none;
      background-color: transparent;
      padding-left: 0.3125em;
      padding-right: 0.3125em; }
    .design-validation .accordion-tabs h3, .manufactured-parts .accordion-tabs h3 {
      font-size: 1.3125em;
      font-weight: 600;
      margin-bottom: 0.9523809524em; }
    .design-validation .accordion-tabs p, .manufactured-parts .accordion-tabs p {
      font-size: 1em;
      margin-bottom: 1.3125em; }
    .design-validation .accordion-tabs .btn, .manufactured-parts .accordion-tabs .btn, .design-validation .accordion-tabs button, .manufactured-parts .accordion-tabs button,
    .design-validation .accordion-tabs input[type="submit"],
    .manufactured-parts .accordion-tabs input[type="submit"], .design-validation .accordion-tabs .btn-download, .manufactured-parts .accordion-tabs .btn-download, .design-validation .accordion-tabs .btn-arrow, .manufactured-parts .accordion-tabs .btn-arrow, .design-validation .accordion-tabs .product-grid-item-link, .manufactured-parts .accordion-tabs .product-grid-item-link {
      font-size: 1em;
      padding: 0.625em 1.4375em 0.5625em 1.3125em;
      margin-left: 0.125em;
      box-shadow: 0 2px 5px #c0c0c0; }
  @media (min-width: 40em) {
    .design-validation > .inner-wrap-widder, .manufactured-parts > .inner-wrap-widder {
      padding-top: 0.3125em;
      padding-bottom: 3.75em; }
    .design-validation .accordion-tabs .tab-link, .manufactured-parts .accordion-tabs .tab-link {
      font-size: 0.75em;
      width: 19.389%;
      line-height: 5em;
      min-height: 5em; }
      .design-validation .accordion-tabs .tab-link:hover:after, .manufactured-parts .accordion-tabs .tab-link:hover:after {
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #00558b; }
      .design-validation .accordion-tabs .tab-link.is-active:after, .manufactured-parts .accordion-tabs .tab-link.is-active:after {
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #00558b; } }
  @media (min-width: 60em) {
    .design-validation, .manufactured-parts {
      background-position: right center; }
      .design-validation .accordion-tabs .tab-link, .manufactured-parts .accordion-tabs .tab-link {
        font-size: 0.9375em;
        width: 19.6%;
        line-height: 3.6666666667em;
        min-height: 3.6666666667em; }
        .design-validation .accordion-tabs .tab-link:hover:after, .manufactured-parts .accordion-tabs .tab-link:hover:after {
          border-left: 20px solid transparent;
          border-right: 20px solid transparent;
          border-top: 20px solid #00558b; }
        .design-validation .accordion-tabs .tab-link.is-active:after, .manufactured-parts .accordion-tabs .tab-link.is-active:after {
          border-left: 20px solid transparent;
          border-right: 20px solid transparent;
          border-top: 20px solid #00558b; }
      .design-validation .accordion-tabs .tab-content-wrap, .manufactured-parts .accordion-tabs .tab-content-wrap {
        padding-top: 0.5em;
        max-width: 44.125em;
        text-align: left;
        padding-left: 3.5625em;
        width: 80%;
        float: right; } }
  @media (min-width: 80em) {
    .design-validation .accordion-tabs .tab-link, .manufactured-parts .accordion-tabs .tab-link {
      font-size: 1.3125em;
      width: 19.7%;
      line-height: 2.619047619em;
      min-height: 2.619047619em; }
      .design-validation .accordion-tabs .tab-link:hover:after, .manufactured-parts .accordion-tabs .tab-link:hover:after {
        border-left: 28px solid transparent;
        border-right: 28px solid transparent;
        border-top: 28px solid #00558b; }
      .design-validation .accordion-tabs .tab-link.is-active:after, .manufactured-parts .accordion-tabs .tab-link.is-active:after {
        border-left: 28px solid transparent;
        border-right: 28px solid transparent;
        border-top: 28px solid #00558b; } }

.dv-header {
  text-align: center;
  margin-top: 0.5em !important;
  font-size: 2em;
  font-weight: bolder;
  color: #CC0000; }

.manufactured-parts {
  background-image: url(https://2771415.fs1.hubspotusercontent-na1.net/hubfs/2771415/img/section3-bg-new.jpg); }
  @media (min-width: 40em) {
    .manufactured-parts > .inner-wrap-widder {
      padding-top: 0.25em;
      padding-bottom: 3.9375em; }
    .manufactured-parts .accordion-tabs .tab-link {
      padding-left: 0.0952380952em;
      padding-right: 0.0952380952em;
      width: 49.6%; } }
  @media (min-width: 60em) {
    .manufactured-parts .accordion-tabs .tab-link {
      width: 49.7%; }
    .manufactured-parts .accordion-tabs .tab-content-wrap {
      max-width: 38.4375em;
      padding-left: 0; } }
  @media (min-width: 80em) {
    .manufactured-parts .accordion-tabs .tab-link {
      width: 49.8%; } }

.add-on-services, .value-props {
  background-image: url(https://2771415.fs1.hubspotusercontent-na1.net/hubfs/2771415/img/section4-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-bottom: 1px solid #cccccc; }
  .add-on-services.spin-service-jet, .spin-service-jet.value-props {
    background-image: url(https://2771415.fs1.hubspotusercontent-na1.net/hubfs/2771415/img/why-tdi.jpg); }
  .add-on-services > .inner-wrap, .value-props > .inner-wrap, .add-on-services > .inner-wrap-narrow, .value-props > .inner-wrap-narrow, .add-on-services > .inner-wrap-wide, .value-props > .inner-wrap-wide, .add-on-services > .inner-wrap-widder, .value-props > .inner-wrap-widder, .add-on-services > .inner-wrap-fullwidth, .value-props > .inner-wrap-fullwidth {
    padding-top: 3.75em;
    padding-bottom: 3.9375em; }
  .add-on-services .click-expand, .value-props .click-expand {
    margin-bottom: 0;
    border-top: 1px solid #cccccc;
    border-bottom: none;
    border-right: none;
    border-left: none; }
    .add-on-services .click-expand:last-child, .value-props .click-expand:last-child {
      border-bottom: 1px solid #cccccc; }
    .add-on-services .click-expand.active .ce-header:after, .value-props .click-expand.active .ce-header:after {
      content: "";
      position: absolute;
      background-image: url(https://2771415.fs1.hubspotusercontent-na1.net/hubfs/2771415/img/condense.png);
      background-repeat: no-repeat;
      background-position: right center;
      background-size: 0.9523809524em;
      width: 0.9523809524em;
      height: 100%;
      right: 0.0952380952em;
      top: 0; }
  .add-on-services .ce-header, .value-props .ce-header {
    padding-left: 0.5714285714em;
    padding-right: 0.7142857143em;
    padding-top: 1.1904761905em;
    padding-bottom: 1.1904761905em;
    font-size: 1.3125em; }
    .add-on-services .ce-header:after, .value-props .ce-header:after {
      content: "";
      position: absolute;
      background-image: url(https://2771415.fs1.hubspotusercontent-na1.net/hubfs/2771415/img/expand.png);
      background-repeat: no-repeat;
      background-position: right center;
      background-size: 0.9523809524em;
      width: 0.9523809524em;
      height: 100%;
      right: 0.0952380952em;
      top: 0; }
  .add-on-services .ce-body, .value-props .ce-body {
    padding: 0 0.75em 24 em 0.75em; }
    .add-on-services .ce-body p, .value-props .ce-body p {
      font-size: 1em; }
  .add-on-services .btn, .value-props .btn, .add-on-services button, .value-props button,
  .add-on-services input[type="submit"],
  .value-props input[type="submit"], .add-on-services .btn-download, .value-props .btn-download, .add-on-services .btn-arrow, .value-props .btn-arrow, .add-on-services .product-grid-item-link, .value-props .product-grid-item-link {
    font-size: 1em;
    padding: 0.625em 1.4375em 0.5625em 1.3125em;
    margin-left: 2px;
    box-shadow: 0 2px 5px #c0c0c0; }
  @media (min-width: 40em) {
    .add-on-services .click-expand.active .ce-header:after, .value-props .click-expand.active .ce-header:after {
      right: 0.9523809524em; }
    .add-on-services .ce-header, .value-props .ce-header {
      padding-right: 0.5714285714em; }
      .add-on-services .ce-header:after, .value-props .ce-header:after {
        right: 0.9523809524em; } }
  @media (min-width: 60em) {
    .add-on-services, .value-props {
      background-position: right center; }
      .add-on-services .click-expand, .value-props .click-expand {
        max-width: 46.5em; } }

.st-new {
  position: relative; }
  .st-new::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: white;
    opacity: 0.5; }
  .st-new > .inner-wrap, .st-new > .inner-wrap-narrow, .st-new > .inner-wrap-wide, .st-new > .inner-wrap-widder, .st-new > .inner-wrap-fullwidth {
    padding-bottom: 3.75em;
    padding-top: 3.125em;
    position: relative;
    z-index: 1; }
  .st-new .sti-content {
    padding-left: 0; }
  .st-new .sti-cta-wrap {
    float: right;
    margin-right: 1.5em;
    margin-top: 1.5625em; }
    .st-new .sti-cta-wrap .sti-visual {
      margin-right: 0;
      margin-top: 0.125em;
      margin-bottom: 1.1875em;
      margin-right: -0.75em; }
    .st-new .sti-cta-wrap .sti-cta .sti-cta {
      padding-left: 1.3888888889em;
      padding-right: 1.3888888889em;
      padding-top: 0.6666666667em;
      padding-bottom: 0.8333333333em; }

.testing-abilities {
  background-image: url(https://2771415.fs1.hubspotusercontent-na1.net/hubfs/2771415/img/spin-testing-abilities-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  background-blend-mode: luminosity;
  background-color: #000; }
  .testing-abilities::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: white;
    opacity: 0.3; }
  .testing-abilities .dv-header {
    text-align: center;
    margin-top: 0.5em !important;
    font-size: 1.75em;
    font-weight: bolder;
    color: #cc0000;
    letter-spacing: 0.2px; }
  .testing-abilities .aos-header {
    text-align: left;
    font-size: 1.3125em;
    font-weight: bolder;
    color: #00558b;
    margin-bottom: 0.9523809524em; }
  .testing-abilities .aos-sub-header {
    display: block;
    font-weight: bolder;
    margin-bottom: 2.1875em !important;
    font-size: 1em; }
  .testing-abilities .ta-add-on-services.spin-service-jet {
    background-image: url(https://2771415.fs1.hubspotusercontent-na1.net/hubfs/2771415/img/why-tdi.jpg); }
  .testing-abilities .ta-add-on-services > .inner-wrap, .testing-abilities .ta-add-on-services > .inner-wrap-narrow, .testing-abilities .ta-add-on-services > .inner-wrap-wide, .testing-abilities .ta-add-on-services > .inner-wrap-widder, .testing-abilities .ta-add-on-services > .inner-wrap-fullwidth {
    padding-top: 1.5625em;
    padding-bottom: 3.9375em; }
  .testing-abilities .ta-add-on-services .click-expand {
    margin-bottom: 0;
    border-top: 1px solid #cccccc;
    border-bottom: none;
    border-right: none;
    border-left: none; }
    .testing-abilities .ta-add-on-services .click-expand:last-child {
      border-bottom: 1px solid #cccccc; }
    .testing-abilities .ta-add-on-services .click-expand.active .ce-header:after {
      content: "";
      position: absolute;
      background-image: url(https://2771415.fs1.hubspotusercontent-na1.net/hubfs/2771415/img/condense.png);
      background-repeat: no-repeat;
      background-position: right center;
      background-size: 0.9523809524em;
      width: 0.9523809524em;
      height: 100%;
      right: 0.0952380952em;
      top: 0; }
  .testing-abilities .ta-add-on-services .ce-header {
    padding-left: 0em;
    padding-right: 0.7142857143em;
    padding-top: 1.1904761905em;
    padding-bottom: 0.9523809524em;
    font-size: 1.3125em; }
    .testing-abilities .ta-add-on-services .ce-header:after {
      content: "";
      position: absolute;
      background-image: url(https://2771415.fs1.hubspotusercontent-na1.net/hubfs/2771415/img/expand.png);
      background-repeat: no-repeat;
      background-position: right center;
      background-size: 0.9523809524em;
      width: 0.9523809524em;
      height: 100%;
      right: 0.0952380952em;
      top: 0; }
  .testing-abilities .ta-add-on-services .ce-body {
    padding: 0 0.75em 1.5em 0em; }
    .testing-abilities .ta-add-on-services .ce-body p {
      font-size: 1em; }
  .testing-abilities .ta-add-on-services .btn, .testing-abilities .ta-add-on-services button,
  .testing-abilities .ta-add-on-services input[type="submit"], .testing-abilities .ta-add-on-services .btn-download, .testing-abilities .ta-add-on-services .btn-arrow, .testing-abilities .ta-add-on-services .product-grid-item-link {
    font-size: 1em;
    padding: 0.625em 1.4375em 0.5625em 1.3125em;
    margin-left: 2px;
    box-shadow: 0 2px 5px #c0c0c0;
    display: inline-block;
    vertical-align: middle; }
  .testing-abilities .ta-add-on-services .aos-img {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    border: 1px solid #000000;
    padding: 0.3125em 2.1875em;
    margin-left: 0em;
    margin-top: 1.25em;
    max-width: 18.75em; }
    .testing-abilities .ta-add-on-services .aos-img::after {
      position: absolute;
      content: '';
      bottom: 0.625em;
      right: 0.625em;
      height: 2em;
      width: 2em;
      font-size: 0.625em;
      background-image: url(https://2771415.fs1.hubspotusercontent-na1.net/hubfs/2771415/img/search.png);
      background-position: center center;
      background-size: 21px 21px;
      background-repeat: no-repeat; }
    @media (min-width: 40em) {
      .testing-abilities .ta-add-on-services .aos-img {
        margin-left: 2.1875em;
        margin-top: 0em; } }
  .testing-abilities .ta-add-on-services .clickenlarge {
    vertical-align: bottom;
    display: inline;
    font-size: 0.75em;
    width: 5.625em; }
    @media (min-width: 40em) {
      .testing-abilities .ta-add-on-services .clickenlarge {
        display: inline-block; } }
  @media (min-width: 40em) {
    .testing-abilities .ta-add-on-services .click-expand.active .ce-header:after {
      right: 0.9523809524em; }
    .testing-abilities .ta-add-on-services .ce-header {
      padding-right: 0.5714285714em; }
      .testing-abilities .ta-add-on-services .ce-header:after {
        right: 0.9523809524em; } }
  @media (min-width: 60em) {
    .testing-abilities .ta-add-on-services {
      background-position: right center; }
      .testing-abilities .ta-add-on-services .click-expand {
        max-width: 46.5em; } }
  .testing-abilities .ta-design-validation {
    position: relative;
    z-index: 1; }
    .testing-abilities .ta-design-validation .accordion-tabs {
      border: none; }
      .testing-abilities .ta-design-validation .accordion-tabs .tab-header-and-content:first-child .tab-link {
        border-top: 1px solid #cccccc; }
      .testing-abilities .ta-design-validation .accordion-tabs .tab-link {
        border: 1px solid #cccccc;
        color: #00558b;
        font-size: 1.3125em;
        padding-left: 0.0952380952em;
        padding-right: 0.0952380952em;
        padding-top: 0.5714285714em;
        padding-bottom: 0.5714285714em;
        text-align: center;
        position: relative;
        vertical-align: middle;
        background-color: white;
        margin-right: -0.15625em; }
        .testing-abilities .ta-design-validation .accordion-tabs .tab-link:hover {
          color: white;
          background-color: #00558b; }
          .testing-abilities .ta-design-validation .accordion-tabs .tab-link:hover:after {
            content: "";
            position: absolute;
            top: 100%;
            border-left: 28px solid transparent;
            border-right: 28px solid transparent;
            border-top: 28px solid #00558b;
            left: 50%;
            transform: translateX(-50%);
            z-index: 1; }
        .testing-abilities .ta-design-validation .accordion-tabs .tab-link.is-active {
          margin-bottom: 0;
          border: 1px solid #cccccc;
          background-color: #00558b;
          color: white; }
          .testing-abilities .ta-design-validation .accordion-tabs .tab-link.is-active:after {
            content: "";
            position: absolute;
            top: 100%;
            border-left: 28px solid transparent;
            border-right: 28px solid transparent;
            border-top: 28px solid #00558b;
            left: 50%;
            transform: translateX(-50%); }
        .testing-abilities .ta-design-validation .accordion-tabs .tab-link span {
          display: inline-block;
          vertical-align: middle;
          line-height: 1.1904761905em; }
      .testing-abilities .ta-design-validation .accordion-tabs .tab-content {
        border: none;
        background-color: transparent;
        padding-left: 0.3125em;
        padding-right: 0.3125em; }
      .testing-abilities .ta-design-validation .accordion-tabs h3 {
        font-size: 1.3125em;
        font-weight: 600;
        margin-bottom: 0em; }
      .testing-abilities .ta-design-validation .accordion-tabs p {
        font-size: 1em;
        margin-bottom: 1.3125em; }
      .testing-abilities .ta-design-validation .accordion-tabs .btn, .testing-abilities .ta-design-validation .accordion-tabs button,
      .testing-abilities .ta-design-validation .accordion-tabs input[type="submit"], .testing-abilities .ta-design-validation .accordion-tabs .btn-download, .testing-abilities .ta-design-validation .accordion-tabs .btn-arrow, .testing-abilities .ta-design-validation .accordion-tabs .product-grid-item-link {
        font-size: 1em;
        padding: 0.625em 1.4375em 0.5625em 1.3125em;
        margin-left: 0.125em;
        box-shadow: 0 2px 5px #c0c0c0; }
    @media (min-width: 40em) {
      .testing-abilities .ta-design-validation > .inner-wrap-widder {
        padding-top: 0.3125em;
        padding-bottom: 3.75em; }
      .testing-abilities .ta-design-validation .accordion-tabs .tab-link {
        font-size: 0.75em;
        width: 19.389%;
        line-height: 5em;
        min-height: 5em; }
        .testing-abilities .ta-design-validation .accordion-tabs .tab-link:hover:after {
          border-left: 10px solid transparent;
          border-right: 10px solid transparent;
          border-top: 10px solid #00558b; }
        .testing-abilities .ta-design-validation .accordion-tabs .tab-link.is-active:after {
          border-left: 10px solid transparent;
          border-right: 10px solid transparent;
          border-top: 10px solid #00558b; } }
    @media (min-width: 60em) {
      .testing-abilities .ta-design-validation {
        background-position: right center; }
        .testing-abilities .ta-design-validation .accordion-tabs .tab-link {
          font-size: 0.9375em;
          width: 19.6%;
          line-height: 3.6666666667em;
          min-height: 3.6666666667em; }
          .testing-abilities .ta-design-validation .accordion-tabs .tab-link:hover:after {
            border-left: 20px solid transparent;
            border-right: 20px solid transparent;
            border-top: 20px solid #00558b; }
          .testing-abilities .ta-design-validation .accordion-tabs .tab-link.is-active:after {
            border-left: 20px solid transparent;
            border-right: 20px solid transparent;
            border-top: 20px solid #00558b; }
        .testing-abilities .ta-design-validation .accordion-tabs .tab-content-wrap {
          padding-top: 0.5em;
          max-width: 56.875em;
          text-align: left;
          padding-left: 3.3125em;
          width: 100%;
          float: left !important; } }
    @media (min-width: 80em) {
      .testing-abilities .ta-design-validation .accordion-tabs .tab-link {
        font-size: 1.3125em;
        width: 19.97%;
        line-height: 2.619047619em;
        min-height: 2.619047619em; }
        .testing-abilities .ta-design-validation .accordion-tabs .tab-link:hover:after {
          border-left: 28px solid transparent;
          border-right: 28px solid transparent;
          border-top: 28px solid #00558b; }
        .testing-abilities .ta-design-validation .accordion-tabs .tab-link.is-active:after {
          border-left: 28px solid transparent;
          border-right: 28px solid transparent;
          border-top: 28px solid #00558b; } }

.ts-new #ebook .bs-cta {
  font-size: 1.125em !important; }
  @media (min-width: 40em) {
    .ts-new #ebook .bs-cta {
      font-size: 1.75em !important; } }

.value-props {
  background-image: url(https://2771415.fs1.hubspotusercontent-na1.net/hubfs/2771415/img/section5-bg.jpg); }
  .value-props > .inner-wrap, .value-props > .inner-wrap-narrow, .value-props > .inner-wrap-wide, .value-props > .inner-wrap-widder, .value-props > .inner-wrap-fullwidth {
    padding-top: 2.1875em;
    padding-bottom: 3.3125em; }
  @media (min-width: 60em) {
    .value-props .vp-wrapper {
      float: right;
      max-width: 46.5em;
      width: 100%; } }

.balancing-services-module {
  text-align: center;
  background-image: url(https://2771415.fs1.hubspotusercontent-na1.net/hubfs/2771415/img/balancing-services-cta-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center; }
  .balancing-services-module .btn, .balancing-services-module button,
  .balancing-services-module input[type="submit"], .balancing-services-module .btn-download, .balancing-services-module .btn-arrow, .balancing-services-module .product-grid-item-link {
    padding: 0.625em 0.8125em 0.625em 0.8125em; }
  @media (min-width: 60em) {
    .balancing-services-module > .inner-wrap, .balancing-services-module > .inner-wrap-narrow, .balancing-services-module > .inner-wrap-wide, .balancing-services-module > .inner-wrap-widder, .balancing-services-module > .inner-wrap-fullwidth {
      padding-top: 2.5em;
      padding-bottom: 2.625em; } }

.bs-header {
  color: white;
  margin-bottom: 0.25em;
  font-weight: 400; }

.bs-text {
  font-size: 1em;
  margin-top: 0;
  margin-bottom: 0.875em;
  color: #ffffff; }

.bs-ebook-wrap {
  margin: 0;
  background-color: #00558b;
  padding: 0.8333333333em 0 1em; }

.bs-cta {
  color: white;
  text-decoration: none;
  font-size: 1em;
  position: relative;
  padding-right: 2.4375em;
  display: inline-block;
  vertical-align: top;
  font-family: "Carrois Gothic", sans-serif; }
  .bs-cta:after {
    content: "";
    position: absolute;
    background-image: url(https://2771415.fs1.hubspotusercontent-na1.net/hubfs/2771415/img/ebook-ico.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 1.875em;
    right: 0;
    top: 0;
    width: 1.875em;
    height: 100%; }
  @media (min-width: 40em) {
    .bs-cta {
      font-size: 1.75em;
      padding-right: 3.3928571429em; }
      .bs-cta:after {
        background-size: 2.1428571429em;
        width: 2.1428571429em; } }

@media (min-width: 60em) {
  .tab-content-right {
    float: left !important; } }

.aos-header {
  font-size: 2em;
  font-weight: bolder;
  color: #CC0000; }

.vp-header {
  font-size: 2em;
  font-weight: bolder;
  color: #CC0000; }

.one-stop-shop {
  background-image: url(https://2771415.fs1.hubspotusercontent-na1.net/hubfs/2771415/img/one-stop-shop.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  .one-stop-shop > .inner-wrap, .one-stop-shop > .inner-wrap-narrow, .one-stop-shop > .inner-wrap-wide, .one-stop-shop > .inner-wrap-widder, .one-stop-shop > .inner-wrap-fullwidth {
    padding-top: 3.375em;
    padding-bottom: 3.3125em; }
  @media (min-width: 60em) {
    .one-stop-shop {
      background-position: right center; } }

.oss-header {
  color: #ffffff;
  font-weight: 400; }

.oss-text {
  color: #ffffff; }
  @media (min-width: 60em) {
    .oss-text {
      width: 81%; } }

.spin-jet-engine-module {
  background-image: url(https://2771415.fs1.hubspotusercontent-na1.net/hubfs/2771415/img/why-subscale.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-bottom: 1px solid #cccccc; }
  .spin-jet-engine-module > .inner-wrap, .spin-jet-engine-module > .inner-wrap-narrow, .spin-jet-engine-module > .inner-wrap-wide, .spin-jet-engine-module > .inner-wrap-widder, .spin-jet-engine-module > .inner-wrap-fullwidth {
    padding-top: 3.375em;
    padding-bottom: 3.3125em; }
  @media (min-width: 60em) {
    .spin-jet-engine-module {
      background-position: right center; } }

@media (min-width: 60em) {
  .sjem-content {
    width: 80%;
    float: right; } }

.sjem-header {
  color: #CC0000; }

.spin-service-intro {
  background-image: url(https://2771415.fs1.hubspotusercontent-na1.net/hubfs/2771415/img/spin-service-intro.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-bottom: 1px solid #cccccc; }
  .spin-service-intro > .inner-wrap, .spin-service-intro > .inner-wrap-narrow, .spin-service-intro > .inner-wrap-wide, .spin-service-intro > .inner-wrap-widder, .spin-service-intro > .inner-wrap-fullwidth {
    padding-top: 3.75em;
    padding-bottom: 3.75em; }
  @media (min-width: 60em) {
    .spin-service-intro {
      background-position: right center; } }

@media (min-width: 60em) {
  .ssi-text {
    width: 59%; } }

/*================ GDD 006 var B ================*/
/*.rfq-wrapper{
  bottom: -0.86em;
  right: em(18);
}
.sh-ico-gdd-006-b {
  bottom: em(26,18);
  width: auto;
  cursor: pointer;
  height: em(50,18);
  padding: em(17,18) em(20,18) em(14,18) em(48,18);
  font-size: em(18);
  font-family: $header-font-family;
  text-decoration: none;
  text-align: center;
  line-height: em(18,18);
  position: relative;
  color: $white;
  background: linear-gradient(-45deg, #8c1a11, #f00, #8c1a11);
  background-size: 600%;
  -webkit-animation: anime 15s linear infinite;
  animation: anime 15s linear infinite;
  @include mq(medium){
  bottom: 0;
  }
  &::before {
  content: "";
  width: 99.93%;
  height: em(42,18);
  left: 0;
  position: absolute;
  border-bottom: 6px solid #00558b;
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
  transition: all 250ms ease-out;
  z-index: -1;
}
  &:hover{
  color: $white;
  &:before {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  top: 17px;
}
  }
  span{
  position: relative;
  &:before{
    position: absolute;
    background-image: url(https://2771415.fs1.hubspotusercontent-na1.net/hubfs/2771415/img/ico-gdd-rfq.png);
    background-size: em(24,18) em(32,18);
    background-repeat: no-repeat;
    left: em(-34,18);
    top: em(-8,18);
    width: em(24,18);
    height: em(32,18);
    content: "";
  }
}
}


@-webkit-keyframes anime {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes anime {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
*/
/*======== Balancing Page Styling ===========*/
.balancing-service-intro {
  background-image: url(https://2771415.fs1.hubspotusercontent-na1.net/hubfs/2771415/img/banner_hochtourig.jpg);
  background-position: left top;
  position: relative; }
  .balancing-service-intro:after {
    position: absolute;
    content: "";
    background: #ffffff;
    opacity: 0.8;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .balancing-service-intro .inner-wrap, .balancing-service-intro .inner-wrap-narrow, .balancing-service-intro .inner-wrap-wide, .balancing-service-intro .inner-wrap-widder, .balancing-service-intro .inner-wrap-fullwidth {
    padding-bottom: 2.4375em;
    z-index: 9;
    position: relative; }
  .balancing-service-intro .sti-header {
    margin-bottom: 0.1153846154em; }
  .balancing-service-intro .sti-text p {
    margin-top: 0.4444444444em; }
  .balancing-service-intro .sti-text a {
    color: #cc0000; }
    .balancing-service-intro .sti-text a:hover {
      text-decoration: none; }
  @media (min-width: 60em) {
    .balancing-service-intro h3 {
      font-size: 1.75em;
      margin-top: 0;
      margin-bottom: 0; }
    .balancing-service-intro .sti-content {
      width: 56.6%; }
    .balancing-service-intro .sti-cta-wrap {
      margin-right: 1.5625em; }
    .balancing-service-intro .sti-visual {
      margin-bottom: 0.625em; }
    .balancing-service-intro .si-cta {
      padding: 0.7222222222em 1em 0.7777777778em 1.2222222222em; } }

@media (min-width: 60em) {
  .balance-services-why-module {
    background-image: url(https://2771415.fs1.hubspotusercontent-na1.net/hubfs/2771415/img/whywhat-bg.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
    min-height: 42.5em; }
    .balance-services-why-module .accordion-tabs .tab-content-wrap {
      max-width: 52.4375em;
      padding-left: 5%; } }

@media (min-width: 80em) {
  .balance-services-why-module {
    min-height: 41.5em; } }

.over-speed-spin-module {
  background-image: url(https://2771415.fs1.hubspotusercontent-na1.net/hubfs/2771415/img/overspeed-bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover; }
  .over-speed-spin-module .bs-text {
    font-size: 1.125em;
    margin-bottom: 0.6666666667em; }
  .over-speed-spin-module .bs-header {
    margin-bottom: 0.2857142857em; }
  @media (min-width: 60em) {
    .over-speed-spin-module .bs-text {
      margin-left: auto;
      margin-right: auto;
      width: 85%; } }

.balancing-page-service .inner-wrap, .balancing-page-service .inner-wrap-narrow, .balancing-page-service .inner-wrap-wide, .balancing-page-service .inner-wrap-widder, .balancing-page-service .inner-wrap-fullwidth {
  padding-bottom: 2.75em;
  padding-top: 2.4375em; }

.balancing-page-service .bs-text {
  font-size: 1.125em; }

.balancing-page-service .btn, .balancing-page-service button,
.balancing-page-service input[type="submit"], .balancing-page-service .btn-download, .balancing-page-service .btn-arrow, .balancing-page-service .product-grid-item-link {
  padding-bottom: 0.5625em;
  padding-left: 1.25em;
  padding-right: 1.25em; }

@media (min-width: 60em) {
  .balancing-page-service .bs-text {
    margin: 0.7222222222em auto 0.7222222222em;
    width: 72%; } }

.balancing-issue-module {
  border-bottom: 1px solid #ccc; }
  @media (min-width: 60em) {
    .balancing-issue-module {
      min-height: 31.25em; } }
  @media (min-width: 80em) {
    .balancing-issue-module {
      min-height: 30.25em; } }
  .balancing-issue-module .tab-link > span {
    color: #00558b;
    font-size: 18px; }
    @media (max-height: 46em) and (min-width: 60em) {
      .balancing-issue-module .tab-link > span {
        font-size: 16px !important; } }
  .balancing-issue-module .tab-content-wrap h3 {
    font-size: 1.4375em; }
  .balancing-issue-module .tab-content-wrap.tab-content-right > p {
    font-size: 1em; }
  .balancing-issue-module .tab-img-wrap {
    display: none; }
  @media (min-width: 60em) {
    .balancing-issue-module {
      background-image: url(https://2771415.fs1.hubspotusercontent-na1.net/hubfs/2771415/img/et-tab-module-bg.jpg);
      background-repeat: no-repeat;
      background-position: left top;
      background-size: cover; }
      .balancing-issue-module .tab-link > span {
        font-size: 15px; }
      .balancing-issue-module .accordion-tabs .tab-link.is-active {
        background-color: transparent;
        border: 0; }
        .balancing-issue-module .accordion-tabs .tab-link.is-active .tab-img-wrap {
          background-color: #00558b;
          border: 1px solid #00558b; }
        .balancing-issue-module .accordion-tabs .tab-link.is-active .tab-img-deafult {
          display: none; }
        .balancing-issue-module .accordion-tabs .tab-link.is-active .tab-img-active {
          display: block; }
      .balancing-issue-module .accordion-tabs .tab-header-and-content {
        position: relative;
        z-index: 1; }
      .balancing-issue-module .accordion-tabs .tab-content {
        padding-left: 0;
        border: 0;
        background: transparent; }
      .balancing-issue-module .tab-img-wrap {
        background-color: #ffffff;
        border-radius: 50%;
        display: block;
        height: 80px;
        text-align: center;
        width: 80px;
        border: 1px solid #cccccc;
        text-align: center;
        margin: 0 auto; }
        .balancing-issue-module .tab-img-wrap img {
          margin-top: 50%;
          transform: translate(-50%, -50%);
          margin-left: 50%; }
      .balancing-issue-module .tab-img-active {
        display: none; }
      .balancing-issue-module .accordion-tabs {
        position: relative;
        z-index: 0; }
        .balancing-issue-module .accordion-tabs:after {
          background-color: #cccccc;
          content: "";
          height: 1px;
          left: 0;
          margin: 0 auto;
          position: absolute;
          right: 0;
          top: 39%;
          width: 80%; }
      .balancing-issue-module .tab-content-right {
        width: 71%; } }
  @media (min-width: 80em) {
    .balancing-issue-module .tab-link > span {
      font-size: 18px; }
    .balancing-issue-module .accordion-tabs .tab-link {
      padding: 0.75em 1.309em; } }

@media (min-width: 60em) {
  .bsm-module {
    display: table;
    width: 100%; } }

@media (min-width: 80em) {
  .bsm-module {
    display: table;
    width: 100%; } }

.bsm-title {
  margin-top: 0;
  color: #ffffff;
  text-align: center;
  font-size: 1.75em;
  font-weight: 400; }

.bsm-content {
  text-align: left; }
  .bsm-content p {
    color: #ffffff; }

.bsm-left {
  background-image: url(https://2771415.fs1.hubspotusercontent-na1.net/hubfs/2771415/img/overspeed-bg-new.jpg);
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
  padding: 1.5em; }
  @media (min-width: 60em) {
    .bsm-left {
      width: 50%;
      display: table-cell;
      vertical-align: top; } }

.bsm-right {
  background-image: url(https://2771415.fs1.hubspotusercontent-na1.net/hubfs/2771415/img/balancing-services-cta-bg-new.jpg);
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
  padding: 1.5em; }
  @media (min-width: 60em) {
    .bsm-right {
      width: 50%;
      display: table-cell;
      vertical-align: top; } }

@media (min-width: 60em) {
  .bsm-left-content {
    max-width: 35.75em;
    float: right;
    padding-top: 40px;
    padding-bottom: 40px; } }

@media (min-width: 80em) {
  .bsm-left-content {
    padding-right: 9.875em; } }

.bsm-right-content {
  text-align: center; }
  @media (min-width: 60em) {
    .bsm-right-content {
      max-width: 35.75em;
      float: left;
      padding-top: 40px;
      padding-bottom: 40px; } }
  @media (min-width: 80em) {
    .bsm-right-content {
      padding-left: 5.75em; } }

.sh-ico-rfq {
  display: none; }

@media (min-width: 60em) {
  .rfq-wrapper {
   bottom: 0;
    right: 0;
        display: inline-flex;
        display: -webkit-inline-box;
        display: -moz-inline-box;
        display: inline-box;
        display: -webkit-inline-flex;
        display: -moz-inline-flex;
        display: -ms-inline-flexbox;
     display: inline-flex;
    
  } 
}

@media (min-width: 80em) {
  .rfq-wrapper {
    bottom: 0;
    right: 0; } }

.sh-ico-gdd-006-b {
  bottom: 1.444444444444444em;
  width: auto;
  cursor: pointer;
  height: 2.777777777777778em;
  padding: 0.945em 1.12em 0.77em 2.66em;
  font-size: 1.125em;
  font-family: "Carrois Gothic", sans-serif;
  text-decoration: none;
  text-align: center;
  line-height: 1em;
  position: relative;
  color: #ffffff;
  background: linear-gradient(-45deg, #8c1a11, #f00, #8c1a11);
  background-size: 600%;
  -webkit-animation: anime 15s linear infinite;
  animation: anime 15s linear infinite; }
  .sh-ico-gdd-006-b:hover, .sh-ico-gdd-006-b:focus {
    color: white; }
    .sh-ico-gdd-006-b:hover:before, .sh-ico-gdd-006-b:focus:before {
      border-bottom: 6px solid #00558b; }
  .sh-ico-gdd-006-b:before {
    content: "";
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    border-bottom: 0px solid #00558b;
    transition: all 250ms ease-out; }
  .sh-ico-gdd-006-b span {
    position: relative;
     }
@media (min-width: 60em){
 ..sh-ico-gdd-006-b.sh-ico-small-scr span{
   display:inline-block;
  }
} 
@media (min-width: 80em){
 .sh-ico-gdd-006-b.sh-ico-large-scr span{
   display:inline-block;
  }
}
     .sh-sticky-wrap.stuck .sh-ico-gdd-006-b span {
      font-size: 0.8em !important;
  } 
    .sh-ico-gdd-006-b span:before {
      position: absolute;
      background-image: url(https://2771415.fs1.hubspotusercontent-na1.net/hubfs/2771415/img/ico-gdd-rfq.png);
      background-size: 1.34em 1.78em;
      background-repeat: no-repeat;
      left: -1.888888888888889em;
      top: -0.4444444444444444em;
      width: 1.333333333333333em;
      height: 1.777777777777778em;
      content: ""; }

.gdd-013-b-contact-menu span:before {
    position: absolute;
    background-image: url(https://www.testdevices.com/wp-content/uploads/ico-ph.png);
    background-size: 25px auto;
    background-repeat: no-repeat;
    left: -30px;
    top: -3px;
    width: 25px;
    height: 25px;
    content: "";
}
.gdd-013-b-contact-menu {
    color: #fff;
    background: #2A7EA2;
/*     bottom: 0; */
}

@media (min-width: 40em) {
  .sh-ico-gdd-006-b {
    bottom: 0; }
  .sh-ico-gdd-006-b.sh-ico-large-scr {
    display: none;
  }
}

@media (min-width: 80em) {
  .sh-ico-gdd-006-b.sh-ico-large-scr {
    display: inline-block;
  }
  .sh-ico-gdd-006-b.sh-ico-small-scr {
    display: none;
  }
/*   .gdd-013-b-contact-menu {
    position: relative;
    top: 2px;
  } */
}


@-webkit-keyframes anime {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@keyframes anime {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@media (max-height: 40em) and (min-width: 60em) {
  .site-nav-container {
    width: 60%; }
  .rfq-wrapper {
    bottom: 0; } }

/*======== Sub menu module ===========*/
.sub-menu-module {
  background: linear-gradient(to right, #efefef 0%, #efefef 50%, #efefef 50%, #00558b 50%, #00558b 100%); }
  .sub-menu-module .inner-wrap, .sub-menu-module .inner-wrap-narrow, .sub-menu-module .inner-wrap-wide, .sub-menu-module .inner-wrap-widder, .sub-menu-module .inner-wrap-fullwidth {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0; }
    @media (min-width: 60em) {
      .sub-menu-module .inner-wrap, .sub-menu-module .inner-wrap-narrow, .sub-menu-module .inner-wrap-wide, .sub-menu-module .inner-wrap-widder, .sub-menu-module .inner-wrap-fullwidth {
        padding-left: 1.5em;
        padding-right: 1.5em; } }

.sub-menu-link {
  background: #00558b; }
  .sub-menu-link > li {
    text-align: center;
    display: block;
    background: #00558b;
    padding-top: 0.75em;
    padding-bottom: 0.75em; }
    @media (min-width: 60em) {
      .sub-menu-link > li {
        display: inline-block; } }
    .sub-menu-link > li:first-of-type {
      background: #efefef;
      position: relative; }
      .sub-menu-link > li:first-of-type a {
        font-size: 18px;
        color: #00558b;
        border-right: none; }
      .sub-menu-link > li:first-of-type:before {
        content: "";
        position: absolute;
        right: -20px;
        bottom: 0;
        width: 0;
        height: 0;
        border-left: 20px solid #efefef;
        border-top: 26px solid transparent;
        border-bottom: 26px solid transparent; }
  .sub-menu-link a {
    color: #ffffff;
    text-decoration: none; }
    @media (min-width: 60em) {
      .sub-menu-link a {
        border-right: 1px solid #186494;
        padding-left: 20px;
        padding-right: 5px;
        font-size: 14px; } }
    @media (min-width: 80em) {
      .sub-menu-link a {
        padding-left: 30px;
        padding-right: 20px;
        font-size: 16px; } }

.sub-menu-module {
  z-index: 1001; }
  @media (min-width: 60em) {
    .sub-menu-module.stuck {
      position: fixed;
      left: 0;
      right: 0;
      top: 0;
      margin-top: 0;
      box-shadow: 0 9px 8px -9px #A3A3A3;
      background-color: white; } }

.submenu-headers {
  height: 100px;
  margin-top: -100px !important; }

/*==========Careers page===============*/
.Applications .App-section {
  min-height: 39em; }
  @media (min-width: 60em) {
    .Applications .App-section {
      min-height: 48em; } }
  .Applications .App-section:nth-of-type(odd) {
    background-color: #e1e1e1; }
  .Applications .App-section img {
    width: 45%; }
    @media (min-width: 40em) {
      .Applications .App-section img {
        width: 25%; } }
    @media (min-width: 60em) {
      .Applications .App-section img {
        width: 45%; } }
  .Applications .App-section h3 {
    font-size: 1.25em;
    text-align: center; }
    @media (min-width: 40em) {
      .Applications .App-section h3 {
        font-size: 1.8em; } }
    @media (min-width: 60em) {
      .Applications .App-section h3 {
        font-size: 1.25em; } }

@media (min-width: 40em) {
  .page-id-20 .rows-of-3 > * {
    /* float: left; */
    display: block;
    margin-right: 2.3576515979%;
    width: 100%; } }

@media (min-width: 60em) {
  .page-id-20 .rows-of-3 > * {
    /* float: left; */
    display: block;
    margin-right: 2.3576515979%;
    width: 30%; } }

.header-image inner-wrap {
  padding: 4.5em 1.5em; }

.header-image .si-header {
  font-size: 3.75em;
  color: #ffffff;
  font-weight: normal;
  position: relative;
  padding-top: 0.625em;
  margin-bottom: 0.85em; }
  @media (min-width: 40em) {
    .header-image .si-header {
      font-size: 4.375em; } }
  @media (min-width: 60em) {
    .header-image .si-header {
      font-size: 6.25em; } }
  .header-image .si-header span {
    display: block;
    font-size: 0.3em;
    margin-bottom: 0.5em; }
  .header-image .si-header:before {
    position: absolute;
    content: "";
    width: 2em;
    height: 1px;
    top: 0;
    left: 0;
    background-color: #cc0000; }
  @media (min-width: 60em) {
    .header-image .si-header {
      padding-top: 0.15em;
      padding-bottom: 0.15em; }
      .header-image .si-header:before {
        right: 0;
        left: auto;
        width: 1.5em; }
      .header-image .si-header:after {
        position: absolute;
        content: "";
        width: 1.5em;
        height: 1px;
        bottom: 0;
        right: 0;
        background-color: #cc0000; } }
  @media (min-width: 80em) {
    .header-image .si-header {
      width: 75%;
      float: right; } }

.header-image .si-text {
  z-index: 9999;
  position: relative; }
  @media (min-width: 60em) {
    .header-image .si-text {
      display: inline-block;
      text-align: right;
      vertical-align: top;
      width: 66%;
      padding-top: 2em; } }

/*-------- GDD 007 - Equipment Page Redesign ---------*/
@media (min-width: 60em) {
  .gdd-007-equipment .site-content-primary {
    float: none;
    margin-left: 0;
    margin-right: 0; } }

.equipment-test-intro {
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  background-image: url(https://2771415.fs1.hubspotusercontent-na1.net/hubfs/2771415/img/et-intro-bg.jpg); }
  .equipment-test-intro .inner-wrap, .equipment-test-intro .inner-wrap-narrow, .equipment-test-intro .inner-wrap-wide, .equipment-test-intro .inner-wrap-widder, .equipment-test-intro .inner-wrap-fullwidth {
    padding-top: 3.4375em;
    padding-bottom: 5.8125em; }

@media (min-width: 60em) {
  .et-content {
    max-width: 41.25em;
    padding-left: 0.625em; } }

.et-header {
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 0.5576923077em; }

.et-text {
  padding-left: 0.2222222222em; }

.equipment-tab-module {
  background: url(https://2771415.fs1.hubspotusercontent-na1.net/hubfs/2771415/img/et-tab-module-bg.jpg) no-repeat left top/cover;
  border-bottom: 1px solid #cccccc; }
  .equipment-tab-module .inner-wrap, .equipment-tab-module .inner-wrap-narrow, .equipment-tab-module .inner-wrap-wide, .equipment-tab-module .inner-wrap-widder, .equipment-tab-module .inner-wrap-fullwidth {
    max-width: 83.5625em;
    padding-top: 1.25em;
    padding-bottom: 2.1875em; }
  .equipment-tab-module .accordion-tabs {
    border: none; }
    .equipment-tab-module .accordion-tabs .tab-header-and-content:first-child .tab-link {
      border-top: 1px solid #cccccc; }
    .equipment-tab-module .accordion-tabs .tab-link {
      border: 1px solid #cccccc;
      color: #00558b;
      font-size: 1.3125em;
      padding: 0.4761904762em 0.0952380952em 0.619047619em 0.0952380952em;
      text-align: center;
      position: relative;
      vertical-align: middle;
      background-color: white; }
      .equipment-tab-module .accordion-tabs .tab-link:hover {
        color: white;
        background-color: #00558b; }
      .equipment-tab-module .accordion-tabs .tab-link.is-active {
        margin-bottom: 0;
        border: 1px solid #cccccc;
        background-color: #00558b;
        color: white; }
      .equipment-tab-module .accordion-tabs .tab-link span {
        display: inline-block;
        vertical-align: middle;
        line-height: 1.1904761905em; }
    .equipment-tab-module .accordion-tabs .tab-content {
      border: none;
      background-color: transparent;
      padding-left: 0.3125em;
      padding-right: 0.3125em;
      padding-top: 1.875em; }
    .equipment-tab-module .accordion-tabs h3 {
      font-size: 1.3125em;
      font-weight: 600;
      margin-bottom: 0.9047619048em; }
    .equipment-tab-module .accordion-tabs p {
      font-size: 1.125em;
      line-height: 1.5em;
      margin-bottom: 2.2777777778em; }
    .equipment-tab-module .accordion-tabs .btn, .equipment-tab-module .accordion-tabs button,
    .equipment-tab-module .accordion-tabs input[type="submit"], .equipment-tab-module .accordion-tabs .btn-download, .equipment-tab-module .accordion-tabs .btn-arrow, .equipment-tab-module .accordion-tabs .product-grid-item-link {
      font-size: 0.8888888889em;
      padding: 0.625em 1.4375em 0.5625em 1.3125em;
      margin-left: 0.125em;
      box-shadow: 0 2px 5px #c0c0c0; }
  @media (min-width: 40em) {
    .equipment-tab-module .accordion-tabs .tab-link {
      font-size: 0.75em;
      width: 19.389%;
      line-height: 5em;
      min-height: 5em; }
      .equipment-tab-module .accordion-tabs .tab-link:hover:after {
        content: "";
        position: absolute;
        top: 100%;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #00558b;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1; }
      .equipment-tab-module .accordion-tabs .tab-link.is-active:after {
        content: "";
        position: absolute;
        top: 100%;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #00558b;
        left: 50%;
        transform: translateX(-50%); } }
  @media (min-width: 60em) {
    .equipment-tab-module .accordion-tabs .tab-link {
      font-size: 0.9375em;
      width: 19.6%;
      line-height: 3.6666666667em;
      min-height: 3.6666666667em; }
      .equipment-tab-module .accordion-tabs .tab-link:hover:after {
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 20px solid #00558b; }
      .equipment-tab-module .accordion-tabs .tab-link.is-active:after {
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 20px solid #00558b; }
    .equipment-tab-module .accordion-tabs .tab-content-wrap {
      padding-top: 0.5em;
      max-width: 47.125em;
      text-align: left;
      padding-left: 4.8125em; } }
  @media (min-width: 80em) {
    .equipment-tab-module .accordion-tabs .tab-link {
      font-size: 1.3125em;
      width: 20%;
      line-height: 2.619047619em;
      min-height: 2.619047619em; }
      .equipment-tab-module .accordion-tabs .tab-link:hover:after {
        border-left: 28px solid transparent;
        border-right: 28px solid transparent;
        border-top: 28px solid #00558b; }
      .equipment-tab-module .accordion-tabs .tab-link.is-active:after {
        border-left: 28px solid transparent;
        border-right: 28px solid transparent;
        border-top: 28px solid #00558b; } }

.equipment-click-expand-module {
  background: url(https://2771415.fs1.hubspotusercontent-na1.net/hubfs/2771415/img/et-click-expand-bg.jpg) no-repeat left top/cover; }
  .equipment-click-expand-module .inner-wrap, .equipment-click-expand-module .inner-wrap-narrow, .equipment-click-expand-module .inner-wrap-wide, .equipment-click-expand-module .inner-wrap-widder, .equipment-click-expand-module .inner-wrap-fullwidth {
    padding-top: 2.375em; }
  .equipment-click-expand-module h2 {
    border-bottom: medium none;
    font-weight: 600;
    letter-spacing: 0.3px;
    margin-bottom: 0.7857142857em;
    margin-left: 0.3928571429em;
    padding-bottom: 0; }
  .equipment-click-expand-module .click-expand {
    margin-bottom: 0;
    border-top: 1px solid #cccccc;
    border-bottom: none;
    border-right: none;
    border-left: none;
    margin-left: 0.6875em; }
    .equipment-click-expand-module .click-expand:last-child {
      border-bottom: 1px solid #cccccc; }
    .equipment-click-expand-module .click-expand.active .ce-header:after {
      content: "";
      position: absolute;
      background-image: url("img/condense.png");
      background-repeat: no-repeat;
      background-position: right center;
      background-size: 0.9523809524em;
      width: 0.9523809524em;
      height: 100%;
      right: 0.5714285714em;
      top: 0.3333333333em; }
  .equipment-click-expand-module .ce-header {
    padding-left: 0.5714285714em;
    padding-right: 0.7142857143em;
    padding-top: 1.1904761905em;
    padding-bottom: 1.1904761905em;
    font-size: 1.3125em; }
    .equipment-click-expand-module .ce-header:after {
      content: "";
      position: absolute;
      background-image: url(https://2771415.fs1.hubspotusercontent-na1.net/hubfs/2771415/img/expand.png);
      background-repeat: no-repeat;
      background-position: right center;
      background-size: 0.9523809524em;
      width: 0.9523809524em;
      height: 100%;
      right: 0.5714285714em;
      top: 0.3333333333em; }
  .equipment-click-expand-module .ce-body {
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
    line-height: 1.4em;
    background: #ffffff; }
    .equipment-click-expand-module .ce-body p {
      font-size: 1em; }
  .equipment-click-expand-module .btn, .equipment-click-expand-module button,
  .equipment-click-expand-module input[type="submit"], .equipment-click-expand-module .btn-download, .equipment-click-expand-module .btn-arrow, .equipment-click-expand-module .product-grid-item-link {
    font-size: 1em;
    padding: 0.625em 1.4375em 0.5625em 1.3125em;
    margin-left: 0.125em;
    box-shadow: 0 2px 5px #c0c0c0; }
  @media (min-width: 60em) {
    .equipment-click-expand-module {
      background-position: right center; }
      .equipment-click-expand-module .click-expand {
        max-width: 46.5em; }
      .equipment-click-expand-module .tablesaw thead tr:first-child th {
        padding-top: 13px;
        padding-bottom: 9px; }
      .equipment-click-expand-module .tablesaw thead tr th {
        padding: 7px 10px; } }

.mfp-figure {
  background-color: #ffffff; }
  .mfp-figure .mfp-close {
    color: #000000 !important; }

.you_tube {
  max-width: 450px;
  width: 100%;
  min-height: 315px; }

/*** GDD 008 Expert highlight module **/
.expert-highlight-module {
  text-align: center;
  background-color: #fdfdfd;
  border-top: 3px solid #ebeff2;
  border-bottom: 3px solid #ebeff2; }

.eh-slider.slick-dotted.slick-slider {
  padding-bottom: 16px; }

.eh-slider .slick-next {
  right: 0px;
  z-index: 3; }

.eh-slider .slick-prev {
  left: 0px;
  z-index: 3; }

.eh-slider {
  margin: 20px auto;
  text-align: center; }

.eh-slider a:hover {
  color: #00558b; }

.eh-slider .slick-dots li.slick-active button:hover {
  background: #cccccc !important; }

.eh-slider .slick-dots li button:before {
  color: transparent !important; }

.eh-slider .slick-dots li.slick-active button:before {
  color: transparent !important; }

.eh-header-wrap {
  background-color: #efefef;
  text-align: center; }

.eh-header-wrap .section-header {
  color: #00558b;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  padding: 0 1em;
  font-size: 26px; }

.eh-headline:before {
  position: absolute;
  content: "";
  left: 0px;
  width: 15px;
  height: 2px;
  background-color: #c00;
  top: 50%;
  transform: translateY(-50%); }

.eh-headline:after {
  position: absolute;
  content: "";
  right: 0px;
  width: 15px;
  height: 2px;
  background-color: #c00;
  top: 50%;
  transform: translateY(-50%); }

.eh-headline {
  position: relative;
  padding: 0 .7em;
  display: inline-block; }

.eh-header-wrap .inner-wrap, .eh-header-wrap .inner-wrap-narrow, .eh-header-wrap .inner-wrap-wide, .eh-header-wrap .inner-wrap-widder, .eh-header-wrap .inner-wrap-fullwidth {
  padding-top: 20px;
  padding-bottom: 20px; }

.eh-slider .slick-dots li {
  margin: 0px; }

@media screen and (min-width: 1280px) {
  .eh-slider {
    width: 1060px;
    margin: 20px auto;
    text-align: center;
    padding: 20px;
    padding-top: 0px;
    padding-bottom: 0px; } }

.expert-highlight-module .btn, .expert-highlight-module button,
.expert-highlight-module input[type="submit"], .expert-highlight-module .btn-download, .expert-highlight-module .btn-arrow, .expert-highlight-module .product-grid-item-link {
  margin-top: 15px;
  padding: 12px 20px; }

.expert-highlight-module .inner-wrap-wide {
  padding-bottom: 35px;
  padding-top: 50px; }

.eh-slider .parent-slide {
  padding: 15px; }

.eh-slider img {
  margin: 0 auto; }

.eh-slider .slick-current {
  opacity: 1; }

.eh-slider .slick-dots li button {
  background: transparent !important;
  width: 10px !important;
  height: 10px !important;
  border-radius: 50%;
  font-size: 18px;
  border: 1px solid #cccccc; }

.eh-slider .slick-dots li button:hover:after,
.slick-dots li button:hover:before {
  background: transparent !important;
  border: 0 !important; }

.eh-slider li.slick-active button {
  background: #cccccc !important; }

.eh-title {
  margin-bottom: 0;
  font-size: 18px;
  color: #00558b;
  margin-top: 20px; }

.eh-text {
  margin-top: 2px;
  font-size: 16px;
  color: #000000; }

.eh-slider .slick-slide img {
  border-radius: 50%; }

.eh-slider .slick-next:before {
  height: 24px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-image: url(http://www.testdevices.com/wp-content/uploads/exparrow-next.png);
  color: transparent; }

.eh-slider .slick-next:hover:before {
  background-image: url(http://www.testdevices.com/wp-content/uploads/exparrow-next-hover.png); }

.eh-slider .slick-prev:before {
  height: 24px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-image: url(http://www.testdevices.com/wp-content/uploads/exparrow-prev.png);
  color: transparent; }

.eh-slider .slick-prev:hover:before {
  background-image: url(http://www.testdevices.com/wp-content/uploads/exparrow-prev-hover.png); }

.eh-slider .slick-prev {
  top: 33%; }

.eh-slider .slick-next {
  top: 33%; }

@media screen and (min-width: 960px) {
  .eh-slider .slick-slide {
    transition: all ease-in-out .3s;
    filter: grayscale(50%); }
  .eh-slider .slick-slide img {
    filter: grayscale(100%); }
  .eh-slider .slick-active {
    opacity: 1;
    filter: grayscale(0); }
  .eh-slider .slick-active img {
    filter: grayscale(0); }
  .eh-slider .slick-dots li button:hover {
    background: #cccccc !important; } }

@media (min-width: 40em) {
  .eh-headline:before,
  .eh-headline:after {
    width: 8px; }
  .eh-headline {
    padding: 0 1em; }
  .eh-slider .slick-next {
    right: -25px; }
  .eh-slider .slick-prev {
    left: -25px; }
  .eh-headline:before {
    left: 9px; }
  .eh-headline:after {
    right: 9px; } }

/*** GDD 008 Expert highlight module end **/
/* gdd 009 b css start */
.gdd-009-b .sticky-logo {
  display: none; }
@media (min-width: 1280px) {
  .gdd-009-b .sn-li-l1 > a,
  .gdd-009-b .hs-menu-depth-1 > a {
    font-size: 1em !important;
    padding: 0 6.4px !important;
/*     height: 2.77777777em;
    line-height: 2.77777777em; */
  }
  .sh-sticky-wrap.stuck .gdd-009-b .sn-li-l1>a span, .sh-sticky-wrap.stuck .gdd-009-b .hs-menu-depth-1>a{
    font-size: 11.5px  !important;
    margin-top: 0.41em !important;
  }
}
@media only screen and (min-device-width : 960px) and (max-device-width : 1280px){
  .gdd-009-b .hs-menu-depth-1 > a{
      /*  margin-top: 0.5em;*/
  }
  }
@media (min-width: 60em) {
  .gdd-009-b .sn-li-l1 > a,
  .gdd-009-b .hs-menu-depth-1 > a {
    font-size: 13px;
    font-size: .8em;
    height: 3.90625em;
    line-height: 3.90625em;
    color: #ffffff !important; }
    .gdd-009-b .sn-li-l1 > a span,
    .gdd-009-b .hs-menu-depth-1 > a span {
      color: #ffffff !important; }
}
 
@media (min-width: 80em) {
    .sn-li-l1:first-child > .hs-menu-children-wrapper, .hs-menu-depth-1:first-child > .hs-menu-children-wrapper {
        top: 50px;
    }
  .gdd-009-b .sn-li-l1 > a,
  .gdd-009-b .hs-menu-depth-1 > a {
            height: 3.125em;
        line-height: 3.125em;
  }
}
@media (min-width: 40em) {
  .gdd-009-b .sn-li-l1 > a,
  .gdd-009-b .hs-menu-depth-1 > a {
    color: #00558b; }
    .gdd-009-b .sn-li-l1 > a span,
    .gdd-009-b .hs-menu-depth-1 > a span {
      color: #00558b; }
  .gdd-009-b .sn-li-l1.has-subnav > a span, .gdd-009-b .sn-li-l1.menu-item-has-children > a span, .gdd-009-b .sn-li-l1.hs-item-has-children > a span,
  .gdd-009-b .hs-menu-depth-1.has-subnav > a span,
  .gdd-009-b .hs-menu-depth-1.menu-item-has-children > a span,
  .gdd-009-b .hs-menu-depth-1.hs-item-has-children > a span {
    padding-right: 1em;
    background-image: url(https://2771415.fs1.hubspotusercontent-na1.net/hubfs/2771415/img/dropdown-arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 0.6111111111em 0.3888888889em;
    display: inline-block;
    vertical-align: middle; } }

@media (min-width: 60em) {
  .gdd-009-b .sn-li-l1 > a span,
  .gdd-009-b .hs-menu-depth-1 > a span {
    font-size: 0.875em;
    color: #ffffff !important;
  } }

@media (min-width: 80em) {
  .gdd-009-b .sn-li-l1 > a span,
  .gdd-009-b .hs-menu-depth-1 > a span {
    font-size: 1.125em; } }

.gdd-009-b-sr-wrapper {
  display: none; }
  .gdd-009-b-sr-wrapper .sh-ico-search {
    background-image: url(https://2771415.fs1.hubspotusercontent-na1.net/hubfs/2771415/img/ico-search-blue.png) !important; }
  @media (max-height: 46em) and (min-width: 60em) {
    .gdd-009-b-sr-wrapper .sh-ico-gdd-006-b {
       bottom: 0; } }
/* @media (max-height: 40em) and (min-width: 60em) {
  .gdd-009-b-sr-wrapper .sh-ico-gdd-006-b {
    bottom: -0.75em; } } */

  @media (min-width: 60em) {
    .gdd-009-b-sr-wrapper {
      display: block; }
      .gdd-009-b-sr-wrapper .sh-ico-search {
        color: #ffffff !important;
        background-image: url(https://2771415.fs1.hubspotusercontent-na1.net/hubfs/2771415/img/search-white.png) !important; }
      .gdd-009-b-sr-wrapper .sh-ico-gdd-006-b {
/*         bottom: -0.5555555556em; */
        height: 2.6666666667em;
        padding-top: 0.7777777778em; }
      .gdd-009-b-sr-wrapper .sh-ico-search {
        background-size: 1.125em 1.125em;
        background-position: 0 1em;
        padding-top: 0; }
        .gdd-009-b-sr-wrapper .sh-ico-search span {
          padding-left: 0;
          margin-top: 0; } }
  @media (min-width: 80em) {
    .gdd-009-b-sr-wrapper .sh-ico-gdd-006-b {
      bottom: 0;
      height: 2.6666666667em;
      padding-top: 0.7777777778em; }
    .gdd-009-b-sr-wrapper .sh-ico-search {
      background-size: 1.9375em 2em;
      padding-left: 2em;
      background-position: 0 0.5625em; }
      .gdd-009-b-sr-wrapper .sh-ico-search span {
        padding-left: 0; } }

@media (max-height: 40em) and (min-width: 80em) {
   .sh-sticky-wrap .sr-wrapper .sh-ico-search {
        float: left;
        background-size: 18px 18px;
        padding-left: 2em;
        padding-right: 2.5em;
        background-position: 0 .8em;
    } 
}  
@media screen and (min-width: 1365px) and (max-width: 1400px) {
 .gdd-009-b-sr-wrapper .sh-ico-gdd-006-b {
       bottom: 0; }
}
@media (min-width: 40em) {
  .sh-sticky-wrap {
    background-color: #02548b; }
    .sh-sticky-wrap.stuck {
      background-color: #02548b; }
  .sh-sticky-wrap.stuck .hs-menu-depth-1 {
/*     padding-right: 0 !important; */
  }
} 
 
@media (min-width: 60em) {
  .sh-sticky-wrap.stuck .gdd-009-b .sticky-logo {
    display: block;
    float: left;
    margin-top: 0.25em;
    max-width: 2.4em;
    width: 100%;
    margin-left: 0.1875em;
    position: relative;
    z-index: 100; }
    .sh-sticky-wrap.stuck .gdd-009-b .sticky-logo img {
      display: block; }
  .sh-sticky-wrap.stuck .site-nav, .sh-sticky-wrap.stuck #hs_menu_wrapper_default {
    //left: 0.9375em;
  left:0; 
  } 
   .sh-sticky-wrap.stuck .gdd-013-b-sr-wrapper .sh-ico-search{
     padding-right: 2.7em;
  }
}

/* gdd 009 b css end */
.recom-res {
  text-align: center; }

.home-intro {
  background-color: rgba(239, 239, 239, 0.9);
  position: relative;
  z-index: 2; }
  .home-intro .hi-link-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1; }
  .home-intro .inner-wrap, .home-intro .inner-wrap-narrow, .home-intro .inner-wrap-wide, .home-intro .inner-wrap-widder, .home-intro .inner-wrap-fullwidth {
    padding-top: 1.25em;
    padding-bottom: 1.25em; }
  .home-intro .hi-wrap {
    text-align: center; }
    .home-intro .hi-wrap > div {
      display: block;
      margin-bottom: 1.25em; }
      .home-intro .hi-wrap > div:last-child {
        margin-bottom: 0; }
    @media (min-width: 60em) {
      .home-intro .hi-wrap {
        display: table;
        width: 100%;
        text-align: left; }
        .home-intro .hi-wrap > div {
          display: table-cell;
          vertical-align: middle;
          margin-bottom: 0; }
        .home-intro .hi-wrap .hiw-left {
          width: 80%; }
        .home-intro .hi-wrap .hiw-right {
          width: 20%;
          text-align: right; } }
    @media (min-width: 80em) {
      .home-intro .hi-wrap .hiw-left {
        width: 90%; }
      .home-intro .hi-wrap .hiw-right {
        width: 10%; } }
  .home-intro .hi-heading {
    font-size: 1.3125em;
    margin: 0; }

.semi-finish-machining-service-intro {
  /*background-image: url(/wp-content/uploads/machining-services-hero-new2.jpg);*/
  background-image: url(/wp-content/uploads/machining-services-hero-new2-1.jpg);
  position: relative;
  /*&:after{
    position: absolute;
    content: "";
    background: #fff;
    opacity: .8;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }*/ }
  .semi-finish-machining-service-intro .inner-wrap, .semi-finish-machining-service-intro .inner-wrap-narrow, .semi-finish-machining-service-intro .inner-wrap-wide, .semi-finish-machining-service-intro .inner-wrap-widder, .semi-finish-machining-service-intro .inner-wrap-fullwidth {
    position: relative;
    z-index: 1; }
  @media (min-width: 60em) {
    .semi-finish-machining-service-intro .sti-content {
      /*width: 62%;*/ }
      .semi-finish-machining-service-intro .sti-content .sti-header {
        font-size: 2.625em; } }
  @media (min-width: 80em) {
    .semi-finish-machining-service-intro .sti-content {
      width: 62%; }
      .semi-finish-machining-service-intro .sti-content .sti-header {
        font-size: 3.125em; } }
  @media (min-width: 60em) {
    .semi-finish-machining-service-intro .sti-cta-wrap {
      margin-right: 0;
      margin-top: 9.375em; } }
  @media (min-width: 80em) {
    .semi-finish-machining-service-intro .sti-cta-wrap {
      margin-top: 5.3125em; } }
  @media (max-height: 46em) and (min-width: 60em) {
    .semi-finish-machining-service-intro .sti-cta-wrap {
      margin-right: 0;
      margin-top: 2.5em; } }

@media (min-width: 60em) {
  .sfms-sub-menu-module .sub-menu-link a {
    padding-right: 0px;
    font-size: 12px; } }

@media (min-width: 80em) {
  .sfms-sub-menu-module .sub-menu-link a {
    padding-right: 10px;
    font-size: 14px; } }

@media (max-height: 46em) and (min-width: 60em) {
  .sfms-sub-menu-module .sub-menu-link a {
    font-size: 11px; } }

.semi-finish-machining-service-test-devices {
  background-image: url(/wp-content/uploads/semi-finish-machining-service-test-devices.jpg); }
  @media (min-width: 40em) {
    .semi-finish-machining-service-test-devices .accordion-tabs .tab-link {
      width: 24%; } }
  @media (min-width: 60em) {
    .semi-finish-machining-service-test-devices .accordion-tabs .tab-link {
      width: 24.5%; } }

.semi-finish-machining-service-test-devices-icon-module {
  background-image: url(/wp-content/uploads/semi-finish-machining-service-test-devices.jpg) !important;
  background-position: right center; }
  @media (min-width: 40em) {
    .semi-finish-machining-service-test-devices-icon-module .accordion-tabs .tab-link {
      width: 24%;
      text-align: center; } }
  @media (min-width: 60em) {
    .semi-finish-machining-service-test-devices-icon-module .tab-img-wrap {
      height: 100px;
      width: 100px; } }

.semi-finish-machining-service-pre-spin-process {
  background-image: url(/wp-content/uploads/module-2.jpg);
  background-position: left center; }
  @media (min-width: 40em) {
    .semi-finish-machining-service-pre-spin-process .accordion-tabs .tab-link {
      width: 49.6%; } }
  @media (min-width: 60em) {
    .semi-finish-machining-service-pre-spin-process .accordion-tabs .tab-link {
      width: 49.7%; }
    .semi-finish-machining-service-pre-spin-process .accordion-tabs .tab-content-wrap {
      max-width: 38.4375em; } }
  @media (min-width: 80em) {
    .semi-finish-machining-service-pre-spin-process .accordion-tabs .tab-link {
      width: 49.8%; } }

.same-size {
  display: inline-block;
  vertical-align: top; }
  .same-size img {
    max-height: 11.9375em;
    width: auto;
    min-height: 11.9375em; }

/** gdd-011 **/
.gsi-text {
  position: relative;
  z-index: 999; }
  .gsi-text .gsi-header {
    font-size: 40px;
    color: #ffffff;
    font-weight: 400; }
    @media (min-width: 60em) {
      .gsi-text .gsi-header {
        line-height: 1.5em; } }
  .gsi-text .gsi-clk {
    display: none;
    font-size: 25px;
    color: #ffffff;
    font-weight: 400;
    position: relative; }
    @media (min-width: 60em) {
      .gsi-text .gsi-clk {
        display: block !important;
        margin-right: 6%; } }
    .gsi-text .gsi-clk:after {
      content: '';
      background-image: url(//www.testdevices.com/wp-content/themes/test-devices/img/gsi-arrow-ico.png);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 20px 20px;
      display: block;
      width: 20px;
      height: 20px;
      right: -30px;
      top: 9px;
      position: absolute; }
  @media (min-width: 60em) {
    .gsi-text {
      display: inline-block;
      width: 60%;
      text-align: right;
      vertical-align: top; } }

.gsi-cta-wrap {
  position: relative;
  z-index: 9999; }
  .gsi-cta-wrap .gsi-cta {
    font-size: 20px;
    color: #ffffff;
    font-weight: 400;
    border-radius: 20px;
    background-color: #ba1008;
    border-radius: 50px;
    display: block;
    text-decoration: none;
    max-width: 267px;
    margin-bottom: 30px;
    padding-top: 14px;
    padding-bottom: 14px;
    text-align: left;
    padding-left: 30px;
    position: relative; }
    .gsi-cta-wrap .gsi-cta:after {
      content: '';
      background-color: #990000;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 40px 40px;
      display: block;
      width: 80px;
      height: 80px;
      right: -30px;
      top: -12px;
      position: absolute;
      border-radius: 50%;
      box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 8px; }
    .gsi-cta-wrap .gsi-cta:hover {
      background-color: #02548b; }
      .gsi-cta-wrap .gsi-cta:hover:after {
        transform: rotate(45deg); }
  .gsi-cta-wrap .gsi-spin:after {
    background-image: url(//www.testdevices.com/wp-content/themes/test-devices/img/gsi-spin.png); }
  .gsi-cta-wrap .gsi-balance:after {
    background-image: url(//www.testdevices.com/wp-content/themes/test-devices/img/gsi-balancing.png); }
  .gsi-cta-wrap .gsi-services:after {
    background-image: url(//www.testdevices.com/wp-content/themes/test-devices/img/gsi-machining.png); }
  .gsi-cta-wrap .gsi-services {
    margin-bottom: 0; }
  @media (min-width: 60em) {
    .gsi-cta-wrap {
      display: inline-block;
      width: 40%;
      padding-left: 5%;
      vertical-align: top; } }

.gsi-clk-mob {
  font-size: 25px;
  color: #ffffff;
  font-weight: 400;
  position: relative;
  display: inline-block;
  z-index: 9999;
  margin-bottom: 0; }
  @media (min-width: 60em) {
    .gsi-clk-mob {
      display: none !important; } }

.si-mb-arrow {
  margin-bottom: 15px; }
  @media (min-width: 60em) {
    .si-mb-arrow {
      display: none !important; } }

@media (min-width: 87.5em) {
  .gsi-text .gsi-header {
    font-size: 58px; }
  .gsi-text {
    width: 75%;
    padding-right: 5%; }
  .gsi-cta-wrap {
    width: 25%;
    padding-left: 0; } }

@media (min-width: 60em) {
  .site-intro .inner-wrap.gdd-011-b, .site-intro .gdd-011-b.inner-wrap-narrow, .site-intro .gdd-011-b.inner-wrap-wide, .site-intro .gdd-011-b.inner-wrap-widder, .site-intro .gdd-011-b.inner-wrap-fullwidth {
    padding-bottom: 5.625em; } }

@media (min-width: 90em) {
  .gsi-cta {
    margin-bottom: 50px !important; }
  .gsi-text {
    padding-right: 10% !important; } }

@media (max-width: 59.9375em) {
  .gsi-cta-wrap {
    max-width: 300px;
    margin: 0 auto; }
  .gsi-header br {
    display: none; } }

/** gdd-011 end **/
/** gdd-010 landing page **/
.gdd010-form-wrap form label {
  display: block; }

.gdd010-form-wrap form .hs-error-msg {
  display: block !important; }

.gdd-010-wrap .popup-intro {
  text-align: center; }

.gdd010-btn {
  border: 1px solid #000; }

.gdd010-btn:focus {
  color: #ffffff !important; }

.popup-inner-wrap {
  max-width: 544px;
  margin: 0 auto;
  background: #efefef;
  padding: 20px; }

.gdd010-form-wrap form input[type="email"], input[type="number"], input[type="tel"], input[type="text"], select , input[type="email"] {
  padding-top: 15px;
  padding-bottom: 15px;
  border: 1px solid #cccccc;
  border-radius: 6px;
  margin-bottom: 25px; }

.gdd010-form-wrap form select {
  height: 50px !important; }

.gdd010-form-wrap form .hs-field-desc {
  font-size: 18px;
  color: #333333;
  font-weight: 400; }

.gdd010-form-wrap .hs-form-booleancheckbox-display {
  display: block !important;
  font-size: 18px;
  color: #333333;
  font-weight: 400; }

.fp-title {
  text-align: center;
  color: #ffffff; }

.gdd-010-wrap .mfp-close {
  width: 121px;
  font-size: 18px;
  font-weight: 400;
  background-color: #2d2d2d !important;
  border-radius: 5px; }

.gdd010-form-wrap form input[type="submit"] {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  font-family: 'Open Sans', sans-serif;
  padding-top: 21px;
  padding-bottom: 21px;
  margin-top: 19px;
  border-radius: 5px;
  background-color: #cc0000;
  background-image: url(https://2771415.fs1.hubspotusercontent-na1.net/hubfs/2771415/gdd010-dwd-ico.png);
  background-position: 95% center;
  background-repeat: no-repeat;
  background-size: 30px 30px; }

.gdd010-form-wrap form input[type="submit"]:hover {
  background-color: #990000; }

.gdd-010-wrap .fp-title {
  font-size: 25px;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 30px; }

.gdd010-form-wrap .hs-dependent-field {
  position: relative; }

/* .gdd010-form-wrap .hs-dependent-field select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

.gdd010-form-wrap .hs-dependent-field:before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 40%;
  right: 10px;
  width: 0;
  height: 0;
  border: 4px dashed;
  border-color: #595959 transparent;
  pointer-events: none;
  border-bottom-style: solid;
  border-top: none; }

.gdd010-form-wrap .hs-dependent-field:after {
  margin-top: 7px;
  border-top-style: solid;
  border-bottom: none !important; }

.gdd010-form-wrap .hs-dependent-field:after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 40%;
  right: 10px;
  width: 0;
  height: 0;
  border: 4px dashed;
  border-color: #595959 transparent;
  pointer-events: none; } */

.hs-landing-page .mfp-content {
  margin-bottom: 1%; }

.lp-intro-dest h1 {
  font-size: 41px;
  line-height: 42px; }

.gdd-010-b .site-content-primary img {
  max-width: 200px; }

.gdd-010-b .site-content-primary {
  text-align: center; }

@media (min-width: 40em) {
  .lp-intro-dest h1 {
    font-size: 4.375em;
    line-height: 0.7857142857em; }
  .gdd010-form-wrap form input[type="submit"] {
    background-position: 84% center;
    background-size: 40px 35px; }
  .popup-inner-wrap {
    padding: 30px 70px 40px 70px; }
  .hs-gdpr_checkbox {
    padding-left: 20px;
    padding-right: 20px; }
  .gdd-010-b .site-content-primary img {
    max-width: 320px; } }

@media (min-width: 60em) {
  .gdd-010-b .site-content-primary {
    width: 50% !important;
    margin-right: 0 !important;
    text-align: center; }
  .gdd-010-b .site-content-secondary {
    width: 50% !important; } }

/* Form Animation */
@keyframes fadeInUp {
  from {
    transform: translate3d(0, 40px, 0); }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-webkit-keyframes fadeInUp {
  from {
    transform: translate3d(0, 40px, 0); }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both; }

.animatedFadeInUp {
  opacity: 0; }

.fadeInUp {
  opacity: 0;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp; }

/* Form Animation end */
/** gdd-010 landing page end **/
.video-module {
  text-align: center; }
  .video-module video {
    max-width: 100%; }

.ap-btn {
  padding-left: 80px;
  padding-right: 80px; }
  .ap-btn:focus {
    color: #ffffff !important; }

@media (min-width: 40em) {
  .career-btn {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 0.75em; } }

@media (min-width: 60em) {
  .career-btn {
    padding-left: 60px;
    padding-right: 60px;
    font-size: 1em; } }

@media (min-width: 80em) {
  .career-btn {
    padding-left: 80px;
    padding-right: 80px; } }

.career-btn:focus {
  color: #ffffff !important; }

/* gdd 012 b css start */
.hs-content-id-4932220314 .cta-module, .hs-content-id-5494785799 .cta-module, .hs-content-id-4932031300  .cta-module, , .hs-content-id-4932031300  .cta-module, .hs-content-id-4932041669 .cta-module{
  display:none !important;
}
.cta-module {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: -12.5em;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  z-index: 999;
  box-shadow: 0 0 5px 1px #ccc; }
  .cta-module > .inner-wrap, .cta-module > .inner-wrap-narrow, .cta-module > .inner-wrap-wide, .cta-module > .inner-wrap-widder, .cta-module > .inner-wrap-fullwidth {
    padding: 0.9375em; }
  @media (min-width: 60em) {
    .cta-module > .inner-wrap, .cta-module > .inner-wrap-narrow, .cta-module > .inner-wrap-wide, .cta-module > .inner-wrap-widder, .cta-module > .inner-wrap-fullwidth {
      padding: 0; } }

.cm-eading {
  color: white;
  text-transform: uppercase;
  font-size: 1em; }
  @media (min-width: 60em) {
    .cm-eading {
      display: inline-block;
      vertical-align: middle;
      margin: 0 1.1111111111em 0 0;
      font-size: 2.375em;
      font-weight: 400;
      line-height: 3.1578947368em; } }

.cm-cta {
  color: white;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  background-image: url(https://info.testdevices.com/hubfs/img/circle-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 6.25em;
  height: 6.25em;
  line-height: 6.25em; }
  .cm-cta:hover {
    color: white;
    text-decoration: underline; }
  .cm-cta:focus, .cm-cta:active {
    color: white; }
  @media (min-width: 60em) {
    .cm-cta {
      font-size: 1.375em;
      position: relative;
      width: 9.0909090909em;
      height: 5.4545454545em;
      line-height: 5.4545454545em; } }

.cta-close {
  color: white;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.25em;
  position: absolute;
  right: 0.5em;
  top: 0.15em; }

/* gdd 012 b css end */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

.alignright {
  display: block;
  padding-bottom: 1.5em; }

.alignleft {
  display: block;
  padding-bottom: 1.5em; }

.aligncenter {
  display: block;
  margin: 0 auto; }

@media (min-width: 40em) {
  .alignright {
    display: block;
    float: right;
    padding-bottom: 1.5em;
    padding-left: 1.5em; }
  .alignleft {
    display: block;
    float: left;
    padding-bottom: 1.5em;
    padding-right: 1.5em; }
  .aligncenter {
    display: block;
    margin: 0 auto; } }

.text-alignright {
  text-align: right; }

.text-alignleft {
  text-align: left; }

.text-aligncenter {
  text-align: center; }

.clearboth {
  clear: both;
  display: block; }

.spacing-bottom {
  margin-bottom: 2em; }

.spacing-top {
  margin-top: 2em; }

.no-mobile {
  display: none; }
  @media (min-width: 40em) {
    .no-mobile {
      display: inline-block; } }

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Icon Fonts - Removed
*********************************/
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0;
  background: transparent;
  border: 0;
  position: relative;
  zoom: 1; }

.flex-viewport {
  max-height: 125em;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.flexslider .slides {
  zoom: 1; }

.carousel li {
  margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 57%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease; }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

.flexslider:hover .flex-prev {
  left: 10px; }

.flexslider:hover .flex-next {
  right: 10px; }

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default; }

.flex-direction-nav a:before {
  display: block;
  content: '';
  height: 2.5em;
  background-size: 40px;
  background-repeat: no-repeat;
  background-image: url(https://2771415.fs1.hubspotusercontent-na1.net/hubfs/2771415/img/ico-arrow-left.svg); }

/*{ font-family: "flexslider-icon"; font-size: 40px; line-height:1; display: inline-block; content: '\f001'; }*/
.flex-direction-nav a.flex-next:before {
  background-image: url(https://2771415.fs1.hubspotusercontent-na1.net/hubfs/2771415/img/ico-arrow-right.svg); }

/*{ content: '\f002'; }*/
/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

/*
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}
*/
.flex-direction-nav .flex-prev {
  opacity: .3;
  left: 10px; }

.flex-direction-nav .flex-next {
  opacity: .3;
  right: 10px; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

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

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

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

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

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

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

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-figure figure {
  margin: 0; }

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

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

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

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

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

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

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

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

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

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

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

/*! Tablesaw - v1.0.2 - 2014-12-17
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2014 Filament Group; Licensed MIT */
table.tablesaw {
  empty-cells: show;
  max-width: 100%;
  width: 100%; }

.tablesaw {
  border-collapse: collapse;
  width: 100%; }

/* Structure */
.tablesaw {
  border: 0;
  padding: 0; }

.tablesaw th,
.tablesaw td {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: .5em .7em; }

.tablesaw thead tr:first-child th {
  padding-top: .9em;
  padding-bottom: .7em; }

/* Table rows have a gray bottom stroke by default */
.tablesaw-stack tbody tr {
  border-bottom: 1px solid #dfdfdf; }

.tablesaw-stack td .tablesaw-cell-label,
.tablesaw-stack th .tablesaw-cell-label {
  display: none; }

/* Mobile first styles: Begin with the stacked presentation at narrow widths */
@media only all {
  /* Show the table cells as a block level element */
  .tablesaw-stack td,
  .tablesaw-stack th {
    text-align: left;
    display: block; }
  .tablesaw-stack tr {
    clear: both;
    display: table-row; }
  /* Make the label elements a percentage width */
  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: block;
    padding: 0 .6em 0 0;
    width: 30%;
    display: inline-block; }
  /* For grouped headers, have a different style to visually separate the levels by classing the first label in each col group */
  .tablesaw-stack th .tablesaw-cell-label-top,
  .tablesaw-stack td .tablesaw-cell-label-top {
    display: block;
    padding: .4em 0;
    margin: .4em 0; }
  .tablesaw-cell-label {
    display: block; }
  /* Avoid double strokes when stacked */
  .tablesaw-stack tbody th.group {
    margin-top: -1px; }
  /* Avoid double strokes when stacked */
  .tablesaw-stack th.group b.tablesaw-cell-label {
    display: none !important; } }

@media (max-width: 39.9375em) {
  .tablesaw-stack thead td,
  .tablesaw-stack thead th {
    display: none; }
  .tablesaw-stack tbody td,
  .tablesaw-stack tbody th {
    clear: left;
    float: left;
    width: 100%; }
  .tablesaw-cell-label {
    vertical-align: top; }
  .tablesaw-cell-content {
    max-width: 67%;
    display: inline-block; }
  .tablesaw-stack td:empty,
  .tablesaw-stack th:empty {
    display: none; } }

/* Media query to show as a standard table at 560px (35em x 16px) or wider */
@media (min-width: 40em) {
  .tablesaw-stack tr {
    display: table-row; }
  /* Show the table header rows */
  .tablesaw-stack td,
  .tablesaw-stack th,
  .tablesaw-stack thead td,
  .tablesaw-stack thead th {
    display: table-cell;
    margin: 0; }
  /* Hide the labels in each cell */
  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: none !important; } }

.tablesaw-stack thead th {
  text-align: center; }

.tablesaw-stack th {
  background-color: #00558b;
  color: #ffffff;
  font-weight: normal; }

.td-checked {
  background-image: url(https://2771415.fs1.hubspotusercontent-na1.net/hubfs/2771415/img/checked.png);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center;
  width: 16px; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg"); }

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: '←'; }

[dir='rtl'] .slick-prev:before {
  content: '→'; }

.slick-next {
  right: -25px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: '→'; }

[dir='rtl'] .slick-next:before {
  content: '←'; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  right: 0; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }

/** gdd-014 **/

.gdd-014-b .gfm-wrap h2{
  text-align:center;
      font-family: "Carrois Gothic", sans-serif;
  font-size:21px;
  font-weight:400;
  color:#cc0000;
}

.gdd-014-b .gfm-wrap .hs-error-msg{
   color:#cc0000 !important;
}

.gdd-014-b .gfm-wrap label{
  display:none !important;
    font-family: "Carrois Gothic", sans-serif;
  font-size:17px;
  font-weight:400;
  color:#000000;
}

.gdd-014-b .gfm-wrap .hs-fieldtype-booleancheckbox{
     font-family: "Carrois Gothic", sans-serif;
  font-size:14px;
  font-weight:400;
  color:#000000;
}

.gdd-014-b .gfm-wrap .hs-fieldtype-booleancheckbox label{
     font-family: "Carrois Gothic", sans-serif;
  font-size:14px;
  font-weight:400;
  color:#000000;
}

.gdd-014-b .gfm-wrap .hs-error-msgs label{
  display:block !important;
}

.gdd-014-b .gfm-wrap .hs-industrydropdown label,.gdd-014-b .gfm-wrap .hs-fieldtype-file label{
    display:block !important;
}



.gdd-014-b .gfm-wrap .hs-fieldtype-booleancheckbox label{
   display:block !important;
}

.gdd-014-b .form-section{
  background-color:#efefef;
}

.gdd-014-b .form-section .hs-input {
      border: 1px solid #cccccc;
    width: 100% !important;
  height: 60px;
    border-radius: 3px;
}

.gdd-014-b .form-section select {
      border: 1px solid #cccccc;
    width: 100% !important;
  height: 60px !important;
    border-radius: 3px;
}

.gdd-014-b .form-section textarea { 
      border: 1px solid #cccccc;
 height: 160px !important;
}

.gdd-014-b .form-section input[type="checkbox"]{
  width:auto !important;
  height:auto !important;
}

.gdd-014-b .gfm-wrap input[type="file"] {
    border: 0 !important;
    height: auto !important;
}


.gdd-014-b .gfm-wrap .hs_submit{
  text-align: center;
}

.gdd-014-b .gfm-wrap input[type="submit"] {
    background-image: url(https://2771415.fs1.hubspotusercontent-na1.net/hubfs/2771415/img/ico-download.svg);
    background-position: 1.5em center;
    background-repeat: no-repeat;
    background-size: 13% auto;
    padding: 1em 2em 1em 3.8em;
    margin: 0 auto;
    display: block;
}

.gd-content{
  text-align:center;
}

.gd-content h2{
    font-family: "Carrois Gothic", sans-serif;
  font-weight:400;
  font-size:40px;
  color:#2a669f;
  text-transform:uppercase;
}

.gd-content p{
   font-family: "Carrois Gothic", sans-serif;
  font-weight:400;
  font-size:16px;
  color:#333333;
  margin:0 !important;
}

.gd-content .contact-links{
  margin-top:2em;
}

.gd-content .contact-links span,.gd-content .contact-links a{
     font-family: "Carrois Gothic", sans-serif;
  font-weight:400;
  font-size:22px;
  color:#2a669f;
  text-decoration:none;
}

.gd-content .contact-links span{
  display: inline-block;
  padding-left:2em;
}
    

.cl-phone,.cl-fax{
  position:relative;
}

.cl-phone:before{
  content: "";
    position: absolute;
    left: 0;
    top: 4px;
    background-image: url(https://2771415.fs1.hubspotusercontent-na1.net/hubfs/2771415/gd-ph.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 36px 36px;
    width: 36px;
    height: 36px;
}

.cl-fax:before{
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    background-image: url(https://2771415.fs1.hubspotusercontent-na1.net/hubfs/2771415/gd-fax.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 36px 36px;
    width: 36px;
    height: 36px;
}

.contact-map-module a{
  display:block;
    background-repeat: no-repeat;
    background-image: url(https://2771415.fs1.hubspotusercontent-na1.net/hubfs/2771415/contact-map-new.jpg);
    height: 400px;
    background-position: 49% 60%;
    background-size: cover;
  text-decoration:none;
}

.gdd-014-b .gfm-wrap .hs-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size:17px;
   font-family: "Carrois Gothic", sans-serif;
  font-weight:400;
 color:#000000;
}

.gdd-014-b .gfm-wrap .hs-input::-moz-placeholder { /* Firefox 19+ */
   font-size:17px;
   font-family: "Carrois Gothic", sans-serif;
  font-weight:400;
  color:#000000;
}

.gdd-014-b .gfm-wrap .hs-input:-ms-input-placeholder { /* IE 10+ */
   font-size:17px;
   font-family: "Carrois Gothic", sans-serif;
  font-weight:400;
 color:#000000;
}

.gdd-014-b .gfm-wrap .hs-input:-moz-placeholder { /* Firefox 18- */
   font-size:17px;
   font-family: "Carrois Gothic", sans-serif;
  font-weight:400;
  color:#000000;
}

.gdd-014-b .gfm-wrap select{
     font-family: "Carrois Gothic", sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #000000;
}

.gdd-014-b .gfm-wrap .hs-gdpr_checkbox .hs-form-booleancheckbox {
  margin-top:10px;
}
    
@media(min-width:40em) {
  
  .contact-links .cl-phone{
    margin-right:1em;
  }
}


@media (max-width:959px) and (min-width:481px) {
  
.gdd-014-b .gfm-wrap fieldset.form-columns-3 .hs-form-field {
    width: 33.3% !important;
}  
  
}
.hs_recaptcha{
    margin: 15px 0 !important;
    clear:none !important;
}

@media(min-width:60em){
  .hs_recaptcha{
    float: left !important;
  }
  .gdd-014-b .gfm-wrap .hs_firstname,.gdd-014-b .gfm-wrap .hs_lastname{
        width: 25% !important;
  }
  
  .gdd-014-b .gfm-wrap .hs_address,.gdd-014-b .gfm-wrap .hs_country{
    width: 40% !important;
    float:right !important;
  }
  
  .gdd-014-b .gfm-wrap .hs-message label{
   display:block !important;
  visibility:hidden;
}

  .gdd-014-b .gfm-wrap fieldset:nth-child(2){
        float: left;
    width: 50%;
    margin-right: 10%;
  }  
  
  .gdd-014-b .gfm-wrap fieldset:nth-child(3) .hs-form-field{
        width: 33.3%;
  }
  
  .gdd-014-b .gfm-wrap fieldset:nth-child(4){
    clear:both;
  }
  
  .gdd-014-b .gfm-wrap fieldset:nth-child(5){
        float: left;
    width: 50%;
  }
  
  .gdd-014-b .gfm-wrap fieldset:nth-child(6){
        float: left;
    width: 50%;
    clear:left;
  }
  
  .gdd-014-b .gfm-wrap fieldset:nth-child(8){
    clear:both;
      float: left;
    width: 50%;
  }
  
  
  .gdd-014-b .gfm-wrap fieldset:nth-child(9){
      float: right;
    width: 40%;
  }
  
  .gdd-014-b .gfm-wrap .hs-message{
        width: 80%;
    float: right;
  }
  
  .gdd-014-b .gfm-wrap .hs_submit{
     display: block;
    width: 100%;
    clear: both;
}
  
  
}
/** gdd-014 end **/
.form-side-content.gdd-016-b h2 {
  border-bottom: 2px solid #cc0000;
    margin-bottom: 30px;
    padding-bottom: 15px;
    clear: both;
}
.form-side-content.gdd-016-b ul:not([class]) li:not([class]):after {
    content: '';
    width: 2.5em;
    height: 2em;
    left: -3em;
    background-image: url(https://2771415.fs1.hubspotusercontent-na1.net/hubfs/2771415/tick.png);
    background-size: 1.45em;
}
.form-side-content.gdd-016-b ul:not([class]) {
    padding-left: 6.5em;
}
div#hs_form_target_form1 input#gdpr_checkbox-b97722b5-dc68-46c5-bd80-a2f385b6e266_7860 {
    width: 15px !important;
}
div#hs_form_target_form1 .hs-gdpr_checkbox {
    padding-left: 0;
    padding-right: 0;
}
.form-side-content.gdd-016-b .hs_recaptcha {
    float: none !important;
}
div#hs_form_target_form1 .hs_submit.hs-submit {
    background-color: #cc0000;
}
div#hs_form_target_form1 .hs_submit.hs-submit:hover, div#hs_form_target_form1 .hs_submit.hs-submit:focus{
  background-color: #990000;
}
div#hs_form_target_form1 input[type="submit"] {
    background: transparent;
}
div#hs_form_target_form1 select {
    padding-top: 0;
    padding-bottom: 0;
}
.gdd-016-b .hs-landing-page .site-content.two-column-alt .form-wrapper input[type="submit"] {
  background-image: none !important;
}
.gdd-016-b input.hs-button.primary {
    width: auto !important;
}

.gdd-017-b {
  display:none;
}
.gdd-017-b label {
     color: #00558b;
}
.gdd-017-b label.hs-error-msg {
    color: #bb271a;
}
.gdd-017-b label.hs-form-booleancheckbox-display {
    color: #333;
}
.gdd-017-b select {
   
}
.gdd-017-b form input[type="email"], .gdd-017-b input[type="number"], .gdd-017-b input[type="tel"], .gdd-017-b input[type="text"], .gdd-017-b select, .gdd-017-b input[type="email"] {
    padding-top: 15px;
    padding-bottom: 15px;
    border: 1px solid #cccccc;
    border-radius: 6px;
    margin-bottom: 25px;
    height: 50px !important;
}
.gdd-017-b .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    float: none !important;
}
.gdd-017-b input.hs-button.primary.large {
    width: 98.8%;
}
.gdd-017-b .form-wrapper {
    background-color: #dfdfdf;
    padding: 10px 30px 30px;
}
.hs-form-46ab7599-7875-45ec-b630-589f814e554a_444d5ea6-ae5a-47c0-a3b0-e6d634693080 fieldset.form-columns-1 textarea.hs-input {
    width: 100% !important;
}
.gdd-017-b textarea {
    width: 100% !important;
}
@media only screen and (min-width: 768px) {
.gdd-017-b .form-columns-3 .hs-form-field {
    width: 33.33% !important;
}
}
@media only screen and (max-width: 767px)  {
  span.tel {
    width: 100%;
    float: left;
    margin: 0 !important;
}
}
@media only screen and (min-width: 961px) { 
  .gdd-017-b .form-content {
      width: 37%;
  }
  .gdd-017-b .form-wrapper {
    width: 58%;
  }
}

/* Anything HubSpot Related */
.hs-error-msgs {
  color: #C02F2F; }

li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > a {
  @media(min-width:60em) {
    padding-right: 1em;
/*     background-image: url(https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img/https://www.testdevices.com/wp-content/themes/test-devices/img/dropdown-arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: -0.611111em 0.611111em; */
    display: block;
    vertical-align: middle;
    padding-right: 1.662234em !important;
  }
}

@media(min-width:80em) {
  li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > a {
    padding-right: 18.341px !important;
  }
} 
@media only screen and (min-width: 1280px) and (max-height: 640px) {
     .gdd-009-b .sn-li-l1 > a, .gdd-009-b .hs-menu-depth-1 > a {
        padding: 0 4.8px !important;
    }
      li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > a {
        padding-right: 16.506px !important;
    }
  .sh-ico-gdd-006-b span {
    font-size:14px;
  }
}
  

.hs-menu-depth-1 {
/*     padding-right: 0 !iimportant; */
/*   @media (min-width: 60em) {
    padding-right: 1em;
  } */
}
.sh-sticky-wrap.stuck .site-nav, .sh-sticky-wrap.stuck #hs_menu_wrapper_default {
/*     top: -2.75em; */
}

.snc-header {
    background-color: #cc0000;
}
@media only screen and (max-width: 700px) { 
  p a {
    font-size: 17px;
  }
  
  img.cnt-img {
   width: 17px !important;
  }
} 
@media only screen and (min-width: 701px) and (max-width: 1024px) { 
  p a {
    font-size: 19px;
  }
  
  img.cnt-img {
   width: 20px !important;
    vertical-align: bottom !important;
  }
}
@media only screen and (min-width: 1024px) { 
.hs-responsive-embed-inner-wrapper {
    padding-bottom: 112% !important;
}
}

.form-side-cont.gdd-016-b {
    float: left;
    width: 33%;
  padding-left: 2em;
}
.gdd-016-b.form-side {
    float: left;
    width: 62%;
}

.form-side-cont.gdd-016-b h2 {
  border-bottom: 2px solid #cc0000;
    margin-bottom: 30px;
    padding-bottom: 15px;
    clear: both;
}
.form-side-cont.gdd-016-b ul:not([class]) li:not([class]):after {
    content: '';
    width: 2.5em;
    height: 2em;
    left: -3em;
    background-image: url(https://2771415.fs1.hubspotusercontent-na1.net/hubfs/2771415/tick.png);
    background-size: 1.45em;
}
.form-side-cont.gdd-016-b ul:not([class]) {
    padding-left: 4.5em;
}
div#hs_form_target_form1 input#gdpr_checkbox-b97722b5-dc68-46c5-bd80-a2f385b6e266_7860 {
    width: 15px !important;
}
div#hs_form_target_form1 .hs-gdpr_checkbox {
    padding-left: 0;
    padding-right: 0;
}
.form-side-cont.gdd-016-b .hs_recaptcha {
    float: none !important;
}
.gdd-016-b .hs_recaptcha {
    float: none!important;
}

.gdd-016-b .form-wrapper {
    padding: 1em 2em 2.5em !important;
} 
@media only screen and (max-width: 960px) { 
.gdd-016-b.form-side, .form-side-cont.gdd-016-b {
    width: 100%;
    padding: 0;
}
/*  .hs-menu-depth-3 a {
    font-size: 18px;
} */
}
@media only screen and (min-width: 767px) and (max-width: 960px) {
  .gdd-016-b.form-side label {
    font-size: 0.8em;
}
}
.sh-sticky-wrap.stuck .hs-menu-depth-1{
    padding-left:0.5em;
    padding-right:0;
}
@media (min-width: 60em) and (max-width: 79.9375em){
  .sh-sticky-wrap.stuck .hs-menu-depth-1{
    padding-left:0;
}
}   
.hs-menu-depth-1 {
/*     padding-right: 0 !important; */
/*   @media screen and (min-width:960px){
    padding-right: 8px !important;
  } */
}


 .hs-menu-depth-1:hover:nth-child(2){
  border-bottom: 6px solid #00558B;
}

 .hs-menu-depth-3  a{
  color:#02548b !important;
  text-decoration:none !important;
    }
/*     ul .hs-menu-depth-3{
      padding:14px !important;
    } */
  ul .hs-menu-depth-3:hover {
     background-color: #cc0000;
}
ul .hs-menu-depth-3:hover > a {
  color: white !important;
}
.gdd-017-img-b{
  position:relative;
}
.gdd-017-img-b:before {
    content: '';
    position: absolute;
        width: 120px;
    height: 120px;
    z-index: 2;
        left: -81px;
    top: 19px;
    background: url(https://2771415.fs1.hubspotusercontent-na1.net/hubfs/2771415/noun-curved-arrow.svg);
    background-size: cover;
}

@media screen and (min-width:960px){
  .gdd-017-img-b:before {
  left: -73px;
  }

}
/* .hs-menu-depth-1 {
    padding-right: 16px !important;
} */
/* .hs-menu-depth-1:hover:nth-child(2) .hs-menu-children-wrapper > li:hover{
  background-color: #00558B;
} */  
span.hs-form-required{
color:red;
}


@media (min-width: 60em) {
  .mobile-logo {
    display: none !important; } }

.desk-logo {
  display: none !important; }
  @media (min-width: 60em) {
    .desk-logo {
      display: inline-block !important; } }

.sh-icons {
  /*float: right;*/
  /*@include mq(medium) {
  }*/
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .sh-icons a {
    margin: 0 0.625em; }
  @media (min-width: 60em) {
    .sh-icons {
      text-align: right;
      margin-top: 1.25em;
      display: inline-block;
      float: right;
      display: none; }
      .sh-icons .sr-wrapper {
        display: none; } }

@media (min-width: 60em) {
  .sc-mobile {
    display: none; } }

.sf-sticky {
  display: flex;
  /*flex-wrap: wrap;*/
  justify-content: center;
  /*gap: 16px;*/
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: -26px;
  width: 100%; }
  @media (min-width: 40em) {
    .sf-sticky {
      bottom: 0; } }
  @media (min-width: 60em) {
    .sf-sticky {
      display: none; } }
  .sf-sticky .gdd-013-b-contact-menu {
    background: #2A7EA2 !important; }
  .sf-sticky a {
    width: 50%;
    min-height: 3.5294117647em;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.0625em; }
  .sf-sticky .gdd-013-b-contact-menu span:before {
    position: absolute;
    background-image: url(http://www.testdevices.com/wp-content/uploads/ico-ph.png);
    background-size: 25px 25px;
    background-repeat: no-repeat;
    left: -30px;
    top: -3px;
    width: 25px;
    height: 25px;
    content: ""; }
  .sf-sticky .rfq-desk {
    display: none; }
    @media (min-width: 40em) {
      .sf-sticky .rfq-desk {
        display: inline-block !important; } }
  .sf-sticky .rfq-mob {
    display: inline-block !important; }
    @media (min-width: 40em) {
      .sf-sticky .rfq-mob {
        display: none !important; } }
@media (min-width: 60em) {
      .sn-li-l2, .sn-li-l3, .sn-li-l4, .hs-menu-depth-2 {
        background-color: #fff;
    }
  .sn-li-l2 > a, .sn-li-l3 > a, .hs-menu-depth-2 > a, .hs-menu-depth-3 > a, .hs-menu-depth-4 > a{
    color: #1c1c1c;
  }
  .hs-menu-depth-1:first-child > .hs-menu-children-wrapper .hs-menu-depth-2{
    padding: 0;
  }
/*   .hs-menu-depth-2, .hs-menu-depth-3{
        line-height: 3.125em;
  } */
    .sn-li-l2>a, .sn-li-l3>a, .sn-li-l4>a, .hs-menu-depth-2>a, .hs-menu-depth-3>a {
                padding: .375em 1em;
      line-height: 2.7777em;
  }
  .hs-menu-depth-2 > ul{
  position: absolute;
     left: 100%;
      top: 0;
    background-color: #fff;
    padding-top:0;
  }
  .hs-menu-depth-2:hover > ul{
   display:block;
  }
  .hs-menu-depth-2 > ul{
        min-width: inherit;
        min-width: 18em !important;
    }
  .hs-menu-depth-3:hover > ul{
            display: block;
  }
  .hs-menu-depth-3 > ul {
        min-width: 150px;
    }
  
    .hs-menu-depth-2, .hs-menu-depth-3, .hs-menu-depth-4 {
/*         line-height: 3.125em;
        min-height: 53px; */
        display: grid;
        align-items: center;
      position: relative;
    }
  .hs-item-has-children ul{
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }
  .hs-menu-depth-3 a, .hs-menu-depth-4 a {
    color: #1c1c1c !important;
   line-height: normal; 
    min-height: 3.555em;
    display: flex;
    align-items: center;
  }
  
  .hs-menu-depth-3:hover > a, .hs-menu-depth-4:hover > a, 
  .hs-menu-depth-3 > a:hover, .hs-menu-depth-4 > a:hover, 
  .hs-menu-depth-3 > a:focus, .hs-menu-depth-4 > a:focus{
        color: #fff !important;
            background-color: #c00;
    }
}

 @media(min-width: 475px) {
.hs-content-id-169550962552 .hs_cos_wrapper_type_header h1{
    font-size: 45px!important;
  }
}
/* @media only screen and (min-device-width: 960px) {
  .hs-menu-depth-2:hover > .m-subnav-arrow {
  background-image: url(https://2771415.fs1.hubspotusercontent-na1.net/hubfs/2771415/menu-arrow-white.svg)!important;
} */
 
/* .hs-menu-depth-3:hover > .m-subnav-arrow {
  background-image: url(https://2771415.fs1.hubspotusercontent-na1.net/hubfs/2771415/menu-arrow-white.svg)!important;
} */
/*   .hs-menu-item.hs-menu-depth-3 li.hs-menu-item.hs-menu-depth-4 {
    width: max-content;
} */
/* } */
@media(min-width: 60em){
  .hs-menu-item.hs-menu-depth-3 li.hs-menu-item.hs-menu-depth-4 {
    width: max-content;
  }
}
   

.prod-nav>a span {
    font-weight: 700;
}
@media (max-height: 46em) and (min-width: 60em){
      .sn-li-l1:first-child > .hs-menu-children-wrapper, .hs-menu-depth-1:first-child > .hs-menu-children-wrapper {
        top: 35px;
    }  
}


/* Nav-fix css */

@media (min-width: 1280px) {
/*   .sh-sticky-wrap.stuck .gdd-009-b .hs-menu-depth-1>a {
     font-size: 0.8em !important;
  } */

/*   .sh-sticky-wrap.stuck .gdd-009-b .hs-menu-depth-1>a {
    font-size: 12px!important;
  } */

/*   .sh-sticky-wrap.stuck .site-nav-container {
        width: 100% !important;
    } */

 .sh-sticky-wrap.stuck .gdd-009-b .hs-menu-depth-1>a {
      font-size: 0.8em !important;
  }
} 
   
@media only screen and (max-width: 1279px) and (max-height: 600px) {
  .gdd-009-b .sn-li-l1 > a, .gdd-009-b .hs-menu-depth-1 > a{padding:0 11.7565px !important; margin-top:0;}
  li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > a  {
     padding-right: 16.9215px !important;    
  }
  .sn-li-l1.has-subnav .m-subnav-arrow, .sn-li-l1.menu-item-has-children .m-subnav-arrow, .sn-li-l1.hs-item-has-children .m-subnav-arrow, .hs-menu-depth-1.has-subnav .m-subnav-arrow, .hs-menu-depth-1.menu-item-has-children .m-subnav-arrow, .hs-menu-depth-1.hs-item-has-children .m-subnav-arrow {
        top: 7px;
    }
  .hs-menu-depth-1 {
      padding-right: 0;
  }  
  .sh-sticky-wrap.stuck .site-nav-container{ width:61% !important;}

    .sh-sticky-wrap {
        font-size: 100%;
    }
}  

@media (max-height: 46em) and (min-width: 80em) {
    .sn-li-l1.has-subnav .m-subnav-arrow, .sn-li-l1.menu-item-has-children .m-subnav-arrow, .sn-li-l1.hs-item-has-children .m-subnav-arrow, .hs-menu-depth-1.has-subnav .m-subnav-arrow, .hs-menu-depth-1.menu-item-has-children .m-subnav-arrow, .hs-menu-depth-1.hs-item-has-children .m-subnav-arrow {
        top: 7px;
      right: 3px;
    }
   .site-nav-container {
        width: 60% !important;
  }
  .sh-sticky-wrap.stuck .site-nav-container{
   width: 61% !important;
  }
 
  
}  


@media (min-width: 60em) {
  .sh-ico-gdd-006-b:hover:before, .sh-ico-gdd-006-b:focus:before {
    border-bottom: 6px solid #00558b;
  }
    .gdd-013-b-contact-menu:hover, .gdd-013-b-contact-menu:focus {
        background: #02548b;
    }
  
    .gdd-013-b-contact-menu:hover:before, .gdd-013-b-contact-menu:focus:before {
        border-bottom: 6px solid #c00;
  }
 
}


   
.hs-menu-depth-2 .m-subnav-arrow {
    display: block !important;
    position: absolute;
    transform: rotate(90deg);
    background-size: 6px !important;
    cursor: pointer;
    padding-right: 0em;
    background-image: url(https://2771415.fs1.hubspotusercontent-na1.net/hubfs/2771415/menu-arrow-black.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 32px;
    display: block;
    width: 24px;
    height: 32px;
    position: absolute;
    background-color: #00000000;
    //font-size: 5em;
    color: #000;
    right: 3px;
    z-index: 99999999;
}

@media only screen and (max-width: 767px) {
  .hs-menu-depth-2 .m-subnav-arrow {
    background-size: 17px !important;
  }
}

/* .hs-menu-depth-1:hover:nth-child(2) .hs-menu-children-wrapper > li:hover a {
    background-color: #00558B;
} */


@media only screen and (max-width: 959px) {
  
.hs-menu-children-wrapper span.m-subnav-arrow {
    background-size: 16px 32px !important;
}

.hs-menu-children-wrapper span.m-subnav-arrow.active {
     background-size: 8px 32px !important;
}
}
/* Nav-fix css End */

/*! /* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 28px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}*/
/*!
[hubspot-metadata]
{
    "path": "custom/page/web_page_basic/style.css"
}
[end-hubspot-metadata]
*/


  
/*new homepage redesign*/
.no-badge {
  display: none;
}

@media (min-width: 60em) {
  .sh-certificates .sc-item:nth-of-type(3) {
    margin-left: 0.9375em;
  }
}
@media (min-width: 64em) {
  .sh-certificates .sc-item:nth-of-type(3) {
    margin-left: 2.5em;
  }
}
@media (min-width: 80em) {
  .sh-certificates .sc-item:nth-of-type(3) {
    margin-left: 5em;
  }
}

.sf-certificates .sc-item {
  display: inline-block;
}
@media (min-width: 60em) {
  .sf-certificates .sc-item.sc-item-badge {
    display: inline-block;
  }
}

.hi-small-intro {
  background-color: #ffffff;
}
.hi-small-intro .hi-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.hi-small-intro .btn, .hi-small-intro button,
.hi-small-intro input[type=submit], .hi-small-intro .btn-download, .hi-small-intro .btn-arrow, .hi-small-intro .product-grid-item-link {
  font-size: 1.125em;
  background-color: transparent;
  color: #cc0000;
  padding: 0;
  padding-right: 1.2222222222em;
  margin: 0 0.5555555556em;
}
.hi-small-intro .btn:after, .hi-small-intro button:after,
.hi-small-intro input[type=submit]:after, .hi-small-intro .btn-download:after, .hi-small-intro .btn-arrow:after, .hi-small-intro .product-grid-item-link:after {
  content: "";
  width: 1.2222222222em;
  height: 1.2222222222em;
  background-image: url(img/view-more-arrow.svg);
  background-repeat: no-repeat;
  background-size: 1.375em auto;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: -2px;
  right: 0;
}
.hi-small-intro .btn:hover, .hi-small-intro button:hover,
.hi-small-intro input[type=submit]:hover, .hi-small-intro .btn-download:hover, .hi-small-intro .btn-arrow:hover, .hi-small-intro .product-grid-item-link:hover {
  color: #00558B;
}
.hi-small-intro .btn:hover:after, .hi-small-intro button:hover:after,
.hi-small-intro input[type=submit]:hover:after, .hi-small-intro .btn-download:hover:after, .hi-small-intro .btn-arrow:hover:after, .hi-small-intro .product-grid-item-link:hover:after {
  background-image: url(img/view-more-arrow-hover.svg);
}
@media (min-width: 60em) {
  .hi-small-intro .inner-wrap, .hi-small-intro .inner-wrap-narrow, .hi-small-intro .inner-wrap-wide, .hi-small-intro .inner-wrap-widder, .hi-small-intro .inner-wrap-fullwidth {
    padding-top: 0.3125em;
    padding-bottom: 0.3125em;
  }
}
@media (max-height: 46em) and (min-width: 60em) {
  .hi-small-intro .btn:after, .hi-small-intro button:after,
.hi-small-intro input[type=submit]:after, .hi-small-intro .btn-download:after, .hi-small-intro .btn-arrow:after, .hi-small-intro .product-grid-item-link:after {
    top: -5px;
  }
}

.ji-no-display {
  display: none;
}

@media (min-width: 60em) {
  .gsi-text-left {
    text-align: left;
  }
}

@media (min-width: 60em) {
  .gsi-text .gsi-header {
    margin-bottom: 0;
    line-height: 1.2em;
  }
}
@media (min-width: 80em) {
  .gsi-text {
    width: 75%;
    padding-right: 0 !important;
  }
}
@media (max-height: 46em) and (min-width: 60em) {
  .gsi-text {
    width: 65%;
    padding-right: 0 !important;
  }
}

@media (min-width: 60em) {
  .gsi-cta-wrap {
    padding-left: 0;
    padding-right: 1.875em;
  }
  .gsi-cta-wrap .gsi-cta {
    margin-left: auto;
  }
}
@media (min-width: 80em) {
  .gsi-cta-wrap {
    width: 26%;
  }
}
@media (max-height: 46em) and (min-width: 60em) {
  .gsi-cta-wrap {
    width: 35%;
  }
}

.site-intro .inner-wrap.gdd-011-b, .site-intro .gdd-011-b.inner-wrap-narrow, .site-intro .gdd-011-b.inner-wrap-wide, .site-intro .gdd-011-b.inner-wrap-widder, .site-intro .gdd-011-b.inner-wrap-fullwidth {
  align-items: center;
}

.testing-module {
  background-color: #f8f8f8;
  background-position: left bottom;
  background-size: contain;
}
@media (min-width: 60em) {
  .testing-module .inner-wrap, .testing-module .inner-wrap-narrow, .testing-module .inner-wrap-wide, .testing-module .inner-wrap-widder, .testing-module .inner-wrap-fullwidth {
    padding-top: 5.375em;
    padding-bottom: 5.375em;
  }
  .testing-module .section-header {
    margin-top: 0;
  }
}
@media (min-width: 80em) {
  .testing-module .inner-wrap, .testing-module .inner-wrap-narrow, .testing-module .inner-wrap-wide, .testing-module .inner-wrap-widder, .testing-module .inner-wrap-fullwidth {
    padding-top: 9.375em;
    padding-bottom: 9.375em;
  }
}

/*new homepage redesign*/
.site-logo.mobile-logo {
    width: auto;
}
/* Flying focus */
#flying-focus {
  position: absolute;
  margin: 0;
  background: transparent;
  -webkit-transition-property: left, top, width, height, opacity;
  transition-property: left, top, width, height, opacity;
  -webkit-transition-timing-function: cubic-bezier(0, 0.2, 0, 1);
  transition-timing-function: cubic-bezier(0, 0.2, 0, 1);
  visibility: hidden;
  pointer-events: none;
  box-shadow: 0 0 2px 3px #78aeda, 0 0 2px #78aeda inset;
}
#flying-focus.flying-focus_visible {
  visibility: visible;
  z-index: 9999;
}
.flying-focus_target {
  outline: none !important; /* Doesn't work in Firefox :( */
}
/* http://stackoverflow.com/questions/71074/how-to-remove-firefoxs-dotted-outline-on-buttons-as-well-as-links/199319 */
.flying-focus_target::-moz-focus-inner {
  border: 0 !important;
}
/* Replace it with @supports rule when browsers catch up */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #flying-focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -3px;
  }
}
/*=============== ADA Complaince styling ===================*/
#skipToContent {
  position: fixed;
  z-index: 0;
  top: 10px;
  left: 10px;
  opacity: 0;
}
#skipToContent:focus {
  opacity: 1;
  z-index: 99999;
}

.social-wrap a:focus:not(:hover):not(:active),
a[class*=sh-ico-]:focus:not(:hover):not(:active),
.sh-ph:focus:not(:hover):not(:active),
.sh-email:focus:not(:hover):not(:active),
.site-nav a:focus:not(:hover):not(:active) {
  outline-offset: -2px;
}
.social-wrap a.tse-remove-border:focus:not(:hover):not(:active),
a[class*=sh-ico-].tse-remove-border:focus:not(:hover):not(:active),
.sh-ph.tse-remove-border:focus:not(:hover):not(:active),
.sh-email.tse-remove-border:focus:not(:hover):not(:active),
.site-nav a.tse-remove-border:focus:not(:hover):not(:active) {
  outline: none;
  outline-offset: 0;
}

.nonlink {
  cursor: default;
  pointer-events: auto;
}
@media (min-width: 60em) {
  .nonlink {
    pointer-events: none;
  }
}

.lightbox {
  display: inline-block;
}
.lightbox img {
  display: block;
  margin: 0 auto;
}
.lightbox.tse-remove-border {
  outline: none !important;
}
.lightbox.tse-remove-border:focus {
  outline: none !important;
}

.tse-remove-border {
  outline: none !important;
}
.tse-remove-border:focus {
  outline: none !important;
}

#siteContentFocusable {
  outline: none !important;
}

.social-wrap a:hover, .social-wrap a:focus {
  opacity: 0.75;
}
.social-wrap a:hover path, .social-wrap a:focus path {
  fill: #00558b;
}
.tn-badge__link{
  display: inline-block;
}
.tn-badge__link img{
  display: block;
  margin: 0 auto;
}
@media (min-width: 60em) {
    .sn-li-l2>a:hover, .sn-li-l3>a:hover, .sn-li-l4>a:hover, .sn-li-l2>a:focus, .sn-li-l3>a:focus, .sn-li-l4>a:focus, .hs-menu-depth-2>a:hover, .hs-menu-depth-2>a:focus {
        background-color: #c00;
      color: #fff;
    }
 .hs-landing-page .site-content.two-column-alt .form-wrapper select, .hs-landing-page .site-content.one-column .form-wrapper select {
    height: 50px !important; }
}
@media (min-width: 60em) {
.hs-menu-depth-1.hs-item-has-children:nth-child(2) > a:hover, .hs-menu-depth-1.hs-item-has-children:nth-child(2) > a:focus {
        border-bottom: 6px solid #00558B;
}
}


.hs-menu-depth-1.hs-item-has-children:nth-child(2) .hs-menu-depth-2>a:hover, .hs-menu-depth-1.hs-item-has-children:nth-child(2) .hs-menu-depth-2>a:focus,
.hs-menu-depth-1.hs-item-has-children:nth-child(2) .hs-menu-depth-2:hover, .hs-menu-depth-1.hs-item-has-children:nth-child(2) .hs-menu-depth-2:focus{
  background-color: #84bd00;
}
 

.styling > a:hover, .styling > a:focus {
    background-color: #84bd00;
}
  
body #hs_form_target_form1 fieldset.form-columns-3 .hs-form-field:last-child .input{
  margin-right:0!important;
}

@media (min-width: 60em) {
    .sn-li-l2 > a, .sn-li-l3 > a, .sn-li-l4 > a, .hs-menu-depth-2 > a ,.hs-menu-depth-2 a, .hs-menu-depth-3 a, .hs-menu-depth-4 a{
        padding: 0 0.5em;
    }
  .hs-menu-depth-3 a, .hs-menu-depth-4 a { 
        min-height: 2.85em; 
    }
}



@media (min-width: 960px) and (max-height: 700px){
.sf-menu-wrap{ 
  width: 34%;
  }
 .sf-menu-wrap .social-wrap a{
    width: 26%;
  }

.company-info{
          width: 38%;
}
}