@charset 'UTF-8';
/** 
  Styles for CFS Brands
  2018 by Chad Henderson


  Table of Contents

  0 Vendors
  1 Settings
  2 Tools
  3 Generic
  4 Elements
  5 Components
  6 Utilities and Overrides


*/
/* The CSS Tools for CFS Brands  */
/** 
  *
  *  Normalize.css
  */
/*! normalize.css v9.0.1 | MIT License | github.com/csstools/normalize.css */
/* Document
 * ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
 * ========================================================================== */
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
 * ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/**
 * Add the correct display in IE.
 */
main {
  display: block;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Add the correct text decoration in Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/* Embedded content
 * ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
 * ========================================================================== */
/**
 * Remove the margin in Safari.
 */
button,
input,
select {
  margin: 0;
}
/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge, Firefox, and IE.
 */
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * Show the overflow in Edge and IE.
 */
input {
  overflow: visible;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}
/**
 * 1. Add the correct display in Edge and IE.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}
/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 */
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge and IE.
 */
details {
  display: block;
}
/*
 * Add the correct styles in Edge, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}
dialog:not([open]) {
  display: none;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* User interaction
 * ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
/* End normalize.css */
/** Generic ***********************************
*
*/
/* The layout and grid settings for the CFS Brands website. */
.cfs-Grid-container {
  display: grid;
  height: 100%;
  margin: 0;
  padding: 0;

  grid-gap: 1px 1px;
  grid-template-areas: 'cfs_Grid-header' 'cfs_Grid-content' 'cfs_Grid-footer';
  grid-template-columns: 100%;
  grid-template-rows: auto 1fr auto;
}
.cfs-Grid-header {
  margin: 0;
  padding: 0;
  color: #232F3E;
  background: #FFFFFF;

  grid-area: cfs_Grid-header;
}
.cfs-Grid-main {
  margin: 0;
  margin-top: 80px;
  padding: 0;

  grid-area: cfs_Grid-content;
}
.cfs-Grid-footer {
  margin: 0;
  padding: 0;
  color: #F2F2F2;
  background-color: #474D51;

  grid-area: cfs_Grid-footer;
}

/* CFS Brands Typography */
.cfs-Text-container {
  max-width: 800px;
}

button,
html,
input,
select,
textarea {
  font-family: sans-serif;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', Arial, sans-serif;
  font-size: 18px;
  line-height: 1.5;

  -webkit-text-size-adjust: 100%;

     -moz-text-size-adjust: 100%;

      -ms-text-size-adjust: 100%;

          text-size-adjust: 100%;
}

body {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #232F3E;
}

p,
ul,
ol,
pre,
table,
blockquote {
  margin-top: 0em;
  margin-bottom: 1.5em;
}

b,
strong,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

h1 {
  font-size: 1.875em;
  font-weight: 700;
  line-height: 1.4em;
  margin-top: .8em;
  margin-bottom: 1.2em;
  color: #474D51;
}

h2 {
  font-size: 1.5625em;
  font-weight: 700;
  line-height: 1.2em;
  margin-top: .96em;
  margin-bottom: .96em;
  color: #474D51;
}

h3 {
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.2em;
  margin-top: 1.2em;
  margin-bottom: 0em;
  color: #474D51;
}

h4 {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 0em;
  color: #474D51;
}

h5,
h6 {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 0em;
  color: #474D51;
}

blockquote {
  margin: 1em 0;
  padding-left: 1em;
  border-left: 2px solid #E6EDF3;
}

pre {
  font-size: .8em;
  overflow: auto;
  padding: .6em .8em;
  word-wrap: normal;
  word-break: normal;
  border: 1px solid #E6EDF3;
  border-radius: .4em;
  background-color: #CBD0D4;
}

code {
  font-family: 'fira-mono', monospace;
  margin: 0 .1em;
  padding: 0 .3em;
  color: black;
  border: 1px solid #E6EDF3;
  border-radius: .2em;
  border-radius: .2em;
  background-color: #CBD0D4;
}

pre>code {
  margin: 0;
  padding: 0;
  color: #232F3E;
  border: none;
  border-radius: 0;
  background-color: none;
}

p,
ul,
ol,
pre,
table,
blockquote {
  margin-top: 0em;
  margin-bottom: 1.5em;
}

ul ul,
ol ol,
ul ol,
ol ul {
  margin-top: 0em;
  margin-bottom: 0em;
}

/* Let's make sure all's aligned */
hr,
.hr {
  margin: -1px 0;
  border: 1px solid;
}

a,
b,
i,
strong,
em,
small,
code {
  line-height: 0;
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

::-moz-selection {
  color: #F2F2F2;
  background-color: #004B88;
  text-shadow: 0 1px 0 #306C9D;
}

::selection {
  color: #F2F2F2;
  background-color: #004B88;
  text-shadow: 0 1px 0 #306C9D;
}

img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* The individual elements styles. */
html {
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  min-height: 100%;

  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
body {
  width: 100%;
  height: 100%;
  min-height: 100%;
}

a {
  color: #004B88;
}
a:hover,
a:active {
  color: #569BCA;
}

hr {
  color: #E6EDF3;
}

table {
  width: 100%;
}

ul {
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-padding-after: 0;
          padding-block-end: 0;
  -webkit-padding-before: 0;
          padding-block-start: 0;
  -webkit-padding-end: 0;
          padding-inline-end: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

/**
 * Always declare margins in the same direction:
 * csswizardry.com/2012/06/single-direction-margin-declarations
 */
.cfs-Header-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media (min-width: 768px) {
  .cfs-Header-container {
    height: 80px;
  }
}
.cfs-Header-container--open {
  display: block;
  -webkit-transition: all ease-in .5s;
  transition: all ease-in .5s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.cfs-Header-container--closed {
  display: block;
  -webkit-transition: all ease-out .5s;
  transition: all ease-out .5s;
  -webkit-transform: translateY(-80px);
          transform: translateY(-80px);
}
.cfs-Header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1080px;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .cfs-Header-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 80px;
    margin: auto;
    padding: 0 32px;
  }
}
.cfs-Header-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.cfs-Header-navToggle {
  line-height: 30px;
  position: absolute;
  top: 8px;
  left: 270px;
  display: block;
  padding: 16px;
  -webkit-transition: all .25s cubic-bezier(.35, .8, 1, 1);
  transition: all .25s cubic-bezier(.35, .8, 1, 1);
}
.cfs-Header-navToggle svg {
  fill: #58595B;
}
.cfs-Header-navToggle.open {
  -webkit-transition: all .25s cubic-bezier(.35, .8, 1, 1);
  transition: all .25s cubic-bezier(.35, .8, 1, 1);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
@media (min-width: 768px) {
  .cfs-Header-navToggle {
    display: none;
  }
}

.cfs-Footer-container {
  font-size: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.cfs-Footer-container a {
  line-height: 24px;
  display: block;
  text-decoration: none;
  color: #BFC1C2;
}
.cfs-Footer-container a:hover {
  text-decoration: underline;
  color: #F2F2F2;

  -webkit-text-decoration-color: #BFC1C2;

          text-decoration-color: #BFC1C2;
}
.cfs-Footer-inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1080px;
  margin: auto;
  padding: 0 32px;
}
.cfs-Footer-growth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 -8px;
  padding-bottom: 32px;
}
@media (min-width: 768px) {
  .cfs-Footer-growth {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.cfs-Footer-growth-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 16.66%;
          flex: 1 1 16.66%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 8px;
}
@media (min-width: 768px) {
  .cfs-Footer-growth-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cfs-Footer-growth-title {
  font-size: 16px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 65px;
          flex: 1 0 65px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 65px;
  margin: 0;
  padding: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #F2F2F2;
}
@media (min-width: 768px) {
  .cfs-Footer-growth-title {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin: 0 0 16px;
    padding: 0;
  }
}
.cfs-Footer-growth-title a {
  color: #F2F2F2;
}
.cfs-Footer-growth-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 8px;
  list-style: none;
  -webkit-box-shadow: -1px 0 0 0 #696E71;
          box-shadow: -1px 0 0 0 #696E71;
}
@media (min-width: 768px) {
  .cfs-Footer-growth-list {
    display: block;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.cfs-Footer-growth-listitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 8px 0 0;
}
.cfs-Footer-growth-listitem a {
  display: inline;
  padding: 0 8px 0 0;
}
.cfs-Footer-growth-listitem::after {
  content: '•';
  color: #696E71;
}
@media (min-width: 768px) {
  .cfs-Footer-growth-listitem::after {
    content: '';
  }
}
.cfs-Footer-careers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 -8px;
  padding-bottom: 32px;
}
@media (min-width: 768px) {
  .cfs-Footer-careers {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 200px;
    margin: 0 auto;
  }
}
.cfs-Footer-careers-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 16.66%;
          flex: 1 1 16.66%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 8px;
}
@media (min-width: 768px) {
  .cfs-Footer-careers-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cfs-Footer-careers-title {
  font-size: 16px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 65px;
          flex: 1 0 65px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 65px;
  margin: 0;
  padding: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #F2F2F2;
}
@media (min-width: 768px) {
  .cfs-Footer-careers-title {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin: 0 0 16px;
    padding: 0;
  }
}
.cfs-Footer-careers-title a {
  color: #F2F2F2;
}
.cfs-Footer-careers-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 8px;
  list-style: none;
  -webkit-box-shadow: -1px 0 0 0 #696E71;
          box-shadow: -1px 0 0 0 #696E71;
}
@media (min-width: 768px) {
  .cfs-Footer-careers-list {
    display: block;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.cfs-Footer-careers-listitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 8px 0 0;
}
.cfs-Footer-careers-listitem a {
  display: inline;
  padding: 0 8px 0 0;
}
.cfs-Footer-careers-listitem::after {
  content: '•';
  color: #696E71;
}
@media (min-width: 768px) {
  .cfs-Footer-careers-listitem::after {
    content: '';
  }
}
.cfs-Footer-copyright {
  font-size: 12px;
  padding: 32px;
  text-align: center;
  color: #BFC1C2;
  background-color: #323639;
}
.cfs-Footer-copyright span.contactlink {
  cursor: pointer;
}
.cfs-Footer-copyright span.contactlink:hover {
  text-decoration: underline;
  color: white;
}

.cfs-Branding-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 236px;
  margin: 16px 32px;
}
@media (min-width: 768px) {
  .cfs-Branding-container {
    margin: 0;
  }
}
.cfs-Branding-container img {
  width: 200px;
  max-width: 100%;
  max-height: 75px;
}
.cfs-Branding-container--footer {
  max-width: 100%;
  margin: 0 auto;
  padding: 32px 0;
  text-align: center;
}
.cfs-Branding-title {
  font-size: 24px;
  font-weight: 900;
  display: block;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.cfs-Nav-container {
  z-index: 100;
  display: none;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: height .25s cubic-bezier(0, 0, .6, .2);
  transition: height .25s cubic-bezier(0, 0, .6, .2);
}
.cfs-Nav-container.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: height .25s cubic-bezier(.35, .8, 1, 1);
  transition: height .25s cubic-bezier(.35, .8, 1, 1);
}
@media (min-width: 768px) {
  .cfs-Nav-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 32px;
  }
}
.cfs-Nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin: 0 0 0 32px;
  list-style: none;
}
@media (min-width: 768px) {
  .cfs-Nav-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 22px 0 0;
  }
}
.cfs-Nav-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin-right: 32px;
  -webkit-box-shadow: inset 0 -1px 0 0 #E6EDF3;
          box-shadow: inset 0 -1px 0 0 #E6EDF3;
}
.cfs-Nav-item:last-of-type {
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (min-width: 768px) {
  .cfs-Nav-item {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.cfs-Nav-item a {
  font-size: 20px;
  line-height: 32px;
  position: relative;
  display: block;
  padding: 16px 0;
  text-decoration: none;
  color: #004B88;
  border-bottom: 1px solid transparent;
}
.cfs-Nav-item a:hover,
.cfs-Nav-item a.active {
  color: #569BCA;
}
@media (min-width: 768px) {
  .cfs-Nav-item a:hover,
  .cfs-Nav-item a.active {
    border-bottom: 1px solid #569BCA;
  }
}
.cfs-Nav-item a::after {
  font-size: 32px;
  font-weight: 200;
  line-height: 60px;
  position: absolute;
  top: 15px;
  right: 16px;
  margin: -14px 0;
  padding: 0;
  content: '›';
  white-space: normal;
  opacity: .3;
  color: #004B88;
}
@media (min-width: 768px) {
  .cfs-Nav-item a::after {
    display: none;
    content: '';
  }
}
@media (min-width: 768px) {
  .cfs-Nav-item a {
    line-height: 1.5;
    margin-bottom: 32px;
    padding: 16px 0 4px;
  }
}

.cfs-Main-container {
  position: relative;
  z-index: 1;
  background-color: white;
}
.cfs-Main-inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1080px;
  margin: auto;
  padding: 0 32px;
}

.cfs-Hero-container {
  z-index: -1;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-top: -80px;
}
.cfs-Hero-inner {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 300px;
  margin: auto;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
@media (min-width: 768px) {
  .cfs-Hero-inner {
    min-height: 400px;
  }
}
.cfs-Hero-inner--serve {
  background-image: url('../images/hero-serve-1080.jpg');
  background-position: center center;
}
.cfs-Hero-inner--prepare {
  background-image: url('../images/hero-prepare-1080.jpg');
}
.cfs-Hero-inner--protect {
  background-image: url('../images/hero-protect-1080.jpg');
}
.cfs-Hero-inner--deliver {
  background-image: url('../images/hero-deliver-1080.jpg');
}
.cfs-Hero-inner--dispense {
  background-image: url('../images/hero-dispense-1080.jpg');
  background-position: center top;
}
.cfs-Hero-inner--clean {
  background-image: url('../images/hero-clean-1080.jpg');
}
.cfs-Hero-inner--training {
  background-image: url('../images/hero-training-1080.jpg');
}
.cfs-Hero-inner--modules {
  background-image: url('../images/hero-trainingmodule-1080.png');
}

.cfs-LandingPageHero-container {
  margin-top: 0;
}
.cfs-LandingPageHero-inner {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: inherit;
  min-height: 30vh;
  margin: 0 auto -8px;
  padding: 0;
}
.cfs-LandingPageHero-inner video {
  position: relative;
  z-index: -1;
  width: 100%;
  height: auto;
  min-height: 30vh;

  -o-object-fit: cover;

     object-fit: cover;
}
.cfs-LandingPageHero-textOverlay {
  font-size: 5vw;
  font-weight: 200;
  line-height: 1.2;
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: inherit;
  min-height: inherit;
  text-align: center;
  letter-spacing: -.01vw;
  text-transform: uppercase;
  color: white;
  text-shadow: 1px 1px 2px rgba(14, 61, 95, .5);
}
.cfs-LandingPageHero-textOverlay span {
  display: block;
}
.cfs-LandingPageHero-textOverlay strong {
  font-weight: 700;
}
.cfs-LandingPageHero-brandsBlock {
  position: relative;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -48px;
}
.cfs-LandingPageHero-brandLogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  margin: 8px;
  padding: 4px;
}
@media (min-width: 768px) {
  .cfs-LandingPageHero-brandLogo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }
}
.cfs-LandingPageHero-brandLogo img {
  display: block;
  width: 150px;
  max-width: 100%;
  height: 70px;

  -o-object-fit: contain;

     object-fit: contain;
}

.cfs-GrowthNav-container {
  position: relative;
  z-index: 10;
  margin: 0;
  background-color: #004B88;
}
.cfs-GrowthNav-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1080px;
  margin: auto;
  padding-top: 0;
  background-color: #004B88;
}
@media (min-width: 1080px) {
  .cfs-GrowthNav-inner {
    max-width: 1016px;
  }
}
.cfs-GrowthNav-item {
  font-size: 18px;
  font-weight: 200;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 25%;
  height: 32px;
  padding: 8px;
  text-align: center;
  text-decoration: none;
  color: #F2F2F2;
  border-right: 1px solid #00355F;
  border-bottom: 1px solid #00355F;
}
@media (min-width: 768px) {
  .cfs-GrowthNav-item {
    font-size: 20px;
    width: 100px;
    min-width: 0%;
    padding: 16px;
    border-bottom: none;
  }
}
.cfs-GrowthNav-item:first-of-type {
  border-left: 1px solid #00355F;
}
.cfs-GrowthNav-item:hover,
.cfs-GrowthNav-item--active {
  color: #232F3E;
  border-right: 1px dotted transparent;
  background-color: #FFFFFF;
}

