/*!
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
*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,600italic,700,300);
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; } }

.input-btn, .rfq a {
  background-color: #b22245;
  border: none;
  border-radius: 2px;
  behavior: url(/pie/PIE.htc);
  color: #f2f2f2;
  cursor: pointer;
  display: inline-block;
  font-family: Open Sans;
  font-size: 0.8em;
  font-weight: 700;
  line-height: 1.666666666666667em;
  padding: 0.5em 1em 0.4166666666666667em 1em;
  position: relative;
  text-decoration: none;
  text-transform: uppercase; }

.input-btn:hover, .rfq a:hover {
  background-color: #3a474e;
  color: #f2f2f2;
  text-decoration: none; }

.specs dt, .specs dd {
  display: table-cell;
  padding: 0.5333333333333333em 0.2em 0.5333333333333333em 0.2em;
  background-color: #d3dbdf;
  width: 25%;
  text-align: center; }

body {
  background-color: #3a474e;
  font-family: Open Sans;
  font-size: 100%;
  font-weight: 400;
  margin: 0;
  padding: 0; }

form {
  margin: 0;
  padding: 0; }
  form table td {
    display: block; }

article {
  display: block; }

aside {
  display: block; }

nav {
  display: block; }

section {
  display: block; }

main {
  display: block;
  background-color: #f2f2f2; }

img {
  border: 0 none;
  max-width: 100%; }

address {
  font-style: normal; }

ul {
  margin: 0;
  padding: 0 0 1em 0; }
  ul li {
    background: url(img/bullet.png) no-repeat 0.2em 0.4666666667em;
    list-style: none;
    padding: 0 0 0.4em 1em;
    text-align: left; }
    ul li ul {
      padding: 0.3333333333333333em 0 0 0; }
  ul.sitemap li {
    background-image: none;
    padding: 0.3333333333333333em 0 0.3333333333333333em 0; }
  ul.sitemap ul {
    padding: 0.3333333333333333em 0 0 1em; }

dl {
  margin: 0; }

h1 {
  margin: 0;
  border-bottom: 1px solid #c6d1d7;
  color: #191919;
  font-size: 1.733333333333333em;
  font-weight: 600;
  line-height: 1.115384615384615em;
  margin: 0 0 0.9615384615384615em 0;
  padding: 0 0.1923076923076923em 0.1923076923076923em 0.1923076923076923em;
  text-transform: uppercase; }

h2 {
  margin: 0;
  color: #3a474e;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.166666666666667em;
  padding: 0 0.2777777777777778em 0.5em 0.2777777777777778em;
  text-transform: uppercase; }

h3 {
  margin: 0;
  color: #3a474e;
  font-size: 1.066666666666667em;
  font-weight: 400;
  line-height: 1.1875em;
  padding: 0 0.3125em 0.5625em 0.3125em;
  text-transform: uppercase; }

p {
  margin: 0;
  padding: 0 0.3333333333333333em 1.2em 0.3333333333333333em; }

.ctr {
  text-align: center; }

.clear {
  clear: both; }

a {
  color: #3e5b6b;
  text-decoration: underline; }
  a:hover {
    color: #b22245;
    text-decoration: none; }

.clearfix:before {
  content: "";
  display: table; }

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

.inner-wrap:before {
  content: "";
  display: table; }

.inner-wrap:after {
  content: "";
  display: table;
  clear: both; }

.btn, button,
input[type="submit"], .btn-download, .btn-arrow, .btn-alt, .btn-alt-download, .btn-alt-arrow {
  position: relative;
  -webkit-font-smoothing: antialiased;
  border-radius: 0;
  color: white;
  display: inline-block;
  font-weight: bold;
  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, .btn-alt:hover, .btn-alt-download:hover, .btn-alt-arrow:hover {
    color: white; }
  .btn:disabled, button:disabled,
  input:disabled[type="submit"], .btn-download:disabled, .btn-arrow: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, .btn-alt:after, .btn-alt-download:after, .btn-alt-arrow:after {
    content: ''; }

.btn, button,
input[type="submit"], .btn-download, .btn-arrow {
  background-color: #00ad49; }
  .btn:hover, button:hover,
  input:hover[type="submit"], .btn-download:hover, .btn-arrow:hover {
    background-color: #007a33; }
  .btn:after, button:after,
  input[type="submit"]:after, .btn-download:after, .btn-arrow:after {
    background-color: #007a33; }

.btn-alt, .btn-alt-download, .btn-alt-arrow {
  background-color: #477DCA; }
  .btn-alt:hover, .btn-alt-download:hover, .btn-alt-arrow:hover {
    background-color: #3264ac; }
  .btn-alt:after, .btn-alt-download:after, .btn-alt-arrow:after {
    background-color: #3264ac; }

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-right: 4em; }
  .btn-download:after, .btn-alt-download:after, .btn-arrow:after, .btn-alt-arrow:after {
    content: '';
    display: block;
    right: 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(img/ico-download.svg); }

.btn-alt-download:after {
  background-image: url(img/ico-download.svg); }

.btn-arrow:after {
  background-image: url(img/ico-white-arrow-right.svg); }

.btn-alt-arrow:after {
  background-image: url(img/ico-white-arrow-right.svg); }

.menu-trigger {
  color: #ffffff;
  display: inline-block;
  font-size: 0.9375em;
  font-weight: 700;
  line-height: 1.066666666666667em;
  padding: 0 0 0.8666666666666667em 0.4666666666666667em;
  vertical-align: top; }
  .menu-trigger a {
    color: #ffffff;
    text-decoration: none; }
    .menu-trigger a:hover {
      color: #ffffff;
      text-decoration: none; }
    .menu-trigger a span {
      display: inline-block;
      padding: 0.2em 0 0 0.6em;
      vertical-align: top; }
  .menu-trigger img {
    vertical-align: top; }

.top-nav {
  color: #ffffff;
  display: none;
  font-size: 0.875em;
  line-height: 1.214285714285714em;
  padding: 0.1428571428571429em 0 0 0; }
  .top-nav .mobile-hide {
    display: none; }
  .top-nav ul.sub-menu {
    z-index: 10; }
  .top-nav li {
    background: none;
    border-top: 1px dotted #b6c1c6;
    padding: 0; }
    .top-nav li.no-border {
      border: none; }
    .top-nav li a {
      color: #ffffff;
      display: block;
      padding: 0.2857142857142857em 0 0.2857142857142857em 0.5714285714285714em;
      text-decoration: none; }
    .top-nav li.has-child > ul {
      display: none;
      padding: 0; }
    .top-nav li.has-child ul li {
      border: none; }
      .top-nav li.has-child ul li a {
        padding: 0.2857142857142857em 0 0.2857142857142857em 2.142857142857143em; }
    .top-nav li:hover > a {
      background-color: #b22245; }
    .top-nav li.active > a {
      background-color: #b22245; }
  .top-nav > li:first-child {
    border: none; }
  .top-nav > li > a > .cust-subnav-arrow {
    background: url(img/dropdown-arrow.png) no-repeat left top;
    display: inline-block;
    height: 0.2857142857142857em;
    margin: 0.5714285714285714em 0 0 0.2142857142857143em;
    vertical-align: top;
    width: 0.3571428571428571em; }

.top-nav2 {
  background-color: #3e5b6b;
  border-top: 1px dotted #b6c1c6;
  padding: 0 0 0.3571428571428571em 0;
  text-align: left; }

.utility-nav {
  color: #b22245;
  font-size: 1.5625em;
  font-weight: 700;
  line-height: 1em;
  padding: 0 0 0.44em 0; }
  .utility-nav > a {
    display: inline-block;
    margin: 0.12em 0.56em 0 0; }
    .utility-nav > a img {
      vertical-align: top; }
  .utility-nav span {
    vertical-align: top; }
    .utility-nav span a {
      color: #b22245;
      text-decoration: none; }

@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: 74.4105871005%; }
    .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: 23.2317613015%;
    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; } }

/*=============== 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); }

/* ===== 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 #eeeeee;
  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 {
  position: relative; }

footer {
  display: block;
  background-color: #445058;
  color: #9fb2bc;
  padding: 1.8125em 0.75em 1.6875em 0.75em;
  text-align: center; }
  footer .footer-address {
    font-size: 0.8125em;
    line-height: 1.615384615384615em;
    padding: 0 0 3.461538461538462em 0; }
    footer .footer-address .company-name {
      color: #d3dbdf;
      font-weight: 700;
      text-transform: uppercase; }
    footer .footer-address a {
      color: #d3dbdf;
      text-decoration: underline; }
      footer .footer-address a:link {
        color: #d3dbdf;
        text-decoration: underline; }
      footer .footer-address a:hover {
        color: #ffffff;
        text-decoration: none; }
    footer .footer-address span a {
      color: #9fb2bc;
      text-decoration: none;
      color: #9fb2bc;
      text-decoration: none; }
      footer .footer-address span a:link {
        color: #9fb2bc;
        text-decoration: none; }
  footer a {
    color: #d3dbdf;
    text-decoration: underline; }
    footer a:hover {
      color: #ffffff;
      text-decoration: none; }

header {
  display: block;
  background: url(img/header-mobile-bg.jpg) repeat-x left bottom #baccd7;
  padding: 0 0 4.375em 0;
  text-align: center; }
  header.home-header {
    /*background: none $color_jungle_mist_approx;*/
    background: none;
    padding: 0;
    position: relative; }

