@charset "UTF-8";
/*!

Theme Name: InstruSafe
Theme URI: http://instrusafe.com
Author: Olive & Company
Author URI: http://oliveandcompany.com
Description: The InstruSafe corporate website theme
Version: 1.0

-------------------------------- */
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * 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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

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

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

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

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

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

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

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

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

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

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

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

sub {
  bottom: -0.25em;
}

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

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

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

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 2 */
  margin: 0; /* 3 */
}

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

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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;
}

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 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 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

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

/* ---------------------------------------------------------
  FONTS
--------------------------------------------------------- */
/* Proxima Nova */
@font-face {
  font-family: "Proxima Nova";
  src: url("fonts/proximanova-light-webfont.eot");
  src: url("fonts/proximanova-light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/proximanova-light-webfont.woff") format("woff"), url("fonts/proximanova-light-webfont.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("fonts/proximanova-lightitalic-webfont.eot");
  src: url("fonts/proximanova-lightitalic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/proximanova-lightitalic-webfont.woff") format("woff"), url("fonts/proximanova-lightitalic-webfont.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("fonts/proximanova-regular-webfont.eot");
  src: url("fonts/proximanova-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/proximanova-regular-webfont.woff") format("woff"), url("fonts/proximanova-regular-webfont.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("fonts/proximanova-regitalic-webfont.eot");
  src: url("fonts/proximanova-regitalic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/proximanova-regitalic-webfont.woff") format("woff"), url("fonts/proximanova-regitalic-webfont.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("fonts/proximanova-semibold-webfont.eot");
  src: url("fonts/proximanova-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/proximanova-semibold-webfont.woff") format("woff"), url("fonts/proximanova-semibold-webfont.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("fonts/proximanova-bold-webfont.eot");
  src: url("fonts/proximanova-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/proximanova-bold-webfont.woff") format("woff"), url("fonts/proximanova-bold-webfont.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("fonts/fontawesome-webfont.eot?v=4.4.0");
  src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

/* ---------------------------------------------------------
  MODULES: GRID
--------------------------------------------------------- */
.row {
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5em;
}

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

.row:after {
  clear: both;
}

.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}

.row .row {
  width: auto;
  margin-left: -0.9375em;
  margin-right: -0.9375em;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
}

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

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

.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
}

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

.row .row.collapse:after {
  clear: both;
}

.column,
.columns {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
}

[class*=column] + [class*=column]:last-child {
  float: right;
}

[class*=column] + [class*=column].end {
  float: left;
}

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }
  .small-1 {
    width: 8.33333%;
  }
  .small-2 {
    width: 16.66667%;
  }
  .small-3 {
    width: 25%;
  }
  .small-4 {
    width: 33.33333%;
  }
  .small-5 {
    width: 41.66667%;
  }
  .small-6 {
    width: 50%;
  }
  .small-7 {
    width: 58.33333%;
  }
  .small-8 {
    width: 66.66667%;
  }
  .small-9 {
    width: 75%;
  }
  .small-10 {
    width: 83.33333%;
  }
  .small-11 {
    width: 91.66667%;
  }
  .small-12 {
    width: 100%;
  }
  .small-offset-0 {
    margin-left: 0% !important;
  }
  .small-offset-1 {
    margin-left: 8.33333% !important;
  }
  .small-offset-2 {
    margin-left: 16.66667% !important;
  }
  .small-offset-3 {
    margin-left: 25% !important;
  }
  .small-offset-4 {
    margin-left: 33.33333% !important;
  }
  .small-offset-5 {
    margin-left: 41.66667% !important;
  }
  .small-offset-6 {
    margin-left: 50% !important;
  }
  .small-offset-7 {
    margin-left: 58.33333% !important;
  }
  .small-offset-8 {
    margin-left: 66.66667% !important;
  }
  .small-offset-9 {
    margin-left: 75% !important;
  }
  .small-offset-10 {
    margin-left: 83.33333% !important;
  }
  .small-offset-11 {
    margin-left: 91.66667% !important;
  }
  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none;
  }
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left;
  }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right;
  }
  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }
}
@media only screen and (min-width: 40.063em) {
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }
  .medium-1 {
    width: 8.33333%;
  }
  .medium-2 {
    width: 16.66667%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-4 {
    width: 33.33333%;
  }
  .medium-5 {
    width: 41.66667%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-7 {
    width: 58.33333%;
  }
  .medium-8 {
    width: 66.66667%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-10 {
    width: 83.33333%;
  }
  .medium-11 {
    width: 91.66667%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-0 {
    margin-left: 0% !important;
  }
  .medium-offset-1 {
    margin-left: 8.33333% !important;
  }
  .medium-offset-2 {
    margin-left: 16.66667% !important;
  }
  .medium-offset-3 {
    margin-left: 25% !important;
  }
  .medium-offset-4 {
    margin-left: 33.33333% !important;
  }
  .medium-offset-5 {
    margin-left: 41.66667% !important;
  }
  .medium-offset-6 {
    margin-left: 50% !important;
  }
  .medium-offset-7 {
    margin-left: 58.33333% !important;
  }
  .medium-offset-8 {
    margin-left: 66.66667% !important;
  }
  .medium-offset-9 {
    margin-left: 75% !important;
  }
  .medium-offset-10 {
    margin-left: 83.33333% !important;
  }
  .medium-offset-11 {
    margin-left: 91.66667% !important;
  }
  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none;
  }
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left;
  }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right;
  }
  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
@media only screen and (min-width: 64.063em) {
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }
  .large-1 {
    width: 8.33333%;
  }
  .large-2 {
    width: 16.66667%;
  }
  .large-3 {
    width: 25%;
  }
  .large-4 {
    width: 33.33333%;
  }
  .large-5 {
    width: 41.66667%;
  }
  .large-6 {
    width: 50%;
  }
  .large-7 {
    width: 58.33333%;
  }
  .large-8 {
    width: 66.66667%;
  }
  .large-9 {
    width: 75%;
  }
  .large-10 {
    width: 83.33333%;
  }
  .large-11 {
    width: 91.66667%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-0 {
    margin-left: 0% !important;
  }
  .large-offset-1 {
    margin-left: 8.33333% !important;
  }
  .large-offset-2 {
    margin-left: 16.66667% !important;
  }
  .large-offset-3 {
    margin-left: 25% !important;
  }
  .large-offset-4 {
    margin-left: 33.33333% !important;
  }
  .large-offset-5 {
    margin-left: 41.66667% !important;
  }
  .large-offset-6 {
    margin-left: 50% !important;
  }
  .large-offset-7 {
    margin-left: 58.33333% !important;
  }
  .large-offset-8 {
    margin-left: 66.66667% !important;
  }
  .large-offset-9 {
    margin-left: 75% !important;
  }
  .large-offset-10 {
    margin-left: 83.33333% !important;
  }
  .large-offset-11 {
    margin-left: 91.66667% !important;
  }
  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none;
  }
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left;
  }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right;
  }
  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
[class*=block-grid-] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
}

[class*=block-grid-]:before, [class*=block-grid-]:after {
  content: " ";
  display: table;
}

[class*=block-grid-]:after {
  clear: both;
}

[class*=block-grid-] > li {
  display: block;
  height: auto;
  float: left;
  padding: 0 0.625rem 1.25rem;
}

@media only screen {
  .small-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  .small-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .small-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  .small-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .small-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }
  .small-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .small-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  .small-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .small-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  .small-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .small-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }
  .small-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .small-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }
  .small-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .small-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  .small-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .small-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }
  .small-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .small-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  .small-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .small-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }
  .small-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .small-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }
  .small-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 40.063em) {
  .medium-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  .medium-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  .medium-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }
  .medium-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  .medium-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  .medium-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }
  .medium-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }
  .medium-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  .medium-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }
  .medium-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .medium-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  .medium-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .medium-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }
  .medium-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .medium-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }
  .medium-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 64.063em) {
  .large-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  .large-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .large-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  .large-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .large-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }
  .large-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .large-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  .large-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .large-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  .large-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .large-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }
  .large-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .large-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }
  .large-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .large-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  .large-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .large-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }
  .large-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .large-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  .large-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .large-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }
  .large-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .large-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }
  .large-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
/* ---------------------------------------------------------
	ELEMENTS
--------------------------------------------------------- */
html, body {
  height: 100%;
  -webkit-text-size-adjust: none;
}

body, input, button, select, option, textarea {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  font-size: 100%;
}

body {
  margin: 0;
  padding: 0;
  color: #8f9192;
  font-weight: 300;
}

a {
  color: #003d79;
}

a, a:link, a:visited {
  outline: none;
}

/* Alignment
-------------------------------- */
.left {
  float: left !important;
}

.right {
  float: right !important;
}

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

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

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

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

.clearfix:after {
  clear: both;
}

.vertical-align-table {
  display: table;
  height: 100%;
}

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

/* Default WordPress Image Alignment */
.alignleft {
  float: left;
  max-width: 50%;
  height: auto;
  margin: 0 25px 25px 0;
}
.alignleft img {
  width: 100%;
  height: auto;
}

.alignright {
  float: right;
  max-width: 50%;
  height: auto;
  margin: 0 0 25px 25px;
}
.alignright img {
  width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
  margin: 25px auto;
  max-width: 100%;
  height: auto;
}
.aligncenter img {
  width: 100%;
  height: auto;
}

.alignnone {
  display: block;
  margin: 25px auto;
  max-width: 100%;
  height: auto;
}
.alignnone img {
  width: 100%;
  height: auto;
}

.wp-caption-text {
  padding-top: 10px;
  font-size: 13px;
  color: #84959A;
  line-height: 16px;
  text-transform: uppercase;
}

/* Grid Overwrite
-------------------------------- */
.row {
  max-width: 1000px;
  position: relative;
  background: rgba(0, 0, 0, 0);
}

.columns {
  padding: 0 10px;
}

.row .row {
  margin-left: 0;
  margin-right: 0;
}

.o-hidden {
  overflow: hidden;
}

/* Styles
-------------------------------- */
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  font-weight: 300;
}

h1 {
  font-size: 52px;
  line-height: 47px;
  color: #444f52;
}