.cfs-BrandCard-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 64px 0;
}
@media (min-width: 768px) {
  .cfs-BrandCard-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0 -32px;
  }
}
.cfs-BrandCard-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 0 0 32px;
  padding: 0 0 32px;
  -webkit-box-shadow: inset 0 -1px 0 0 #E6EDF3;
          box-shadow: inset 0 -1px 0 0 #E6EDF3;
}
@media (min-width: 768px) {
  .cfs-BrandCard-item {
    max-width: calc(50% - 64px);
    margin: 16px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.cfs-BrandCard-image {
  display: none;
}
@media (min-width: 768px) {
  .cfs-BrandCard-image {
    display: block;
    min-width: calc(50% - 24px);
    max-width: 200px;
    max-height: 100%;
  }
}
.cfs-BrandCard-image img {
  max-width: 100%;
}
@media (min-width: 768px) {
  .cfs-BrandCard-body {
    max-width: 50%;
    margin-left: 16px;
  }
}
.cfs-BrandCard-logo img {
  max-width: 275px;
  margin: 0 0 8px;
}
@media (min-width: 768px) {
  .cfs-BrandCard-logo img {
    max-width: 100%;
    max-height: 100%;
  }
}
.cfs-BrandCard-logo--snapdrape img,
.cfs-BrandCard-logo--ayrking img {
  max-height: 100px;
}
.cfs-BrandCard-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #474D51;
}
.cfs-BrandCard-description {
  font-size: 14px;
  font-weight: 400;
}

.cfs-MasonryGrid-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 64px -32px;
}
@media (min-width: 768px) {
  .cfs-MasonryGrid-inner {
    margin: 64px 0;
  }
}
.cfs-MasonryGrid-item {
  line-height: 0;
  float: left;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 50%;
  max-width: 50%;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .cfs-MasonryGrid-item {
    min-width: 25%;
    max-width: 200px;
  }
}
.cfs-MasonryGrid-item img {
  width: 100%;
  height: 100%;
}
.cfs-MasonryGrid-item a {
  display: block;
  width: 100%;
}
.cfs-MasonryGrid-item-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px;
  border: 1px solid whitesmoke;
}
.cfs-PressRelease-container {
  margin-top: 32px;
  border-top: 1px solid #E6EDF3;
}
.cfs-PressRelease-item {
  max-width: 800px;
  margin: 32px 0;
  padding: 32px 0;
}
@media (min-width: 768px) {
  .cfs-PressRelease-item {
    margin: 64px auto;
    padding: 32px;
    border: 1px solid #E6EDF3;
    -webkit-box-shadow: 4px 4px 8px 2px rgba(128, 165, 196, .1);
            box-shadow: 4px 4px 8px 2px rgba(128, 165, 196, .1);
  }
}
.cfs-PressRelease-header {
  margin-bottom: 16px;
}
.cfs-PressRelease-date {
  font-size: 14px;
  font-weight: 200;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .cfs-PressRelease-date {
    display: inline;
    padding-right: 16px;
  }
}
.cfs-PressRelease-downloadLink {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  display: block;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .cfs-PressRelease-downloadLink {
    display: inline;
    padding-right: 16px;
  }
}
.cfs-PressRelease-title {
  line-height: 1.3;
  margin: 0;
}
.cfs-PressRelease-image {
  max-width: 100%;
}
.cfs-PressRelease-image-container {
  float: right;
  max-width: 50%;
  margin-bottom: 16px;
  margin-left: 16px;
}