.page-scroll {
  display: none;
  width: 1.875em;
  height: 1.875em;
  background: url(img/scroll-up.png) no-repeat 0 0;
  position: fixed;
  bottom: 0.625em;
  right: 0.3125em;
  cursor: pointer;
  z-index: 10000; }

sup {
  font-family: arial; }

.header-logo {
  display: inline-block;
  margin: 1.5625em 0 0.75em 0;
  max-width: 100%; }

.banner-container {
  background: linear-gradient(top, #24323d 0, #283643 17%, #283643 25%, #283643 28%, #293c4a 38%, #2d404f 46%, #2a404e 47%, #2d404f 71%, #2d404f 82%, #334e61 85%, #334e61 100%);
  clear: both;
  position: relative;
  behavior: url(/pie/PIE.htc);
  min-height: 313px; }
  @media (min-width: 40em) {
    .banner-container {
      min-height: 100%; } }

.banner-text {
  color: #e7f6ff;
  font-size: 0.9375em;
  font-weight: 700;
  line-height: 1.333333333333333em;
  padding: 2.066666666666667em 1.666666666666667em 3em 1.933333333333333em; }
  .banner-text span {
    border-top: 1px solid #3e5b6b;
    display: block;
    padding: 1em 1.333333333333333em 1em 1.333333333333333em; }
    .banner-text span:first-child {
      border: none; }
    .banner-text span.last {
      margin: 0.5333333333333333em 0 0 0;
      padding: 1.466666666666667em 1.333333333333333em 0 1.333333333333333em; }

.top-nav-container {
  background-color: #3e5b6b;
  padding: 0.6875em 0 0 0;
  text-align: left; }

.search_dual {
  color: #202c34;
  font-size: 0.875em;
  font-weight: 400;
  line-height: 1em;
  padding: 0 0 1em 0; }
  .search_dual form {
    display: inline-block; }

#webform {
  display: none; }

#form-select {
  display: block;
  padding: 0 0 0.3571428571428571em 0; }
  #form-select > input {
    margin: 0; }
  #form-select label {
    font-weight: 700; }

.search-text {
  background-color: #ffffff;
  border: 1px solid #3e5b6b;
  border-radius: 2px;
  behavior: url(/pie/PIE.htc);
  float: left;
  font-family: Open Sans;
  font-size: 0.8571428571428571em;
  font-weight: 400;
  height: 1.833333333333333em;
  line-height: 1em;
  padding: 0 0.4166666666666667em 0 0.4166666666666667em;
  position: relative;
  width: 14.91666666666667em; }

.search-btn {
  font-size: 0.8571428571428571em;
  padding: 0.1666666666666667em 0 0 0.3333333333333333em;
  vertical-align: top; }

#left-nav {
  display: none; }

#content-area {
  color: #3a474e;
  font-size: 0.9375em;
  line-height: 1.133333333333333em;
  padding: 3.066666666666667em 0 1.533333333333333em 0;
  text-align: center; }

#home-content-area {
  padding: 2.6250em 0 2.1875em 0;
  text-align: center; }
  #home-content-area h1 {
    border: none;
    color: #191919;
    font-size: 1.625em;
    line-height: 1.076923076923077em;
    margin: 0;
    padding: 0 0.1923076923076923em 1.153846153846154em 0.1923076923076923em; }