h2 {
  font-size: 32px;
  line-height: 27px;
}

.bar-h2 {
  margin: 35px 0 20px;
  padding: 6px 13px;
  font-weight: 600;
  font-size: 16px;
  color: #003d79;
  text-transform: uppercase;
  background: #e2edf8;
  text-transform: uppercase;
}

h3 {
  font-size: 25px;
  line-height: 27px;
}

h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #003d79;
  text-transform: uppercase;
}

h5 {
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

.divider {
  background: #c7dfe6;
  width: 55px;
  height: 1px;
  margin: 30px 0;
}

blockquote {
  border-left: 1px solid #c7dfe6;
  font-size: 18px;
  line-height: 23px;
  margin: 20px 14px 20px 50px;
  padding-left: 14px;
}
blockquote p {
  font-size: 18px;
  line-height: 23px;
}

p {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

p a {
  color: #7d6091;
  text-decoration: underline;
}

ul,
ol {
  list-style-position: inside;
  margin: 0;
  padding: 0;
}

ul {
  font-size: 15px;
  line-height: 20px;
}

ul ul {
  list-style-type: disc;
}

ol ol {
  list-style-type: lower-alpha;
}

ul ul,
ol ol {
  margin-left: 36px;
}

li li {
  color: #84959a;
}

.no-bull {
  list-style: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  line-height: 20px;
  margin: 20px 0;
}

thead ~ tbody:before {
  display: none;
}

thead:before, tbody:before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  margin-left: -1px;
  background: #003d79;
}

thead td {
  font-weight: 600;
  color: #003d79;
  line-height: 1.15;
  background: #e2edf8;
}

td {
  border: 1px solid #c7dfe6;
  padding: 11px 30px;
}

table h4 {
  color: #9ec3e7;
}

td a {
  color: #003d79;
  display: block;
}

td a .fa {
  margin-right: 8px;
  font-size: 13px;
  width: 15px;
  text-align: center;
}

td a.active .fa:before {
  content: "\f00d";
  color: #d75f3e;
}

tr.table-wedge td {
  background: #c7dfe6 url("images/bkg_table_wedge.jpg") repeat 0 0;
  padding: 0;
  height: 14px;
}

tfoot td {
  padding-bottom: 0;
  font-style: italic;
  font-size: 13px;
  color: #777;
  line-height: 1.15;
  border: none;
}

p,
ul,
ol {
  margin-bottom: 18px;
}

li ul,
li ol {
  margin-bottom: 0;
}

/* Helper Classes
-------------------------------- */
.no-break {
  white-space: no-break;
}

.do-tablet {
  display: none;
}

.do-mobile {
  display: none;
}

.sidebar-section-text .button {
  background: #00B5D2 !important;
}

thead td {
  background: #00B5D2 !important;
}

.hs-tooltip {
  background-color: #1F3767 !important;
}

/* ---------------------------------------------------------
	LAYOUT: FOOTER
--------------------------------------------------------- */
/* Footer Contact Styles
-------------------------------- */
.bottom {
  background: #E2E2E2;
  padding-top: 60px;
  padding-bottom: 60px;
  color: #1F3767;
}

.bottom a {
  color: #1F3767;
}

.bottom .bottom-contact ul {
  list-style: none;
  margin: 0;
  font-size: 18px;
  border-right: 1px solid #1F3767;
}

.bottom .bottom-contact li {
  border-bottom: 1px solid #1F3767;
  position: relative;
  padding: 24px 12px 24px 55px;
}

.bottom .bottom-contact li:last-child {
  border: 0;
}

.bottom .bottom-contact li i {
  color: #1F3767;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -13px;
  font-size: 26px;
  line-height: 26px;
  width: 26px;
  height: 26px;
  text-align: center;
}

.bottom .bottom-contact .fa-phone {
  top: 52%;
}

.bottom .bottom-contact li .seperator {
  color: #1F3767;
  padding: 0 12px;
}

.bottom .bottom-contact li a {
  text-decoration: none;
}

.bottom-summit-details p {
  margin-top: -4px;
}

.summit-logo {
  width: 149px;
  height: 58px;
  margin-left: 5px;
}

/* Footer
-------------------------------- */
.footer {
  padding: 38px 20px 22px 20px;
}

.footer-partners {
  padding-bottom: 7px;
  text-align: center;
}

.footer-partners img {
  display: inline-block;
  margin: 0 20px 20px;
  max-width: 120px;
}

.footer .menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  text-align: center;
}

.footer .menu li {
  display: inline-block;
  font-size: 13px;
  line-height: 20px;
}

.footer .menu li,
.footer .menu li a {
  color: #1F3767;
}

.footer .menu li a {
  text-decoration: none;
}

.footer .menu li:after {
  content: "|";
  color: #c7dfe6;
  padding: 0 14px;
}

.footer .menu li:last-child:after {
  content: "";
  padding: 0;
}

.footer-v2 .top {
  box-sizing: border-box;
  background-color: #E2E2E2;
  padding: 80px 0;
}
.footer-v2 .top .row {
  display: flex;
}
.footer-v2 .top .medium-4 {
  width: 33.3333%;
}
.footer-v2 h3 {
  color: #1F3767;
  font-weight: 300;
  font-size: 24px;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.footer-v2 ul {
  margin-bottom: 0;
}
.footer-v2 a {
  color: #1F3767;
  text-decoration: none;
}
.footer-v2 .socials ul {
  list-style-type: none;
}
.footer-v2 .socials ul li {
  align-items: center;
  display: flex;
  margin-bottom: 12px;
}
.footer-v2 .socials ul li img {
  margin-right: 20px;
  max-width: 37px;
}
.footer-v2 .socials ul li a {
  color: #7A7A7A;
  font-size: 12px;
}
.footer-v2 .surgical-nav ul {
  list-style-type: none;
}
.footer-v2 .surgical-nav ul li {
  align-items: center;
  margin-bottom: 20px;
}
.footer-v2 .surgical-nav ul li a {
  color: #1F3767;
  font-size: 12px;
  font-weight: 700;
}
.footer-v2 .form input {
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #fff;
  color: #7A7A7A;
  font-size: 12px;
  line-height: 40px;
  margin-bottom: 20px;
  padding: 0 20px;
  width: 100%;
}
.footer-v2 .form input[type=submit] {
  box-sizing: border-box;
  background-color: #1B3C6D;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  max-width: 96px;
}
.footer-v2 .bottom {
  box-sizing: border-box;
  background-color: #FFFFFF;
  padding: 30px 0;
}
.footer-v2 .bottom .row {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.footer-v2 .bottom .row:before {
  display: none;
}
.footer-v2 .bottom .row:after {
  display: none;
}
.footer-v2 .bottom .footer-partners img {
  margin: 0;
}
.footer-v2 .bottom .menu ul {
  align-items: center;
  list-style-type: none;
  display: flex;
  margin-bottom: 0;
}
.footer-v2 .bottom .menu ul li {
  box-sizing: border-box;
  border-left: 1px solid #707070;
  color: #707070;
  font-size: 12px;
  line-height: 12px;
  padding-left: 6px;
  padding-right: 6px;
  position: relative;
}
.footer-v2 .bottom .menu ul li:first-child {
  border-left: 0;
  padding-left: 0;
}
.footer-v2 .bottom .menu ul li a {
  color: #707070;
  font-size: 12px;
  padding: 0;
  text-transform: uppercase;
}
.footer-v2 .bottom .menu ul li a:hover {
  background-color: transparent;
}

/* ---------------------------------------------------------
	LAYOUT: HEADER
--------------------------------------------------------- */
/* Top Bar
-------------------------------- */
.top-bar {
  height: 32px;
  line-height: 32px;
  background-color: #fff;
}

.top-bar-summit-text {
  color: #00BBD2;
  float: left;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.top-bar-social-links {
  float: right;
  height: 25px;
  margin-right: 28px;
}
.top-bar-social-links .fa {
  margin: -1px 7px 0 0;
  padding: 0;
  font-size: 19px;
  color: #00BBD2;
  line-height: 32px;
  text-decoration: none;
  transition: opacity 150ms ease-in-out;
  -webkit-transition: opacity 150ms ease-in-out;
}
.top-bar-social-links .fa:hover {
  opacity: 0.95;
}

.top-bar a,
.search-form input {
  height: 32px;
  font-size: 10px;
  font-weight: 500;
  color: #00B5D2;
  text-decoration: none;
}

.top-bar a {
  text-transform: uppercase;
}

.search-form input {
  font-size: 12px;
}

.lt-ie9 .search-form input {
  line-height: 32px;
}

.search-trigger {
  width: 13px;
  height: 13px;
  line-height: 13px;
  display: block;
  position: absolute;
  top: 47%;
  left: 6px;
  margin-top: -6px;
}

.top-bar i {
  font-size: 13px;
}

.search-trigger i {
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.search-form-input {
  display: block;
  position: relative;
  top: -1px;
  width: 22px;
  height: 32px;
  margin-left: 30px;
  background-color: tansparent;
  overflow: hidden;
  -webkit-transition: width 0.2s, background-color 0.7s;
  transition: width 0.2s, background-color 0.7s;
}

.search .search-form-input,
.search-form-input.search-active {
  background-color: #6a7c80;
  width: 280px;
}

.search-form {
  position: absolute;
  left: 30px;
  width: 244px;
  height: 32px;
}

.search-form input {
  -webkit-appearance: none;
  border: none;
  outline: none;
  background: none;
  color: #FFFFFF;
  text-transform: none;
  overflow: hidden;
  float: left;
  height: 32px;
  padding: 0;
  margin: 0;
  width: 100%;
  outline: none;
}

.search-form input::-webkit-input-placeholder {
  color: #FFFFFF;
}

.search-form input:-moz-placeholder {
  color: #FFFFFF;
}

.search-form input::-moz-placeholder {
  color: #FFFFFF;
}

.search-form input::selection {
  background: #4b5f65;
  color: #839599;
}

.search-form input::-moz-selection {
  background: #4b5f65;
  color: #839599;
}

.search-form button {
  display: inline-block;
  width: 22px;
  height: 20px;
  background: #839599;
  -webkit-appearance: none;
  border: 0;
  outline: 0;
  border-radius: 4px;
  padding: 0 0 0 2px;
  margin: 6px 0 0 0;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  cursor: pointer;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  z-index: 999999;
  top: 0;
  right: 0;
}

.search-form button:hover {
  background: #455054;
}

@-moz-document url-prefix() {
  .search-form button {
    line-height: 20px;
  }
}
/* Pretty Form Effects
-- */
::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}

:-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}

::-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}

:hover::-webkit-input-placeholder {
  opacity: 0.75;
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}

:hover:-moz-placeholder {
  opacity: 0.75;
  -moz-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}

:hover::-moz-placeholder {
  opacity: 0.75;
  -moz-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}

:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}

