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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "proxima-nova";
  line-height: 1.25;
  margin: 0; }

h1 {
  font-size: 2.5em;
  margin-top: 0;
  margin-bottom: 32px;
  font-weight: normal; }
  @media (min-width: 40em) {
    h1 {
      font-size: 3.125em; } }

h2 {
  font-size: 1.625em;
  margin-top: 24px;
  margin-bottom: 16px;
  font-weight: normal; }
  @media (min-width: 40em) {
    h2 {
      font-size: 2.5em; } }

h3 {
  font-size: 1.625em;
  margin-top: 24px;
  margin-bottom: 16px;
  font-weight: normal; }
  @media (min-width: 40em) {
    h3 {
      font-size: 1.625em; } }

h4 {
  font-size: 1.625em;
  margin-top: 16px;
  margin-bottom: 16px;
  font-weight: normal; }
  @media (min-width: 40em) {
    h4 {
      font-size: 1.375em; } }

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

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

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

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

.site-content-primary a {
  font-weight: bold;
  text-decoration: underline; }

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

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

blockquote {
  padding: 0;
  margin: 0; }

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

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

input,
label,
select {
  display: block;
  font-family: "proxima-nova";
  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] {
  box-sizing: border-box;
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  background-color: white;
  border-radius: 0;
  border: 1px solid #e3e7ea;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: "proxima-nova";
  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: #c6ced4; }
  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: #2c75ba;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(39, 104, 165, 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; }

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

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

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

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

/*=============== Spec Tables ===============*/
/* Table expand on click */
.table-wrap, .spec-table {
  display: none !important; }
  .table-wrap.active, .spec-table.active {
    display: block !important; }

.headexpand {
  cursor: pointer;
  padding: 0.5em 38px;
  border-radius: 5px;
  border: solid 1px #ccc;
  position: relative;
  margin-top: 1em;
  color: #ffffff;
  background-color: #2c75ba; }
  .headexpand:after {
    content: "+";
    position: absolute;
    top: 12px;
    bottom: 0;
    left: 16px;
    color: #ffffff; }
    @media (min-width: 40em) {
      .headexpand:after {
        right: 20px; } }

.headexpand.active:after {
  content: "-";
  color: #ffffff; }

.spec-subtext, .spec-title {
  margin: .875em 0 0 0; }

.spec-table {
  display: block;
  width: 100%;
  margin-bottom: 1.5em;
  background: white;
  border-spacing: 15px;
  border-collapse: separate;
  margin-left: 0; }
  @media (min-width: 40em) {
    .spec-table {
      margin-left: -15px; } }

.spec-thead {
  display: block; }

.spec-table-row {
  display: block;
  width: 100%;
  margin-bottom: 10px; }

.spec-cell {
  display: block;
  vertical-align: top;
  border: solid 1px #ccc;
  padding: 1em; }
  .spec-cell p {
    margin: 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 {
  color: #2c75ba; }

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

/* Table saw */
.tablesaw tbody tr td:first-child {
  color: #2c75ba; }

.additional-content .material-tablesaw {
  border-top: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf; }

.material-tablesaw tbody tr td, .material-tablesaw thead tr th {
  border-right: 1px solid #dfdfdf;
  font-size: 0.8888888889em; }

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

ul:not([class]) {
  clear: left;
  list-style-type: none;
  margin-bottom: 0.75em;
  padding-left: 1.5em; }
  ul:not([class]) li:not([class]) {
    position: relative;
    margin-bottom: 0.5em;
    font-size: 1.125em;
    line-height: 1.5em; }
    ul:not([class]) li:not([class]) a {
      text-decoration: none;
      font-weight: normal; }
    ul:not([class]) li:not([class]):after {
      content: '';
      width: 1.5em;
      height: 1.5em;
      display: block;
      position: absolute;
      top: 0;
      left: -1.5em;
      background-image: url(img/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: 1.125em;
    line-height: 1.5em; }
    .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(img/ico-bullet.svg);
      background-position: center center;
      background-size: .45em;
      background-repeat: no-repeat; }

button,
input[type="submit"], .btn, .btn-important,
.btn-invert,
.aside-nav .menu-item a {
  position: relative;
  -webkit-font-smoothing: antialiased;
  background-color: #2c75ba;
  border-radius: 0;
  color: white;
  display: inline-block;
  font-size: 1em;
  font-weight: bold;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none !important;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  button:hover,
  input[type="submit"]:hover, .btn:hover, .btn-important:hover,
  .btn-invert:hover,
  .aside-nav .menu-item a:hover {
    background-color: #1d4e7c;
    color: white; }
  button:disabled,
  input[type="submit"]:disabled, .btn:disabled, .btn-important:disabled,
  .btn-invert:disabled,
  .aside-nav .menu-item a: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, .btn-important, .aside-nav .menu-item a:hover {
  border: solid 1px #225b91; }

.btn:hover, .btn-important:hover {
  border: solid 1px black; }

.btn-invert, .aside-nav .menu-item a {
  background-color: transparent;
  color: #2c75ba;
  border: solid 1px #2c75ba; }

.btn-invert:hover {
  background-color: #fff;
  color: #2c75ba; }

.btn-contact, .btn-rfq {
  background-position: left 20px center;
  background-color: #f79016;
  font-size: 1em;
  background-repeat: no-repeat;
  padding-left: 3.75em;
  font-weight: normal;
  border: solid 1px #c48d4c;
  font-family: "Open Sans", sans-serif;
  display: inline-block; }
  @media (min-width: 40em) {
    .btn-contact, .btn-rfq {
      padding-left: 3.125em;
      font-size: 1.375em; } }
  .btn-contact:active, .btn-contact:focus, .btn-rfq:active, .btn-rfq:focus {
    color: #ffffff; }

.btn-contact {
  background-image: url("img/ico-person.png"); }

.btn-rfq {
  background-image: url("img/ico-checkmark.png"); }

.btn-important {
  background-color: #f79016;
  border: solid 1px #d37607; }
  .btn-important:hover {
    background-color: #eb8308;
    border: solid 1px #d37607; }

.site-nav {
  background-color: #2c75ba; }
  .site-nav span {
    white-space: nowrap; }
  @media (min-width: 40em) {
    .site-nav {
      float: left;
      width: 91%;
      display: block;
      position: relative;
      top: 0;
      left: 0;
      background-color: transparent; } }

.sn-level-1 {
  margin: 0;
  padding: 0;
  height: 2.5em; }

.sn-li-l1 {
  display: block;
  border-bottom: 1px solid #3182ce;
  background-color: transparent; }
  .sn-li-l1 a.active {
    background-color: transparent; }
  .sn-li-l1 span {
    font-size: 1.125em; }
  .sn-li-l1.has-subnav > a span, .sn-li-l1.menu-item-has-children > a span {
    padding-right: 0em;
    background-image: url(img/ico-arrowdown.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(img/ico-arrowup.svg); }
  .sn-li-l1 > a {
    display: block;
    height: 2.5em;
    line-height: 2.5em;
    color: #202020;
    text-decoration: none;
    padding: 0 1em; }
    .sn-li-l1 > a:visited {
      color: #202020; }
    .sn-li-l1 > a:hover {
      color: #202020; }
  .sn-li-l1:hover {
    background-color: #e3e7ea; }
  @media (min-width: 40em) {
    .sn-li-l1 {
      height: 2.5em;
      float: left;
      border-bottom: 0;
      border-right: 1px solid rgba(13, 13, 13, 0); }
      .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(img/ico-arrowdown.svg); }
      .sn-li-l1 > a {
        padding: 0 7px;
        text-align: center; } }
  @media (min-width: 60em) {
    .sn-li-l1:nth-child(1n) {
      width: 13%; }
    .sn-li-l1:nth-child(2n) {
      width: 16%; }
    .sn-li-l1:nth-child(3n) {
      width: 9%; }
    .sn-li-l1:nth-child(4n) {
      width: 19%; }
    .sn-li-l1:nth-child(5n) {
      width: 15%; }
    .sn-li-l1:nth-child(6n) {
      width: 15%; }
    .sn-li-l1:nth-child(6n) {
      width: 13%; } }

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

.sn-li-l2, .sn-li-l3 {
  background-color: #e3e7ea;
  position: relative; }
  .sn-li-l2 > a, .sn-li-l3 > a {
    padding: 0 1em;
    color: #202020;
    border-top: 1px solid white;
    display: block;
    text-decoration: none;
    line-height: 2.8125em; }
    .sn-li-l2 > a span, .sn-li-l3 > a span {
      font-size: 1.125em;
      line-height: 1.25em;
      display: inline-block;
      vertical-align: middle; }
  .sn-li-l2:last-child > a, .sn-li-l3:last-child > a {
    border-bottom: 0; }
  .sn-li-l2:hover, .sn-li-l3:hover {
    background-color: #c6ced4; }
  @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 1em; } }
  @media (min-width: 60em) {
    .sn-li-l2 > a, .sn-li-l3 > a {
      padding: 0 2em; } }
  @media (min-width: 80em) {
    .sn-li-l2 > a, .sn-li-l3 > a {
      padding: 0 2em; } }

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

.sn-li-l3 > a > span > span {
  font-size: 1em;
  line-height: 1.58229375em;
  display: inline-block;
  vertical-align: initial;
  color: #2876C0;
  font-weight: bold; }

.site-nav-container {
  background-color: #2c75ba;
  width: 17em;
  height: 100%;
  right: -17em;
  top: 0;
  bottom: 0;
  z-index: 1000;
  position: absolute;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }
  .site-nav-container.active {
    right: 0; }
  @media (min-width: 40em) {
    .site-nav-container {
      margin-top: 1.25em;
      background-color: transparent;
      width: auto;
      height: auto;
      right: auto;
      bottom: auto;
      top: auto;
      position: static;
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%;
      margin-right: 0; }
      .site-nav-container:last-child {
        margin-right: 0; } }
  @media (min-width: 60em) {
    .site-nav-container {
      margin-top: 60px;
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 74.4105871005%;
      margin-right: 0; }
      .site-nav-container:last-child {
        margin-right: 0; } }

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

.close-menu {
  display: inline-block;
  clear: both;
  position: relative;
  text-align: center;
  color: #2c75ba !important;
  font-family: "proxima-nova";
  padding: 0.25em 1em;
  padding-right: 1.5625em;
  margin: 0 auto;
  font-size: 0.875em;
  background-color: #ffffff;
  border-radius: 0.1875em; }
  .close-menu:visited {
    color: #ffffff; }
  .close-menu:hover {
    color: #ffffff; }
  .close-menu:after {
    content: '';
    background-color: transparent;
    background-image: url(img/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) {
    .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, .inner-wrap-wide {
  max-width: 81.25em;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5em 1em 1.5em 1em; }
  .inner-wrap::after, .inner-wrap-wide::after {
    clear: both;
    content: "";
    display: table; }
  .inner-wrap > *:first-child, .inner-wrap-wide > *:first-child {
    margin-top: 0; }
  .inner-wrap > *:last-child, .inner-wrap-wide > *:last-child {
    margin-bottom: 0; }
  @media (min-width: 40em) {
    .inner-wrap, .inner-wrap-wide {
      padding: 2.5em 1.5em 2.5em 1.5em; } }

.inner-wrap-wide {
  max-width: 87.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; } }

/*=============== 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: 16.66%;
    text-align: center;
    position: relative; }
    .social-wrap a path {
      -webkit-transition: all 0.1s linear;
      -moz-transition: all 0.1s linear;
      transition: all 0.1s linear; }
    .social-wrap a:hover {
      opacity: .75; }
      .social-wrap a:hover path {
        fill: #2c75ba; }
  .social-wrap img {
    display: inline-block;
    margin: 0 auto;
    width: 1.1em;
    height: auto;
    vertical-align: middle; }
  .social-wrap svg {
    display: inline-block;
    vertical-align: middle; }

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

.slide-panel-button {
  position: absolute;
  top: 66px;
  right: 310px;
  padding: 20px 20px;
  background: #333;
  min-width: 199px;
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  -webkit-transform: rotate(-90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-90deg);
  text-align: center; }

/*=============== Slide Box ===============*/
#slidebox {
  padding: 0.625em 0.625em 0.625em 1em;
  position: fixed;
  bottom: 0;
  right: -39.375em;
  z-index: 1000;
  width: 100%; }
  @media (min-width: 40em) {
    #slidebox {
      width: auto; } }

p#last {
  margin: 0; }

a.close {
  background-color: white;
  color: #2c75ba;
  text-align: center;
  float: left;
  padding: .2em 1.2em;
  font-size: 1.2em;
  border-radius: 0.1875em;
  position: absolute;
  cursor: pointer;
  top: -14px;
  right: 1em; }
  @media (min-width: 40em) {
    a.close {
      padding: 0 1em;
      font-size: 1em; } }

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

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

figure {
  margin: 0;
  padding: 0; }

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

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

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

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

.ul-grid li {
  border: 1px solid #cccccc;
  color: #1f5587;
  background-color: #efefef;
  margin: 2px 0 2px 0;
  padding: 6px 15px 6px 15px; }
  @media (min-width: 40em) {
    .ul-grid li {
      display: inline-block;
      vertical-align: top;
      width: 32.7%; } }
  @media (min-width: 80em) {
    .ul-grid li {
      width: 19.7%; } }

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

.author-bio {
  text-align: center;
  margin-bottom: 1.25em; }
  .author-bio figure {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%; }
    .author-bio figure:last-child {
      margin-right: 0; }
  .author-bio div {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%; }
    .author-bio div:last-child {
      margin-right: 0; }
    .author-bio div h3 {
      margin: 0; }
      .author-bio div h3 img {
        vertical-align: middle; }
    .author-bio div p {
      margin: 5px 0 21px; }
  @media (min-width: 40em) {
    .author-bio {
      text-align: left; }
      .author-bio figure {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 10.4370548518%; }
        .author-bio figure:last-child {
          margin-right: 0; }
      .author-bio div {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 82.9403914003%; }
        .author-bio div:last-child {
          margin-right: 0; } }

.post-featured-image {
  margin-top: 1.75em; }

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

/*=============== Site Header ===============*/
.site-header {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.95);
  top: 0;
  right: 0;
  width: 100%;
  z-index: 5; }
  .site-header .inner-wrap, .site-header .inner-wrap-wide {
    padding: 1.25em; }

.site-logo,
.site-logo img,
.hs-site-logo,
.hs-site-logo img {
  display: block;
  margin: auto; }

@media (min-width: 60em) {
  .site-logo {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%; }
    .site-logo:last-child {
      margin-right: 0; }
    .site-logo img {
      display: inline-block; } }

@media (min-width: 40em) {
  .hs-site-logo {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%; }
    .hs-site-logo:last-child {
      margin-right: 0; }
    .hs-site-logo img {
      display: inline-block; } }

.site-utility-nav {
  background-color: #e3e7ea; }
  .site-utility-nav .social-wrap {
    width: 12.7em;
    display: none;
    margin-top: 2px; }
  .site-utility-nav .inner-wrap, .site-utility-nav .inner-wrap-wide {
    position: relative;
    padding: .4em 1.5em .4em 1.5em; }
  @media (min-width: 40em) {
    .site-utility-nav {
      text-align: right; }
      .site-utility-nav .social-wrap {
        display: inline-block;
        float: left; }
      .site-utility-nav .inner-wrap, .site-utility-nav .inner-wrap-wide {
        padding: .4em 9.5em .4em 1.5em; } }

.sh-email {
  display: none; }
  @media (min-width: 40em) {
    .sh-email {
      display: inline-block;
      background-image: url(img/ico-email.svg);
      background-repeat: no-repeat;
      background-position: 0 2px;
      background-size: 25px;
      width: 1.5em;
      height: 1.325em;
      text-indent: -9999px; } }

.sh-icons {
  float: right; }

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

.sh-ph {
  display: block !important;
  margin: 0; }

.sh-ico-search {
  text-indent: -9999px;
  display: none;
  background-image: url(img/ico-search.svg);
  background-position: 0 5px;
  padding-top: 9px;
  background-size: 25px; }
  @media (min-width: 40em) {
    .sh-ico-search {
      display: inline-block; } }

.sh-ico-menu {
  background-image: url(img/ico-nav.svg);
  color: #202020; }
  @media (min-width: 40em) {
    .sh-ico-menu {
      display: none; } }

.sun-item {
  color: #202020;
  font-size: 1em;
  display: block;
  float: left;
  display: none; }
  @media (min-width: 40em) {
    .sun-item {
      margin-right: 0.9375em;
      float: right;
      display: block; } }
  @media (min-width: 60em) {
    .sun-item {
      font-size: 1em;
      margin-right: 1.875em; } }

.sun-rfq {
  display: none; }
  @media (min-width: 40em) {
    .sun-rfq {
      display: block;
      margin-right: 0;
      position: absolute;
      right: 1.25em;
      top: 0;
      padding: 0.5em 0.625em 0.625em 0.625em;
      color: #ffffff;
      background-color: #2c75ba;
      font-weight: bold; } }

.sun-rfq:hover {
  color: #fff;
  background-color: #1d4e7c; }

.gdd-004-b-site-utility-nav .sh-contact-us {
  display: none; }
  @media (min-width: 40em) {
    .gdd-004-b-site-utility-nav .sh-contact-us {
      display: block;
      margin-right: 0;
      position: absolute;
      right: 9.5em;
      top: 0;
      padding: 0.5em 0.625em 0.625em 3.125em;
      color: #ffffff;
      background-color: #225B92;
      font-weight: bold; }
      .gdd-004-b-site-utility-nav .sh-contact-us:hover {
        background-color: #2c75ba; }
      .gdd-004-b-site-utility-nav .sh-contact-us:before {
        position: absolute;
        content: "";
        background-image: url(img/email-speech-bubble.svg);
        background-repeat: no-repeat;
        background-size: cover;
        position: left center;
        left: 0.75em;
        top: 0.25em;
        width: 30px;
        height: 31px; } }

@media (min-width: 60em) {
  .gdd-004-b-site-utility-nav .sun-item.sh-blog {
    margin-right: 10.5625em; } }

@media (min-width: 40em) {
  .gdd-004-b-site-utility-nav .inner-wrap, .gdd-004-b-site-utility-nav .inner-wrap-wide {
    padding-top: 3em; } }

@media (min-width: 60em) {
  .gdd-004-b-site-utility-nav .inner-wrap, .gdd-004-b-site-utility-nav .inner-wrap-wide {
    padding-top: 0.4em; } }

@media (min-width: 40em) {
  .gdd-004-b-site-utility-nav .sun-item {
    margin-right: 0.4375em; } }

@media (min-width: 60em) {
  .gdd-004-b-site-utility-nav .sun-item {
    margin-right: 1.875em; } }

/*=============== Site Intro ===============*/
.site-intro {
  background-image: url(img/intro-bg.jpg);
  background-size: cover;
  background-position: 50%; }
  .site-intro .inner-wrap, .site-intro .inner-wrap-wide {
    padding: 0; }

.si-content-container {
  position: relative;
  background-color: rgba(255, 255, 255, 0.9); }
  @media (min-width: 60em) {
    .si-content-container {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 48.821174201%;
      margin-left: 51.178825799%; }
      .si-content-container:last-child {
        margin-right: 0; } }

.si-content {
  padding: 1.25em; }
  @media (min-width: 60em) {
    .si-content {
      padding: 4em 0em 4em 4em;
      margin-right: 2.5em;
      max-width: 600px; } }

.si-title {
  font-weight: 400;
  margin-bottom: 0em;
  line-height: 47px; }
  @media (min-width: 40em) {
    .si-title {
      margin-bottom: 32px;
      line-height: 62px; } }

.si-desc {
  margin-bottom: .5em; }
  @media (min-width: 40em) {
    .si-desc {
      margin-bottom: 2em; } }

.si-desc,
.si-cta-desc {
  font-size: 1em; }
  @media (min-width: 40em) {
    .si-desc,
    .si-cta-desc {
      font-size: 1.375em; } }

.si-cta {
  display: inline-block;
  padding-right: 70px;
  background-repeat: no-repeat;
  background-position: right;
  font-size: 1.375em;
  margin-bottom: 1.25em;
  width: 75%; }
  .si-cta span {
    font-weight: normal;
    display: block;
    font-size: 16px;
    margin-bottom: 5px; }
  @media (min-width: 40em) {
    .si-cta {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 48.821174201%; }
      .si-cta:last-child {
        margin-right: 0; } }

.si-cta-1 {
  background-image: url("img/materials-img.svg"); }

.si-cta-2 {
  background-image: url("img/capabilities-img.svg"); }

/*=============== Capabilities Section ===============*/
.capabilities-section {
  background-image: url("img/capabilities-bg.jpg");
  background-size: cover; }
  .capabilities-section .inner-wrap, .capabilities-section .inner-wrap-wide {
    padding-bottom: 0; }

.cs-title {
  text-align: center;
  color: #ffffff;
  margin-bottom: 1.25em;
  font-weight: bold; }

.cs-title-detail {
  font-size: 22px;
  display: block;
  font-weight: normal; }

.cs-bucket {
  display: block;
  text-align: center;
  color: #ffffff;
  background-color: rgba(44, 117, 186, 0.8);
  border-radius: 5px;
  border: solid 1px #050d15;
  margin-bottom: .875em;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  @media (min-width: 40em) {
    .cs-bucket {
      padding: 1em 1.25em; } }
  @media (min-width: 60em) {
    .cs-bucket {
      float: left;
      display: block;
      margin-right: 1.4013751414%;
      width: 18.8788998869%;
      min-height: 198px; }
      .cs-bucket:last-child {
        margin-right: 0; } }

.cs-bucket:hover {
  background-color: #1d4e7c;
  color: #ffffff; }

.cs-bucket-title {
  font-size: 1em;
  font-weight: bold; }
  @media (min-width: 40em) {
    .cs-bucket-title {
      font-size: 1.375em; } }

.cs-bucket-desc {
  display: none; }
  @media (min-width: 40em) {
    .cs-bucket-desc {
      display: block; } }

/*=============== Offer Section ===============*/
.offer-section {
  background-color: #e3e7ea; }

.offer-section-left {
  border-bottom: solid 1px #ffffff;
  padding-bottom: 2em;
  margin-bottom: 2em; }
  @media (min-width: 40em) {
    .offer-section-left {
      border-bottom: none;
      margin-bottom: 0;
      padding-bottom: 0; } }

.offer-section-left,
.offer-section-right {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%; }
  .offer-section-left:last-child,
  .offer-section-right:last-child {
    margin-right: 0; }
  @media (min-width: 40em) {
    .offer-section-left,
    .offer-section-right {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 48.821174201%; }
      .offer-section-left:last-child,
      .offer-section-right:last-child {
        margin-right: 0; } }

.os-image {
  width: 100%; }
  .os-image img {
    display: none; }
  @media (min-width: 40em) {
    .os-image img {
      display: block;
      margin: 0 auto 0.625em; } }
  @media (min-width: 60em) {
    .os-image {
      float: left;
      display: block;
      margin-right: 3.1684356888%;
      width: 31.2210428741%; }
      .os-image:last-child {
        margin-right: 0; } }

.os-rich-text {
  width: 100%;
  position: relative; }
  @media (min-width: 60em) {
    .os-rich-text {
      float: left;
      display: block;
      margin-right: 3.1684356888%;
      width: 65.6105214371%; }
      .os-rich-text:last-child {
        margin-right: 0; } }

.os-title {
  color: #2c75ba;
  margin-top: 0;
  font-weight: bold; }

.os-category {
  color: #202020;
  display: block; }

.os-all-link {
  color: #202020 !important;
  text-align: right;
  margin-top: 2em;
  display: block; }
  .os-all-link:hover {
    text-decoration: underline; }

/*=============== Services Section ===============*/
.services-section {
  text-align: center;
  background-image: url("img/fabrication-bg.jpg");
  background-size: cover; }
  .services-section a {
    background-color: rgba(44, 117, 186, 0.8);
    display: block;
    margin-bottom: .875em;
    text-decoration: none; }
  @media (min-width: 40em) {
    .services-section a {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 31.7615656014%;
      font-size: 0.8888888889em; }
      .services-section a:last-child {
        margin-right: 0; }
      .services-section a:nth-child(3n) {
        margin-right: 0; }
      .services-section a:nth-child(3n+1) {
        clear: left; } }
  @media (min-width: 60em) {
    .services-section a {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 23.2317613015%;
      font-size: 1em; }
      .services-section a:nth-child(3n) {
        margin-right: 2.3576515979%; }
      .services-section a:nth-child(3n+1) {
        clear: none; }
      .services-section a:last-child {
        margin-right: 0; }
      .services-section a:nth-child(4n) {
        margin-right: 0; }
      .services-section a:nth-child(4n+1) {
        clear: left; } }
  @media (min-width: 80em) {
    .services-section a {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 18.1138787216%; }
      .services-section a:nth-child(4n) {
        margin-right: 2.3576515979%; }
      .services-section a:nth-child(4n+1) {
        clear: none; }
      .services-section a:last-child {
        margin-right: 0; }
      .services-section a:nth-child(5n) {
        margin-right: 0; }
      .services-section a:nth-child(5n+1) {
        clear: left; } }

.services-material-section {
  text-align: center;
  background-image: url("img/fabrication-bg.jpg");
  background-size: cover; }
  .services-material-section a {
    background-color: rgba(44, 117, 186, 0.8);
    display: block;
    margin-bottom: .875em;
    text-decoration: none; }
  @media (min-width: 40em) {
    .services-material-section a {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 48.821174201%;
      font-size: 0.8888888889em; }
      .services-material-section a:last-child {
        margin-right: 0; }
      .services-material-section a:nth-child(2n) {
        margin-right: 0; }
      .services-material-section a:nth-child(2n+1) {
        clear: left; } }
  @media (min-width: 60em) {
    .services-material-section a {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 31.7615656014%;
      font-size: 0.8888888889em; }
      .services-material-section a:nth-child(2n) {
        margin-right: 2.3576515979%; }
      .services-material-section a:nth-child(2n+1) {
        clear: none; }
      .services-material-section a:last-child {
        margin-right: 0; }
      .services-material-section a:nth-child(3n) {
        margin-right: 0; }
      .services-material-section a:nth-child(3n+1) {
        clear: left; } }
  @media (min-width: 80em) {
    .services-material-section a {
      display: inline-block;
      margin-right: .875em;
      float: none;
      font-size: 1em; }
      .services-material-section a:nth-child(3n) {
        margin-right: 2.3576515979%; }
      .services-material-section a:nth-child(3n+1) {
        clear: none; }
      .services-material-section a:last-child {
        margin-right: 0; } }

/*.services-section{
  text-align: center;
  background-image: url("img/fabrication-bg.jpg");
  background-size:cover;
  a{
    background-color: rgba(44,117,186, .8);
    display:block;
    margin-bottom:.875em; 
  }
  @include mq(medium){
    a{
      display: inline-block;
      margin-right:.875em; 
      &:last-child{
        margin-right: 0;
      }
    }
  }
  }*/
.ss-title {
  text-align: center;
  color: #ffffff;
  margin-bottom: 1.25em;
  font-weight: bold; }

.ss-title-detail {
  font-size: 22px;
  display: block;
  font-weight: normal; }

/*=============== Stay Connected Section ===============*/
.site-footer {
  background-color: #e3e7ea;
  text-align: left; }
  @media (min-width: 40em) {
    .site-footer {
      text-align: center; } }

.f-bucket {
  width: 100%;
  margin-bottom: 1.5em; }
  @media (min-width: 40em) {
    .f-bucket {
      float: left;
      display: block;
      margin-right: 10.1483979942%;
      width: 26.5677346705%; }
      .f-bucket:last-child {
        margin-right: 0; } }

.f-icon {
  max-width: 3.5em;
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 23.2317613015%; }
  .f-icon:last-child {
    margin-right: 0; }
  @media (min-width: 40em) {
    .f-icon {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%;
      float: none;
      width: 100%;
      display: block;
      margin: auto; }
      .f-icon:last-child {
        margin-right: 0; } }

.f-content-group {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 74.4105871005%; }
  .f-content-group:last-child {
    margin-right: 0; }
  @media (min-width: 40em) {
    .f-content-group {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%; }
      .f-content-group:last-child {
        margin-right: 0; } }

.f-desc {
  margin-top: 0; }
  @media (min-width: 40em) {
    .f-desc {
      margin: 1.25em 0; } }

.sf-small a:hover {
  text-decoration: underline; }

/*=============== Site Content ===============*/
.page .site-header hr,
.hs-site-header .hs-line {
  border-color: #202020;
  margin-top: 1em;
  display: block;
  clear: both; }

.home .site-header hr {
  display: none; }

.page .inner-wrap.sh-logo-nav-wrap, .page .sh-logo-nav-wrap.inner-wrap-wide {
  padding-bottom: 0px; }

.home .inner-wrap.sh-logo-nav-wrap, .home .sh-logo-nav-wrap.inner-wrap-wide {
  padding-bottom: 1.25em; }
  @media (min-width: 40em) {
    .home .inner-wrap.sh-logo-nav-wrap, .home .sh-logo-nav-wrap.inner-wrap-wide {
      padding-bottom: 0px; } }

.page .site-nav-container {
  margin-bottom: 20px; }

.scp-page-title {
  font-size: 1.625em;
  font-weight: bold;
  color: #000;
  text-transform: normal; }
  @media (min-width: 40em) {
    .scp-page-title {
      font-size: 2.5em; } }

.site-content-primary {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%; }
  .site-content-primary:last-child {
    margin-right: 0; }
  .site-content-primary p:first-child {
    margin-top: 0; }
  .site-content-primary h2 {
    font-weight: bold;
    font-size: 1.625em; }
  .site-content-primary h3 {
    font-weight: bold;
    font-size: 1.375em; }
  @media (min-width: 40em) {
    .site-content-primary {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 74.4105871005%; }
      .site-content-primary:last-child {
        margin-right: 0; } }

.emph {
  margin-bottom: 0;
  font-weight: bold;
  display: block; }

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

.additional-content {
  clear: both; }
  .additional-content h2 {
    font-weight: bold;
    font-size: 1.625em; }

.scs-nav-title {
  margin-top: 0;
  font-weight: bold; }

.aside-nav .menu-item,
.scs-nav-item a {
  margin-bottom: .5em;
  width: 100%; }
  .aside-nav .menu-item a,
  .scs-nav-item a a {
    display: block; }

.cta-aside {
  margin-bottom: 1em; }

.aside-nav .current-menu-item a {
  background-color: #2c75ba;
  color: #ffffff !important;
  border: solid 1px #2c75ba; }

.scs-blog ul li {
  margin-bottom: .4em;
  padding-bottom: .4em;
  border-bottom: solid 1px #eee; }
  .scs-blog ul li:last-child {
    border-bottom: none; }

/*===============  Resource Page ===============*/
.resource-bucket {
  width: 100%;
  margin-bottom: 2em; }
  @media (min-width: 40em) {
    .resource-bucket {
      float: left;
      display: block;
      margin-right: 10.1483979942%;
      width: 26.5677346705%; }
      .resource-bucket:last-child {
        margin-right: 0; } }

.resource-img {
  display: block;
  margin: auto; }

.resource-download {
  display: block;
  text-align: center; }

.resource-title {
  color: #2c75ba;
  font-weight: normal !important; }

/*===============  Hubspot Specific Styles ===============*/
.hs-site-header .inner-wrap, .hs-site-header .inner-wrap-wide {
  padding-bottom: 0; }

.hs-site-logo {
  margin-bottom: .875em; }

.hs-sh-ph {
  display: block;
  width: 100%;
  text-align: center;
  color: #202020;
  margin-bottom: .875em; }
  @media (min-width: 40em) {
    .hs-sh-ph {
      margin-top: 4.4em;
      display: block;
      float: right;
      width: 300px;
      text-align: right; } }

.hs-lp-title {
  color: #2c75ba;
  font-size: 2.5em;
  font-weight: bold; }

.hs-lp-title-desc {
  color: #202020;
  display: block;
  font-size: 26px; }

.hs-lp-subheader {
  font-size: 26px; }

.hs-lp-content-primary {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%; }
  .hs-lp-content-primary:last-child {
    margin-right: 0; }
  @media (min-width: 40em) {
    .hs-lp-content-primary {
      float: left;
      display: block;
      margin-right: 4.8291579146%;
      width: 65.0569473618%; }
      .hs-lp-content-primary:last-child {
        margin-right: 0; } }

.hs-lp-content-secondary {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%; }
  .hs-lp-content-secondary:last-child {
    margin-right: 0; }
  @media (min-width: 40em) {
    .hs-lp-content-secondary {
      float: left;
      display: block;
      margin-right: 4.8291579146%;
      width: 30.1138947236%; }
      .hs-lp-content-secondary:last-child {
        margin-right: 0; } }

.hs-two-col-equal .hs-lp-content-primary,
.hs-two-col-equal .hs-lp-content-secondary {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%; }
  .hs-two-col-equal .hs-lp-content-primary:last-child,
  .hs-two-col-equal .hs-lp-content-secondary:last-child {
    margin-right: 0; }
  @media (min-width: 40em) {
    .hs-two-col-equal .hs-lp-content-primary,
    .hs-two-col-equal .hs-lp-content-secondary {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 48.821174201%; }
      .hs-two-col-equal .hs-lp-content-primary:last-child,
      .hs-two-col-equal .hs-lp-content-secondary:last-child {
        margin-right: 0; } }

.actions .hs-button {
  display: block;
  text-align: center;
  margin-top: 2em; }

#hs_form_target_main_form label {
  font-weight: normal !important; }

#hs_form_target_main_form input[type="email"],
#hs_form_target_main_form input[type="text"],
#hs_form_target_main_form input[type="textarea"] {
  border-radius: 0 !important;
  margin-bottom: 1.5em; }

/*=============== Site Footer ===============*/
.sf-small {
  background-color: #ffffff;
  text-align: center;
  text-align: center;
  font-size: 1em; }
  .sf-small .inner-wrap, .sf-small .inner-wrap-wide {
    padding: 1em; }
  .sf-small a {
    color: #202020;
    font-weight: bold; }

#rss-feeds ul li a,
#rss-feeds ul li br {
  display: none; }

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

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

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

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

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

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

.search-submit {
  width: 100%;
  height: 2.3em;
  border: 0;
  float: right;
  background: url(img/ico-search.svg) no-repeat center center !important; }

.no-svg .search-submit {
  background: url(img/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: #2c75ba;
  height: 6em;
  margin-top: -6em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.47);
  position: relative;
  z-index: 10000;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .search-module.active {
    margin-top: 0; }
  .search-module .inner-wrap, .search-module .inner-wrap-wide {
    padding: 0.3em 1.5em 1em; }

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

/*=============== Additional Style by Technosoft ===============*/
#content_area .img_quote_wrapper {
  text-align: center; }

#content_area .img_quote {
  display: inline-block;
  margin: 10px 10px 20px 10px; }
  #content_area .img_quote a {
    display: inline-block;
    background: #2876bf;
    color: #ffffff;
    font-weight: bold;
    padding: 7px 25px;
    border-radius: 30px 30px;
    -webkit-border-radius: 30px 30px;
    -moz-border-radius: 30px 30px;
    -ms-border-radius: 30px 30px;
    -o-border-radius: 30px 30px; }
    #content_area .img_quote a:hover {
      background: #113e77;
      text-decoration: none; }

.product_list {
  margin: 0 20px;
  display: inline-block;
  width: 40%;
  vertical-align: top; }

.list {
  margin: 0 !important;
  padding: 0 0 0 1.5em !important; }

.img_quote_wrapper {
  text-align: center; }

.img_quote {
  display: inline-block;
  margin: 10px 10px 20px 10px; }
  .img_quote a {
    display: inline-block;
    background: #2876bf;
    color: #ffffff;
    font-weight: bold;
    padding: 7px 25px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px; }
    .img_quote a:hover {
      background: #113e77;
      text-decoration: none; }

.spec {
  margin: 0;
  width: 100%;
  border-spacing: 6px 2px; }
  .spec td {
    border: 1px solid #b2b2b2;
    padding: 10px;
    vertical-align: top;
    width: 50%; }
    .spec td img {
      float: left;
      margin-right: 1.25em; }

.ul_img {
  text-align: center; }
  .ul_img img {
    margin: 15px 30px 0; }

.multi_img {
  text-align: center; }
  .multi_img a {
    display: inline-block; }
    .multi_img a img {
      margin: 10px 10px 10px 0;
      border: 1px solid #d9d9d9 !important; }

.cta-banner {
  background-image: url("img/cta-banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  color: #ffffff; }
  .cta-banner .inner-wrap .cb-head, .cta-banner .inner-wrap-wide .cb-head {
    display: block;
    font-size: 1.625em;
    margin-bottom: 16px; }
    @media (min-width: 40em) {
      .cta-banner .inner-wrap .cb-head, .cta-banner .inner-wrap-wide .cb-head {
        font-size: 3.125em; } }
  .cta-banner .inner-wrap .or-text, .cta-banner .inner-wrap-wide .or-text {
    font-size: 1.625em;
    padding-left: 0.625em;
    padding-right: 0.625em;
    display: block; }
    @media (min-width: 40em) {
      .cta-banner .inner-wrap .or-text, .cta-banner .inner-wrap-wide .or-text {
        display: inline-block;
        font-size: 1.375em; } }

.case-study div {
  background-color: #e2e7ea;
  display: inline-block;
  margin: 0 0 1em 0;
  padding: 1em 0 0 0;
  width: 100%;
  text-align: center; }
  .case-study div img {
    float: none; }
  .case-study div > div {
    padding: 0.5555555556em 1.1666666667em 0; }
    .case-study div > div h3 {
      font-size: 1.5em;
      line-height: 1.25em;
      vertical-align: top;
      color: #2c75ba; }
      .case-study div > div h3 a {
        font-family: 'proxima-nova';
        text-decoration: none; }
    .case-study div > div p {
      margin-right: 4%;
      text-align: center; }
    .case-study div > div .learn-more {
      text-align: center; }
      .case-study div > div .learn-more a {
        padding: 0.8333333333em 1.1111111111em;
        text-decoration: none; }

@media (min-width: 60em) {
  .case-study div {
    padding: 0;
    text-align: left; }
    .case-study div img {
      float: left;
      width: 30%; }
  .case-study > div div {
    width: 70%; }
    .case-study > div div p {
      text-align: left; }
    .case-study > div div .learn-more {
      text-align: right; } }

@media (min-width: 80em) {
  .case-study div img {
    width: 20%; }
  .case-study div > div {
    width: 79%;
    float: right; } }

/***** Featured Resource ************/
.featured-resource-library {
  background: #e3e7ea;
  text-align: center;
  padding-top: 0.9375em;
  padding-bottom: 0.9375em;
  padding-left: 0.8125em;
  padding-right: 0.8125em; }
  .featured-resource-library .inner-wrap .fr-img, .featured-resource-library .inner-wrap-wide .fr-img {
    width: 279px; }
    @media (min-width: 40em) {
      .featured-resource-library .inner-wrap .fr-img, .featured-resource-library .inner-wrap-wide .fr-img {
        float: left;
        margin-right: 2.3125em; } }
    @media (min-width: 60em) {
      .featured-resource-library .inner-wrap .fr-img, .featured-resource-library .inner-wrap-wide .fr-img {
        margin-right: 18%; } }
    @media (min-width: 80em) {
      .featured-resource-library .inner-wrap .fr-img, .featured-resource-library .inner-wrap-wide .fr-img {
        margin-right: 14%; } }
  .featured-resource-library .inner-wrap div, .featured-resource-library .inner-wrap-wide div {
    text-align: left; }
    .featured-resource-library .inner-wrap div .fr-heading, .featured-resource-library .inner-wrap-wide div .fr-heading {
      font-size: 2.0625em;
      font-weight: 700; }
    .featured-resource-library .inner-wrap div .fr-descp, .featured-resource-library .inner-wrap-wide div .fr-descp {
      font-size: 1.4444444444em;
      line-height: 1.2692307692em;
      padding-bottom: 0.4615384615em; }
      @media (min-width: 40em) {
        .featured-resource-library .inner-wrap div .fr-descp, .featured-resource-library .inner-wrap-wide div .fr-descp {
          padding-bottom: 1.5384615385em; } }
      @media (min-width: 60em) {
        .featured-resource-library .inner-wrap div .fr-descp, .featured-resource-library .inner-wrap-wide div .fr-descp {
          padding-left: 8%;
          padding-right: 8%;
          padding-top: 0.7692307692em; } }
      @media (min-width: 80em) {
        .featured-resource-library .inner-wrap div .fr-descp, .featured-resource-library .inner-wrap-wide div .fr-descp {
          padding-right: 24%; } }
    .featured-resource-library .inner-wrap div .fr-link, .featured-resource-library .inner-wrap-wide div .fr-link {
      border: 1px solid #2c75ba;
      border-radius: 5px;
      font-size: 1.125em;
      line-height: 1.2222222222em;
      padding: 0.7222222222em; }

/* Contact US landing page Style */
.contact-v2 .site-content {
  background-image: url("//cdn2.hubspot.net/hubfs/497415/img/img-background.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%; }
  .contact-v2 .site-content .site-content-primary h1 {
    font-weight: bold; }
  .contact-v2 .site-content .inner-wrap, .contact-v2 .site-content .inner-wrap-wide {
    padding-bottom: 0; }

.contact-v2 .site-content-primary .hs-site-logo {
  width: auto; }

.contact-v2 .site-content-primary h1 {
  font-weight: bold;
  margin-top: 40px; }

.contact-v2 .site-content-primary p {
  font-size: 1.375em; }

.contact-v2 .services-section {
  text-align: center; }
  .contact-v2 .services-section .inner-wrap, .contact-v2 .services-section .inner-wrap-wide {
    padding-top: 6.5625em; }

.contact-v2 .ss-col .ss-col-img {
  height: 11.25em; }
  .contact-v2 .ss-col .ss-col-img img {
    max-width: 10.625em;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .contact-v2 .ss-col .ss-col-img img:hover {
      width: 11.25em; }

.contact-v2 #hs_form_target_form {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+1,1c6eaf+50,165688+100 */
  background: #1e5799;
  /* Old browsers */
  background: -moz-linear-gradient(top, #1e5799 1%, #1c6eaf 50%, #165688 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #1e5799 1%, #1c6eaf 50%, #165688 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #1e5799 1%, #1c6eaf 50%, #165688 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /* IE6-9 */
  position: relative;
  padding: 2.125em;
  width: 17.5em; }
  .contact-v2 #hs_form_target_form label {
    color: white;
    font-size: 0.9375em; }
  .contact-v2 #hs_form_target_form input {
    border-radius: 5px;
    margin-bottom: 6px;
    margin-top: 7px; }
  .contact-v2 #hs_form_target_form textarea {
    margin-bottom: 6px; }
  .contact-v2 #hs_form_target_form:after {
    position: absolute;
    content: "";
    bottom: -20px;
    left: 0;
    border-top: 20px solid #165688;
    border-left: 140px solid transparent;
    border-right: 140px solid transparent;
    width: 100%; }

.contact-v2 .logo-section {
  background-color: #f2f2f2;
  text-align: center;
  margin-bottom: 1.875em; }

.contact-v2 .actions .hs-button {
  text-align: center;
  width: 100%;
  font-size: 1.25em;
  padding-top: 20px;
  margin-top: 1em;
  padding-bottom: 20px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f79016+1,eb8d1d+50,d68729+100 */
  background: #f79016;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f79016 1%, #eb8d1d 50%, #d68729 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f79016 1%, #eb8d1d 50%, #d68729 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f79016 1%, #eb8d1d 50%, #d68729 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /* IE6-9 */ }

.contact-v2 .rows-of-3 .ss-col h3 {
  font-weight: bold; }

@media (min-width: 40em) {
  .contact-v2 .site-content-primary {
    width: 100%; }
  .contact-v2 .site-content-secondary {
    width: 100%; } }

@media (min-width: 60em) {
  .contact-v2 .rows-of-3 .ss-col {
    padding: 0.625em 3.75em; }
  .contact-v2 .site-content-primary {
    padding-right: 10%;
    width: 62.411%; }
  .contact-v2 .site-content-secondary {
    width: 32.232%; }
  .contact-v2 #hs_form_target_form {
    width: 21em; }
    .contact-v2 #hs_form_target_form:after {
      bottom: -30px;
      border-top: 30px solid #165688;
      border-left: 168px solid transparent;
      border-right: 168px solid transparent; } }

@media (min-width: 80em) {
  .contact-v2 #hs_form_target_form {
    width: 25em; }
    .contact-v2 #hs_form_target_form:after {
      bottom: -40px;
      border-top: 40px solid #165688;
      border-left: 200px solid transparent;
      border-right: 200px solid transparent; } }

/***** Featured Resource ************/
.featured-resource-library {
  background: #e3e7ea;
  text-align: center;
  padding-top: 0.9375em;
  padding-bottom: 0.9375em;
  padding-left: 0.8125em;
  padding-right: 0.8125em; }
  @media (min-width: 40em) {
    .featured-resource-library .inner-wrap .fr-img, .featured-resource-library .inner-wrap-wide .fr-img {
      float: left;
      margin-right: 2.3125em; } }
  @media (min-width: 60em) {
    .featured-resource-library .inner-wrap .fr-img, .featured-resource-library .inner-wrap-wide .fr-img {
      margin-right: 18%; } }
  @media (min-width: 80em) {
    .featured-resource-library .inner-wrap .fr-img, .featured-resource-library .inner-wrap-wide .fr-img {
      margin-right: 14%; } }
  .featured-resource-library .inner-wrap div, .featured-resource-library .inner-wrap-wide div {
    text-align: left; }
    .featured-resource-library .inner-wrap div .fr-heading, .featured-resource-library .inner-wrap-wide div .fr-heading {
      font-size: 2.0625em;
      font-weight: 700; }
    .featured-resource-library .inner-wrap div .fr-descp, .featured-resource-library .inner-wrap-wide div .fr-descp {
      font-size: 1.4444444444em;
      line-height: 1.2692307692em;
      padding-bottom: 0.4615384615em; }
      @media (min-width: 40em) {
        .featured-resource-library .inner-wrap div .fr-descp, .featured-resource-library .inner-wrap-wide div .fr-descp {
          padding-bottom: 1.5384615385em; } }
      @media (min-width: 60em) {
        .featured-resource-library .inner-wrap div .fr-descp, .featured-resource-library .inner-wrap-wide div .fr-descp {
          padding-left: 8%;
          padding-right: 8%;
          padding-top: 0.7692307692em; } }
      @media (min-width: 80em) {
        .featured-resource-library .inner-wrap div .fr-descp, .featured-resource-library .inner-wrap-wide div .fr-descp {
          padding-right: 24%; } }
    .featured-resource-library .inner-wrap div .fr-link, .featured-resource-library .inner-wrap-wide div .fr-link {
      border: 1px solid #2c75ba;
      border-radius: 5px;
      font-size: 1.125em;
      line-height: 1.2222222222em;
      padding: 0.7222222222em; }

/****************** Porfolio Section *******************/
.portfolio-section .portfolio-menu {
  border: 1px solid #ccc;
  color: #202020;
  display: inline-block;
  margin: 0.125em;
  padding: 0.1875em 0.4375em;
  vertical-align: top; }
  .portfolio-section .portfolio-menu.active {
    background: #eeeeee;
    color: #2c75ba; }
  .portfolio-section .portfolio-menu:hover {
    background: #eeeeee;
    color: #2c75ba; }

.portfolio-section .portfolio-item a {
  border: 1px solid #2c75ba;
  box-shadow: 3px 3px 5px #888888;
  display: inline-block;
  margin: 7% 1% 0;
  position: relative; }
  .portfolio-section .portfolio-item a .port-title {
    color: #ffffff;
    display: none;
    font-size: 18px;
    line-height: 22px;
    opacity: 1;
    padding: 10px;
    position: absolute;
    text-decoration: none;
    transition: all 0.5s ease 0s;
    top: 0;
    word-wrap: break-word;
    z-index: 1; }
  .portfolio-section .portfolio-item a .enlarge {
    display: none; }
  @media (min-width: 40em) {
    .portfolio-section .portfolio-item a {
      margin: 3% 3% 0 0;
      width: 46.6%; } }
  @media (min-width: 60em) {
    .portfolio-section .portfolio-item a {
      width: 30%; }
      .portfolio-section .portfolio-item a:nth-of-type(2n) {
        margin-right: 3%; } }
  .portfolio-section .portfolio-item a:hover:after {
    background: rgba(76, 138, 197, 0.85);
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%; }
  .portfolio-section .portfolio-item a:hover .port-title {
    display: block; }
  .portfolio-section .portfolio-item a:hover .enlarge {
    display: block;
    background: #13518e;
    background-image: url(img/search-eng.png);
    background-repeat: no-repeat;
    background-position: 6px 7px;
    bottom: 1.5em;
    color: #ffffff;
    padding: 0.3125em 1.5625em 0.3125em 2.1875em;
    position: absolute;
    right: 0;
    z-index: 1; }

/********************** View Work Section **************************/
.view-work-section {
  background: #e3e7ea;
  text-align: center; }
  .view-work-section h2 {
    color: #202020; }
  .view-work-section p {
    color: #202020; }
    @media (min-width: 60em) {
      .view-work-section p {
        font-size: 1.375em;
        line-height: 1.1818181818em; } }
  .view-work-section .featured-image-gallery {
    margin-top: 1.25em;
    margin-bottom: 1.25em; }
    @media (min-width: 60em) {
      .view-work-section .featured-image-gallery {
        margin-top: 1.5625em;
        margin-bottom: 1.875em; } }
    @media (min-width: 80em) {
      .view-work-section .featured-image-gallery {
        margin-top: 2.1875em;
        margin-bottom: 3.125em; } }
    .view-work-section .featured-image-gallery .flex-direction-nav a {
      height: 45px;
      opacity: 1; }
      .view-work-section .featured-image-gallery .flex-direction-nav a:before {
        background-image: url("img/ico-arrow-left.svg");
        background-size: 49px 44px;
        height: 49px; }
    .view-work-section .featured-image-gallery .flex-direction-nav .flex-prev {
      left: 0; }
      .view-work-section .featured-image-gallery .flex-direction-nav .flex-prev:hover {
        left: 0; }
    .view-work-section .featured-image-gallery .flex-direction-nav a.flex-next {
      right: 0;
      opacity: 1; }
      .view-work-section .featured-image-gallery .flex-direction-nav a.flex-next:hover {
        right: 0; }
      .view-work-section .featured-image-gallery .flex-direction-nav a.flex-next:before {
        background-image: url("img/ico-arrow-right.svg"); }

/*===============  2017 Automotive Report Page ===============*/
/* === Animation Keyframes === */
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg); } }

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes side-to-side {
  0% {
    -webkit-transform: translate(-6px, 0); }
  50% {
    -webkit-transform: translate(6px, 0); }
  100% {
    -webkit-transform: translate(-6px, 0); } }

@-moz-keyframes side-to-side {
  0% {
    -moz-transform: translate(-6px, 0); }
  50% {
    -moz-transform: translate(6px, 0); }
  100% {
    -moz-transform: translate(-6px, 0); } }

@keyframes side-to-side {
  0% {
    -webkit-transform: translate(-6px, 0);
    -moz-transform: translate(-6px, 0);
    -ms-transform: translate(-6px, 0);
    -o-transform: translate(-6px, 0);
    transform: translate(-6px, 0); }
  50% {
    -webkit-transform: translate(6px, 0);
    -moz-transform: translate(6px, 0);
    -ms-transform: translate(6px, 0);
    -o-transform: translate(6px, 0);
    transform: translate(6px, 0); }
  100% {
    -webkit-transform: translate(-6px, 0);
    -moz-transform: translate(-6px, 0);
    -ms-transform: translate(-6px, 0);
    -o-transform: translate(-6px, 0);
    transform: translate(-6px, 0); } }

@-webkit-keyframes side-to-side-small {
  0% {
    -webkit-transform: translate(0px, 0); }
  20% {
    -webkit-transform: translate(-10px, 0); }
  50% {
    -webkit-transform: translate(0px, 0); }
  75% {
    -webkit-transform: translate(10px, 0); }
  100% {
    -webkit-transform: translate(0px, 0); } }

@-moz-keyframes side-to-side-small {
  0% {
    -moz-transform: translate(0px, 0); }
  20% {
    -moz-transform: translate(-10px, 0); }
  50% {
    -moz-transform: translate(0px, 0); }
  75% {
    -moz-transform: translate(10px, 0); }
  100% {
    -moz-transform: translate(0px, 0); } }

@keyframes side-to-side-small {
  0% {
    -webkit-transform: translate(0px, 0);
    -moz-transform: translate(0px, 0);
    -ms-transform: translate(0px, 0);
    -o-transform: translate(0px, 0);
    transform: translate(0px, 0); }
  20% {
    -webkit-transform: translate(-10px, 0);
    -moz-transform: translate(-10px, 0);
    -ms-transform: translate(-10px, 0);
    -o-transform: translate(-10px, 0);
    transform: translate(-10px, 0); }
  50% {
    -webkit-transform: translate(0px, 0);
    -moz-transform: translate(0px, 0);
    -ms-transform: translate(0px, 0);
    -o-transform: translate(0px, 0);
    transform: translate(0px, 0); }
  75% {
    -webkit-transform: translate(10px, 0);
    -moz-transform: translate(10px, 0);
    -ms-transform: translate(10px, 0);
    -o-transform: translate(10px, 0);
    transform: translate(10px, 0); }
  100% {
    -webkit-transform: translate(0px, 0);
    -moz-transform: translate(0px, 0);
    -ms-transform: translate(0px, 0);
    -o-transform: translate(0px, 0);
    transform: translate(0px, 0); } }

@-webkit-keyframes up-n-down {
  0% {
    -webkit-transform: translate(0px, 0); }
  20% {
    -webkit-transform: translate(0px, -25px); }
  50% {
    -webkit-transform: translate(0px, 0); }
  75% {
    -webkit-transform: translate(0px, 25px); }
  100% {
    -webkit-transform: translate(0px, 0); } }

@-moz-keyframes up-n-down {
  0% {
    -moz-transform: translate(0px, 0); }
  20% {
    -moz-transform: translate(0px, -25px); }
  50% {
    -moz-transform: translate(0px, 0); }
  75% {
    -moz-transform: translate(0px, 25px); }
  100% {
    -moz-transform: translate(0px, 0); } }

@keyframes up-n-down {
  0% {
    -webkit-transform: translate(0px, 0);
    -moz-transform: translate(0px, 0);
    -ms-transform: translate(0px, 0);
    -o-transform: translate(0px, 0);
    transform: translate(0px, 0); }
  20% {
    -webkit-transform: translate(0px, -25px);
    -moz-transform: translate(0px, -25px);
    -ms-transform: translate(0px, -25px);
    -o-transform: translate(0px, -25px);
    transform: translate(0px, -25px); }
  50% {
    -webkit-transform: translate(0px, 0);
    -moz-transform: translate(0px, 0);
    -ms-transform: translate(0px, 0);
    -o-transform: translate(0px, 0);
    transform: translate(0px, 0); }
  75% {
    -webkit-transform: translate(0px, 25px);
    -moz-transform: translate(0px, 25px);
    -ms-transform: translate(0px, 25px);
    -o-transform: translate(0px, 25px);
    transform: translate(0px, 25px); }
  100% {
    -webkit-transform: translate(0px, 0);
    -moz-transform: translate(0px, 0);
    -ms-transform: translate(0px, 0);
    -o-transform: translate(0px, 0);
    transform: translate(0px, 0); } }

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translate(0px, -8px); }
  50% {
    -webkit-transform: translate(0px, 8px); }
  100% {
    -webkit-transform: translate(0px, -8px); } }

@-moz-keyframes floating {
  0% {
    -moz-transform: translate(0px, -8px); }
  50% {
    -moz-transform: translate(0px, 8px); }
  100% {
    -moz-transform: translate(0px, -8px); } }

@keyframes floating {
  0% {
    -webkit-transform: translate(0px, -8px);
    -moz-transform: translate(0px, -8px);
    -ms-transform: translate(0px, -8px);
    -o-transform: translate(0px, -8px);
    transform: translate(0px, -8px); }
  50% {
    -webkit-transform: translate(0px, 8px);
    -moz-transform: translate(0px, 8px);
    -ms-transform: translate(0px, 8px);
    -o-transform: translate(0px, 8px);
    transform: translate(0px, 8px); }
  100% {
    -webkit-transform: translate(0px, -8px);
    -moz-transform: translate(0px, -8px);
    -ms-transform: translate(0px, -8px);
    -o-transform: translate(0px, -8px);
    transform: translate(0px, -8px); } }

@-webkit-keyframes slide-out {
  0% {
    -webkit-transform: translate(180px, 0px); }
  100% {
    -webkit-transform: translate(40px, 0px); } }

@-moz-keyframes slide-out {
  0% {
    -moz-transform: translate(180px, 0px); }
  100% {
    -moz-transform: translate(40px, 0px); } }

@keyframes slide-out {
  0% {
    -webkit-transform: translate(180px, 0px);
    -moz-transform: translate(180px, 0px);
    -ms-transform: translate(180px, 0px);
    -o-transform: translate(180px, 0px);
    transform: translate(180px, 0px); }
  100% {
    -webkit-transform: translate(40px, 0px);
    -moz-transform: translate(40px, 0px);
    -ms-transform: translate(40px, 0px);
    -o-transform: translate(40px, 0px);
    transform: translate(40px, 0px); } }

@-webkit-keyframes road-dash {
  0% {
    -webkit-transform: translate(0px, 0px); }
  100% {
    -webkit-transform: translate(0px, 27px); } }

@-moz-keyframes road-dash {
  0% {
    -moz-transform: translate(0px, 0px); }
  100% {
    -moz-transform: translate(0px, 27px); } }

@keyframes road-dash {
  0% {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }
  100% {
    -webkit-transform: translate(0px, 27px);
    -moz-transform: translate(0px, 27px);
    -ms-transform: translate(0px, 27px);
    -o-transform: translate(0px, 27px);
    transform: translate(0px, 27px); } }

@-webkit-keyframes ping {
  0% {
    -webkit-transform: scale(0.25);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    opacity: 0; } }

@-moz-keyframes ping {
  0% {
    -moz-transform: scale(0.25);
    opacity: 1; }
  100% {
    -moz-transform: scale(1);
    opacity: 0; } }

@keyframes ping {
  0% {
    -webkit-transform: scale(0.25);
    -moz-transform: scale(0.25);
    -ms-transform: scale(0.25);
    -o-transform: scale(0.25);
    transform: scale(0.25);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }

@-webkit-keyframes total-rotate {
  0% {
    transform: rotateY(0deg); }
  100% {
    transform: rotateY(360deg); } }

@-moz-keyframes total-rotate {
  0% {
    transform: rotateY(0deg); }
  100% {
    transform: rotateY(360deg); } }

@keyframes total-rotate {
  0% {
    transform: rotateY(0deg); }
  100% {
    transform: rotateY(360deg); } }

@-webkit-keyframes threedee-print-one {
  0% {
    opacity: 0; }
  25% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@-moz-keyframes threedee-print-one {
  0% {
    opacity: 0; }
  25% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes threedee-print-one {
  0% {
    opacity: 0; }
  25% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@-webkit-keyframes threedee-print-two {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@-moz-keyframes threedee-print-two {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes threedee-print-two {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@-webkit-keyframes threedee-print-three {
  0% {
    opacity: 0; }
  75% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@-moz-keyframes threedee-print-three {
  0% {
    opacity: 0; }
  75% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes threedee-print-three {
  0% {
    opacity: 0; }
  75% {
    opacity: 1; }
  100% {
    opacity: 1; } }

/* === Animations === */
.auto-1-turbine-1 {
  -webkit-animation: spin 6000ms linear infinite;
  -moz-animation: spin 6000ms linear infinite;
  animation: spin 6000ms linear infinite;
  -webkit-transform-origin: 1452px 850px;
  -moz-transform-origin: 1452px 850px;
  -ms-transform-origin: 1452px 850px;
  -o-transform-origin: 1452px 850px;
  transform-origin: 1452px 850px; }

.auto-1-turbine-2 {
  -webkit-animation: spin 9000ms linear infinite;
  -moz-animation: spin 9000ms linear infinite;
  animation: spin 9000ms linear infinite;
  -webkit-transform-origin: 1522px 675px;
  -moz-transform-origin: 1522px 675px;
  -ms-transform-origin: 1522px 675px;
  -o-transform-origin: 1522px 675px;
  transform-origin: 1522px 675px; }

.auto-1-turbine-3 {
  -webkit-animation: spin 6000ms linear infinite;
  -moz-animation: spin 6000ms linear infinite;
  animation: spin 6000ms linear infinite;
  -webkit-transform-origin: 1587px 789px;
  -moz-transform-origin: 1587px 789px;
  -ms-transform-origin: 1587px 789px;
  -o-transform-origin: 1587px 789px;
  transform-origin: 1587px 789px; }

.auto-1-cloud {
  -webkit-animation: side-to-side 12000ms linear infinite;
  -moz-animation: side-to-side 12000ms linear infinite;
  animation: side-to-side 12000ms linear infinite; }

.side-to-side {
  -webkit-animation: side-to-side-small 12000ms linear infinite;
  -moz-animation: side-to-side-small 12000ms linear infinite;
  animation: side-to-side-small 12000ms linear infinite; }

.animate-up-n-down {
  -webkit-animation: up-n-down 12000ms linear infinite;
  -moz-animation: up-n-down 12000ms linear infinite;
  animation: up-n-down 12000ms linear infinite; }

.animate-floating {
  -webkit-animation: floating 5000ms ease-in-out infinite;
  -moz-animation: floating 5000ms ease-in-out infinite;
  animation: floating 5000ms ease-in-out infinite; }

.animate-road-dash {
  -webkit-animation: road-dash 1500ms linear infinite;
  -moz-animation: road-dash 1500ms linear infinite;
  animation: road-dash 1500ms linear infinite; }

.animate-ping {
  -webkit-animation: ping 1500ms ease-in-out infinite;
  -moz-animation: ping 1500ms ease-in-out infinite;
  animation: ping 1500ms ease-in-out infinite;
  -webkit-transform-origin: 338px 284px;
  -moz-transform-origin: 338px 284px;
  -ms-transform-origin: 338px 284px;
  -o-transform-origin: 338px 284px;
  transform-origin: 338px 284px; }

.animate-360-rotate {
  -webkit-animation: total-rotate 6000ms linear infinite;
  -moz-animation: total-rotate 6000ms linear infinite;
  animation: total-rotate 6000ms linear infinite; }

.animate-3d-print-1 {
  -webkit-animation: threedee-print-one 9000ms cubic-bezier(0.83, 0.12, 1, 0.67) infinite;
  -moz-animation: threedee-print-one 9000ms cubic-bezier(0.83, 0.12, 1, 0.67) infinite;
  animation: threedee-print-one 9000ms cubic-bezier(0.83, 0.12, 1, 0.67) infinite; }

.animate-3d-print-2 {
  -webkit-animation: threedee-print-two 9000ms cubic-bezier(0.83, 0.12, 1, 0.67) infinite;
  -moz-animation: threedee-print-two 9000ms cubic-bezier(0.83, 0.12, 1, 0.67) infinite;
  animation: threedee-print-two 9000ms cubic-bezier(0.83, 0.12, 1, 0.67) infinite; }

.animate-3d-print-3 {
  -webkit-animation: threedee-print-three 9000ms cubic-bezier(0.83, 0.12, 1, 0.67) infinite;
  -moz-animation: threedee-print-three 9000ms cubic-bezier(0.83, 0.12, 1, 0.67) infinite;
  animation: threedee-print-three 9000ms cubic-bezier(0.83, 0.12, 1, 0.67) infinite; }

/* === Automotive Section Styling === */
.flexslider-automotive-infographic,
.flexslider-automotive-infographic-2 {
  margin: 0;
  background: transparent;
  border: 0;
  position: relative;
  zoom: 1; }

.auto-1 h3,
.auto-2 h3,
.auto-3 h3,
.auto-4 h3,
.auto-5 h3,
.auto-6 h3,
.auto-7 h3,
.auto-9 h3 {
  color: #2c75ba;
  font-weight: bold; }

@media (min-width: 60em) {
  .auto-1 .inner-wrap, .auto-1 .inner-wrap-wide,
  .auto-2 .inner-wrap,
  .auto-2 .inner-wrap-wide,
  .auto-3 .inner-wrap,
  .auto-3 .inner-wrap-wide,
  .auto-4 .inner-wrap,
  .auto-4 .inner-wrap-wide,
  .auto-5 .inner-wrap,
  .auto-5 .inner-wrap-wide,
  .auto-6 .inner-wrap,
  .auto-6 .inner-wrap-wide,
  .auto-7 .inner-wrap,
  .auto-7 .inner-wrap-wide,
  .auto-9 .inner-wrap,
  .auto-9 .inner-wrap-wide {
    padding: 6em 2.5em;
    max-width: 60.25em; } }
  @media (min-width: 60em) and (max-height: 40em) and (min-width: 60em) {
    .auto-1 .inner-wrap, .auto-1 .inner-wrap-wide,
    .auto-2 .inner-wrap,
    .auto-2 .inner-wrap-wide,
    .auto-3 .inner-wrap,
    .auto-3 .inner-wrap-wide,
    .auto-4 .inner-wrap,
    .auto-4 .inner-wrap-wide,
    .auto-5 .inner-wrap,
    .auto-5 .inner-wrap-wide,
    .auto-6 .inner-wrap,
    .auto-6 .inner-wrap-wide,
    .auto-7 .inner-wrap,
    .auto-7 .inner-wrap-wide,
    .auto-9 .inner-wrap,
    .auto-9 .inner-wrap-wide {
      max-width: 81.25em; } }

@media (min-width: 60em) {
  .auto-1 h3,
  .auto-2 h3,
  .auto-3 h3,
  .auto-4 h3,
  .auto-5 h3,
  .auto-6 h3,
  .auto-7 h3,
  .auto-9 h3 {
    font-size: 2.5em; }
  .auto-1 p,
  .auto-2 p,
  .auto-3 p,
  .auto-4 p,
  .auto-5 p,
  .auto-6 p,
  .auto-7 p,
  .auto-9 p {
    font-size: 1.375em; } }

.auto-1 {
  background: #80c652;
  color: #ffffff;
  position: relative; }
  @media (max-width: 40em) {
    .auto-1 {
      padding-bottom: 12em; } }
  .auto-1 .scp-page-title {
    color: #ffffff; }

.auto-1-bg {
  position: absolute;
  right: 0;
  bottom: 4em; }
  @media (min-width: 60em) {
    .auto-1-bg {
      max-width: 1100px;
      bottom: 11em; } }

.auto-2 {
  background-image: url(img/auto/city-background.svg);
  background-size: cover; }

.blue-truck-wrap {
  position: relative;
  max-width: 650px;
  display: block;
  margin: 0 auto; }
  @media (min-width: 60em) {
    .blue-truck-wrap {
      margin-top: 6em; } }

.car-exhaust {
  position: absolute;
  z-index: 3;
  width: 1px;
  height: 160px;
  left: -59px;
  bottom: 3px;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg); }
  .car-exhaust .s0 {
    animation: smokeL 10s 0s infinite; }
  .car-exhaust .s1 {
    animation: smokeR 10s 1s infinite; }
  .car-exhaust .s2 {
    animation: smokeL 10s 2s infinite; }
  .car-exhaust .s3 {
    animation: smokeR 10s 3s infinite; }
  .car-exhaust .s4 {
    animation: smokeL 10s 4s infinite; }
  .car-exhaust .s5 {
    animation: smokeR 10s 5s infinite; }
  .car-exhaust .s6 {
    animation: smokeL 10s 6s infinite; }
  .car-exhaust .s7 {
    animation: smokeR 10s 7s infinite; }
  .car-exhaust .s8 {
    animation: smokeL 10s 8s infinite; }
  .car-exhaust .s9 {
    animation: smokeR 10s 9s infinite; }
  .car-exhaust span {
    display: block;
    position: absolute;
    bottom: -35px;
    left: 50%;
    margin-left: -20px;
    height: 0px;
    width: 0px;
    border: 35px solid #4b4b4b;
    border-radius: 35px;
    left: -14px;
    opacity: 0;
    transform: scale(0.2); }

/* car exhaust animation */
@keyframes smokeL {
  0% {
    transform: scale(0.2) translate(0, 0); }
  10% {
    opacity: 1;
    transform: scale(0.2) translate(0, -5px); }
  100% {
    opacity: 0;
    transform: scale(1) translate(-20px, -130px); } }

@keyframes smokeR {
  0% {
    transform: scale(0.2) translate(0, 0); }
  10% {
    opacity: 1;
    transform: scale(0.2) translate(0, -5px); }
  100% {
    opacity: 0;
    transform: scale(1) translate(20px, -130px); } }

.auto-2b {
  max-width: 50em;
  margin: 0 auto; }

.auto-4 {
  background-image: url(img/auto/city-background-grey.svg);
  background-size: cover;
  position: relative; }
  @media (min-width: 60em) {
    .auto-4 .air-vent {
      max-width: 16em; } }

.auto-4-right {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 31.7615656014%;
  margin-top: 4em;
  margin-left: 3em; }
  .auto-4-right:last-child {
    margin-right: 0; }

.auto-4-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1200px; }

.auto-5-left img {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 48.821174201%;
  margin-top: 4em; }
  .auto-5-left img:last-child {
    margin-right: 0; }
  @media (min-width: 40em) {
    .auto-5-left img {
      margin-top: 8em;
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 14.7019570017%;
      -webkit-animation: slide-out 5000ms ease-in-out infinite;
      -moz-animation: slide-out 5000ms ease-in-out infinite;
      animation: slide-out 5000ms ease-in-out infinite; }
      .auto-5-left img:last-child {
        margin-right: 0; } }

.auto-5-right {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 48.821174201%;
  margin-right: 0; }
  .auto-5-right:last-child {
    margin-right: 0; }
  @media (min-width: 40em) {
    .auto-5-right {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 23.2317613015%; }
      .auto-5-right:last-child {
        margin-right: 0; } }
  .auto-5-right img {
    margin-top: 2em;
    z-index: 2;
    position: relative; }

.auto-6 {
  background: #f1f1f1; }
  .auto-6 * {
    line-height: 1.5; }
  .auto-6 .inner-wrap, .auto-6 .inner-wrap-wide {
    line-height: 0;
    padding-bottom: 0 !important; }
  .auto-6 .auto-6-content {
    max-width: 34em;
    margin: 0 auto;
    position: relative;
    z-index: 2; }
    @media (min-width: 40em) {
      .auto-6 .auto-6-content {
        margin-bottom: -12em; } }
    @media (min-width: 60em) {
      .auto-6 .auto-6-content {
        max-width: 48em;
        margin-bottom: 20em; } }
    @media (max-height: 54em) and (min-width: 60em) {
      .auto-6 .auto-6-content {
        margin-bottom: -5em; } }
  @media (min-width: 60em) {
    .auto-6 svg {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      max-width: 1800px;
      margin: 0 auto; } }
  @media (max-height: 54em) and (min-width: 60em) {
    .auto-6 svg {
      position: relative; } }

.auto-7 {
  position: relative; }
  .auto-7 .auto-7b-img-1 {
    width: 10em;
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%; }
    .auto-7 .auto-7b-img-1:last-child {
      margin-right: 0; }
  .auto-7 .auto-7b-img-2 {
    width: 12em;
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%; }
    .auto-7 .auto-7b-img-2:last-child {
      margin-right: 0; }

.auto-8 {
  background: #80c652; }
  .auto-8 h3 {
    color: #ffffff;
    font-weight: bold; }
    @media (min-width: 60em) {
      .auto-8 h3 {
        font-size: 2.5em; } }
  .auto-8 p {
    color: #ffffff;
    font-size: 1.375em; }
  .auto-8 svg {
    max-width: 280px;
    margin: 0 auto;
    display: block; }
  .auto-8 .blockquote {
    font-size: 2.5em; }
  .auto-8 .col-4 {
    margin-top: 9em; }
  .auto-8 .col-5 {
    margin-top: 2em;
    padding: 2em; }

.auto-9 {
  text-align: center; }
  .auto-9 .btn, .auto-9 .btn-important,
  .auto-9 .btn-invert {
    font-size: 1.625em; }

.blockquote {
  position: relative; }
  .blockquote:before {
    content: '';
    position: absolute;
    left: -1em;
    top: -0.7em;
    width: 2em;
    background-image: url(img/ico-quote-round.svg);
    background-repeat: no-repeat;
    height: 2em;
    background-size: 2em;
    opacity: .3; }
  .blockquote:after {
    content: '';
    position: absolute;
    right: 0em;
    bottom: 0em;
    width: 2em;
    background-image: url(img/ico-quote-round.svg);
    background-repeat: no-repeat;
    height: 2em;
    background-size: 2em;
    opacity: .3;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }

.fp-enabled body:not(.fp-viewing-auto-1) .site-header {
  display: none; }

#fp-nav li:after {
  display: none; }

/*!
 * fullPage 2.9.4
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - 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: transparent; }

#superContainer {
  height: 100%;
  position: relative;
  /* Touch detection for Windows 8 */
  -ms-touch-action: none;
  /* IE 11 on Windows Phone 8.1*/
  touch-action: none; }

.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);
  mix-blend-mode: multiply;
  display: none !important; }

.fp-controlArrow.fp-prev {
  left: 40px;
  width: 0;
  border-width: 30px 27px 30px 0;
  border-color: transparent rgba(82, 82, 82, 0.7) transparent transparent; }

.fp-controlArrow.fp-next {
  right: 40px;
  border-width: 30px 0 30px 27px;
  border-color: transparent transparent transparent rgba(82, 82, 82, 0.7); }

.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;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0); }

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

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

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  left: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.fp-slidesNav.bottom {
  bottom: 100px; }
  @media (max-height: 54em) and (min-width: 60em) {
    .fp-slidesNav.bottom {
      bottom: 50px; } }
  @media (max-height: 40em) and (min-width: 60em) {
    .fp-slidesNav.bottom {
      bottom: 25px; } }

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

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

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

.fp-slidesNav ul li {
  display: inline-block; }
  .fp-slidesNav ul li:after {
    display: none !important; }

#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: 6px;
  width: 6px;
  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.right {
  right: 20px; }

#fp-nav ul li .fp-tooltip.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; }

/******** GDD 001 ***********/
@media (min-width: 40em) {
  .gdd-001.hs-two-col-equal .hs-lp-content-primary {
    float: right;
    margin-right: 0; } }

@media (min-width: 40em) {
  .gdd-001.hs-two-col-equal .hs-lp-content-secondary {
    margin-right: 2.35765%; } }

.gdd-001 {
  /*   .form-columns-1 .input{
  input[type="file"]{
    border:2px solid $blue !important;
    border-radius: 5px !important;
  }
  } */ }
  .gdd-001 h3.so-title,
  .gdd-001 h3.st-title {
    color: #ffffff;
    padding: 0.5em 1em;
    text-align: center;
    margin-top: 0; }
  .gdd-001 h3.so-title {
    background-color: #2c75ba; }
  .gdd-001 h3.st-title {
    background-color: #f79016; }
  .gdd-001 .form-title {
    display: none; }
  .gdd-001 .hs-richtext hr {
    border-color: currentcolor currentcolor #333;
    border-style: none none solid;
    border-width: medium medium 1px;
    margin: 1.5em 0; }

/*============ Featured Resource Section ============*/
.featured-resource {
  background-color: #80c652; }
  @media (min-width: 40em) {
    .featured-resource {
      background-image: url(img/featured-resource-bg.jpg);
      background-size: cover;
      background-position: left top;
      background-repeat: no-repeat; } }
  @media (min-width: 80em) {
    .featured-resource {
      background-size: 100% 100%; } }
  .featured-resource .inner-wrap, .featured-resource .inner-wrap-wide {
    padding-top: 0;
    padding-bottom: 0; }
  .featured-resource .fr-wrap {
    padding-top: 1.5em;
    padding-bottom: 1.5em; }
    @media (min-width: 40em) {
      .featured-resource .fr-wrap {
        background-image: url(img/fr-bg.jpg);
        background-position: left bottom;
        background-size: 362px auto;
        padding-left: 39%;
        background-repeat: no-repeat; } }
    @media (min-width: 60em) {
      .featured-resource .fr-wrap {
        padding-top: 2.5em;
        padding-bottom: 2.5em;
        background-size: 410px auto;
        padding-left: 27%; } }
    @media (min-width: 80em) {
      .featured-resource .fr-wrap {
        padding-top: 1.5em;
        padding-bottom: 2.5em;
        padding-left: 24%; } }
  .featured-resource .fr-title {
    font-size: 1.625em;
    color: #ffffff;
    font-weight: bold;
    margin: 0; }
    @media (min-width: 60em) {
      .featured-resource .fr-title {
        font-size: 30px;
        margin-top: 0.5em; } }
  .featured-resource .fr-subtext {
    font-size: 1.125em;
    color: #ffffff; }
    @media (min-width: 60em) {
      .featured-resource .fr-subtext {
        font-size: 24px;
        margin-bottom: 1em;
        margin-top: 0.4166666667em; } }
  .featured-resource .fr-btn {
    border: 1px solid #ffffff;
    background-color: transparent; }
    @media (min-width: 60em) {
      .featured-resource .fr-btn {
        font-size: 18px;
        padding: 1.1666666667em; } }
    .featured-resource .fr-btn:hover {
      background-color: #67ac39;
      color: #ffffff; }

/* ==== GDD 002 B ==== */
.gdd-002-recommended-resources {
  background-color: #E3E7EA; }
  .gdd-002-recommended-resources .rr-heading {
    font-weight: bold;
    margin-bottom: 1.25em; }
  .gdd-002-recommended-resources .rr-item {
    text-align: center; }
    .gdd-002-recommended-resources .rr-item:hover .rr-item-cta {
      background-color: #f79016;
      color: #ffffff;
      border: 1px solid #f79016; }
      .gdd-002-recommended-resources .rr-item:hover .rr-item-cta:before {
        background-image: url(img/ico-down-cta-btn-white.svg); }
  .gdd-002-recommended-resources .rr-item-cta {
    background-color: transparent;
    border-radius: 10px;
    color: #2c75ba;
    font-size: 1.05em;
    font-weight: normal;
    padding: 0.9em 1em 0.9em 3em;
    position: relative; }
    .gdd-002-recommended-resources .rr-item-cta:before {
      content: "";
      height: 30px;
      left: 12px;
      position: absolute;
      top: 7px;
      width: 30px;
      background-image: url(img/ico-down-cta-btn-blue.svg);
      background-repeat: no-repeat; }

/* ==== GDD 005 B Homepage==== */
.gdd-005-b-homepage {
  background-image: url(img/resource-bg.jpg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 100% 100%; }
  .gdd-005-b-homepage .ars-image img {
    max-width: 14.375em;
    width: 100%; }
  @media (min-width: 40em) {
    .gdd-005-b-homepage .ars-image {
      width: 20%; } }
  @media (min-width: 60em) {
    .gdd-005-b-homepage .ars-additional-resources {
      padding-left: 7.625em; } }
  .gdd-005-b-homepage .ars-additional-resources .btn-important {
    background-color: #4c87bf;
    color: #ffffff;
    text-align: center;
    display: block;
    padding: 0.9375em 0em 0.9375em 0em;
    border: none; }
    .gdd-005-b-homepage .ars-additional-resources .btn-important:hover {
      background-color: #1d4e7c;
      color: #ffffff; }
  .gdd-005-b-homepage .ars-featured-resource {
    text-align: center; }
    @media (min-width: 40em) {
      .gdd-005-b-homepage .ars-featured-resource {
        width: 43%;
        text-align: left; } }
    .gdd-005-b-homepage .ars-featured-resource .fr-title-info {
      font-size: 1.56em; }
    .gdd-005-b-homepage .ars-featured-resource .fr-intro {
      font-size: 18px; }
    .gdd-005-b-homepage .ars-featured-resource .featured-btn {
      background-color: #ef9c3c;
      padding-top: 12px;
      border: none; }
      .gdd-005-b-homepage .ars-featured-resource .featured-btn:hover {
        background-color: #eb8308; }

/* ==== GDD 005 B Resources page Infographic==== */
@media (max-width: 40em) {
  .gdd-005-b-resource-library-infographic .resource-library-infographic {
    background-color: #80c652; } }

@media (min-width: 40em) {
  .gdd-005-b-resource-library-infographic .resource-library-infographic {
    background-image: url(img/infograph-bg.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100% 85%; } }

.gdd-005-b-resource-library-infographic .rli-wrap {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  padding-left: 25%; }
  @media (min-width: 40em) {
    .gdd-005-b-resource-library-infographic .rli-wrap {
      padding-top: 1.5em;
      padding-bottom: 1.5em;
      padding-left: 25%;
      margin-top: -2.75em; } }
  @media (min-width: 60em) {
    .gdd-005-b-resource-library-infographic .rli-wrap {
      padding-top: 2.5em;
      padding-bottom: 2.5em;
      background-size: 410px auto;
      padding-left: 27%;
      margin-top: -2.75em; } }
  @media (min-width: 80em) {
    .gdd-005-b-resource-library-infographic .rli-wrap {
      padding-top: 1.5em;
      padding-bottom: 2.5em;
      padding-left: 24%;
      margin-top: -2.75em; } }
  .gdd-005-b-resource-library-infographic .rli-wrap .rli-title {
    font-size: 1.625em;
    color: #ffffff;
    font-weight: bold;
    margin: 0; }
    @media (min-width: 60em) {
      .gdd-005-b-resource-library-infographic .rli-wrap .rli-title {
        font-size: 30px;
        margin-top: 0.5em; } }
  .gdd-005-b-resource-library-infographic .rli-wrap .rli_subtext {
    font-size: 1.125em;
    color: #ffffff; }
    @media (min-width: 60em) {
      .gdd-005-b-resource-library-infographic .rli-wrap .rli_subtext {
        font-size: 24px;
        margin-bottom: 1em;
        margin-top: 0.4166666667em; } }
  .gdd-005-b-resource-library-infographic .rli-wrap .rli-btn {
    border: 1px solid #ffffff;
    background-color: transparent; }
    @media (min-width: 60em) {
      .gdd-005-b-resource-library-infographic .rli-wrap .rli-btn {
        font-size: 18px;
        padding: 1.1666666667em; } }
    .gdd-005-b-resource-library-infographic .rli-wrap .rli-btn:hover {
      background-color: #67ac39;
      color: #ffffff; }

/* ==== GDD 005 B Resources page Featured Resources==== */
@media (max-width: 40em) {
  .gdd-005-b-resource-library-infographic .rl-left-content {
    width: 100%; } }

@media (min-width: 40em) {
  .gdd-005-b-resource-library-infographic .rl-left-content {
    float: left;
    width: 55%; } }

.gdd-005-b-resource-library-infographic .rl-right-content {
  text-align: center; }
  @media (min-width: 40em) {
    .gdd-005-b-resource-library-infographic .rl-right-content {
      text-align: left;
      border-left: 1px solid #e3e7ea; } }
  .gdd-005-b-resource-library-infographic .rl-right-content h2 {
    font-size: 1.625em;
    font-weight: bold;
    margin-left: 1em;
    text-align: center; }
    @media (min-width: 60em) {
      .gdd-005-b-resource-library-infographic .rl-right-content h2 {
        text-align: left; } }
  .gdd-005-b-resource-library-infographic .rl-right-content .rl-ebook-img {
    display: block;
    margin: 0 auto;
    max-width: 14.375em;
    width: 100%; }
    @media (min-width: 60em) {
      .gdd-005-b-resource-library-infographic .rl-right-content .rl-ebook-img {
        float: left; } }
  @media (max-width: 40em) {
    .gdd-005-b-resource-library-infographic .rl-right-content {
      width: 100%; } }
  @media (min-width: 40em) {
    .gdd-005-b-resource-library-infographic .rl-right-content {
      float: right;
      width: 41%; } }
  @media (max-width: 40em) {
    .gdd-005-b-resource-library-infographic .rl-right-content .rl-ebook-title {
      margin: 0 auto;
      text-align: center; } }
  @media (min-width: 40em) {
    .gdd-005-b-resource-library-infographic .rl-right-content .rl-ebook-title {
      margin: 0 auto;
      text-align: center; } }
  @media (min-width: 60em) {
    .gdd-005-b-resource-library-infographic .rl-right-content .rl-ebook-title {
      margin-top: 3.75em;
      font-weight: bold;
      color: #2c75ba;
      text-decoration: underline; } }

.gdd-005-b-resource-library-infographic .rl-navigation {
  clear: left; }
  .gdd-005-b-resource-library-infographic .rl-navigation h3 {
    font-size: 1.125em;
    font-weight: bold; }
  .gdd-005-b-resource-library-infographic .rl-navigation a {
    color: #343434;
    font-size: 1.1875em;
    text-decoration: underline; }

.gdd-005-b-resource-library-infographic {
  display: none; }

/* ==== GDD 003 B Contact Us page Style ==== */
.gdd-003-b.blur .site-content-primary {
  text-shadow: 2px 0 10px rgba(33, 33, 33, 0.9);
  color: rgba(255, 210, 82, 0);
  transform: scale(0.9); }
  .gdd-003-b.blur .site-content-primary img {
    opacity: 0.3; }

.gdd-003-b .form-wrap {
  margin: 0 auto 2.5em;
  max-width: 31.25em; }
  @media (min-width: 60em) {
    .gdd-003-b .form-wrap {
      max-width: 100%;
      margin: auto; } }

.gdd-003-b .hs-two-col-equal .hs-lp-content-primary {
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in; }
  @media (min-width: 40em) {
    .gdd-003-b .hs-two-col-equal .hs-lp-content-primary {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%; }
      .gdd-003-b .hs-two-col-equal .hs-lp-content-primary:last-child {
        margin-right: 0; } }
  @media (min-width: 60em) {
    .gdd-003-b .hs-two-col-equal .hs-lp-content-primary {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 48.821174201%; }
      .gdd-003-b .hs-two-col-equal .hs-lp-content-primary:last-child {
        margin-right: 0; } }

.gdd-003-b .hs-two-col-equal .hs-lp-content-secondary {
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in; }
  @media (min-width: 40em) {
    .gdd-003-b .hs-two-col-equal .hs-lp-content-secondary {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%; }
      .gdd-003-b .hs-two-col-equal .hs-lp-content-secondary:last-child {
        margin-right: 0; } }
  @media (min-width: 60em) {
    .gdd-003-b .hs-two-col-equal .hs-lp-content-secondary {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 44.5562720511%; }
      .gdd-003-b .hs-two-col-equal .hs-lp-content-secondary:last-child {
        margin-right: 0; } }

@media (min-width: 60em) {
  .gdd-003-b:after {
    opacity: 0; }
  .gdd-003-b.blur {
    position: relative;
    -webkit-transition: background-color 0.5s ease-in-out;
    -moz-transition: background-color 0.5s ease-in-out;
    transition: background-color 0.5s ease-in-out; }
    .gdd-003-b.blur:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      right: 0;
      top: 0;
      opacity: 1;
      background-color: rgba(2, 1, 0, 0.19);
      z-index: 2; } }

.gdd-003-b .gdd-003-bcontent {
  display: block; }
  .gdd-003-b .gdd-003-bcontent .map-wrap {
    text-align: center;
    padding-right: 1em;
    border-right: 1px solid #9e9e9e; }
    .gdd-003-b .gdd-003-bcontent .map-wrap p {
      font-size: 0.875em; }
      .gdd-003-b .gdd-003-bcontent .map-wrap p a {
        color: #333; }
    .gdd-003-b .gdd-003-bcontent .map-wrap:last-child {
      padding-right: 0;
      border-right: 0; }

.gdd-003-b .gdd-003-a {
  display: none; }

.gdd-003-b .hs-lp-content-primary {
  float: right !important;
  margin-right: 0 !important;
  margin-left: 2.3576515979% !important; }

.gdd-003-b .hs-lp-content-secondary {
  float: left !important;
  position: relative;
  z-index: 100;
  background-color: #ffffff; }
  .gdd-003-b .hs-lp-content-secondary.contact-active-form {
    opacity: 1;
    transform: scale(1.01);
    z-index: 100;
    padding-bottom: 1em;
    -webkit-box-shadow: 0 0 25px 0 #333333;
    box-shadow: 0 0 25px 0 #333333; }

.gdd-003-bcontent {
  display: none; }

.gdd-cta-006-b ul:not([class]) {
  padding-left: 0em; }
  .gdd-cta-006-b ul:not([class]) li:not([class]) {
    margin-bottom: 0em; }

.gdd-cta-006-b .dropdown-menu {
  list-style: none;
  padding: 0; }

.gdd-cta-006-b .dropdown a {
  text-decoration: none; }

.gdd-cta-006-b .dropdown [data-toggle="dropdown"] {
  position: relative;
  display: block;
  color: white;
  background: #2c75ba;
  margin-bottom: 0.125em;
  border-radius: 0.3125em;
  padding: 0.625em; }

.gdd-cta-006-b .dropdown .icon-arrow {
  position: absolute;
  display: block;
  font-size: 0.6875em;
  color: #fff;
  top: 14px;
  right: 18px; }
  .gdd-cta-006-b .dropdown .icon-arrow.open {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition: -webkit-transform 0.6s;
    -moz-transition: -moz-transform 0.6s;
    transition: transform 0.6s; }
  .gdd-cta-006-b .dropdown .icon-arrow.close {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform 0.6s;
    -moz-transition: -moz-transform 0.6s;
    transition: transform 0.6s; }
  .gdd-cta-006-b .dropdown .icon-arrow:before {
    content: '\25BC'; }

.gdd-cta-006-b .dropdown .dropdown-menu {
  max-height: 0;
  overflow: hidden; }
  .gdd-cta-006-b .dropdown .dropdown-menu li {
    padding: 0; }
    .gdd-cta-006-b .dropdown .dropdown-menu li a {
      display: block;
      color: #566b77;
      background: #e2e7ea;
      border-bottom: 1px solid #ffffff;
      padding: 10px 10px;
      border-radius: 5px; }
      .gdd-cta-006-b .dropdown .dropdown-menu li a:hover {
        background-color: #c6ced4; }

.gdd-cta-006-b .dropdown .show {
  display: block;
  max-height: 9999px;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-animation: showAnimation 0.5s ease-in-out;
  -moz-animation: showAnimation 0.5s ease-in-out;
  animation: showAnimation 0.5s ease-in-out;
  -webkit-transition: max-height 1s ease-in-out;
  -moz-transition: max-height 1s ease-in-out;
  transition: max-height 1s ease-in-out; }

.gdd-cta-006-b .dropdown .hide {
  max-height: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-animation: hideAnimation 0.4s ease-out;
  -moz-animation: hideAnimation 0.4s ease-out;
  animation: hideAnimation 0.4s ease-out;
  -webkit-transition: max-height 0.6s ease-out;
  -moz-transition: max-height 0.6s ease-out;
  transition: max-height 0.6s ease-out; }

@-webkit-keyframes showAnimation {
  0% {
    -webkit-transform: scaleY(0.1); }
  40% {
    -webkit-transform: scaleY(1.04); }
  60% {
    -webkit-transform: scaleY(0.98); }
  80% {
    -webkit-transform: scaleY(1.04); }
  100% {
    -webkit-transform: scaleY(0.98); }
  80% {
    -webkit-transform: scaleY(1.02); }
  100% {
    -webkit-transform: scaleY(1); } }

@-moz-keyframes showAnimation {
  0% {
    -moz-transform: scaleY(0.1); }
  40% {
    -moz-transform: scaleY(1.04); }
  60% {
    -moz-transform: scaleY(0.98); }
  80% {
    -moz-transform: scaleY(1.04); }
  100% {
    -moz-transform: scaleY(0.98); }
  80% {
    -moz-transform: scaleY(1.02); }
  100% {
    -moz-transform: scaleY(1); } }

@keyframes showAnimation {
  0% {
    -webkit-transform: scaleY(0.1);
    -moz-transform: scaleY(0.1);
    -ms-transform: scaleY(0.1);
    -o-transform: scaleY(0.1);
    transform: scaleY(0.1); }
  40% {
    -webkit-transform: scaleY(1.04);
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -o-transform: scaleY(1.04);
    transform: scaleY(1.04); }
  60% {
    -webkit-transform: scaleY(0.98);
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -o-transform: scaleY(0.98);
    transform: scaleY(0.98); }
  80% {
    -webkit-transform: scaleY(1.04);
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -o-transform: scaleY(1.04);
    transform: scaleY(1.04); }
  100% {
    -webkit-transform: scaleY(0.98);
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -o-transform: scaleY(0.98);
    transform: scaleY(0.98); }
  80% {
    -webkit-transform: scaleY(1.02);
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -o-transform: scaleY(1.02);
    transform: scaleY(1.02); }
  100% {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1); } }

@-webkit-keyframes hideAnimation {
  0% {
    -webkit-transform: scaleY(1); }
  60% {
    -webkit-transform: scaleY(0.98); }
  80% {
    -webkit-transform: scaleY(1.02); }
  100% {
    -webkit-transform: scaleY(0); } }

@-moz-keyframes hideAnimation {
  0% {
    -moz-transform: scaleY(1); }
  60% {
    -moz-transform: scaleY(0.98); }
  80% {
    -moz-transform: scaleY(1.02); }
  100% {
    -moz-transform: scaleY(0); } }

@keyframes hideAnimation {
  0% {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1); }
  60% {
    -webkit-transform: scaleY(0.98);
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -o-transform: scaleY(0.98);
    transform: scaleY(0.98); }
  80% {
    -webkit-transform: scaleY(1.02);
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -o-transform: scaleY(1.02);
    transform: scaleY(1.02); }
  100% {
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0); } }

.breadcrum-materials span:last-child {
  color: #2c75ba;
  text-decoration: underline;
  font-weight: bold; }

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

/*
 * 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; }
  @media (min-width: 60em) {
    .flexslider:hover .flex-prev {
      left: 80px; } }

.flexslider:hover .flex-next {
  right: 10px; }
  @media (min-width: 60em) {
    .flexslider:hover .flex-next {
      right: 80px; } }

.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(img/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(img/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 {
  border: 2px solid #b7b7b7;
  width: 15px;
  height: 15px;
  display: block;
  background: #fff;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px; }

.flex-control-paging li a:hover {
  background: #ddd; }

.flex-control-paging li a.flex-active {
  background: #b7b7b7;
  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; }
  @media (min-width: 60em) {
    .flex-direction-nav .flex-prev {
      left: 80px; } }

.flex-direction-nav .flex-next {
  opacity: .3;
  right: 10px; }
  @media (min-width: 60em) {
    .flex-direction-nav .flex-next {
      right: 80px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-figure figure {
  margin: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

.tablesaw {
  width: 100%; }

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

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

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

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

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

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

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

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

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