.cfs-faq-container {
  margin: 32px 0;
  list-style: none;
}
.cfs-faq-item {
  line-height: 1.5;
  padding: 16px 0;
  border-bottom: 1px solid #E6EDF3;
}
.cfs-faq-question {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 8px;
}
.cfs-faq-answer {
  font-size: 16px;
  font-weight: normal;
}

.cfs-Button,
button {
  /*IE 6/7 - To reduce IE's oversized button text*/
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  position: relative;
  display: inline-block;
  zoom: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*IE 6/7*/
  padding: .5em 1.5em .5em;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: .1s linear -webkit-box-shadow;
          -webkit-transition: .1s linear box-shadow;
          transition: .1s linear box-shadow;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
  text-decoration: none;
  text-transform: uppercase;
  color: #394451;
  border: 2px solid #999999;
  /*IE 6/7/8*/
  border: none rgba(0, 0, 0, 0);
  /*IE9 + everything else*/
  border: 2px solid rgba(0, 75, 136, .1);
  /*IE 6/7 - Because of IE's overly large left/right padding on buttons */
  border-radius: 4px;
  background-color: #CCDBE7;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, .5);

  *display: inline;
  *font-size: 12px;
  *overflow: visible;
  -webkit-font-smoothing: antialiased;
  -webkit-user-drag: none;
  /* Firefox: Get rid of the inner focus border */
}
.cfs-Button:visited,
button:visited {
  color: #444444;
  /* rgba not supported (IE 8) */
  color: rgba(0, 0, 0, .8);
  /* IE 6 & 7 */
  background-color: #CCDBE7;
  /* rgba supported */

  *color: #444444;
}
.cfs-Button::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.cfs-Button a.cfs-Button,
.cfs-Button button,
button a.cfs-Button,
button button {
  padding: .5em 1em;
}
.cfs-Button:hover,
.cfs-Button:focus,
button:hover,
button:focus {
  text-decoration: none !important;
  color: #232F3E;
  border: 2px solid rgba(35, 47, 62, .5);
  background-image:         -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, rgba(255, 255, 255, .05)), to(rgba(255, 255, 255, .1)));
  background-image:         linear-gradient(transparent, rgba(255, 255, 255, .05) 40%, rgba(255, 255, 255, .1));
}
.cfs-Button:focus,
button:focus {
  outline: 0;
}
.cfs-Button-active,
.cfs-Button:active,
button-active,
button:active {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .15) inset, 0 0 6px rgba(0, 0, 0, .2) inset;
          box-shadow: 0 0 0 1px rgba(0, 0, 0, .15) inset, 0 0 6px rgba(0, 0, 0, .2) inset;
}
.cfs-Button-primary,
.cfs-Button-selected,
.cfs-Button a.cfs-Button,
.cfs-Button button-primary,
.cfs-Button a.cfs-Button,
.cfs-Button button-selected,
button-primary,
button-selected,
button a.cfs-Button,
button button-primary,
button a.cfs-Button,
button button-selected {
  color: white;
  background-color: #004B88;
  text-shadow: 1px 1px 0 rgba(0, 75, 136, .5);
}
.cfs-Button-primary:hover,
.cfs-Button-primary:focus,
.cfs-Button-primary:active,
.cfs-Button-primary:link,
.cfs-Button-selected:hover,
.cfs-Button-selected:focus,
.cfs-Button-selected:active,
.cfs-Button-selected:link,
.cfs-Button a.cfs-Button:hover,
.cfs-Button a.cfs-Button:focus,
.cfs-Button a.cfs-Button:active,
.cfs-Button a.cfs-Button:link,
.cfs-Button button-primary:hover,
.cfs-Button button-primary:focus,
.cfs-Button button-primary:active,
.cfs-Button button-primary:link,
.cfs-Button a.cfs-Button:hover,
.cfs-Button a.cfs-Button:focus,
.cfs-Button a.cfs-Button:active,
.cfs-Button a.cfs-Button:link,
.cfs-Button button-selected:hover,
.cfs-Button button-selected:focus,
.cfs-Button button-selected:active,
.cfs-Button button-selected:link,
button-primary:hover,
button-primary:focus,
button-primary:active,
button-primary:link,
button-selected:hover,
button-selected:focus,
button-selected:active,
button-selected:link,
button a.cfs-Button:hover,
button a.cfs-Button:focus,
button a.cfs-Button:active,
button a.cfs-Button:link,
button button-primary:hover,
button button-primary:focus,
button button-primary:active,
button button-primary:link,
button a.cfs-Button:hover,
button a.cfs-Button:focus,
button a.cfs-Button:active,
button a.cfs-Button:link,
button button-selected:hover,
button button-selected:focus,
button button-selected:active,
button button-selected:link {
  color: white;
  border: 2px solid black;
  background-color: #004B88;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, .5);
}
.cfs-Button-primary:visited,
.cfs-Button-selected:visited,
.cfs-Button a.cfs-Button:visited,
.cfs-Button button-primary:visited,
.cfs-Button a.cfs-Button:visited,
.cfs-Button button-selected:visited,
button-primary:visited,
button-selected:visited,
button a.cfs-Button:visited,
button button-primary:visited,
button a.cfs-Button:visited,
button button-selected:visited {
  color: white;
  background-color: #004B88;
  text-shadow: 1px 1px 0 rgba(0, 75, 136, .5);
}
.cfs-Button-secondary,
.cfs-Button-secondary:visited,
.cfs-Button a.cfs-Button,
.cfs-Button button-secondary,
.cfs-Button a.cfs-Button,
.cfs-Button button-secondary:visited,
button-secondary,
button-secondary:visited,
button a.cfs-Button,
button button-secondary,
button a.cfs-Button,
button button-secondary:visited {
  color: #004B88;
  border: 2px solid #AFB7BD;
  background-color: #CBD0D4;
  text-shadow: 1px 1px 0 #FFFFFF;
}
.cfs-Button-secondary:hover,
.cfs-Button-secondary:focus,
.cfs-Button-secondary:visited:hover,
.cfs-Button-secondary:visited:focus,
.cfs-Button a.cfs-Button:hover,
.cfs-Button a.cfs-Button:focus,
.cfs-Button button-secondary:hover,
.cfs-Button button-secondary:focus,
.cfs-Button a.cfs-Button:hover,
.cfs-Button a.cfs-Button:focus,
.cfs-Button button-secondary:visited:hover,
.cfs-Button button-secondary:visited:focus,
button-secondary:hover,
button-secondary:focus,
button-secondary:visited:hover,
button-secondary:visited:focus,
button a.cfs-Button:hover,
button a.cfs-Button:focus,
button button-secondary:hover,
button button-secondary:focus,
button a.cfs-Button:hover,
button a.cfs-Button:focus,
button button-secondary:visited:hover,
button button-secondary:visited:focus {
  color: #005CA7;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f6f6f6+47,ededed+100;White+3D+%231 */
  background: white;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background:         -webkit-gradient(linear, left top, left bottom, from(white), color-stop(47%, #F6F6F6), to(#EDEDED));
  background:         linear-gradient(to bottom, white 0%, #F6F6F6 47%, #EDEDED 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#ededed",GradientType=0 );
  /* IE6-9 */
}
.cfs-Button[disabled],
.cfs-Button-disabled,
.cfs-Button-disabled:hover,
.cfs-Button-disabled:focus,
.cfs-Button-disabled:active,
.cfs-Button-disabled:visited,
.cfs-Button--working,
button[disabled],
button-disabled,
button-disabled:hover,
button-disabled:focus,
button-disabled:active,
button-disabled:visited,
button--working {
  cursor: not-allowed;
  color: #8EA8BD !important;
  border: 2px solid rgba(142, 168, 189, .2);
  background-color: #B7C3CC;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none !important;

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.cfs-Tabs-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cfs-Tabs-item {
  display: block;
  margin: 0;
  margin-right: 1em;
}

.cfs-o-welcome main {
  margin: 0;
}