:focus:-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}

:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}

/* Header
-------------------------------- */
.header {
  height: 86px;
}

.logo {
  display: table;
}

.logo a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 86px;
}

.logo img {
  border: none;
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
  margin-bottom: 40px;
  max-width: 150px;
}

/* ---------------------------------------------------------
	LAYOUT: UNIVERSAL
--------------------------------------------------------- */
/* Interior Styles
-------------------------------- */
.interior {
  padding: 80px 0 40px;
}

.interior.no-padding {
  padding: 0;
}

.interior-gray {
  background-size: 13px 21px;
}

.blue-box {
  background-color: #1B3D6D !important;
}

.ifu-list-link {
  border: 1px solid #1B3D6D !important;
}

/* ---------------------------------------------------------
	LAYOUT: MOBILE NAVIGATION
--------------------------------------------------------- */
body.nav-open .page {
  margin-left: 0;
}

.page {
  background: #fff;
  display: block;
  width: 100%;
  position: relative;
  z-index: 9999;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#nav {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: -40px;
  background: #2d383e;
  box-shadow: inset -1px 0px 2px rgba(0, 0, 0, 0.5);
  width: 260px;
  height: 100%;
  min-height: 500px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 0;
}

#nav > ul {
  list-style: none;
  margin: 10px;
  margin-bottom: 0;
  padding: 0;
}

#nav ul ul {
  background: none;
  padding: 0 0 7px;
  margin: 0;
  width: 240px;
  left: 10px;
  right: auto;
  display: block;
  visibility: visible;
  opacity: 1;
}

#nav ul ul li {
  position: relative;
  margin-left: 20px;
}

#nav ul ul li:before {
  content: "-";
  position: absolute;
  top: 4px;
  left: 5px;
}

#nav ul a {
  color: #a9b3ba;
  text-decoration: none;
  font-size: 12px;
  padding: 10px 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
}

#nav ul ul a {
  font-size: 10px;
  padding: 8px 15px;
  line-height: 14px;
  margin-bottom: 1px;
  white-space: normal;
}

#nav ul .current-menu-item a,
#nav ul .current-menu-item ul,
#nav ul a:hover {
  background: #35424b;
  color: #fff;
}

#nav ul .current-menu-item a {
  font-weight: 600;
}

#nav ul a,
#nav ul a:hover {
  -webkit-transition: background 0.5s linear;
  -moz-transition: background 0.5s linear;
  -o-transition: background 0.5s linear;
  transition: background 0.5s linear;
}

#nav ul a:hover {
  background: #4d5b65;
}

#nav ul ul a:hover,
#nav ul .current-menu-item ul a:hover {
  background: #4d5b65;
}

#nav .secondary-nav {
  float: none !important;
  display: block;
  margin-top: 0;
  line-height: 20px;
}

#nav .secondary-nav > li {
  height: auto !important;
}

#nav .search-form {
  position: static;
  left: auto;
  width: 200px;
  height: 20px;
  margin: 30px 0 0 30px;
}

#nav .search-form input {
  display: inline-block;
  width: 155px;
  margin-right: 10px;
  padding: 0 10px;
  border: 1px solid #A9B3BA;
}

#nav .search-form button {
  display: inline-block;
  position: static;
  width: 34px;
  height: 32px;
  margin-top: 0;
}

/* ---------------------------------------------------------
	LAYOUT: CONTACT
--------------------------------------------------------- */
.contact-sub-columns {
  padding-top: 20px;
}

.contact-google-map iframe {
  width: 100%;
  height: 200px;
  margin: 25px 0 15px;
}

/* Contact Form - Gavity Forms Plugin */
.instrusafe-form_wrapper #field_1_9 {
  margin-bottom: 15px;
}

/* ---------------------------------------------------------
	LAYOUT: DEFAULT PAGE
--------------------------------------------------------- */
.interior.page-default {
  padding: 80px 0 40px;
}

.default-content {
  min-height: 300px;
  margin-right: 74px;
}

.default-content .sub-columns {
  padding-right: 20px;
}

.default-content .sub-columns:first-of-type {
  padding-left: 0;
}

.default-content h1 {
  margin-bottom: 20px;
}

.default-content h2 {
  position: relative;
  margin: 40px 0 10px;
  line-height: 33px;
  /*margin: 40px 0 25px;
  padding-bottom: 27px;

  &:after {
  	content: '';
  	position: absolute;
  	bottom: 0;
  	left: 0;
  	width: 60px;
  	border-bottom: 1px solid #c7dfe6;
  }*/
}

.default-content h3 {
  margin: 25px 0 8px;
}

.default-content h4 {
  margin: 15px 0 3px;
  font-size: 16px;
  font-weight: 600;
  color: #003d79;
  text-transform: uppercase;
}

.default-content h5 {
  font-weight: 600;
}

.default-content h1 + h2 {
  margin-top: 30px;
}
.default-content h2 + h4 {
  margin-top: 30px;
}
.default-content h2 + ul,
.default-content h3 + ul,
.default-content h4 + ul {
  margin-top: 10px;
}

.default-content p {
  margin-bottom: 12px;
}

.default-content .wp-caption-text {
  margin: 0;
}

.default-content ul, .default-content ol {
  list-style-position: outside;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 30px;
}
.default-content ul ul, .default-content ul ol, .default-content ol ul, .default-content ol ol {
  margin-top: 4px;
  margin-bottom: 5px;
}
.default-content ul li, .default-content ol li {
  margin-bottom: 7px;
  line-height: 18px;
}

.default-content table {
  margin-bottom: 30px;
}

.default-content .button {
  margin-bottom: 25px;
}

.default-sidebar {
  border-left: 1px solid #c7dfe6;
}

.sidebar-section {
  position: relative;
  padding-bottom: 20px;
  padding-left: 30px;
  z-index: 1;
}

.sidebar-section h5 {
  margin: 20px 0 0;
  font-weight: 600;
}

.sidebar-section .alignnone {
  display: inline;
  margin: 0;
}

.sidebar-section-image {
  margin-bottom: 7px;
}

.sidebar-section-image img {
  display: block;
  max-width: 100%;
  height: auto;
}

.sidebar-section-caption {
  margin: 2px 0 13px 0;
  font-weight: 200;
  font-size: 12px;
  color: #999;
}

.sidebar-section-headline {
  margin-bottom: 7px;
}

.sidebar-section-image + .sidebar-section-headline,
.sidebar-section-caption + .sidebar-section-headline {
  margin-top: 13px;
}

.sidebar-section-text p {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 18px;
}

.sidebar-section-text ul,
.sidebar-section-text ol {
  list-style-position: outside;
  margin: 10px 0 10px 15px;
  font-size: 14px;
}
.sidebar-section-text ul ul, .sidebar-section-text ul ol,
.sidebar-section-text ol ul,
.sidebar-section-text ol ol {
  margin-top: 4px;
  margin-bottom: 5px;
}
.sidebar-section-text ul li,
.sidebar-section-text ol li {
  margin-bottom: 8px;
  line-height: 17px;
}

#davinciheader {
  color: #464F52 !important;
  font-weight: 200 !important;
}

/* ---------------------------------------------------------
	LAYOUT: EVENTS/NEWS PAGE
--------------------------------------------------------- */
.events-news-page {
  margin-bottom: 40px;
}

/* ---------------------------------------------------------
	LAYOUT: HOME PAGE
--------------------------------------------------------- */
/* Hero Styles
-------------------------------- */
.hero {
  position: relative;
  padding: 80px 0 60px;
  background-color: #1B3C6D;
  border-bottom-right-radius: 280px;
  z-index: 5;
}
.hero .hero-details .button.button-blue {
  background-color: #00BBD3;
}
.hero:before {
  background-color: #fff;
  height: 280px;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 280px;
}

.hero h1 {
  color: #fff;
  font-size: 42px;
  margin-bottom: 24px;
}

.hero .bx-wrapper {
  margin: 0 auto;
}

.hero .bx-wrapper .bx-viewport {
  left: 0;
  border: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
}

.hero-brand-name {
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: 200;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
}

.hero-subhead {
  color: #fff;
  position: relative;
  list-style: none;
  min-height: 51px;
  margin: 0;
  margin-bottom: 12px;
  padding: 0;
}

.hero-subhead li {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.hero-subhead a {
  color: inherit;
  text-decoration: none;
}

.hero-subhead a:hover {
  text-decoration: underline;
}

.hero-subhead li:first-child {
  display: block;
}

.hero-image {
  width: 112%;
  margin-bottom: -110px;
  margin-top: 27px;
  margin-left: -17px;
}

.hero-pattern {
  display: none;
}

.hero .bx-viewport {
  overflow: visible !important;
}

/* Product Search Styles
-------------------------------- */
.product-search {
  margin-top: 5px;
  background: #FFFFFF;
}

.lt-ie9 .product-search {
  width: 100%;
  margin-left: 80px;
  margin-right: 0;
}

.product-search a {
  color: #003d79;
}

.product-search-inner {
  position: relative;
  margin-left: 40px;
  padding-top: 40px;
}

.product-search-inner:before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: #00BBD3;
  position: absolute;
  top: 0;
  right: 0;
}

.product-search-select {
  padding: 0 30px 40px 0;
  border-bottom: 1px solid #c7dfe6;
}

.product-search-select h3 {
  margin-bottom: 22px;
}

.lt-ie9 .product-search-button {
  margin-left: 20px;
}