.custom-mfg {
  padding: 1.5em 0 0 0; }
  .custom-mfg article {
    display: inline-block;
    margin: 0 auto;
    max-width: 100%;
    width: 17.1875em;
    position: relative; }
    .custom-mfg article > span {
      color: #3e5b6b;
      font-size: 0.8125em;
      line-height: 1.384615384615385em;
      text-transform: uppercase;
      vertical-align: top; }
      .custom-mfg article > span > a {
        color: #3e5b6b;
        padding: 0 0.5384615384615385em 0 0.5384615384615385em;
        text-decoration: none; }
        .custom-mfg article > span > a:hover {
          color: #b22245; }
  .custom-mfg a {
    display: block; }
    .custom-mfg a span {
      background: url(img/bucket-bg.png) repeat left top;
      bottom: 1.533333333333333em;
      color: #e9e9ee;
      font-size: 0.9375em;
      font-weight: 700;
      left: 0;
      line-height: 1.133333333333333em;
      margin: 0 auto;
      padding: 1.733333333333333em 0 2.066666666666667em 0;
      position: absolute;
      right: 0;
      text-transform: uppercase;
      width: auto; }
    .custom-mfg a:hover span {
      background: url(img/bucket-hover-bg.png) repeat left top; }

/*.bxslider {
  display: none;
}*/
hr {
  background: none;
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-top: 1px solid #c6d1d7;
  margin: 0 0 1.071428571428571em 0;
  padding: 0; }

.adobe {
  text-align: right; }

.about_clamp {
  background-color: #d3dbdf;
  padding: 0.6666666666666667em 0.6666666666666667em 0 0.6666666666666667em;
  margin-bottom: 1.333333333333333em; }

.intend-content {
  padding: 0 0 0 1.666666666666667em; }
  .intend-content dl {
    margin: 0 0 1em 0; }
  .intend-content dt {
    padding: 0.3333333333333333em 0.3333333333333333em 0.3333333333333333em 0.3333333333333333em;
    font-weight: bold; }
  .intend-content dd {
    padding: 0.3333333333333333em 0.3333333333333333em 0.3333333333333333em 0.3333333333333333em; }
  .intend-content span {
    display: block;
    float: left;
    font-weight: bold;
    padding: 0 0.3333333333333333em 1.2em 0; }
  .intend-content.list li span {
    display: block;
    float: left;
    font-weight: bold;
    left: 0;
    position: absolute;
    top: 0;
    padding: 0; }

.images_gallery {
  margin: 0 0 1em 0;
  text-align: center; }
  .images_gallery > img {
    margin: 0 5% 0.3333333333333333em 5%; }

.two-column {
  padding: 0.666666666666667em 0.666666666666667em 0 0.666666666666667em; }
  .two-column > div {
    margin: 0 0 1em 0; }
  .two-column div img {
    display: block;
    margin: 0 auto 0.666666666666667em auto; }

.return_to_top {
  font-size: 0.8666666666666667em;
  line-height: 1.307692307692308em;
  text-align: right; }

.pdf_container {
  width: 32%;
  display: inline-block; }
  .pdf_container > div {
    border: 1px solid #cccccc;
    display: inline-block;
    font-size: 0.8em;
    margin: 0 2% 1.66666666666667em 2%;
    max-width: 12em;
    padding: 0.833333333333333em 0.416666666666667em 1.66666666666667em 0.416666666666667em;
    text-align: center;
    vertical-align: top;
    line-height: 1.33333333333333em;
    min-height: 25.75em;
    border-radius: 4px; }
  .pdf_container a img {
    display: block;
    margin: 0 auto 0.8333333333333333em auto; }

.specs {
  padding: 0 0.3333333333333333em 1.333333333333333em 0.3333333333333333em; }
  .specs dl {
    display: table;
    width: 100%;
    border-spacing: 1px 1px; }

.specs_heading1 {
  font-size: 1.2em;
  line-height: 1.166666666666667em;
  background-color: #d3dbdf;
  margin: 0 0.0555555555555556em 0.0555555555555556em 0.0555555555555556em;
  font-weight: 700;
  padding: 0.4444444444444444em 0.4444444444444444em 0.4444444444444444em 0.4444444444444444em; }

.specs_heading {
  font-size: 1.066666666666667em;
  background-color: #d3dbdf;
  margin: 0 0.0625em 0.0625em 0.0625em;
  font-weight: 700;
  padding: 0.5em 0.5em 0.5em 0.5em;
  line-height: 1.25em; }

.gmap {
  padding: 0 0.3333333333333333em 0 0.3333333333333333em; }
  .gmap iframe {
    border: 1px solid #191919;
    max-width: 100%; }

.video_page {
  margin-bottom: 1.2em;
  padding-top: 1em;
  margin: 0.625em; }
  .video_page iframe {
    max-width: 100%; }
  @media (min-width: 40em) {
    .video_page {
      margin: auto; } }

.print_page {
  display: none; }

.iso-cert {
  background-color: #3a474e;
  display: inline-block;
  font-size: 1.25em;
  line-height: 1.15em;
  max-width: 11.2em;
  padding: 0.7em 0.5em 0.65em 0.5em; }
  .iso-cert a {
    display: inline-block;
    font-size: 0.65em;
    line-height: 1em; }

.footer-links {
  font-size: 0.8125em;
  line-height: 1.615384615384615em;
  padding: 5.230769230769231em 0 0.6153846153846154em 0; }
  .footer-links a:first-child {
    display: none; }

.website {
  color: #9fb2bc;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1.125em; }

.footer-social-icon {
  padding: 1.625em 0 3.5em 0; }
  .footer-social-icon span {
    display: inline-block;
    font-size: 0.9375em;
    line-height: 1.2em;
    padding: 0.6em 0.6666666666666667em 0 0;
    vertical-align: top; }

.thomas-info {
  font-size: 0.6875em;
  line-height: 1.181818181818182em; }
  .thomas-info > span {
    display: block; }

.copy-right-info {
  padding: 0 1.818181818181818em 0.4545454545454545em 1.818181818181818em; }

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

@media only screen and (min-width: 40em) {
  header {
    background: url(img/header-tablet-bg.jpg) repeat-x bottom center #cdd8df;
    padding: 0 0 5.5em 0;
    text-align: left; }
    header.home-header {
      background: url(img/home_header_cont_new_bg.png) repeat-x left 45px; }
  .header-logo {
    margin: 0.875em 0 0 0.4375em; }
  .header-right {
    float: right;
    padding: 0.8125em 0.3125em 0 0; }
  .banner-container {
    background: url(img/home_header_new_bg.png) no-repeat scroll right center/83% auto; }
  .banner-text {
    background: url(img/banner-text-bg.png) no-repeat left top;
    max-width: 19em;
    padding: 1.6em 0 2.733333333333333em 0;
    text-align: center; }
    .banner-text > span {
      margin: 0 0.6666666666666667em 0 0.6666666666666667em;
      padding: 1em 1.666666666666667em 1em 1.666666666666667em; }
    .banner-text span.last {
      margin: 0.5333333333333333em 0.6666666666666667em 0 0.6666666666666667em;
      padding: 1.466666666666667em 1.666666666666667em 0.5333333333333333em 1.666666666666667em; }
  .utility-nav {
    padding: 0 0 0.32em 0; }
    .utility-nav > a {
      margin: 0.12em 0.48em 0 0; }
  .search_dual {
    padding: 0 0 0.7142857142857143em 1.071428571428571em; }
  #content-area {
    padding: 2.6em 0 4.666666666666667em 0; }
  #home-content-area {
    padding: 3.875em 0 2.9375em 0; }
    #home-content-area h1 {
      font-size: 1.75em;
      line-height: 1.107142857142857em;
      padding: 0 0.1785714285714286em 1.785714285714286em 0.1785714285714286em; }
  h1 {
    margin: 0 0 1.346153846153846em 0;
    padding: 0 0 0.1153846153846154em 0; }
  .custom-mfg {
    padding: 1.6875em 0 0 0; }
  .bxslider {
    display: block; }
  .two-column {
    text-align: left; }
    .two-column > div {
      clear: both;
      display: inline-block;
      text-align: left;
      vertical-align: top;
      width: 48%; }
      .two-column > div:first-child {
        margin: 0 2% 1em 0; }
    .two-column div img {
      float: left;
      margin: 0 0.666666666666667em 0.666666666666667em 0; }
  .contact_info {
    padding-bottom: 1em;
    text-align: center; }
    .contact_info > div {
      display: inline-block;
      padding: 0 0.6666666666666667em 0 0;
      width: 31.8%;
      vertical-align: top; }
      .contact_info > div:last-child {
        padding: 0; }
  .rfq {
    text-align: center; }
  .specs dt {
    padding: 0.5333333333333333em 0.5333333333333333em 0.5333333333333333em 0.5333333333333333em; }
  .specs dd {
    padding: 0.5333333333333333em 0.5333333333333333em 0.5333333333333333em 0.5333333333333333em; }
  .print_page {
    clear: both;
    display: block;
    font-size: 0.6875em;
    line-height: 1.272727272727273em;
    margin: 0 0 2.272727272727273em 0;
    text-align: center; }
    .print_page a {
      color: #3e5b6b;
      font-size: 1em;
      text-decoration: underline; }
      .print_page a:hover {
        color: #b22245;
        font-size: 1em;
        text-decoration: none; }
  .print_img {
    cursor: pointer;
    margin-right: 0.5454545454545455em;
    vertical-align: middle; }
  .email_img {
    cursor: pointer;
    margin: 0 0.4545454545454545em 0.1818181818181818em 2.272727272727273em;
    vertical-align: middle; }
  footer {
    background: url(img/footer-tablet-bg.jpg) no-repeat center bottom #445058;
    background-size: 100% auto;
    padding: 1.5em 0.75em 2.3125em 0.75em; }
    footer .footer-address {
      padding: 0 0 5.384615384615385em 0; }
  .footer-links {
    padding: 5.692307692307692em 0 0.6153846153846154em 0; }
    .footer-links a:first-child {
      display: inline-block; }
  .footer-social-icon {
    padding: 1.625em 0 2.625em 0; }
  .divide_data ul {
    display: inline-block;
    width: 49%;
    vertical-align: top;
    padding-bottom: 1em; }
    .divide_data ul:last-child {
      padding-bottom: 0; }
  form table td {
    display: table-cell; } }

