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

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

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

/**
 * Remove default margin.
 */
body {
  margin: 0; }
  body p {
    font-size: 18px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

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

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

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

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

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

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

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

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

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

body {
  -webkit-font-smoothing: antialiased;
  background-color: white;
  color: #010101;
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
  line-height: 1.25;
  margin: 0;
  font-weight: normal; }

h1 {
  font-size: 2.625em;
  margin-top: 0;
  margin-bottom: 32px;
  color: #00233c; }

h2 {
  font-size: 1.5em;
  margin-top: 24px;
  margin-bottom: 16px;
  color: #004677;
  font-weight: 800; }

h3 {
  font-size: 1.9em;
  margin-top: 24px;
  margin-bottom: 16px;
  color: #004677;
  font-weight: normal; }

h4 {
  font-size: 1.125em;
  margin-top: 16px;
  margin-bottom: 16px;
  font-weight: 800; }
  h4.li-title {
    font-size: 1em;
    font-weight: normal;
    line-height: 1.375em;
    margin: 0.625em 0;
    text-align: center; }

h5 {
  font-size: 1em;
  margin-top: 16px;
  margin-bottom: 16px; }

h6 {
  font-size: 1em;
  margin-top: 16px;
  margin-bottom: 16px; }

p {
  margin: 0 0 16px 0; }

.emph {
  font-size: 1.25em;
  font-weight: bold; }

a {
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
  color: #2c64a7;
  text-decoration: none; }
  a:hover {
    color: #1c406a; }
  a:active, a:focus {
    color: #1c406a;
    outline: none; }

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

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

blockquote {
  padding: 0;
  margin: 0; }

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

fieldset {
  background: white;
  border: 1px solid #e9e9e9;
  margin: 0 0 0.75em 0;
  padding: 1.5em; }

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

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

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

textarea {
  resize: vertical; }

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

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

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

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto; }

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

.hs-form label {
  font-size: 0.9375em;
  font-weight: bold; }

.hs-form .input ul li {
  background: none;
  list-style: none;
  padding: 0; }
  .hs-form .input ul li label {
    font-weight: normal; }

.hs-form .hs-error-msgs li {
  background: none;
  font-size: 0.875em;
  list-style: none;
  padding: 0 0 0.7142857143em 0; }

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

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

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

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

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

.spec-thead {
  display: block; }

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

.cell {
  border-top: 1px solid #00233c; }

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

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

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

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

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

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none; }

dl {
  margin-bottom: 0.75em; }
  dl dt {
    font-weight: bold;
    margin-top: 0.75em; }
  dl dd {
    margin: 0; }

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

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

button,
input[type="submit"], .btn, .si-btn, .services-btn, .blog-read-more-btn,
.btn-important, .btn-plus, .btn-download {
  position: relative;
  -webkit-font-smoothing: antialiased;
  color: #efefef;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  padding: 10px 60px 10px 10px;
  text-decoration: none;
  background: #f99f1e;
  background-image: url("img/ico-arrow-button.svg");
  background-repeat: no-repeat;
  background-position: 96% center;
  text-decoration: none !important;
  -webkit-transition: background 0.1s linear;
  -moz-transition: background 0.1s linear;
  transition: background 0.1s linear; }
  button:hover,
  input:hover[type="submit"], .btn:hover, .si-btn:hover, .services-btn:hover, .blog-read-more-btn:hover,
  .btn-important:hover, .btn-plus:hover, .btn-download:hover {
    background: #004677;
    background-image: url("img/ico-arrow-white.svg");
    background-repeat: no-repeat;
    background-position: right center;
    color: #efefef; }
  button:disabled,
  input:disabled[type="submit"], .btn:disabled, .si-btn:disabled, .services-btn:disabled, .blog-read-more-btn:disabled,
  .btn-important:disabled, .btn-plus:disabled, .btn-download:disabled {
    cursor: not-allowed;
    opacity: 0.5; }

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, .si-btn, .services-btn, .blog-read-more-btn {
  text-align: center;
  margin: .5em 0; }

.btn-plus {
  padding-right: 2.75em;
  text-align: left;
  margin: .5em 0; }
  .btn-plus span {
    font-weight: normal;
    display: block;
    font-size: 16px;
    padding-bottom: 5px; }
  .btn-plus:after {
    content: '';
    background-image: url("img/ico-plus-sign.svg");
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 2em;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    padding-top: 10px;
    background-color: #dec013; }

.si-btn, .services-btn {
  border: 1px solid #faa61a;
  font-size: 11px;
  color: #efefef;
  text-align: left;
  padding-left: 1.8181818182em;
  background-image: url("img/ico-arrow-white.svg"); }
  .si-btn:focus, .services-btn:focus, .si-btn:active, .services-btn:active {
    color: #efefef; }
  .si-btn span, .services-btn span {
    display: block;
    color: #faa61a;
    font-size: 18px;
    font-weight: bold; }
  .si-btn:hover, .services-btn:hover {
    background-color: #faa61a; }
    .si-btn:hover span, .services-btn:hover span {
      color: #efefef; }
  @media (min-width: 40em) {
    .si-btn, .services-btn {
      font-size: 0.875em; }
      .si-btn span, .services-btn span {
        font-size: 1.7142857143em; } }

.view-our-services-btn {
  background-image: url("img/ico-arrow-blue.svg");
  background-color: rgba(143, 152, 157, 0.9);
  border: none; }
  .view-our-services-btn span {
    color: #004677; }
  .view-our-services-btn:hover {
    background-image: url("img/ico-arrow-orange.svg");
    background-color: rgba(0, 70, 119, 0.8); }
    .view-our-services-btn:hover span {
      color: #faa61a; }

.view-our-work-btn {
  background-image: url("img/ico-arrow-blue.svg");
  background-color: #f99f1e;
  border: none; }
  .view-our-work-btn span {
    color: #004677; }
  .view-our-work-btn:hover {
    background-image: url("img/ico-arrow-orange.svg");
    background-color: rgba(0, 70, 119, 0.8); }
    .view-our-work-btn:hover span {
      color: #faa61a; }

.contact-us-btn {
  vertical-align: top;
  background-image: url("img/ico-arrow-blue.svg");
  background-color: #f99f1e;
  border: none; }
  .contact-us-btn span {
    color: #004677; }
    @media (min-width: 40em) {
      .contact-us-btn span {
        height: 38px;
        line-height: 38px; } }
    @media (max-width: 40em) {
      .contact-us-btn span {
        height: 29px;
        line-height: 29px; } }
  .contact-us-btn:hover {
    background-image: url("img/ico-arrow-orange.svg");
    background-color: rgba(0, 70, 119, 0.8); }
    .contact-us-btn:hover span {
      color: #faa61a; }

.services-btn {
  padding: 22px; }

.rfq-btn.btn {
  background-color: #f99f1e;
  color: #004677;
  background-image: none;
  border: none;
  padding: 1.25em;
  font-size: 1em; }
  .rfq-btn.btn:hover {
    background-image: none;background-color: #004677; color:white;}

.shipping-btn.btn {
  background-color: #004677;
  color: #efefef;
  background-image: none;
  border: none;
  padding: 1.25em;
  font-size: 1em; }
  .shipping-btn.btn:hover {
    background-image: none;
    background-color: #f99f1e; }

.blog-read-more-btn {
  text-align: left;
  color: #004677;
  background: transparent;
  background-image: url("img/ico-arrow-button.svg");
  background-repeat: no-repeat;
  background-position: 96% center;
  -webkit-transition: background 0.1s linear;
  -moz-transition: background 0.1s linear;
  transition: background 0.1s linear; }
  .blog-read-more-btn:hover {
    color: #004677;
    background: transparent;
    background-image: url("img/ico-arrow-button.svg");
    background-repeat: no-repeat;
    background-position: right center; }

#breadcrumbs {
  list-style: none;
  margin: 0.625em 0;
  overflow: hidden; }
  #breadcrumbs li {
    background: none;
    color: #8f989d;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.625em;
    padding: 0; }
  #breadcrumbs .separator {
    color: #8f989d; }

@media (min-width: 40em) {
  .site-header {
    background-color: transparent; }
    .site-header .site-logo {
      width: 35%; }
    .site-header .site-nav-container {
      clear: both;
      width: 100%; }
      .site-header .site-nav-container .sn-level-1 {
        float: left;
        width: 89.1%; } }
      @media (min-width: 40em) and (min-width: 60em) {
        .site-header .site-nav-container .sn-level-1 {
          width: 92%; } }
      @media (min-width: 40em) and (min-width: 80em) {
        .site-header .site-nav-container .sn-level-1 {
          width: 93.6%; } }

@media (min-width: 40em) {
        .site-header .site-nav-container .sn-level-1 .sn-li-l1 {
          //width: 14%; min-height: 3.75em;
    }
          .site-header .site-nav-container .sn-level-1 .sn-li-l1 > a {
            padding: 11.570px 7.120px; }
            .site-header .site-nav-container .sn-level-1 .sn-li-l1 > a span {
              font-size: 13.35px;white-space: nowrap; }
        .site-header .site-nav-container .sn-level-1 .menu-item-has-children {
          /*display: inline-block;*/
          min-height: 3.75em;
          /*width: 19% !important;*/
          position: relative; }
  .site-intro-home .si-subtext {
    font-size: 1.5em; } }

@media (min-width: 60em) {
  .site-header .site-nav-container .sn-level-1 .sn-li-l1 > a span {
              font-size: 16px;white-space: nowrap; }
              .site-header .site-nav-container .sn-level-1 {
        float: none !important;
         } 
  .site-header-wrap .site-header .site-nav-container .sn-level-1 .sn-li-l1 {
    width: 13.66666666666667%; }
    .site-header-wrap .site-header .site-nav-container .sn-level-1 .sn-li-l1 a {
      padding: 0 0.5em;
      text-align: center; }
      .site-header-wrap .site-header .site-nav-container .sn-level-1 .sn-li-l1 a span {
        font-size: 15px;
  white-space: nowrap;
  }
  .site-header-wrap .site-header .site-nav-container .sn-level-1 .menu-item-has-children {
    /*width: 16.66666666666667% !important;*/ }
  .site-header-wrap .site-header .site-utility-nav {
    padding-top: 1.5625em; }
  .site-intro-home .si-header {
    font-size: 3.75em; }
  .site-intro-home .si-subtext {
    font-size: 1.875em; } }


    @media (min-width: 80em) {
 .site-header-wrap .site-header .site-nav-container .sn-level-1 .sn-li-l1 a span {
        font-size: 1em; }
    }

.site-nav-container .inner-wrap {
  padding-top: 0;
  padding-bottom: 0; }

.site-nav {
  background-color: #2c64a7;
  display: block;
  vertical-align: top;
  /*span {
        white-space: nowrap;
    }*/ }
  @media (min-width: 40em) {
    .site-nav {
      position: relative;
      top: 0;
      left: 0;
      background-color: #004677;
      margin-top: 5px;
      z-index: 2; } }
  @media (min-width: 60em) {
    .site-nav {
      margin-top: 0; } }

.sn-li-l1 {
  display: block;
  border-bottom: 1px solid #3170bb;
  background-color: #004677; }
  .sn-li-l1 a.active {
    background-color: #002844; }
  .sn-li-l1 span {
    font-size: 1em;
    font-weight: bold; }
  .sn-li-l1.has-subnav > a span, .sn-li-l1.menu-item-has-children > a span {
    padding-right: 0em;
    background-image: url(https://1555476.fs1.hubspotusercontent-na1.net/hubfs/1555476/Images%20/ico-arrowdown-1.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 0.75em;
    display: block; }
  .sn-li-l1.has-subnav > a.active span, .sn-li-l1.menu-item-has-children > a.active span {
    background-image: url(https://1555476.fs1.hubspotusercontent-na1.net/hubfs/1555476/Images%20/ico-arrowup-1.svg); }
  .sn-li-l1 > a {
    text-align: center;
    display: block;
    height: 3.75em;
    line-height: 3.75em;
    color: #ffffff;
    text-decoration: none;
    padding: 0 1em; }
    .sn-li-l1 > a:visited {
      color: #ffffff; }
    .sn-li-l1 > a:hover {
      color: #f99f1e; }
  @media (min-width: 40em) {
    .sn-li-l1 {
      float: left;
      border-bottom: 0; }
      .sn-li-l1 span {
        font-size: 1em; }
      .sn-li-l1:hover .sn-level-2 {
        display: block; }
      .sn-li-l1.has-subnav > a span, .sn-li-l1.menu-item-has-children > a span {
        padding-right: 1em;
        background-size: 0.625em;
        display: inline; }
      .sn-li-l1.has-subnav > a.active span, .sn-li-l1.menu-item-has-children > a.active span {
        background-image: url(https://1555476.fs1.hubspotusercontent-na1.net/hubfs/1555476/Images%20/ico-arrowdown-1.svg); }
      .sn-li-l1 > a {
        padding: 0 0.5em;
        height: 1.875em;
        line-height: 1.875em; } }
  @media (min-width: 60em) {
    .sn-li-l1 {
      border-left: 1px solid #9da5a9; }
      .sn-li-l1 span {
        font-size: 18px; }
      .sn-li-l1 > a {
        padding: 0 0.5em;
        height: 3.75em;
        line-height: 3.75em; }
      .sn-li-l1:last-child a {
        padding-right: 0; } }
  @media (min-width: 80em) {
    .sn-li-l1 > a {
      padding: 0 1em; } }

@media (max-width: 40em) {
  .sn-li-l1 a span {
    color: #efefef; }
  .sn-level-2 a span {
    color: #004677; } }

.sn-level-2 {
  padding: 0;
  margin: 0;
  display: none;
  position: relative; }
  .sn-level-2.active {
    display: block; }
  @media (min-width: 40em) {
    .sn-level-2 {
      min-width: 12.5em;
      top: 3.75em;
      position: absolute; }
      .sn-level-2.active {
        display: none; } }

.sn-li-l2, .sn-li-l3 {
  background-color: #e9e9e9;
  min-height: 3.75em;
  min-width: 15.5em; }
  .sn-li-l2 > a, .sn-li-l3 > a {
    padding: 0 1em;
    color: #8f989d;
    border-top: 1px solid white;
    display: block;
    text-decoration: none;
    line-height: 3.125em;
    text-align: center; }
    .sn-li-l2 > a span, .sn-li-l3 > a span {
      font-size: 0.875em;
      line-height: 1.25em;
      display: inline-block;
      vertical-align: middle; }
  .sn-li-l2:last-child > a, .sn-li-l3:last-child > a {
    border-bottom: 0; }
  .sn-li-l2:hover, .sn-li-l3:hover {
    background-color: #d0cfcf; }
  @media (min-width: 40em) {
    .sn-li-l2:hover .sn-level-3, .sn-li-l3:hover .sn-level-3 {
      display: block; }
    .sn-li-l2 > a, .sn-li-l3 > a {
      padding: 0 0.5em;
      color: #8f989d;
      text-align: left; } }
  @media (min-width: 60em) {
    .sn-li-l2 > a, .sn-li-l3 > a {
      padding: 0 0.5em; } }
  @media (min-width: 80em) {
    .sn-li-l2 > a, .sn-li-l3 > a {
      padding: 0 1em; } }

.sn-level-3 {
  padding: 0;
  margin: 0;
  padding-top: 1px;
  display: none;
  position: relative;
  border-left: 1px solid white; }
  .sn-level-3.active {
    display: block; }
  @media (min-width: 40em) {
    .sn-level-3 {
      position: absolute;
      top: 0;
      left: 100%; }
      .sn-level-3.active {
        display: none; } }

.site-nav-container {
  background-color: #2c64a7;
  width: 19em;
  height: 100%;
  right: -19em;
  top: 0;
  bottom: 0;
  z-index: 1000;
  position: absolute;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }
  .site-nav-container.active {
    right: 0; }
    .site-nav-container.active .sn-ico-search, .site-nav-container.active .sn-ico-nav-menu {
      display: none; }
  .site-nav-container .inner-wrap {
    padding-bottom: 0 !important;
    padding-left: 0;
    padding-right: 0; }
  @media (min-width: 40em) {
    .site-nav-container {
      width: auto;
      height: auto;
      right: auto;
      bottom: auto;
      top: auto;
      position: static;
      background-color: #004677;
      clear: both; } }
  @media (min-width: 60em) {
    .site-nav-container {
      clear: right;
      float: right; } }

.site-nav-container-screen {
  position: absolute;
  display: none;
  z-index: 999;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5); }
  .site-nav-container-screen.active {
    display: block; }
  @media (min-width: 40em) {
    .site-nav-container-screen {
      display: none !important; } }

.site-nav-container .close-menu {
  display: inline-block;
  clear: both;
  position: relative;
  text-align: center;
  color: #004677 !important;
  font-family: "Open Sans", sans-serif;
  padding: 0.25em 1em;
  padding-right: 1.5625em;
  margin: 0 auto;
  font-size: 0.875em;
  background-color: #efefef;
  border-radius: 0.1875em; }
  .site-nav-container .close-menu:visited {
    color: #004677 !important; }
  .site-nav-container .close-menu:hover {
    color: #efefef !important;
    background-color: #004677; }
  .site-nav-container .close-menu:after {
    content: '';
    background-color: transparent;
    background-image: url(https://1555476.fs1.hubspotusercontent-na1.net/hubfs/1555476/Images%20/ico-exit.svg);
    background-size: 0.8125em 0.8125em;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    width: 1.5625em;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute; }
  @media (min-width: 40em) {
    .site-nav-container .close-menu {
      display: none; } }

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

/*
This is used to separate sections/modules of the website while still keeping a consistent max-width. Example below:
<section class="about-module">
  <div class="inner-wrap">
    Content here...
  </div>
</section>
*/
.inner-wrap {
  max-width: 80em;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5em 1em 1.5em 1em; }
  .inner-wrap::after {
    clear: both;
    content: "";
    display: table; }
  .inner-wrap > *:first-child {
    margin-top: 0; }
  .inner-wrap > *:last-child {
    margin-bottom: 0; }
  @media (min-width: 40em) {
    .inner-wrap {
      padding: 2.5em 1.5em 2.5em 1.5em; } }

.media-object {
  overflow: hidden; }

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

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

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

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

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

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

.ce-header {
  position: relative;
  cursor: pointer;
  padding-left: 12px;
  padding-right: 12px; }
  .ce-header:after {
    content: '+';
    color: #2c64a7;
    padding-left: 8px;
    position: absolute;
    right: 0.3125em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

figure {
  margin: 0;
  padding: 0; }

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

.post-meta {
  padding-bottom: 20px; }
  .post-meta span {
    font-weight: 700;
    color: #004677; }

.site-wrap {
  background: #efefef;
  position: relative;
  overflow: hidden;
  margin: 0 auto; }

.site-content-wrap {
  min-height: 15.625em;
  position: relative; }
  .site-content-wrap p a {
    text-decoration: underline; }

/*=============== Site Header ===============*/
.site-header-wrap {
  background-image: url(https://1555476.fs1.hubspotusercontent-na1.net/hubfs/1555476/Images%20/bg-dest1.jpg);
  background-size: cover; }
  .site-header-wrap.shw-video {
    background-image: none; }
    .site-header-wrap.shw-video .site-intro-video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: auto; }
    .site-header-wrap.shw-video .site-header {
      position: relative;
      z-index: 9;
      background-image: url(https://1555476.fs1.hubspotusercontent-na1.net/hubfs/1555476/Images%20/bg-home.jpg) !important;
      background-size: cover;
      background-position: top; }
      .site-header-wrap.shw-video .site-header .sh-sticky-wrap {
        background-color: rgba(255, 255, 255, 0.5); }
        .site-header-wrap.shw-video .site-header .sh-sticky-wrap.stuck {
          background-color: #e9e9e9; }
    .site-header-wrap.shw-video .site-intro-home {
      position: relative;
      z-index: 9; }
    .site-header-wrap.shw-video:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 70, 119, 0.5); }

.inner-wrap-narrow {
  margin-left: auto;
  margin-right: auto;
  max-width: 65em;
  padding: 1.5em 1em; }
  .inner-wrap-narrow ul {
    padding-bottom: 0.9375em; }

.site-header {
  background-color: #f3f7fe; }
  .site-header .inner-wrap {
    clear: both;
    padding-top: 40px;
    padding-bottom: 25px; }
  @media (min-width: 40em) {
    .site-header {
      background-color: rgba(255, 255, 255, 0.6); } }
  @media (min-width: 60em) {
    .site-header .inner-wrap {
      padding-top: 0px;
      padding-bottom: 15px; } }

.site-utility-nav {
  overflow: hidden;
  background-color: transparent;
  display: none; }
  .site-utility-nav .inner-wrap {
    padding-top: 0;
    padding-bottom: 0; }
  .site-utility-nav .social-wrap {
    width: 12em;
    margin-top: 6px;
    display: none; }
  @media (max-width: 40em) {
    .site-utility-nav .inner-wrap {
      padding-right: 0; } }
  @media (min-width: 40em) {
    .site-utility-nav {
      display: inline-block;
      text-align: left;
      float: right; }
      .site-utility-nav .social-wrap {
        display: inline-block;
        float: right; } }

.sh-icons {
  float: right; }

.sh-ico-menu, .sh-ph {
  background-repeat: no-repeat;
  background-position: center top;
  display: inline-block;
  padding-top: 1.2em;
  text-align: center; }
  .sh-ico-menu span, .sh-ph span {
    font-size: .75em; }

.sh-email,
.site-header .sh-ico-search {
  display: none; }

.sh-ico-menu {
  background-image: url(https://1555476.fs1.hubspotusercontent-na1.net/hubfs/1555476/Images%20/ico-menu.svg);
  font-weight: bold;
  font-size: 1em; }
  .sh-ico-menu span {
    text-transform: uppercase; }
  @media (min-width: 40em) {
    .sh-ico-menu {
      display: none; } }

.contact-wrap {
  float: right; }

.sun-phone {
  background-image: url(https://1555476.fs1.hubspotusercontent-na1.net/hubfs/1555476/Images%20/ico-ph.svg);
  background-repeat: no-repeat;
  background-position: left 10px;
  display: block;
  color: #004677;
  padding-top: 0.1363636364em;
  padding-left: 1.3636363636em;
  margin-right: 1.3636363636em;
  font-size: 1.375em;
  font-weight: bold; }
  .sun-phone:hover {
    color: #f99f1e; }

.rfq-btn.btn {
  float: right; }
  @media (min-width: 40em) {
    .rfq-btn.btn {
      font-size: 0.875em; } }
  @media (min-width: 60em) {
    .rfq-btn.btn {
      font-size: 1em; } }

.site-utility-nav.sh-utility-nav {
  float: right;
  max-width: 24.6875em;
  text-align: left;
  width: 65%; }
  .site-utility-nav.sh-utility-nav .shipping-btn {
    float: right; }
    @media (min-width: 40em) {
      .site-utility-nav.sh-utility-nav .shipping-btn {
        font-size: 0.875em;
        margin-right: 0.625em; } }
    @media (min-width: 60em) {
      .site-utility-nav.sh-utility-nav .shipping-btn {
        font-size: 1em; } }
  @media (min-width: 60em) {
    .site-utility-nav.sh-utility-nav {
      max-width: none;
      width: 67%; }
      .site-utility-nav.sh-utility-nav .shipping-btn {
        margin-right: 0.625em; } }

.sh-ph {
  background-image: url(https://1555476.fs1.hubspotusercontent-na1.net/hubfs/1555476/Images%20/ico-phone.svg);
  font-weight: bold;
  font-size: 1em;
  display: inline-block;
  margin-right: 1.25em; }
  .sh-ph span {
    text-transform: uppercase; }

@media (min-width: 40em) {
  .sun-phone {
    //cursor: default;
    display: block; }
  .sh-ph {
    display: none; }
  .sh-email {
    font-size: 17px;
    padding-left: 2em;
    background-image: url(https://1555476.fs1.hubspotusercontent-na1.net/hubfs/1555476/Images%20/ico-email.svg);
    background-repeat: no-repeat;
    color: #00233c;
    display: inline-block; }
  .site-header .sh-ico-search {
    display: block;
    background-image: url(https://1555476.fs1.hubspotusercontent-na1.net/hubfs/1555476/Images%20/ico-search.svg);
    text-indent: -9999px;
    background-position: 50%;
    margin-top: 5px;
    width: 5%;
    float: left; } }

.sn-icons {
  float: right;
  color: #8f989d;
  height: 3.75em;
  display: inline-block;
  vertical-align: top; }
  .sn-icons span {
    font-size: 13px; }
  @media (min-width: 40em) {
    .sn-icons {
      font-size: 51%; } }
  @media (min-width: 60em) {
    .sn-icons {
      font-size: 100%;
      float:none; } }

.sn-ico-search {
  background-image: url(https://www.gemathis.com/wp-content/themes/ge-mathis-default/img/ico-search.svg);
  background-repeat: no-repeat;
  background-size: 30% auto;
  background-position: center 10px;
  border-left: 1px solid #8f989d;
  border-right: 1px solid #8f989d;
  background-repeat: no-repeat;
  padding-top: 36px;
  padding-left: .8em;
  padding-right: .8em;
  color: #ffffff;
  text-transform: uppercase;
  display: inline-block;
  text-align: center; 
}

@media (min-width: 40em) {
  .sn-ico-search{
    padding-top: 39px;
  }
}
@media (min-width: 60em) {
  .sn-ico-search{
    padding-top: 36px;
  }
}
  .sn-ico-search.active {
    color: #f99f1e; }
  .sn-ico-search:visited {
    color: #8f989d; }
  .sn-ico-search:hover {
    color: #f99f1e; }
  .sn-ico-search:focus {
    color: #8f989d; }

.sn-ico-nav-menu {
  background-image: url(https://1555476.fs1.hubspotusercontent-na1.net/hubfs/1555476/Images%20/ico-nav.svg);
  background-size: 48% auto;
  color: #8f989d;
  padding-top: 36px;
  padding-left: .8em;
  padding-right: .8em;
  text-transform: uppercase;
  background-repeat: no-repeat;
  background-position: center 10px;
  display: none;
  text-align: center;
  border-left: 1px solid #8f989d;
  border-right: 1px solid #8f989d; }
  .sn-ico-nav-menu:hover {
    color: #f99f1e; }

/*=============== Page Intro ===============*/
.sh-contact-info {
  float: right; }

.site-logo {
  display: inline-block;
  width: 56%;
  transition: all 0.5s ease-in-out; }
  @media (min-width: 40em) {
    .site-logo {
      width: 35%;
      float: left;
      padding-top: 0; } }
  @media (min-width: 60em) {
    .site-logo {
      padding-top: 1.5625em; }
      .site-logo.sh-logo {
        width: 33%; } }

@media (min-width: 60em) {
  .site-header .landing-logo {
    width: 25%; } }

.gmap {
  padding: 0.625em 0 0 0;
  text-align: center; 
width:90%}
@media (max-width:960px){
  .gmap{
    width:100%!important;
    text-align:center;
  }
}
  .gmap iframe {
    border: 1px solid #010101;
    max-width: 100%; }

/* ==================Site Intro =================*/
.home .site-header-wrap {
  background-size: cover;
  background-position: center center; }

.home .site-intro-home {
  text-align: center; }
  .home .site-intro-home .inner-wrap {
    padding-top: 1.5625em;
    padding-bottom: 1.5625em; }
    @media (min-width: 60em) {
      .home .site-intro-home .inner-wrap {
        padding-top: 5em;
        padding-bottom: 5em; } }
    @media (min-width: 80em) {
      .home .site-intro-home .inner-wrap {
        padding-top: 6.25em;
        padding-bottom: 6.25em; } }
  .home .site-intro-home .si-header {
    margin-bottom: 0;
    text-shadow: 0.5px 0.5px 0.5px #000000; }
  .home .site-intro-home .si-subtext {
    font-size: 0.75em;
    color: #e9e9e9;
    margin-top: 0.6666666667em;
    text-shadow: 0.5px 0.5px 0.5px #000000; }
  .home .site-intro-home .si-btn, .home .site-intro-home .services-btn {
    margin-right: 0; }
    @media (min-width: 40em) {
      .home .site-intro-home .si-btn, .home .site-intro-home .services-btn {
        margin-right: 5px; } }
    @media (min-width: 60em) {
      .home .site-intro-home .si-btn, .home .site-intro-home .services-btn {
        margin-right: 20px; } }
    .home .site-intro-home .si-btn:last-child, .home .site-intro-home .services-btn:last-child {
      margin-right: 0; }

@media (min-width: 40em) {
  .home .site-header {
    background-color: rgba(255, 255, 255, 0.5); }
    .home .site-header .site-logo {
      width: 35%; }
    .home .site-header .site-nav-container {
      clear: both;
      width: 100%;
      font-size: 89%; }
      .home .site-header .site-nav-container .sn-level-1 {
        float: left;
        width: 87.3%; }
        .home .site-header .site-nav-container .sn-level-1 .sn-li-l1 {
          width: auto; }
          .home .site-header .site-nav-container .sn-level-1 .sn-li-l1 > a {
                padding: 11.570px 7.120px;
                height: auto !important; }
            .home .site-header .site-nav-container .sn-level-1 .sn-li-l1 > a span {
              font-size: 13.35px; }
        .home .site-header .site-nav-container .sn-level-1 .menu-item-has-children {
          /*display: inline-block;*/
          min-height: 3.75em;
          /*width: 21% !important;*/ }
  .home .site-intro-home .si-subtext {
    font-size: 1.5em; } }

@media (min-width: 60em) {
  .home .site-header-wrap .site-header .site-logo.sh-logo {
    width: 33%; }
    .home .site-header .site-nav-container .sn-level-1 {
        float: none !important;
        }
    .home .site-header .site-nav-container .sn-level-1 .sn-li-l1 > a span {
              font-size: 16px; }
  .home .site-header-wrap .site-header .site-nav-container {
    font-size: 100%; }
    .home .site-header-wrap .site-header .site-nav-container .sn-level-1 {
      width: 88.1%; } }
    @media (min-width: 60em) and (min-width: 60em) {
      .home .site-header-wrap .site-header .site-nav-container .sn-level-1 {
        width: 92%; } }
    @media (min-width: 60em) and (min-width: 80em) {
      .home .site-header-wrap .site-header .site-nav-container .sn-level-1 {
        width: 93.6%; } }

@media (min-width: 60em) {
    .home .site-header-wrap .site-header .site-nav-container .sn-li-l1 {
      width: 16.66666666666667%; }
      .home .site-header-wrap .site-header .site-nav-container .sn-li-l1 a {
        padding: 0 0.5em;
        text-align: center;
        height: auto !important; }
        .home .site-header-wrap .site-header .site-nav-container .sn-li-l1 a span {
          font-size: 1em; }
    .home .site-header-wrap .site-header .site-nav-container .menu-item-has-children {
      /*width: 16.66666666666667% !important;*/ }
  .home .site-header-wrap .site-utility-nav {
    padding-top: 1.5625em; } }

.home .site-intro-home .si-header {
  font-size: 3.1875em; }

@media (min-width: 40em) {
  .home .site-intro-home .si-header {
    font-size: 3.75em; } }

.home .site-intro-home .si-subtext {
  font-size: 1.875em; }

.site-nav-container .inner-wrap {
  padding-top: 0;
  padding-bottom: 0; }

.site-intro {
  background-color: #004677; }
  @media (min-width: 40em) {
    .site-intro {
      background-color: transparent;
      padding-bottom: 1.5em !important;
      padding-top: 1.875em; } }

.si-content {
  width: 100%; }

.si-header {
  font-weight: 800;
  color: #efefef;
  font-size: 2.125em;
  /*text-transform: uppercase;*/ }
  .si-header span {
    font-weight: normal;
    display: block; }

.si-subtext {
  font-size: 1.5em;
  margin-bottom: 35px; }

.si-cta-1,
.si-cta-2 {
  margin-right: 1em; }

@media (min-width: 40em) {
  .inner-wrap {
    padding-bottom: .5em; }
  .si-content {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 57.3509785009%; }
    .si-content:last-child {
      margin-right: 0; }
  .si-header {
    font-size: 2.625em;
    line-height: 70px; }
  .si-subtext {
    font-size: 1.625em;
    line-height: 33px; }
  .si-visual {
    position: relative;
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 40.2913699012%; }
    .si-visual .ico-iso {
      position: absolute;
      top: 0;
      left: 0px;
      margin-left: 0px; }
    .si-visual .ico-as9100 {
      position: absolute;
      top: 0;
      left: 70px; }
    .si-visual:last-child {
      margin-right: 0; } }

/*=========Services Module ===========*/
.services-module {
  overflow: hidden;
  background-color: #e9e9e9; }
  .services-module .services-header-wrap {
    background-color: #e9e9e9;
    /*   border-top: 1px solid #484848;
    border-bottom: 1px solid #484848;*/
    text-align: center;
    margin-top: 0.9375em;
    margin-bottom: 0.625em; }
    .services-module .services-header-wrap .inner-wrap .services-header {
      padding-bottom: 0.4166666667em;
      margin-bottom: 0; }
    .services-module .services-header-wrap .inner-wrap .services-subtext {
      font-size: 0.75em;
      padding-top: 0;
      margin-top: 0; }
  .services-module .services-buckets .inner-wrap {
    padding-top: 0;
    padding-bottom: 0; }
    .services-module .services-buckets .inner-wrap a {
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      margin-bottom: 0.625em;
      display: block; }
      .services-module .services-buckets .inner-wrap a img {
        width: 100%; }
      .services-module .services-buckets .inner-wrap a .services-label {
        background-color: rgba(16, 43, 90, 0.9);
        overflow: hidden;
        display: block;
        padding: 1.3125em 0.625em 0.3125em 0.8125em; }
        .services-module .services-buckets .inner-wrap a .services-label h3 {
          font-size: 1.3125em;
          font-weight: 700;
          color: #e9e9e9;
          margin-top: 0;
          position: relative;
          padding-right: 2.8571428571em;
          display: block;
          -webkit-transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
          .services-module .services-buckets .inner-wrap a .services-label h3:after {
            content: "";
            position: absolute;
            right: 0;
            top: -0.380952381em;
            background-image: url(https://1555476.fs1.hubspotusercontent-na1.net/hubfs/1555476/Images%20/right-arrow.png);
            background-repeat: no-repeat;
            background-size: 2.619047619em 2em;
            background-position: right top;
            width: 2.619047619em;
            height: 2em; }
        .services-module .services-buckets .inner-wrap a .services-label .services-label-subtext {
          color: white; }
  @media (max-width: 39.9375em) {
    .services-module .services-buckets .inner-wrap a {
      /* background-image: none !important;*/ } }
  @media (min-width: 40em) {
    .services-module .services-header-wrap .inner-wrap {
      padding-bottom: 0.875em; }
      .services-module .services-header-wrap .inner-wrap .services-header {
        font-size: 2.5em;
        padding-bottom: 0; }
      .services-module .services-header-wrap .inner-wrap .services-subtext {
        font-size: 1.5em; }
    .services-module .services-buckets {
      margin-bottom: 3.125em; }
      .services-module .services-buckets .inner-wrap {
        padding-top: 0.9375em; }
        .services-module .services-buckets .inner-wrap .sm-top,
        .services-module .services-buckets .inner-wrap .sm-bottom {
          overflow: hidden;
          margin-bottom: 0.125em; }
        .services-module .services-buckets .inner-wrap .sm-bottom {
          display: block;
          vertical-align: top;
          margin-top: 0px; }
          .services-module .services-buckets .inner-wrap .sm-bottom .sm-left a {
            min-height: 256px;
            width: 49.5%; }
            .services-module .services-buckets .inner-wrap .sm-bottom .sm-left a .services-label .services-label-subtext {
              font-size: 0.6875em; }
        .services-module .services-buckets .inner-wrap a {
          position: relative;
          display: inline-block; }
          .services-module .services-buckets .inner-wrap a .services-label {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 65%;
            background-color: rgba(16, 43, 90, 0.9);
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
            padding: 1.3125em 0.625em 0 0.8125em; }
          .services-module .services-buckets .inner-wrap a .services-label .services-label-subtext {
            color: #e9e9e9;
            font-size: 0.875em;
            display: block;
            height: 0;
            margin-top: 1.0714285714em;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
            position: relative;
            margin-bottom: 0; }
        .services-module .services-buckets .inner-wrap .sm-left {
          width: 50%;
          margin-right: 0.5%;
          float: left;
          margin-bottom: 0; }
          .services-module .services-buckets .inner-wrap .sm-left a {
            min-height: 256px;
            width: 100%;
            margin-bottom: 20px; }
            .services-module .services-buckets .inner-wrap .sm-left a:nth-child(1) {
              margin-right: 13px; }
            .services-module .services-buckets .inner-wrap .sm-left a:nth-child(3) {
              width: 100%; }
            .services-module .services-buckets .inner-wrap .sm-left a:hover .services-label .services-label-subtext {
              visibility: visible;
              margin-bottom: 0%;
              height: 100%;
              margin-bottom: 0.3571428571em; }
            .services-module .services-buckets .inner-wrap .sm-left a .services-label {
              bottom: 0; }
              .services-module .services-buckets .inner-wrap .sm-left a .services-label h3 {
                font-size: 0.9375em; }
                .services-module .services-buckets .inner-wrap .sm-left a .services-label h3::after {
                  /*display: none;*/ }
              .services-module .services-buckets .inner-wrap .sm-left a .services-label .services-label-subtext {
                width: 100%; }
        .services-module .services-buckets .inner-wrap .sm-right {
          width: 49%;
          float: right; }
          .services-module .services-buckets .inner-wrap .sm-right a {
            width: 100%;
            min-height: 256px;
            margin-bottom: 20px;
            /* &::before {
              content: "";
              position: absolute;
              height: 100%;
              right: 0;
              background: $white;
              width: 0px;
              z-index: 1;
            }
            &::after {
              content: "";
              top: 0;
              position: absolute;
              height: 6px;
              background: $white;
              width: 100%;
            }*/ }
            .services-module .services-buckets .inner-wrap .sm-right a:nth-child(2) {
              margin-right: 13px; }
            .services-module .services-buckets .inner-wrap .sm-right a:nth-child(1) {
              width: 100%; }
            .services-module .services-buckets .inner-wrap .sm-right a:nth-child(1) .services-label, .services-module .services-buckets .inner-wrap .sm-right a:nth-child(2) .services-label, .services-module .services-buckets .inner-wrap .sm-right a:nth-child(3) .services-label, .services-module .services-buckets .inner-wrap .sm-right a:nth-child(4) .services-label, .services-module .services-buckets .inner-wrap .sm-right a:nth-child(5) .services-label, .services-module .services-buckets .inner-wrap .sm-right a:nth-child(6) .services-label {
              bottom: 0;
              z-index: 0; }
              .services-module .services-buckets .inner-wrap .sm-right a:nth-child(1) .services-label h3, .services-module .services-buckets .inner-wrap .sm-right a:nth-child(2) .services-label h3, .services-module .services-buckets .inner-wrap .sm-right a:nth-child(3) .services-label h3, .services-module .services-buckets .inner-wrap .sm-right a:nth-child(4) .services-label h3, .services-module .services-buckets .inner-wrap .sm-right a:nth-child(5) .services-label h3, .services-module .services-buckets .inner-wrap .sm-right a:nth-child(6) .services-label h3 {
                font-size: 0.9375em;
                text-align: left; }
                .services-module .services-buckets .inner-wrap .sm-right a:nth-child(1) .services-label h3::after, .services-module .services-buckets .inner-wrap .sm-right a:nth-child(2) .services-label h3::after, .services-module .services-buckets .inner-wrap .sm-right a:nth-child(3) .services-label h3::after, .services-module .services-buckets .inner-wrap .sm-right a:nth-child(4) .services-label h3::after, .services-module .services-buckets .inner-wrap .sm-right a:nth-child(5) .services-label h3::after, .services-module .services-buckets .inner-wrap .sm-right a:nth-child(6) .services-label h3::after {
                  /* display: none;*/ }
              .services-module .services-buckets .inner-wrap .sm-right a:nth-child(1) .services-label .services-label-subtext, .services-module .services-buckets .inner-wrap .sm-right a:nth-child(2) .services-label .services-label-subtext, .services-module .services-buckets .inner-wrap .sm-right a:nth-child(3) .services-label .services-label-subtext, .services-module .services-buckets .inner-wrap .sm-right a:nth-child(4) .services-label .services-label-subtext, .services-module .services-buckets .inner-wrap .sm-right a:nth-child(5) .services-label .services-label-subtext, .services-module .services-buckets .inner-wrap .sm-right a:nth-child(6) .services-label .services-label-subtext {
                font-size: 0.75em; }
            .services-module .services-buckets .inner-wrap .sm-right a:nth-child(1):hover .services-label-subtext, .services-module .services-buckets .inner-wrap .sm-right a:nth-child(2):hover .services-label-subtext, .services-module .services-buckets .inner-wrap .sm-right a:nth-child(3):hover .services-label-subtext, .services-module .services-buckets .inner-wrap .sm-right a:nth-child(4):hover .services-label-subtext, .services-module .services-buckets .inner-wrap .sm-right a:nth-child(5):hover .services-label-subtext, .services-module .services-buckets .inner-wrap .sm-right a:nth-child(6):hover .services-label-subtext {
              visibility: visible;
              margin-bottom: 0.4166666667em;
              height: 100%; }
            .services-module .services-buckets .inner-wrap .sm-right a:nth-child(1)::after, .services-module .services-buckets .inner-wrap .sm-right a:nth-child(2)::after {
              display: none; }
        .services-module .services-buckets .inner-wrap a {
          margin-bottom: 0; }
          .services-module .services-buckets .inner-wrap a img {
            display: block;
            vertical-align: top; }
          .services-module .services-buckets .inner-wrap a .services-label h3 {
            font-size: 1.125em; }
            .services-module .services-buckets .inner-wrap a .services-label h3::after {
              /* display: none;*/ }
          .services-module .services-buckets .inner-wrap a .services-label .services-label-subtext {
            width: 100%; }
          .services-module .services-buckets .inner-wrap a .services-label .services-btn {
            display: none; }
        .services-module .services-buckets .inner-wrap .services-label .services-label-subtext {
          height: 0; } }
  @media (min-width: 60em) {
    .services-module .services-header-wrap .inner-wrap {
      max-width: 97%; }
    .services-module .services-buckets .inner-wrap {
      max-width: 80em; }
      .services-module .services-buckets .inner-wrap a .services-label {
        height: auto; }
      .services-module .services-buckets .inner-wrap .sm-left a {
        min-height: 256px;
        width: 48%;
        margin-bottom: 20px; }
        .services-module .services-buckets .inner-wrap .sm-left a:nth-child(1) {
          margin-right: 14px; }
        .services-module .services-buckets .inner-wrap .sm-left a:nth-child(3) {
          width: 100%; }
      .services-module .services-buckets .inner-wrap .sm-right {
        width: 49%;
        float: right; }
        .services-module .services-buckets .inner-wrap .sm-right a {
          width: 48%;
          min-height: 256px;
          margin-bottom: 20px;
          /* &::before {
              content: "";
              position: absolute;
              height: 100%;
              right: 0;
              background: $white;
              width: 0px;
              z-index: 1;
            }
            &::after {
              content: "";
              top: 0;
              position: absolute;
              height: 6px;
              background: $white;
              width: 100%;
            }*/ }
          .services-module .services-buckets .inner-wrap .sm-right a:nth-child(2) {
            margin-right: 13px; }
          .services-module .services-buckets .inner-wrap .sm-right a:nth-child(1) {
            width: 100%; }
          .services-module .services-buckets .inner-wrap .sm-right a:nth-child(1)::after, .services-module .services-buckets .inner-wrap .sm-right a:nth-child(2)::after {
            display: none; }
      .services-module .services-buckets .inner-wrap .sm-bottom {
        margin-top: 0px; }
        .services-module .services-buckets .inner-wrap .sm-bottom .sm-left a .services-label .services-label-subtext {
          font-size: 0.9375em; }
      .services-module .services-buckets .inner-wrap .sm-left {
        overflow: hidden;
        width: 50%; }
        .services-module .services-buckets .inner-wrap .sm-left a .services-label h3 {
          font-size: 1.1875em;
          line-height: 1.4736842105em; }
          .services-module .services-buckets .inner-wrap .sm-left a .services-label h3::after {
            display: block;
            right: 0; }
        .services-module .services-buckets .inner-wrap .sm-left a .services-label .services-label-subtext {
          font-size: 1.0625em;
          margin: 0; }
        .services-module .services-buckets .inner-wrap .sm-left a .services-label .services-btn {
          display: block; }
          .services-module .services-buckets .inner-wrap .sm-left a .services-label .services-btn::after {
            bottom: 0.625em;
            right: 0.3125em; }
      .services-module .services-buckets .inner-wrap .sm-right {
        overflow: hidden;
        width: 49%; }
        .services-module .services-buckets .inner-wrap .sm-right a .services-label {
          padding-left: 0.9375em;
          padding-right: 0.9375em; }
          .services-module .services-buckets .inner-wrap .sm-right a .services-label h3::after {
            right: 0; }
          .services-module .services-buckets .inner-wrap .sm-right a .services-label .services-label-subtext {
            font-size: 1.0625em; }
        .services-module .services-buckets .inner-wrap .sm-right a:nth-child(1) .services-label h3, .services-module .services-buckets .inner-wrap .sm-right a:nth-child(2) .services-label h3, .services-module .services-buckets .inner-wrap .sm-right a:nth-child(3) .services-label h3, .services-module .services-buckets .inner-wrap .sm-right a:nth-child(4) .services-label h3, .services-module .services-buckets .inner-wrap .sm-right a:nth-child(5) .services-label h3, .services-module .services-buckets .inner-wrap .sm-right a:nth-child(6) .services-label h3 {
          font-size: 1.1875em;
          line-height: 1.1578947368em;
          margin-left: 0;
          margin-top: 0;
          margin-bottom: 0; }
          .services-module .services-buckets .inner-wrap .sm-right a:nth-child(1) .services-label h3::after, .services-module .services-buckets .inner-wrap .sm-right a:nth-child(2) .services-label h3::after, .services-module .services-buckets .inner-wrap .sm-right a:nth-child(3) .services-label h3::after, .services-module .services-buckets .inner-wrap .sm-right a:nth-child(4) .services-label h3::after, .services-module .services-buckets .inner-wrap .sm-right a:nth-child(5) .services-label h3::after, .services-module .services-buckets .inner-wrap .sm-right a:nth-child(6) .services-label h3::after {
            display: block;
            top: -0.4210526316em; }
        .services-module .services-buckets .inner-wrap .sm-right a:nth-child(1) .services-label .services-btn, .services-module .services-buckets .inner-wrap .sm-right a:nth-child(2) .services-label .services-btn, .services-module .services-buckets .inner-wrap .sm-right a:nth-child(3) .services-label .services-btn, .services-module .services-buckets .inner-wrap .sm-right a:nth-child(4) .services-label .services-btn, .services-module .services-buckets .inner-wrap .sm-right a:nth-child(5) .services-label .services-btn, .services-module .services-buckets .inner-wrap .sm-right a:nth-child(6) .services-label .services-btn {
          display: block;
          margin: 0 0.3125em 0.625em 0; }
          .services-module .services-buckets .inner-wrap .sm-right a:nth-child(1) .services-label .services-btn::after, .services-module .services-buckets .inner-wrap .sm-right a:nth-child(2) .services-label .services-btn::after, .services-module .services-buckets .inner-wrap .sm-right a:nth-child(3) .services-label .services-btn::after, .services-module .services-buckets .inner-wrap .sm-right a:nth-child(4) .services-label .services-btn::after, .services-module .services-buckets .inner-wrap .sm-right a:nth-child(5) .services-label .services-btn::after, .services-module .services-buckets .inner-wrap .sm-right a:nth-child(6) .services-label .services-btn::after {
            bottom: 0; }
        .services-module .services-buckets .inner-wrap .sm-right a:nth-child(1) .services-label .services-label-subtext, .services-module .services-buckets .inner-wrap .sm-right a:nth-child(2) .services-label .services-label-subtext, .services-module .services-buckets .inner-wrap .sm-right a:nth-child(3) .services-label .services-label-subtext, .services-module .services-buckets .inner-wrap .sm-right a:nth-child(4) .services-label .services-label-subtext, .services-module .services-buckets .inner-wrap .sm-right a:nth-child(5) .services-label .services-label-subtext, .services-module .services-buckets .inner-wrap .sm-right a:nth-child(6) .services-label .services-label-subtext {
          font-size: 1.0625em;
          line-height: 1.2941176471em;
          padding-right: 0; }
        .services-module .services-buckets .inner-wrap .sm-right a .services-label h3 {
          font-size: 2.625em; }
          .services-module .services-buckets .inner-wrap .sm-right a .services-label h3 span {
            font-size: 21px; }
          .services-module .services-buckets .inner-wrap .sm-right a .services-label h3::after {
            display: block; }
        .services-module .services-buckets .inner-wrap .sm-right a .services-label .services-label-subtext {
          font-size: 1.5em; }
        .services-module .services-buckets .inner-wrap .sm-right a .services-label .services-btn {
          margin: 0 1.5625em 0.625em 0; } }
  @media (min-width: 80em) {
    .services-module .services-header-wrap {
      margin-top: 3.1875em; }
      .services-module .services-header-wrap .inner-wrap .services-header {
        margin-left: 0.625em;
        margin-bottom: 0.125em; }
      .services-module .services-header-wrap .inner-wrap .services-subtext {
        font-size: 1.2em;
        margin-left: 0.7727272727em;
        line-height: 1.4090909091em; }
    .services-module .services-buckets .inner-wrap {
      padding-left: 1.875em;
      padding-right: 0.6875em; }
      .services-module .services-buckets .inner-wrap .sm-bottom {
        margin-top: 0 !important; }
        .services-module .services-buckets .inner-wrap .sm-bottom .sm-left a:first-child {
          width: 33%;
          margin-right: 0.5%; }
        .services-module .services-buckets .inner-wrap .sm-bottom .sm-left a:last-child {
          width: 66.5%; }
        .services-module .services-buckets .inner-wrap .sm-bottom .sm-left a .services-label h3 {
          font-size: 1em; }
          .services-module .services-buckets .inner-wrap .sm-bottom .sm-left a .services-label h3:after {
            right: 0;
            background-size: 2.5em 1.875em;
            width: 2.5em;
            height: 1.875em; }
      .services-module .services-buckets .inner-wrap .sm-top {
        margin-bottom: 0.25em; }
      .services-module .services-buckets .inner-wrap .sm-left {
        width: 50%; }
        .services-module .services-buckets .inner-wrap .sm-left a {
          width: 48.5%; }
          .services-module .services-buckets .inner-wrap .sm-left a .services-label {
            padding: 1.25em 1em 0; }
            .services-module .services-buckets .inner-wrap .sm-left a .services-label h3 {
              font-size: 1.25em;
              line-height: 1.1em;
              height: 40px;
              margin-top: 10px; }
              .services-module .services-buckets .inner-wrap .sm-left a .services-label h3::after {
                top: -0.4em; }
            .services-module .services-buckets .inner-wrap .sm-left a .services-label .services-btn::after {
              bottom: 0.25em; }
            .services-module .services-buckets .inner-wrap .sm-left a .services-label .services-label-subtext {
              width: 100%;
              font-size: 1.0625em; }
          .services-module .services-buckets .inner-wrap .sm-left a:hover .services-label-subtext {
            padding-top: 0; }
      .services-module .services-buckets .inner-wrap .sm-right {
        width: 49%; }
        .services-module .services-buckets .inner-wrap .sm-right a {
          width: 48.5%; }
          .services-module .services-buckets .inner-wrap .sm-right a .services-label h3 {
            /* &::after {
                  right: em(-4, 20);
                }*/ }
          .services-module .services-buckets .inner-wrap .sm-right a:nth-child(1) .services-label h3, .services-module .services-buckets .inner-wrap .sm-right a:nth-child(2) .services-label h3, .services-module .services-buckets .inner-wrap .sm-right a:nth-child(3) .services-label h3, .services-module .services-buckets .inner-wrap .sm-right a:nth-child(4) .services-label h3, .services-module .services-buckets .inner-wrap .sm-right a:nth-child(5) .services-label h3, .services-module .services-buckets .inner-wrap .sm-right a:nth-child(6) .services-label h3 {
            font-size: 1.25em;
            line-height: 1.3em;
            height: 40px;
            margin-top: 8px; }
          .services-module .services-buckets .inner-wrap .sm-right a:nth-child(1) .services-label .services-btn, .services-module .services-buckets .inner-wrap .sm-right a:nth-child(2) .services-label .services-btn, .services-module .services-buckets .inner-wrap .sm-right a:nth-child(3) .services-label .services-btn, .services-module .services-buckets .inner-wrap .sm-right a:nth-child(4) .services-label .services-btn, .services-module .services-buckets .inner-wrap .sm-right a:nth-child(5) .services-label .services-btn, .services-module .services-buckets .inner-wrap .sm-right a:nth-child(6) .services-label .services-btn {
            margin: 0 0.875em 0.625em 0; }
            .services-module .services-buckets .inner-wrap .sm-right a:nth-child(1) .services-label .services-btn::after, .services-module .services-buckets .inner-wrap .sm-right a:nth-child(2) .services-label .services-btn::after, .services-module .services-buckets .inner-wrap .sm-right a:nth-child(3) .services-label .services-btn::after, .services-module .services-buckets .inner-wrap .sm-right a:nth-child(4) .services-label .services-btn::after, .services-module .services-buckets .inner-wrap .sm-right a:nth-child(5) .services-label .services-btn::after, .services-module .services-buckets .inner-wrap .sm-right a:nth-child(6) .services-label .services-btn::after {
              bottom: 0.25em; }
          .services-module .services-buckets .inner-wrap .sm-right a:nth-child(1) .services-label .services-label-subtext, .services-module .services-buckets .inner-wrap .sm-right a:nth-child(2) .services-label .services-label-subtext, .services-module .services-buckets .inner-wrap .sm-right a:nth-child(3) .services-label .services-label-subtext, .services-module .services-buckets .inner-wrap .sm-right a:nth-child(4) .services-label .services-label-subtext, .services-module .services-buckets .inner-wrap .sm-right a:nth-child(5) .services-label .services-label-subtext, .services-module .services-buckets .inner-wrap .sm-right a:nth-child(6) .services-label .services-label-subtext {
            float: left;
            width: 100%; }
          .services-module .services-buckets .inner-wrap .sm-right a:nth-child(1):hover .services-label h3,
          .services-module .services-buckets .inner-wrap .sm-right a:nth-child(1):hover .services-label .services-btn, .services-module .services-buckets .inner-wrap .sm-right a:nth-child(2):hover .services-label h3,
          .services-module .services-buckets .inner-wrap .sm-right a:nth-child(2):hover .services-label .services-btn, .services-module .services-buckets .inner-wrap .sm-right a:nth-child(3):hover .services-label h3,
          .services-module .services-buckets .inner-wrap .sm-right a:nth-child(3):hover .services-label .services-btn, .services-module .services-buckets .inner-wrap .sm-right a:nth-child(4):hover .services-label h3,
          .services-module .services-buckets .inner-wrap .sm-right a:nth-child(4):hover .services-label .services-btn, .services-module .services-buckets .inner-wrap .sm-right a:nth-child(5):hover .services-label h3,
          .services-module .services-buckets .inner-wrap .sm-right a:nth-child(5):hover .services-label .services-btn, .services-module .services-buckets .inner-wrap .sm-right a:nth-child(6):hover .services-label h3,
          .services-module .services-buckets .inner-wrap .sm-right a:nth-child(6):hover .services-label .services-btn {
            display: block; }
      .services-module .services-buckets .inner-wrap .sm-bottom {
        margin-top: 0.375em; }
    .services-module .services-buckets a .services-label h3 {
      font-size: 1.25em;
      line-height: 0.75em; }
    .services-module .services-buckets a .services-label .services-label-subtext {
      width: 100%;
      font-size: 1.0625em;
      margin-left: 0; } }

.sm-bottom {
  width: 100%; }
  .sm-bottom .sm-left a:nth-of-type(1) {
    width: 100%;
    float: left; }
  .sm-bottom .sm-left a:nth-of-type(2) {
    width: 100%;
    float: right; }
  @media (min-width: 40em) {
    .sm-bottom .sm-left a:nth-of-type(1) {
      width: 31.59%;
      float: left; }
    .sm-bottom .sm-left a:nth-of-type(2) {
      width: 67.4%;
      float: right; } }
  @media (min-width: 80em) {
    .sm-bottom .sm-left a:nth-of-type(1) {
      width: 32%;
      float: left; }
    .sm-bottom .sm-left a:nth-of-type(2) {
      width: 67.45%;
      float: right; } }

.overf {
  /* &:hover {
    .services-label {
      bottom: 0;
      z-index: 0;
      padding-left: 0.9375em !important;
      padding-right: 0.9375em !important;
      h3 {
        font-size: 15px;
        width: 66%;
        text-align: left;
        margin: 0.7142857143em 0 0.7142857143em 0.619047619em;
        float: left;
        color: #efefef;
        display: none;
      }
      .services-label-subtext {
        font-size: 12px;
        
        line-height: 16px;
        width: 100%;
        padding-right: 24px;
        color: #efefef;
        clear: both;
        visibility: visible;
        margin-bottom: 0% !important;
        margin: 0 15px -113% 19px;
        text-align: left;
      }
    }
  }*/ }
  .overf .services-label {
    padding-right: 0.9375em !important; }
    .overf .services-label .services-label-subtext {
      margin: 0 13px -247% 0px !important; }
      @media (min-width: 60em) {
        .overf .services-label .services-label-subtext {
          margin: 0 13px -113% 0px !important; } }
    @media (min-width: 80em) {
      .overf .services-label {
        padding-left: 1.25em 1em !important; } }
  @media (min-width: 40em) {
    .overf:hover .services-label {
      bottom: 0;
      z-index: 0; }
      .overf:hover .services-label h3 {
        font-size: 15px;
        width: 66%;
        text-align: left;
        margin: 0.7142857143em 0 0.7142857143em 0.619047619em;
        float: left;
        color: #efefef;
        display: none !important; }
      .overf:hover .services-label .services-label-subtext {
        font-size: 12px;
        /* margin: 0 13px -127% 13px; */
        line-height: 25px;
        width: 100%;
        padding-right: 24px;
        color: #efefef;
        clear: both;
        visibility: visible;
        margin-bottom: 0% !important;
        margin: 0 15px -113% 19px;
        text-align: left; } }
  @media (min-width: 60em) {
    .overf .services-label {
      padding-left: 0.9375em;
      padding-right: 0.9375em; }
    .overf:hover .services-label {
      bottom: 0;
      z-index: 0; }
      .overf:hover .services-label h3 {
        display: none !important; } }
  @media (min-width: 80em) {
    .overf:hover .services-label {
      bottom: 0;
      z-index: 0; }
      .overf:hover .services-label h3 {
        display: block !important; } }

.special {
  font-size: 20px !important;
  line-height: 25px !important;
  margin: 0 0 0 10px !important;
  position: absolute; }
  @media (min-width: 40em) {
    .special {
      line-height: 15px !important; } }

/*=============== Site Content ===============*/
.site-content .inner-wrap {
  max-width: 57.1875em;
  padding-top: 0.625em; }

.site-content h3 {
  font-size: 1.3125em;
  margin-top: 1.1428571429em;
  margin-bottom: 0.7619047619em;
  color: #004677;
  font-weight: 700; }

@media (min-width: 40em) {
  .site-content .inner-wrap {
    padding-top: 1.875em; } }

.search-site-content {
  background-color: #efefef; }
  .search-site-content .site-content-primary {
    width: 100%; }

.site-content-primary p a {
  text-decoration: underline; }

@media (min-width: 60em) {
  .site-content-primary {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%; }
    .site-content-primary:last-child {
      margin-right: 0; } }

@media (min-width: 60em) {
  .site-content-secondary {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
    margin-right: 0; }
    .site-content-secondary:last-child {
      margin-right: 0; } }

.emph {
  color: #004677;
  font-size: 1.125em;
  font-weight: bold; }
  @media (min-width: 60em) {
    .emph {
      font-size: 1.875em; } }

.aside-nav ul li a {
  display: block;
  font-weight: bold;
  padding: 10px 0px;
  border-top: solid 1px #ccc; }

/*=============== Portfolio Section ===============*/
.portfolio-tabs .portfolio-head {
  background-color: #e9e9e9;
  border-top: 1px solid #484848;
  border-bottom: 1px solid #484848; }
  .portfolio-tabs .portfolio-head .inner-wrap-narrow {
    padding-top: 0.625em;
    padding-bottom: 0; }
    .portfolio-tabs .portfolio-head .inner-wrap-narrow h2 {
      text-align: center; }

@media (min-width: 40em) {
  .portfolio-tabs .portfolio-head .inner-wrap-narrow {
    padding-top: 1.5625em;
    max-width: 57.1875em; }
    .portfolio-tabs .portfolio-head .inner-wrap-narrow h2 {
      font-size: 3em; } }

/* vertical tabs */
.horizontal-tabs-container {
  overflow: hidden;
  background-size: cover; }
  .horizontal-tabs-container::after {
    clear: both;
    content: "";
    display: table; }
  .horizontal-tabs-container li {
    list-style: none; }
  .horizontal-tabs-container .horizontal-tabs {
    display: none; }
    @media screen and (min-width: 23.4375em) {
      .horizontal-tabs-container .horizontal-tabs {
        display: block;
        width: 100%;
        text-align: center; } }
    @media (min-width: 60em) {
      .horizontal-tabs-container .horizontal-tabs {
        text-align: left; } }
  @media screen and (min-width: 23.4375em) {
    .horizontal-tabs-container .horizontal-tab {
      display: inline-block;
      font-size: 0.75em;
      vertical-align: top;
      font-weight: normal;
      margin-right: -1px;
      position: relative;
      margin: 0 4% 0 0; }
      .horizontal-tabs-container .horizontal-tab.is-active {
        color: #004677;
        font-weight: bold; }
        .horizontal-tabs-container .horizontal-tab.is-active:after {
          position: absolute;
          content: "";
          bottom: -4px;
          left: 0;
          width: 80%;
          height: 3px;
          background-color: #00233c; } }
  @media (min-width: 40em) {
    .horizontal-tabs-container .horizontal-tab {
      /*width: 17%;*/
      margin: 0 2% 0 0;
      font-size: 1em; } }
  @media (min-width: 60em) {
    .horizontal-tabs-container .horizontal-tab {
      font-size: 1.5em;
      /*width: 17%;*/
      margin: 0;
      padding-right: 1.6666666667em; }
      .horizontal-tabs-container .horizontal-tab:first-child {
        /*width: 25%*/ } }
  .horizontal-tabs-container a.horizontal-tab-accordion-heading,
  .horizontal-tabs-container a.horizontal-tab {
    color: #010101;
    padding-bottom: 1.5em; }
  .horizontal-tabs-container .horizontal-tab:focus {
    outline: none; }
  .horizontal-tabs-container .horizontal-tab-content-container {
    display: block;
    margin: 0 auto;
    background-color: #efefef; }
    .horizontal-tabs-container .horizontal-tab-content-container a:focus {
      outline: none; }
    .horizontal-tabs-container .horizontal-tab-content-container .inner-wrap-narrow {
      padding: 3.5em 1em; }
    @media screen and (min-width: 23.4375em) {
      .horizontal-tabs-container .horizontal-tab-content-container {
        background-color: transparent;
        display: inline-block;
        width: 100%;
        background-color: #efefef; } }
  .horizontal-tabs-container .horizontal-tab-content {
    background-color: transparent;
    padding-top: 0.625em;
    padding-bottom: 0.625em; }
    .horizontal-tabs-container .horizontal-tab-content figure {
      text-align: center; }
      .horizontal-tabs-container .horizontal-tab-content figure img {
        max-width: 15.1875em;
        min-width: 15.1875em;
        padding-right: 0; }
      .horizontal-tabs-container .horizontal-tab-content figure figcaption {
        font-size: 0.75em;
        text-align: left; }
    .horizontal-tabs-container .horizontal-tab-content .pt-header {
      font-size: 1.125em;
      color: #004677;
      font-weight: 800;
      margin-bottom: 0;
      margin-top: 0; }
    .horizontal-tabs-container .horizontal-tab-content .pt-subtext {
      font-size: 0.875em;
      margin-top: 0.625em;
      font-weight: bold; }
    .horizontal-tabs-container .horizontal-tab-content p {
      color: #010101;
      font-size: 12px; }
    .horizontal-tabs-container .horizontal-tab-content .btn, .horizontal-tabs-container .horizontal-tab-content .si-btn, .horizontal-tabs-container .horizontal-tab-content .services-btn, .horizontal-tabs-container .horizontal-tab-content .blog-read-more-btn {
      font-size: 18px; }
    @media screen and (min-width: 23.4375em) {
      .horizontal-tabs-container .horizontal-tab-content {
        border: none;
        display: none; } }
    @media (min-width: 40em) {
      .horizontal-tabs-container .horizontal-tab-content .pt-header {
        font-size: 1.9em;
        font-weight: normal; }
      .horizontal-tabs-container .horizontal-tab-content .pt-subtext {
        font-size: 1.875em;
        font-weight: normal;
        margin-top: -9px;
        line-height: 35px; }
      .horizontal-tabs-container .horizontal-tab-content p {
        font-size: 1.125em; }
      .horizontal-tabs-container .horizontal-tab-content .btn, .horizontal-tabs-container .horizontal-tab-content .si-btn, .horizontal-tabs-container .horizontal-tab-content .services-btn, .horizontal-tabs-container .horizontal-tab-content .blog-read-more-btn {
        font-size: 1.5em; } }
  .horizontal-tabs-container .horizontal-tab-accordion-heading {
    border-top: 1px solid #e9e9e9;
    cursor: pointer;
    display: block;
    padding: 0.75em 0.809em; }
    .horizontal-tabs-container .horizontal-tab-accordion-heading:focus, .horizontal-tabs-container .horizontal-tab-accordion-heading:hover {
      color: #ebd236; }
    .horizontal-tabs-container .horizontal-tab-accordion-heading:first-child {
      border-top: none; }
    .horizontal-tabs-container .horizontal-tab-accordion-heading.is-active {
      border-bottom: 2px solid #00233c;
      color: #004677;
      font-weight: bold; }
    @media screen and (min-width: 23.4375em) {
      .horizontal-tabs-container .horizontal-tab-accordion-heading {
        display: none; } }

.portfolio-container {
  text-align: center; }
  .portfolio-container > div {
    border-top: 1px solid #00233c;
    clear: both;
    display: block;
    padding: 1.125em 0 0 0;
    vertical-align: top; }
    .portfolio-container > div:first-child {
      border: none; }
    .portfolio-container > div h3 {
      margin-top: 0; }
    .portfolio-container > div img {
      margin: 0 auto; }
    .portfolio-container > div > a {
      clear: both; }
      .portfolio-container > div > a strong {
        display: block; }
  @media (min-width: 40em) {
    .portfolio-container {
      text-align: left; }
      .portfolio-container > div {
        font-size: 0.875em;
        margin: 0 0 1.0714285714em 0;
        max-width: none; } }

/*=============== Inner Page ===============*/
.thumb-image {
  display: block;
  text-align: center; }
  .thumb-image .click {
    font-size: 0.75em;
    line-height: 1.1666666667em;
    padding: 0 0 0.4166666667em 0; }
  .thumb-image a img {
    margin: 0 auto; }
  @media (min-width: 40em) {
    .thumb-image {
      float: right;
      padding: 0 0 0.9375em 0.9375em; } }

/*=============== Site Footer ===============*/
.footer-wrap {
  /*========== Our Blog ========*/ }
  .footer-wrap .blog-module {
    background-color: #efefef; }
    .footer-wrap .blog-module .inner-wrap .blog-col {
      margin-bottom: 1.5625em; }
      .footer-wrap .blog-module .inner-wrap .blog-col .blog-title {
        margin-bottom: 0; }
        .footer-wrap .blog-module .inner-wrap .blog-col .blog-title a {
          color: #004677; }
      .footer-wrap .blog-module .inner-wrap .blog-col p {
        margin-top: 8px; }
      .footer-wrap .blog-module .inner-wrap .blog-col .blog-info {
        display: none; }
      .footer-wrap .blog-module .inner-wrap .blog-col .blog-read-more-btn {
        font-size: 18px;
        margin: 0;
        padding-left: 0; }
  @media (min-width: 40em) {
    .footer-wrap {
      background-image: url(https://1555476.fs1.hubspotusercontent-na1.net/hubfs/1555476/Images%20/footer-bg.jpg);
      background-position: center top;
      background-repeat: no-repeat;
      background-size: cover; }
      .footer-wrap .blog-module {
        background-color: rgba(235, 234, 231, 0.8); }
        .footer-wrap .blog-module .inner-wrap {
          padding-bottom: 1.875em; }
          .footer-wrap .blog-module .inner-wrap h2 {
            font-size: 3em;
            margin-bottom: 0.8333333333em; }
          .footer-wrap .blog-module .inner-wrap .blog-col-wrap .blog-col {
            margin-bottom: 0;
            float: left;
            display: block;
            margin-right: 2.3576515979%;
            width: 31.7615656014%;
            position: relative;
            background-image: url(https://1555476.fs1.hubspotusercontent-na1.net/hubfs/1555476/Images%20/ico-blog-title.png);
            background-repeat: no-repeat;
            background-position: top left;
            padding-left: 3.125em;
            padding-bottom: 1.875em; }
            .footer-wrap .blog-module .inner-wrap .blog-col-wrap .blog-col:last-child {
              margin-right: 0; }
            .footer-wrap .blog-module .inner-wrap .blog-col-wrap .blog-col:nth-child(3n) {
              margin-right: 0; }
            .footer-wrap .blog-module .inner-wrap .blog-col-wrap .blog-col:nth-child(3n+1) {
              clear: left; }
            .footer-wrap .blog-module .inner-wrap .blog-col-wrap .blog-col .blog-title {
              margin-top: 0; }
            .footer-wrap .blog-module .inner-wrap .blog-col-wrap .blog-col .blog-info .post-date {
              color: #004677;
              font-weight: 600;
              font-size: 0.875em;
              background-image: url(https://1555476.fs1.hubspotusercontent-na1.net/hubfs/1555476/Images%20/ico-post-date.png);
              background-repeat: no-repeat;
              background-position: center left;
              padding-left: 1.5625em; }
            .footer-wrap .blog-module .inner-wrap .blog-col-wrap .blog-col .blog-info .post-author {
              color: #004677;
              font-weight: 600;
              font-size: 0.875em;
              background-image: url(https://1555476.fs1.hubspotusercontent-na1.net/hubfs/1555476/Images%20/ico-post-author.png);
              background-repeat: no-repeat;
              background-position: center left;
              padding-left: 1.5625em; }
            .footer-wrap .blog-module .inner-wrap .blog-col-wrap .blog-col .blog-read-more-btn {
              position: absolute;
              bottom: 0; } }
  @media (min-width: 60em) {
    .footer-wrap .blog-module .inner-wrap .blog-col {
      min-height: 13.125em;
      padding-bottom: 2.5em;
      padding-right: 3.125em; }
      .footer-wrap .blog-module .inner-wrap .blog-col .blog-title a {
        font-size: 1.375em; }
      .footer-wrap .blog-module .inner-wrap .blog-col .blog-info {
        display: block;
        position: absolute;
        bottom: 20px; } }

.site-footer {
  background-color: #004676 !important;
  text-align: center;
  color: white; }
  .site-footer a {
    color: white !important; }
    .site-footer a:hover {
      color: #f99f1e !important; }
  .site-footer .iso-link {
    display: inline-block;
    top: -50px;
    left: 0;
    width: 100%;
    z-index: 1;
    height: 5.9375em; }
    .site-footer .iso-link a {
      display: inline-block;
      vertical-align: middle; }
    @media (min-width: 60em) {
      .site-footer .iso-link {
        width: auto;
        top: 325px; } }
  .site-footer > .inner-wrap {
    padding-top: 2.5em;
    position: relative;
    z-index: 1; }
    .site-footer > .inner-wrap::before {
      position: absolute;
      bottom: -2.8125em;
      content: "";
      left: 50%;
      width: 5.9375em;
      height: 5.9375em; }
    .site-footer > .inner-wrap .rows-of-3 ul {
      font-size: 1.125em; }
      .site-footer > .inner-wrap .rows-of-3 ul li {
        margin-bottom: 10px; }
      .site-footer > .inner-wrap .rows-of-3 ul .sf-orange-link a {
        color: #fe9f01; }
      @media (min-width: 60em) {
        .site-footer > .inner-wrap .rows-of-3 ul {
          font-size: 17px; } }
      @media (min-width: 80em) {
        .site-footer > .inner-wrap .rows-of-3 ul {
          font-size: 1.125em; } }
    .site-footer > .inner-wrap .rows-of-3 .left {
      columns: 1;
      -webkit-columns: 1;
      -moz-columns: 1; }
      @media (min-width: 60em) {
        .site-footer > .inner-wrap .rows-of-3 .left {
          float: left;
          width: 8.5294117647em; } }
      @media (min-width: 80em) {
        .site-footer > .inner-wrap .rows-of-3 .left {
          width: 10.5555555556em; } }
    .site-footer > .inner-wrap .rows-of-3 .right {
      columns: 1;
      -webkit-columns: 1;
      -moz-columns: 1; }
      @media (min-width: 60em) {
        .site-footer > .inner-wrap .rows-of-3 .right {
          float: right;
          width: 7.4117647059em; } }
      @media (min-width: 80em) {
        .site-footer > .inner-wrap .rows-of-3 .right {
          width: 9.7222222222em; } }
  .site-footer a {
    color: #a7a7a7; }
    .site-footer a:hover {
      color: #fe9f01; }
  .site-footer .btn, .site-footer .si-btn, .site-footer .services-btn, .site-footer .blog-read-more-btn {
    color: #00233c; }
    .site-footer .btn:hover, .site-footer .si-btn:hover, .site-footer .services-btn:hover, .site-footer .blog-read-more-btn:hover {
      color: #00233c; }
  .site-footer .sf-jot {
    margin-top: 0.9375em;
    color: #efefef;
    font-size: 1em; }
    .site-footer .sf-jot:hover {
      color: #efefef; }
  @media (min-width: 40em) {
    .site-footer {
      background-color: rgba(0, 35, 60, 0.8); }
      .site-footer .inner-wrap .rows-of-3 div {
        padding-right: 10px; }
      .site-footer .sf-jot {
        font-size: 1.3333333333em; } }
  @media (min-width: 60em) {
    .site-footer {
      text-align: left; }
      .site-footer > .inner-wrap {
        padding-bottom: 3.5em; }
        .site-footer > .inner-wrap::before {
          left: 3.875em; } }

.sf-logo {
  margin: 1.25em 0;
  display: inline-block !important;
  max-width: 13.6875em; }
  .sf-logo img {
    display: inline-block;
    vertical-align: top; }
  @media (min-width: 60em) {
    .sf-logo {
      margin: 0; } }

.sf-header {
  font-size: 1.5em;
  margin-top: 1em;
  padding-bottom: 20px;
  margin-bottom: 0;
  color: #efefef;
  font-weight: bold; }
  .sf-header a {
    color: #efefef; }

@media (min-width: 60em) {
  .sf-header {
    padding-top: 1em; } }

.sf-contact-detail {
  margin-bottom: 12px; }

.sf-small {
  background-color: #D7D7D7;
  text-align: center;
  position: relative;
  color: #00437A; }
  .sf-small p {
    color: #00437A;
    font-size: 18px; }
  .sf-small a {
    color: #00437A !important; }
  .sf-small .inner-wrap {
    position: relative;
    padding-top: 0.9375em;
    padding-bottom: 0.9375em; }
    .sf-small .inner-wrap div {
      margin-bottom: 0; }
    .sf-small .inner-wrap .foot-copyright div {
      display: inline; }
    .sf-small .inner-wrap .foot-copyright span {
      text-align: center;
      display: block; }
  @media (min-width: 60em) {
    .sf-small .inner-wrap .foot-copyright span {
      disply: inline-block;
      float: right;
      padding-right: 26px; } }
  @media (min-width: 80em) {
    .sf-small .inner-wrap .foot-copyright span {
      padding-right: 56px; } }

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

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

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

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

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

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

.no-svg .search-submit {
  background: url(https://1555476.fs1.hubspotusercontent-na1.net/hubfs/1555476/Images%20/ico-search.png) no-repeat center center !important; }

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

.search-module {
  background-color: #004677;
  height: 6em;
  top: -6em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.47);
  position: fixed;
  z-index: 10000;
  width:100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .search-module.active {
    top: 0; }
  .search-module .inner-wrap {
    padding: 0.3em 1.5em 1em; }
  .search-module .search-submit {
    border: 0;
    background: url(https://www.gemathis.com/wp-content/themes/ge-mathis-default/img/ico-search.svg) no-repeat center center !important;
    display: inline-block;
    float: none;
    height: 0.875em;
    margin: 0.2916666667em 0 0 0;
    padding: 0;
    vertical-align: top;
    width: 0.875em; }

.search-exit {
  float: right;
  margin-left: 10px;
  margin-bottom: 5px;
  top: 0;
  right: 0; }

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

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

/*=================== Specification Table ================*/
.specifications .spec-head {
  font-size: 1.5em; }

@media (min-width: 40em) {
  .specifications .spec-head {
    font-size: 1.875em;
    font-weight: normal; } }

.read-more-wrap {
  overflow: hidden;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  .read-more-wrap.active {
    max-height: 33.75em;
    position: relative; }
    .read-more-wrap.active:after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 1em;
      background-color: transparent;
      background-image: -webkit-linear-gradient(transparent, #efefef);
      background-image: linear-gradient(transparent, #efefef); }

.read-more {
  margin-top: 1em;
  margin-bottom: 1em; }

.read-more-link span:after {
  content: 'more +'; }

.read-more-link.active span:after {
  content: 'less -'; }

/*=================== Sitemap ================*/
.site-content ul li {
  background-image: url(https://1555476.fs1.hubspotusercontent-na1.net/hubfs/1555476/Images%20/bullet.jpg);
  background-position: left 0.625em;
  background-repeat: no-repeat;
  padding: 0 0 0.1875em 0.8125em; }
  .site-content ul li.page_item_has_children ul.children {
    padding: 0 0 0 1.5625em; }

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

.xsmall {
  font-size: 79%;
  text-align: center;
  margin-top: 10px; }

.home-read-more {
  margin-right: 40px; }

.site-content-table {
  width: 100%; }
  @media (min-width: 40em) {
    .site-content-table {
      width: 78%; } }
  @media (min-width: 60em) {
    .site-content-table {
      width: 55%; } }
  @media (min-width: 80em) {
    .site-content-table {
      width: 50%; } }
  .site-content-table td {
    vertical-align: top; }

/*============= Specification Table =====================*/
.specs-table tr {
  border-bottom: 1px solid #e9e9e9;
  display: inline-block;
  padding-bottom: 0.75em;
  width: 100%; }
  .specs-table tr td:nth-child(1) {
    display: inline-block;
    width: auto;
    border: none;
    padding-top: 0.625em;
    padding-bottom: 5px; }
  .specs-table tr td:nth-child(2), .specs-table tr td:nth-child(3) {
    border: none;
    display: block;
    width: auto;
    padding-top: 0;
    padding-bottom: 0; }

@media (min-width: 40em) {
  .specs-table {
    display: table;
    width: 100%; }
    .specs-table tr {
      display: table-row; }
      .specs-table tr td:nth-child(1), .specs-table tr td:nth-child(2), .specs-table tr td:nth-child(3) {
        display: table-cell;
        width: auto;
        vertical-align: top; }
      .specs-table tr td:nth-child(1) {
        padding-right: 0.6875em;
        vertical-align: middle; }
      .specs-table tr td:nth-child(2), .specs-table tr td:nth-child(3) {
        padding-top: 0.75em;
        padding-bottom: 0.75em; } }

.cert-cmpny-module {
  background-color: #ffffff;
  border-top: 7px solid #d7d7d7;
  border-bottom: 7px solid #d7d7d7; }
  .cert-cmpny-module .inner-wrap {
    padding-top: 1.875em;
    padding-bottom: 1.875em; }
    @media (min-width: 60em) {
      .cert-cmpny-module .inner-wrap {
        padding-top: 2.125em;
        padding-bottom: 1.6875em; } }
  .cert-cmpny-module .ccm-heading {
    font-size: 1.5em;
    line-height: 1.375em;
    font-weight: bold;
    font-style: italic;
    color: #00437a;
    margin-bottom: 0.8333333333em;
    text-align: center; }
    @media (min-width: 40em) {
      .cert-cmpny-module .ccm-heading {
        display: block; } }
    @media (min-width: 60em) {
      .cert-cmpny-module .ccm-heading {
        text-align: left;
        font-size: 1.8125em;
        line-height: 1.1379310345em;
        margin-bottom: 0.6896551724em;
        margin-bottom: 0;
        display: inline-block;
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 31.7615656014%;
        margin-right: 0; }
        .cert-cmpny-module .ccm-heading:last-child {
          margin-right: 0; } }
    @media (min-width: 80em) {
      .cert-cmpny-module .ccm-heading {
        margin-top: 0.4137931034em;
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 40.2913699012%;
        margin-right: 0; }
        .cert-cmpny-module .ccm-heading:last-child {
          margin-right: 0; } }
  .cert-cmpny-module .ccm-img {
    text-align: center; }
    .cert-cmpny-module .ccm-img img {
      display: inline-block;
      vertical-align: top;
      margin: 0.6875em 0.8125em;
      /*@include mq(large) {
  margin: em(16) 0 em(16) em(20);
}*/ }
      @media (min-width: 40em) {
        .cert-cmpny-module .ccm-img img {
          margin: 0 1em; } }
      @media (min-width: 80em) {
        .cert-cmpny-module .ccm-img img {
          margin: 0 0 0 1.1em; } }
    @media (min-width: 60em) {
      .cert-cmpny-module .ccm-img {
        width: auto !important; } }
    @media (min-width: 80em) {
      .cert-cmpny-module .ccm-img {
        text-align: left; } }

/*========= Exit intent ======*/
.mfp-content {
  padding: 0.625em 1.875em 1em;
  background-color: #444444;
  width: auto !important; }
  .mfp-content .mfp-figure:after {
    box-shadow: none; }
  .mfp-content .mfp-figure .mfp-close {
    right: 1em !important;
    cursor: pointer !important;
    width: auto; }
  .mfp-content .white-popup h2 {
    font-size: 2.625em;
    color: #004677;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    line-height: 1.0952380952em; }
  .mfp-content .white-popup p {
    font-size: 1.3125em;
    font-style: italic;
    font-weight: 600;
    color: #010101; }
  .mfp-content .white-popup .ep-content {
    width: 63%;
    float: left; }
  .mfp-content .white-popup .ep-fig {
    width: 32%;
    float: right;
    margin-top: 1.375em; }
  .mfp-content .white-popup .exit-btn {
    font-weight: 400;
    font-size: 1.3125em;
    font-family: "Open Sans", sans-serif;
    padding-top: 0.8095238095em;
    padding-bottom: 0.8095238095em;
    background-image: url(https://1555476.fs1.hubspotusercontent-na1.net/hubfs/1555476/Images%20/ico-arrow-white.svg);
    color: #ffffff; }
  .mfp-content .white-popup .mfp-close {
    color: #efefef; }
  .mfp-content .white-popup .mfp-close {
    right: 24px !important;
    top: -24;
    opacity: 1;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 24px; }
  .mfp-content .white-popup button.mfp-close {
    background: #010101;
    border-radius: 50%;
    border: 1px solid #efefef; }

.sh-sticky-wrap {
  /* background-color: #8f989d; */ }
  @media (min-width: 60em) {
    .sh-sticky-wrap.stuck {
      background-color: #e9e9e9;
      position: fixed;
      left: 0;
      right: 0;
      top: 0;
      z-index: 999; }
      .sh-sticky-wrap.stuck .inner-wrap {
        padding-bottom: 0; }
      .sh-sticky-wrap.stuck .site-nav-container {
        margin-top: 0.125em; }
      .sh-sticky-wrap.stuck .site-logo {
        width: 15%; }
      .sh-sticky-wrap.stuck .site-utility-nav {
        padding-top: 0.125em; } }

@media (min-width: 40em) {
  .blog-col-wrap {
    display: flex;
    flex-direction: row;
    position: relative; } }

.gdd-001-b {
  /*  .cu-header {
    @include mq(medium) {
      text-align: center;
    }
    @include mq(large) {
      color: #efefef;
      font-size: 60px;
      font-weight: 800;
      margin-bottom: 27px;
      padding-top: 26px;
      text-align: center;
      font-family: "Open Sans", sans-serif;
    }
  }*/ }
  @media (min-width: 60em) {
    .gdd-001-b.blur {
      position: relative; }
      .gdd-001-b.blur:after {
        content: "";
        position: absolute;
        width: 50%;
        height: 100%;
        right: 0;
        top: 0;
        opacity: 1;
        background-color: rgba(255, 255, 255, 0.9);
        transition: all 0.2s ease-in 0s;
        z-index: 2; } }
  @media (min-width: 60em) {
    .gdd-001-b .site-content {
      position: relative; }
      .gdd-001-b .site-content:after {
        background-color: #8f989d;
        content: "";
        width: 50%;
        height: 100%;
        top: 0;
        left: 0;
        position: absolute; } }
  .gdd-001-b .site-content-primary {
    text-align: center; }
    @media (min-width: 60em) {
      .gdd-001-b .site-content-primary {
        float: right;
        margin-right: 0;
        margin-top: 32px;
        width: 43%; } }
  .gdd-001-b .site-content-secondary {
    position: relative;
    z-index: 100; }
    .gdd-001-b .site-content-secondary.contact-active-form {
      opacity: 1;
      transform: scale(1.09);
      z-index: 100; }
    @media (max-width: 40em) {
      .gdd-001-b .site-content-secondary {
        padding: 0 0 0 30px; } }
    @media (min-width: 40em) {
      .gdd-001-b .site-content-secondary {
        padding: 0 0 0 30px; } }
    .gdd-001-b .site-content-secondary:after {
      background-color: #8f989d;
      content: "";
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      position: absolute;
      z-index: -1; }
    @media (min-width: 60em) {
      .gdd-001-b .site-content-secondary {
        margin-right: 2.35765%;
        padding-left: 102px;
        position: relative;
        width: 45%;
        float: left;
        z-index: 100;
        transition: all 0.5s ease-in-out;
        margin-top: 2em; }
        .gdd-001-b .site-content-secondary:after {
          background-color: transparent; } }
    @media (min-width: 60em) {
      .gdd-001-b .site-content-secondary p {
        color: #ffffff;
        font-size: 19px;
        line-height: 24px;
        margin-bottom: 45px;
        margin-left: 3px;
        width: 20em;
        text-align: left; } }
    @media (min-width: 60em) {
      .gdd-001-b .site-content-secondary form {
        margin-left: 4px;
        width: 18.75em; } }
  @media (min-width: 60em) and (max-width: 40em) {
    .gdd-001-b .site-content-secondary form {
      width: 100%; } }
    .gdd-001-b .site-content-secondary .input input {
      font-size: 13px;
      line-height: 19px;
      margin-bottom: 29px;
      padding: 4px 5px 8px;
      width: 100%;
      text-align: left; }
    .gdd-001-b .site-content-secondary textarea {
      font-size: 13px;
      line-height: 19px;
      width: 100%; }
    .gdd-001-b .site-content-secondary .actions {
      text-align: center; }
  .gdd-001-b .arrow-text {
    position: relative;
    padding-right: 50px; }
    @media (min-width: 40em) {
      .gdd-001-b .arrow-text {
        display: block;
        margin: 0 auto;
        padding: 0;
        text-align: center; } }
    @media (min-width: 60em) {
      .gdd-001-b .arrow-text {
        text-align: center;
        width: 20em; }
        .gdd-001-b .arrow-text:after {
          background-image: url(//1555476.fs1.hubspotusercontent-na1.net/hubfs/1555476/Images%20/curved-arrow-img.svg);
          background-position: center center;
          background-repeat: no-repeat;
          background-size: 100% auto;
          content: "";
          height: 112px;
          position: absolute;
          right: 68px;
          top: 0;
          transform: rotate(-30deg);
          width: 77px; } }
  .gdd-001-b .at-red {
    color: #e3a52a;
    font-weight: 800; }
  .gdd-001-b .cu-address {
    display: inline-block;
    font-size: 15px;
    line-height: 21px;
    vertical-align: top; }
  .gdd-001-b .cu-phone {
    display: inline-block;
    font-size: 15px;
    margin: 0 0 0 14%;
    vertical-align: top; }
    .gdd-001-b .cu-phone a {
      color: #010101; }
    .gdd-001-b .cu-phone:hover {
      color: #fe9f01; }
  .gdd-001-b .gmap {
    padding: 5px 14px 0 0; }
  .gdd-001-b .gmap-text {
    font-size: 14px;
    line-height: 18px;
    padding: 27px 0 40px;
    text-align: center; }
    .gdd-001-b .gmap-text a {
      display: inline-block;
      padding: 6px 0 0; }
  .gdd-001-b iframe {
    display: inline-block;
    height: 284px;
    margin: 0.875em auto 0.9375em;
    max-width: 366px;
    width: 100%; }

.gdd-001-b-rfq {
  background-color: #8f989d; }
  .gdd-001-b-rfq input.hs-input {
    height: 35px; }
  .gdd-001-b-rfq .hs_submit {
    margin-top: 1.5625em !important; }
  .gdd-001-b-rfq #hs_cos_wrapper_main_form1 input[type="file"] {
    background-color: transparent !important; }
  .gdd-001-b-rfq .hs_file_upload .hs-input {
    background: none !important; }
  .gdd-001-b-rfq .site-content-primary {
    width: 100%;
    text-align: center; }
  .gdd-001-b-rfq .input.hs-input {
    height: auto; }
  .gdd-001-b-rfq .site-content-secondary {
    width: 100%;
    padding-top: 0.625em; }
  .gdd-001-b-rfq #hs_form_target_main_form1 {
    max-width: 580px;
    text-align: left;
    margin: 0 auto; }
    @media (max-width: 40em) {
      .gdd-001-b-rfq #hs_form_target_main_form1 {
        max-width: 580px;
        text-align: left;
        margin: 0 auto;
        width: 100%; } }
    .gdd-001-b-rfq #hs_form_target_main_form1 .form-columns-2 {
      max-width: 100%;
      margin-bottom: 1.375em; }
      @media (max-width: 40em) {
        .gdd-001-b-rfq #hs_form_target_main_form1 .form-columns-2 {
          margin: 0; } }
      @media (max-width: 40em) {
        .gdd-001-b-rfq #hs_form_target_main_form1 .form-columns-2 .hs-form-field {
          text-align: left;
          width: 100%;
          margin: 0 auto; } }
      .gdd-001-b-rfq #hs_form_target_main_form1 .form-columns-2 .hs-form-field .input {
        margin-right: 20px; }
        .gdd-001-b-rfq #hs_form_target_main_form1 .form-columns-2 .hs-form-field .input textarea,
        .gdd-001-b-rfq #hs_form_target_main_form1 .form-columns-2 .hs-form-field .input input[type="color"],
        .gdd-001-b-rfq #hs_form_target_main_form1 .form-columns-2 .hs-form-field .input input[type="date"],
        .gdd-001-b-rfq #hs_form_target_main_form1 .form-columns-2 .hs-form-field .input input[type="datetime"],
        .gdd-001-b-rfq #hs_form_target_main_form1 .form-columns-2 .hs-form-field .input input[type="datetime-local"],
        .gdd-001-b-rfq #hs_form_target_main_form1 .form-columns-2 .hs-form-field .input input[type="email"],
        .gdd-001-b-rfq #hs_form_target_main_form1 .form-columns-2 .hs-form-field .input input[type="month"],
        .gdd-001-b-rfq #hs_form_target_main_form1 .form-columns-2 .hs-form-field .input input[type="number"],
        .gdd-001-b-rfq #hs_form_target_main_form1 .form-columns-2 .hs-form-field .input input[type="password"],
        .gdd-001-b-rfq #hs_form_target_main_form1 .form-columns-2 .hs-form-field .input input[type="search"],
        .gdd-001-b-rfq #hs_form_target_main_form1 .form-columns-2 .hs-form-field .input input[type="tel"],
        .gdd-001-b-rfq #hs_form_target_main_form1 .form-columns-2 .hs-form-field .input input[type="text"],
        .gdd-001-b-rfq #hs_form_target_main_form1 .form-columns-2 .hs-form-field .input input[type="time"],
        .gdd-001-b-rfq #hs_form_target_main_form1 .form-columns-2 .hs-form-field .input input[type="url"],
        .gdd-001-b-rfq #hs_form_target_main_form1 .form-columns-2 .hs-form-field .input input[type="week"],
        .gdd-001-b-rfq #hs_form_target_main_form1 .form-columns-2 .hs-form-field .input textarea,
        .gdd-001-b-rfq #hs_form_target_main_form1 .form-columns-2 .hs-form-field .input select[multiple=multiple] {
          width: 100%; }
        @media (max-width: 40em) {
          .gdd-001-b-rfq #hs_form_target_main_form1 .form-columns-2 .hs-form-field .input {
            margin-right: 0em; } }
    .gdd-001-b-rfq #hs_form_target_main_form1 .form-columns-1 {
      max-width: 100%; }
      @media (max-width: 40em) {
        .gdd-001-b-rfq #hs_form_target_main_form1 .form-columns-1 .hs-form-field {
          width: 100%;
          margin: 0 auto; } }
      .gdd-001-b-rfq #hs_form_target_main_form1 .form-columns-1 .input textarea {
        height: 2.75em; }
  .gdd-001-b-rfq label {
    display: none; }
  .gdd-001-b-rfq .actions {
    text-align: center; }

.at-red {
  color: #e3a52a;
  font-weight: 800; }

.cu-header {
  color: #efefef;
  font-size: 60px;
  font-weight: 800;
  margin-bottom: 27px;
  padding-top: 18px;
  text-align: center;
  font-family: "Open Sans", sans-serif; }

.gdd-001-b-rfq .arrow-text {
  position: relative;
  color: #ffffff;
  font-size: 20px;
  padding-left: 0; }
  @media (min-width: 60em) {
    .gdd-001-b-rfq .arrow-text:after {
      background-image: url(//1555476.fs1.hubspotusercontent-na1.net/hubfs/1555476/Images%20/curved-arrow-left.svg);
      background-repeat: no-repeat;
      background-position: center center;
      height: 7.6875em;
      width: 5em;
      Content: "";
      position: absolute;
      top: 1px;
      left: -4.75em;
      background-size: 100%;
      transform: rotate(30deg); } }

.gdd-001-b-rfq .hs_file_upload label,
.gdd-001-b-rfq .hs_file_upload .input {
  float: left;
  padding-right: 0.625em;
  color: #ffffff; }

@media (max-width: 40em) {
  .gdd-001-b-rfq .form-columns-1 .hs_country div.input {
    margin-right: 0; } }

.gdd-001-b-rfq .form-columns-1 .hs_country div.input > input {
  width: 100%; }
  @media (min-width: 40em) {
    .gdd-001-b-rfq .form-columns-1 .hs_country div.input > input {
      width: 47% !important; } }

.communication-content {
  background-color: #efefef; }

.cc-header {
  font-size: 1.0625em; }

.cc-contact {
  border-radius: 5px;
  position: relative;
  max-width: 40%;
  text-align: left;
  padding: 21px;
  margin: 0 auto;
  border: 1px solid #D3D3D3; }
  .cc-contact span {
    position: relative; }
    .cc-contact span:after {
      background-image: url(//1555476.fs1.hubspotusercontent-na1.net/hubfs/1555476/Images%20/contact.png);
      background-repeat: no-repeat;
      background-position: center center;
      height: 5.3125em;
      width: 3.875em;
      Content: "";
      position: absolute;
      top: 0em;
      left: -4.1875em;
      background-size: 100%; }

.services-text {
  font-size: 1.375em;
  color: #efefef; }

.file-upload {
  font-size: 1.25em;
  color: #efefef; }

.gdd-001-b.blur .site-content-primary p {
  text-shadow: 2px 0 10px rgba(33, 33, 33, 0.9);
  color: rgba(255, 210, 82, 0); }

.communication-section {
  background-color: #efefef; }

.gdd-001-b-rfq label {
  display: none; }

.gdd-001-b .hs-form-required {
  display: none; }

.site-content-primary time {
  display: none; }

.site-content time {
  display: none; }

/* ==== GDD 002 B style ==== */
/*.gdd-002-b {
  &.services-module {
    .services-buckets {
      a {
        height: em(78) !important;
      }
    }
    .sm-top {
      .sm-left {
        margin-bottom: 0 !important;
        > a {
          margin-bottom: 0 !important;
          //height: em(78) !important;
        }
      }
      .sm-right {
        margin-bottom: 0 !important;
      }
    }
    .sm-bottom {
      margin-bottom: em(47) !important;
      .sm-right {
        clear: both;
        a {
          margin-bottom: 0 !important;
        }
      }
    }
    .hs-form {
      .hs-input {
        max-width: em(296);
      }
    }
    .services-header-wrap {
      margin-bottom: em(1) !important;
      > .inner-wrap {
        padding-bottom: em(22);
        padding-top: em(29);
      }
    }
    .services-label {
      background-color: #102b5a !important;
      bottom: auto !important;
      top: em(7) !important;
      padding: em(6) 0 em(6) 0 !important;
      h3 {
        font-size: em(21) !important;
        &:after {
          top: 20% !important;
        }
      }
    }
    @include mq(smaller) {
      .services-label {
        h3 {
          font-size: em(13) !important;
          &:after {
            background-size: em(40, 13) em(28, 13) !important;
            background-position: center center !important;
            width: em(40, 13) !important;
            height: em(28, 13) !important;
          }
        }
      }
      .services-buckets {
        a {
          height: em(54) !important;
        }
      }
    }
    @include mq(medium) {
      .service-left-module {
        width: 100% !important;
      }
      .ebook-form-module {
        width: 100% !important;
        padding-left: em(15) !important;
        padding-right: em(15) !important;
      }
      .sm-top {
        margin-bottom: 0.5% !important;
        display: block;
        overflow: hidden;
        .sm-left {
          float: left !important;
          width: 52% !important;
          margin-right: 0.5% !important;
          > a {
            max-height: em(307) !important;
            min-height: em(307) !important;
          }
        }
        .sm-right {
          width: 47.5% !important;
          a {
            width: 49.5% !important;
            float: left;
            margin-right: 1% !important;
            //min-height: em(196) !important;
            &:nth-of-type(2n) {
              margin-right: 0 !important;
            }
          }
          .services-label {
            padding: em(13) 0 !important;
            h3 {
              font-size: em(13) !important;
            }
          }
        }
      }
      .sm-bottom {
        .sm-left {
          float: left !important;
          width: 52% !important;
          margin-right: 0.5% !important;
          a {
            width: 100% !important;
          }
        }
        .sm-right {
          clear: none !important;
          width: 47.5% !important;
          a {
            width: 49.5% !important;
            float: left;
            margin-right: 1% !important;
            //min-height: em(196) !important;
            &:nth-of-type(2n) {
              margin-right: 0 !important;
            }
          }
          .services-label {
            h3 {
              font-size: em(13) !important;
            }
          }
        }
      }
      .services-buckets {
        .inner-wrap {
          padding-top: em(7) !important;
        }
        a {
          min-height: em(153) !important;
          max-height: em(153) !important;
          overflow: hidden;
        }
      }
      .services-label {
        bottom: 0 !important;
        top: auto !important;
        h3 {
          position: relative !important;
          &:after {}
        }
      }
    }
    @include mq(large) {
      .services-label {
        h3 {
          &:after {
            width: em(46, 13) !important;
            height: em(30, 13) !important;
            background: url(https://1555476.fs1.hubspotusercontent-na1.net/hubfs/1555476/Images%20/ico-arrow-orange.svg) no-repeat center center/em(30, 13) em(30, 13) !important;
          }
        }
      }
      .services-label-subtext {
        font-size: em(13) !important;
      }
      .sm-bottom {
        .sm-left {
          .services-label {
            h3 {
              margin-left: em(18, 21) !important;
            }
          }
        }
        .sm-right {
          .services-label {
            padding: 0.8125em em(5) !important
          }
        }
      }
      .sm-top {
        .sm-right {
          .services-label {
            padding: 0.8125em em(5) !important
          }
        }
      }
    }
    @include mq(xlarge) {
      .service-left-module {
        width: 50.8% !important;
      }
      .ebook-form-module {
        width: 49.3% !important;
        padding-left: em(59) !important;
        margin-top: em(98) !important;
      }
      .sm-top {
        .sm-left {
          float: left !important;
          width: 52% !important;
          margin-right: 0.5% !important;
        }
        .sm-right {
          width: 47.5% !important;
          a {
            width: 49.5% !important;
            float: left;
            margin-right: 1% !important;
            min-height: em(196) !important;
            &:nth-of-type(2n) {
              margin-right: 0 !important;
            }
          }
          .services-label {
            padding: em(13) 1em !important;
            h3 {
              font-size: em(13) !important;
            }
          }
        }
      }
      .sm-bottom {
        .sm-left {
          float: left !important;
          width: 52% !important;
          margin-right: 0.5% !important;
          a {
            width: 100% !important;
          }
        }
        .sm-right {
          width: 47.5% !important;
          a {
            width: 49.5% !important;
            float: left;
            margin-right: 1% !important;
            min-height: em(196) !important;
            &:nth-of-type(2n) {
              margin-right: 0 !important;
            }
          }
          .services-label {
            h3 {
              font-size: em(13) !important;
            }
          }
        }
      }
      .services-buckets {
        .inner-wrap {
          padding-top: em(7) !important;
        }
      }
    }
  }
}*/
/* === GDD 002 b Live css === */
/*.gdd-002-b {
  .smb-item {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: em(10);
    overflow: hidden;
    display: block;
  }
  .smb-left-content {
    background-color: rgb(16, 43, 90);
    overflow: hidden;
    display: block;
    padding: em(21) em(10) em(5) em(13);
  }
  .smb-title {
    font-size: em(21);
    font-weight: 700;
    color: $light-gray;
    margin-top: 0;
    position: relative;
    padding-right: em(60, 21);
    display: block;
    @include transition (all 0.2s ease-in-out);
    &:after {
      content: "";
      position: absolute;
      right: 0;
      top: em(-8, 21);
      background-image: url(https://1555476.fs1.hubspotusercontent-na1.net/hubfs/1555476/Images%20/right-arrow.png);
      background-repeat: no-repeat;
      background-size: em(55, 21) em(42, 21);
      background-position: right top;
      width: em(55, 21);
      height: em(42, 21);
    }
  }
  .smb-text {
    display: none;
  }
  .smb-right-content {
    background-color: $darker-blue;
    overflow: hidden;
    display: block;
    padding: em(21) em(10) em(5) em(13);
  }
  @include mq(smallmedium) {
    .smb-item {
      background-image: none !important;
    }
  }
  @include mq(medium) {
    .sm-left-module{
      margin-bottom: em(40);
    }
    .smb-top,
    .smb-bottom {
      overflow: hidden;
      margin-bottom: em(2);
    }
    .smbt-left {
      float: left;
      width: 50%;
      margin-right: 0.5%;
      overflow: hidden;
      .smb-item {
        min-height: em(400);
      }
    }
    .smb-item {
      position: relative;
      margin-bottom: 0;
      @include transition (all 0.2s ease-in-out);
      &:hover {
        .smb-text {
          height: 100%;
          margin-bottom: em(16, 14);
        }
      }
    }
    .smb-text {
      color: $light-gray;
      font-size: em(14);
      display: block;
      height: 0;
      margin-top: em(15, 14);
      @include transition (all 0.2s ease-in-out);
      position: relative;
      margin-bottom: 0;
    }
    .smb-left-content {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      background-color: rgba(16, 43, 90, 0.9);
      @include transition (all 0.2s ease-in-out);
      padding: em(21) em(10) 0 em(13);
    }
    .smbt-right {
      float: left;
      width: 49.5%;
      overflow: hidden;
      .smb-item {
        min-height: em(199);
        margin-bottom: em(2);
        float: left;
        width: 49.5%;
        margin-right: 1%;
        &:nth-of-type(2n) {
          margin-right: 0;
        }
        &:nth-child(3),
        &:nth-child(4) {
          margin-bottom: 0;
        }
        &:hover {
          .smb-text {
            margin-bottom: em(5, 11);
          }
        }
      }
    }
    .smb-right-content {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      @include transition (all 0.2s ease-in-out);
      padding: em(21) em(10) 0 em(13);
      .smb-title {
        font-size: em(14);
        padding-right: em(25, 14);
        &:after {
          width: em(20, 14);
          height: em(15, 14);
          background-size: em(20, 14) em(15, 14);
        }
      }
      .smb-text {
        font-size: em(11);
        margin-top: em(15, 11);
      }
    }
    .smbb-left {
      float: left;
      width: 50%;
      margin-right: 0.5%;
      overflow: hidden;
      .smb-item {
        min-height: em(199);
      }
    }
    .smbb-right {
      float: left;
      width: 49.5%;
      overflow: hidden;
      .smb-item {
        min-height: em(199);
        margin-bottom: 0;
        float: left;
        width: 49.5%;
        margin-right: 1%;
        &:nth-of-type(2n) {
          margin-right: 0;
        }
        &:nth-child(3),
        &:nth-child(4) {
          margin-bottom: 0;
        }
        &:hover {
          .smb-text {
            margin-bottom: em(5, 11);
          }
        }
      }
    }
   
      .hs-form{
        .hs-input{
          max-width: 100% !important;
        }
      }
       
  }
  @include mq(xlarge) {
.sm-left-module{
      margin-bottom: 0;
    }
    .hs-form{
        .hs-input{
          max-width: 18.5em !important;
        }
      }
    .ebook-form-module{
      .ef-header{
        margin: 0 em(100,24) em(51,24) 0 !important;
        font-weight: 700;
      }
      .front-book{
        margin-left:em(40) !important;

margin-top: em(-12) !important;
.product-grid-item-img{
  width: 79% !important;
  margin:0 !important;
}
.product-grid-item-link{
  margin-left: em(53,14) !important;
}
      }
    }
    .smb-top,
    .smb-bottom {
      overflow: hidden;
      margin-bottom: em(3);
    }
    .smb-text {
      //margin-bottom: 0 !important;
    }
    .sm-left-module {
      float: left;
      width: 50.7%;
    }
    .services-header-wrap {
      margin-top: em(51) !important;
      > .inner-wrap {
        padding-bottom: em(40) !important;
        padding-top: em(29) !important;
      }
    }
    .services-header {
      margin-left: em(30, 48) !important;
      margin-bottom: em(6, 48) !important;
    }
    .services-subtext {
      font-size: em(22) !important;
      line-height: em(31, 22) !important;
      margin-left: em(17, 22) !important;
    }
    .sm-buckets {
      > .inner-wrap {
        padding-right: em(11);
        padding-top: em(15);
        padding-left: em(30);
      }
    }
    .ebook-form-module .front-book .product-grid-item-img {
      width: 80% !important;
    }
    .smbt-left {
      width: 51.1%;
      margin-right: 0.5%;
      .smb-item {
        min-height: em(388);
      }
    }
    .smb-left-content {
      padding: em(16) em(10) 0 em(25);
      .smb-title {
        letter-spacing: -0.5px;
        padding-right: em(60, 21);
        &:after {
          width: em(35, 21);
          height: em(26, 21);
          background-size: em(35, 21) em(26, 21);
          right: em(5, 21);
          top: em(-3, 21);
        }
      }
    }
    .smbt-right {
      width: 48.4%;
      .smb-item {
        min-height: em(194);
        margin-bottom: em(3);
        &:nth-child(3),
        &:nth-child(4) {
          min-height: em(191);
        }
        &:first-child {
          .smb-title {
            padding-right: em(40, 13);
          }
        }
        &:nth-child(3) {
          .smb-title {
            padding-right: em(130, 13);
          }
        }
        &:last-child {
          .smb-title {
            padding-right: em(131, 13);
          }
        }
      }
    }
    .smb-right-content {
      padding: em(6) em(10) 0 em(5);
      .smb-title {
        font-size: em(13);
        padding-right: em(81, 13);
        margin-bottom: em(7, 13);
        letter-spacing: -0.2px;
        &:after {
          width: em(35, 13);
          height: em(26, 13);
          background-size: em(35, 13) em(26, 13);
          right: em(3, 13);
          top: em(2, 13);
        }
      }
      .smb-text {
        margin-top: 0;
      }
    }
    .smbb-left {
      width: 51.1%;
      margin-right: 0.5%;
      .smb-item{
        min-height: em(193);
      }
    }
    .smbb-right {
      width: 48.4%;
      .smb-item{
        min-height: em(193);
        &:first-child{
          .smb-title{
            padding-right: em(130,13);
          }
        }
        &:last-child{
          .smb-title{
            padding-right: em(73,13);
          }
        }
      }
    }
  }
}*/
.ebook-form-module {
  background-color: #e9e9e9;
  padding-left: 0.9375em; }

.ebook-form-module .inner-wrap-narrow {
  padding-top: 3em;
  padding-bottom: 3em; }

.ebook-form-module .ef-header {
  margin: 0 0 2em 0; }

.ebook-form-module .hs-form {
  width: 94%; }

.ebook-form-module .hs-form .hs-input {
  padding: 0.7692307692em; }

.ebook-form-module .hs-form .hs-button {
  background: none !important;
  background-color: none !important;
  display: block !important;
  background-color: #f99f1e !important;
  border: none !important;
  font-size: 18px !important;
  font-weight: normal !important;
  padding: 12px 40px 12px 12px !important;
  border-radius: 0 !important;
  background-image: url(/wp-content/themes/ge-mathis-default/img/ico-arrow-blue.svg) !important;
  background-position: right center !important;
  background-size: 50% !important;
  background-repeat: no-repeat !important; }

.ebook-form-module .hs-form ul.hs-error-msgs {
  padding: 0; }

.ebook-form-module .hs-form ul.hs-error-msgs li label {
  color: #f99f1e; }

.ebook-form-module .flexslider .flex-viewport .slides li {
  background: none; }

.ebook-form-module .ebook-slider .flexslider .flex-direction-nav li a {
  top: 40%; }

.ebook-form-module .ebook-slider .flexslider .flex-direction-nav li a:before {
  background-image: url(/wp-content/themes/ge-mathis-default/img/ico-blue-left-arrow-slider.svg);
  background-size: 50%; }

.ebook-form-module .ebook-slider .flexslider .flex-direction-nav li a.flex-prev {
  left: -10px; }

.ebook-form-module .ebook-slider .flexslider .flex-direction-nav li a.flex-next {
  right: -10px; }

.ebook-form-module .ebook-slider .flexslider .flex-direction-nav li a.flex-next:before {
  background-image: url(/wp-content/themes/ge-mathis-default/img/ico-blue-right-arrow-slider.svg); }

.ebook-form-module .ebook-slider .flexslider:hover a.flex-next {
  right: -10px; }

.ebook-form-module .ebook-slider .flexslider:hover a.flex-prev {
  left: -10px; }

@media (min-width: 40em) {
  .ebook-form-module .ebook-slider .flexslider .flex-direction-nav li a {
    top: 47%; }
  .ebook-form-module .ebook-slider .flexslider .flex-direction-nav li a.flex-prev {
    left: 10px; }
  .ebook-form-module .ebook-slider .flexslider .flex-direction-nav li a.flex-next {
    right: 10px; }
  .ebook-form-module .ebook-slider .flexslider:hover a.flex-next {
    right: 10px; }
  .ebook-form-module .ebook-slider .flexslider:hover a.flex-prev {
    left: 10px; } }

@media (min-width: 60em) {
  .ebook-form-module .ebook-slider .flexslider .flex-direction-nav li a {
    top: 47%; }
  .ebook-form-module .ebook-slider .flexslider .flex-direction-nav li a.flex-prev {
    left: -30px; }
  .ebook-form-module .ebook-slider .flexslider .flex-direction-nav li a.flex-next {
    right: -30px; }
  .ebook-form-module .ebook-slider .flexslider:hover a.flex-next {
    right: -30px; }
  .ebook-form-module .ebook-slider .flexslider:hover a.flex-prev {
    left: -30px; } }

@media (min-width: 80em) {
  .ebook-form-module .ebook-slider .flexslider .flex-direction-nav li a.flex-prev {
    left: -50px; }
  .ebook-form-module .ebook-slider .flexslider .flex-direction-nav li a.flex-next {
    right: -50px; }
  .ebook-form-module .ebook-slider .flexslider:hover a.flex-next {
    right: -50px; }
  .ebook-form-module .ebook-slider .flexslider:hover a.flex-prev {
    left: -50px; } }

.ebook-form-module .ebook-form {
  position: relative; }

@media (min-width: 60em) {
  .ebook-form-module .ebook-form:after {
    content: '';
    position: absolute;
    width: 110px;
    height: 110px;
    background-image: url(/wp-content/themes/ge-mathis-default/img/Arrow.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    top: 20px;
    right: 50px; } }

.ebook-form-module .ebook-form > p {
  margin: 0 0 2em 0; }

.ebook-form-module .front-book {
  padding: 0 !important; }

.ebook-form-module .front-book .product-grid-item-img {
  display: block;
  max-width: 300px;
  width: 60%;
  margin: 0 auto; }

@media (min-width: 60em) {
  .ebook-form-module .front-book .product-grid-item-img {
    float: left;
    width: 50%; } }

.ebook-form-module .front-book .product-grid-item-link {
  text-align: center;
  color: #91999b;
  font-size: 14px;
  display: block;
  width: 80%;
  margin: 0 auto; }

.ebook-form-module .front-book .product-grid-item-link span {
  display: inline-block;
  position: relative;
  line-height: 1.7em; }

.ebook-form-module .front-book .product-grid-item-link span br {
  display: none; }

@media (min-width: 60em) {
  .ebook-form-module .front-book .product-grid-item-link span:before {
    content: '';
    position: absolute;
    width: 55px;
    height: 45px;
    background-image: url(/wp-content/themes/ge-mathis-default/img/pullquote-left.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    top: -50px;
    left: 0; }
  .ebook-form-module .front-book .product-grid-item-link span:after {
    content: '';
    position: absolute;
    width: 55px;
    height: 45px;
    background-image: url(/wp-content/themes/ge-mathis-default/img/pullquote-right.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    bottom: -50px;
    right: 0; } }

@media (min-width: 60em) {
  .ebook-form-module .front-book .product-grid-item-link {
    margin-top: 18%;
    float: left;
    width: 47%;
    text-align: left; }
  .ebook-form-module .front-book .product-grid-item-link span br {
    display: inline-block; } }

.ebook-form-module .open-book {
  text-align: center;
  padding: 0 !important; }

.ebook-form-module .open-book .product-grid-item-img {
  display: block;
  max-width: 400px;
  width: 90%;
  margin: 2em auto 0; }

@media (min-width: 60em) {
  .ebook-form-module .open-book .product-grid-item-img {
    max-width: 550px;
    width: 100%;
    margin: 0 0 1em 0; } }

.ebook-form-module .open-book .product-grid-item-link {
  margin: 0 auto;
  color: #91999b;
  font-size: 14px;
  max-width: 400px;
  display: inline-block; }

.ebook-form-module .open-book .product-grid-item-link span {
  display: inline-block;
  position: relative;
  line-height: 1.7em; }

@media (min-width: 60em) {
  .ebook-form-module .open-book .product-grid-item-link span:before {
    content: '';
    position: absolute;
    width: 55px;
    height: 45px;
    background-image: url(/wp-content/themes/ge-mathis-default/img/pullquote-left.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    top: -20px;
    left: -60px; }
  .ebook-form-module .open-book .product-grid-item-link span:after {
    content: '';
    position: absolute;
    width: 55px;
    height: 45px;
    background-image: url(/wp-content/themes/ge-mathis-default/img/pullquote-right.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    bottom: -20px;
    right: -60px; } }

@media (min-width: 60em) {
  .ebook-form-module .open-book .product-grid-item-link {
    max-width: 550px; } }

.ebook-form-module .back-book {
  padding: 0 !important; }

.ebook-form-module .back-book .product-grid-item-img {
  max-width: 300px;
  width: 60%;
  margin: 0 auto; }

@media (min-width: 60em) {
  .ebook-form-module .back-book .product-grid-item-img {
    float: right;
    width: 50%;
    margin: 0; } }

.ebook-form-module .back-book .product-grid-item-link {
  color: #91999b;
  font-size: 14px;
  width: 80%;
  text-align: center;
  margin: 0 auto; }

.ebook-form-module .back-book .product-grid-item-link span {
  display: inline-block;
  position: relative;
  line-height: 1.7em; }

.ebook-form-module .back-book .product-grid-item-link span br {
  display: none; }

@media (min-width: 60em) {
  .ebook-form-module .back-book .product-grid-item-link span:before {
    content: '';
    position: absolute;
    width: 55px;
    height: 45px;
    background-image: url(/wp-content/themes/ge-mathis-default/img/pullquote-left.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    top: -50px;
    left: 0; }
  .ebook-form-module .back-book .product-grid-item-link span:after {
    content: '';
    position: absolute;
    width: 55px;
    height: 45px;
    background-image: url(/wp-content/themes/ge-mathis-default/img/pullquote-right.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    bottom: -50px;
    right: 0; } }

@media (min-width: 60em) {
  .ebook-form-module .back-book .product-grid-item-link {
    margin-top: 18%;
    float: left;
    width: 47%;
    text-align: right; }
  .ebook-form-module .back-book .product-grid-item-link span br {
    display: inline-block; } }

/*.gdd-002-b.services-module{
  background-color: #e9e9e9;
}
.gdd-002-b .services-module .services-header-wrap{
  background-color: #e9e9e9;
}
.gdd-002-b.services-module .services-buckets .inner-wrap .sm-left{
  margin-bottom: 0;
}
.gdd-002-b.services-module .services-buckets .inner-wrap a img{
  display: none;
}
.gdd-002-b.services-module .services-buckets .inner-wrap a{
  height: 5.3125em;
  margin-bottom: 0;
}
.gdd-002-b.services-module .services-buckets .inner-wrap .sm-top .sm-left > a {
    margin-bottom: 1.5625em;
}
.gdd-002-b.services-module .services-buckets .inner-wrap .sm-top .sm-right{
  margin-bottom: 1.5625em;
}
.gdd-002-b.services-module .services-buckets .inner-wrap .sm-bottom .sm-right a{
  margin-bottom: 1.5625em;
}

@media screen and (min-width: 640px){
  .gdd-002-b.services-module .services-buckets .inner-wrap a{
  height: auto;
}
  .gdd-002-b.services-module .services-buckets .inner-wrap a img{
    display: block;
  }

}*/
@media screen and (min-width: 960px) {
  .ebook-form-module {
    padding-left: 1.5em; }
  .ebook-form-module .hs-form {
    width: 90%; }
  .ebook-form-module .ebook-form::after {
    right: -78px; }
  .ebook-form-module .front-book .product-grid-item-img {
    float: none;
    width: 12.8125em; }
  .ebook-form-module .front-book .product-grid-item-link {
    text-align: left;
    width: 47%;
    margin: 0 auto;
    float: none; } }

@media (min-width: 80em) {
  /*.gdd-002-b .service-left-module{
  float: left;
  width: 63%;
}*/
  .ebook-form-module {
    float: left;
    width: 49.3% !important;
    padding-left: 3.6875em !important;
    margin-top: 6.125em !important;
    padding-right: 0.9375em !important; }
    .ebook-form-module .ef-header {
      margin: 0 4.1666666667em 2.125em 0 !important;
      font-weight: 700 !important; }
    .ebook-form-module .front-book {
      margin-left: 2.5em !important;
      margin-top: -0.75em !important; }
      .ebook-form-module .front-book .product-grid-item-img {
        margin: 0 0 0 !important;
        width: 80% !important; }
      .ebook-form-module .front-book .product-grid-item-link {
        margin-left: 3.7857142857em !important; }
  /*.gdd-002-b.services-module .services-buckets .inner-wrap .sm-left a .services-label h3{
  font-size: 22px;
}
.gdd-002-b.services-module .services-buckets .inner-wrap .sm-left a .services-label .services-label-subtext{
  font-size: 14px;
}*/
  /*.services-module .services-buckets .inner-wrap .sm-right a:nth-child(1) .services-label h3,
  .services-module .services-buckets .inner-wrap .sm-right a:nth-child(2) .services-label h3,
  .services-module .services-buckets .inner-wrap .sm-right a:nth-child(3) .services-label h3,
  .services-module .services-buckets .inner-wrap .sm-right a:nth-child(4) .services-label h3,
  .services-module .services-buckets .inner-wrap .sm-right a:nth-child(5) .services-label h3,
  .services-module .services-buckets .inner-wrap .sm-right a:nth-child(6) .services-label h3 {
    font-size: 14px;
    line-height: 17px;
  }
  .services-module .services-buckets .inner-wrap .sm-right a:nth-child(1) .services-label .services-label-subtext,
  .services-module .services-buckets .inner-wrap .sm-right a:nth-child(2) .services-label .services-label-subtext,
  .services-module .services-buckets .inner-wrap .sm-right a:nth-child(3) .services-label .services-label-subtext,
  .services-module .services-buckets .inner-wrap .sm-right a:nth-child(4) .services-label .services-label-subtext,
  .services-module .services-buckets .inner-wrap .sm-right a:nth-child(5) .services-label .services-label-subtext,
  .services-module .services-buckets .inner-wrap .sm-right a:nth-child(6) .services-label .services-label-subtext {
    font-size: 12px;
    line-height: 14px;
  }*/
  .ebook-form-module .front-book .product-grid-item-img {
    width: 14.125em;
    margin-left: 2.4375em; }
  .ebook-form-module .front-book .product-grid-item-link {
    width: 96%;
    margin-left: 67px; } }

@media screen and (min-width: 1400px) {
  /*.gdd-002-b .service-left-module{
  width: 57%;
}*/
  .ebook-form-module {
    float: left;
    width: 41%; }
  .ebook-form-module .front-book {
    margin-left: 55px; }
  .ebook-form-module .front-book .product-grid-item-img {
    margin: 0 0 24px; }
  .ebook-form-module .front-book .product-grid-item-link {
    width: 73%; }
  /*  .services-module .services-buckets .inner-wrap .sm-right a:nth-child(1) .services-label h3,
  .services-module .services-buckets .inner-wrap .sm-right a:nth-child(2) .services-label h3,
  .services-module .services-buckets .inner-wrap .sm-right a:nth-child(3) .services-label h3,
  .services-module .services-buckets .inner-wrap .sm-right a:nth-child(4) .services-label h3,
  .services-module .services-buckets .inner-wrap .sm-right a:nth-child(5) .services-label h3,
  .services-module .services-buckets .inner-wrap .sm-right a:nth-child(6) .services-label h3 {
    font-size: 16px;
  }*/ }

/* ==== gdd 002 b live css end ==== */
/* ==== gdd 004 b start ==== */
.photo-gallery {
  /*.mfp-content {
    text-align: left;
    padding: em(30) em(15);
    background-color: white;
    max-width: em(648);
    .mfp-close {
      background: #014677 !important;
      border: none !important;
      right: em(10, 18) !important;
      opacity: 1;
      width: em(18, 18);
      height: em(18, 18);
      line-height: em(18, 18);
      font-size: em(18);
      top: em(9, 18);
    }
  }*/
  /*.mfp-bg,
  .mfp-wrap {
    display: none;
  }*/
  /*@include mq(medium) {
    .mfp-content {
      padding: em(37) em(77) em(40);
    }
  }*/ }

.backgroundOverlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #000000;
  opacity: .7;
  filter: alpha(opacity=7);
  -moz-opacity: .7;
  z-index: 1045;
  display: none; }

/*   This is the Popup Window   */
.delayedPopupWindow {
  display: none;
  position: fixed;
  width: auto;
  top: 50%;
  left: 50%;
  padding: 1.875em 0.9375em;
  text-align: left;
  background-color: white;
  max-width: 40.5em;
  transform: translate(-50%, -50%);
  z-index: 1046; }
  @media (min-width: 40em) {
    .delayedPopupWindow {
      padding: 2.3125em 4.8125em 2.5em; } }

/*   This is the closing button  */
#btnClose {
  position: absolute;
  right: 0.625em;
  opacity: 1;
  width: 1.125em;
  height: 1.125em;
  top: 0.5625em;
  background-image: url(https://1555476.fs1.hubspotusercontent-na1.net/hubfs/1555476/Images%20/close.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.125em 1.125em; }

.gdd-004-b-popup {
  text-align: center; }
  .gdd-004-b-popup .hs-form label {
    font-size: 1em;
    font-weight: 400;
    color: #010101;
    margin-bottom: 0.25em; }
  .gdd-004-b-popup textarea,
  .gdd-004-b-popup input[type="color"],
  .gdd-004-b-popup input[type="date"],
  .gdd-004-b-popup input[type="datetime"],
  .gdd-004-b-popup input[type="datetime-local"],
  .gdd-004-b-popup input[type="email"],
  .gdd-004-b-popup input[type="month"],
  .gdd-004-b-popup input[type="number"],
  .gdd-004-b-popup input[type="password"],
  .gdd-004-b-popup input[type="search"],
  .gdd-004-b-popup input[type="tel"],
  .gdd-004-b-popup input[type="text"],
  .gdd-004-b-popup input[type="time"],
  .gdd-004-b-popup input[type="url"],
  .gdd-004-b-popup input[type="week"],
  .gdd-004-b-popup select[multiple="multiple"] {
    padding: 0 0.9375em;
    border: 1px solid #999;
    box-shadow: none;
    min-height: 2.5em !important;
    margin-bottom: 0.4375em; }
  .gdd-004-b-popup textarea {
    min-height: 4.1875em !important; }
  .gdd-004-b-popup .hs-submit {
    text-align: center;
    margin-bottom: 0.875em;
    margin-top: 0.1875em; }
  .gdd-004-b-popup .hs-button.primary.large {
    font-size: 1em;
    font-weight: 700;
    padding: 0.8125em 2.125em 0.6875em 2.125em;
    background-image: none !important; }
    .gdd-004-b-popup .hs-button.primary.large:hover {
      background-image: none !important; }
  .gdd-004-b-popup .submitted-message {
    display: none !important; }
  .gdd-004-b-popup .form-columns-2 div .input,
  .gdd-004-b-popup .form-columns-1 div .input {
    margin-right: 0 !important; }
  @media (min-width: 30.0625em) {
    .gdd-004-b-popup .form-columns-2 div:first-child .input {
      margin-right: 0.625em !important; }
    .gdd-004-b-popup .form-columns-2 div:last-child .input {
      margin-right: 0 !important;
      margin-left: 0.625em; }
    .gdd-004-b-popup .form-columns-2 div:last-child label {
      margin-left: 0.625em !important; }
    .gdd-004-b-popup .form-columns-1 div .input {
      margin-right: 0 !important; } }

.gp-ty-msg {
  display: none;
  padding: 10.8125em 0 9.9375em; }
  .gp-ty-msg a {
    text-decoration: underline; }

.gp-heading {
  font-size: 1.875em !important;
  font-weight: 700 !important;
  margin-top: 0;
  margin-bottom: 0.3666666667em; }

.gp-text {
  font-size: 1.125em !important;
  color: #010101 !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 1.5em;
  padding: 0;
  margin-bottom: 1.0555555556em; }

.gp-form {
  text-align: left; }

.gp-exit {
  display: block; }
  .gp-exit a {
    font-size: 0.875em;
    font-weight: 700;
    color: #004677;
    cursor: pointer;
    text-decoration: underline; }

/* ==== gdd 004 b end ==== */
/*=============== GDD-005-Sticky CTA===============*/
.gdd-005-b-sticky {
  display: none;
  position: fixed;
  bottom: 2.4%;
  right: 33px;
  color: #ffffff;
  text-decoration: none;
  background-color: #f99f1e;
  padding-top: 1.5625em;
  border-radius: 50%;
  z-index: 11;
  width: 6.25em;
  height: 6.25em;
  text-align: center;
  text-decoration: none !important; }
  @media (min-width: 40em) {
    .gdd-005-b-sticky {
      display: block !important; } }

.gdd-005-b-sticky:hover {
  color: #ffffff; }

.gdd-005-b-sticky span:hover {
  color: #ffffff; }

.gdd-005-b-sticky span {
  font-size: 1em;
  font-family: "Open Sans", sans-serif;
  display: block;
  padding: 1.5625em 0.2857142857em;
  line-height: 1.1428571429em;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase; }

.gdd-005-b-sticky span:before {
  content: "";
  position: absolute;
  background-image: url(https://1555476.fs1.hubspotusercontent-na1.net/hubfs/1555476/Images%20/gdd005-contact-ico.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.875em 1.25em;
  width: 1.875em;
  height: 1.25em;
  top: 1.5em;
  left: 0;
  right: 0;
  margin: 0 auto; }

.gdd-005-b-sticky:focus {
  color: #ffffff; }

.tring, .fulse {
  position: absolute;
  top: -0.3125em;
  left: -0.3125em;
  width: 6.875em;
  height: 6.875em;
  border-radius: 50%;
  border: solid #f8a52e; }

.tring {
  border-width: 1px; }

.gdd005-close-sticky {
  display: none;
  background-image: url(https://1555476.fs1.hubspotusercontent-na1.net/hubfs/1555476/Images%20/gdd005-close-ico.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.75em 1.75em;
  border-radius: 50%;
  width: 1.75em;
  height: 1.75em;
  vertical-align: top;
  margin-top: 0.0625em;
  margin-right: 0.0625em;
  margin-left: 0.25em;
  position: fixed;
  bottom: 0.8125em;
  right: 0.8125em;
  z-index: 12;
  cursor: pointer; }
  @media (min-width: 40em) {
    .gdd005-close-sticky {
      display: block !important; } }

@media (min-height: 85.375em) {
  .gdd005-close-sticky {
    bottom: 4.8125em; } }

@media (max-height: 30em) {
  .gdd005-close-sticky {
    bottom: 0.8125em; } }

.fulse {
  transform: scale(1, 1);
  border-width: 1px; }

.fulse.fulse--1 {
  animation: FULSE infinite;
  animation-duration: 3s;
  animation-delay: 0s; }

.fulse.fulse--2 {
  animation: FULSE infinite;
  animation-duration: 3s;
  animation-delay: 1s; }

.fulse.fulse--3 {
  animation: FULSE infinite;
  animation-duration: 3s;
  animation-delay: 2s; }

@keyframes FULSE {
  100% {
    transform: scale(2);
    opacity: 0; } }

@-webkit-keyframes FULSE {
  100% {
    transform: scale(2);
    opacity: 0; } }

@-moz-keyframes FULSE {
  100% {
    transform: scale(2);
    opacity: 0; } }

@-o-keyframes FULSE {
  100% {
    transform: scale(2);
    opacity: 0; } }

.gdd-005-stickyfooter {
  text-align: center;
  background-color: #f99f1e;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0; }
  .gdd-005-stickyfooter a {
    color: #ffffff;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    text-transform: uppercase; }
    .gdd-005-stickyfooter a:hover {
      color: #ffffff; }
  .gdd-005-stickyfooter img {
    width: 2.1875em;
    height: 2.1875em;
    display: inline-block;
    margin-top: 4px; }
  @media (min-width: 40em) {
    .gdd-005-stickyfooter {
      display: none !important; } }

.img_container {
  float: none; }
  @media (min-width: 40em) {
    .img_container {
      float: right;
      text-align: center;
      margin: 0 0 0 1.928571428571429em; } }

/*=============== GDD-005-Sticky CTA end===============*/
@media (min-width: 40em) {
  .site-header-wrap {
    background-image: url(https://1555476.fs1.hubspotusercontent-na1.net/hubfs/1555476/Images%20/bg-dest1.jpg);
    background-size: cover; }
    .site-header-wrap.shw-video {
      background-image: none; }
      .site-header-wrap.shw-video .site-intro-video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto; }
      .site-header-wrap.shw-video .site-header {
        position: relative;
        z-index: 99; }
      .site-header-wrap.shw-video .site-intro-home {
        position: relative;
        z-index: 9; } }

@media (max-width: 959px) {
  .site-header-wrap.shw-video .site-intro-home {
    position: absolute;
    width: 100%; }
  .site-header-wrap.shw-video .site-header {
    z-index: 99; }
  .home .shw-video .site-intro-home .si-header {
    font-size: 2em; }
  .home .shw-video .site-intro-home .si-subtext {
    font-size: 1.25em;
    margin-bottom: 20px; }
  .site-header-wrap.shw-video .site-intro-video {
    position: relative;
    width: 100%; } }

@media (max-width: 479px) {
  .home .shw-video .site-intro-home .si-header {
    font-size: 1em; }
  .home .shw-video .site-intro-home .si-subtext {
    font-size: 0.6em;
    margin-bottom: 0; }
  .home .shw-video .site-intro-home .si-btn, .home .shw-video .site-intro-home .services-btn {
    font-size: 10px;
    margin-right: 0px; }
    .home .shw-video .site-intro-home .si-btn span, .home .shw-video .site-intro-home .services-btn span {
      font-size: 15px; }
    .home .shw-video .site-intro-home .si-btn.contact-us-btn span, .home .shw-video .site-intro-home .contact-us-btn.services-btn span {
      height: 26px;
      line-height: 26px; } }

/* Start Video Banner */
.video-banner {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1; }
  .video-banner .inner-wrap-narrow {
    padding: 1.25em 1em; }
    .video-banner .inner-wrap-narrow:after {
      content: '';
      display: table;
      clear: both; }
    .video-banner .inner-wrap-narrow .vb-section-heading {
      text-transform: uppercase; }
      @media (min-width: 40em) {
        .video-banner .inner-wrap-narrow .vb-section-heading {
          font-size: 3em;
          margin: 0;
          margin-top: -10px; } }
    @media (min-width: 40em) {
      .video-banner .inner-wrap-narrow .vb_section-sub-heading {
        font-size: 1.5em;
        margin: 0; } }
    .video-banner .inner-wrap-narrow .vbc-text {
      margin-top: 40px; }
    @media (min-width: 40em) {
      .video-banner .inner-wrap-narrow .vb-video {
        width: 44%;
        float: left; } }
    .video-banner .inner-wrap-narrow .vb-video .vb-emeded-video .wp-video {
      height: 100%; }
      .video-banner .inner-wrap-narrow .vb-video .vb-emeded-video .wp-video video {
        height: 100%; }
    @media (min-width: 40em) {
      .video-banner .inner-wrap-narrow .vb-content {
        width: 56%;
        float: right;
        padding-left: 40px; } }
  .video-banner.vb_overlay:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 70, 119, 0.5);
    z-index: -1; }
  .video-banner.vb_overlay .inner-wrap-narrow {
    padding: 6em 1em; }
  .video-banner.vb_overlay .vb-section-heading {
    color: #ffffff; }
  .video-banner.vb_overlay .vb_section-sub-heading {
    color: #ffffff; }
  .video-banner.vb_overlay .vbc-text {
    color: #ffffff; }
  .video-banner.vb_overlay .vb-content {
    color: #ffffff; }

/* End Video Banner */
.mfp-iframe-holder .mfp-content {
  width: 100% !important; }

.social-wrap a {
  width: 19% !important; }

.page-id-1090 .rows-of-4 > * {
  margin-bottom: 0; }

@media (max-width: 40em) {
  .page-id-1090 .additional-content iframe {
    width: 100%;
    height: auto; } }

.break-line {
  display: block; }

@media (min-width: 60em) {
  .anchor-link {
    margin-top: -8.75em !important;
    padding-top: 8.75em !important; } }

.new-landing-page-contact-content .inner-wrap-narrow {
  max-width: 91.875em; }

.new-landing-page-contact-content.gdd-001-b {
  /*  .cu-header {
    @include mq(medium) {
      text-align: center;
    }
    @include mq(large) {
      color: #efefef;
      font-size: 60px;
      font-weight: 800;
      margin-bottom: 27px;
      padding-top: 26px;
      text-align: center;
      font-family: "Open Sans", sans-serif;
    }
  }*/ }
  @media (min-width: 60em) {
    .new-landing-page-contact-content.gdd-001-b.blur {
      position: relative; }
      .new-landing-page-contact-content.gdd-001-b.blur:after {
        content: "";
        position: absolute;
        width: 50%;
        height: 100%;
        right: 0;
        top: 0;
        opacity: 1;
        background-color: rgba(255, 255, 255, 0.9);
        transition: all 0.2s ease-in 0s;
        z-index: 2; } }
  @media (min-width: 60em) {
    .new-landing-page-contact-content.gdd-001-b .site-content {
      position: relative; }
      .new-landing-page-contact-content.gdd-001-b .site-content:after {
        background-color: #8f989d;
        content: "";
        width: 44%;
        height: 100%;
        top: 0;
        left: 0;
        position: absolute; } }
  .new-landing-page-contact-content.gdd-001-b .site-content-primary {
    text-align: center; }
    @media (min-width: 60em) {
      .new-landing-page-contact-content.gdd-001-b .site-content-primary {
        float: right;
        margin-right: 0;
        margin-top: 32px;
        width: 55%; } }
  .new-landing-page-contact-content.gdd-001-b .site-content-secondary {
    position: relative;
    z-index: 100; }
    .new-landing-page-contact-content.gdd-001-b .site-content-secondary.contact-active-form {
      opacity: 1;
      transform: scale(1.09);
      z-index: 100; }
    @media (max-width: 40em) {
      .new-landing-page-contact-content.gdd-001-b .site-content-secondary {
        padding: 0 0 0 30px; } }
    @media (min-width: 40em) {
      .new-landing-page-contact-content.gdd-001-b .site-content-secondary {
        padding: 0 0 0 30px; } }
    .new-landing-page-contact-content.gdd-001-b .site-content-secondary:after {
      background-color: #8f989d;
      content: "";
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      position: absolute;
      z-index: -1; }
    @media (min-width: 60em) {
      .new-landing-page-contact-content.gdd-001-b .site-content-secondary {
        margin-right: 2.35765%;
        padding-left: 5%;
        position: relative;
        width: 35%;
        float: left;
        z-index: 100;
        transition: all 0.5s ease-in-out;
        margin-top: 2em; }
        .new-landing-page-contact-content.gdd-001-b .site-content-secondary:after {
          background-color: transparent; } }
    @media (min-width: 80em) {
      .new-landing-page-contact-content.gdd-001-b .site-content-secondary {
        padding-left: 14%; } }
    @media (min-width: 60em) {
      .new-landing-page-contact-content.gdd-001-b .site-content-secondary p {
        color: #ffffff;
        font-size: 19px;
        line-height: 24px;
        margin-bottom: 45px;
        margin-left: 3px;
        width: 20em;
        text-align: left; } }
    @media (min-width: 60em) {
      .new-landing-page-contact-content.gdd-001-b .site-content-secondary form {
        margin-left: 4px;
        width: 18.75em; } }
  @media (min-width: 60em) and (max-width: 40em) {
    .new-landing-page-contact-content.gdd-001-b .site-content-secondary form {
      width: 100%; } }
    .new-landing-page-contact-content.gdd-001-b .site-content-secondary .input input {
      font-size: 13px;
      line-height: 19px;
      margin-bottom: 29px;
      padding: 4px 5px 8px;
      width: 100%;
      text-align: left; }
    .new-landing-page-contact-content.gdd-001-b .site-content-secondary textarea {
      font-size: 13px;
      line-height: 19px;
      width: 100%; }
    .new-landing-page-contact-content.gdd-001-b .site-content-secondary .actions {
      text-align: center; }
  .new-landing-page-contact-content.gdd-001-b .arrow-text {
    position: relative;
    padding-right: 50px; }
    @media (min-width: 40em) {
      .new-landing-page-contact-content.gdd-001-b .arrow-text {
        display: block;
        margin: 0 auto;
        padding: 0;
        text-align: center; } }
    @media (min-width: 60em) {
      .new-landing-page-contact-content.gdd-001-b .arrow-text {
        text-align: center;
        width: 20em; }
        .new-landing-page-contact-content.gdd-001-b .arrow-text:after {
          background-image: url(//1555476.fs1.hubspotusercontent-na1.net/hubfs/1555476/Images%20/curved-arrow-img.svg);
          background-position: center center;
          background-repeat: no-repeat;
          background-size: 100% auto;
          content: "";
          height: 112px;
          position: absolute;
          right: 68px;
          top: 0;
          transform: rotate(-30deg);
          width: 77px; } }
  .new-landing-page-contact-content.gdd-001-b .at-red {
    color: #e3a52a;
    font-weight: 800; }
  .new-landing-page-contact-content.gdd-001-b .cu-address {
    display: inline-block;
    font-size: 15px;
    line-height: 21px;
    vertical-align: top; }
  .new-landing-page-contact-content.gdd-001-b .cu-phone {
    display: inline-block;
    font-size: 15px;
    margin: 0 0 0 14%;
    vertical-align: top; }
    .new-landing-page-contact-content.gdd-001-b .cu-phone a {
      color: #010101; }
    .new-landing-page-contact-content.gdd-001-b .cu-phone:hover {
      color: #fe9f01; }
  .new-landing-page-contact-content.gdd-001-b .gmap {
    padding: 5px 14px 0 0; }
  .new-landing-page-contact-content.gdd-001-b .gmap-text {
    font-size: 14px;
    line-height: 18px;
    padding: 27px 0 40px;
    text-align: center; }
    .new-landing-page-contact-content.gdd-001-b .gmap-text a {
      display: inline-block;
      padding: 6px 0 0; }
  .new-landing-page-contact-content.gdd-001-b iframe {
    display: inline-block;
    height: 284px;
    margin: 0.875em auto 0.9375em;
    max-width: 366px;
    width: 100%; }

.contact-us-two-col {
  margin-top: 1.25em; }
  .contact-us-two-col > div {
    margin-bottom: 1.875em; }
  @media (min-width: 80em) {
    .contact-us-two-col > div {
      display: inline-block;
      vertical-align: top;
      width: 49%;
      margin-right: 1%; }
      .contact-us-two-col > div:last-child {
        margin-right: 0;
        text-align: left; } }

#shipping-info strong {
  position: relative; }
  #shipping-info strong:after {
/*     content: ""; */
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 2px;
    background-color: #cc0000; }

/**Infographics style start**/
.slidesNav {
  display: none; }
  @media (min-width: 60em) {
    .slidesNav {
      display: block;
      position: fixed;
      top: 50%;
      transform: translateY(-50%);
      left: 0;
      z-index: 999; } }

body.fp-viewing-firstPage .slidesNav, body.fp-viewing-6thpage .slidesNav {
  display: none; }

#menu {
  left: -100%;
  position: relative;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  #menu.active {
    left: 0; }
  #menu > li {
    height: 3.25em;
    background-color: #efefef; }
    #menu > li:hover, #menu > li.active {
      background-color: #004677; }
      #menu > li:hover > a, #menu > li.active > a {
        color: #efefef; }
    #menu > li > a {
      font-size: 1.125em;
      line-height: 2.8888888889em;
      padding: 0 1.1111111111em;
      display: block; }

.sn-text {
  display: block;
  text-transform: uppercase;
  color: #004677;
  text-align: center;
  width: 60px; }

#fullpage1 {
  background-color: white; }

.fp-section.active .path {
  animation: dash 1s linear forwards; }

@keyframes dash {
  from {
    stroke-dashoffset: 600;
    stroke-dasharray: 600; }
  to {
    stroke-dashoffset: 0;
    stroke-dasharray: 3; } }

.fp-section.active .path1 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dashone 2.5s linear forwards; }

@keyframes dashone {
  from {
    stroke-dashoffset: 1000; }
  to {
    stroke-dashoffset: 0; } }

.svg-link:hover .link-cricle .cricle-small {
  fill: white !important; }

.svg-link:hover .link-cricle .cricle-big {
  fill: #FF9900; }

.icfn-wrap > li {
  text-align: center; }
  .icfn-wrap > li > a {
    font-weight: 700;
    display: block;
    background-color: #efefef;
    padding: 1.5625em 0.625em; }
    .icfn-wrap > li > a > span {
      font-size: 1.1875em;
      line-height: 1.2105263158em;
      display: block; }

@media (min-width: 60em) {
  .icfn-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    height: 4.5625em;
    font-size: 1.25vw; }
    .icfn-wrap > li {
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      flex-grow: 1;
      -ms-flex-positive: 1; }
      .icfn-wrap > li > a {
        padding: 1.5625em 0.625em;
        display: block;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        transition: all 0.2s linear; }
        .icfn-wrap > li > a:hover {
          color: white;
          background-color: #004677; } }

@media (min-width: 80em) {
  .icfn-wrap {
    font-size: 1em; } }

@media (min-width: 60em) {
  #fp-nav {
    display: none; } }

#hamburger-icon {
  width: 3.75em;
  height: 3.75em;
  position: relative;
  display: block;
  background-color: #004677;
  padding: 1.25em 1em; }

#hamburger-icon div {
  position: relative;
  width: 1.75em;
  height: 0.875em; }

#hamburger-icon .line {
  display: block;
  background: white;
  width: 27px;
  height: 6px;
  position: absolute;
  left: 0;
  border-radius: 4px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s; }

#hamburger-icon .line.line-1 {
  top: 0; }

#hamburger-icon .line.line-2 {
  top: 50%; }

#hamburger-icon .line.line-3 {
  top: 100%; }

#hamburger-icon:hover .line-1, #hamburger-icon:focus .line-1 {
  transform: translateY(-4px);
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px); }

#hamburger-icon:hover .line-3, #hamburger-icon:focus .line-3 {
  transform: translateY(4px);
  -webkit-transform: translateY(4px);
  -moz-transform: translateY(4px); }

#hamburger-icon.active .line-1 {
  transform: translateY(7px) translateX(0) rotate(45deg);
  -webkit-transform: translateY(7px) translateX(0) rotate(45deg);
  -moz-transform: translateY(7px) translateX(0) rotate(45deg); }

#hamburger-icon.active .line-2 {
  opacity: 0; }

#hamburger-icon.active .line-3 {
  transform: translateY(-7px) translateX(0) rotate(-45deg);
  -webkit-transform: translateY(-7px) translateX(0) rotate(-45deg);
  -moz-transform: translateY(-7px) translateX(0) rotate(-45deg); }

.ii-svg-code {
  max-width: 54.9375em;
  display: block;
  width: 100%;
  margin: 0 auto 2.5em; }
  .ii-svg-code > svg {
    width: 100%;
    height: 100%; }
  @media (min-width: 60em) {
    .ii-svg-code {
      margin: 0;
      float: left;
      max-width: 100%;
      width: 78%; }
      .ii-svg-code > svg {
        max-width: 60.059375em;
        height: 42.0625em; } }

@media (min-width: 60em) {
  .ii-text-wrap {
    float: right;
    width: 22%; } }

.iit-title {
  font-size: 1.3125em;
  line-height: 1.3333333333em;
  color: #064677;
  font-weight: 700;
  margin-bottom: 0;
  padding-bottom: 0.4761904762em;
  border-bottom: 1px solid #004677; }

.iit-sub-title {
  font-size: 1em;
  line-height: 1.25em;
  font-weight: bold;
  color: #064677;
  margin-top: 0.625em; }

#animation-path {
  display: none; }
  @media (min-width: 60em) {
    #animation-path {
      display: inline; } }

.iit-text p {
  font-size: 1em;
  line-height: 1.5625em; }

@media (min-width: 60em) {
  .iit-text {
    -webkit-transition: all 1s ease-in-out 0.5s;
    -moz-transition: all 1s ease-in-out 0.5s;
    transition: all 1s ease-in-out 0.5s;
    position: relative;
    transform: translateY(-5%);
    opacity: 0; } }

.fp-section.active .iit-text {
  transform: translateY(0);
  opacity: 1; }

body.fp-viewing-firstPage .ii-text-wrap {
  min-height: 26.5625em;
  position: relative; }
  body.fp-viewing-firstPage .ii-text-wrap > div {
    border-top: 1px solid rgba(0, 70, 119, 0.2);
    border-bottom: 1px solid rgba(0, 70, 119, 0.2);
    padding: 1.5625em 0 0.9375em; }

@media (min-width: 40em) {
  .ii-wrap .inner-wrap {
    padding-top: 3.75em;
    padding-bottom: 3.75em; } }

.info-graph-btn {
  line-height: 28px; }

.hardox-infographics {
  display: block;
  max-width: 20.8333333333em;
  width: 100%;
  margin: 0 auto 1.1111111111em;
  padding: 0.5555555556em;
  background-color: #fff; }
  .hardox-infographics img {
    display: block;
    width: 100%; }
  @media (min-width: 60em) {
    .hardox-infographics {
      display: inline-block;
      vertical-align: middle;
      margin: 0 0 0.8888888889em 1.3888888889em; } }

.sitemap-menu ul {
  padding-bottom: 0 !important; }

.pillar-nav {
  margin: 0 -.625rem;
  padding: 1.1875rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .pillar-nav li {
    margin-top: .6875rem;
    padding: 0 .625rem; }
  .pillar-nav a {
    padding-bottom: .3125rem;
    border-bottom: .375rem solid transparent;
    display: inline-block;
    color: #efefef;
    font-size: 1.1875rem;
    line-height: 1.5625rem;
    -webkit-transition: all .25s;
    transition: all .25s;
    font-weight: 700; }
    .pillar-nav a:hover {
      color: #f99f1e; }
  @media (max-width: 40em) {
    .pillar-nav {
      flex-wrap: wrap; }
      .pillar-nav li {
        width: 100%; } }

.pp-container {
  background-color: #004677; }
  .pp-container .inner-wrap {
    padding-top: 12px; }

.align {
  margin-top: -360px;
  padding-top: 360px; }

/*================ Industries we serve module =====================*/
.iwsim-header {
  background: -webkit-linear-gradient(#002b5c, #00438e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
  text-align: center; }
  @media (min-width: 60em) {
    .iwsim-header {
      font-size: 6.1875em; } }

.iwsim-bucket-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  justify-content: space-around;
  align-items: stretch; }
  .iwsim-bucket-wrap > div {
    background-color: #004677;
    border-bottom: 2px solid #efefef;
    width: 100%; }
  @media (min-width: 40em) {
    .iwsim-bucket-wrap > div {
      border-left: 2px solid #efefef;
      width: 51%; }
      .iwsim-bucket-wrap > div:nth-of-type(2n-1) {
        border-left: none; } }
  @media (min-width: 60em) {
    .iwsim-bucket-wrap > div {
      width: 33.33333333333333%; }
      .iwsim-bucket-wrap > div:nth-of-type(2n-1) {
        border-left: 2px solid #efefef; }
      .iwsim-bucket-wrap > div:nth-of-type(3n-2) {
        border-left: none; } }

.ibw-item-link {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  min-height: 27.75em;
  background-color: #004677;
  color: #efefef;
  text-decoration: none;
  overflow: hidden;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s; }
  .ibw-item-link:hover {
    color: #efefef; }
    .ibw-item-link:hover .ibw-item-image {
      opacity: 0.24; }
    .ibw-item-link:hover .ibw-item-title {
      opacity: 0;
      bottom: -100%; }
    .ibw-item-link:hover .ibw-item-hover {
      opacity: 1; }
    .ibw-item-link:hover .ibwih-title {
      -webkit-transform: translateX(0%);
      -moz-transform: translateX(0%);
      -ms-transform: translateX(0%);
      -o-transform: translateX(0%);
      transform: translateX(0%); }
    .ibw-item-link:hover .ibwih-text {
      -webkit-transform: translateX(0%);
      -moz-transform: translateX(0%);
      -ms-transform: translateX(0%);
      -o-transform: translateX(0%);
      transform: translateX(0%); }
    .ibw-item-link:hover .ibwih-cta {
      -webkit-transform: translateX(0%);
      -moz-transform: translateX(0%);
      -ms-transform: translateX(0%);
      -o-transform: translateX(0%);
      transform: translateX(0%); }

.ibw-item-image {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  opacity: 0.66;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s; }

.ibw-item-title {
  display: block;
  position: absolute;
  left: 0;
  bottom: 1.25em;
  color: #efefef;
  font-size: 2em;
  text-align: center;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s; }
  @media (max-width: 40em) {
    .ibw-item-title {
      font-size: 1.75em; } }

.ibw-item-hover {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1.5em;
  opacity: 0;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s; }
  .ibw-item-hover > span {
    display: block;
    top: 50%;
    transform: translateY(-50%);
    position: relative;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s; }
  @media (min-width: 60em) {
    .ibw-item-hover {
      padding: 3.5625em; } }

.ibwih-title {
  display: block;
  color: #efefef;
  font-size: 2em;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  position: relative;
  padding-bottom: 0.625em;
  margin-bottom: 1.25em;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%); }
  .ibwih-title::before {
    content: '';
    background-color: #f99f1e;
    width: 1.53125em;
    height: 0.1875em;
    position: absolute;
    left: 0;
    bottom: 0; }
  @media (max-width: 40em) {
    .ibwih-title {
      font-size: 1.75em; } }

.ibwih-text {
  font-size: 1em;
  line-height: 1.3888888889em;
  font-weight: 600;
  display: block;
  padding-bottom: 1.6666666667em;
  -webkit-transition: all ease-in-out 0.7s;
  -moz-transition: all ease-in-out 0.7s;
  transition: all ease-in-out 0.7s;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }

.ibwih-cta {
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%); }

.custom-metal-stamping-solutions-module .cc-content ol li {
  font-weight: bold; }
  .custom-metal-stamping-solutions-module .cc-content ol li > span {
    font-weight: normal; }

.custom-metal-stamping-solutions-module .inner-wrap {
  padding-top: 5em;
  max-width: 83em; }

.accordion-tabs.cm-tab {
  position: relative; }
  .accordion-tabs.cm-tab .tab-header-and-content {
    vertical-align: bottom; }
  @media (min-width: 40em) {
    .accordion-tabs.cm-tab::before {
      content: '';
      background-color: #f99f1e;
      width: 0.125em;
      height: 16.625em;
      position: absolute;
      left: 0.625em;
      top: 0;
      z-index: 1; } }

.accordion-tabs.cm-tab {
  margin-bottom: 0; }
  .accordion-tabs.cm-tab .tab-link {
    font-size: 1.4375em;
    border-bottom: 1px solid #f99f1e;
    font-family: "Open Sans", sans-serif;
    color: #333333;
    font-weight: 600;
    line-height: 1.1739130435em;
    margin: 0px;
    padding: 6px 21px 7px 21px !important;
    position: relative; }
    .accordion-tabs.cm-tab .tab-link:hover {
      background-color: #efefef;
      color: #004677; }
    .accordion-tabs.cm-tab .tab-link.is-active {
      margin-bottom: 0px !important;
      padding: 6px 21px 7px 21px !important;
      color: #004677;
      background-color: #efefef; }
    @media (min-width: 40em) {
      .accordion-tabs.cm-tab .tab-link {
        position: absolute;
        left: 0;
        top: 0;
        min-height: 1.7391304348em;
        width: 16.1739130435em;
        border-bottom: none;
        border: none;
        padding: 6px 21px 7px 75px !important; }
        .accordion-tabs.cm-tab .tab-link::before {
          position: absolute;
          content: '';
          top: 0;
          left: 0%;
          height: 1.7391304348em;
          width: 0.9130434783em;
          background-color: transparent; }
        .accordion-tabs.cm-tab .tab-link.is-active {
          padding: 6px 21px 7px 75px !important; }
          .accordion-tabs.cm-tab .tab-link.is-active::before {
            background-color: #f99f1e; } }
    @media (min-width: 60em) {
      .accordion-tabs.cm-tab .tab-link {
        font-size: 1.4375em;
        width: 16.1739130435em;
        min-height: 1.7391304348em; } }
  .accordion-tabs.cm-tab .tab-content {
    background-color: #efefef;
    padding: 15px; }
    @media (min-width: 40em) {
      .accordion-tabs.cm-tab .tab-content {
        width: calc(100% - 23.25em);
        min-height: 18.75em;
        float: right;
        position: relative;
        padding-left: 1.5em; } }
    @media (min-width: 60em) {
      .accordion-tabs.cm-tab .tab-content {
        width: calc(100% - 23.25em); } }

@media (min-width: 40em) {
  .accordion-tabs.cm-tab .cm-content-p1 .tab-link {
    top: 0.8260869565em; }
  .accordion-tabs.cm-tab .cm-content-p2 .tab-link {
    top: 3.6956521739em; }
  .accordion-tabs.cm-tab .cm-content-p3 .tab-link {
    top: 7.3913043478em; }
  .accordion-tabs.cm-tab .cm-content-p4 .tab-link {
    top: 9.4347826087em; } }

.cmssm-header {
  color: #004677;
  font-weight: 600;
  margin-bottom: 2.6666666667em;
  font-size: 1.875em; }

.cm-content-wrap .cc-content > p {
  margin-top: 0; }

.next-project-module {
  position: relative; }
  .next-project-module .inner-wrap {
    max-width: 83em; }

.npm-bg {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.npm-text {
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  right: 0;
  border-radius: 5px;
  min-height: 10.75em;
  padding-top: 2.8125em;
  padding-left: 0.625em;
  padding-right: 0.625em;
  padding-bottom: 2.8125em; }

.npm-cta {
  position: absolute;
  bottom: -20px;
  left: 0;
  text-align: center;
  max-width: 11.25em;
  width: 100%;
  margin: 0 auto;
  right: 0; }

.npm-wrap {
  position: relative; }

.npm-header {
  color: #efefef !important; }

.npm-text {
  max-width: 57.6875em;
  width: 100%;
  margin: 0 auto;
  background-color: #004677; }

.npm-content {
  padding-top: 4%; }

/*=============== Resources Module ===============*/
.resources-module {
  background-color: #efefef; }
  .resources-module .rfq-btn {
    float: none !important; }
  .resources-module .rows-of-3 a {
    width: 100%; }
    @media (min-width: 60em) {
      .resources-module .rows-of-3 a {
        width: 31%; } }

.rm-title {
  text-transform: uppercase;
  text-align: center; }

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

.rm-item-cta {
  background-image: none;
  padding: 1em 2em; }
  .rm-item-cta:hover {
    background-image: none; }

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

.rm-item-title {
  text-decoration: none;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0.5454545455em;
  position: relative;
  display: inline-block;
  text-align: center;
  height: 2.5em;
  color: #004677;
  position: relative;
  z-index: 10;
  font-size: 1.375em;
  font-weight: normal; }
  .rm-item-title span {
    line-height: 1.25em;
    display: inline-block;
    color: #a7a7a7; }

@media (min-width: 80em) {
  .resources-module .flex-direction-nav .flex-prev {
    left: -55px; }
  .resources-module .flex-direction-nav .flex-next {
    right: -55px; }
  .resources-module .flexslider:hover .flex-direction-nav .flex-prev {
    left: -55px; }
  .resources-module .flexslider:hover .flex-direction-nav .flex-next {
    right: -55px; } }

.page-id-1982 .site-content ul li {
  background-image: none !important; }

@media (min-width: 40em) {
  .rhtm-three-bucket-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.666667vw; }
    .rhtm-three-bucket-wrap > div {
      -webkit-flex-basis: 33.33%;
      -moz-flex-basis: 33.33%;
      flex-basis: 33.33%;
      -ms-flex-preferred-size: 33.33%;
      margin-left: 1.25em; }
      .rhtm-three-bucket-wrap > div:first-child {
        margin-left: 0; } }

@media (min-width: 60em) {
  .rhtm-three-bucket-wrap {
    font-size: 1em;
    padding-top: 2em;
    padding-bottom: 2em; } }

.rhtm-three-bucket-wrap .rtbw-item {
  max-width: 22.75em;
  width: 100%;
  margin: 0 auto 1.25em;
  background-color: #e1e1e1;
  padding: 1.375em; }

.rtbw-item {
  display: block;
  position: relative; }
  .rtbw-item span {
    display: block; }
  @media (min-width: 60em) {
    .rtbw-item:hover .rtbw-item-content-wrap {
      opacity: 1; } }

.rtbw-item-image img {
  display: block;
  width: 100%; }

.rtbw-item-image-text {
  position: absolute;
  left: 0;
  text-align: center;
  width: 100%;
  font-size: 1.5em;
  line-height: 1.25em;
  color: #004677;
  font-weight: bold;
  bottom: 0.8333333333em; }

.rhtm-two-bucket-wrap .rtbw-item-image {
  max-width: 16.8125em;
  width: 100%;
  margin: 0 auto; }

.rhtm-two-bucket-wrap .rtbw-item {
  max-width: 22.75em;
  width: 100%;
  margin: 0 auto 1.25em;
  padding: 1.25em 0 6.375em;
  background-color: #a7a7a7; }

@media (min-width: 40em) {
  .rhtm-two-bucket-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.666667vw; }
    .rhtm-two-bucket-wrap .rtbw-item {
      max-width: 100%; }
    .rhtm-two-bucket-wrap > div {
      -webkit-flex-basis: 50%;
      -moz-flex-basis: 50%;
      flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
      margin-left: 1.25em; }
      .rhtm-two-bucket-wrap > div:first-child {
        margin-left: 0; } }

@media (min-width: 60em) {
  .rhtm-two-bucket-wrap {
    font-size: 1em; } }

.rtbw-item-content-wrap {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 1.5625em;
  background-color: #004677;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s; }

.rtbw-item-content {
  text-align: center;
  padding: 1.3888888889em;
  display: block;
  color: #efefef;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
  font-size: 1.125em;
  line-height: 1.6666666667em; }

.rtbw-item-title {
  font-size: 1.3333333333em;
  line-height: 1.4166666667em;
  font-weight: bold; }

.rtbw-item-cta {
  text-decoration: underline;
  font-weight: bold; }

/*=============== facility module ===============*/
.facility-module {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #efefef; }
  .facility-module .btn, .facility-module .si-btn, .facility-module .services-btn, .facility-module .blog-read-more-btn {
    font-size: 1.25em;
    padding: .8em 3.8em .8em 2em;
    background-size: 26px 26px; }

.fm-header {
  font-size: 2.125em;
  margin-bottom: 0;
  font-weight: bold;
  color: #efefef; }

.fm-subtext {
  font-size: 1.25em;
  margin-bottom: 1em;
  margin-top: 1em; }

.fm-btn {
  background-image: url(https://1555476.fs1.hubspotusercontent-na1.net/hubfs/1555476/Images%20/btn-arrow-white.svg);
  background-position: 85% center;
  background-repeat: no-repeat;
  background-size: 1em 1em; }

.page-id-2047 .site-content .inner-wrap {
  max-width: 80em; }

.part-name {
  font-size: 1.15em;
  font-weight: 800; }

/*back to top*/
.back-to-top {
  position: fixed;
  bottom: 0;
  right: 10px; }

.backtotop {
  display: inline-block;
  text-decoration: none;
  padding-top: 2.8333333333em;
  background-image: url(https://1555476.fs1.hubspotusercontent-na1.net/hubfs/1555476/Images%20/back-to-top-hover.svg);
  background-size: 39px 39px;
  background-repeat: no-repeat;
  background-position: center top;
  color: #004677;
  font-size: 1em;
  line-height: 1.6666666667em; }
  .backtotop:hover {
    color: #004677; }
  .backtotop:active, .backtotop:focus {
    color: #004677; }
    .backtotop:active:hover, .backtotop:focus:hover {
      color: #004677; }

/* bottom cta css start */
.bottom-cta {
  text-align: center;
  background-color: #eda241;
  position: fixed;
  bottom: -12.5em;
  left: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  .bottom-cta > .inner-wrap {
    padding-top: 0.5555555556em;
    padding-bottom: 0.5555555556em; }

.bc-heading {
  font-size: 1.375em;
  font-weight: 400;
  margin: 0.4545454545em 0.9090909091em 0.4545454545em 0.9090909091em !important;
  display: inline-block;
  vertical-align: middle;
  color: #004677; }
  @media (min-width: 40em) {
    .bc-heading {
      margin: 0.4545454545em 0.3181818182em 0.4545454545em 0.9090909091em !important; } }

.bc-btn {
  display: inline-block;
  font-size: 1.375em;
  vertical-align: middle;
  text-decoration: underline;
  color: #004677;
  font-weight: 700; }
  .bc-btn:hover {
    text-decoration: none; }
  .bc-btn:active, .bc-btn:focus {
    color: white; }

.cta-close {
  position: absolute;
  right: 0.25em;
  color: white;
  font-size: 1em;
  top: 50%;
  transform: translateY(-50%);
  text-decoration: none; }
  .cta-close:focus, .cta-close:active {
    color: white; }
  .cta-close:hover {
    opacity: 0.8;
    color: white; }
  @media (min-width: 60em) {
    .cta-close {
      right: 3.125em; } }

/* bottom cta css end */
/* pillar Page css*/
.anchor-links-nav {
  background-color: #004677;
  margin-top: 0;
  position: relative; }
  .anchor-links-nav:after {
    position: absolute;
    content: '';
    width: 150%;
    height: 100%;
    background-color: #004677;
    top: 0;
    left: -25%;
    z-index: -1; }
  .anchor-links-nav .inner-wrap {
    padding-top: 1.1875em;
    padding-bottom: 1.1875em !important; }
  .anchor-links-nav ul {
    padding: 0; }
  .anchor-links-nav li {
    display: inline-block;
    list-style-type: none;
    width: 100%;
    margin-bottom: 0.625em;
    -webkit-transition: 0.25s all linear;
    -moz-transition: 0.25s all linear;
    transition: 0.25s all linear; }
    .anchor-links-nav li a {
      display: block;
      text-decoration: none;
      color: #efefef;
      text-align: center;
      border-bottom: 6px solid transparent;
      font-size: 1em;
      line-height: 1.5625em;
      -webkit-transition: 0.25s all linear;
      -moz-transition: 0.25s all linear;
      transition: 0.25s all linear; }
    .anchor-links-nav li:hover a {
      border-bottom: 6px solid #efefef;
      font-weight: 700; }
    .anchor-links-nav li.active a {
      border-bottom: 6px solid #efefef;
      font-weight: 700; }
  @media (min-width: 60em) {
    .anchor-links-nav.stuck {
      position: fixed;
      left: 0;
      top: 8.5em;
      width: 100%;
      margin-top: 0;
      z-index: 99;
      margin-top: 0;
      -webkit-box-shadow: 0 3px 6.93px 0.07px rgba(143, 152, 157, 0.44);
      box-shadow: 0 3px 6.93px 0.07px rgba(143, 152, 157, 0.44); }
    .anchor-links-nav ul {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: justify; }
    .anchor-links-nav li {
      padding: 0 0.3125em;
      margin-top: 0.625em;
      margin-bottom: 0;
      width: auto; } }
  @media (min-width: 80em) {
    .anchor-links-nav.stuck {
      top: 8.7625em; }
    .anchor-links-nav:after {
      width: 200%;
      left: -50%;
      z-index: -1; }
    .anchor-links-nav ul li a {
      font-size: 1.1875em;
      line-height: 1.3157894737em; } }

.featured-listing-module {
  margin-bottom: 2.5em; }

.flm-section-title {
  margin-top: 0; }

.flm-section-content {
  margin-bottom: 3em; }

.flm-bottom-margin {
  margin-bottom: 2.5em; }

.flm-featured-listing {
  margin-left: 8%; }
  .flm-featured-listing ul {
    counter-reset: custom-counter; }
    .flm-featured-listing ul li {
      margin-bottom: 1.875em;
      padding-left: 4.875em;
      counter-increment: custom-counter;
      position: relative;
      font-size: 1.125em;
      line-height: 1.3888888889em;
      background-image: none; }
      .flm-featured-listing ul li:before {
        content: counter(custom-counter);
        width: 2em;
        height: 2em;
        padding: 0.5em 0.25em 0.5em;
        display: inline-block;
        border-radius: 50%;
        position: absolute;
        z-index: 0;
        top: 0.15em;
        left: 0;
        background-color: #004677;
        color: #efefef;
        font-size: 1.25em;
        line-height: 1.05em;
        font-weight: 600;
        text-align: center; }
      .flm-featured-listing ul li:last-child {
        margin-bottom: 0; }
      .flm-featured-listing ul li ul {
        margin-top: 1.1111111111em; }
        .flm-featured-listing ul li ul li {
          margin-bottom: 0.5555555556em;
          font-size: 1em;
          padding-left: 0; }
          .flm-featured-listing ul li ul li:before {
            display: none; }
    .flm-featured-listing ul.featured_listing li:before {
      content: "";
      padding: 0;
      background: transparent url(/wp-content/uploads/featured-list-arrow.png) left top/22px no-repeat; }
  @media (min-width: 60em) {
    .flm-featured-listing ul li {
      margin-bottom: 2.8125em;
      padding-left: 5.625em !important; } }

.tab-content-bg-mob .click-expand {
  margin-bottom: 0;
  border: 0;
  border-bottom: 5px solid 1.618; }
  .tab-content-bg-mob .click-expand:hover {
    background-color: #efefef; }
  .tab-content-bg-mob .click-expand:last-child {
    border-bottom: 1px solid #e5e5e9; }
  .tab-content-bg-mob .click-expand .ce-header {
    color: #010101;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    opacity: .51;
    font-size: 1.375em;
    line-height: 1.5em;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    margin: 0;
    padding: 0.7272727273em 0.8181818182em; }
    .tab-content-bg-mob .click-expand .ce-header figure {
      margin-bottom: 1.8181818182em; }
      .tab-content-bg-mob .click-expand .ce-header figure img {
        display: block;
        margin: 0 auto; }
    .tab-content-bg-mob .click-expand .ce-header:after {
      display: none; }
  .tab-content-bg-mob .click-expand.active .ce-header {
    color: #010101;
    opacity: 1; }

.tab-content-bg-mob .ce-body {
  position: relative;
  background-color: 1.618;
  padding: 0.625em 0 0 !important; }
  .tab-content-bg-mob .ce-body:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 33.5px solid transparent;
    border-right: 33.5px solid transparent;
    border-top: 33.5px solid #efefef;
    position: absolute;
    left: 50%;
    top: -1px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
  .tab-content-bg-mob .ce-body .tab-desc {
    padding: 1.875em 1.25em;
    color: #efefef; }
    .tab-content-bg-mob .ce-body .tab-desc ul li {
      padding: 0;
      padding-left: 0.5555555556em;
      font-size: 1.125em;
      line-height: 1.3888888889em;
      color: #efefef;
      margin-bottom: 0.8888888889em; }
      .tab-content-bg-mob .ce-body .tab-desc ul li:after {
        width: 6px;
        height: 6px;
        background-color: #efefef;
        border-radius: 50%;
        top: 0.6666666667em;
        background-image: none !important; }
    .tab-content-bg-mob .ce-body .tab-desc p {
      color: #010101; }

@media (min-width: 60em) {
  .tab-content-bg-mob {
    display: none; } }

.tab-content-bg-desk {
  display: none; }
  @media (min-width: 60em) {
    .tab-content-bg-desk {
      display: block; } }

.tab-content-bg .accordion-tabs {
  margin-bottom: 0;
  width: 100%;
  border-radius: 0;
  /*@include display (flex);
        @include align-items(flex-end);
        @include justify-content (center);*/ }
  .tab-content-bg .accordion-tabs .tab-header-and-content {
    color: #efefef;
    border: 0;
    border-right-color: #efefef;
    border-right-width: 1px;
    border-right-style: solid;
    border-radius: 0;
    border-bottom: 5px solid #004677; }
    .tab-content-bg .accordion-tabs .tab-header-and-content:last-child {
      border-bottom: 0; }
    .tab-content-bg .accordion-tabs .tab-header-and-content .tab-link {
      border: none;
      color: #010101;
      text-align: center;
      text-transform: uppercase;
      text-decoration: none;
      padding: 0.7222222222em 0.8333333333em;
      opacity: .51;
      display: inline-block;
      font-size: 1.125em; }
      .tab-content-bg .accordion-tabs .tab-header-and-content .tab-link.is-active {
        color: #010101;
        opacity: 1;
        background-color: transparent; }
      .tab-content-bg .accordion-tabs .tab-header-and-content .tab-link figure {
        margin-bottom: 1.8181818182em; }
        .tab-content-bg .accordion-tabs .tab-header-and-content .tab-link figure img {
          display: block;
          margin: auto; }
      .tab-content-bg .accordion-tabs .tab-header-and-content .tab-link span {
        font-size: 1.3333333333em;
        line-height: 1.3333333333em; }
    .tab-content-bg .accordion-tabs .tab-header-and-content:first-child img {
      margin: 0 auto 0 0; }

.tab-content-bg .tab-content {
  position: relative;
  background-color: 1.618;
  padding: 0;
  border-top: 5px solid 1.618; }
  .tab-content-bg .tab-content:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 33.5px solid transparent;
    border-right: 33.5px solid transparent;
    border-top: 33.5px solid #efefef;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }

.tab-content-bg .tab-desc {
  padding: 1.875em 1.25em 1.875em; }
  .tab-content-bg .tab-desc p {
    color: #010101;
    font-size: 1.125em;
    line-height: 1.3888888889em; }
  .tab-content-bg .tab-desc a {
    color: #efefef; }
    .tab-content-bg .tab-desc a:hover {
      color: #010101; }
  .tab-content-bg .tab-desc ul {
    margin-top: 1.875em;
    margin-left: 13%;
    color: #efefef; }
    .tab-content-bg .tab-desc ul li {
      padding: 0;
      padding-left: 0.5555555556em;
      font-size: 1.125em;
      line-height: 1.3888888889em;
      color: #efefef;
      margin-bottom: 0.8888888889em; }
      .tab-content-bg .tab-desc ul li:after {
        width: 6px;
        height: 6px;
        background-color: #efefef;
        border-radius: 50%;
        top: 0.6666666667em;
        background-image: none !important; }

.tab-content-bg .tab-img-wrap {
  margin-bottom: 0;
  height: 100%; }
  .tab-content-bg .tab-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.tab-content-bg .tab-innercontent.desk-show {
  display: none; }

@media (min-width: 40em) {
  .tab-content-bg .accordion-tabs {
    border: none; }
    .tab-content-bg .accordion-tabs .tab-header-and-content {
      border-bottom: 0; }
      .tab-content-bg .accordion-tabs .tab-header-and-content .tab-link {
        width: 16.2%; }
  .tab-content-bg .tab-content {
    border-top: 0; }
    .tab-content-bg .tab-content:before {
      top: -1px; } }

@media (min-width: 60em) {
  .tab-content-bg .tab-content-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
  .tab-content-bg .tab-innercontent {
    width: 50%; }
    .tab-content-bg .tab-innercontent.desk-show {
      display: block; }
    .tab-content-bg .tab-innercontent.mob-show {
      display: none; }
  .tab-content-bg .tab-desc {
    padding: 4.375em 3.375em 2.5em; }
    .tab-content-bg .tab-desc ul li {
      padding-left: 1.9444444444em; } }

/*=========Services Module ===========*/
.resource-module {
  overflow: hidden;
  background-color: #ffffff; }
  .resource-module .resource-header-wrap {
    background-color: #ffffff;
    /*   border-top: 1px solid #484848;
    border-bottom: 1px solid #484848;*/
    text-align: center;
    margin-top: 0.9375em;
    margin-bottom: 0.625em; }
    .resource-module .resource-header-wrap .inner-wrap {
      /* .resource-header {
        padding-bottom: em(10, 24);
        margin-bottom: 0;
        font-weight: 800;
        font-size: 24px;
      }*/ }

.resource-buckets .inner-wrap {
  padding-top: 0;
  padding-bottom: 0; }
  .resource-buckets .inner-wrap a {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 0.625em;
    display: block; }
    .resource-buckets .inner-wrap a img {
      width: 100%; }
    .resource-buckets .inner-wrap a .services-label {
      background-color: rgba(16, 43, 90, 0.9);
      overflow: hidden;
      display: block;
      padding: 2.5em 0.625em 2.5em 0.8125em; }
      .resource-buckets .inner-wrap a .services-label h3 {
        font-size: 1.3125em;
        font-weight: 700;
        color: #e9e9e9;
        margin-top: 0;
        position: relative;
        padding-right: 2.8571428571em;
        display: block;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
      .resource-buckets .inner-wrap a .services-label .services-label-subtext {
        color: white; }
      .resource-buckets .inner-wrap a .services-label span {
        color: #f99f1e;
        text-decoration: underline;
        position: relative;
        padding-right: 26px; }
        .resource-buckets .inner-wrap a .services-label span:after {
          content: "";
          position: absolute;
          right: 0;
          top: 3px;
          background-image: url(https://1555476.fs1.hubspotusercontent-na1.net/hubfs/1555476/Images%20/gcbn-arrow-ico.svg);
          background-size: 20px 20px;
          width: 20px;
          height: 20px;
          background-position: right center;
          background-repeat: no-repeat; }

@media (max-width: 39.9375em) {
  .services-buckets .inner-wrap a {
    /* background-image: none !important;*/ } }

@media (min-width: 40em) {
  .resource-header-wrap .inner-wrap {
    padding-bottom: 0.875em; }
    .resource-header-wrap .inner-wrap .resource-header {
      font-size: 3em;
      padding-bottom: 0; }
  .resource-buckets {
    margin-bottom: 3.125em; }
    .resource-buckets .inner-wrap {
      padding-top: 0.9375em; }
      .resource-buckets .inner-wrap .rm-top,
      .resource-buckets .inner-wrap .sm-bottom {
        overflow: hidden;
        margin-bottom: 0.125em; }
    .resource-buckets a {
      position: relative;
      display: inline-block; }
      .resource-buckets a .services-label {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 45%;
        background-color: rgba(16, 43, 90, 0.9);
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        padding: 1.3125em 0.625em 0 0.8125em; }
      .resource-buckets a .services-label .services-label-subtext {
        color: #e9e9e9;
        font-size: 0.875em;
        display: block;
        height: 0;
        margin-top: 1.0714285714em;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        position: relative;
        margin-bottom: 0; }
    .resource-buckets .rm-left {
      width: 100%;
      margin-right: 0.5%;
      float: left;
      margin-bottom: 0; }
      .resource-buckets .rm-left a {
        background-size: 200px;
        background-color: #e9e9e9;
        min-height: 310px;
        width: 47%;
        margin-bottom: 20px;
        display: inline-block; }
        .resource-buckets .rm-left a:nth-child(1) {
          margin-right: 13px; }
        .resource-buckets .rm-left a:nth-child(3) {
          width: 100%; }
        .resource-buckets .rm-left a:hover .services-label .services-label-subtext {
          visibility: visible;
          margin-bottom: 0%;
          height: 100%;
          margin-bottom: 0.3571428571em; }
        .resource-buckets .rm-left a .services-label {
          bottom: 0; }
          .resource-buckets .rm-left a .services-label h3 {
            font-size: 0.9375em; }
            .resource-buckets .rm-left a .services-label h3::after {
              /*display: none;*/ }
          .resource-buckets .rm-left a .services-label .services-label-subtext {
            width: 100%; }
    .resource-buckets a {
      margin-bottom: 0; }
      .resource-buckets a img {
        display: block;
        vertical-align: top; }
      .resource-buckets a .services-label h3 {
        font-size: 1.125em; }
        .resource-buckets a .services-label h3::after {
          /* display: none;*/ }
      .resource-buckets a .services-label .services-label-subtext {
        width: 100%; }
      .resource-buckets a .services-label .services-btn {
        display: none; }
    .resource-buckets .services-label .services-label-subtext {
      height: 0; } }

@media (min-width: 60em) {
  .resource-header-wrap .inner-wrap {
    max-width: 97%; }
  .resource-buckets .inner-wrap {
    max-width: 80em; }
    .resource-buckets .inner-wrap a {
      display: inline-block; }
      .resource-buckets .inner-wrap a:hover .services-label {
        background-color: #004677; }
    .resource-buckets .inner-wrap a .services-label {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 55%;
      background-color: rgba(16, 43, 90, 0.9);
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      padding: 1.3125em 0.625em 0 0.8125em; }
    .resource-buckets .inner-wrap .rm-left a {
      min-height: 310px;
      width: 48%;
      margin-bottom: 20px; }
      .resource-buckets .inner-wrap .rm-left a:nth-child(1) {
        margin-right: 14px; }
      .resource-buckets .inner-wrap .rm-left a:nth-child(3) {
        width: 100%; }
    .resource-buckets .inner-wrap .rm-left {
      overflow: hidden;
      width: 100%;
      text-align: center; }
      .resource-buckets .inner-wrap .rm-left a {
        width: 35%;
        text-align: left; }
        .resource-buckets .inner-wrap .rm-left a .services-label h3 {
          font-size: 1.1875em;
          line-height: 1.4736842105em; }
        .resource-buckets .inner-wrap .rm-left a .services-label .services-label-subtext {
          font-size: 1.0625em;
          margin: 0; }
        .resource-buckets .inner-wrap .rm-left a .services-label .services-btn {
          display: block; }
          .resource-buckets .inner-wrap .rm-left a .services-label .services-btn::after {
            bottom: 0.625em;
            right: 0.3125em; } }

@media (min-width: 80em) {
  .resource-header-wrap {
    margin-top: 3.1875em; }
    .resource-header-wrap .inner-wrap .resource-header {
      margin-left: 0.625em;
      margin-bottom: 0.125em; }
    .resource-header-wrap .inner-wrap .services-subtext {
      font-size: 1.2em;
      margin-left: 0.7727272727em;
      line-height: 1.4090909091em; }
  .resource-buckets .inner-wrap {
    padding-left: 1.875em;
    padding-right: 0.6875em; }
    .resource-buckets .inner-wrap a .services-label {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 45%;
      background-color: rgba(16, 43, 90, 0.9);
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      padding: 1.3125em 0.625em 0 0.8125em; }
    .resource-buckets .inner-wrap .rm-top {
      margin-bottom: 0.25em; }
    .resource-buckets .inner-wrap .rm-left {
      width: 100%;
      text-align: center; }
      .resource-buckets .inner-wrap .rm-left a {
        width: 35%;
        text-align: left; }
        .resource-buckets .inner-wrap .rm-left a .services-label {
          padding: 1.25em 1em 0; }
          .resource-buckets .inner-wrap .rm-left a .services-label h3 {
            font-size: 1.25em;
            line-height: 1.1em;
            height: 40px;
            margin-top: 10px; }
          .resource-buckets .inner-wrap .rm-left a .services-label .services-btn::after {
            bottom: 0.25em; }
          .resource-buckets .inner-wrap .rm-left a .services-label .services-label-subtext {
            width: 100%;
            font-size: 1.0625em; }
        .resource-buckets .inner-wrap .rm-left a:hover .services-label-subtext {
          padding-top: 0; }
  .resource-buckets a .services-label h3 {
    font-size: 1.25em;
    line-height: 0.75em; }
  .resource-buckets a .services-label .services-label-subtext {
    width: 100%;
    font-size: 1.0625em;
    margin-left: 0; } }

.rm-btn-left {
  margin-top: 26px;
  text-align: center; }
  .rm-btn-left a {
    font-weight: 600;
    color: #00437a;
    background-color: transparent;
    border: 1px solid #00437a;
    width: 100%;
    padding: 17px;
    float: none !important; }
    @media (min-width: 60em) {
      .rm-btn-left a {
        padding: 19px;
        max-width: 14em; } }
    .rm-btn-left a:hover {
      font-weight: 600;
      color: #f99f1e; }
  @media (min-width: 40em) {
    .rm-btn-left {
      text-align: right;
      margin-top: 0; } }

.rm-btn-right .rfq-btn {
  float: none; }

.page-id-2154 .inner-wrap, .page-id-1748 .inner-wrap {
  max-width: 80em; }

.page-id-2154 .site-content ul li, .page-id-1748 .site-content ul li {
  background-image: initial; }
  @media (min-width: 60em) {
    .page-id-2154 .site-content ul li, .page-id-1748 .site-content ul li {
      padding: 0 0 0em 0em; } }

.vpm-block {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -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-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  margin: auto; }
  .vpm-block .fm-wrap {
    background: #004677;
    padding: 2.125em 1.4375em;
    margin-bottom: 1.875em;
    width: 100%; }
    @media (min-width: 40em) {
      .vpm-block .fm-wrap {
        width: 48%; } }
    @media (min-width: 60em) {
      .vpm-block .fm-wrap {
        width: 24%; } }
    .vpm-block .fm-wrap .fmb-fmb_image {
      width: 7.6875em;
      height: 7.6875em;
      max-width: 100%;
      padding: 0.625em;
      border-radius: 50%;
      background-color: #004677;
      margin: 0 auto 0.9375em;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center; }
    .vpm-block .fm-wrap .fmb_heading {
      color: #efefef;
      text-align: center; }
    .vpm-block .fm-wrap .fmb-content {
      color: #efefef; }
      .vpm-block .fm-wrap .fmb-content p {
        color: #efefef; }

.ppc-module .inner-wrap, .factors-module .inner-wrap {
  padding-top: 1em;
  padding-bottom: 1em; }

.fm-content {
  padding-bottom: 1.5em; }

.factors-module-wrap {
  padding-bottom: 0.75em; }
  .factors-module-wrap .rfq-btn {
    font-weight: 800; }
    .factors-module-wrap .rfq-btn span {
      display: block;
      font-weight: 600;
      padding-bottom: 0.75em; }
  .factors-module-wrap .fmb-img-wrap {
    text-align: center; }
  .factors-module-wrap .rfq-btn {
    width: 100%;
    float: none;
    margin-left: 0.625em;
    margin-right: 0.625em; }
    @media (min-width: 40em) {
      .factors-module-wrap .rfq-btn {
        margin-left: 0.625em;
        margin-right: 0.625em;
        width: 29.375em; } }

.call-to-action-buttons-module .ctabm-wrap {
  width: 100%;
  display: block;
  background-color: #f99f1e;
  color: #efefef;
  text-align: center;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .call-to-action-buttons-module .ctabm-wrap.ctabm-btn-2 {
    background-color: rgba(249, 159, 30, 0.8); }
    .call-to-action-buttons-module .ctabm-wrap.ctabm-btn-2:hover {
      background-color: #004677 !important; }
  .call-to-action-buttons-module .ctabm-wrap a {
    color: #efefef; }
  .call-to-action-buttons-module .ctabm-wrap:hover {
    background-color: #004677 !important; }

.call-to-action-buttons-module .ctabm-btn {
  padding: 2em 0.625em;
  display: block;
  text-decoration: none;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.2083333333em;
  margin-left: 0.4166666667em;
  margin-right: 0.4166666667em;
  display: block;
  position: relative;
  font-weight: 400;
  text-align: left;
  width: 89%; }
  .call-to-action-buttons-module .ctabm-btn:before {
    content: '';
    width: 1.6666666667em;
    height: 1.6666666667em;
    padding: 0;
    display: inline-block;
    position: absolute;
    z-index: 0;
    top: 50%;
    right: 0;
    font-weight: 600;
    text-align: center;
    background-image: url(https://1555476.fs1.hubspotusercontent-na1.net/hubfs/1555476/Images%20/ico-white-arrow-right.svg);
    background-position: center;
    background-size: 1.6666666667em;
    background-repeat: no-repeat;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  .call-to-action-buttons-module .ctabm-btn strong {
    display: block;
    color: #efefef !important; }
  .call-to-action-buttons-module .ctabm-btn:focus, .call-to-action-buttons-module .ctabm-btn:hover {
    text-decoration: none; }

@media (min-width: 40em) {
  .call-to-action-buttons-module {
    /*.ctabm-wrap {
      width: 50%; } 
    }*/ }
    .call-to-action-buttons-module .ctabm-btn {
      max-width: 29.1666666667em;
      margin: 0 auto; }
      .call-to-action-buttons-module .ctabm-btn:before {
        right: 0.625em; }
    .call-to-action-buttons-module .ctabm-btn-text {
      display: inline-block; } }

@media (min-width: 60em) {
  .call-to-action-buttons-module {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    .call-to-action-buttons-module .ctabm-wrap {
      width: 50%; } }

#contract-manufacturing {
  margin-top: -150px !important;
  padding-top: 210px; }

#how-does-it-work {
  margin-top: -150px !important;
  padding-top: 210px; }

#advantages {
  margin-top: -150px !important;
  padding-top: 210px; }

#applications {
  margin-top: -150px !important;
  padding-top: 210px; }

#process {
  margin-top: -150px !important;
  padding-top: 210px; }

#ge-mathis-company {
  margin-top: -150px !important;
  padding-top: 210px; }

.page-id-2154 .breadcumb, .page-id-1748 .breadcumb {
  display: none; }

.page-id-2154 .read-more-wrap .inner-wrap-narrow, .page-id-1748 .read-more-wrap .inner-wrap-narrow {
  display: none; }

.page-id-2154 .portfolio-tabs, .page-id-1748 .portfolio-tabs {
  display: none; }

.page-id-2154 .blog-module, .page-id-1748 .blog-module {
  display: none; }

.page-id-2154 .resource-module, .page-id-1748 .resource-module {
  display: none; }

.page-id-2154 .cert-cmpny-module, .page-id-1748 .cert-cmpny-module {
  display: none; }

@media (min-width: 60em) {
  .page-id-2154 .site-intro.stuck, .page-id-1748 .site-intro.stuck {
    margin-top: 7.75em; } }

@media (min-width: 40em) {
  #process .tab-content-bg .accordion-tabs .tab-header-and-content .tab-link {
    width: 49.2% !important; } }

.industries-resources-module .inner-wrap {
  max-width: 83em; }

.custom-metal-stamping-solutions-module ul li {
  background-image: none; }

body #hubspot-messages-iframe-container {
  bottom: 7.5em !important; }
  @media (min-width: 40em) {
    body #hubspot-messages-iframe-container {
      bottom: 3.75em !important; } }

.page-id-1031 .alignright, .page-id-1031 .alignleft, .page-id-1813 .alignright, .page-id-1813 .alignleft, .page-id-1748 .alignright, .page-id-1748 .alignleft, .page-id-997 .alignright, .page-id-997 .alignleft, .page-id-1023 .alignright, .page-id-1023 .alignleft, .page-id-1035 .alignright, .page-id-1035 .alignleft {
  margin: 0 auto; }

.page-id-1023 .aligncenter, .page-id-1035 .aligncenter {
  text-align: center; }

.mfp-zoom-out-cur .sh-sticky-wrap.stuck {
  width: calc(100% - 17px);
  -webkit-transition: none;
  -moz-transition: none;
  transition: none; }

@media (min-width: 40em) {
  #process .tab-content-bg .accordion-tabs .tab-header-and-content .tab-link {
    width: 100% !important;
    padding-bottom: 32px; } }

@media (min-width: 40em) {
  #process-new .tab-content-bg .accordion-tabs .tab-header-and-content .tab-link {
    width: 100% !important;
    padding-bottom: 32px; } }

/* Youtube video module css starts here */
.yvm-div-wrap {
  background: #004677; }
  .yvm-div-wrap a .yvm-info-wrap {
    display: flex;
    padding: 0% 2%; }
  .yvm-div-wrap a .yvm-title h4 {
    color: #efefef; }
  .yvm-div-wrap a .yvm-cta h4 {
    color: #f99f1e;
    border-left: 3px solid #fff;
    padding-left: 0.625em; }

.popup-youtube {
  display: inline-block;
  position: relative; }
  .popup-youtube img {
    max-width: 100%;
    height: auto;
    display: block; }
  .popup-youtube:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    width: 68px;
    height: 48px;
    -moz-transition: all 0.25s cubic-bezier(0, 0, 0.2, 1);
    -webkit-transition: all 0.25s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.25s cubic-bezier(0, 0, 0.2, 1);
    z-index: 63;
    cursor: pointer;
    background: url(/wp-content/uploads/youtube-icon-gray.svg) center/68px no-repeat;
    /*opacity: 0.8;*/ }
  .popup-youtube:hover:before {
    /*opacity: 1;*/
    background: url(/wp-content/uploads/youtube-icon-red.svg) center/68px no-repeat; }

/*.page-id-2291{
  .read-more-wrap{
    .inner-wrap-narrow{
      display: none;
    }
  }
}*/
.sf-menu li {
  line-height: 1.875em; }

.sf-menu a {
  color: white;
  font-weight: 600; }

@media (min-width: 60em) {
  .sf-menu {
    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; }
    .sf-menu > li {
      -webkit-box-flex: auto;
      -moz-box-flex: auto;
      box-flex: auto;
      -webkit-flex: auto;
      -moz-flex: auto;
      -ms-flex: auto;
      flex: auto;
      text-align: center; } }

.sf-right-nav {
  margin-bottom: 1.875em; }
  @media (min-width: 60em) {
    .sf-right-nav {
      margin-bottom: 0; } }

.sf-box {
  position: relative;
  margin-bottom: 1.875em;
  line-height: 1.875em; }
  .sf-box span {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-left: 2.1875em; }
    .sf-box span:before {
      content: "";
      position: absolute;
      background-repeat: no-repeat;
      background-position: left top;
      left: 0;
      top: 0.125em;
      background-size: 1.5625em 1.5625em;
      width: 1.5625em;
      height: 1.5625em; }
  .sf-box.sf-address span:before {
    background-image: url(https://1555476.fs1.hubspotusercontent-na1.net/hubfs/1555476/Images%20/address.svg); }
  .sf-box.sf-contact span:before {
    background-image: url(https://1555476.fs1.hubspotusercontent-na1.net/hubfs/1555476/Images%20/phone.svg); }
  .sf-box.sf-nav span:before {
    background-image: url(https://1555476.fs1.hubspotusercontent-na1.net/hubfs/1555476/Images%20/privacy-policy.svg); }
  @media (min-width: 60em) {
    .sf-box {
      margin-bottom: 0;
      -webkit-box-flex: auto;
      -moz-box-flex: auto;
      box-flex: auto;
      -webkit-flex: auto;
      -moz-flex: auto;
      -ms-flex: auto;
      flex: auto; }
      .sf-box.sf-btn {
        text-align: center; } }

.sf-email {
  text-decoration: underline; }

.sf-contact-btn {
  display: inline-block;
  vertical-align: top;
  padding: 0.4375em 3.125em;
  border: 1px solid #fff;
  font-weight: 700;
  margin-bottom: 0.625em; }

.sf-icon {
  display: inline-block;
  vertical-align: middle; }

@media (min-width: 60em) {
  .sf-nav-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -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-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    text-align: center;
    margin-bottom: 2.9375em;
    padding-bottom: 2.375em;
    border-bottom: 1px solid #246A9A; }
    .sf-nav-wrapper > * {
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      box-flex: 1;
      -webkit-flex: 1 auto;
      -moz-flex: 1 auto;
      -ms-flex: 1 auto;
      flex: 1 auto; } }

@media (min-width: 60em) {
  .sf-box-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -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; } }

.sf-nav-list a {
  text-decoration: underline; }

/* gdd 007 b css start */
.gdd-007-b.site-content {
  background-color: white; }

@media (min-width: 60em) {
  .contact-address .cu-address {
    display: inline-block; }
  .contact-address .cu-phone {
    display: inline-block;
    margin-left: 9%; } }

.video-address-module {
  position: relative; }
  .video-address-module:before {
    content: "";
    position: absolute;
    left: -100%;
    width: 200%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    top: -12.25em;
    z-index: 0; }
  .video-address-module > .inner-wrap {
    position: relative; }
  .video-address-module .gmap-text {
    text-align: center;
    margin: 1.25em 0; }

.contact-form-module > .inner-wrap {
  padding-top: 2.1875em;
  padding-bottom: 2.1875em; }

.cfm-heading {
  font-weight: 400;
  font-size: 1.25em;
  line-height: 1.3em;
  margin-left: 0.85em; 
  padding-top: 0.70em;
  margin-bottom:1.438em;
 }

.cfm-form-wrapper {
  padding: 1.25em;
  background-color: #cfcfcf;
  border-radius: 5px;
  box-shadow: 0 0 3px 2px #cfcfcf;
  position: relative;
  z-index: 1; }
@media (min-width: 40em) {
  .cfm-form-wrapper:before {
    content: "";
    position: absolute;
    background-image: url(https://1555476.fs1.hubspotusercontent-na1.net/hubfs/1555476/Images%20/form-arrow.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 3.625em 6.375em;
    width: 3.625em;
    height: 6.375em;
    right: -3.5em;
    top: -3.3125em;
    transform: translateX(-50%); } }
  .cfm-form-wrapper h3 {
    margin-top: 0; }
  .cfm-form-wrapper .hs-form label {
    font-weight: 400; }
  .cfm-form-wrapper .hs-form .hs_submit.hs-submit {
    text-align: center;
    margin-top: 1em; }
    .cfm-form-wrapper .hs-form .hs_submit.hs-submit .hs-button {
      font-size: 1em;
      text-align: center;
      color: #004677;
      font-weight: 600;
      line-height: 1.125em;
      padding: 0.8125em 3.125em; }
      .cfm-form-wrapper .hs-form .hs_submit.hs-submit .hs-button:hover {
        color: white; }
  .cfm-form-wrapper .hs-form .hs_recaptcha {
    text-align: center;
    margin: 0.9375em 0 1.875em; }
  .cfm-form-wrapper .hs-form .grecaptcha-badge {
    display: inline-block;
    vertical-align: top; }
  .cfm-form-wrapper .hs-form .hs-form-required, .cfm-form-wrapper .hs-form .hs-error-msg {
    color: #c01212; }
  @media (min-width: 40em) {
    .cfm-form-wrapper .hs-form fieldset {
      max-width: 100%; } }
  @media (min-width: 60em) {
    .cfm-form-wrapper {
      padding: 1.875em 4.6875em; }
      .cfm-form-wrapper .hs-form fieldset.form-columns-1 .hs-input {
        width: 100%; } }

.vam-heading {
  font-size: 1.25em;
  line-height: 1.4em;
  color: white;
  font-weight: 400;
  margin-bottom: 2.25em;
  text-align: center; }

.vam-video-wrapper {
  min-height: 18.75em;
  text-align: center;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  @media (min-width: 60em) {
    .vam-video-wrapper {
      min-height: 25em; } }

.vam-video-link.popup-youtube {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 10.6875em;
  height: 9.375em;
  background-color: rgba(249, 159, 30, 0.75);
  color: white; }
  .vam-video-link.popup-youtube span {
    display: inline-block;
    vertical-align: middle;
    font-size: 1em;
    line-height: 1.125em;
    padding-top: 6.125em;
    position: relative; }
    .vam-video-link.popup-youtube span:before {
      content: "";
      position: absolute;
      background-image: url(https://1555476.fs1.hubspotusercontent-na1.net/hubfs/1555476/Images%20/video-icon.png);
      background-repeat: no-repeat;
      background-position: center top;
      background-size: 3.625em 3.625em;
      width: 3.625em;
      height: 3.625em;
      left: 50%;
      top: 1.375em;
      transform: translateX(-50%); }

.vam-address-wrapper {
  background-color: #efefef;
  padding: 1.25em;
  text-align: center; }
  @media (min-width: 60em) {
    .vam-address-wrapper {
      padding: 3.125em 1.25em; }
.gdd-007-b .vam-address-wrapper{
  padding-top:0;
}
    .gdd-007-b .video-address-module .inner-wrap {
    padding-top: 14px;
}
}
  @media (min-width: 80em) {
    .vam-address-wrapper {
      text-align: left; } }

.btn.rfq-contact-btn, .rfq-contact-btn.si-btn, .rfq-contact-btn.services-btn, .rfq-contact-btn.blog-read-more-btn {
  font-size: 1em;
  padding: 0.75em 1.875em;
  color: #004677;
  font-weight: 500; }
  .btn.rfq-contact-btn:hover, .rfq-contact-btn.si-btn:hover, .rfq-contact-btn.services-btn:hover, .rfq-contact-btn.blog-read-more-btn:hover {
    color: white; }

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

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

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

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

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

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

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

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

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

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

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

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

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

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

/* Icon Fonts
*********************************/
/* Font-face Icons
@font-face {
  font-family: 'flexslider-icon';
  src:url('fonts/flexslider-icon.eot');
  src:url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
    url('fonts/flexslider-icon.woff') format('woff'),
    url('fonts/flexslider-icon.ttf') format('truetype'),
    url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
 */
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0; }

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

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

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

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

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

* html .slides {
  height: 1%; }

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

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

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

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

.flexslider .slides {
  zoom: 1; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-bottom: none;
  border-left: none;
  border-right: none;
  border-top: 1px solid #00233c;
  padding: 0; }

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

.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 #00233c; }

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

.tablesaw-stack tbody td table {
  margin: 0; }

.tablesaw-stack tbody td tr {
  border: none; }

.tablesaw-stack tbody td tr td {
  padding: 0; }

.tablesaw-stack td.tab_left {
  width: 38%; }

/* 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 td.tab_left {
    font-weight: bold; }
  .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 td.tab_left {
    width: auto; }
  .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; } }

/*!
 * fullPage 3.0.9
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2018 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari<=5 Android<=3 */
  -moz-box-sizing: border-box;
  /* <=28 */
  box-sizing: border-box; }

.fp-slide {
  float: left; }

.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block; }

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out; }

.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%; }

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%; }

.fp-slidesContainer {
  float: left;
  position: relative; }

.fp-controlArrow {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent; }

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff; }

.fp-scrollable {
  overflow: hidden;
  position: relative; }

.fp-scroller {
  overflow: hidden; }

.iScrollIndicator {
  border: 0 !important; }

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important; }

#fp-nav {
  position: fixed;
  z-index: 100;
  top: 50%;
  opacity: 1;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translate3d(0, -50%, 0); }

#fp-nav.fp-right {
  right: 17px; }

#fp-nav.fp-left {
  left: 17px; }

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important; }

.fp-slidesNav.fp-bottom {
  bottom: 17px; }

.fp-slidesNav.fp-top {
  top: 17px; }

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0; }

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative; }

.fp-slidesNav ul li {
  display: inline-block; }

#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none; }

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%; }

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px; }

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer; }

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1; }

#fp-nav ul li .fp-tooltip.fp-right {
  right: 20px; }

#fp-nav ul li .fp-tooltip.fp-left {
  left: 20px; }

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important; }

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important; }

/*Only display content to screen readers*/
.fp-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }
@media screen and (max-width: 959px){
.gmap-info{
	width: 100%;
}

.contact-form-module .site-content-secondary{
	width: 100%;
}

.site-content-secondary .cfm-form-wrapper {
	padding: 1.875em 0.6875em!important;
}

.contact-address{
text-align: center !important;
}
}
@media screen and (min-width: 960px){
.gmap-info{
	width: 67%;
  margin-right:0
}

.contact-form-module .site-content-secondary{
	width: 28.76%;
}

.site-content-secondary .cfm-form-wrapper {
	padding: 1.875em 0.6875em!important;
}

.contact-address{
text-align: left !important;
}
 .hs_company span{
  white-space: nowrap!important;
  }
}

.page-intro{
  text-align:center;
}
.page-intro .inner-wrap{
  padding-top: 3.75em;
  padding-bottom: 2.0625em;
}
.page-intro .pi-header{
    color: #efefef;
    font-size: 2em;
    font-weight: 800;
    margin-bottom: 0.843em;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    line-height:1.166em;
}
.page-intro .pi-subhead{
  font-size: 1.25em;
  color: #e9e9e9;
  margin-top: 0.6666666667em;
  //text-shadow: 0.5px 0.5px 0.5px #000000;
  line-height:1.15em;
  font-style:italic;
  margin: 1.35em 0;
}
.pi-cta{
  font-size: 0.875em;
  line-height:2.42em;
  vertical-align: top;
  background-color: #f99f1e;
  border: none;
  text-align:center;
  padding: 0.714em 2.142em;
  display: inline-block;
  max-width: 23.9285em;
  width:100%;
  transition: background 0.1s linear;
}
.pi-cta span{
  font-size:1.3333333333em;
  color: #004677;
  font-weight: bold;
  display: block;
}
.pi-cta:hover {
    background-color: #004677;
}
.pi-cta:hover span{
      color: #faa61a;
}

@media (min-width:40em){
   .page-intro .pi-header{
    font-size: 3.75em;
    margin-bottom: 0.45em;
    line-height:1.166em;
  }
  .pi-cta{
    padding: 0.714em 4.285em;
  }
}
@media (min-width:60em){
 
  .page-intro .pi-subhead{
    font-size: 1.875em;
    margin-top: 0.6666666667em;
    line-height:1.1em;
    margin: 0.9em 0;
  }
}

.vertical-tabs-module{
  background-color:#fff;
}
.vertical-tabs-module .inner-wrap-narrow{
  padding-top:2.5em;
  padding-bottom:2.5em;
  text-align: center;
}
.vertical-tabs-module .row{
  display: flex;
     
}
.vtm-row{
   margin-top: 1.75em;
}
.vertical-tabs-module .row .tab-section {
    margin: auto;
}
.vertical-tabs-module .row.nav-pills {
    display: none;
}
.vertical-tabs-module .nav-pills-custom .nav-link {
    background-color: transparent;
    text-decoration: none;
    font-size: 16px;
    color: #363636;
    opacity: 1;
}
.vertical-tabs-module .row.nav-pills .vt-wrap {
    padding: 0.75em 0.5em;
    text-align: center;
    margin-bottom: 0.5em;
    background: #F2F2F2;
    border: 0;
    font-size: 1.25em;
    color: #010101;
    font-weight: 600;
    line-height: 1.5em;
    position: relative;
}
.vertical-tabs-module .nav-pills-custom .nav-link.active .vt-wrap {
    background-color: #004677;
    color: #FFFFFF;
    font-weight: 800;
}
.vertical-tabs-module .row .tab-content-section {
    width: 100%;
}
.vertical-tabs-module .tab-pane {
    margin-bottom: 0.625em;
}
.vertical-tabs-module .tab-pane .collapse {
    display: block !important;
}
.vertical-tabs-module .row .tab-content-section .vt-tab-content-wrapper {
    padding: 3em 1.25em;
    border: 1px solid #939393;
    margin: auto;
    background: #ffffff;
    position: relative;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center;
  width:100%;
}
.vertical-tabs-module .row .tab-content-section .vt-tab-content-wrapper:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .67;
    background: #333333;
    background-position: 104px 10%;
}
.vertical-tabs-module .row .tab-content-section .vt-tab-content-wrapper .vt-content-wrapper{
  position:relative; 
}
.vertical-tabs-module .row .tab-content-section .vt-tab-content-wrapper .vt-content-wrapper .vt-title {
    font-size: 1.25em;
    color: #FFFFFF;
    font-weight: 800;
    max-width: 100%;
    width: 100%;
    letter-spacing: 0px;
    line-height: 1.21875em;
    position: relative;
    margin:0 0 0.468em;
    word-wrap: break-word;
}
.vertical-tabs-module .row .tab-content-section .vt-tab-content-wrapper .vt-content-wrapper .vt-description {
    min-height: 12.5em;
    color:#fff;
}
.vertical-tabs-module .row .tab-content-section .vt-tab-content-wrapper .vt-content-wrapper .vt-description ul{
    display: inline-block;
    text-align: left;
}
.vertical-tabs-module .row .tab-content-section .vt-tab-content-wrapper .vt-content-wrapper .vt-description ul li{
      background-image: url(https://info.gemathis.com/hubfs/Bullet-Point-white.png);
}
.vertical-tabs-module .row .tab-content-section .vt-tab-content-wrapper .vt-content-wrapper .vt-description a{
  color:#fff;
}
.vertical-tabs-module .row .tab-content-section .vt-tab-content-wrapper .vt-content-wrapper .vt-description a:hover{
  text-decoration: none;
}
.vertical-tabs-module .right-links {
    float: none;
    display: block;
}
.vertical-tabs-module .right-links .vtm-link{
  color:#fff;
  text-decoration:underline;
  position:relative;
  padding-right: 3em;
  transition:all 0.3s ease-in-out;
}
.vertical-tabs-module .right-links .vtm-link:before{
    color: #FFFFFF;
    text-align: center;
    padding: 0.3125em;
    content: '';
    width: 2.125em;
    height: 2.125em;
    background-image: url(https://info.gemathis.com/hubfs/plus-icon.png);
    background-repeat: no-repeat;
    background-size: 2.125em;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right:0; 
}
.vertical-tabs-module .right-links .vtm-link:hover{
  text-decoration:none;
}
.vertical-tabs-module .right-links .vtm-link:hover:before{
 opacity:0.9; 
}
.vertical-tabs-module .row .tab-content-section .nav-link{
    padding: 0.75em 0.5em;
    text-align: center;
    margin-bottom: 0;
    background: #F2F2F2;
    border: 0;
    font-size: 1.25em;
    color: #010101;
    font-weight: 600;
    line-height: 1.5em;
    position: relative;
    display:block;
}
.vertical-tabs-module  .row .tab-content-section .active .nav-link{
    background-color: #004677;
    color: #FFFFFF;
    font-weight: bold;
}
.vtm-header, .vtm-subhead{
  text-align:center;
}
.vtm-header{
  margin-top:0;
}
@media (min-width:40em){
  
  .vtm-header{
     font-size:2.5em;
    margin-bottom:0.125em;
  }
  .vertical-tabs-module .tab-content > .tab-pane {
    display: block;
    opacity: 1;
        margin-bottom: 0;
  }
  .vertical-tabs-module .right-links {
    float: right;
    display: flex;
    flex-wrap: wrap;
  }
  .vertical-tabs-module .row .tab-content-section .vt-tab-content-wrapper .vt-content-wrapper .vt-title{
     font-size:2em;
  }
}
@media (min-width:60em){
  .vertical-tabs-module .inner-wrap-narrow{
    text-align: left;
  }
  .vertical-tabs-module .row.nav-pills {
    display: block;
    min-width: 22.1875em;
  }
  .vertical-tabs-module .tab-pane .collapse {
    display: flex !important;
    padding-top: 0.03125em !important;
  }
  .vertical-tabs-module .row .tab-content-section .vt-tab-content-wrapper {
    padding: 4.375em 3.8125em;
    border: 1px solid #939393;
  }
  .vertical-tabs-module .row .tab-content-section .nav-link {
    display: none;
  }
}
@media (max-width: 959px){
.vertical-tabs-module .row .tab-content-section .tab-pane:not(.show) .collapse {
    display: none !important;
}
}
.video-module{
   background-color: #fff;
}
.video-module .inner-wrap-narrow{
  padding-top:5em;
  padding-bottom:5em;
  text-align: center;
}
.video-module .vm-link{
  display:block;
  position:relative;
  max-width:40em; 
  margin:0 auto;
}

.video-module .vm-link:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    width: 90px;
    height: 90px;
    -moz-transition: all 0.25s cubic-bezier(0, 0, 0.2, 1);
    -webkit-transition: all 0.25s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.25s cubic-bezier(0, 0, 0.2, 1);
    z-index: 63;
    cursor: pointer;
    background-image: url(https://info.gemathis.com/hubfs/ico-play-video.svg);
  background-position:center;
  background-size: 90px;
  background-repeat:no-repeat;

}
.video-module .vm-link:hover:before{
  background-image: url(https://info.gemathis.com/hubfs/hover-ico-play-video-1.svg);
}
.video-module .vm-header{
  margin-top:0;
}
.video-module .vm-img{
  border-radius: 12px;
   max-height: 22.5em;
   width: 100%;
    object-fit: cover;
    object-position: center;
}
.vm-right {
    padding-top: 2.8125em;
 }
@media (min-width: 40em){
 .vm-header{
     font-size:2.5em;
   margin-bottom:0.125em;
  } 
}
@media (min-width:60em){
  .video-module .inner-wrap-narrow{
    text-align:left; 
  }
  .vm-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .vm-left {
    width: 52%;
  }
  .vm-right {
    width: 48%;
    padding-left: 2.8125em;
    padding-top: 0;
  }
}
.projects-module {
      background-color: #e9e9e9;
}
.projects-module .inner-wrap-narrow{
  padding-top:2.5em;
  padding-bottom:1.25em;
  text-align: center;
  overflow: hidden;
}
.pm-header{
  text-align:center;
  margin-top:0;
} 
.projects-module .projects-buckets .inner-wrap-narrow{
   padding-top:0;
    padding-bottom:2.5em;
}
.projects-module .projects-buckets a {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 0.625em;
    display: block;
}
.projects-module .projects-buckets  a .projects-label {
    background-color: rgba(16, 43, 90, 0.9);
    overflow: hidden;
    display: block;
    padding: 1.3125em 0.625em;
}
.projects-module .projects-buckets a .projects-label h3 {
    font-size: 1.3125em;
    font-weight: 700;
    color: #e9e9e9;
    margin: 0;
    position: relative;
    display: block;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.projects-module .projects-buckets a .projects-label .projects-label-subtext {
    color: #fff;
}

@media (min-width:40em){
 .pm-header{
   margin-bottom:0.125em;
     font-size:2.5em;
  } 
  .projects-module .projects-buckets .pm-top, .projects-module .projects-buckets .pm-bottom {
      overflow: hidden;
      margin-bottom: 0.125em;
  }
  .projects-module .projects-buckets .pm-top, .projects-module .projects-buckets .pm-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .projects-module .projects-buckets a {
    position: relative;
    display: inline-block;
  }
  .projects-module .projects-buckets a {
    margin-bottom: 0;
  }
  .projects-module .projects-buckets .pm-top a:nth-child(odd), .projects-module .projects-buckets .pm-bottom a:nth-child(odd) {
    min-height: 256px;
    display: block;
    width: 60%;
    margin-right: 0;
    margin-bottom: 25px;
  }
  .projects-module .projects-buckets a .projects-label {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background-color: rgba(16, 43, 90, 0.9);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    padding: 1.3125em 0.625em;
        display: flex;
    align-items: center;
  }
  
  .projects-module .projects-buckets a .services-label h3 {
    font-size: 1.125em;
  }
  .projects-module .projects-buckets .pm-top a .projects-label h3, .projects-module .projects-buckets .pm-bottom a .projects-label h3, .projects-module .projects-buckets .pm-center a .projects-label h3{
    font-size: 0.9375em;
    line-height: 1.6666666667em;
  }
  .projects-module .projects-buckets .pm-top a .projects-label p, .projects-module .projects-buckets .pm-bottom a .projects-label p {
    font-size: 0.75em;
  } 
  .projects-module .projects-buckets a .projects-label .projects-label-subtext {
    color: #e9e9e9;
    font-size: 0.875em;
    display: block;
    height: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: relative;
    margin-bottom: 0;
  }
  .projects-module .projects-buckets a .projects-label .projects-label-subtext {
    width: 100%;
  }
  .projects-module .projects-buckets .pm-top a:nth-child(odd), .projects-module .projects-buckets .pm-bottom a:nth-child(odd) {
    min-height: 256px;
    display: block;
    width: 60%;
    margin-right: 0;
    margin-bottom: 25px;
  }
  .projects-module .projects-buckets .pm-top a:nth-child(even), .projects-module .projects-buckets .pm-bottom a:nth-child(even) {
    min-height: 256px;
    display: block;
    width: 60%;
    margin-left: 0;
    margin-bottom: 25px;
  }
  .projects-module .projects-buckets .pm-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .projects-module .projects-buckets .pm-center a {
    min-height: 256px;
    display: block;
    width: 60%;
    margin-right: 0;
    margin-bottom: 25px;
  }
  .projects-module .projects-buckets .pm-top a .projects-label p, .projects-module .projects-buckets .pm-center a .projects-label p, .projects-module .projects-buckets .pm-bottom a .projects-label p {
    font-size: 0.75em;
  }
  .projects-module .projects-buckets .pm-center a:nth-child(2) {
    margin-right: 0;
  }
  .projects-module .projects-buckets a .projects-label .projects-label-subtext {
    margin-top: 0;
}
  .projects-module .projects-buckets .pm-top a:hover .projects-label .projects-label-subtext, .projects-module .projects-buckets .pm-bottom a:hover .projects-label .projects-label-subtext,
  .projects-module .projects-buckets .pm-center a:hover .projects-label .projects-label-subtext {
    visibility: visible;
    margin-bottom: 0%;
    height: 100%;
    margin-bottom: 0.3571428571em;
    transition: 0.3s;
}
  .projects-module .projects-buckets a .projects-label .projects-label-subtext {
    color: #e9e9e9;
    font-size: 0.875em;
    display: block;
    height: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: relative;
    margin-bottom: 0;
  }
  .projects-module .projects-buckets a .projects-label .projects-label-subtext {
    width: 100%;
  }
  .projects-module .projects-buckets .projects-label .projects-label-subtext {
    height: 0;
  }  
}
@media (min-width: 60em){
  .projects-module .inner-wrap-narrow{
    padding-top:5em;
    padding-bottom:2.5em;
  }
  .projects-module .projects-buckets .pm-top, .projects-module .projects-buckets .pm-bottom {
      justify-content: space-between;
  }
  .projects-module .projects-buckets .pm-bottom a, .projects-module .projects-buckets .pm-top a {
    overflow: hidden;
  }
  .projects-module .projects-buckets .sm-top a:nth-child(odd), .projects-module .projects-buckets .pm-bottom a:nth-child(odd) {
    width: 50%;
    margin-right: 0.5%;
    margin-bottom: 25px;
  }  
  .projects-module .projects-buckets a .projects-label {
    height: 9.375em;
    padding-top:0;
    display: flex;
    align-items: center;
    text-align: left;
  }
  
  .projects-module .projects-buckets .pm-top a .projects-label p, .projects-module .projects-buckets .pm-bottom a .projects-label p,
  .projects-module .projects-buckets .pm-center a .projects-label p{
    font-size: 1.0625em;
  }
  .projects-module .projects-buckets .pm-top a:nth-child(odd), .projects-module .projects-buckets .pm-bottom a:nth-child(odd) {
    width: 50%;
    margin-right: 0.5%;
    margin-bottom: 25px;
  }
  .projects-module .projects-buckets .pm-bottom a:nth-child(3), .projects-module .projects-buckets .pm-top a:nth-child(3) {
    width: 25%;
    margin-left: 0.5%;
    margin-right: 0;
  }
  .projects-module .projects-buckets .pm-top a:nth-child(even), .projects-module .projects-buckets .pm-bottom a:nth-child(even) {
    width: 49%;
    margin-left: 0.5%;
    margin-bottom: 25px;
  }
  .projects-module .projects-buckets .pm-bottom a:nth-child(1), .projects-module .projects-buckets .pm-top a:nth-child(1) {
    width: 24%;
  }
  .projects-module .projects-buckets .pm-bottom a:nth-child(2), .projects-module .projects-buckets .pm-top a:nth-child(2) {
    margin-right: 0.5%;
  }
  .projects-module .projects-buckets .pm-center a {
    width: 49.5%;
    margin-right: 1%;
    margin-bottom: 25px;
  }
  .projects-module .projects-buckets .pm-center p {
    font-size: 1.0625em;
  }
  
  .projects-module .projects-buckets .pm-center a:nth-child(2) {
    margin-right: 0;
  }
  
}
@media (min-width: 80em){
  .projects-module .projects-buckets a .projects-label .projects-label-subtext {
    margin-top: 1.0714285714em;
  }
  .projects-module .projects-buckets a .projects-label .projects-label-subtext {
    margin-top: 1.0714285714em;
  }
  .projects-module .projects-buckets a .projects-label .projects-label-subtext {
    width: 100%;
    font-size: 1.0625em;
    margin-left: 0;
    margin-top: 1.0714285714em;
  }
  .projects-module .projects-buckets a .projects-label {
    height: 7.875em;
  }
  .projects-module .projects-buckets .pm-top a .projects-label h3, .projects-module .projects-buckets .pm-bottom a .projects-label h3, .projects-module .projects-buckets .pm-center a .projects-label h3 {
    font-size: 1.25em;
    line-height: 1.4em;
    padding: 0.6em 0em;
  }
}
.content-with-right-form-module {
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    background-position: center;
    color: #fff;
    width: 100%;
    background-image: url(https://info.gemathis.com/hubfs/bg-track-new.svg);
}
.content-with-right-form-module .inner-wrap-narrow{
   padding-top:2.5em;
   padding-bottom:2.5em;
}
.cwrfm-content-wrap{
  text-align:center;
}
.cwrfm-header {
    color: #861013;
    font-size: 1.5em;
    line-height: 1.166em;
    font-weight: 900;
    margin-top: 0;
}
.cwrfm-content p{
    color: #010101;
    font-size: 1.125em;
    line-height: 1.5;
}
.cwrfm-form-wrap > div {
    background-color: #213063;
    border-radius: 5px;
    padding: 1.5625em 0.9375em;
    position: relative;
}
.cwrfm-form-wrap .form-title{
 display:none; 
}
.cwrfm-form-wrap > div .hs-form label {
    font-size: 0.9375em;
    font-weight: normal;
}
.cwrfm-form-wrap > div .hs-form label.hs-error-msg{
  color:red;
}
.cwrfm-form-wrap > div .hs-form label .hs-form-required {
    color: #F84040;
}
.cwrfm-form-wrap > div .hs-form fieldset {
    max-width: 100% !important;
}
.cwrfm-form-wrap > div textarea, .cwrfm-form-wrap > div input[type="color"], .cwrfm-form-wrap > div input[type="date"], .cwrfm-form-wrap > div input[type="datetime"], .cwrfm-form-wrap > div input[type="datetime-local"], .cwrfm-form-wrap > div input[type="email"], .cwrfm-form-wrap > div input[type="month"], .cwrfm-form-wrap > div input[type="number"], .cwrfm-form-wrap > div input[type="password"], .cwrfm-form-wrap > div input[type="search"], .cwrfm-form-wrap > div input[type="tel"], .cwrfm-form-wrap > div input[type="text"], .cwrfm-form-wrap > div input[type="time"], .cwrfm-form-wrap > div input[type="url"], .cwrfm-form-wrap > div input[type="week"], .cwrfm-form-wrap > div textarea, .cwrfm-form-wrap > div select[multiple=multiple] {
    color: black;
    margin-bottom: 1.5em;
  font-size:0.9375em;
}
.cwrfm-form-wrap > div .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    transform: scale(0.75);
    transform-origin: 0 0;
}
.cwrfm-form-wrap > div .hs-button {
    padding: 10px;
    width: 100%;
    background-color: #BE2025;
    border-radius: 5px;
    font-size: 18px;
    text-transform: uppercase;
}
.custom-page-anchor{
    padding-top: 1.25em;
    margin-top: -1.25em;
  }
@media (max-width: 480px){
  .cwrfm-form-wrap > div textarea, .cwrfm-form-wrap > div input[type="color"], .cwrfm-form-wrap > div input[type="date"], .cwrfm-form-wrap > div input[type="datetime"], .cwrfm-form-wrap > div input[type="datetime-local"], .cwrfm-form-wrap > div input[type="email"], .cwrfm-form-wrap > div input[type="month"], .cwrfm-form-wrap > div input[type="number"], .cwrfm-form-wrap > div input[type="password"], .cwrfm-form-wrap > div input[type="search"], .cwrfm-form-wrap > div input[type="tel"], .cwrfm-form-wrap > div input[type="text"], .cwrfm-form-wrap > div input[type="time"], .cwrfm-form-wrap > div input[type="url"], .cwrfm-form-wrap > div input[type="week"], .cwrfm-form-wrap > div textarea, .cwrfm-form-wrap > div select[multiple=multiple]{
        width: 100% !important;
  }
  .cwrfm-form-wrap > div{
      padding-left: 1.4375em;
  }
}

@media (min-width: 40em){ 
.cwrfm-header {
    font-size: 2.25em;
}
}
@media (min-width: 60em){
   .cwrfm-content-wrap{
    text-align:left;
  }
  .cwrfm-wrap {
    display: flex;
    font-size: 1.25vw;
}
  .cwrfm-wrap > div:first-child {
    max-width: 25.5em;
    padding-right: 2.1875em;
}
  .cwrfm-wrap > div {
    max-width: 46.9375em;
    width: 100%;
}
.cwrfm-form-wrap > div {
    padding: 1.5625em 2.75em;
}
  .cwrfm-form-wrap > div .hs_submit.hs-submit {
    position: absolute;
    right: 61px;
    bottom: 42px;
}
  .cwrfm-form-wrap > div .hs_submit.hs-submit .hs-button {
    padding: 10px;
    min-width: 13.1666666667em;
    background-color: #BE2025;
    border-radius: 5px;
    font-size: 18px;
    text-transform: uppercase;
}
  .custom-page-anchor{
    padding-top: 12.5em;
    margin-top: -12.5em;
  }
}
@media (min-width: 80em){
  .cwrfm-wrap {
      font-size: 1em;
  }
}
.industries-served-module{
  position:relative;
  background-size:cover;
  background-position:center;
  
}
.industries-served-module:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .67;
    background: #333333;
    background-position: 104px 10%; 
}
.industries-served-module .inner-wrap-narrow{
  position:relative;
  padding-top:2.5em;
  padding-bottom:2.5em;
}

.ism-content-wrap{
  text-align:center;
}
.industries-served-module .ism-header{
  margin-top:0;
  color:#fff;
}
.industries-served-module .ism-content{
  color:#fff;
}
.industries-served-module .ism-item {
    max-width:18.75em;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 0.375em;
    color: #ffffff;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.65);    
    max-width: 16.5em;
    width: 100%;
    height: 17em;
    text-decoration: none;
    text-align: center;
    transition: 0.25s all linear;
    position: relative;
    overflow: hidden;
    margin: 0.75em auto;
}
.industries-served-module .ism-link{
    display: block;
    width: 100%;
    height: 100%;
    padding: 1.25em;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.industries-served-module .ism-title {
    color: #fff;
    font-size: 1.25em;
    text-align: center;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
}

.industries-served-module .ism-img {
    width: 7.6875em;
    height: 7.6875em;
    max-width: 100%;
    padding: 0.625em;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 auto 0.9375em;
    display: flex;
    align-items: center;
    justify-content: center;
}
.industries-served-module .ism-img img{
   max-width: 70%; 
}

@media (min-width: 40em){
 .ism-header{
     font-size:2.5em;
   margin-bottom:0.125em;
  } 
}
@media (min-width: 60em){
  .ism-item-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .industries-served-module .ism-item {
    width:25%;
    margin: 0.75em;
  }
}
.standard-text-module{
  background-color:#fff;
}
.standard-text-module .inner-wrap-narrow{
    padding-top: 2.5em;
    padding-bottom: 2.5em;
}
.standard-text-module .stm-header{
  margin-top:0;
}
.standard-text-module .stcontent p:last-child{
  margin-bottom: 0;
}
@media (min-width:40em){
  .standard-text-module .stm-header{
     font-size:2.5em;
      margin-bottom:0.125em;
  }
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close{
 width: auto !important;
}
/*! /* 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]
*/