.product-search .seperator {
  color: #c7dfe6;
  padding: 0 12px;
}

.product-search-custom {
  padding: 35px 20px 35px 0;
  border-bottom: 1px solid #c7dfe6;
}

.product-search-custom p {
  margin: 0;
}

.product-search-footer-links {
  padding: 15px 20px 15px 0;
}

.product-search-footer-links a {
  display: inline-block;
  white-space: no-break;
}

/* Video Styles
-------------------------------- */
.video {
  background-color: #fffs;
  background-size: 13px 33px;
  color: #061D41;
  position: relative;
  z-index: 4;
}

.video-description {
  margin: 85px 0 75px;
  padding-right: 50px;
}

.video-description h2 {
  margin-bottom: 22px;
}

.video-description p {
  margin-bottom: 13px;
}

.video-overflow {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  max-width: 631px;
  background: #6a7c82;
  overflow: hidden;
}

.video-dent {
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 30px solid #84959a;
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -40px;
  z-index: 9999;
}

/* video.js responsive overrides */
.video-js {
  position: static !important;
  padding-top: 56.25% !important;
  background: none !important;
}

.vjs-fullscreen {
  padding-top: 0px !important;
}

.vjs-poster {
  background-size: cover !important;
}

.vjs-default-skin .video-js .vjs-tech {
  background: #6a7c82 !important;
}

.lt-ie9 .vjs-poster {
  display: none;
}

/* Care & Maintenance
-------------------------------- */
.home-overflow-x-hidden {
  overflow-x: hidden;
  padding: 0;
}

.home-care-maintenance {
  display: none;
  background-color: #e1e1e1;
  border-top: 5px solid #9ec3e7;
}

.care-maintenance-details {
  padding: 60px 43% 60px 10px;
}
.care-maintenance-details .care-maintenance-heading {
  margin-bottom: 20px;
}
.care-maintenance-details .care-maintenance-heading h2 {
  margin-bottom: 2px;
}
.care-maintenance-details .care-maintenance-heading h3 {
  margin-bottom: 0;
}

.care-maintenance-overflow-container {
  position: relative;
}

.care-maintenance-overflow {
  position: absolute;
  top: 0px;
  right: 0;
  width: 100%;
  max-width: 375px;
  height: 375px;
  z-index: 9999;
  overflow: hidden;
}
.care-maintenance-overflow img {
  width: 100%;
  height: auto;
}
.care-maintenance-overflow .bx-wrapper {
  margin: 0 auto;
}
.care-maintenance-overflow .bx-wrapper .bx-viewport {
  left: 0;
  border: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
}

/* News & Events
-------------------------------- */
.events-news {
  background-color: #1B3C6D;
  color: #fff;
}
.events-news .header-text {
  color: #fff !important;
}
.events-news .button {
  background-color: #00BBD3;
}
.events-news h3 {
  color: #fff !important;
}
.events-news a {
  color: #fff !important;
}

.events-news-row {
  padding: 75px 0 95px;
  background-size: 13px 21px;
}

.events-news h1 {
  position: relative;
  padding-bottom: 23px;
  margin-bottom: 26px;
}
.events-news h1:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  border-bottom: 1px solid #c7dfe6;
}

.events-news h1 .header-text {
  margin-right: 20px;
}

.events-news h1 .button {
  vertical-align: middle;
  margin: 7px 0 6px;
}

.event-list-slim.home .event-link {
  display: none;
}

.event-list-slim.home li {
  padding: 25px 0 20px;
}

.home-news-read-more {
  display: block;
  margin-top: 10px;
}

/* Featured Product
-------------------------------- */
.home-overflow-x-hidden {
  overflow-x: hidden;
  padding: 0;
}

.featured-product {
  background-color: #1B3C6D;
}

.featured-product-details {
  color: #fff;
  display: block !important;
  padding-top: 50px;
  padding-bottom: 50px;
}
.featured-product-details h2 {
  margin-bottom: 20px;
}
.featured-product-details .button {
  background-color: #00BBD3;
}

.featured-overflow-container {
  height: 290px;
}

.featured-overflow {
  position: absolute;
  bottom: -30px;
  left: 0;
  width: auto;
  height: 375px;
  z-index: 9999;
  overflow: hidden;
}

.featured-overflow img {
  width: auto;
  height: 100%;
}

#mailmunch-optin-form .submit {
  background-color: red !important;
}

/* Quotes
-------------------------------- */
.quotes {
  margin: 120px 0 0;
  position: relative;
  padding: 42px 0 60px;
}

.quotes-icon {
  background: url("images/quotes.jpg") no-repeat center;
  background-size: 100% auto;
  border-radius: 50%;
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: -25px;
  left: 50%;
  margin-left: -25px;
}

.lt-ie9 .quotes-icon {
  display: none;
}

.quotes-feed {
  list-style: none;
  margin: 0;
  padding: 0;
}
.quotes-feed span {
  color: #1F3767;
  font-weight: 500;
}
.quotes-feed h3 {
  font-size: 18px;
}

.quotes .bx-wrapper {
  margin: 0 auto 50px auto;
}

.quotes .bx-wrapper .bx-viewport {
  border: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.quotes .bx-wrapper .bx-pager,
.quotes .bx-wrapper .bx-controls-auto {
  padding: 0;
  bottom: -52px;
}

.quotes .bx-wrapper .bx-pager.bx-default-pager a {
  background: #1F3767;
  opacity: 0.2;
}

.quotes .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #061D41;
  opacity: 1;
}

.quote-credit {
  margin-bottom: 20px;
  font-size: 13px;
  color: #84959a;
}
.quote-credit h3 {
  font-size: 14px;
}

.quote-credit .seperator {
  color: #c7dfe6;
  padding: 0 10px;
}

/* ---------------------------------------------------------
	LAYOUT: LANDING PAGE
--------------------------------------------------------- */
.page-template-page-landing .logo a {
  pointer-events: none;
  cursor: default;
}
.page-template-page-landing .top-bar-social-links,
.page-template-page-landing .top-bar .secondary-nav,
.page-template-page-landing .top-bar .search-form-input,
.page-template-page-landing .top-bar .mobile-trigger.do-mobile,
.page-template-page-landing #nav,
.page-template-page-landing .header .menu,
.page-template-page-landing .callout,
.page-template-page-landing .bottom {
  display: none !important;
}
.page-template-page-landing .footer {
  border-top: 1px solid #eee;
}

/* ---------------------------------------------------------
	LAYOUT: PRODUCT DETAIL
--------------------------------------------------------- */
/* Product Collections Header -------------- */
.product-hero {
  padding: 54px 0 50px;
  background: #e2edf8;
  background-repeat: repeat-x;
  background-position: top left;
  background-size: 13px 20px;
  border-bottom: 5px solid #9ec3e7;
}

.product-hero h1 {
  margin-bottom: 25px;
}

.product-hero h1 sup {
  position: relative;
  top: -0.7em;
  left: 3px;
  font-size: 50%;
  font-style: normal;
}

.product-hero-image {
  width: auto;
  max-width: 94%;
  height: auto;
  max-height: 100%;
  vertical-align: middle;
}

.product-hero-category,
.product-hero-part-number,
.product-hero-note {
  font-size: 13px;
  color: #84959a;
  text-decoration: none;
}

.product-hero-category {
  display: inline-block;
  padding-bottom: 16px;
  margin-bottom: 37px;
  border-bottom: 1px solid #c7dfe6;
  text-transform: uppercase;
}

.product-hero-part-number {
  margin-top: 15px;
  display: inline-block;
}

.product-hero-note {
  display: block;
  margin-top: 5px;
}

.product-customization {
  display: block;
  position: relative;
  margin-bottom: 66px;
  padding: 20px 20px 20px 50px;
  color: #fff;
  background: #1F3767;
  text-decoration: none;
  cursor: default;
}

.product-customization .fa-phone {
  position: absolute;
  top: 22px;
  left: 20px;
  margin-right: 5px;
}

/* Product Collections Groups
-------------------------------- */
.product-single-main {
  padding-right: 0;
  border-right: 1px solid #c7dfe6;
}

.product-group-headline {
  position: relative;
  padding-top: 20px;
  padding-bottom: 24px;
  border-bottom: 1px solid #c7dfe6;
  cursor: pointer;
}
.product-group-headline .pgh-handle {
  cursor: pointer;
  position: absolute;
  top: 26px;
  right: 0;
}
.product-group-headline .pgh-handle .pgh-handle-label {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  margin-right: 10px;
  color: #003d79;
  height: 25px;
  float: left;
  line-height: 25px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.product-group-headline .pgh-handle i {
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
  color: #9fc3e7;
  font-size: 24px;
}
.product-group-headline.active .pgh-handle .pgh-handle-label {
  opacity: 0;
}
.product-group-headline.active .pgh-handle i {
  transform: rotate(0deg);
  color: #003d79;
}
.product-group-headline:after {
  content: "";
  display: block;
  width: 60%;
  height: 5px;
  margin-left: -1px;
  background: #003d79;
  position: absolute;
  bottom: 0;
  left: 0;
}

.product-single-content {
  margin-right: 74px;
}

.product-group {
  margin: 0 0 56px;
}
.product-group table {
  margin-top: 0;
}
.product-group table tr:first-child td,
.product-group table tr:only-of-type td {
  border-top: none;
}
.product-group table thead:before,
.product-group table tbody:before {
  display: none;
}

.individual-product-name {
  color: #0070A7;
  font-weight: normal;
  margin: 14px 0 14px;
  text-transform: none;
}
.individual-product-name em {
  color: #0070A7;
}

.individual-product-description {
  margin-bottom: 14px;
}

.individual-product-description p {
  margin: 10px 0 2px;
}

.individual-product-description ul {
  list-style-position: outside;
  margin: 0 0 0 15px;
}

.product-dimensions-metric {
  font-size: 14px;
  color: #777;
}

.product-single-image {
  width: 100%;
  max-width: 400px;
}

.product-single-image img {
  margin: 20px 0 10px;
  width: 100%;
  height: auto;
}

.product-group-item-number {
  width: 50%;
  text-align: center;
}

.product-group-item-number-wrap {
  padding: 5px 0;
  border-bottom: 1px solid #e5e5e5;
}
.product-group-item-number-wrap:first-child {
  padding-top: 0;
}
.product-group-item-number-wrap:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.product-group-item-number-label {
  float: left;
  width: 50%;
  font-size: 14px;
  color: #777;
  text-align: left;
}

.product-group-item-number-input {
  float: left;
  width: 50%;
  text-align: left;
}

.product-group .icon-color-options {
  width: 26px;
  height: auto;
  margin-left: 10px;
}

/* View Actions
-------------------------------- */
.view-trigger,
.view-trigger:link,
.view-trigger:hover,
.view-trigger:active {
  display: block;
  margin-bottom: 15px;
  border: 0;
  outline: 0;
}

.view-object {
  display: none;
}

/* Product Detail Sidebar
-------------------------------- */
.product-single-sidebar {
  position: relative;
  padding-left: 0;
  padding-bottom: 40px;
}

.product-single-sidebar:before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  width: 1px;
  height: 100%;
  border-left: 1px solid #c7dfe6;
}