@media only screen and (min-width: 50em) {
  header {
    background: url(img/home-header-desk-bg.png) repeat-x center 2.9375em, url(img/header-desk-bg.jpg) no-repeat center 2.9375em, url(img/header-repeat-desk-bg.jpg) repeat-x left 2.9375em;
    behavior: url(/pie/PIE.htc);
    padding: 0 0 6.125em 0;
    position: relative; }
    header.home-header {
      background: url(img/home-header-desk-bg.png) repeat-x center 2.9375em, url(img/home_header_new_bg_dest.png) no-repeat center 2.9375em; }
  .header-logo {
    clear: both;
    float: left;
    margin: 0; }
  .header-right {
    padding: 0; }
  .banner-container {
    background: none;
    padding: 0.4375em 0 0 0; }
  .banner-text {
    padding: 3.133333333333333em 0 4.4em 0; }
  .ie9 .banner-text {
    padding: 3.133333333333333em 0 4.866666666666667em 0; }
  .ie9 .top-nav li {
    padding: 0.8em 0 1.133333333333333em 0; }
  .ie8 .banner-text {
    padding: 3.133333333333333em 0 4.866666666666667em 0; }
  .ie8 .top-nav li {
    padding: 0.8em 0 1.133333333333333em 0; }
  .menu-trigger {
    display: none; }
  .top-nav-container {
    padding: 0;
    text-align: center; }
  .top-nav {
    display: inline-block;
    font-size: 0.9375em;
    font-weight: 700;
    line-height: 1.133333333333333em;
    padding: 0;
    position: relative;
    width: 47.33333333333333em;
    z-index: 2; }
    .top-nav .mobile-menu {
      display: none; }
    .top-nav li {
      border: none;
      display: inline;
      padding: 0.8em 0 1.066666666666667em 0;
      position: relative; }
      .top-nav li.last {
        margin: 0; }
        .top-nav li.last > ul {
          left: auto;
          right: 0.1538461538461538em; }
      .top-nav li a {
        color: #ffffff;
        display: inline-block;
        padding: 0.8em 1.126760563380282% 1.2em 1.126760563380282%;
        text-decoration: none; }
      .top-nav li:hover {
        background-color: #b22245; }
        .top-nav li:hover > ul {
          display: block; }
      .top-nav li > ul {
        background-color: #3e5b6b;
        font-size: 0.8666666666666667em;
        font-weight: 400;
        left: 0;
        line-height: 1.230769230769231em;
        position: absolute;
        text-align: left;
        top: 3.769230769230769em;
        width: 21.92307692307692em; }
      .top-nav li.has-child ul li {
        border-top: 1px dotted #8b9da6;
        display: block;
        float: none;
        margin: 0;
        padding: 0; }
        .top-nav li.has-child ul li:first-child {
          border: none; }
        .top-nav li.has-child ul li a {
          padding: 0.3846153846153846em 0.3846153846153846em 0.3846153846153846em 1em;
          display: block; }
    .top-nav.top-nav2 {
      background-color: #3a474e;
      border: none;
      border-radius: 0 0 5px 5px;
      behavior: url(/pie/PIE.htc);
      float: right;
      font-size: 0.8125em;
      font-weight: 400;
      line-height: 1.153846153846154em;
      margin: 0 0.3846153846153846em 0 0;
      padding: 0 2em;
      position: relative;
      width: 21.92307692307692em;
      z-index: 1; }
      .top-nav.top-nav2 li {
        padding: 0.1538461538461538em 0 0.1538461538461538em 0; }
        .top-nav.top-nav2 li.last {
          margin: 0; }
          .top-nav.top-nav2 li.last > ul {
            left: auto;
            right: 0;
            width: 17.5em; }
        .top-nav.top-nav2 li a {
          padding: 0.2307692307692308em 4.291845493562232% 0.3076923076923077em 4.291845493562232%; }
        .top-nav.top-nav2 li > ul {
          background-color: #3a474e;
          font-size: 0.9230769230769231em;
          line-height: 1.166666666666667em;
          top: 1.833333333333333em;
          width: 14.16666666666667em; }
    .top-nav .mobile-hide {
      display: inline; }
    .top-nav > li > a > .cust-subnav-arrow {
      display: none; }
  .utility-nav {
    padding: 0.32em 1.68em 0.56em 0;
    text-align: right; }
  .search_dual {
    padding: 0 0.1428571428571429em 0 1.071428571428571em; }
    .search_dual form {
      float: left; }
  #form-select {
    padding: 0.3571428571428571em 0.7857142857142857em 0 0; }
  main {
    padding: 3.875em 0.625em 0 0.625em; }
    main.home-main {
      padding: 0; }
  #left-nav {
    display: inline-block;
    float: left;
    padding: 0.25em 1.25em 0 0;
    vertical-align: top; }
  .leftnav-links {
    color: #3a474e;
    font-size: 0.75em;
    line-height: 1.166666666666667em;
    max-width: 13em;
    padding: 0 0 2.25em 0; }
    .leftnav-links a {
      border-bottom: 1px solid #d3dbdf;
      color: #3a474e;
      display: block;
      padding: 0.6666666666666667em 0 0.4166666666666667em 0;
      text-decoration: none;
      text-transform: uppercase; }
      .leftnav-links a:hover {
        color: #b22245;
        text-decoration: none; }
  .leftnav-heading {
    color: #191919;
    display: block;
    font-size: 1.333333333333333em;
    line-height: 1.125em;
    padding: 0 0 0.25em 0;
    text-transform: uppercase;
    font-weight: bold; }
  #content-area {
    float: left;
    padding: 0 0 1.333333333333333em 0;
    text-align: left;
    width: 75%; }
  #home-content-area {
    padding: 2.75em 0 2.6875em 0; }
    #home-content-area h1 {
      padding: 0 0.1785714285714286em 1.214285714285714em 0.1785714285714286em;
      text-align: center; }
  h1 {
    margin: 0 0 1.230769230769231em 0;
    padding: 0 0 0.0769230769230769em 0; 
        font-weight: 700;
}
  h2 {
    padding-left: 0;
    padding-right: 0; }
  h3 {
    padding-left: 0;
    padding-right: 0; }
  p {
    padding-left: 0;
    padding-right: 0; }
  .custom-mfg {
    clear: both;
    padding: 1.6875em 0 0 0; }
    .custom-mfg article {
      margin: 0; }
      .custom-mfg article > a {
        border-left: 1px solid #ffffff;
        border-right: 1px solid #ffffff; }
    .custom-mfg a span {
      margin: 0 0.0666666666666667em 0 0.0666666666666667em; }
  .specs {
    padding: 0 0 1.333333333333333em 0; }
    .specs dt {
      padding: 0.5333333333333333em 0.5333333333333333em 0.5333333333333333em 0.5333333333333333em; }
    .specs dd {
      padding: 0.5333333333333333em 0.5333333333333333em 0.5333333333333333em 0.5333333333333333em; }
  .feature-img {
    float: right;
    margin: 0 0 1em 0.5333333333333333em; }
  .two-column {
    padding: 0.666666666666667em 0 0 0; }
  .print_page {
    margin: 0 0 3.181818181818182em 0;
    text-align: right; }
  footer {
    background: url(img/footer-desk-bg.jpg) no-repeat center top, url(img/footer-repeat-desk-bg.jpg) repeat-x left top #46565e;
    background-size: auto auto;
    behavior: url(/pie/PIE.htc);
    padding: 1.0625em 0.75em 1.875em 0.75em;
    position: relative;
    text-align: left; }
    footer .footer-address {
      display: inline-block;
      padding: 0.1538461538461538em 4% 0 0.0769230769230769em;
      text-align: left;
      vertical-align: top; }
  .iso-cert {
    margin: 0.1em 0 0 0.4em;
    text-align: center;
    vertical-align: top; }
  .footer-right {
    float: right;
    padding: 0 0.0625em 0 0;
    text-align: right;
    vertical-align: top; }
  .footer-links {
    padding: 0 0 0.3846153846153846em 0; }
  .footer-social-icon {
    padding: 1.625em 0 0 0; }
  .thomas-info {
    clear: both;
    padding: 2.636363636363636em 0 0 0;
    text-align: center; }
    .thomas-info > span {
      display: inline-block; }
  .copy-right-info {
    padding: 0 1.818181818181818em 0 0; }
  .ie11 .banner-text {
    padding: 3.133333333333333em 0 4.866666666666667em 0; }
  .ie10 .banner-text {
    padding: 3.133333333333333em 0 4.866666666666667em 0; }
  .chrome .top-nav li {
    padding: 0.8em 0 1.133333333333333em 0; }
  .Firefox .top-nav li > ul {
    top: 3.692307692307692em; }
  .Safari .leftnav-links {
    max-width: 13.1em; }
  .pdf_container > div {
    margin: 0 0 1.66666666666667em 1%; }
    .pdf_container > div:first-child {
      margin: 0 0 1.66666666666667em 0; } }

@media only screen and (min-width: 60em) {
  .inner-wrap {
    margin: 0 auto;
    width: 60em; }
  .top-nav {
    float: left;
    text-align: left;
    width: 63.66666666666667em; }
    .top-nav li a {
      padding: 0.8em 2.427225130890052% 1.2em 2.427225130890052%; }
  main {
    padding: 1.25em 0 0 0; }
  #left-nav {
    padding: 0.6875em 2.6875em 0 0; }
  #content-area {
    width: 50.66666666666667em; }
  #home-content-area {
    text-align: left; }
  .custom-mfg {
    clear: none;
    float: right;
    padding: 0;
    text-align: center; }
  footer {
    padding: 1.125em 0 1.875em 0; }
    footer .footer-address {
      padding: 0.1538461538461538em 12% 0 0.0769230769230769em; }
  .ie8 .top-nav li a {
    padding: 0.8em 2.395833333333333% 1.2em 2.5%; }
  .ie8 .top-nav.top-nav2 li a {
    padding: 0.2307692307692308em 4.721030042918455% 0.3076923076923077em 4.721030042918455%; } }

