/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

/* Remove text-shadow in selection highlight */
::selection {
  background: #b3d4fc;
  text-shadow: none; }

/* A better looking default horizontal rule */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/* Remove the gap between audio, canvas, iframes,images, videos and the bottom of their containers */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/* Remove default fieldset styles */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/* Allow only vertical resizing of textareas */
textarea {
  resize: vertical; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
.hidden {
  display: none !important; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard
*/
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/* Hide visually and from screen readers, but maintain layout */
.invisible {
  visibility: hidden; }

.clearfix:before, .wrapper:before, .wrapper--no-padding:before, .literature-download-cta:before, .header-image:before, .full-width-text:before, .full-width-text--990:before, .text-half-width:before, .cta-divider:before, .cta-divider__inner-wrapper:before, .gated-content:before,
.clearfix:after,
.wrapper:after,
.wrapper--no-padding:after,
.literature-download-cta:after,
.header-image:after,
.full-width-text:after,
.full-width-text--990:after,
.text-half-width:after,
.cta-divider:after,
.cta-divider__inner-wrapper:after,
.gated-content:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }


.clearfix:after,
.wrapper:after,
.wrapper--no-padding:after,
.literature-download-cta:after,
.header-image:after,
.full-width-text:after,
.full-width-text--990:after,
.text-half-width:after,
.cta-divider:after,
.cta-divider__inner-wrapper:after,
.gated-content:after {
  clear: both; }

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media print, (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/*! 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*/
/*Wrappers*/
.wrapper, .wrapper--no-padding, .literature-download-cta, .header-image, .full-width-text, .full-width-text--990, .text-half-width, .cta-divider, .cta-divider__inner-wrapper, .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: 1105px;
  margin: 0 auto; }

.wrapper--no-padding {
  padding: 0; }

.full-screen-width {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  width: 100%;
  margin: 0 auto; }

/* ==========================================================================
   Project specific global styles 
   ========================================================================== */
body {
  color: #333;
  margin: 0;
  padding: 0;
  line-height: 1.4em;
  font-family: "Lato", Arial, sans-serif; }
  @media only screen and (min-width: 960px) {
    body {
      line-height: 1.7em; } }

h1 {
  display: block;
  font-size: 24px;
  margin: 0;
  color: #0d4e76; }

h2 {
  display: block;
  font-size: 14px;
  margin: 0;
  color: #0d4e76; }

h3 {
  display: block;
  font-size: 14px;
  margin: 0 0 1em 0;
  color: #0d4e76; }

ul {
  font-size: 15px;
  margin: 0 0 1em 0; }

li {
  line-height: 1.6em; }
  @media only screen and (min-width: 480px) {
    li {
      line-height: 1.7em; } }
  @media only screen and (min-width: 960px) {
    li {
      line-height: 1.9em; } }

a {
  color: #949599;
  text-decoration: none;
  font-weight: normal;
  cursor: pointer; }
  a:hover {
    color: #000;
    text-decoration: underline; }

a, a:hover, a:active, a:focus {
  outline: 0; }

p {
  font-size: 16px; }

picture {
  width: 100%;
  height: 100%;
  display: inline-block; }

.button-wrapper, .button-wrapper--center {
  margin: 0 auto;
  width: 100%;
  margin-top: 15px; }

.button-wrapper--center {
  text-align: center; }

.cta-button, .cta-button--primary, .cta-button--dark, .cta-button--transparent, .gated-content__text-container a {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 18px;
  background-color: #4f91cd;
  color: #ffffff;
  border: 2px solid #fff;
  line-height: 18px;
  padding: 17px 30px;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  margin: 0; }
  .cta-button:after, .cta-button--primary:after, .cta-button--dark:after, .cta-button--transparent:after, .gated-content__text-container a:after {
    content: '';
    position: absolute;
    bottom: -10px; }
  .cta-button:hover, .cta-button--primary:hover, .cta-button--dark:hover, .cta-button--transparent:hover, .gated-content__text-container a:hover {
    color: #ffffff;
    text-decoration: none; }

.cta-button--primary {
  background-color: #4f91cd; }

.cta-button--dark {
  background-color: #0C4E76; }

.cta-button--transparent {
  background-color: transparent;
  position: relative; }
  .cta-button--transparent:hover {
    background-color: #fff;
    color: #C55729; }

.has-icon {
  padding: 17px 30px 17px 60px; }

.hand-icon {
  background-image: url("/AerospaceSite/images/hand-icon-white.svg");
  z-index: 999;
  background-repeat: no-repeat;
  background-size: 36px 36px;
  background-position: 14px 8px; }
  .hand-icon:hover {
    background-image: url("/AerospaceSite/images/hand-icon-orange.svg"); }

.cta-link {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 16px;
  color: #0C4E76;
  line-height: 16px;
  text-decoration: underline;
  cursor: pointer;
  display: inline-block;
  margin: 0; }
  .cta-link:hover {
    color: #0C4E76;
    text-decoration: none; }

.image-contain {
  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; }

.literature-download-cta {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 10px 20px 10px 60px;
  background-color: #0C4E76;
  position: relative; }
  @media only screen and (min-width: 480px) {
    .literature-download-cta {
      border-top: 1px solid #dbdbdb;
      border-bottom: 1px solid #dbdbdb;
      background-color: #fff;
      padding: 10px 20px 10px 40px; } }
  @media only screen and (min-width: 768px) {
    .literature-download-cta {
      padding: 10px 20px 10px 10px; } }
  .literature-download-cta:before {
    position: absolute;
    content: '';
    top: 10px;
    left: 15px;
    width: 35px;
    height: 39px;
    background-image: url("/AerospaceSite/images/pdf-icon-white.svg"); }
    @media only screen and (min-width: 480px) {
      .literature-download-cta:before {
        background-image: url("/AerospaceSite/images/pdf-icon-navy.svg");
        left: 15px;
        width: 15px;
        height: 17px; } }
    @media only screen and (min-width: 768px) {
      .literature-download-cta:before {
        top: 13px; } }
  .literature-download-cta__link {
    color: #fff;
    position: relative;
    font-size: 16px;
    line-height: 14px;
    font-weight: normal; }
    @media only screen and (min-width: 480px) {
      .literature-download-cta__link {
        color: #0d4e76;
        font-weight: bold;
        padding: 0px; } }
    @media only screen and (min-width: 768px) {
      .literature-download-cta__link {
        padding: 0 30px; } }
    .literature-download-cta__link:hover {
      text-decoration: underline;
      color: #fff; }
      @media only screen and (min-width: 480px) {
        .literature-download-cta__link:hover {
          color: #0d4e76; } }

.optanon-cookie-policy-group-name {
  font-size: 22px;
  margin-bottom: 15px;
  margin-top: 15px;
  color: #333; }

.section-title, .section-title--center, .text-half__title {
  font-size: 30px;
  color: #333;
  font-weight: normal;
  margin: 0 auto;
  text-align: left;
  line-height: 1em; }

.section-title--center {
  text-align: center; }

.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: 960px) {
    .header-image__logo-overlay {
      width: 300px;
      height: 50px; } }

.content-width-image {
  width: 100%;
  margin: 0 auto 35px auto; }

.full-width-text, .full-width-text--990 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0;
  max-width: none; }
  .full-width-text h2, .full-width-text--990 h2, .full-width-text p, .full-width-text--990 p {
    margin: 0 !important; }
  @media only screen and (min-width: 960px) {
    .full-width-text, .full-width-text--990 {
      margin-top: 40px;
      margin-bottom: 40px; } }

.full-width-text--990 {
  max-width: 990px; }

.full-width-text__description, .full-width-text__descritption--center {
  width: 100%;
  margin: 10px auto 0 auto; }
  @media only screen and (min-width: 960px) {
    .full-width-text__description, .full-width-text__descritption--center {
      margin: 15px auto 0 auto;
      max-width: 100%; } }

.full-width-text__descritption--center {
  text-align: left; }

.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: 960px) {
    .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: 40px;
  padding-bottom: 40px; }

.text-half__title {
  margin-top: 20px; }
  @media only screen and (min-width: 960px) {
    .text-half__title {
      margin-top: 0px; } }

/* ========================================
    Base Classes
======================================== */
.image-half, .image-half--left, .image-half--right {
  width: 100%;
  margin: 0 auto;
  text-align: center; }
  @media only screen and (min-width: 960px) {
    .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: 960px) {
    .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; } }
  @media only screen and (min-width: 960px) {
    .text-half__description--right {
      margin: 20px 0 0 0;
      text-align: left; } }

/* ========================================
    Image Right - Text Left
======================================== */
@media only screen and (min-width: 960px) {
  .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; } }
  @media only screen and (min-width: 960px) {
    .text-half__description--left {
      margin: 20px 0 0 0;
      text-align: left; } }

.full-screen-image {
  height: 500px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.blog-full-screen-image .full-screen-image {
  height: 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: 960px) {
    .full-screen-image__logo-overlay {
      width: 370px; } }

.full-screen-image__text-overlay {
  text-align: center;
  width: 95%;
  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__heading {
  font-weight: normal;
  font-size: 27px;
  line-height: 28px;
  color: #fff;
  display: block; }
  @media only screen and (min-width: 768px) {
    .full-screen-image__heading {
      font-size: 42px;
      line-height: 45px; } }

.full-screen-image__description {
  margin-top: 12px;
  font-weight: normal;
  font-size: 18px;
  color: #fff; }

.aerospace-banner {
  height: 200px !important;
  margin-bottom: 2px; }

h1 + h2,
h5 {
  text-transform: none; }

.grid-wrapper, .group-grid-wrapper {
  padding: 0;
  margin: 0 auto;
  max-width: 990px;
  display: flex;
  flex-flow: row wrap; }

.grid-image-container {
  margin: 0 auto;
  text-align: center; }

.grid-item, .two-col-item, .three-col-item, .four-col-item, .family-grid-item {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  flex-basis: 100%; }

.grid-heading {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin: 0 0 10px 0 !important;
  text-align: left;
  line-height: 1em; }
  @media only screen and (min-width: 768px) {
    .grid-heading {
      font-weight: normal;
      font-size: 24px;
      margin: 0 0 20px 0 !important; } }

/*-----------------------------
 Two Columns
 ------------------------------*/
.two-col-item {
  margin-bottom: 2%; }
  @media only screen and (min-width: 480px) {
    .two-col-item {
      flex-basis: 49%; } }

/*-----------------------------
 Three Columns
 ------------------------------*/
.three-col-item {
  margin-bottom: 1%; }
  @media only screen and (min-width: 480px) {
    .three-col-item {
      flex-basis: 49%; } }
  @media only screen and (min-width: 768px) {
    .three-col-item {
      margin-bottom: 1.666%;
      flex-basis: 32.333%; } }

/*-----------------------------
 Four Columns
 ------------------------------*/
@media only screen and (min-width: 480px) {
  .four-col-item {
    flex-basis: 50%;
    padding: 0 1%; } }

@media only screen and (min-width: 768px) {
  .four-col-item {
    margin-bottom: 1.666%;
    flex-basis: 33.333%; } }

@media only screen and (min-width: 960px) {
  .four-col-item {
    margin-bottom: 1%;
    flex-basis: 25%; } }

.cta-divider {
  max-width: 960px;
  background-color: #dbdbdb;
  margin-top: 20px;
  margin-bottom: 40px; }

.cta-divider--sticky-bottom {
  width: 100%;
  position: fixed;
  bottom: 0;
  right: 0;
  background-color: #dbdbdb;
  z-index: 999; }

.cta-divider__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: 20px 0; }
  @media only screen and (min-width: 768px) {
    .cta-divider__inner-wrapper {
      padding: 20px 15px; } }
  .cta-divider__inner-wrapper img {
    display: block;
    width: 100%;
    margin: 0 auto 15px auto;
    max-width: 135px; }
    @media only screen and (min-width: 480px) {
      .cta-divider__inner-wrapper img {
        display: inline-block;
        float: left;
        margin: 0; } }

.cta-divider__text-container {
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center; }
  @media only screen and (min-width: 480px) {
    .cta-divider__text-container {
      text-align: left;
      display: inline-block;
      float: right;
      width: calc(100% - 165px); } }

.cta-divider__headline {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  margin: 0;
  color: #333; }

.cta-divider__description {
  font-size: 16px;
  line-height: 20px;
  margin: 8px 0; }

.cta-divider__link {
  color: #0C4E76;
  display: inline-block;
  position: relative;
  font-size: 16px; }
  .cta-divider__link:hover {
    color: #0C4E76;
    text-decoration: none; }
  .cta-divider__link .caret {
    position: absolute;
    top: 5px;
    right: -17px;
    padding: 5px; }
  .cta-divider__link .caret:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-left: 5px solid #0C4E76;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent; }
  .cta-divider__link .caret:after {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    border-left: 4px solid #dbdbdb;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent; }

.home-product-grid {
  margin-bottom: 30px; }
  .home-product-grid a:hover {
    text-decoration: none; }
  .home-product-grid h3 {
    line-height: 20px;
    margin: 0 !important;
    position: relative;
    padding: 10px 5px;
    text-align: center;
    border: 2px solid #0d4e76;
    font-size: 16px; }
    @media only screen and (min-width: 480px) {
      .home-product-grid h3 {
        margin: 10px 0 0 0;
        padding: 0;
        text-align: left;
        border: none;
        font-size: 18px; } }
    .home-product-grid h3:after {
      position: absolute;
      border-style: solid;
      border-width: 1px 1px 0 0;
      content: '';
      display: inline-block;
      position: relative;
      top: -4px;
      width: 5px;
      height: 5px;
      left: 7px;
      transform: rotate(45deg); }
  .home-product-grid p {
    position: absolute;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
    @media only screen and (min-width: 480px) {
      .home-product-grid p {
        position: static;
        clip: auto;
        height: auto;
        width: auto;
        overflow: auto;
        font-size: 14px;
        line-height: 18px;
        margin: 5px 0 3px 0 !important; } }
  .home-product-grid span {
    position: absolute;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
    @media only screen and (min-width: 480px) {
      .home-product-grid span {
        position: static;
        clip: auto;
        height: auto;
        width: auto;
        overflow: auto;
        font-size: 14px;
        font-weight: bold;
        line-height: 18px; } }

.home-grid {
  margin-top: 30px;
  max-width: none; }

.home-grid-item, .home-grid-item--middle {
  flex-basis: 100%;
  max-width: 500px;
  margin: 0 auto; }
  @media only screen and (min-width: 960px) {
    .home-grid-item, .home-grid-item--middle {
      flex-basis: 33.3%; } }
  .home-grid-item .inner-padding, .home-grid-item--middle .inner-padding {
    padding: 30px 0; }
    @media only screen and (min-width: 960px) {
      .home-grid-item .inner-padding, .home-grid-item--middle .inner-padding {
        padding: 0 30px; } }
  .home-grid-item .grid-image-container, .home-grid-item--middle .grid-image-container {
    position: relative; }
    @media only screen and (min-width: 480px) {
      .home-grid-item .grid-image-container, .home-grid-item--middle .grid-image-container {
        width: 200px;
        height: 130px;
        margin-bottom: 10px; } }
    @media only screen and (min-width: 480px) {
      .home-grid-item .grid-image-container img, .home-grid-item--middle .grid-image-container img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%); } }

.home-grid-item--middle {
  position: relative;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb; }
  @media only screen and (min-width: 960px) {
    .home-grid-item--middle {
      border-top: none;
      border-bottom: none; }
      .home-grid-item--middle:before {
        content: '';
        position: absolute;
        height: 100%;
        width: 1px;
        left: 0;
        top: 0;
        background-color: #dbdbdb; }
      .home-grid-item--middle:after {
        content: '';
        position: absolute;
        height: 100%;
        width: 1px;
        right: 0;
        top: 0;
        background-color: #dbdbdb; } }
  .home-grid-item--middle .grid-image-container {
    position: relative; }
    @media only screen and (min-width: 480px) {
      .home-grid-item--middle .grid-image-container {
        width: 200px;
        height: 130px;
        margin-bottom: 10px; } }
    @media only screen and (min-width: 480px) {
      .home-grid-item--middle .grid-image-container img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%); } }

.home-grid-item__heading {
  position: relative;
  padding: 10px 0;
  text-align: center;
  font-size: 24px;
  line-height: 28px;
  margin: 10px 0 0 0;
  color: #333; }
  @media only screen and (min-width: 960px) {
    .home-grid-item__heading {
      margin: 0 auto; } }

.home-grid-item__description {
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 20px 0;
  text-align: center; }

.home-grid-item__button {
  text-align: center; }

.flex-tabs ul {
  display: block;
  list-style-type: none;
  padding: 0;
  margin: 0 -20px !important; }
  @media only screen and (min-width: 480px) {
    .flex-tabs ul {
      display: flex;
      justify-content: space-between;
      flex-direction: row; } }
  @media only screen and (min-width: 768px) {
    .flex-tabs ul {
      margin: 0 !important; } }

.flex-tabs li {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 12px 5px;
  background-color: #e9e9e9;
  text-align: center;
  display: block;
  width: 100%;
  border-bottom: 1px solid #fff;
  font-size: 15px;
  line-height: 15px; }
  .flex-tabs li:first-of-type {
    border-left: none; }
  .flex-tabs li:last-of-type {
    border-right: none; }
  @media only screen and (min-width: 480px) {
    .flex-tabs li {
      flex-grow: 1;
      border-left: 1px solid #fff;
      border-right: 1px solid #fff; } }
  .flex-tabs li a {
    color: #0C4E76;
    display: inline-block;
    width: 100%;
    height: 100%; }

.flex-tabs li.active {
  background-color: #adabac; }
  .flex-tabs li.active a {
    color: #fff; }

.product-family-grid {
  margin-bottom: 30px; }
  .product-family-grid .grid-image-container {
    position: relative;
    border: 1px solid #a2a2a2; }
    @media only screen and (min-width: 480px) {
      .product-family-grid .grid-image-container {
        width: 100%;
        height: 150px;
        margin-bottom: 10px; } }
    @media only screen and (min-width: 960px) {
      .product-family-grid .grid-image-container {
        height: 230px;
        margin-bottom: 10px; } }
    .product-family-grid .grid-image-container img {
      margin: 0 auto;
      padding: 10px; }
      @media only screen and (min-width: 480px) {
        .product-family-grid .grid-image-container img {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          margin: 0;
          max-width: 110px; } }
      @media only screen and (min-width: 960px) {
        .product-family-grid .grid-image-container img {
          max-width: 180px; } }
  .product-family-grid h3 {
    line-height: 20px;
    margin: 0;
    position: relative;
    font-size: 16px;
    color: #333;
    margin: 10px 0 0 0;
    padding: 0;
    border: 0; }
  .product-family-grid p {
    font-size: 14px;
    line-height: 18px;
    margin: 5px 0 3px 0; }

@media only screen and (min-width: 480px) {
  .family-grid-item {
    margin-bottom: 1.5%;
    flex-basis: 50%;
    padding: 0 1%; } }

@media only screen and (min-width: 768px) {
  .family-grid-item {
    margin-bottom: 2%;
    flex-basis: 33%; } }

@media only screen and (min-width: 960px) {
  .family-grid-item {
    margin-bottom: 3%;
    flex-basis: 25%; } }

.product-support {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 20px 0; }
  .product-support h3 {
    color: #333;
    margin: 0 !important;
    padding: 0; }
  .product-support p {
    margin: 15px 0 0 0 !important; }

.product-support__lower-content {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: calc(100% + 40px);
  background-color: #f6f6f6;
  margin-top: 30px;
  margin-bottom: -30px;
  margin-left: -20px;
  padding: 30px 20px; }
  .product-support__lower-content h3 {
    color: #333;
    margin: 0 0 20px 0 !important;
    padding: 0; }

.product-support__two-column-list {
  margin: 0; }
  @media only screen and (min-width: 768px) {
    .product-support__two-column-list {
      -webkit-column-width: 250px;
      -moz-column-width: 250px;
      column-width: 250px; } }

#Other1 {
  padding-right: 20px !important; }

.brands-grid-wrapper {
  padding: 0;
  margin: 0 auto;
  max-width: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }

.brands-intro-text {
  max-width: 960px;
  margin: 0 auto; }

.brands-grid {
  margin-bottom: 30px;
  max-width: 960px; }
  .brands-grid p {
    font-size: 14px;
    line-height: 18px;
    margin: 15px 0 0 0; }

.brands-grid-item {
  flex-basis: 100%;
  max-width: 500px;
  margin-bottom: 20px;
  border: 1px solid #dbdbdb; }
  @media only screen and (min-width: 480px) {
    .brands-grid-item {
      flex-basis: 48%; } }
  @media only screen and (min-width: 768px) {
    .brands-grid-item {
      flex-basis: 49%; } }
  @media only screen and (min-width: 960px) {
    .brands-grid-item {
      flex-basis: 24%;
      margin-bottom: 0px; } }
  .brands-grid-item a {
    color: #000; }
    .brands-grid-item a:hover {
      text-decoration: none;
      color: #000; }
  .brands-grid-item .inner-padding {
    padding: 30px 20px; }
  .brands-grid-item .grid-image-container {
    margin-bottom: 20px;
    height: 65px; }
    .brands-grid-item .grid-image-container img {
      max-width: 100%; }

.breadcrumbs {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  background-color: #fff;
  padding: 5px 15px;
  color: #838383;
  font-size: 11px; }
  .breadcrumbs a {
    color: #0c4e76;
    font-size: 11px; }

.main-nav {
  max-width: 1075px;
  margin-left: auto;
  margin-right: auto; }

.nav-tabs > li > a {
  border-radius: 0 0 0 0 !important; }

.nav-tabs > li > a.gradient {
  background-color: #f6f6f6;
  background: #f6f6f6;
  color: #868686; }

@media only screen and (max-width: 785px) {
  .nav-tabs.fullwidth > li.active > a, .nav-tabs.fullwidth > li.active > a:hover, .nav-tabs.fullwidth > li.active > a:focus {
    background-color: #f6f6f6;
    background: #f6f6f6;
    color: #868686; } }

@media only screen and (max-width: 785px) {
  .nav .nav-tabs .fullwidth li {
    border-bottom: 0 !important; } }

@media only screen and (max-width: 785px) {
  .nav-tabs.fullwidth > li {
    border-bottom: none !important; }
    .nav-tabs.fullwidth > li:hover {
      border-bottom: none !important; } }

@media only screen and (min-width: 768px) {
  .footer-container {
    height: 250px; } }

.footer a:hover {
  color: #fff; }

.footer-container {
  height: 575px !important; }
  @media only screen and (min-width: 768px) {
    .footer-container {
      height: 250px !important; } }

.ric-page-content {
  padding: 0 20px;
  margin-bottom: 20px; }
  @media only screen and (min-width: 768px) {
    .ric-page-content {
      padding: 0 50px; } }

.ric-page-content .nav-tabs {
  display: block !important; }

#page-navigation a {
  display: block;
  padding: 10px 20px;
  font-size: 16px; }

.thumbnail-list li {
  margin: 0 !important;
  width: 100% !important;
  max-width: none !important; }
  @media only screen and (min-width: 480px) {
    .thumbnail-list li {
      width: 48% !important; } }
  @media only screen and (min-width: 960px) {
    .thumbnail-list li {
      margin: 0 !important;
      width: 25% !important; } }
  .thumbnail-list li:first-of-type {
    float: left !important; }
  .thumbnail-list li img {
    border: 0 !important;
    width: 100%; }
  .thumbnail-list li a {
    display: block;
    line-height: 20px;
    font-size: 18px !important;
    margin: 0 !important;
    position: relative;
    padding: 10px 5px;
    text-align: left !important;
    font-size: 16px;
    color: #0d4e76; }
    @media only screen and (min-width: 480px) {
      .thumbnail-list li a {
        margin: 10px 0 0 0;
        padding: 0;
        text-align: left;
        border: none;
        font-size: 18px; } }
    .thumbnail-list li a:after {
      position: absolute;
      border-style: solid;
      border-width: 1px 1px 0 0;
      content: '';
      display: inline-block;
      position: relative;
      top: -4px;
      width: 5px;
      height: 5px;
      left: 7px;
      transform: rotate(45deg); }

.wrapper--50-padding-sides {
  padding: 0px 50px; }

.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: 24px !important;
  color: #333;
  font-weight: normal;
  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); } }
  .gated-content__text-container a {
    border: none;
    font-size: 16px; }
    .gated-content__text-container a:after {
      display: none; }

.group-grid-wrapper {
  max-width: none;
  padding: 0; }

.group-product-grid {
  margin-bottom: 30px; }
  .group-product-grid a {
    text-decoration: none; }
    .group-product-grid a:hover {
      text-decoration: none; }
  .group-product-grid h3 {
    line-height: 20px;
    font-size: 18px !important;
    margin: 0 !important;
    position: relative;
    padding: 10px 5px;
    text-align: center;
    border: 2px solid #0d4e76;
    font-size: 16px; }
    @media only screen and (min-width: 480px) {
      .group-product-grid h3 {
        margin: 10px 0 0 0;
        padding: 0;
        text-align: left;
        border: none;
        font-size: 18px; } }
    .group-product-grid h3:after {
      position: absolute;
      border-style: solid;
      border-width: 1px 1px 0 0;
      content: '';
      display: inline-block;
      position: relative;
      top: -4px;
      width: 5px;
      height: 5px;
      left: 7px;
      transform: rotate(45deg); }
  .group-product-grid p {
    position: absolute;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
    @media only screen and (min-width: 480px) {
      .group-product-grid p {
        position: static;
        clip: auto;
        height: auto;
        width: auto;
        overflow: auto;
        color: #333;
        font-size: 14px;
        line-height: 18px;
        margin: 5px 0 3px 0 !important; } }
  .group-product-grid span {
    position: absolute;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
    @media only screen and (min-width: 480px) {
      .group-product-grid span {
        position: static;
        clip: auto;
        height: auto;
        width: auto;
        overflow: auto;
        font-size: 14px;
        font-weight: bold;
        line-height: 18px;
        color: #333;
        padding: 10px 0 0 0; } }
  .group-product-grid .grid-image-container {
    margin-bottom: 0; }
    @media only screen and (min-width: 480px) {
      .group-product-grid .grid-image-container {
        margin-bottom: 15px; } }
    .group-product-grid .grid-image-container img {
      min-width: 100%; }

.aerospace-support h3 {
  margin: 0 !important; }

ul.split li:first-of-type {
  border-right: none; }

ul.split li {
  margin: 0;
  padding: 4px 15px 0 55px;
  width: 50%;
  float: left; }

.aerospace-support__phone-icon {
  background: url(/App_Themes/Rexnord/img/phone.png) -6px 3px no-repeat; }

@media only screen and (max-width: 768px) {
  ul.split li {
    margin: 0;
    padding: 4px 15px;
    float: right !important; }
  ul.split li {
    padding-left: 50px !important; } }

.aero-home .button-wrapper, .aero-home .button-wrapper--center {
  display: flex;
  justify-content: center; }

.aero-home .b-btn {
  font-size: 16px;
  line-height: 35px;
  width: 250px;
  border: 2px solid white;
  margin: 0 5px;
  text-decoration: none; }

.aero-home .banner-link-left {
  color: #2F7CB5;
  background: white; }

.aero-home .banner-link-right {
  color: white; }

.aero-home h2.full-screen-image__description {
  font-size: 20px;
  line-height: 8px;
  font-style: italic; }

.aero-home h1.full-screen-image__heading {
  font-size: 32px !important;
  line-height: 35px;
  width: 75%;
  margin-left: 12.5%; }

@media screen and (max-width: 768px) {
  .aero-home h2.full-screen-image__description {
    display: none; }
  .aero-home h1.full-screen-image__heading {
    font-size: 24px !important;
    line-height: 26px;
    width: 100%;
    margin-left: 0; }
  .aero-home .banner-link-left {
    display: none; } }

.pt-repeater {
  display: flex;
  flex-flow: row nowrap;
  width: calc(100% - 92px);
  margin: 30px 46px; }
  .pt-repeater .item {
    width: calc(25% - 8px);
    margin: 0 4px;
    border: 1px solid #E3E3E3;
    text-align: center;
    padding: 15px;
    text-decoration: none;
    color: #333; }
    .pt-repeater .item .title {
      font-size: 18px;
      font-weight: bold;
      line-height: 35px; }
    .pt-repeater .item .desc {
      font-size: 14px;
      line-height: 20px; }
    .pt-repeater .item .itemLink {
      font-size: 12px;
      line-height: 35px;
      color: #0C4E76;
      cursor: pointer; }
  .pt-repeater .item:hover {
    background: #EEEEEE; }

@media screen and (max-width: 768px) {
  .pt-repeater {
    flex-flow: row wrap;
    width: calc(100% - 4px);
    margin: 25px 0; }
    .pt-repeater .item {
      width: calc(50% - 4px);
      margin: 2px; } }

.aero-a-repeater {
  display: flex;
  flex-flow: row nowrap;
  width: calc(100% - 92px);
  margin: 30px 46px 50px 46px; }
  .aero-a-repeater .item {
    width: calc(16.6% - 8px);
    margin: 0 4px;
    border: 1px solid #E8E8E8;
    text-decoration: none;
    color: #333; }
    .aero-a-repeater .item .image img {
      width: 100%; }
    .aero-a-repeater .item .title {
      font-size: 16px;
      line-height: 19px;
      font-weight: bold;
      margin: 8px 10px 0 10px; }
    .aero-a-repeater .item .desc {
      font-size: 12px;
      line-height: 17px;
      margin: 5px 10px; }
    .aero-a-repeater .item .itemLink div {
      font-size: 12px;
      line-height: 35px;
      margin: -10px 10px 10px 10px;
      color: #0C4E76;
      cursor: pointer; }
  .aero-a-repeater .item:hover {
    background: #EEEEEE; }

@media screen and (max-width: 768px) {
  .aero-a-repeater {
    flex-flow: row wrap;
    width: calc(100% - 4px);
    margin: 25px 0; }
    .aero-a-repeater .item {
      width: calc(50% - 4px);
      margin: 2px; } }

.blog-spotlight {
  display: flex;
  flex-flow: row nowrap;
  width: calc(100% - 100px);
  margin-left: 50px;
  margin-top: 60px; }
  .blog-spotlight .image img {
    width: 100%; }
  .blog-spotlight .image {
    width: 50%; }
  .blog-spotlight .context {
    width: calc(50% - 35px);
    margin-left: 35px; }
    .blog-spotlight .context .title {
      font-size: 26px;
      line-height: 28px;
      font-weight: bold; }
    .blog-spotlight .context .author {
      font-size: 12px;
      line-height: 28px;
      color: #747474; }
    .blog-spotlight .context .desc {
      font-size: 16px;
      line-height: 26px; }
    .blog-spotlight .context .link a {
      color: #0C4E76; }

@media screen and (max-width: 768px) {
  .blog-spotlight {
    flex-flow: row wrap;
    width: 100%;
    margin-left: 0; }
    .blog-spotlight .image {
      width: 100%; }
    .blog-spotlight .context {
      width: 100%; }
      .blog-spotlight .context .author {
        display: none; }
      .blog-spotlight .context .link,
      .blog-spotlight .context .title {
        margin-top: 20px; } }

@media screen and (min-width: 875px) {
  .ribbon-background:after,
  .ribbon-background:before {
    content: "";
    top: 0;
    bottom: 0;
    width: 10000px;
    position: absolute;
    z-index: 100;
    background: #F3F3F3; }
  .ribbon-background:after {
    left: calc(100% - 1px); }
  .ribbon-background:before {
    right: calc(100% - 1px); } }

.info-item {
  display: flex;
  flex-flow: row nowrap;
  width: calc(100% - 100px);
  margin-left: 50px;
  padding-bottom: 60px; }
  .info-item .image {
    background: #FFFFFF;
    padding: 20px 0 20px 25px; }
  .info-item .image img {
    width: 100%; }
  .info-item .aero-25 {
    width: 25%; }
  .info-item .aero-75 {
    width: 75%; }
  .info-item .aero-50 {
    width: 50%; }
  .info-item .context {
    padding: 20px 25px;
    background: #FFFFFF; }
    .info-item .context .title {
      font-size: 26px;
      font-weight: bold;
      line-height: 28px;
      border: none !important; }
    .info-item .context .desc {
      font-size: 16px;
      line-height: 26px;
      border: none !important; }
    .info-item .context .link {
      font-size: 16px;
      line-height: 28px;
      color: #0C4E76;
      cursor: pointer;
      border: none !important; }

@media screen and (max-width: 768px) {
  .info-item {
    width: 100%;
    flex-flow: row wrap;
    margin-left: 0; }
    .info-item .image {
      padding: 20px 25px 0 25px; }
    .info-item .aero-25 {
      width: 100%; }
    .info-item .aero-50 {
      width: 100%; }
    .info-item .aero-75 {
      width: 100%; } }

.aero-history {
  padding-top: 40px;
  padding-bottom: 30px; }

.ribbon-background {
  background: #F3F3F3;
  position: relative; }

.pt-title {
  margin-top: 30px; }

.rex-title-text {
  font-size: 32px;
  font-weight: bold;
  line-height: 35px; }

.rex-subtitle-text {
  font-size: 20px;
  font-style: italic;
  line-height: 24px; }

.rex-desc-text {
  font-size: 16px;
  line-height: 26px; }

@media screen and (max-width: 768px) {
  .rex-title-text {
    font-size: 22px; }
  .rex-subtitle-text {
    font-family: 18px; }
  .rex-desc-text {
    display: none; } }

#aeroModal .modal-dialog {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  margin: 0;
  width: 100%; }
  #aeroModal .modal-dialog .modal-content {
    width: 650px;
    padding: 15px;
    border: none;
    border-radius: unset; }
    #aeroModal .modal-dialog .modal-content #aeroClose {
      position: absolute;
      right: 7px;
      top: 0;
      cursor: pointer; }
    #aeroModal .modal-dialog .modal-content .image {
      text-align: center;
      margin: 10px; }
    #aeroModal .modal-dialog .modal-content .title {
      font-size: 37px;
      line-height: 44px;
      text-align: center; }
    #aeroModal .modal-dialog .modal-content .subtitle {
      font-size: 16px;
      line-height: 19px;
      text-align: center;
      margin-top: 5px;
      margin-bottom: 30px; }
    #aeroModal .modal-dialog .modal-content .apps {
      display: flex;
      flex-flow: row wrap;
      justify-content: center; }
      #aeroModal .modal-dialog .modal-content .apps .item {
        width: calc(33.33% - 4px);
        text-align: center;
        margin: 2px;
        border: 1px solid #E9E9E9;
        font-size: 14px;
        line-height: 19px;
        font-weight: bold;
        color: #0C4E76;
        padding: 13px 0 12px 0;
        cursor: pointer;
        text-decoration: none; }
      #aeroModal .modal-dialog .modal-content .apps .item:hover {
        background: #EEEEEE; }