.product-sidebar-section {
  padding: 36px 0 36px 40px;
  border-top: 1px solid #c7dfe6;
}

.product-sidebar-section:first-child {
  border-top: none;
}

.product-sidebar-section .alignnone {
  display: inline;
  margin: 0;
}

.product-sidebar-section p {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 18px;
}

.product-sidebar-section p:last-child {
  margin-bottom: 0;
}

.product-sidebar-section ul {
  list-style-position: outside;
  margin: 0 0 0 15px;
}

.product-sidebar-header {
  margin-bottom: 15px;
}

.product-sidebar-subhead {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 600;
  color: #2d3436;
}

.product-sidebar-img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-top: 7px;
}

.suggested-product-item {
  margin-bottom: 40px;
  padding: 0;
}

.suggested-product-image {
  margin-bottom: 20px;
}

.related-downloads-button {
  max-width: 300px;
  margin-bottom: 10px;
}

.related-downloads-button:last-child {
  margin-bottom: 0;
}

.product-navigation {
  margin-top: 50px;
}

.product-navigation a {
  width: 49%;
  margin-top: 10px;
  margin-right: 1%;
}
.product-navigation a:last-child {
  margin-right: 0;
}

.product-collection-footnotes {
  margin: 70px 0 18px;
  color: #84959a;
}

/* ---------------------------------------------------------
	LAYOUT: PRODUCT LISTING
--------------------------------------------------------- */
.products-main {
  padding: 60px 0 25px 50px;
}

.products-main h1 {
  margin-bottom: 28px;
}

.lt-ie9 .products-main h1 {
  margin-left: 13px;
}

.category-description {
  margin-bottom: 40px;
}

.product-lisiting-sidebar {
  margin-left: 10px;
  margin-right: -10px;
  padding: 135px 0 100px 0;
  background: #e2edf8;
  background: rgba(117, 166, 215, 0.2);
  background-image: url("images/bkg_blue_box@2x.png");
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: 13px 33px;
}

.product-navigation-trigger {
  display: none;
  margin-left: 30px;
  padding: 0 20px 10px 0;
  cursor: pointer;
}

.product-sidebar-navigation {
  display: block;
}

.product-lisiting-sidebar-section {
  margin-left: 30px;
  padding: 40px 20px 40px 0;
  border-top: 1px solid #fff;
}

.product-lisiting-sidebar-section h3 {
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 25px;
}

.product-lisiting-sidebar-section h4 {
  margin-bottom: 5px;
  font-weight: bold;
}

.product-lisiting-sidebar-section li {
  margin-bottom: 10px;
}

.product-lisiting-sidebar ul,
.product-lisiting-sidebar li:last-child {
  margin-bottom: 0;
}

.product-lisiting-sidebar li a {
  text-decoration: none;
  color: #2d3436;
}

/* Product Block
   -------------------------------- */
.product-item {
  padding-right: 25px;
  padding-left: 0;
  float: left !important;
}

.product-item:not(:only-of-type):nth-child(even) {
  padding-right: 10px;
  padding-left: 15px;
}

.product-badge {
  background: url("images/bkg_new_product_badge@2x.png") no-repeat 0 0;
  background-size: 70px 60px;
  width: 70px;
  height: 60px;
  position: absolute;
  top: 5px;
  right: 0px;
}

.lt-ie9 .product-badge {
  display: none;
}

.product-item-container {
  position: relative;
  margin-bottom: 40px;
  border: 1px solid #c7dfe6;
  background: #FFFFFF;
}

.product-item-container:before {
  content: "";
  background: #003d79;
  display: block;
  width: 85%;
  height: 5px;
  position: absolute;
  top: 0;
  right: 0;
}

.product-item-container a,
.product-item-container a:link,
.product-item-container a:hover {
  text-decoration: none;
  outline: 0;
  border: 0;
}

.product-item-image {
  height: 260px;
  line-height: 260px;
}

.product-item-image img {
  vertical-align: middle;
  width: auto;
  max-width: 80%;
  height: auto;
  max-height: 100%;
  padding: 20px 0;
}

.product-item-details {
  width: 85%;
  margin-left: 15%;
  padding-right: 12px;
  text-align: left;
}

.product-item-details h3 {
  height: 80px;
}

.product-item-view {
  display: block;
  padding: 15px 0;
  color: #003d79;
  text-decoration: underline;
  border-top: 1px solid #c7dfe6;
}

/* ---------------------------------------------------------
	LAYOUT: VIDEOS & RESOURCES
--------------------------------------------------------- */
.page-videos-resources {
  padding-bottom: 60px;
}

.page-videos-resources h4:first-child {
  margin-top: 0;
}

.video-resources-headline h1 {
  margin-bottom: 30px;
}

.resource-list {
  list-style: none;
  margin: 15px 0;
  padding: 0;
}

.sidebar-section .resource-list-subhead {
  margin: 25px 0 15px;
}

.resource-list-item {
  position: relative;
  margin: 0 0 15px;
}

.resource-list-link {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 16px;
  padding: 18px 60px 12px 15px;
  text-decoration: none;
  border: 1px solid #c7dfe6;
  background: url("images/bkg_table_wedge.jpg") repeat-x top right;
  z-index: 2;
  overflow: hidden;
}

.resource-list-link .fa-arrow-circle-down {
  position: absolute;
  top: 50%;
  right: -20px;
  margin-top: -8px;
  font-size: 22px;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 1;
}

.resource-list-link:hover .fa-arrow-circle-down {
  right: 20px;
}

.video-list h4 {
  margin-bottom: 10px;
}

.video-list-item {
  margin-bottom: 30px;
}

/* Make video embeds responsive */
.video-list-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-list-container iframe,
.video-list-container object,
.video-list-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ---------------------------------------------------------
	LAYOUT: SEARCH RESULTS
--------------------------------------------------------- */
.page-search-results {
  min-height: 300px;
  margin-bottom: 40px;
}

.page-search-results h1 {
  margin-bottom: 40px;
}

.noresults {
  margin-top: 60px;
}

.noresults h2 {
  margin-bottom: 20px;
}

.search-item {
  padding: 20px 0;
  border-bottom: 1px solid #c7dfe6;
}

.search-item:first-of-type {
  border-top: 1px solid #c7dfe6;
}

.search-result-img {
  float: right;
  width: 25%;
  height: auto;
  padding: 0 0 0 50px;
}

.search-result-img img {
  width: 100%;
  height: auto;
}

.search-item h4 {
  margin-bottom: 4px;
}

.search-item a {
  text-decoration: none;
}

.search-item a:hover {
  text-decoration: underline;
}

.search-result-desc {
  float: left;
  width: 75%;
}

.search-item p {
  margin: 0;
}

.product-search-results h2 {
  margin-bottom: 30px;
}

/* ---------------------------------------------------------
	LAYOUT: PRIMARY NAVIGATION
--------------------------------------------------------- */
.header .menu {
  text-align: left;
}

.header .menu > ul {
  position: relative;
  align-items: center;
  display: flex;
  list-style: none;
  margin-bottom: 0;
  height: 86px;
}

.header .menu > ul > li {
  margin: 0px 16px;
  position: relative;
}

.header .menu .menu-item-has-children {
  position: relative;
}
.header .menu .menu-item-has-children:before {
  color: #1F3767;
  content: "+";
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translate3d(0, -50%, 0);
}
.header .menu .menu-item-has-children:hover:before {
  color: #00B5D2;
}