.ie8 img {
  max-width: none; }

.chrome .search-text {
  padding-top: 0.3333333333333333em;
  width: 16.41666666666667em; }

.Safari .search-text {
  padding-top: 0.3333333333333333em;
  width: 16.41666666666667em; }

.contact_phn a {
  color: #3a474e;
  text-decoration: none; }

.list li {
  background: none;
  padding: 0 0 0.666666666666667em 3.73333333333333em;
  position: relative; }

.divide_data ul {
  padding-bottom: 0; }
  .divide_data ul:last-child {
    padding-bottom: 0.6666666666666667em; }

.center-text > img {
  display: block;
  margin: 0 auto 0.666666666666667em auto; }

.small-part-img {
  width: 120px;
  height: 150px; }

.utility-nav .cms_phone {
  text-decoration: none;
  color: #b22245;
  margin: 0;
  vertical-align: top; }

.footer-links a {
  padding-right: 22px; }
  .footer-links a:last-child {
    padding-right: 0; }

.search-submit {
  height: 1.6666666667em;
  padding: 0 !important;
  width: 1.62em;
  background: url(img/search.png) no-repeat top center !important;
  font-size: 1.125em !important;
  background-color: transparent !important;
  margin: 0 !important;
  outline: none; }

.website a {
  text-decoration: none; }

.page-id-1167 .distributor-locator {
  padding: 20px;
  border: 1px solid; }
  .page-id-1167 .distributor-locator table td {
    padding-bottom: 10px;
    padding-right: 10px; }
  .page-id-1167 .distributor-locator .cust-btn input {
    background-color: #b22245;
    color: white;
    padding: 8px;
    font-weight: 500;
    line-height: normal;
    border: none; }

.page-id-3176 table {
  margin-bottom: 10px; }
  .page-id-3176 table tr {
    line-height: normal;
    width: 100%; }
    .page-id-3176 table tr td:first-child {
      width: 25%; }

.page-id-1166 #idContentTblCell h2 {
  margin-top: 15px;
  margin-bottom: 10px; }

.bx-wrapper .bxslider li {
  min-height: 525px; }

.bx-wrapper .bx-controls .bx-pager {
  bottom: -30px; }

@media (min-width: 40em) {
  .bx-wrapper .bxslider li {
    min-height: 425px; }
  .bx-wrapper .bx-controls .bx-pager {
    bottom: -30px; } }

@media (min-width: 60em) {
  .bx-wrapper .bxslider li {
    min-height: 480px; } }

