/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * 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 font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ 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 6+.
 * 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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * 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.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 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 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/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;
}

/* Breakpoints */
/* Colors */
/* fonts */
/*font-sizes*/
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
  font-family: "Lato", Arial, sans-serif;
  color: #333333;
}

h1 {
  display: block;
  margin: 0;
}

h2 {
  display: block;
  font-size: 18px;
  margin: 0;
  color: #27366d;
}

ul {
  font-size: 15px;
  margin: 0 0 1em 0;
  padding: 0 0 0 20px;
}

a, a:hover, a:active, a:focus {
  outline: 0;
}

p {
  font-size: 14px;
  line-height: 22px;
}

picture {
  width: 100%;
  height: 100%;
  display: inline-block;
}

.button-wrapper {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

.cta-button, .cta-button--dark, .form-submit-button input[type="submit"] {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 18px;
  background-color: #02306b;
  color: #ffffff;
  border: 2px solid #fff;
  line-height: 1em;
  padding: 13px 30px;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  margin: 10px 0 15px;
  position: relative;
}
.cta-button:after, .cta-button--dark:after, .form-submit-button input[type="submit"]:after {
  background: url(/App_Themes/Rexnord/img/button-shadow.png) center 0 no-repeat transparent;
  bottom: -8px;
  left: 50%;
  transform: translate(-50%);
  -ms-transform: translate(-50%);
  -webkit-transform: translate(-50%);
  content: "";
  display: block;
  height: 6px;
  position: absolute;
  width: 100%;
}
.cta-button:hover, .cta-button--dark:hover, .form-submit-button input[type="submit"]:hover {
  color: #ffffff;
  text-decoration: none;
}

.cta-button--dark, .form-submit-button input[type="submit"] {
  background-color: #0d4e76;
}

.image-contain, .image-contain--full-screen-image, .blog-post-card__image {
  max-width: 100%;
  clear: none;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.flex-container, .text-half-width {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  flex-flow: row wrap;
}

.flex-item, .image-half, .image-half--left, .image-half--right, .text-half, .text-half--right, .text-half--left {
  -webkit-order: 0;
  order: 0;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-align-self: auto;
  align-self: auto;
}


.clearfix:before, .wrapper:before, .form-wrapper:before, .header-image:before, .full-width-text:before, .text-half-width:before, .blog-subscribe__inner-wrapper:before, .blog-author:before, .gated-content:before, .form__field-wrapper:before, .full-screen-image:before, .blog-detail__content-wrapper:before, .blog-detail__social-wrapper:before, .video-wrapper:before, .video-iframe:before, .featured-post__content-wrapper:before, .blog-landing-filters--outer-wrapper:before, .blog-landing-filters--inner-wrapper:before, .blog-post-card__text-container:before, .blog-poll:before,
.clearfix:after,
.wrapper:after,
.form-wrapper:after,
.header-image:after,
.full-width-text:after,
.text-half-width:after,
.blog-subscribe__inner-wrapper:after,
.blog-author:after,
.gated-content:after,
.form__field-wrapper:after,
.full-screen-image:after,
.blog-detail__content-wrapper:after,
.blog-detail__social-wrapper:after,
.video-wrapper:after,
.video-iframe:after,
.featured-post__content-wrapper:after,
.blog-landing-filters--outer-wrapper:after,
.blog-landing-filters--inner-wrapper:after,
.blog-post-card__text-container:after,
.blog-poll:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after, .wrapper:after, .form-wrapper:after, .header-image:after, .full-width-text:after, .text-half-width:after, .blog-subscribe__inner-wrapper:after, .blog-author:after, .gated-content:after, .form__field-wrapper:after, .full-screen-image:after, .blog-detail__content-wrapper:after, .blog-detail__social-wrapper:after, .video-wrapper:after, .video-iframe:after, .featured-post__content-wrapper:after, .blog-landing-filters--outer-wrapper:after, .blog-landing-filters--inner-wrapper:after, .blog-post-card__text-container:after, .blog-poll:after {
  clear: both;
}

.footer-container li {
  line-height: 1.2em;
}

.prependhere.menu1List li .dmui-simple-ul a {
  height: 20px !important;
}

/*Wrappers*/
.wrapper, .form-wrapper, .header-image, .full-width-text, .text-half-width, .blog-subscribe__inner-wrapper, .blog-author, .gated-content {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  width: 100%;
  padding: 0 15px;
  max-width: 970px;
  margin: 0 auto;
}

.full-screen-width {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.section-title, .section-title--center, .section-subtitle, .form-wrapper h3, .text-half__title {
  font-size: 30px;
  line-height: 36px;
  font-weight: normal;
  margin: 0 !important;
}

.section-title--center {
  text-align: center;
}

.section-subtitle {
  font-size: 22px;
  line-height: 27px;
}

.section-subtitle--neutral {
  font-size: 17px;
  font-weight: bold;
  line-height: 21px;
  color: #898989;
  margin: 0 0 5px 0 !important;
}

.form-wrapper {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  width: 100%;
  padding: 20px;
  max-width: 870px;
  margin: 20px auto;
  background-color: #E7EDF1;
}
@media only screen and (min-width: 768px) {
  .form-wrapper {
    padding: 40px;
  }
}
.form-wrapper h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}
.form-wrapper span {
  display: block;
  margin: 5px 0 10px 0;
  font-size: 13px;
  font-style: italic;
}
.form-wrapper label {
  font-size: 14px;
}
.form-wrapper input[type="text"] {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 5px;
  margin: 0 0 12px 10px;
  display: block;
  width: auto;
}
@media only screen and (min-width: 480px) {
  .form-wrapper input[type="text"] {
    display: inline-block;
    margin: 0 0 0 15px;
  }
}

.grid-wrapper {
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.two-col-form {
  flex-basis: 100%;
}
@media only screen and (min-width: 768px) {
  .two-col-form {
    flex-basis: 48%;
  }
}

.form__field-wrapper {
  display: block;
  margin: 0 0 7px 0;
}

.form__field-wrapper > div {
  display: inline-block;
  width: 13px;
  height: 13px;
}

.form-submit-button input[type="submit"] {
  font-size: 16px;
  font-family: "Lato", Arial, sans-serif;
  background-color: #0d4e76;
  background-image: none;
  border: none;
  border-radius: 0;
  margin: 10px 0 0 0;
}
.form-submit-button input[type="submit"]:hover {
  font-weight: normal;
  background-color: #0d4e76;
}

.header-image {
  max-width: 1200px;
  padding: 0;
  position: relative;
}

.header-image__logo-overlay {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 220px;
  height: 37px;
}
@media only screen and (min-width: 970px) {
  .header-image__logo-overlay {
    width: 300px;
    height: 50px;
  }
}

.banner-image--full-width {
  width: 100%;
  margin: 0 auto 35px auto;
}

.full-width-text {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 970px) {
  .full-width-text {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.full-width-description {
  width: 100%;
  max-width: 810px;
  margin: 10px auto 0 auto;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .full-width-description {
    max-width: 600px;
  }
}
@media only screen and (min-width: 970px) {
  .full-width-description {
    text-align: left;
    margin: 15px auto 0 auto;
    max-width: 100%;
  }
}

.two-column-description, .two-column-description--750, .two-column-description--810 {
  width: 100%;
  margin: 15px auto 40px auto;
  text-align: center;
}
@media only screen and (min-width: 970px) {
  .two-column-description, .two-column-description--750, .two-column-description--810 {
    text-align: left;
    -webkit-columns: 355px 2;
    -moz-columns: 355px 2;
    columns: 355px 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    margin: 25px auto 0 auto;
  }
}

.two-column-description--750 {
  max-width: 750px;
}

.two-column-description--810 {
  max-width: 810px;
}

.text-half-width {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 970px) {
  .text-half-width {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.text-half__title {
  margin-top: 40px;
}

/* ========================================
    Base Classes
======================================== */
.image-half, .image-half--left, .image-half--right {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (min-width: 970px) {
  .image-half, .image-half--left, .image-half--right {
    width: 45%;
    margin: 0 5% 0 0;
  }
}

.text-half, .text-half--right, .text-half--left {
  width: 100%;
  text-align: left;
}
@media only screen and (min-width: 970px) {
  .text-half, .text-half--right, .text-half--left {
    width: 50%;
    margin: 0;
  }
}

/* ========================================
    Image Left - Text Right
======================================== */
.text-half__description--right {
  margin: 20px 0 0 0;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .text-half__description--right {
    text-align: center;
    margin: 20px auto 0 auto;
    max-width: 600px;
  }
}
@media only screen and (min-width: 970px) {
  .text-half__description--right {
    margin: 20px 0 0 0;
    text-align: left;
    max-width: 100%;
  }
}

/* ========================================
    Image Right - Text Left
======================================== */
@media only screen and (min-width: 970px) {
  .image-half--right {
    float: left;
  }
}

.text-half__description--left {
  margin: 20px 0 0 0;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .text-half__description--left {
    margin: 0 auto;
    text-align: center;
    max-width: 600px;
  }
}
@media only screen and (min-width: 970px) {
  .text-half__description--left {
    margin: 20px 0 0 0;
    text-align: left;
    max-width: 100%;
  }
}

.full-screen-image {
  position: relative;
  width: 100%;
  max-width: none;
  text-align: center;
  margin: 0 auto;
  min-width: 100%;
  overflow: hidden;
}
.full-screen-image img {
  width: 100%;
  margin: 30px auto;
}

.full-screen-image__logo-overlay {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 220px;
  height: 37px;
}
@media only screen and (min-width: 768px) {
  .full-screen-image__logo-overlay {
    width: 280px;
    height: auto;
  }
}
@media only screen and (min-width: 970px) {
  .full-screen-image__logo-overlay {
    width: 370px;
  }
}

.image-contain--full-screen-image {
  width: 100%;
}

.full-screen-image__text-overlay {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) {
  .full-screen-image__text-overlay {
    height: auto;
  }
}
.full-screen-image__text-overlay h1 {
  color: #ffffff;
  text-shadow: 2px 1px 2px #969696;
  font-weight: normal;
  font-size: 24px;
  text-transform: uppercase;
}

.grid-wrapper {
  padding: 0;
  max-width: 1075px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.grid-image-container {
  margin: 0 auto;
  text-align: center;
}

.grid-item, .two-col-item, .three-col-item, .four-col-item {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  flex-basis: 100%;
}

/*-----------------------------
 Two Columns
 ------------------------------*/
@media only screen and (min-width: 480px) {
  .two-col-item {
    padding: 10px;
    flex-basis: 50%;
  }
}

/*-----------------------------
 Three Columns
 ------------------------------*/
@media only screen and (min-width: 480px) {
  .three-col-item {
    padding: 10px;
    flex-basis: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .three-col-item {
    flex-basis: 33.333%;
  }
}

/*-----------------------------
 Four Columns
 ------------------------------*/
@media only screen and (min-width: 480px) {
  .four-col-item {
    padding: 10px;
    flex-basis: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .four-col-item {
    flex-basis: 33.333%;
  }
}
@media only screen and (min-width: 970px) {
  .four-col-item {
    flex-basis: 25%;
  }
}

.pagination {
  display: inline-block;
  padding: 0 0 5px 10px;
  margin: 20px 0 -5px;
  border-radius: 0;
  overflow: hidden;
  width: 100%;
}

.pagination__direct-pager {
  width: auto;
  display: inline-block;
  float: left;
  font-size: 12px;
}
.pagination__direct-pager input {
  border: none;
  width: 8px !important;
  font-size: 12px !important;
}

.pagination__arrow-pager {
  width: auto;
  display: inline-block;
  float: right;
}

.pagination__arrow-pager > a {
  display: inline-block;
  width: 18px;
  background: #eee;
  color: #666;
  font-size: 11px;
  height: 18px;
  line-height: 18px;
  font-family: LatoRegular, Arial, Helvetica, sans-serif;
  text-align: center;
  text-decoration: none;
}

.pagination__arrow-pager strong {
  display: inline-block;
  width: 18px;
  background: #444;
  color: #fff;
  font-weight: 500;
  font-size: 11px;
  height: 18px;
  line-height: 18px;
  font-family: LatoRegular, Arial, Helvetica, sans-serif;
  text-align: center;
  text-decoration: none;
}

.hidden {
  display: none;
}

.blog-content-width {
  max-width: 650px;
}

.blog-detail__content-wrapper {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  width: 100%;
  padding: 0 15px;
  max-width: 650px;
  margin: 0 auto;
}
.blog-detail__content-wrapper h2.blog-detail__subheading {
  font-size: 22px;
  margin: 20px 0 5px 0;
  color: #000;
}
.blog-detail__content-wrapper img.image-left {
  display: block;
  margin: 15px auto;
  width: 100%;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .blog-detail__content-wrapper img.image-left {
    margin: 0 10px 10px 0;
    display: inline;
    float: left;
    max-width: 300px;
  }
}
.blog-detail__content-wrapper img.image-right {
  display: block;
  margin: 15px auto;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .blog-detail__content-wrapper img.image-right {
    margin: 0 0 10px 10px;
    display: inline;
    float: right;
    max-width: 300px;
  }
}
.blog-detail__content-wrapper img.image-full {
  display: block;
  margin: 15px auto;
  max-width: 100%;
}
.blog-detail__content-wrapper li {
  line-height: 1.6em;
}
.blog-detail__content-wrapper input {
  display: inline-block;
}
.blog-detail__content-wrapper label {
  display: inline-block;
}

.image-centered {
  display: block !important;
  width: 100%;
  max-width: 300px;
  margin: 0 auto !important;
  text-align: center;
  float: none !important;
}

.blog-detail__author-category-wrapper {
  display: block;
  width: 100%;
}
.blog-detail__author-category-wrapper span {
  font-size: 12px;
  color: #808080;
  display: inline;
  margin-right: 2px;
}

.blog-detail__category-link, .blog-detail__author-link {
  font-size: 12px;
  color: #808080;
  display: inline;
  margin-right: 2px;
}

.blog-detail__tags-wrapper {
  display: block;
  width: 100%;
}
.blog-detail__tags-wrapper span {
  font-size: 12px;
  color: #808080;
  display: inline;
  margin-right: 2px;
  float: left;
  margin-top: 5px;
}

.blog-detail__tags {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 2px 7px;
  font-size: 12px;
  color: #808080;
  background-color: #e8edf1;
  display: inline-block;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
}
.blog-detail__tags:first-of-type {
  margin-left: 5px;
}

.blog-detail__social-wrapper {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  width: 100%;
  margin: 10px 0 20px 0;
  border-bottom: 1px solid #dbdbdb;
}

.blog-detail__social-media-button {
  display: inline-block;
  width: 70px;
  float: left;
}

.blog-detail__pipe {
  display: none;
}
@media only screen and (min-width: 768px) {
  .blog-detail__pipe {
    display: inline-block;
  }
}

#widget {
  position: relative;
  bottom: 3px;
}

.IN-widget {
  position: relative;
  left: 2px;
}

.blog-detail__blockquote p {
  margin: 20px 0 !important;
  font-size: 18px !important;
  font-weight: 300;
  line-height: 28px;
  color: #8F8F8F;
}
@media only screen and (min-width: 768px) {
  .blog-detail__blockquote p {
    font-size: 28px !important;
    font-weight: 300;
    line-height: 40px;
  }
}

.PollControl {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: #dbdbdb;
  padding: 30px;
  width: 100%;
  max-width: 630px;
  margin: 20px auto;
}

.video-wrapper {
  margin: 35px auto;
}

.video-iframe {
  position: relative;
  width: 100%;
  padding: 0;
  max-width: 860px;
  margin: 0 auto;
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}
@media only screen and (min-width: 970px) {
  .video-iframe {
    width: 100%;
  }
}
.video-iframe .ratio {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.video-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.featured-post__content-wrapper {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  width: 100%;
  padding: 0 15px;
  max-width: 650px;
  margin: 0 auto;
}
.featured-post__content-wrapper img {
  display: inline;
  float: left;
  margin: 0 10px 10px 0;
  max-width: 300px;
}
.featured-post__content-wrapper li {
  line-height: 1.6em;
}
.featured-post__content-wrapper p {
  text-align: center;
}

.recent-articles__content-wrapper {
  margin-top: 30px;
  margin-bottom: 30px;
}

.blog-landing-filters--outer-wrapper {
  width: 100%;
  display: block;
  margin-top: 20px;
  border-top: 1px solid #dbdbdb;
}

.blog-filters-subtitle {
  padding-top: 40px;
}

.blog-landing-filters--inner-wrapper {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  display: block;
  padding: 30px 30px;
  background-color: #E8EDF1;
  position: relative;
}
.blog-landing-filters--inner-wrapper table {
  border-collapse: collapse;
  border-spacing: 0;
  display: inline-block;
  float: left;
}
.blog-landing-filters--inner-wrapper table td {
  position: relative;
  top: 10px;
  display: block;
}
@media only screen and (min-width: 768px) {
  .blog-landing-filters--inner-wrapper table td {
    display: inline-block;
  }
}
.blog-landing-filters--inner-wrapper input {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .blog-landing-filters--inner-wrapper input {
    position: relative;
    top: 10px;
  }
}
.blog-landing-filters--inner-wrapper label {
  margin-right: 40px;
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .blog-landing-filters--inner-wrapper label {
    position: relative;
    top: 8px;
  }
}
.blog-landing-filters--inner-wrapper select {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 10px 5px;
  display: inline-block;
  width: 100%;
  margin: 20px auto 0 auto;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .blog-landing-filters--inner-wrapper select {
    width: 150px;
    margin: 0 30px 0 0;
  }
}
@media only screen and (min-width: 970px) {
  .blog-landing-filters--inner-wrapper select {
    width: 210px;
  }
}
.blog-landing-filters--inner-wrapper .search-divider {
  display: none;
}
@media only screen and (min-width: 768px) {
  .blog-landing-filters--inner-wrapper .search-divider {
    display: inline-block;
    width: 1px;
    height: 100px;
    background-color: #dbdbdb;
    height: 36px;
    top: 12px;
    position: relative;
  }
}
.blog-landing-filters--inner-wrapper .blog-landing__search-button {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #fff;
  background-color: #0d4e76;
  padding: 10px 25px;
  margin: 20px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .blog-landing-filters--inner-wrapper .blog-landing__search-button {
    margin: 0 0 0 30px;
    position: relative;
    top: 0px;
  }
}
@media only screen and (min-width: 970px) {
  .blog-landing-filters--inner-wrapper .blog-landing__search-button {
    width: 210px;
  }
}

.blog-landing-filter__button--enabled {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  top: 0 !important;
  color: #fff;
  background-color: #0d4e76;
  padding: 10px 25px;
  margin: 20px 0 0 0 !important;
}
@media only screen and (min-width: 768px) {
  .blog-landing-filter__button--enabled {
    margin: 0 0 0 30px !important;
    position: relative;
    top: 0px;
  }
}
@media only screen and (min-width: 970px) {
  .blog-landing-filter__button--enabled {
    width: 210px;
  }
}

.blog-landing-filter__button--disabled {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  top: 0 !important;
  background-color: #dadada;
  border: 2px solid #808081;
  color: #808081;
  padding: 10px 25px;
  margin: 20px 0 0 0 !important;
}
@media only screen and (min-width: 768px) {
  .blog-landing-filter__button--disabled {
    margin: 0 0 0 30px !important;
    position: relative;
    top: 0px;
  }
}
@media only screen and (min-width: 970px) {
  .blog-landing-filter__button--disabled {
    width: 210px;
  }
}

.blog-landing-filter__dropdown--disabled {
  opacity: .35;
}

.blog-landing-filter__dropdown--enabled {
  opacity: 1;
}

.ajax-loader__image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
@media only screen and (min-width: 480px) {
  .ajax-loader__image {
    top: 20%;
  }
}

.blog-subscribe {
  width: 100%;
  position: fixed;
  bottom: 0;
  right: 0;
  background-color: #dbdbdb;
  z-index: 999;
}

.blog-subscribe__inner-wrapper {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  max-width: 1060px;
  padding: 10px 30px;
}
.blog-subscribe__inner-wrapper p {
  margin: 0;
}
.blog-subscribe__inner-wrapper img {
  display: block;
  width: 100%;
  margin: 0 auto 15px auto;
  max-width: 100px;
}
@media only screen and (min-width: 480px) {
  .blog-subscribe__inner-wrapper img {
    display: inline-block;
    float: left;
    margin: 0;
  }
}

.blog-subscribe__headline {
  font-size: 22px;
  line-height: 27px;
  font-weight: normal;
  display: inline-block;
  margin-right: 20px;
}

.blog-subscribe__text-container {
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.blog-subscribe__text-container .cta-button {
    border: none;
    color: #ffffff;
}
.blog-subscribe__text-container .cta-button:after {
    display: none;
}
.blog-sub-close-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    z-index: 10;
}
.aerospace .blog-banner {
    padding: 0 15px;
}
@media only screen and (min-width: 480px) {
  .blog-subscribe__text-container {
    text-align: left;
    display: inline-block;
    float: right;
    width: calc(100% - 130px);
  }
}

.blog-post-card {
  border: 1px solid #dbdbdb;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0;
  margin-bottom: 20px;
  flex-basis: 100%;
}
@media only screen and (min-width: 480px) {
  .blog-post-card {
    flex-basis: 48.5%;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .blog-post-card {
    flex-basis: 32.333%;
  }
}
.blog-post-card span {
  font-size: 12px;
  color: #808080;
  display: inline;
  margin-right: 2px;
}

.blog-post-card__image {
  min-width: 100%;
}

.blog-post-card__text-container {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 30px 20px;
}

.blog-post-card__post-title {
  font-size: 17px !important;
  font-weight: bold;
  display: block;
  color: #333;
  margin: 0 0 3px 0 !important;
}
.blog-post-card__title-link {
  color: #333 !important;
}

.blog-post-card__pipe {
  display: none;
}
@media only screen and (min-width: 768px) {
  .blog-post-card__pipe {
    display: inline-block;
  }
}

.blog-post-card__category-link, .blog-post-card__author-link {
  font-size: 12px;
  color: #808080;
  display: inline;
  margin-right: 2px;
  line-height: 8px;
}
.blog-post-card__category-link a, .blog-post-card__author-link a,
.blog-detail__category-link a, .blog-detail__author-link a {
  font-size: 12px;
  color: #808080;
  display: inline;
  margin-right: 2px;
  line-height: 8px;
}

.blog-post-card__summary p {
  display: block;
  margin: 5px 0 12px 0 !important;
  font-size: 14px;
  line-height: 22px;
}

.blog-post-card__cta-link {
  display: inline-block;
  font-size: 14px;
  color: #0C4E76;
  position: relative;
}
.blog-post-card__cta-link:hover {
  text-decoration: underline;
}
.blog-post-card__cta-link:after {
  position: absolute;
  right: -15px;
  content: '>';
  font-size: 14px;
  width: 10px;
  height: 10px;
}

.blog-search-results {
  margin-top: 20px;
  margin-top: 60px;
}

.blog-author {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 25px 15px;
  border: 2px solid #dbdbdb;
}
@media only screen and (min-width: 480px) {
  .blog-author {
    padding: 40px 30px;
  }
}
.blog-author p {
  margin: 0;
}
.blog-author img {
  display: block;
  width: 100%;
  margin: 0 auto 15px auto;
  max-width: 150px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
@media only screen and (min-width: 480px) {
  .blog-author img {
    display: inline-block;
    float: left;
    margin: 0;
  }
}

.blog-author__author-name {
  font-size: 22px;
  line-height: 27px;
  margin: -5px 0 5px 0 !important;
}

.blog-author__text-container {
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (min-width: 480px) {
  .blog-author__text-container {
    text-align: left;
    display: inline-block;
    float: right;
    width: calc(100% - 180px);
  }
}

.blog-poll {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  width: 100%;
  padding: 30px 15px 45px 15px;
  max-width: 650px;
  margin: 40px auto;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}

.blog-poll__question-wrapper > span {
  color: #8e8e8e;
}

.blog-poll__heading {
  font-size: 30px;
  line-height: 36px;
  font-weight: normal;
  margin: 0 auto 20px 0;
  text-align: center;
  color: #333;
}

.blog-poll__question-wrapper > div {
  width: 100%;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.PollAnswer {
  margin: 0 12px;
}

.PollAnswerRadio {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 18px;
  background-color: #0d4e76;
  color: #ffffff;
  line-height: 1em;
  padding: 13px 30px;
  text-decoration: none;
  cursor: pointer;
  flex-basis: auto;
  position: relative;
  background-image: none !important;
  border-radius: 0 !important;
  font-family: "Lato", Arial, sans-serif;
}
.PollAnswerRadio:hover {
  background-color: #0d4e76;
}

.progress-bar {
  margin-top: 15px;
  text-align: left;
}

.horizontal .progress-bar {
  float: left;
  height: 60px;
  width: 100%;
  padding: 12px 0;
}

.horizontal .progress-track {
  position: relative;
  width: 100%;
  height: 40px;
  background: #ebebeb;
}

.horizontal .progress-fill {
  position: relative;
  background-color: #7694ae;
  height: 40px;
  width: 50%;
  color: #fff;
  text-align: left;
  font-family: "Lato","Verdana",sans-serif;
}

.rounded .progress-track,
.rounded .progress-fill {
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
}

.progress-fill span {
  text-align: left;
  font-size: 18px;
  line-height: 40px;
  padding-left: 10px;
}
.progress-fill .answer-percent {
  padding-left: 0;
}

.gated-content {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 25px 15px;
  background-color: #e8edf1;
}
@media only screen and (min-width: 480px) {
  .gated-content {
    padding: 40px 30px;
  }
}
.gated-content p {
  margin: 0 0 10px 0;
}
.gated-content img {
  display: block;
  width: 100%;
  margin: 0 auto 15px auto;
  max-width: 150px;
}
@media only screen and (min-width: 480px) {
  .gated-content img {
    display: inline-block;
    float: left;
    margin: 0;
  }
}

.gated-content__heading {
  font-size: 18px !important;
  font-weight: bold;
  line-height: 27px;
  margin: -5px 0 5px 0 !important;
}

.gated-content__text-container {
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (min-width: 480px) {
  .gated-content__text-container {
    text-align: left;
    display: inline-block;
    float: right;
    width: calc(100% - 180px);
  }
}


/* added by jknaak on 7/5/17 */

.loadingImageContainer {
    display: none;
}

/* added by jknaak on 8/9/2017 for subscribe form */

.blogOptions td {
    width: 50%;
    float: left;
    padding: 10px;
}

.blogEmail {
    min-width: 196px;
    margin: 0px !important;
}

.grid-wrapper--start {
    justify-content: flex-start;
}

.form-submit-button {
    flex-basis: 100%;
    padding-left: 10px;
}

.grid-wrapper__input-container {
    padding-left: 10px;
}

@media only screen and (max-width: 480px) {
  .blogOptions td {
      width: 100%;
  }
}