.header .menu > ul > li > a {
  display: block;
  color: #1F3767;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 86px;
  position: relative;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header .menu > ul > li > a:hover,
.header .menu > ul > li:hover > a,
.header .menu > ul > li.current-menu-item > a {
  color: #00B5D2;
}

.header .menu > ul > li:last-child {
  margin-right: 0;
}

.header .menu > ul > li:first-child {
  margin-left: 0;
}

/* Dropdown
--- */
nav ul li ul,
.secondary-nav li ul {
  background: #fff;
  padding: 10px 0 30px 10px;
  z-index: 9999;
  list-style: none;
  position: absolute;
  display: none;
  opacity: 0;
  visibility: hidden;
}

.header .menu > ul > li.menu-item-has-children > a:after,
.secondary-nav li.menu-item-has-children > a:after {
  content: "";
  -moz-transition: 0s;
  -webkit-transition: 0s;
  transition: 0s;
}

.header .menu > ul > li.menu-item-has-children:hover > a:after,
.secondary-nav li.menu-item-has-children:hover > a:after {
  background: #00BBD3;
  height: 5px;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

nav ul ul a,
.secondary-nav li ul a {
  font-size: 14px;
  display: block;
  padding: 4px 40px 4px 10px;
  white-space: nowrap;
  color: #1F3767;
  text-decoration: none;
  text-align: left;
  opacity: 1;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

nav ul ul a:hover,
.secondary-nav ul li a:hover {
  background: #00B5D2;
  color: #fff;
  opacity: 1;
}

nav ul li:hover ul,
.secondary-nav li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
  right: 0;
}

/* ---------------------------------------------------------
	LAYOUT: SECONDARY NAVIGATION
--------------------------------------------------------- */
.secondary-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 29px;
  line-height: 29px;
}

.secondary-nav li ul {
  padding: 20px 0 20px 20px;
  margin-top: -1px;
  min-width: 200px;
  background: #6a7c80;
}

.secondary-nav > li {
  position: relative;
  height: 32px;
}

.secondary-nav li ul a {
  text-transform: none;
  height: auto;
  letter-spacing: normal;
  font-weight: 300;
}

.secondary-nav li.menu-item-has-children:hover > a:after {
  background: #6a7c80;
}

.secondary-nav ul li a:hover {
  background: #606f73;
}

.oem-v2-page .row {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .oem-v2-page .row {
    display: block;
  }
}
.oem-v2-page .row:before {
  display: none;
}
.oem-v2-page .row:after {
  display: none;
}
.oem-v2-page .row .col {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .oem-v2-page .row .col {
    margin-bottom: 16px;
    width: 100%;
  }
}
.oem-v2-page .container {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 10px;
  max-width: 1000px;
}
.oem-v2-page .section-head {
  margin-bottom: 42px;
  text-align: center;
}
.oem-v2-page .section-head h2 {
  margin-bottom: 16px;
}
.oem-v2-page .section-head p {
  margin: 0 auto;
  max-width: 660px;
}
.oem-v2-page .hero {
  background: url(images/oem/hbg.jpg) center no-repeat;
  background-size: cover;
  color: #fff;
  min-height: 400px;
  position: relative;
}
.oem-v2-page .hero .button {
  background-color: #00BBD2;
}
.oem-v2-page .hero .eyebrow {
  display: block;
  font-size: 12px;
  letter-spacing: 0.1em;
  margin-bottom: 6px;
}
.oem-v2-page .hero h1 {
  font-size: 52px;
  margin-bottom: 12px;
}
.oem-v2-page .hero .form {
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #000;
  padding: 24px 32px;
  bottom: -60px;
  position: absolute;
  left: 60%;
  max-width: 440px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .oem-v2-page .hero .form {
    position: relative;
    left: auto;
  }
}
.oem-v2-page .hero .form strong {
  display: block;
  margin-bottom: 10px;
}
.oem-v2-page .hero .form .f-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.oem-v2-page .hero .form .f-row .col {
  width: calc(50% - 10px);
}
.oem-v2-page .hero .form .f-group {
  margin-bottom: 10px;
}
.oem-v2-page .hero .form label {
  display: block;
  font-size: 12px;
  margin-bottom: 6px;
}
.oem-v2-page .hero .form .cell {
  box-sizing: border-box;
  border: 1px solid #CBD6E2;
  font-size: 12px;
  padding: 10px;
  width: 100%;
}
.oem-v2-page .hero .form textarea {
  box-sizing: border-box;
  border: 1px solid #CBD6E2;
  font-size: 12px;
  height: 80px;
  padding: 10px;
  resize: none;
  width: 100%;
}
.oem-v2-page .hero .form .radio {
  align-items: center;
  display: flex;
  font-size: 12px;
}
.oem-v2-page .hero .form .radio input {
  margin-right: 6px;
}
.oem-v2-page .hero .form .button {
  color: #fff;
  line-height: 24px;
  width: 100%;
}
.oem-v2-page .hero .form .or {
  display: block;
  font-size: 10px;
  margin-top: 20px;
  text-align: center;
  text-transform: uppercase;
}
.oem-v2-page .hero .form .form-contacts {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
}
.oem-v2-page .hero .form .form-contacts a {
  box-sizing: border-box;
  color: #000;
  font-size: 12px;
  font-weight: 500;
  padding: 0 10px;
  text-decoration: none;
}
.oem-v2-page .hero .statistic {
  box-sizing: border-box;
  background-color: #1F3767;
  padding: 5px 0;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.oem-v2-page .hero .statistic .row {
  margin-left: 0;
  margin-right: auto;
  max-width: 50%;
}
.oem-v2-page .hero .statistic strong {
  display: block;
  font-size: 42px;
  font-weight: normal;
  margin-bottom: 0px;
}
.oem-v2-page .hero .statistic p {
  margin-bottom: 0;
}
.oem-v2-page .introduction-section {
  padding: 100px 0 0;
}
.oem-v2-page .introduction-section .video {
  border-radius: 5px;
  margin-bottom: 40px;
  overflow: hidden;
}
.oem-v2-page .introduction-section .video iframe {
  display: block;
  height: 500px;
  width: 100%;
}
.oem-v2-page .introduction-section .row {
  justify-content: space-between;
}
.oem-v2-page .introduction-section .row .col {
  text-align: justify;
  width: calc(50% - 20px);
}
@media screen and (max-width: 768px) {
  .oem-v2-page .introduction-section .row .col {
    width: 100%;
  }
}
.oem-v2-page .introduction-section .row .col strong {
  line-height: 1.4;
}
.oem-v2-page .introduction-section strong {
  font-weight: 500;
}
.oem-v2-page .introduction-section .intro-wide {
  margin-top: 40px;
}
.oem-v2-page .introduction-section .intro-wide img {
  display: block;
  width: 100%;
}
.oem-v2-page .process-section {
  box-sizing: border-box;
  background-color: #1A3668;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .oem-v2-page .process-section {
    padding: 40px 0 0;
  }
}
.oem-v2-page .process-section .section-head {
  color: #fff;
}
.oem-v2-page .process-section .process-row {
  margin-bottom: 60px;
}
.oem-v2-page .process-section .process-row .row {
  align-items: center;
  justify-content: space-between;
}
.oem-v2-page .process-section .process-row .row:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .oem-v2-page .process-section .process-row .row:nth-child(even) {
    flex-direction: row;
  }
}
.oem-v2-page .process-section .process-row .description {
  color: #fff;
  margin: auto;
  max-width: 415px;
}
.oem-v2-page .process-section .process-row .description h3 {
  margin-bottom: 12px;
  text-transform: uppercase;
}
.oem-v2-page .process-section .process-row .description strong {
  display: block;
  margin-bottom: 6px;
}
.oem-v2-page .process-section .process-row .description li {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 15px;
}
.oem-v2-page .process-section .process-row .image {
  display: flex;
}
.oem-v2-page .process-section .process-row .image img {
  margin: auto;
}
@media screen and (max-width: 768px) {
  .oem-v2-page .process-section .process-row .image img {
    display: block;
    max-width: 80%;
  }
}
.oem-v2-page .core-competencies {
  box-sizing: border-box;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .oem-v2-page .core-competencies {
    padding-top: 0;
  }
}
.oem-v2-page .core-competencies .head {
  margin-bottom: 24px;
  text-align: left;
}
.oem-v2-page .core-competencies .row {
  justify-content: space-between;
  flex-wrap: wrap;
}
.oem-v2-page .core-competencies .col {
  width: calc(50% - 20px);
}
@media screen and (max-width: 768px) {
  .oem-v2-page .core-competencies .col {
    width: 100%;
  }
}
.oem-v2-page .core-competencies .image {
  margin-bottom: 16px;
}
.oem-v2-page .core-competencies .image img {
  display: block;
  width: 100%;
}
.oem-v2-page .core-competencies h4 {
  margin-bottom: 16px;
}
.oem-v2-page .core-competencies p {
  max-width: 90%;
}
.oem-v2-page .fda-section {
  box-sizing: border-box;
  background-color: #1B3C6D;
  color: #fff;
  padding: 40px 0;
}
.oem-v2-page .fda-section .row {
  align-items: center;
}
.oem-v2-page .fda-section .description {
  max-width: 90%;
}
.oem-v2-page .fda-section h1 {
  color: #fff;
  display: block;
  margin-bottom: 24px;
}
.oem-v2-page .fda-section a {
  color: #fff;
}
.oem-v2-page .fda-section .image img {
  display: block;
  width: 100%;
}
.oem-v2-page .customization-section {
  box-sizing: border-box;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .oem-v2-page .customization-section {
    padding: 40px 0;
  }
}
.oem-v2-page .customization-section .row {
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .oem-v2-page .customization-section .row {
    display: block;
  }
}
.oem-v2-page .customization-section .col {
  box-sizing: border-box;
  padding: 8px;
  width: 33.3333%;
}
@media screen and (max-width: 768px) {
  .oem-v2-page .customization-section .col {
    width: 100%;
  }
}
.oem-v2-page .customization-section .custom-block {
  box-sizing: border-box;
  background-color: #1B3C6D;
  border-radius: 5px;
  color: #fff;
  height: 100%;
  padding: 40px 24px;
  text-align: center;
}
.oem-v2-page .customization-section .custom-block .image {
  display: flex;
  margin: 0 auto;
}
.oem-v2-page .customization-section .custom-block .image img {
  display: block;
  margin: auto;
}
.oem-v2-page .customization-section .custom-block h2 {
  color: #00BBD2;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px;
}
.oem-v2-page .customization-section .custom-block ul {
  margin-bottom: 16px;
}
.oem-v2-page .customization-section .custom-block li {
  font-size: 12px;
  list-style: none;
}
.oem-v2-page .engineering-section {
  box-sizing: border-box;
  background-color: #0497A9;
  color: #fff;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .oem-v2-page .engineering-section {
    padding: 40px 0;
  }
}
.oem-v2-page .engineering-section .row {
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .oem-v2-page .engineering-section .row {
    display: block;
  }
}
.oem-v2-page .engineering-section .col {
  box-sizing: border-box;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .oem-v2-page .engineering-section .col {
    width: 100%;
  }
}
.oem-v2-page .engineering-section .eng-block {
  box-sizing: border-box;
  color: #fff;
  height: 100%;
  padding: 0 24px;
  text-align: center;
}
.oem-v2-page .engineering-section .eng-block .image {
  display: flex;
  margin: 0 auto;
}
.oem-v2-page .engineering-section .eng-block .image img {
  display: block;
  margin: auto;
}
.oem-v2-page .engineering-section .eng-block h2 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px;
}
.oem-v2-page .engineering-section .eng-block ul {
  margin-bottom: 16px;
}
.oem-v2-page .engineering-section .eng-block li {
  font-size: 12px;
  list-style: none;
}
.oem-v2-page .cta-section {
  box-sizing: border-box;
  background-color: #E2E2E2;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .oem-v2-page .cta-section {
    padding: 24px 20px;
  }
}
.oem-v2-page .cta-section .container {
  box-sizing: border-box;
  background-color: #1F3767;
  border-radius: 8px;
  color: #fff;
  margin: 0 auto;
  padding: 64px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .oem-v2-page .cta-section .container {
    padding: 32px;
  }
}
.oem-v2-page .cta-section .container p {
  margin: 12px auto 24px;
  max-width: 480px;
}
.oem-v2-page .cta-section .container .button {
  background-color: #fff;
  color: #1A3668;
}