/*hubspot landing page style start*/
.hs-landing-page {
  background-color: transparent; }
  .hs-landing-page header.home-header {
    background-image: url(https://5744431.fs1.hubspotusercontent-na1.net/hubfs/5744431/Images/header-desk-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 4.0625em 0;
    background-position: center; }
  .hs-landing-page .logo-wrap {
    background-color: rgba(255, 255, 255, 0.6);
    padding: 1.0625em 0; }
    .hs-landing-page .logo-wrap .inner-wrap {
      padding: 1em; }
      @media (min-width: 80em) {
        .hs-landing-page .logo-wrap .inner-wrap {
          padding: 0; } }
  .hs-landing-page .site-content .inner-wrap {
    padding: 2.5em 1em 5em 1em; }
    @media (min-width: 80em) {
      .hs-landing-page .site-content .inner-wrap {
        padding-left: 0;
        padding-right: 0; } }
  .hs-landing-page .lp-content-wrap {
    display: table;
    width: 100%;
    padding-top: 1.9375em; }
    .hs-landing-page .lp-content-wrap h2 {
      font-size: 1.375em;
      font-weight: bold;
      color: #000000; }
    .hs-landing-page .lp-content-wrap h3 {
      font-size: 1.125em;
      font-weight: bold;
      color: #000000; }
    .hs-landing-page .lp-content-wrap p {
      font-size: 1.125em;
      line-height: 1.6111111111em; }
  .hs-landing-page .lp-content-with-form .site-content-primary {
    background-color: #d1dce2;
    padding: 2.1875em 2.125em 3.125em 2.625em; }
    @media (min-width: 60em) {
      .hs-landing-page .lp-content-with-form .site-content-primary {
        width: 50%;
        margin-right: 0;
        display: table-cell; } }
  .hs-landing-page .lp-content-with-form .site-content-secondary {
    border: 1px solid #ccc;
    padding: 4em 2.625em; }
    @media (min-width: 60em) {
      .hs-landing-page .lp-content-with-form .site-content-secondary {
        width: 50%;
        display: table-cell;
        vertical-align: top; } }
  @media (min-width: 60em) {
    .hs-landing-page .lp-content-with-form {
      position: relative; }
      .hs-landing-page .lp-content-with-form:before {
        position: absolute;
        content: "";
        background-image: url(https://5744431.fs1.hubspotusercontent-na1.net/hubfs/5744431/Images/noun_Arrow_30860.svg);
        background-repeat: no-repeat;
        background-size: 6.25em;
        top: 0;
        left: 45%;
        width: 6.25em;
        height: 6.25em;
        transform: rotate(-90deg); } }
  .hs-landing-page .lp-footer {
    background-image: url(https://5744431.fs1.hubspotusercontent-na1.net/hubfs/5744431/Images/footer-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 5.1875em 0;
    background-position: center;
    text-align: center; }
    .hs-landing-page .lp-footer span {
      margin-right: 1.875em; }
      .hs-landing-page .lp-footer span:last-child {
        margin-right: 0; }
      .hs-landing-page .lp-footer span a {
        margin-right: 1.5625em; }
        .hs-landing-page .lp-footer span a:last-child {
          margin-right: 0; }
    .hs-landing-page .lp-footer .sf-copy {
      text-decoration: none;
      color: #9fb2bc; }
  .hs-landing-page .form-columns-1, .hs-landing-page .form-columns-2 {
    max-width: inherit !important; }
  .hs-landing-page label span {
    font-size: 1.125em; }
  .hs-landing-page label .hs-form-required {
    color: #b22245 !important;
    display: inline !important; }
  .hs-landing-page .hs-input {
    width: 100% !important;
    margin-bottom: 1.9375em !important;
    padding: 0.25em;
    border: 1px solid #9fb2bc; }
  .hs-landing-page input[type="file"] {
    border: 0 !important;
    padding-left: 0;
    background: transparent !important; }
  .hs-landing-page .hs-form-booleancheckbox {
    padding: 0; }
    .hs-landing-page .hs-form-booleancheckbox span {
      font-size: 0.75em;
      color: #b22245 !important;
      display: inline-block;
      vertical-align: middle;
      width: calc(100% - 14px);
      padding-left: 0.625em;
      margin-top:-3px}
  .hs-landing-page input[type="checkbox"] {
    width: 14px !important;
    margin: 0 !important;
    display: inline-block;
    vertical-align: top; }
  .hs-landing-page textarea {
    height: 4.3125em; }
  .hs-landing-page .hs_submit {
    text-align: center; }
    .hs-landing-page .hs_submit .hs-button {
      background-color: #cb1f48 !important;
      font-weight: normal;
      font-size: 1.25em;
      padding: 1.1em 2.2em;
      outline: none; }
.hs-landing-page .hs_submit .hs-button:hover {
 background-color: #b22245 !important;
}
.hs-landing-page .hs-responsive-embed-iframe {
    margin-top: 2.4375em !important;
}
.hs-landing-page iframe {
    margin-top: 0 !important;
}
/*   .hs-landing-page iframe {
    margin-top: 2.4375em !important; } */
  /*.hs-landing-page ul li {
    background: url(https://5744431.fs1.hubspotusercontent-na1.net/hubfs/5744431/Images/bullet.png) no-repeat 0.2em 0.4666666667em; }*/

.ebook-library-module .rows-of-3 > :nth-child(3n+1) {
  clear: none; }

.ebook-library-module .rows-of-3 > * {
  margin-right: 2%;
  width: 23%; }

.el-link {
  text-align: center; }

.el-link img {
  display: block;
  margin: 0 auto; }

.site-content.two-column {
  text-align: center; }

.site-content .site-content-primary, .site-content .site-content-secondary {
  text-align: left; }

/** Press Releases module **/
.press-releases-module a {
  text-decoration: none; }
  .press-releases-module a:hover {
    text-decoration: underline; }

.pr-item {
  margin-bottom: 1.25em; }

.pr-item-img img {
  border: 1px solid;
  border-radius: 6px;
  margin-bottom: 0.625em; }

.pr-item-cta {
  margin: 1em 0;
  display: inline-block; }
  @media (min-width: 40em) {
    .pr-item-cta {
      margin: 0; } }

.pr_itemdate {
  font-weight: bold; }

.pr-row {
  margin-bottom: 1.25em; }

@media only screen and (min-width: 50em) {
  header.home-header {
    height: auto !important; } }

.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; }

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

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

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

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  padding: 0;
  position: relative;
  background: none;
  text-align: center; }

.flexslider .slides img {
  /*width: 100%;*/
  display: block;
  margin: 0 auto; }

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

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

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.slider {
  padding: 0 15px; }

.flexslider {
  position: relative;
  zoom: 1; }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides img {
  height: auto; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

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

.carousel li {
  margin: 0 4px 0 4px;
  padding: 0;
  background: none; }

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

.flex-direction-nav a {
  cursor: pointer;
  display: block;
  height: 4.125em;
  /* Base Font = 16px >>> 66px /16px = 4.125em */
  overflow: hidden;
  opacity: 1;
  position: absolute;
  text-decoration: none;
  text-indent: 1.75em;
  /* Base Font = 16px >>> 28px /16px = 1.75em */
  top: 3.4375em;
  /* Base Font = 16px >>> 55px /16px = 3.4375em */
  width: 1.75em;
  /* Base Font = 16px >>> 28px /16px = 1.75em */
  z-index: 10; }

.flex-direction-nav .flex-prev {
  background: url(img/prev.jpg) no-repeat left top;
  left: 0.5625em;
  /* Base Font = 16px >>> 9px /16px = 0.5625em */ }

.flex-direction-nav .flex-prev.flex-disabled, .flex-direction-nav .flex-prev.flex-disabled:hover {
  background: url(img/prev.jpg) no-repeat left top; }

.flex-direction-nav .flex-next {
  background: url(img/next.jpg) no-repeat left top;
  right: 0.5625em;
  /* Base Font = 16px >>> 9px /16px = 0.5625em */ }

.flex-direction-nav .flex-next.flex-disabled, .flex-direction-nav .flex-next.flex-disabled:hover {
  background: url(img/next.jpg) no-repeat left top; }

.flex-direction-nav .flex-prev:hover {
  background: url(img/prev-hover.jpg) no-repeat left top;
  opacity: 1; }

.flex-direction-nav .flex-next:hover {
  background: url(img/next-hover.jpg) no-repeat left top;
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0.3 !important;
  cursor: default; }

.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'; }

.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 {
  display: none; }

.flex-control-thumbs {
  display: none; }

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

.slides li a span {
  background: url(img/bucket-bg.png) repeat left top;
  bottom: 1.6em;
  /* Base Font = 15px >>> 24px /15px = 1.6em */
  color: #e9e9ee;
  font-size: 0.9375em;
  /* Base Font = 16px >>> 15px /16px = 0.9375em */
  font-weight: 700;
  left: 0;
  line-height: 1.133333333333333em;
  /* Base Font = 15px >>> 17px /15px = 1.133333333333333em */
  margin: 0 auto;
  padding: 1.266666666666667em 0 1.466666666666667em 0;
  /* Base Font = 15px >>> 19px 0 22px 0 /15px = 1.266666666666667em 0 1.466666666666667em 0 */
  position: absolute;
  right: 0;
  text-transform: uppercase;
  width: 12.66666666666667em;
  /* Base Font = 15px >>> 190px /15px = 12.66666666666667em */ }

.slides li > a:hover > span {
  background: url(img/bucket-hover-bg.png) repeat left top; }

.slides li > span {
  color: #3e5b6a;
  font-size: 0.8125em;
  /* Base Font = 16px >>> 13px /16px = 0.8125em */
  line-height: 1.615384615384615em;
  /* Base Font = 13px >>> 21px /13px = 1.615384615384615em */
  text-transform: uppercase;
  vertical-align: top; }

.slides li > span > a {
  color: #3e5b6a;
  padding: 0 0.5384615384615385em 0 0.5384615384615385em;
  /* Base Font = 13px >>> 0 7px 0 7px /13px = 0 0.5384615384615385em 0 0.5384615384615385em */
  text-decoration: none; }

.slides li > span > a:hover {
  color: #b22245; }

/* =============================================================================
   MEDIUM SCREEN STYLES [TABLET LANDSCAP VIEW] START
*  ============================================================================= */
/******** 640px/16px = 40em*/
@media only screen and (min-width: 40em) {
  /* =============Home Bucket Slider Start============================ */
  .slider {
    padding: 0 2.375em 0 2.25em;
    /* Base Font = 16px >>> 0 38px 0 36px /16px = 0 2.375em 0 2.25em */ }
  .flexslider .slides > li {
    margin: 0;
    max-width: 11.8125em;
    /* Base Font = 16px >>> 189px /16px = 11.8125em */
    min-width: 11.8125em;
    /* Base Font = 16px >>> 189px /16px = 11.8125em */ }
  .flexslider .slides > li > a {
    display: block; }
  .flexslider .slides img {
    border-right: 1px solid #ffffff;
    float: left;
    height: 15.375em;
    /* Base Font = 16px >>> 246px /16px = 15.375em */
    width: 11.75em;
    /* Base Font = 16px >>> 188px /16px = 11.75em */ }
  .slides li a span {
    margin: 0 0.0666666666666667em 0 0;
    /* Base Font = 15px >>> 0 1px 0 0 /15px = 0 0.0666666666666667em 0 0 */
    min-height: 76px;
    /* Base Font = 15px >>> 63px /15px = 4.2em */
    padding: 0.8666666666666667em 0 0 0;
    /* Base Font = 15px >>> 13px 0 0 0 /15px = 0.8666666666666667em 0 0 0 */
    width: 12.53333333333333em;
    /* Base Font = 15px >>> 188px /15px = 12.53333333333333em */ }
  .ie11 .slides li a span, .ie10 .slides li a span, .ie9 .slides li a span, .ie8 .slides li a span {
    width: 12.66666666666667em;
    /* Base Font = 15px >>> 190px /15px = 12.66666666666667em */ }
  .slides li.two-line a span {
    min-height: 3.733333333333333em;
    /* Base Font = 15px >>> 56px /15px = 3.733333333333333em */
    padding: 1.333333333333333em 0 0 0;
    /* Base Font = 15px >>> 20px 0 0 0 /15px = 1.333333333333333em 0 0 0 */ }
  .flex-direction-nav a {
    top: 3.5em;
    /* Base Font = 16px >>> 56px/16px = 3.5em */ }
  .flex-direction-nav .flex-prev {
    left: -2.0625em;
    /* Base Font = 16px >>> -33px/16px = -2.0625em */ }
  .flex-direction-nav .flex-next {
    right: -2.0625em;
    /* Base Font = 16px >>> -33px/16px = -2.0625em */ } }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .last_crasual_txt {
    padding: 8px 0 5px 0 !important; } }

/* =============================================================================
   MEDIUM SCREEN STYLES [TABLET LANDSCAP VIEW] START
*  ============================================================================= */
/******** 800px/16px = 50em*/
@media only screen and (min-width: 50em) {
  /* =============Home Bucket Slider Start============================ */
  .slider {
    margin: 0 auto;
    max-width: 631px;
    /* Base Font = 16px >>> 566px /16px = 35.375em */
    min-height: 11.5625em;
    /* Base Font = 16px >>> 185px /16px = 11.5625em */
    padding: 0 2.0625em 0 2em;
    /* Base Font = 16px >>> 0 33px 0 32px /16px = 0 2.0625em 0 2em */ }
  .flex-direction-nav .flex-next {
    right: -2.1875em;
    /* Base Font = 16px >>> 35px /16px = -2.1875em */ } }

/* =============================================================================
   LARGE SCREEN STYLES [DESKTOP VIEW] START
*  ============================================================================= */
/******** 960px/16px = 60em*/
@media only screen and (min-width: 60em) {
  /* =============Home Bucket Slider Start============================ */
  .bucket-links {
    display: inline-block;
    width: 632px; }
  .flexslider {
    width: 566px; }
  .flexslider .slides > li {
    margin: 0;
    max-width: 11.8125em;
    /* Base Font = 16px >>> 189px /16px = 11.8125em */
    min-width: 11.8125em;
    /* Base Font = 16px >>> 189px /16px = 11.8125em */
    min-height: 17em; }
  .ie11 .slides .last_crasual_txt, .ie10 .slides .last_crasual_txt, .ie9 .slides .last_crasual_txt, .ie8 .slides .last_crasual_txt {
    padding: 8px 0 5px 0; } }

/* 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; } }

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: absolute;
  margin: 46px auto 60px;
  padding: 0;
  *zoom: 1;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%; }

.bx-wrapper img {
  max-width: 100%;
  display: block; }

.slide1 {
  background: url(img/slide1.jpg) no-repeat center top;
  background-size: cover !important; }

.slide2 {
  background: url(img/slide2.jpg) no-repeat center;
  background-size: cover !important; }

.slide3 {
  background: url(img/slide3.jpg) no-repeat center top;
  background-size: cover !important; }

.slide4 {
  background: url(img/slide4.jpg) no-repeat center top;
  background-size: cover !important; }

.slide5 {
  background: url(img/slide5.jpg) no-repeat center top;
  background-size: cover !important; }

/* =============================================================================
   MEDIUM SCREEN STYLES [TABLET LANDSCAP VIEW] START
*  ============================================================================= */
.bxslider li {
  min-height: 425px; }

/* =============================================================================
   MEDIUM SCREEN STYLES [TABLET LANDSCAP VIEW] START
*  ============================================================================= */
/******** 800px/16px = 50em*/
@media only screen and (min-width: 50em) {
  .bxslider li {
    min-height: 478px; } }

/** THEME
===================================*/
/*.bx-wrapper .bx-viewport {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border:  5px solid #fff;
  left: -5px;
  background: #fff;
  
  /*fix other elements on the page moving (on Chrome)*/
/*-webkit-transform: translatez(0);
  -moz-transform: translatez(0);
      -ms-transform: translatez(0);
      -o-transform: translatez(0);
      transform: translatez(0);
}*/
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%; }

/* LOADER */
/*.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(img/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
*/
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px; }

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #3a474e;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #b22245; }

/* DIRECTION CONTROLS (NEXT / PREV) */
/*.bx-wrapper .bx-prev {
  left: 10px;
  background: url(img/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url(img/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
*/
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center; }

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(img/controls.png) -86px -11px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0; }

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(img/controls.png) -86px -44px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px; }

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px; }

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%; }

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px; }