/* ---------------------------------------------------------
  MODULES: BUTTONS
--------------------------------------------------------- */
.button,
.styled-select select {
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.05em;
  cursor: pointer;
}

.button {
  border: none;
  outline: none;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -webkit-appearance: none;
  display: inline-block;
  padding: 12px 20px 9px;
  line-height: 15px;
  vertical-align: top;
}

.button-full {
  display: block;
}

.button-small {
  padding: 0px 15px;
  height: 24px;
  font-size: 10px;
  line-height: 26px;
}

.button-medium {
  padding: 0px 15px;
  height: 28px;
  font-size: 11px;
  line-height: 30px;
}

.button-blue {
  background: #003d79;
  color: #FFFFFF;
  transition: all 150ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}

.button-blue:hover {
  background: #1350a3;
}

.button-white {
  background: #FFFFFF;
  color: #003d79;
}

/* ---------------------------------------------------------
  MODULES: CALLOUT
--------------------------------------------------------- */
.callout {
  background-color: #061D41;
  background-image: url("images/tools.jpg");
  background-position: right 0 top 50%;
  background-repeat: no-repeat;
  background-size: 45% auto;
  color: #fff;
  padding: 80px 0;
  position: relative;
}
.callout h2 {
  line-height: 1.4;
  margin-bottom: 24px;
  text-transform: uppercase;
  max-width: 50%;
}
.callout .button {
  display: block;
  font-weight: bold;
  max-width: 160px;
}
.callout .callout-image {
  display: none;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate3d(0, -50%, 0);
  width: 45%;
}
.callout.v2 {
  background-image: none;
  padding: 30px 0;
}
.callout.v2 h2 {
  font-size: 22px;
  margin-bottom: 0;
  text-transform: none;
  max-width: 100%;
}
.callout.v2 .button {
  max-width: 125px;
}

/* ---------------------------------------------------------
  MODULES: EVENT LISTS
--------------------------------------------------------- */
.event-list-wrapper {
  padding-right: 10px;
}

.event-list-slim {
  list-style: none;
  margin-bottom: 0;
}

.event-list-slim li {
  border-bottom: 1px solid #c7dfe6;
  padding: 16px 0 10px 14px;
}

.event-list-slim li:first-child {
  padding-top: 0;
}

.event-list-slim li:last-child {
  border: none;
  padding-bottom: 0;
}

.event-block {
  white-space: nowrap;
}

.event-date {
  margin-bottom: 7px;
  font-weight: 600;
  font-size: 13px;
  color: #84959a;
}

.event-detail {
  margin-bottom: 5px;
  color: #84959a;
  font-size: 13px;
}

.event-detail .seperator {
  color: #c7dfe6;
  padding: 0 10px;
}

.event-list-slim h3 {
  font-size: 18px;
  line-height: 23px;
  color: #2d3436;
}

.event-item-full {
  padding: 20px 0;
  border-bottom: 1px solid #c7dfe6;
}

.event-item-full:last-child {
  border: none;
}

/* ---------------------------------------------------------
  MODULES: EVENT LISTS
--------------------------------------------------------- */
.news-list {
  list-style: none;
  margin-bottom: 0;
}

.news-list li {
  border-bottom: 1px dashed #c7dfe6;
  padding: 16px 0 17px 14px;
}

.news-list li:first-child {
  padding-top: 1px;
}

.news-list li:last-child {
  border: none;
  padding-bottom: 0;
}

.news-list h3 {
  font-size: 18px;
  line-height: 20px;
  color: #2d3436;
  margin-bottom: 0;
}

.news-list a {
  text-decoration: none;
}

.news-list a:hover {
  text-decoration: underline;
}

.news-list p {
  margin: 8px 0 0;
}

.news-source {
  margin: 0 0 6px;
  font-size: 13px;
  line-height: 15px;
  color: #84959a;
}

.news-read-more {
  display: block;
  margin-top: 9px;
  font-size: 13px;
}

/* News list full */
.news-list.full {
  list-style: none;
  margin-bottom: 0;
}

.news-list.full li {
  border-bottom: 1px solid #c7dfe6;
  padding: 16px 0 17px 14px;
}

.news-list.full li:first-child {
  padding-top: 0;
}

.news-list.full li:last-child {
  border: none;
  padding-bottom: 0;
}

.news-list.full h3 {
  margin-bottom: 3px;
}

.news-list.full p {
  margin: 15px 0 0;
}

.news-list.full .news-source {
  margin: 0;
  font-size: 13px;
  color: #84959a;
}

/* ---------------------------------------------------------
  MODULES: PAGINATION
--------------------------------------------------------- */
.pagination {
  margin-top: 0;
}

.pagination .page-numbers {
  display: inline-block;
  min-width: 30px;
  margin-bottom: 5px;
  padding: 3px 10px;
  text-decoration: none;
  text-align: center;
  border: 1px solid #c7dfe6;
}

.pagination .page-numbers.current {
  font-weight: 600;
  color: #003d79;
  background: #f4f7f9;
}

.pagination.pagination-spaced {
  margin-top: 35px;
}

/* ---------------------------------------------------------
  MODULES: STYLED SELECT
--------------------------------------------------------- */
/* WP Hotspot Plugin */
.hs-wrap {
  margin: 30px 0;
}

.hs-tooltip {
  font-family: "Proxima Nova", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  background-color: #91b0d5;
}

.hs-spot-object.left .hs-tooltip:before {
  border-left-color: #91b0d5;
}

.hs-spot-object.right .hs-tooltip:before {
  border-right-color: #91b0d5;
}

.hs-spot-object.top .hs-tooltip:before {
  border-top-color: #91b0d5;
}

.hs-spot-object.bottom .hs-tooltip:before {
  border-bottom-color: #91b0d5;
}

/* Gravity Forms Styles */
.instrusafe-form_wrapper.gform_wrapper .top_label .gfield_label {
  margin-bottom: 1px;
}

.instrusafe-form_wrapper.gform_wrapper textarea.textarea {
  width: 100% !important;
  height: 100px;
}

.instrusafe-form_wrapper.gform_wrapper .gform_footer input[type=submit] {
  color: #fff;
  background: #003D79;
}

.instrusafe-form_wrapper.gform_wrapper ul.gfield_checkbox li input[type=checkbox] {
  margin-top: 4px !important;
}

.instrusafe-form_wrapper li li {
  color: #2d3436;
}

.instrusafe-form_wrapper.gform_wrapper .gform_footer {
  margin-top: 0;
}

.instrusafe-form .gform_confirmation_message {
  margin-top: 25px;
  font-weight: 600;
}

/*IE button padding overwrite */
.gf_browser_ie.gform_wrapper .gform_footer input.button {
  padding: 15px 20px 12px !important;
}

.instrusafe-form_wrapper.gform_wrapper .gsection {
  margin-top: 30px;
}

.instrusafe-form_wrapper.gform_wrapper .gsection.post-two-col {
  margin-top: 8px;
}

.instrusafe-form .gsection_title {
  color: #003D79;
}

.instrusafe-form_wrapper.gform_wrapper .top_label .gf_list_section .gfield_label {
  display: none;
}

.instrusafe-form .gf_list_section thead:before {
  display: none;
}

/* ---------------------------------------------------------
  MODULES: STYLED SELECT
--------------------------------------------------------- */
.styled-select {
  position: relative;
  display: inline-block;
  padding-left: 0;
  color: #003d79;
  border: 1px solid #003d79;
}

.styled-select select {
  display: inline-block;
  width: 100%;
  height: 36px;
  margin: 0;
  padding: 9px 16px 8px 8px;
  line-height: 1.7;
  color: #003d79;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  outline: 0;
  text-align: left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.styled-select:after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -5px;
  font-family: "FontAwesome";
  font-size: 10px;
  content: "\f078";
  pointer-events: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@-moz-document url-prefix() {
  .styled-select {
    overflow: hidden;
  }
  .styled-select select {
    width: 118%;
    padding-right: 30px;
  }
}
select::-ms-expand {
  display: none;
}

.lt-ie10 .styled-select:after {
  display: none;
}

.lt-ie10 .styled-select select {
  padding-right: 0;
}

.lt-ie9 .styled-select select {
  height: 34px;
  padding: 9px 0 8px 0;
  line-height: 1.5;
}

/* ---------------------------------------------------------
	LAYOUT: MEDIA QUERIES
--------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
  /* Primary Navigation
  -------------------------------- */
  .header .menu > ul > li {
    margin: 0 8px;
  }
  .header .menu > ul > li > a {
    font-size: 12px;
  }
  /* Home Page Hero
  -------------------------------- */
  .hero-pattern {
    width: 40.6%;
    right: 0;
    left: auto;
  }
  .hero-image {
    width: 95%;
    margin-left: 0;
  }
  /* Home Page Product Search
  -------------------------------- */
  .lt-ie9 .product-search {
    margin-left: 0;
  }
  .lt-ie9 .product-search-button {
    margin-left: 0;
  }
  .product-search-button {
    padding: 0;
    margin-top: 10px;
  }
  .product-search-button .button {
    width: 100%;
  }
  /* Footer Callout
  -------------------------------- */
  .callout h3 {
    font-size: 24px;
    margin-top: 0;
  }
  .callout .button {
    margin-top: 16px;
  }
}
@media only screen and (max-width: 880px) {
  /* Base
  -------------------------------- */
  table:not(.product-group-table) {
    overflow-x: auto;
    display: block;
  }
  /* Default Page
  -------------------------------- */
  .default-main,
  .default-sidebar {
    width: 100%;
    left: auto;
    right: auto;
  }
  .default-content {
    margin: 0;
  }
  .default-sidebar {
    margin-top: 20px;
    padding-top: 30px;
    border: none;
    border-top: 1px solid #c7dfe6;
  }
  .sidebar-section {
    padding-left: 0;
  }
  /* Product Listing Page
  -------------------------------- */
  .product-item {
    float: none;
    width: 100%;
    padding: 0 10px 0 0;
  }
  .product-item,
  .product-item:not(:only-of-type):nth-child(even) {
    padding-left: 0;
    padding-right: 10px;
  }
  .product-lisiting-sidebar-section h3 {
    font-size: 20px;
    line-height: 23px;
  }
  /* Single Product Page
  -------------------------------- */
  .product-single-main,
  .product-single-sidebar {
    width: 100%;
    left: auto;
    right: auto;
  }
  .product-single-sidebar:before {
    display: none;
  }
  .product-hero {
    padding-bottom: 40px;
  }
  .product-single-main {
    padding-right: 10px;
    border: none;
  }
  .product-customization {
    margin: 35px 0;
    border-radius: 10px;
    cursor: pointer;
  }
  .product-single-content {
    margin: 0;
  }
  .product-group {
    margin-bottom: 45px;
  }
  .product-collection-footnotes {
    margin-top: 30px;
  }
  .product-navigation {
    margin-top: 40px;
  }
  .product-navigation a {
    display: block;
    width: 100%;
    max-width: 300px;
    margin-right: 0;
  }
  .product-single-sidebar {
    padding: 0 10px 30px 10px;
  }
  .product-sidebar-section {
    padding: 30px 0;
  }
  .product-sidebar-img {
    width: auto;
  }
  .suggested-product-item:last-child {
    margin-bottom: 0;
  }
  .suggested-product-copy {
    float: left;
    width: 60%;
  }
  .suggested-product-image {
    float: left;
    width: 40%;
    max-width: 250px;
    padding-right: 30px;
  }
  .suggested-product-image .product-sidebar-img {
    height: auto;
    width: 100%;
  }
  /* News & Events Page
  -------------------------------- */
  .event-detail .seperator {
    display: block;
    height: 0;
  }
  .event-link {
    display: block;
  }
  .event-link .seperator {
    display: none;
  }
  /* Footer
  -------------------------------- */
  .bottom {
    padding-top: 10px;
  }
  .bottom-summit .row,
  .bottom-summit .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .bottom .bottom-contact {
    width: 100%;
    margin-bottom: 20px;
  }
  .bottom .bottom-contact ul {
    border: none;
  }
  .bottom .bottom-contact li {
    padding: 24px 12px 24px 55px;
    padding-left: 0;
  }
  .bottom .bottom-contact li i {
    display: none;
  }
  .bottom .bottom-contact .sm-text {
    font-size: 15px;
  }
  .bottom .bottom-summit {
    width: 100%;
    margin-bottom: 20px;
  }
  .summit-logo {
    margin-bottom: 18px;
  }
  .bottom-summit-logo,
  .bottom-summit-details {
    width: 100%;
  }
}
@media only screen and (max-width: 760px) {
  /* Header
  -------------------------------- */
  .header {
    height: 153px;
  }
  .logo {
    width: 100%;
  }
  .logo img {
    width: 115px;
  }
  /* Primary Navigation
  -------------------------------- */
  .menu,
  .menu > ul {
    width: 100%;
  }
  .header .menu > ul {
    text-align: center;
    height: 67px;
  }
  .header .menu > ul > li {
    float: none;
    display: inline-block;
    margin: 0 13px;
  }
  .header .menu > ul > li > a {
    line-height: 67px;
  }
}
@media only screen and (min-width: 641px) {
  .product-sidebar-navigation {
    display: block !important;
  }
}
@media only screen and (max-width: 640px) {
  /* Universal
  -------------------------------- */
  .do-desktop {
    display: none;
  }
  .do-mobile {
    display: block;
  }
  h1 {
    font-size: 42px;
    line-height: 42px;
  }
  h2 {
    font-size: 30px;
    line-height: 31px;
  }
  blockquote {
    margin-left: 0;
  }
  .alignleft, .alignright, .aligncenter {
    display: block;
    float: none;
    max-width: 100%;
    height: auto;
    margin: 20px auto;
  }
  .alignleft img, .alignright img, .aligncenter img {
    max-width: 100%;
    height: auto;
  }
  .alignnone {
    max-width: 100%;
    height: auto;
  }
  .alignnone img {
    width: 100%;
    height: auto;
  }
  /* Primary Navigation
  -------------------------------- */
  #nav {
    display: block;
  }
  #nav ul {
    position: static;
  }
  body.nav-open .page {
    margin-left: -260px;
  }
  /* Header
  -------------------------------- */
  .header {
    height: 65px;
  }
  .top-bar {
    height: 65px;
    padding-top: 5px;
    line-height: 22px;
  }
  .top-bar a {
    height: 22px;
  }
  .top-bar-summit-text {
    letter-spacing: 0;
  }
  .top-bar-social-links {
    float: none;
    margin-right: 0;
    text-align: left;
    clear: both;
  }
  .mobile-trigger .fa {
    position: relative;
    top: 1px;
  }
  /* Home Page Hero
  -------------------------------- */
  .hero {
    padding-top: 40px;
  }
  .hero-pattern {
    display: none;
  }
  .hero img.hero-image {
    width: 100%;
    margin-bottom: 0;
    margin-left: 0;
  }
  .product-search {
    margin-top: 20px;
  }
  .product-search-inner {
    margin-left: 20px;
  }
  .home-overflow-x-hidden {
    overflow-x: visible;
  }
  /* Home Page Video
  -------------------------------- */
  .video .video-description {
    float: none;
    margin: 45px 0 45px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .video-dent {
    display: none;
  }
  .video-overflow {
    position: static;
    width: 100%;
    height: auto;
    overflow: visible;
  }
  .video-js {
    position: relative !important;
  }
  /* Care & Maintenance
  -------------------------------- */
  .care-maintenance-details {
    padding-top: 360px;
  }
  .care-maintenance-overflow-container {
    height: 400px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .care-maintenance-overflow-container .care-maintenance-overflow img {
    width: auto;
    height: 100%;
    margin: 0 auto;
  }
  .care-maintenance-overflow-container .home-cm-slides li {
    text-align: center;
  }
  /* Home Page Events
  -------------------------------- */
  .events-news-row {
    padding: 45px 0 65px;
  }
  .events-feed {
    margin-top: 30px;
  }
  /* Home Page Quotes
  -------------------------------- */
  .quotes-feed li {
    padding: 0 15px;
  }
  .quote-credit .seperator {
    display: none;
  }
  .quote-name, .quote-company {
    display: block;
  }
  .quotes h3 {
    font-size: 20px;
  }
  /* Interior Styles
  -------------------------------- */
  .interior {
    padding-top: 50px;
  }
  /* Default Page
  -------------------------------- */
  .interior.page-default {
    padding-top: 50px;
  }
  .default-content .sub-columns {
    padding-left: 0;
  }
  /* Featured Product
  -------------------------------- */
  .featured-product-details {
    padding-bottom: 30px;
  }
  .featured-overflow-container {
    height: auto;
  }
  .featured-overflow {
    position: static;
    overflow: visible;
    bottom: inherit;
    height: auto;
    margin-bottom: 50px;
  }
  .featured-overflow img {
    display: block;
    width: 75%;
    height: auto;
    margin: 0 auto;
  }
  /* Quotes
  -------------------------------- */
  .quotes {
    padding: 46px 0 35px;
  }
  /* Product Listing Page
  -------------------------------- */
  .products-main {
    padding: 40px 0 25px 10px;
  }
  .product-group-headline .pgh-handle .pgh-handle-label {
    display: none;
  }
  .product-lisiting-sidebar {
    width: 102%;
    margin: 0 0 0 -1%;
    padding: 40px 0;
  }
  .product-navigation-trigger {
    display: block;
  }
  .product-navigation-trigger span {
    display: inline-block;
  }
  .product-navigation-trigger .fa {
    display: none;
  }
  .product-navigation-trigger.active .fa {
    display: inline-block;
  }
  .product-sidebar-navigation {
    display: none;
  }
  .product-lisiting-sidebar-section:first-child {
    padding-top: 25px;
    border-top: none;
  }
  /* Single Product Page
  -------------------------------- */
  .product-hero-copy {
    margin-top: 40px;
  }
  .product-customization {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .product-customization h3 {
    font-size: 18px;
    line-height: 22px;
  }
  .product-customization .fa {
    top: 14px;
    font-size: 25px;
  }
  .product-group-item-dimensions,
  .product-group-item-number {
    display: block;
    width: 100%;
    text-align: left;
    border-top: none;
  }
  .suggested-product-copy,
  .suggested-product-image {
    float: none;
    width: 100%;
    padding-right: 0;
  }
  /* Search Results Page
  -------------------------------- */
  .page-search-results {
    margin-bottom: 0;
  }
  .search-result-img {
    float: none;
    width: auto;
    height: auto;
    padding: 0 0 10px 0;
  }
  .search-result-img img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .search-result-desc {
    float: none;
    width: 100%;
  }
  /* News & Events Page
  -------------------------------- */
  .event-list-wrapper {
    padding-right: 0;
  }
  /* Plugins
  -------------------------------- */
  .hs-tooltip-wrap {
    max-width: 200px !important;
  }
  .instrusafe-form_wrapper.gform_wrapper .top_label li.gfield.gf_right_half,
  .instrusafe-form_wrapper.gform_wrapper .top_label li.gfield.gf_left_half,
  .instrusafe-form_wrapper.gform_wrapper .top_label li.gfield.gfield_error.gf_left_half,
  .instrusafe-form_wrapper.gform_wrapper .top_label li.gfield.gfield_error.gf_right_half {
    width: 100% !important;
    margin-right: 0;
  }
}