/** resource LP **/

@media (min-width: 60em){
  
  .lp-content-wrap.lp-content-with-form.resources-lp p {
    font-size: 0.87em;
}

.lp-content-wrap.lp-content-with-form.resources-lp .site-content-secondary {
    padding-top: 2em;
}
}

/** resource LP **/

/* gdd 009 b css start */
#exit-popup-gdd {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 46.5625em;
  background-color: white;
  border-radius: 6px;
  width: 90%;
  border: none; }
  #exit-popup-gdd .mfp-close {
    font-size: 1.5625em !important;
    color: #fff !important;
    font-weight: 100 !important;
    background-color: #000 !important;
    border-radius: 50% !important;
    right: -0.8em !important;
    top: -0.88em !important;
    opacity: 1 !important;
    border: 1px solid #fff !important; }

.ep-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: none;
  width: 100%; }

.ep-left-div {
  width: 65%;
  padding: 1.875em 1.25em; }
  @media (min-width: 40em) {
    .ep-left-div {
      width: 62%;
      padding: 3.125em; } }

.ep-heading {
  font-size: 1em;
  font-weight: 700;
  text-transform: none;
  color: #000;
  margin-bottom: 1.25em; }
  @media (min-width: 40em) {
    .ep-heading {
      font-size: 1.875em;
      margin-bottom: 0.9em; } }

.ep-cta {
  display: inline-block;
  vertical-align: top;
  background-color: #cb1f48;
  padding: 0.6666666667em 1.25em;
  font-size: 0.75em;
  color: white;
  border-radius: 3px;
  -webkit-animation-name: color-transition;
  animation-name: color-transition;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear; }
  .ep-cta:hover, .ep-cta:focus, .ep-cta:active {
    color: white;
    background-color: #cb1f48; }
  .ep-cta span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-right: 1.25em; }
    .ep-cta span:after {
      content: "";
      position: absolute;
      background-image: url(https://5744431.fs1.hubspotusercontent-na1.net/hubfs/5744431/Images/ico-arrow1.svg);
      background-repeat: no-repeat;
      background-size: 0.8333333333em 1.3333333333em;
      width: 0.8333333333em;
      height: 1.3333333333em;
      right: 0;
      top: 0; }
  @media (min-width: 40em) {
    .ep-cta {
      padding: 0.4444444444em 0.8333333333em;
      font-size: 1.125em; }
      .ep-cta span {
        padding-right: 1.1111111111em; }
        .ep-cta span:after {
          background-size: 0.7777777778em 0.8888888889em;
          width: 0.7777777778em;
          height: 0.8888888889em;
          top: 0.2777777778em; } }

.ep-right-div {
  width: 35%;
  background-color: #cb1f48;
  position: relative;
  padding: 1.25em; }
  .ep-right-div img {
    position: absolute;
    left: 50%;
    display: block;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 70%; }
  @media (min-width: 40em) {
    .ep-right-div {
      width: 38%; } }

@-webkit-keyframes color-transition {
  0% {
    background-color: #cb1f48; }
  50% {
    background-color: #7e344f; }
  100% {
    background-color: #cb1f48; } }

@-moz-keyframes color-transition {
  0% {
    background-color: #cb1f48; }
  50% {
    background-color: #7e344f; }
  100% {
    background-color: #cb1f48; } }

@keyframes color-transition {
  0% {
    background-color: #cb1f48; }
  50% {
    background-color: #7e344f; }
  100% {
    background-color: #cb1f48; } }

.cta_button_new{
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    background: rgb(203,31,72);
    border-radius: 6px;
    border-width: 0px;
    color: rgb(255,255,255);
    font-family: sans-serif;
    height: auto;
    transition: all .4s ease;
    padding: 7px 20px;
    text-shadow: none;
    width: auto;
    font-size: 24px;
    line-height: 1.5em;
    border-radius: 0;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
  padding-top: 8px !important;}
.cta_button_new:hover{
  color: #fff !important;
   background: rgb(203,31,80) !important;
}
/* gdd 009 b css end */

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

.rfq-landing-page{
 background-color:#EFEFEF; 
}
.rfq-landing-page form fieldset{
max-width:none!important;
}
.rfq-landing-page form{
max-width:850px;
box-shadow: 0px 4px 7px #2A2A2A70;
  background-color:#EFEFEF;
  padding:20px;
 margin:auto;
  border-radius:8px;
  background-image:url(https://5744431.fs1.hubspotusercontent-na1.net/hubfs/5744431/form-bg.png);
  background-size:cover;
  
}
.rfq-landing-page #hs-link-widget_1697464082924_hs_logo_widget{
max-width: 322px;
    margin: auto;
    display: block;
    margin-bottom: 71px;
}
.rfq-landing-page form .rfq-price-sheet-heading-wrap{
text-align:center;
}
.rfq-landing-page form .rfq-price-sheet-heading{
color:#3E5B6B;
font-size:30px;
  position:relative;
  text-align:center;
   text-transform: unset!important;
     border-bottom: 3px solid #CB1F48;
    padding-bottom: 7px;
    display: inline-block;
  margin-bottom:25.5px;
  font-weight:bold;
}
.rfq-landing-page form .hs-submit{
margin-top:70px;
}
.rfq-landing-page form .hs-button {
      text-transform: uppercase;
    font-weight: bold!important;
    width: 100%;
    padding: 13px!important;
    border-radius: 5px;
}
.rfq-landing-page form .inputs-list{
margin-top:10px;
}
.rfq-landing-page form .inputs-list li input{
width: auto!important;
    margin-bottom: 0!important;
  margin-right:15px;
}
.rfq-landing-page form .inputs-list li{
  padding-left:0!important;

}
.rfq-landing-page form .hs-input{
padding:13px!important;
  border-color:#B1B1B1;
  border-radius:5px;
}
.rfq-landing-page form .hs-landing-page label span{
color:#000000;
  font-size:18px;
  
}
.rfq-landing-page form .rfq-price-sheet-desc{
text-align:center;
  font-size:18px;
  line-height:25px;
  color:#444444;
  
}
@media (min-width: 40em) {
  .rfq-landing-page form{
     padding:38px 50px;
  }
}
@media (min-width: 60em) {
  .rfq-landing-page form .rfq-price-sheet-heading{
    font-size:38px;
  }
  .rfq-landing-page form fieldset .input{
margin-right: 25px!important;
}
  .rfq-landing-page form{
  padding:77px 100px;
  }
  
}
/* New Request your updated price sheet */
.new-rfq-landing-page{
 background-color:#F2F2F2; 
}
@media (min-width: 80em) {
.new-rfq-landing-page >.inner-wrap {
  width: 1142px;
}
}
.new-rfq-landing-page form fieldset{
max-width:none!important;
}
.new-rfq-landing-page form{
max-width: 1142px;
/* box-shadow: 0px 4px 7px #2A2A2A70; */
  box-shadow: 0px 3px 15px #00000039;
  background-color:#EFEFEF;
  padding:20px;
  margin:auto;
  border-radius:20px;
/*   background-image:url(https://5744431.fs1.hubspotusercontent-na1.net/hubfs/5744431/form-bg.png); */
  background-image:url(https://5744431.fs1.hubspotusercontent-na1.net/hubfs/5744431/new-form-bg.png); 
  background-size:cover;
/*    position: relative; */
}
/* .new-rfq-landing-page form:before {
  content: '';
  position: absolute;
  background:#ffffff;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
} */
.new-rfq-landing-page #hs-link-widget_1697464082924_hs_logo_widget{
max-width: 278px;
    margin: auto;
    display: block;
    margin-bottom: 71px;
}
.new-rfq-landing-page form .rfq-price-sheet-heading-wrap{
text-align:center;
}
.new-rfq-landing-page form .rfq-price-sheet-heading{
  color:#3E5A6A;
  font-size:30px;
  position:relative;
  text-align:center;
  text-transform: unset!important;
  border-bottom: 3px solid #CB1F48;
  padding-bottom: 7px;
  display: inline-block;
  margin-bottom: 34px;
  font-weight:bold;
  line-height:40px;
}
.new-rfq-landing-page form .hs-submit{
margin-top:70px;
}
.new-rfq-landing-page form .hs-button {
      background-color: #CB1E48 !important;
      text-transform: uppercase;
      font-weight: bold!important;
      width: 100%;
      padding: 15.5px 16px !important;
    border-radius: 6px;
    font-size: 20px !important;
    font-weight: 700 !important;
}
.new-rfq-landing-page form .inputs-list{
margin-top:10px;
}
.new-rfq-landing-page form .inputs-list li input{
/*    width: auto!important; */
   margin-bottom: 0!important;
   margin-right: 18px;
      width: 25px !important;
    height: 25px !important;
}
.new-rfq-landing-page form .inputs-list li span {
  font-size: 17px;
  line-height: 23px;
  font-weight: 400;
  color: #626262;
      display: inline-block;
    vertical-align: super;
}
.new-rfq-landing-page form .inputs-list li{
  padding-left:0!important;
  display: inline-block;
  margin-right: 50px;

}
.new-rfq-landing-page form .hs-input{
  padding:13px!important;
  border-color:#C4C4C4;
  border-radius:3px;
  margin-top: 16px;
}
@media only screen and (max-width:480px) {
  .new-rfq-landing-page form .hs-input {
    margin-bottom: 16px !important;
  }
}
.new-rfq-landing-page form .hs-landing-page label span{
 color:#000000;
  font-size:18px;
}
.new-rfq-landing-page .hs-landing-page .hs-input {
  margin-bottom: 41px !important;
}
.new-rfq-landing-page form .rfq-price-sheet-desc{
text-align:center;
  font-size:18px;
  line-height:26px;
  color:#000000;
  padding-bottom: 26px;
  
}
.new-rfq-landing-page label span {
  font-size: 17px;
  line-height: 30px;
  color: #181818;
}
@media (min-width: 40em) {
  .new-rfq-landing-page form{
     padding:38px 50px;
  }
}
@media (min-width: 60em) {
  .new-rfq-landing-page form .rfq-price-sheet-heading{
    font-size:48px;
    line-height:65px;
  }
  .new-rfq-landing-page form fieldset .input{
margin-right: 25px!important;
}
  
  
}
@media (min-width: 80em) {
  .new-rfq-landing-page form{
          padding: 110px 119px 110px 126px;
  }
}
/*=============== Yeti Popup ===============*/
.yeti-popup {
  width: 100%;
  height: 8.3125em;
  border-radius: 20px 20px 0px 0px;
  background-color: #fff;
  border-bottom: 9px solid #CB1E48;
  box-shadow: 0px 3px 6px #00000029;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9;
  display: none; }
  @media (min-width: 40em) {
    .yeti-popup {
      width: 19.5em;
      left: 1.5625em;
      display: block; } }
  .yeti-popup.remove {
    display: none; }

.yp-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  border-radius: 20px 20px 0px 0px;
  background-image: url(https://5744431.fs1.hubspotusercontent-na1.net/hubfs/5744431/AdobeStock_736077502.jpeg);
  background-size: cover;
  background-repeat: no-repeat; 
  padding-top:12px;
}
  .yp-wrap:before {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 18px 18px 0px 0px;
    content: "";
    background: transparent linear-gradient(353deg, #FFFFFFFA 50%, #FFFFFFD9 100%) 0% 0% no-repeat padding-box;
    left: 0;
    top: 0;
    z-index: 0; }

.yp-img {
  width: 6.25em;
  text-align: center; }
  @media (min-width: 40em) {
    .yp-img {
      width: 5.5em; } }
  .yp-img img {
    height: 8.25em;
    margin-top: -40px;
    position: relative; }

.yp-content {
  width: calc(100% - 88px);
  position: relative;text-align: left; }

.yp-subtext {
  font-size: 0.875em;
  font-weight: 600;
  line-height: 1.7142857143em;
  text-transform: uppercase;
  color: #3E5A6B;
  letter-spacing: 0.14px;
  display: block; }

.yp-title {
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1em;
  text-transform: capitalize;
  color: #000000;
  letter-spacing: 0.14px;
  display: block;
  margin-right: 0 !important;
  margin-bottom: 0.5416666667em; }

.yp-cta {
  color: #CB1E48;
  font-size: 1.125em;
  line-height: 1.3333333333em;
  font-weight: bold;
  border: 1px solid #CB1E48;
  background-color: transparent;
  padding: 0.2777777778em 1.1111111111em 0.3333333333em 1.5555555556em;
  min-width: 9.7777777778em;
  border-radius: 6px;
  position: relative;
  text-align: left; }
  @media (min-width: 60em) {
    .yp-cta {
      padding: 0.3333333333em 1.1111111111em 0.3888888889em 1.1111111111em; } }
  .yp-cta:after {
    position: absolute;
    width: 1.5555555556em;
    height: 1.5555555556em;
    content: "";
    background-image: url(https://5744431.fs1.hubspotusercontent-na1.net/hubfs/5744431/circle-red-arrow.svg);
    right: 0.7222222222em;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat; }
  .yp-cta:hover, .yp-cta:focus {
    background-color: #b41a3f;
    border-color: #b41a3f;
    color: #ffffff; }
.yp-close {
  position: absolute;
  width: 20px;
  height: 22px;
  background-image: url(https://5744431.fs1.hubspotusercontent-na1.net/hubfs/5744431/cancelbtn.png);
  background-position: center center;
  top: 12px;
  right: 14px;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0;
  z-index: 2; }

.hs-content-id-93588813086 .yeti-popup{
display:none;
}

.hs-content-id-12117914543 .yeti-popup{
display:none;
}



/*! /* 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]
*/