/*! normalize.css v7.0.0 | MIT License | github.com/necolas/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.
 */
@import '../bower_components/font-awesome/css/font-awesome.css';
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 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 */
}
/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * 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
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 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 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 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 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-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 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/*! ==========================================================================
    GRIDLEX
    Just a Flexbox Grid System
========================================================================== */
/* /!\ */
[class~="grid"],
[class*="grid-"],
[class*="grid_"] {
  box-sizing: border-box;
  display: flex;
  flex-flow: row wrap;
  margin: 0 -0.5rem;
}
[class~="col"],
[class*="col-"],
[class*="col_"] {
  box-sizing: border-box;
  padding: 0 0.5rem 1rem;
}
[class~="col"] {
  flex: 0 0 auto;
}
[class~="col"],
[class*="col_"] {
  flex: 1 1 0%;
}
[class~="grid"][class~="col"],
[class~="grid"][class*="col-"],
[class~="grid"][class*="col_"] {
  margin: 0;
  padding: 0;
}
/************************
    HELPERS SUFFIXES
*************************/
[class*="grid-"][class*="-noGutter"] {
  margin: 0;
}
[class*="grid-"][class*="-noGutter"] > [class~="col"],
[class*="grid-"][class*="-noGutter"] > [class*="col-"] {
  padding: 0;
}
[class*="grid-"][class*="-noWrap"] {
  flex-wrap: nowrap;
}
[class*="grid-"][class*="-center"] {
  justify-content: center;
}
[class*="grid-"][class*="-right"] {
  justify-content: flex-end;
  align-self: flex-end;
  margin-left: auto;
}
[class*="grid-"][class*="-top"] {
  align-items: flex-start;
}
[class*="grid-"][class*="-middle"] {
  align-items: center;
}
[class*="grid-"][class*="-bottom"] {
  align-items: flex-end;
}
[class*="grid-"][class*="-reverse"] {
  flex-direction: row-reverse;
}
[class*="grid-"][class*="-column"] {
  flex-direction: column;
}
[class*="grid-"][class*="-column"] > [class*="col-"] {
  flex-basis: auto;
}
[class*="grid-"][class*="-column-reverse"] {
  flex-direction: column-reverse;
}
[class*="grid-"][class*="-spaceBetween"] {
  justify-content: space-between;
}
[class*="grid-"][class*="-spaceAround"] {
  justify-content: space-around;
}
[class*="grid-"][class*="-equalHeight"] > [class~="col"],
[class*="grid-"][class*="-equalHeight"] > [class*="col-"],
[class*="grid-"][class*="-equalHeight"] > [class*="col_"] {
  display: flex;
  flex-wrap: wrap;
}
[class*="grid-"][class*="-equalHeight"] > [class~="col"] > *,
[class*="grid-"][class*="-equalHeight"] > [class*="col-"] > *,
[class*="grid-"][class*="-equalHeight"] > [class*="col_"] > * {
  flex: 1 0 100%;
}
[class*="grid-"][class*="-noBottom"] > [class~="col"],
[class*="grid-"][class*="-noBottom"] > [class*="col-"],
[class*="grid-"][class*="-noBottom"] > [class*="col_"] {
  padding-bottom: 0;
}
[class*="col-"][class*="-top"] {
  align-self: flex-start;
}
[class*="col-"][class*="-middle"] {
  align-self: center;
}
[class*="col-"][class*="-bottom"] {
  align-self: flex-end;
}
[class*="col-"][class*="-first"] {
  order: -1;
}
[class*="col-"][class*="-last"] {
  order: 1;
}
/************************
    GRID BY NUMBER
*************************/
[class*="grid-1"] > [class~="col"],
[class*="grid-1"] > [class*="col-"] {
  flex-basis: 100%;
  max-width: 100%;
}
[class*="grid-2"] > [class~="col"],
[class*="grid-2"] > [class*="col-"] {
  flex-basis: 50%;
  max-width: 50%;
}
[class*="grid-3"] > [class~="col"],
[class*="grid-3"] > [class*="col-"] {
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}
[class*="grid-4"] > [class~="col"],
[class*="grid-4"] > [class*="col-"] {
  flex-basis: 25%;
  max-width: 25%;
}
[class*="grid-5"] > [class~="col"],
[class*="grid-5"] > [class*="col-"] {
  flex-basis: 20%;
  max-width: 20%;
}
[class*="grid-6"] > [class~="col"],
[class*="grid-6"] > [class*="col-"] {
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}
[class*="grid-7"] > [class~="col"],
[class*="grid-7"] > [class*="col-"] {
  flex-basis: 14.28571429%;
  max-width: 14.28571429%;
}
[class*="grid-8"] > [class~="col"],
[class*="grid-8"] > [class*="col-"] {
  flex-basis: 12.5%;
  max-width: 12.5%;
}
[class*="grid-9"] > [class~="col"],
[class*="grid-9"] > [class*="col-"] {
  flex-basis: 11.11111111%;
  max-width: 11.11111111%;
}
[class*="grid-10"] > [class~="col"],
[class*="grid-10"] > [class*="col-"] {
  flex-basis: 10%;
  max-width: 10%;
}
[class*="grid-11"] > [class~="col"],
[class*="grid-10"] > [class*="col-"] {
  flex-basis: 9.09090909%;
  max-width: 9.09090909%;
}
[class*="grid-12"] > [class~="col"],
[class*="grid-11"] > [class*="col-"] {
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}
@media screen and (max-width: 80em) {
  [class*="_lg-1"] > [class~="col"],
  [class*="_lg-1"] > [class*="col-"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*="_lg-2"] > [class~="col"],
  [class*="_lg-2"] > [class*="col-"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*="_lg-3"] > [class~="col"],
  [class*="_lg-3"] > [class*="col-"] {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  [class*="_lg-4"] > [class~="col"],
  [class*="_lg-4"] > [class*="col-"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*="_lg-5"] > [class~="col"],
  [class*="_lg-5"] > [class*="col-"] {
    flex-basis: 20%;
    max-width: 20%;
  }
  [class*="_lg-6"] > [class~="col"],
  [class*="_lg-6"] > [class*="col-"] {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  [class*="_lg-7"] > [class~="col"],
  [class*="_lg-7"] > [class*="col-"] {
    flex-basis: 14.28571429%;
    max-width: 14.28571429%;
  }
  [class*="_lg-8"] > [class~="col"],
  [class*="_lg-8"] > [class*="col-"] {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  [class*="_lg-9"] > [class~="col"],
  [class*="_lg-9"] > [class*="col-"] {
    flex-basis: 11.11111111%;
    max-width: 11.11111111%;
  }
  [class*="_lg-10"] > [class~="col"],
  [class*="_lg-10"] > [class*="col-"] {
    flex-basis: 10%;
    max-width: 10%;
  }
  [class*="_lg-11"] > [class~="col"],
  [class*="_lg-10"] > [class*="col-"] {
    flex-basis: 9.09090909%;
    max-width: 9.09090909%;
  }
  [class*="_lg-12"] > [class~="col"],
  [class*="_lg-11"] > [class*="col-"] {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
}
@media screen and (max-width: 64em) {
  [class*="_md-1"] > [class~="col"],
  [class*="_md-1"] > [class*="col-"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*="_md-2"] > [class~="col"],
  [class*="_md-2"] > [class*="col-"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*="_md-3"] > [class~="col"],
  [class*="_md-3"] > [class*="col-"] {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  [class*="_md-4"] > [class~="col"],
  [class*="_md-4"] > [class*="col-"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*="_md-5"] > [class~="col"],
  [class*="_md-5"] > [class*="col-"] {
    flex-basis: 20%;
    max-width: 20%;
  }
  [class*="_md-6"] > [class~="col"],
  [class*="_md-6"] > [class*="col-"] {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  [class*="_md-7"] > [class~="col"],
  [class*="_md-7"] > [class*="col-"] {
    flex-basis: 14.28571429%;
    max-width: 14.28571429%;
  }
  [class*="_md-8"] > [class~="col"],
  [class*="_md-8"] > [class*="col-"] {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  [class*="_md-9"] > [class~="col"],
  [class*="_md-9"] > [class*="col-"] {
    flex-basis: 11.11111111%;
    max-width: 11.11111111%;
  }
  [class*="_md-10"] > [class~="col"],
  [class*="_md-10"] > [class*="col-"] {
    flex-basis: 10%;
    max-width: 10%;
  }
  [class*="_md-11"] > [class~="col"],
  [class*="_md-10"] > [class*="col-"] {
    flex-basis: 9.09090909%;
    max-width: 9.09090909%;
  }
  [class*="_md-12"] > [class~="col"],
  [class*="_md-11"] > [class*="col-"] {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
}
@media screen and (max-width: 48em) {
  [class*="_sm-1"] > [class~="col"],
  [class*="_sm-1"] > [class*="col-"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*="_sm-2"] > [class~="col"],
  [class*="_sm-2"] > [class*="col-"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*="_sm-3"] > [class~="col"],
  [class*="_sm-3"] > [class*="col-"] {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  [class*="_sm-4"] > [class~="col"],
  [class*="_sm-4"] > [class*="col-"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*="_sm-5"] > [class~="col"],
  [class*="_sm-5"] > [class*="col-"] {
    flex-basis: 20%;
    max-width: 20%;
  }
  [class*="_sm-6"] > [class~="col"],
  [class*="_sm-6"] > [class*="col-"] {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  [class*="_sm-7"] > [class~="col"],
  [class*="_sm-7"] > [class*="col-"] {
    flex-basis: 14.28571429%;
    max-width: 14.28571429%;
  }
  [class*="_sm-8"] > [class~="col"],
  [class*="_sm-8"] > [class*="col-"] {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  [class*="_sm-9"] > [class~="col"],
  [class*="_sm-9"] > [class*="col-"] {
    flex-basis: 11.11111111%;
    max-width: 11.11111111%;
  }
  [class*="_sm-10"] > [class~="col"],
  [class*="_sm-10"] > [class*="col-"] {
    flex-basis: 10%;
    max-width: 10%;
  }
  [class*="_sm-11"] > [class~="col"],
  [class*="_sm-10"] > [class*="col-"] {
    flex-basis: 9.09090909%;
    max-width: 9.09090909%;
  }
  [class*="_sm-12"] > [class~="col"],
  [class*="_sm-11"] > [class*="col-"] {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
}
@media screen and (max-width: 35.5em) {
  [class*="_xs-1"] > [class~="col"],
  [class*="_xs-1"] > [class*="col-"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*="_xs-2"] > [class~="col"],
  [class*="_xs-2"] > [class*="col-"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*="_xs-3"] > [class~="col"],
  [class*="_xs-3"] > [class*="col-"] {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  [class*="_xs-4"] > [class~="col"],
  [class*="_xs-4"] > [class*="col-"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*="_xs-5"] > [class~="col"],
  [class*="_xs-5"] > [class*="col-"] {
    flex-basis: 20%;
    max-width: 20%;
  }
  [class*="_xs-6"] > [class~="col"],
  [class*="_xs-6"] > [class*="col-"] {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  [class*="_xs-7"] > [class~="col"],
  [class*="_xs-7"] > [class*="col-"] {
    flex-basis: 14.28571429%;
    max-width: 14.28571429%;
  }
  [class*="_xs-8"] > [class~="col"],
  [class*="_xs-8"] > [class*="col-"] {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  [class*="_xs-9"] > [class~="col"],
  [class*="_xs-9"] > [class*="col-"] {
    flex-basis: 11.11111111%;
    max-width: 11.11111111%;
  }
  [class*="_xs-10"] > [class~="col"],
  [class*="_xs-10"] > [class*="col-"] {
    flex-basis: 10%;
    max-width: 10%;
  }
  [class*="_xs-11"] > [class~="col"],
  [class*="_xs-10"] > [class*="col-"] {
    flex-basis: 9.09090909%;
    max-width: 9.09090909%;
  }
  [class*="_xs-12"] > [class~="col"],
  [class*="_xs-11"] > [class*="col-"] {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
}
/************************
    COLS SIZES
*************************/
[class*='grid'] > [class*="col-1"] {
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}
[class*='grid'] > [class*="col-2"] {
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}
[class*='grid'] > [class*="col-3"] {
  flex-basis: 25%;
  max-width: 25%;
}
[class*='grid'] > [class*="col-4"] {
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}
[class*='grid'] > [class*="col-5"] {
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}
[class*='grid'] > [class*="col-6"] {
  flex-basis: 50%;
  max-width: 50%;
}
[class*='grid'] > [class*="col-7"] {
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}
[class*='grid'] > [class*="col-8"] {
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}
[class*='grid'] > [class*="col-9"] {
  flex-basis: 75%;
  max-width: 75%;
}
[class*='grid'] > [class*="col-10"] {
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}
[class*='grid'] > [class*="col-11"] {
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}
[class*='grid'] > [class*="col-12"] {
  flex-basis: 100%;
  max-width: 100%;
}
[class*="grid"] > [data-push-left*="off-0"] {
  margin-left: 0;
}
[class*="grid"] > [data-push-left*="off-1"] {
  margin-left: 8.33333333%;
}
[class*="grid"] > [data-push-left*="off-2"] {
  margin-left: 16.66666667%;
}
[class*="grid"] > [data-push-left*="off-3"] {
  margin-left: 25%;
}
[class*="grid"] > [data-push-left*="off-4"] {
  margin-left: 33.33333333%;
}
[class*="grid"] > [data-push-left*="off-5"] {
  margin-left: 41.66666667%;
}
[class*="grid"] > [data-push-left*="off-6"] {
  margin-left: 50%;
}
[class*="grid"] > [data-push-left*="off-6"] {
  margin-left: 50%;
}
[class*="grid"] > [data-push-left*="off-7"] {
  margin-left: 58.33333333%;
}
[class*="grid"] > [data-push-left*="off-8"] {
  margin-left: 66.66666667%;
}
[class*="grid"] > [data-push-left*="off-9"] {
  margin-left: 75%;
}
[class*="grid"] > [data-push-left*="off-10"] {
  margin-left: 83.33333333%;
}
[class*="grid"] > [data-push-left*="off-11"] {
  margin-left: 91.66666667%;
}
[class*="grid"] > [data-push-right*="off-0"] {
  margin-right: 0;
}
[class*="grid"] > [data-push-right*="off-1"] {
  margin-right: 8.33333333%;
}
[class*="grid"] > [data-push-right*="off-2"] {
  margin-right: 16.66666667%;
}
[class*="grid"] > [data-push-right*="off-3"] {
  margin-right: 25%;
}
[class*="grid"] > [data-push-right*="off-4"] {
  margin-right: 33.33333333%;
}
[class*="grid"] > [data-push-right*="off-5"] {
  margin-right: 41.66666667%;
}
[class*="grid"] > [data-push-right*="off-6"] {
  margin-right: 50%;
}
[class*="grid"] > [data-push-right*="off-6"] {
  margin-right: 50%;
}
[class*="grid"] > [data-push-right*="off-7"] {
  margin-right: 58.33333333%;
}
[class*="grid"] > [data-push-right*="off-8"] {
  margin-right: 66.66666667%;
}
[class*="grid"] > [data-push-right*="off-9"] {
  margin-right: 75%;
}
[class*="grid"] > [data-push-right*="off-10"] {
  margin-right: 83.33333333%;
}
[class*="grid"] > [data-push-right*="off-11"] {
  margin-right: 91.66666667%;
}
@media screen and (max-width: 80em) {
  [class*='grid'] > [class*="_lg-1"] {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  [class*='grid'] > [class*="_lg-2"] {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  [class*='grid'] > [class*="_lg-3"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*='grid'] > [class*="_lg-4"] {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  [class*='grid'] > [class*="_lg-5"] {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  [class*='grid'] > [class*="_lg-6"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*='grid'] > [class*="_lg-7"] {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  [class*='grid'] > [class*="_lg-8"] {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  [class*='grid'] > [class*="_lg-9"] {
    flex-basis: 75%;
    max-width: 75%;
  }
  [class*='grid'] > [class*="_lg-10"] {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  [class*='grid'] > [class*="_lg-11"] {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  [class*='grid'] > [class*="_lg-12"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*="grid"] > [data-push-left*="_lg-0"] {
    margin-left: 0;
  }
  [class*="grid"] > [data-push-left*="_lg-1"] {
    margin-left: 8.33333333%;
  }
  [class*="grid"] > [data-push-left*="_lg-2"] {
    margin-left: 16.66666667%;
  }
  [class*="grid"] > [data-push-left*="_lg-3"] {
    margin-left: 25%;
  }
  [class*="grid"] > [data-push-left*="_lg-4"] {
    margin-left: 33.33333333%;
  }
  [class*="grid"] > [data-push-left*="_lg-5"] {
    margin-left: 41.66666667%;
  }
  [class*="grid"] > [data-push-left*="_lg-6"] {
    margin-left: 50%;
  }
  [class*="grid"] > [data-push-left*="_lg-6"] {
    margin-left: 50%;
  }
  [class*="grid"] > [data-push-left*="_lg-7"] {
    margin-left: 58.33333333%;
  }
  [class*="grid"] > [data-push-left*="_lg-8"] {
    margin-left: 66.66666667%;
  }
  [class*="grid"] > [data-push-left*="_lg-9"] {
    margin-left: 75%;
  }
  [class*="grid"] > [data-push-left*="_lg-10"] {
    margin-left: 83.33333333%;
  }
  [class*="grid"] > [data-push-left*="_lg-11"] {
    margin-left: 91.66666667%;
  }
  [class*="grid"] > [data-push-right*="_lg-0"] {
    margin-right: 0;
  }
  [class*="grid"] > [data-push-right*="_lg-1"] {
    margin-right: 8.33333333%;
  }
  [class*="grid"] > [data-push-right*="_lg-2"] {
    margin-right: 16.66666667%;
  }
  [class*="grid"] > [data-push-right*="_lg-3"] {
    margin-right: 25%;
  }
  [class*="grid"] > [data-push-right*="_lg-4"] {
    margin-right: 33.33333333%;
  }
  [class*="grid"] > [data-push-right*="_lg-5"] {
    margin-right: 41.66666667%;
  }
  [class*="grid"] > [data-push-right*="_lg-6"] {
    margin-right: 50%;
  }
  [class*="grid"] > [data-push-right*="_lg-6"] {
    margin-right: 50%;
  }
  [class*="grid"] > [data-push-right*="_lg-7"] {
    margin-right: 58.33333333%;
  }
  [class*="grid"] > [data-push-right*="_lg-8"] {
    margin-right: 66.66666667%;
  }
  [class*="grid"] > [data-push-right*="_lg-9"] {
    margin-right: 75%;
  }
  [class*="grid"] > [data-push-right*="_lg-10"] {
    margin-right: 83.33333333%;
  }
  [class*="grid"] > [data-push-right*="_lg-11"] {
    margin-right: 91.66666667%;
  }
  [class*='grid'] [class*="_lg-first"] {
    order: -1;
  }
  [class*='grid'] [class*="_lg-last"] {
    order: 1;
  }
}
@media screen and (max-width: 64em) {
  [class*='grid'] > [class*="_md-1"] {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  [class*='grid'] > [class*="_md-2"] {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  [class*='grid'] > [class*="_md-3"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*='grid'] > [class*="_md-4"] {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  [class*='grid'] > [class*="_md-5"] {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  [class*='grid'] > [class*="_md-6"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*='grid'] > [class*="_md-7"] {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  [class*='grid'] > [class*="_md-8"] {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  [class*='grid'] > [class*="_md-9"] {
    flex-basis: 75%;
    max-width: 75%;
  }
  [class*='grid'] > [class*="_md-10"] {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  [class*='grid'] > [class*="_md-11"] {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  [class*='grid'] > [class*="_md-12"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*="grid"] > [data-push-left*="_md-0"] {
    margin-left: 0;
  }
  [class*="grid"] > [data-push-left*="_md-1"] {
    margin-left: 8.33333333%;
  }
  [class*="grid"] > [data-push-left*="_md-2"] {
    margin-left: 16.66666667%;
  }
  [class*="grid"] > [data-push-left*="_md-3"] {
    margin-left: 25%;
  }
  [class*="grid"] > [data-push-left*="_md-4"] {
    margin-left: 33.33333333%;
  }
  [class*="grid"] > [data-push-left*="_md-5"] {
    margin-left: 41.66666667%;
  }
  [class*="grid"] > [data-push-left*="_md-6"] {
    margin-left: 50%;
  }
  [class*="grid"] > [data-push-left*="_md-6"] {
    margin-left: 50%;
  }
  [class*="grid"] > [data-push-left*="_md-7"] {
    margin-left: 58.33333333%;
  }
  [class*="grid"] > [data-push-left*="_md-8"] {
    margin-left: 66.66666667%;
  }
  [class*="grid"] > [data-push-left*="_md-9"] {
    margin-left: 75%;
  }
  [class*="grid"] > [data-push-left*="_md-10"] {
    margin-left: 83.33333333%;
  }
  [class*="grid"] > [data-push-left*="_md-11"] {
    margin-left: 91.66666667%;
  }
  [class*="grid"] > [data-push-right*="_md-0"] {
    margin-right: 0;
  }
  [class*="grid"] > [data-push-right*="_md-1"] {
    margin-right: 8.33333333%;
  }
  [class*="grid"] > [data-push-right*="_md-2"] {
    margin-right: 16.66666667%;
  }
  [class*="grid"] > [data-push-right*="_md-3"] {
    margin-right: 25%;
  }
  [class*="grid"] > [data-push-right*="_md-4"] {
    margin-right: 33.33333333%;
  }
  [class*="grid"] > [data-push-right*="_md-5"] {
    margin-right: 41.66666667%;
  }
  [class*="grid"] > [data-push-right*="_md-6"] {
    margin-right: 50%;
  }
  [class*="grid"] > [data-push-right*="_md-6"] {
    margin-right: 50%;
  }
  [class*="grid"] > [data-push-right*="_md-7"] {
    margin-right: 58.33333333%;
  }
  [class*="grid"] > [data-push-right*="_md-8"] {
    margin-right: 66.66666667%;
  }
  [class*="grid"] > [data-push-right*="_md-9"] {
    margin-right: 75%;
  }
  [class*="grid"] > [data-push-right*="_md-10"] {
    margin-right: 83.33333333%;
  }
  [class*="grid"] > [data-push-right*="_md-11"] {
    margin-right: 91.66666667%;
  }
  [class*='grid'] [class*="_md-first"] {
    order: -1;
  }
  [class*='grid'] [class*="_md-last"] {
    order: 1;
  }
}
@media screen and (max-width: 48em) {
  [class*='grid'] > [class*="_sm-1"] {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  [class*='grid'] > [class*="_sm-2"] {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  [class*='grid'] > [class*="_sm-3"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*='grid'] > [class*="_sm-4"] {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  [class*='grid'] > [class*="_sm-5"] {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  [class*='grid'] > [class*="_sm-6"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*='grid'] > [class*="_sm-7"] {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  [class*='grid'] > [class*="_sm-8"] {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  [class*='grid'] > [class*="_sm-9"] {
    flex-basis: 75%;
    max-width: 75%;
  }
  [class*='grid'] > [class*="_sm-10"] {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  [class*='grid'] > [class*="_sm-11"] {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  [class*='grid'] > [class*="_sm-12"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*="grid"] > [data-push-left*="_sm-0"] {
    margin-left: 0;
  }
  [class*="grid"] > [data-push-left*="_sm-1"] {
    margin-left: 8.33333333%;
  }
  [class*="grid"] > [data-push-left*="_sm-2"] {
    margin-left: 16.66666667%;
  }
  [class*="grid"] > [data-push-left*="_sm-3"] {
    margin-left: 25%;
  }
  [class*="grid"] > [data-push-left*="_sm-4"] {
    margin-left: 33.33333333%;
  }
  [class*="grid"] > [data-push-left*="_sm-5"] {
    margin-left: 41.66666667%;
  }
  [class*="grid"] > [data-push-left*="_sm-6"] {
    margin-left: 50%;
  }
  [class*="grid"] > [data-push-left*="_sm-6"] {
    margin-left: 50%;
  }
  [class*="grid"] > [data-push-left*="_sm-7"] {
    margin-left: 58.33333333%;
  }
  [class*="grid"] > [data-push-left*="_sm-8"] {
    margin-left: 66.66666667%;
  }
  [class*="grid"] > [data-push-left*="_sm-9"] {
    margin-left: 75%;
  }
  [class*="grid"] > [data-push-left*="_sm-10"] {
    margin-left: 83.33333333%;
  }
  [class*="grid"] > [data-push-left*="_sm-11"] {
    margin-left: 91.66666667%;
  }
  [class*="grid"] > [data-push-right*="_sm-0"] {
    margin-right: 0;
  }
  [class*="grid"] > [data-push-right*="_sm-1"] {
    margin-right: 8.33333333%;
  }
  [class*="grid"] > [data-push-right*="_sm-2"] {
    margin-right: 16.66666667%;
  }
  [class*="grid"] > [data-push-right*="_sm-3"] {
    margin-right: 25%;
  }
  [class*="grid"] > [data-push-right*="_sm-4"] {
    margin-right: 33.33333333%;
  }
  [class*="grid"] > [data-push-right*="_sm-5"] {
    margin-right: 41.66666667%;
  }
  [class*="grid"] > [data-push-right*="_sm-6"] {
    margin-right: 50%;
  }
  [class*="grid"] > [data-push-right*="_sm-6"] {
    margin-right: 50%;
  }
  [class*="grid"] > [data-push-right*="_sm-7"] {
    margin-right: 58.33333333%;
  }
  [class*="grid"] > [data-push-right*="_sm-8"] {
    margin-right: 66.66666667%;
  }
  [class*="grid"] > [data-push-right*="_sm-9"] {
    margin-right: 75%;
  }
  [class*="grid"] > [data-push-right*="_sm-10"] {
    margin-right: 83.33333333%;
  }
  [class*="grid"] > [data-push-right*="_sm-11"] {
    margin-right: 91.66666667%;
  }
  [class*='grid'] [class*="_sm-first"] {
    order: -1;
  }
  [class*='grid'] [class*="_sm-last"] {
    order: 1;
  }
}
@media screen and (max-width: 35.5em) {
  [class*='grid'] > [class*="_xs-1"] {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  [class*='grid'] > [class*="_xs-2"] {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  [class*='grid'] > [class*="_xs-3"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*='grid'] > [class*="_xs-4"] {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  [class*='grid'] > [class*="_xs-5"] {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  [class*='grid'] > [class*="_xs-6"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*='grid'] > [class*="_xs-7"] {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  [class*='grid'] > [class*="_xs-8"] {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  [class*='grid'] > [class*="_xs-9"] {
    flex-basis: 75%;
    max-width: 75%;
  }
  [class*='grid'] > [class*="_xs-10"] {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  [class*='grid'] > [class*="_xs-11"] {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  [class*='grid'] > [class*="_xs-12"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*="grid"] > [data-push-left*="_xs-0"] {
    margin-left: 0;
  }
  [class*="grid"] > [data-push-left*="_xs-1"] {
    margin-left: 8.33333333%;
  }
  [class*="grid"] > [data-push-left*="_xs-2"] {
    margin-left: 16.66666667%;
  }
  [class*="grid"] > [data-push-left*="_xs-3"] {
    margin-left: 25%;
  }
  [class*="grid"] > [data-push-left*="_xs-4"] {
    margin-left: 33.33333333%;
  }
  [class*="grid"] > [data-push-left*="_xs-5"] {
    margin-left: 41.66666667%;
  }
  [class*="grid"] > [data-push-left*="_xs-6"] {
    margin-left: 50%;
  }
  [class*="grid"] > [data-push-left*="_xs-6"] {
    margin-left: 50%;
  }
  [class*="grid"] > [data-push-left*="_xs-7"] {
    margin-left: 58.33333333%;
  }
  [class*="grid"] > [data-push-left*="_xs-8"] {
    margin-left: 66.66666667%;
  }
  [class*="grid"] > [data-push-left*="_xs-9"] {
    margin-left: 75%;
  }
  [class*="grid"] > [data-push-left*="_xs-10"] {
    margin-left: 83.33333333%;
  }
  [class*="grid"] > [data-push-left*="_xs-11"] {
    margin-left: 91.66666667%;
  }
  [class*="grid"] > [data-push-right*="_xs-0"] {
    margin-right: 0;
  }
  [class*="grid"] > [data-push-right*="_xs-1"] {
    margin-right: 8.33333333%;
  }
  [class*="grid"] > [data-push-right*="_xs-2"] {
    margin-right: 16.66666667%;
  }
  [class*="grid"] > [data-push-right*="_xs-3"] {
    margin-right: 25%;
  }
  [class*="grid"] > [data-push-right*="_xs-4"] {
    margin-right: 33.33333333%;
  }
  [class*="grid"] > [data-push-right*="_xs-5"] {
    margin-right: 41.66666667%;
  }
  [class*="grid"] > [data-push-right*="_xs-6"] {
    margin-right: 50%;
  }
  [class*="grid"] > [data-push-right*="_xs-6"] {
    margin-right: 50%;
  }
  [class*="grid"] > [data-push-right*="_xs-7"] {
    margin-right: 58.33333333%;
  }
  [class*="grid"] > [data-push-right*="_xs-8"] {
    margin-right: 66.66666667%;
  }
  [class*="grid"] > [data-push-right*="_xs-9"] {
    margin-right: 75%;
  }
  [class*="grid"] > [data-push-right*="_xs-10"] {
    margin-right: 83.33333333%;
  }
  [class*="grid"] > [data-push-right*="_xs-11"] {
    margin-right: 91.66666667%;
  }
  [class*='grid'] [class*="_xs-first"] {
    order: -1;
  }
  [class*='grid'] [class*="_xs-last"] {
    order: 1;
  }
}
/************************
    HIDING COLS
*************************/
[class*="col-"]:not([class*="col-0"]) {
  display: block;
}
[class~="grid"][class*="col-"]:not([class*="col-0"]) {
  display: flex;
}
[class*="col-"][class*="col-0"] {
  display: none;
}
@media screen and (max-width: 80em) {
  [class~="grid"] > :not([class*="_lg-0"]) {
    display: block;
  }
  [class~="grid"]:not([class*="_lg-0"]) {
    display: flex;
  }
  [class~="grid"] > [class*="_lg-0"],
  [class~="grid"][class*="-equalHeight"] > [class*="_lg-0"] {
    display: none;
  }
}
@media screen and (max-width: 64em) {
  [class~="grid"] > :not([class*="_md-0"]) {
    display: block;
  }
  [class~="grid"]:not([class*="_md-0"]) {
    display: flex;
  }
  [class~="grid"] > [class*="_md-0"],
  [class~="grid"][class*="-equalHeight"] > [class*="_md-0"] {
    display: none;
  }
}
@media screen and (max-width: 48em) {
  [class~="grid"] > :not([class*="_sm-0"]) {
    display: block;
  }
  [class~="grid"]:not([class*="_sm-0"]) {
    display: flex;
  }
  [class~="grid"] > [class*="_sm-0"],
  [class~="grid"][class*="-equalHeight"] > [class*="_sm-0"] {
    display: none;
  }
}
@media screen and (max-width: 35.5em) {
  [class~="grid"] > :not([class*="_xs-0"]) {
    display: block;
  }
  [class~="grid"]:not([class*="_xs-0"]) {
    display: flex;
  }
  [class~="grid"] > [class*="_xs-0"],
  [class~="grid"][class*="-equalHeight"] > [class*="_xs-0"] {
    display: none;
  }
}
.work {
  font-family: 'Work Sans', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  font-weight: 400;
}
.bold {
  font-weight: bold;
  font-weight: 700;
}
.light {
  font-weight: lighter;
  font-weight: 200;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  overflow-x: hidden;
}
body {
  background: white;
  font-family: 'Work Sans', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  font-weight: 400;
  color: #333;
  font-size: 18px;
}
body p {
  line-height: 1.4;
  margin-bottom: 1.5em;
}
body p a,
body p a:visited,
body p a:active {
  color: #FF421F;
  display: inline-block;
  border-bottom: 2px solid transparent;
  padding-bottom: 1px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
body p a:hover,
body p a:visited:hover,
body p a:active:hover {
  border-bottom-color: #FF421F;
}
body p a.button,
body p a:visited.button,
body p a:active.button {
  border: 2px solid #FF421F;
  padding: 6px 18px;
  margin-top: 15px;
}
body p a.button:hover,
body p a:visited.button:hover,
body p a:active.button:hover {
  background: #FF421F;
  color: white;
}
body.locked {
  overflow: hidden;
}
a,
a:visited,
a:active {
  text-decoration: none;
  color: #FF421F;
}
a:hover,
a:visited:hover,
a:active:hover {
  text-decoration: none;
}
img {
  display: block;
  width: 100%;
  height: auto;
  box-sizing: border-box;
}
.width {
  width: 100%;
  max-width: 1000px;
  padding: 0 20px;
  display: block;
  margin: 0 auto;
}
.content ul {
  list-style: none;
  padding: 0px 0px 0px 2.25em;
  margin: 0 0 1.5em;
}
.content ul li {
  position: relative;
  margin-bottom: 0.5em;
}
.content ul li:after {
  content: '';
  color: #043E80;
  position: absolute;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
  background: #FF421F;
  left: -1.25em;
  top: 0.4em;
}
.skip-link.screen-reader-text {
  position: absolute;
  top: -200px;
}
header#masthead {
  background: #212428;
}
header#masthead #site-navigation {
  width: 100%;
  max-width: 1000px;
  padding: 0 20px;
  display: block;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  box-sizing: border-box;
}
header#masthead #site-navigation a.brand {
  background: #043E80;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
header#masthead #site-navigation a.brand #logo {
  width: 170px;
  height: auto;
}
header#masthead #site-navigation a.brand #minilogo {
  display: inline-block;
  width: 30px;
  height: auto;
  padding: 4px 0;
}
header#masthead #site-navigation li {
  list-style: none;
}
header#masthead #site-navigation li a,
header#masthead #site-navigation li a:active,
header#masthead #site-navigation li a:visited {
  color: white;
  font-weight: lighter;
  font-weight: 200;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  padding: 20px 2px;
  font-size: 1em;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
header#masthead #site-navigation li a:hover,
header#masthead #site-navigation li a:active:hover,
header#masthead #site-navigation li a:visited:hover {
  color: #FF421F;
}
header#masthead #site-navigation li i.fa-angle-down {
  color: #FF421F;
  padding: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
header#masthead #site-navigation li.menu-item-has-children:hover i.fa-angle-down {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
header#masthead #site-navigation li ul.sub-menu {
  position: absolute;
  margin-left: -20px;
  z-index: 9999;
  display: none;
}
header#masthead #site-navigation li ul.sub-menu li {
  background: #212428;
}
header#masthead #site-navigation li ul.sub-menu li a {
  padding: 10px;
}
header#masthead #site-navigation li ul.sub-menu li.menu-item-has-children {
  font-size: 1em;
  border-top: 1px dotted black;
  border-bottom: 1px dotted black;
}
header#masthead #site-navigation li ul.sub-menu li.menu-item-has-children a,
header#masthead #site-navigation li ul.sub-menu li.menu-item-has-children a:visited,
header#masthead #site-navigation li ul.sub-menu li.menu-item-has-children a:link,
header#masthead #site-navigation li ul.sub-menu li.menu-item-has-children a:hover {
  color: #cccfd2;
}
header#masthead #site-navigation li ul.sub-menu li.menu-item-has-children i.fa-angle-down {
  display: none !important;
}
header#masthead #site-navigation li ul.sub-menu li.menu-item-has-children ul.sub-menu {
  position: relative;
  opacity: 1 !important;
  border-top: 1px solid black;
  margin-left: 0;
  display: block !important;
  text-align: right;
  width: 100%;
}
header#masthead #site-navigation li ul.sub-menu li.menu-item-has-children ul.sub-menu li a,
header#masthead #site-navigation li ul.sub-menu li.menu-item-has-children ul.sub-menu li a:visited,
header#masthead #site-navigation li ul.sub-menu li.menu-item-has-children ul.sub-menu li a:link {
  color: white;
}
header#masthead #site-navigation li ul.sub-menu li.menu-item-has-children ul.sub-menu li a:hover {
  color: #FF421F;
}
header#masthead #site-navigation li.current-menu-item a,
header#masthead #site-navigation li.current-menu-item a:active,
header#masthead #site-navigation li.current-menu-item a:visited {
  color: #A4A8AE;
}
header#masthead #site-navigation #mobile_nav {
  color: white;
  display: none;
  padding: 14px 0;
}
header#masthead #site-navigation #mobile_nav i.fal {
  font-size: 1.75em;
  padding: 0;
  display: inline;
}
header#masthead #site-navigation #mobile_nav i.fal.fa-times {
  display: none;
}
header#masthead #mobile_menu {
  text-align: right;
  padding-bottom: 20px;
  display: none;
}
header#masthead #mobile_menu li {
  list-style: none;
}
header#masthead #mobile_menu li a {
  display: inline-block;
  padding: 20px;
  color: white;
  text-transform: uppercase;
  font-weight: lighter;
  font-weight: 200;
}
header#masthead #mobile_menu li i.fa-angle-down {
  display: inline-block;
  color: #FF421F;
  padding: 0;
  margin-right: 20px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
header#masthead #mobile_menu li i.fa-angle-down.active {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
header#masthead #mobile_menu li.menu-item-has-children a {
  padding-right: 5px;
}
header#masthead #mobile_menu li ul.sub-menu {
  border-top: 1px solid #444a52;
  display: none;
}
header#masthead #mobile_menu li ul.sub-menu li {
  background: #000000;
}
header#masthead #mobile_menu li ul.sub-menu li a {
  padding-right: 20px;
}
.page_topper {
  width: 100%;
  margin: 0;
  padding: 0;
  background-position: center center;
  background-size: cover;
  min-height: 300px;
  position: relative;
}
.page_topper .photo-credit {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: white;
  font-size: 10px;
  opacity: 0.75;
}
#subheader {
  position: relative;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-bottom: 1px solid transparent;
  z-index: 999;
}
#subheader .page-top {
  width: 100%;
  max-width: 1000px;
  padding: 0 20px;
  display: block;
  margin: 0 auto;
  border-bottom: 1px solid #FF421F;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
#subheader .page-top .page-title {
  font-size: 1.75em;
  font-weight: bold;
  font-weight: 700;
  color: #043E80;
}
#subheader .page-top .page-title .product_flare {
  color: #FF421F;
}
#subheader .page-top .sub-menu {
  text-align: right;
  font-size: 0.8em;
}
#subheader .page-top .sub-menu li {
  display: inline-block;
  list-style: none;
  margin: 0 5px;
}
#subheader .page-top .sub-menu li a {
  color: #7c818a;
  padding: 2px;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: lighter;
  font-weight: 200;
}
#subheader.scroll {
  position: fixed;
  top: 0;
  border-bottom-color: #FF421F;
}
#subheader.scroll .page-top {
  border-bottom: none;
  padding: 10px 0 11px;
}
#page {
  width: 100%;
  max-width: 1000px;
  padding: 0 20px;
  display: block;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 40px;
}
.wp-video {
  margin: 0 auto 40px;
  border: 4px solid #A4A8AE;
}
.wp-video .mejs-controls {
  display: none !important;
}
img.size-full {
  border: 4px solid #A4A8AE;
  background: #A4A8AE;
}
body.home header#masthead {
  position: fixed;
  width: 100%;
  z-index: 999;
}
body.home #page {
  width: 100vw;
  max-width: 100%;
  padding: 0;
  margin: 0;
}
body.home #video_splash {
  display: flex;
  align-items: center;
}
body.home #video_splash .content_overlay {
  width: 90%;
  max-width: 720px;
  margin: 0 auto;
  color: white;
  text-align: center;
}
body.home #video_splash .content_overlay h1 {
  font-size: 3.2em;
  font-weight: bold;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 0.1em;
}
body.home #video_splash .content_overlay p {
  font-weight: lighter;
  font-weight: 200;
  font-size: 1.5em;
}
body.home #video_splash .content_overlay p a.button {
  display: inline-block;
  margin-top: 1em;
  color: white;
  background: rgba(4, 62, 128, 0.5);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.9em;
  padding: 10px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  letter-spacing: 0.1em;
}
body.home #video_splash .content_overlay p a.button:hover {
  background: #FF421F;
}
body.home #slideshow {
  width: 100vw;
  background: #212428;
}
body.home #slideshow .bx-wrapper {
  position: relative;
}
body.home #slideshow .bx-wrapper #slides {
  margin: 0;
  padding: 0;
}
body.home #slideshow .bx-wrapper #slides .slide {
  background-size: cover;
  background-position: center center;
  position: relative;
}
body.home #slideshow .bx-wrapper #slides .slide .photo-credit {
  position: absolute;
  right: 30px;
  bottom: 10px;
  color: white;
  font-size: 10px;
  opacity: 0.75;
  width: 150px;
}
body.home #slideshow .bx-wrapper #slides .slide .slide_content {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  text-align: center;
  color: white;
  height: 100%;
  width: 90%;
  max-width: 780px;
  margin: 50px auto 80px;
}
body.home #slideshow .bx-wrapper #slides .slide .slide_content .inner_slide {
  width: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.6);
  padding: 40px;
}
body.home #slideshow .bx-wrapper #slides .slide .slide_content h1.slide_title {
  font-size: 3em;
  font-weight: bold;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 0.1em;
}
body.home #slideshow .bx-wrapper #slides .slide .slide_content .slide_text {
  font-weight: lighter;
  font-weight: 200;
  font-size: 1.5em;
}
body.home #slideshow .bx-wrapper #slides .slide .slide_content .slide_text .button_wrap {
  display: block;
  text-align: center;
}
body.home #slideshow .bx-wrapper #slides .slide .slide_content .slide_text .button_wrap a.button {
  display: inline-block;
  margin-top: 1em;
  color: white;
  background: transparent;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.9em;
  padding: 10px 20px;
  border: 1px solid white;
  letter-spacing: 0.1em;
}
body.home #slideshow .bx-wrapper #slides .slide .slide_content .slide_text .button_wrap a.button:hover {
  background: #FF421F;
}
body.home #slideshow .bx-wrapper .bx-prev,
body.home #slideshow .bx-wrapper .bx-next {
  position: absolute;
  font-size: 4em;
  color: white;
  top: calc(50% - 1em);
  z-index: 99;
  opacity: 0.3;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
body.home #slideshow .bx-wrapper .bx-prev:hover,
body.home #slideshow .bx-wrapper .bx-next:hover {
  opacity: 1;
}
body.home #slideshow .bx-wrapper .bx-prev {
  left: 2%;
}
body.home #slideshow .bx-wrapper .bx-next {
  right: 2%;
}
body.home #slideshow .bx-wrapper .bx-pager {
  position: absolute;
  bottom: 10px;
  width: 100%;
  z-index: 99;
  text-align: center;
}
body.home #slideshow .bx-wrapper .bx-pager .bx-pager-item {
  display: inline-block;
  margin: 0 5px;
}
body.home #slideshow .bx-wrapper .bx-pager .bx-pager-item a {
  display: inline-block;
  overflow: hidden;
  text-indent: -9999em;
  width: 50px;
  height: 2px;
  background: white;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
body.home #slideshow .bx-wrapper .bx-pager .bx-pager-item a.active,
body.home #slideshow .bx-wrapper .bx-pager .bx-pager-item a:hover {
  background: #FF421F;
}
body.home #section_1 {
  background: #ededed;
  border: 10px solid white;
  border-bottom-width: 5px;
  padding: 50px 0;
  margin: 0;
}
body.home #section_1 .content {
  width: 90%;
  max-width: 820px;
  margin: 0 auto;
}
body.home #section_1 .content h1 {
  text-align: center;
  font-weight: bold;
  font-weight: 700;
  font-size: 3em;
}
body.home #section_1 .content h1 .red {
  color: #FF421F;
  font-style: italic;
  display: inline-block;
  border-bottom: 3px solid #212428;
  padding-bottom: 3px;
}
body.home #section_1 .content p {
  line-height: 1.25;
  font-size: 1.5em;
  font-weight: lighter;
  font-weight: 200;
}
body.home section#home_buckets {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 60px;
}
body.home section#home_buckets h1 {
  text-align: center;
  position: relative;
  padding: 20px 0;
  margin: 1.5em auto;
}
body.home section#home_buckets h1::after {
  content: '';
  height: 0;
  width: 200px;
  position: absolute;
  margin: 0 auto;
  border-bottom: 2px solid #FF421F;
  margin-left: -100px;
  left: 50%;
  bottom: 0;
}
body.home section#home_buckets .wrapper {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
}
body.home section#home_buckets .wrapper .bucket {
  width: 50%;
  max-width: 320px;
  border: 10px solid #A4A8AE;
  background: #ededed;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  margin: 0 20px 40px;
}
body.home section#home_buckets .wrapper .bucket .art {
  background: #043E80;
  border-bottom: 2px solid #FF421F;
}
body.home section#home_buckets .wrapper .bucket .art img {
  display: block;
  margin: 0 auto;
  width: 200px;
  height: auto;
  padding: 20px;
  color: white;
}
body.home section#home_buckets .wrapper .bucket .copy {
  line-height: 1.5;
  text-align: center;
  color: #212428;
  padding: 20px;
}
body.home section#home_buckets .wrapper .bucket .copy h2 {
  color: #043E80;
  text-transform: uppercase;
  line-height: 1;
  padding: 0 0 10px 0;
  margin-bottom: 0.25em;
  text-align: center;
}
body.home section#home_buckets .wrapper .bucket .copy ul {
  margin: 0 0 0 20px;
}
body.home section#home_buckets .wrapper .bucket .copy ul li {
  line-height: 1.5;
  margin: 0;
}
body.page-template-product .warning_light,
body.page-template-services .warning_light,
body.page-template-products .warning_light {
  display: block;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #FF421F;
  animation-name: blink;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  margin: 0 auto 0.5em;
}
body.page-template-product section,
body.page-template-services section,
body.page-template-products section {
  padding: 4em 0;
  position: relative;
}
body.page-template-product section#overview,
body.page-template-services section#overview,
body.page-template-products section#overview {
  font-size: 1.2em;
  padding-top: 0;
}
body.page-template-product section:focus,
body.page-template-services section:focus,
body.page-template-products section:focus {
  outline: none;
}
body.page-template-product section::after,
body.page-template-services section::after,
body.page-template-products section::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: calc(50% - 100px);
  width: 200px;
  height: 0;
  border-bottom: 2px solid #FF421F;
}
body.page-template-product section:last-of-type::after,
body.page-template-services section:last-of-type::after,
body.page-template-products section:last-of-type::after {
  border-bottom: none;
}
body.page-template-product section#overview,
body.page-template-services section#overview,
body.page-template-products section#overview {
  opacity: 1;
}
body.page-template-product section h2,
body.page-template-services section h2,
body.page-template-products section h2 {
  text-align: center;
  font-weight: lighter;
  font-weight: 200;
  text-transform: uppercase;
  font-size: 2em;
  letter-spacing: 0.1em;
  margin-bottom: 0.25em;
}
body.page-template-product section h2.section-title,
body.page-template-services section h2.section-title,
body.page-template-products section h2.section-title {
  margin: 20px auto;
}
body.page-template-product section .content,
body.page-template-services section .content,
body.page-template-products section .content {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
body.page-template-product section .content h3,
body.page-template-services section .content h3,
body.page-template-products section .content h3 {
  text-align: center;
  margin-bottom: 1em;
}
body.page-template-product section img,
body.page-template-services section img,
body.page-template-products section img {
  margin-top: 0.5em;
}
body.page-template-product section .image_caption,
body.page-template-services section .image_caption,
body.page-template-products section .image_caption {
  text-align: right;
  font-size: 0.8em;
  color: #5D6D80;
  font-weight: lighter;
  font-weight: 200;
}
body.page-template-product #drill_report,
body.page-template-services #drill_report,
body.page-template-products #drill_report,
body.page-template-product #wash_report,
body.page-template-services #wash_report,
body.page-template-products #wash_report {
  text-align: center;
}
body.page-template-product #drill_report a.download,
body.page-template-services #drill_report a.download,
body.page-template-products #drill_report a.download,
body.page-template-product #wash_report a.download,
body.page-template-services #wash_report a.download,
body.page-template-products #wash_report a.download {
  font-size: 0.75em;
  display: inline-block;
  padding: 5px;
  border: 1px solid #5D6D80;
  text-transform: uppercase;
  font-weight: lighter;
  font-weight: 200;
  color: #5D6D80;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 1em;
}
body.page-template-product #drill_report a.download:hover,
body.page-template-services #drill_report a.download:hover,
body.page-template-products #drill_report a.download:hover,
body.page-template-product #wash_report a.download:hover,
body.page-template-services #wash_report a.download:hover,
body.page-template-products #wash_report a.download:hover {
  border-color: #FF421F;
  background: #FF421F;
  color: white;
}
body.page-template-product .bx-controls,
body.page-template-services .bx-controls,
body.page-template-products .bx-controls {
  text-align: center;
  margin-top: 1em;
}
body.page-template-product .bx-controls .bx-pager .bx-pager-item,
body.page-template-services .bx-controls .bx-pager .bx-pager-item,
body.page-template-products .bx-controls .bx-pager .bx-pager-item {
  display: inline-block;
}
body.page-template-product .bx-controls .bx-pager .bx-pager-item a,
body.page-template-services .bx-controls .bx-pager .bx-pager-item a,
body.page-template-products .bx-controls .bx-pager .bx-pager-item a {
  width: 10px;
  height: 10px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #cccfd2;
  overflow: hidden;
  text-indent: -9999em;
  display: block;
  margin: 0 3px;
}
body.page-template-product .bx-controls .bx-pager .bx-pager-item a.active,
body.page-template-services .bx-controls .bx-pager .bx-pager-item a.active,
body.page-template-products .bx-controls .bx-pager .bx-pager-item a.active {
  background: #043E80;
}
@keyframes blink {
  0% {
    background-color: #FF421F;
  }
  50% {
    background-color: #cccfd2;
  }
  100% {
    background-color: #FF421F;
  }
}
body.page-template-faq #overview {
  text-align: center;
  max-width: 820px;
  font-size: 1.1em;
  margin: 0 auto;
}
body.page-template-faq #submit_q {
  background: #f5f5f6;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 20px 60px;
  margin: 2em 0;
}
body.page-template-faq #submit_q form.faq_submission img {
  width: auto;
}
body.page-template-faq #submit_q form.faq_submission label {
  display: none;
}
body.page-template-faq #submit_q form.faq_submission li::after {
  width: 0;
  height: 0;
  background: transparent;
}
body.page-template-faq #submit_q form.faq_submission input[type=text] {
  border: none;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
}
body.page-template-faq #submit_q form.faq_submission .gform_footer {
  text-align: center;
}
body.page-template-faq #submit_q form.faq_submission .gform_footer input[type=submit] {
  font-weight: lighter;
  font-weight: 200;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #043E80;
  color: white;
  padding: 10px 20px;
  border: none;
}
body.page-template-faq #submit_q form.faq_submission .gform_footer input[type=submit]:hover {
  background: #FF421F;
}
body.page-template-faq #faq {
  padding-bottom: 4em;
}
body.page-template-faq #faq .category {
  padding-bottom: 4em;
}
body.page-template-faq #faq .category h2.category_title {
  font-weight: lighter;
  font-weight: 200;
  text-transform: uppercase;
  color: #5D6D80;
  border-bottom: 1px solid #cccfd2;
  margin-bottom: 1em;
}
body.page-template-faq #faq .category h3.question {
  font-weight: 400;
  margin: 0 0 0.5em;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding-left: 0.5em;
}
body.page-template-faq #faq .category h3.question span.spinner {
  font-weight: lighter;
  font-weight: 200;
  display: inline-block;
  color: #cccfd2;
  font-size: 1;
  position: relative;
  top: 0.05em;
  left: -0.25em;
  font-size: 1.5em;
}
body.page-template-faq #faq .category h3.question:hover {
  color: #043E80;
  cursor: pointer;
}
body.page-template-faq #faq .category h3.question.active {
  font-size: 1.5em;
  color: #5D6D80;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #cccfd2;
}
body.page-template-faq #faq .category .answer {
  padding: 0 0 1.5em 2em;
  overflow: hidden;
}
body.page-template-use-cases .case {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin: 30px 0;
}
body.page-template-use-cases .case .case-title {
  font-weight: bold;
  font-size: 1.25em;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-bottom: 1px solid #cccfd2;
  padding: 10px 0;
}
body.page-template-use-cases .case .case-title i.fal {
  color: #FF421F;
  margin-right: 10px;
  margin-top: 5px;
}
body.page-template-use-cases .case .case-title:hover {
  color: #FF421F;
  cursor: pointer;
}
body.page-template-use-cases .case .case-prev {
  font-size: 0.8em;
  line-height: 1.2em;
  margin: 10px auto;
}
body.page-template-use-cases .case .case-prev .trigger {
  display: inline-block;
  margin-left: 20px;
  text-decoration: underline;
  color: #A4A8AE;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
body.page-template-use-cases .case .case-prev .trigger:hover {
  color: #FF421F;
  cursor: pointer;
}
body.page-template-use-cases .case .case-body {
  display: none;
  border: 1px solid #043E80;
  padding: 40px;
}
body.page-template-use-cases .case.active .case-title {
  color: #043E80;
  padding: 40px 0 20px;
  border-bottom-color: transparent;
}
body.page-template-use-cases .case.active .case-title i.fal {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
body.page-template-news #content {
  padding-top: 4em;
}
body.page-template-news #news_feed h3.latest {
  margin: 1.5em 0;
  border-bottom: 1px solid #cccfd2;
  color: #A4A8AE;
  font-weight: lighter;
  font-weight: 200;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 1.5;
}
body.page-template-news #news_feed article {
  border-bottom: 1px solid #f5f5f6;
  margin: 1.5em 0;
  padding: 0 0 1.5em;
}
body.page-template-news #news_feed article:last-of-type {
  border-bottom: none;
}
body.page-template-news #news_feed article .meta {
  font-weight: lighter;
  font-weight: 200;
  font-size: 1.25em;
  color: #cccfd2;
  letter-spacing: 0.2em;
}
body.page-template-news #news_feed article h2 {
  margin: 0;
  font-size: 1.5em;
  text-transform: uppercase;
}
body.page-template-news #news_feed article h2 a {
  color: #212428;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  padding: 0 5px 0 0;
}
body.page-template-news #news_feed article h2 a:hover {
  color: #FF421F;
  padding: 0 0 0 5px;
}
body.page-template-news #news_feed article .author {
  font-family: georgia, 'times new roman', serif;
  font-style: italic;
  font-size: 0.8em;
  color: #A4A8AE;
}
body.page-template-news #news_feed article .cat ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5em;
}
body.page-template-news #news_feed article .cat ul li {
  display: inline-block;
}
body.page-template-news #news_feed article .cat ul li a {
  text-transform: lowercase;
  font-size: 0.8em;
  text-decoration: none;
}
body.page-template-news #news_feed article .event_date {
  margin-bottom: 0.25em;
  color: #5D6D80;
}
body.page-template-news #news_feed article .text p {
  font-size: 0.8em;
  margin-bottom: 0.75em;
}
body.page-template-news #news_feed article .text .readmore a {
  font-size: 0.8em;
  text-decoration: none;
  display: inline-block;
  border-bottom: 2px solid #FF421F;
  padding: 0 6px 2px;
  color: #212428;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
body.page-template-news #news_feed article .text .readmore a:hover {
  background: #FF421F;
  color: white;
}
body.page-template-news #news_feed .pagination {
  border-top: 1px solid #cccfd2;
  padding: 1em 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: lighter;
  font-weight: 200;
  color: #212428;
}
body.page-template-news #news_feed .pagination a {
  color: #FF421F;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin: 0 5px;
}
body.page-template-news #news_feed .pagination a:hover {
  color: #b81d00;
}
body.archive article {
  border-bottom: 1px solid #f5f5f6;
  margin: 1.5em 0;
  padding: 0 0 1.5em;
}
body.archive article:last-of-type {
  border-bottom: none;
}
body.archive article .meta {
  font-weight: lighter;
  font-weight: 200;
  font-size: 1.25em;
  color: #A4A8AE;
  letter-spacing: 0.2em;
}
body.archive article h2 {
  margin: 0.5em 0;
  font-size: 1.6em;
}
body.archive article h2 a {
  color: #212428;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  padding: 0 5px 0 0;
}
body.archive article h2 a:hover {
  color: #FF421F;
  padding: 0 0 0 5px;
}
body.archive article .author {
  font-family: georgia, 'times new roman', serif;
  font-style: italic;
  font-size: 1em;
  color: #A4A8AE;
  margin: 0.5em 0;
}
body.archive article .cat ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5em;
}
body.archive article .cat ul li {
  display: inline-block;
}
body.archive article .cat ul li a {
  text-transform: lowercase;
  font-weight: lighter;
  font-weight: 200;
  font-size: 0.8em;
  color: #A4A8AE;
  text-decoration: none;
}
body.archive article .text p {
  font-size: 0.8em;
  margin: 0.5em 0 0.75em;
}
body.archive article .text .readmore a {
  font-size: 0.8em;
  text-decoration: none;
  display: inline-block;
  border-bottom: 2px solid #FF421F;
  padding: 0 6px 2px;
  color: #212428;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
body.archive article .text .readmore a:hover {
  background: #FF421F;
  color: white;
}
body.single-post .author {
  font-family: georgia, 'times new roman', serif;
  font-style: italic;
  font-size: 1em;
  color: #A4A8AE;
  margin: 1em 0;
}
body.single-post .sub-menu .meta {
  font-size: 2em;
  font-weight: lighter;
  font-weight: 200;
  color: #cccfd2;
}
body.single-post #content {
  padding-top: 20px;
}
body.single-post #primary {
  padding-right: 20px;
}
body.single-post #primary #main {
  position: relative;
}
body.single-post #primary #main #share {
  position: absolute;
  padding-top: 6px;
  text-align: center;
}
body.single-post #primary #main #share .title {
  font-weight: bold;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.7em;
}
body.single-post #primary #main #share li {
  list-style: none;
  display: block;
  margin: 3px auto;
}
body.single-post #primary #main #share li a,
body.single-post #primary #main #share li a:link,
body.single-post #primary #main #share li a:visited,
body.single-post #primary #main #share li a:active {
  color: #043E80;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
body.single-post #primary #main #share li a:hover,
body.single-post #primary #main #share li a:link:hover,
body.single-post #primary #main #share li a:visited:hover,
body.single-post #primary #main #share li a:active:hover {
  color: #FF421F;
}
body.single-post #primary #main p {
  padding-left: 60px;
}
body.single-post #primary #main ul {
  padding-left: 6em;
  margin-bottom: 1.5em;
}
body.single-post #primary #main table {
  width: calc(100% - 60px);
  border-collapse: collapse;
  margin-left: 60px;
}
body.single-post #primary #main table td {
  border: 1px solid #cccfd2;
  padding: 5px;
}
body.single-post nav.navigation.post-navigation {
  border-top: 1px solid #cccfd2;
  padding: 1em 0;
  margin: 2em 0;
}
body.single-post nav.navigation.post-navigation h2.screen-reader-text {
  display: none;
}
body.single-post nav.navigation.post-navigation .nav-links {
  display: flex;
  justify-content: space-between;
}
body.single-post nav.navigation.post-navigation .nav-links a {
  color: #cccfd2;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 2px solid transparent;
}
body.single-post nav.navigation.post-navigation .nav-links a:hover {
  color: #FF421F;
  border-color: #FF421F;
}
#secondary {
  padding-left: 20px;
}
#secondary aside {
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
  border-bottom: 1px solid #f5f5f6;
}
#secondary aside:last-of-type {
  border-bottom: none;
}
#secondary .widget h2 {
  font-weight: lighter;
  font-weight: 200;
  text-transform: uppercase;
  color: #A4A8AE;
  letter-spacing: 0.1em;
  font-size: 1.25em;
}
#secondary .widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#secondary .widget ul li a {
  padding: 5px 15px 5px 5px;
  display: block;
  color: #A4A8AE;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#secondary .widget ul li a:hover {
  color: #FF421F;
  padding: 5px 5px 5px 15px;
}
footer#colophon {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  color: #A4A8AE;
  padding: 40px 0;
  background: #ededed;
  border: 10px solid white;
}
footer#colophon #footer_logo {
  position: relative;
  width: 40px;
  height: 30px;
  margin: 0 auto 20px;
}
footer#colophon #footer_logo img#icon,
footer#colophon #footer_logo img#highlight_icon {
  position: absolute;
}
footer#colophon #footer_logo img#highlight_icon {
  display: none;
}
footer#colophon .site-info {
  width: 100%;
  max-width: 1000px;
  padding: 0 20px;
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 0.8em;
  letter-spacing: 0.1em;
  font-weight: lighter;
  font-weight: 200;
}
footer#colophon.end {
  background: #cccfd2;
  color: white;
}
.page_content img.intellicess_logo {
  max-width: 640px;
  display: block;
  margin: 0 auto 40px;
}
.page_content ul {
  padding-left: 3em;
}
.page_content ul li {
  margin-bottom: 1em;
}
#contact {
  display: none;
  position: fixed;
  z-index: 9999;
  color: white;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(33, 36, 40, 0.97);
}
#contact .close {
  font-size: 2em;
  position: absolute;
  top: 3%;
  right: 3%;
  z-index: 99999;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#contact .close:hover {
  color: #FF421F;
}
#contact .content {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  overflow-y: auto;
}
#contact .content .container {
  width: 90%;
  max-width: 760px;
  margin: 0 auto;
  padding: 40px;
  border: 1px solid white;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
#contact .content .container .info {
  font-size: 1.5em;
  font-weight: lighter;
  font-weight: 200;
  text-transform: uppercase;
}
#contact .content .container .info p {
  padding: 0;
  margin: 0;
  display: block;
}
#contact .content .container .info p a {
  color: white;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#contact .content .container .info p a:hover {
  color: #FF421F;
}
#contact .content .container form.contact_form img {
  width: auto;
}
#contact .content .container form.contact_form label {
  display: none;
}
#contact .content .container form.contact_form input[type=text],
#contact .content .container form.contact_form textarea {
  border: 1px solid #2d3136;
  background: #212428;
  color: white;
  box-shadow: none;
  padding: 10px;
}
#contact .content .container form.contact_form input[type=text]:focus,
#contact .content .container form.contact_form textarea:focus {
  outline: 2px solid #FF421F;
}
#contact .content .container form.contact_form input[type=submit] {
  font-weight: lighter;
  font-weight: 200;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #043E80;
  color: white;
  padding: 10px 20px;
  border: none;
}
#contact .content .container form.contact_form input[type=submit]:hover {
  background: #FF421F;
}
h3.gform_title {
  font-size: 1.75em !important;
  font-weight: bold;
  font-weight: 700;
  color: #043E80;
  border-bottom: 1px solid #FF421F;
  padding: 20px 0;
}
@media only screen and (max-width: 1480px) {
  body.home #section_2 .text .content h1,
  body.home #section_3 .text .content h1 {
    letter-spacing: 0;
    font-size: 1.4em;
  }
  body.home #section_2 .text .content p,
  body.home #section_3 .text .content p {
    font-size: 0.85em;
  }
}
@media only screen and (max-width: 1174px) {
  body.home #section_2 .text .content,
  body.home #section_3 .text .content {
    padding: 20px 5%;
  }
}
@media only screen and (max-width: 1024px) {
  body.home #section_2 .left,
  body.home #section_3 .left {
    border-right: none;
  }
  body.home #section_2 .right,
  body.home #section_3 .right {
    border-left: none;
  }
}
@media only screen and (max-width: 912px) {
  body.home section#home_buckets .wrapper .bucket {
    width: 100%;
    max-width: 100%;
  }
  body.home #slideshow .bx-wrapper #slides .slide .slide_content h1.slide_title {
    font-size: 2em!important;
  }
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 13px;
  }
  header#masthead #site-navigation li {
    display: none;
  }
  header#masthead #site-navigation #mobile_nav {
    display: block;
  }
  body.home #section_2 .visual,
  body.home #section_3 .visual {
    display: none;
  }
  #subheader .page-top .sub-menu {
    display: none;
  }
  body.home #section_2 .text .content h1,
  body.home #section_3 .text .content h1 {
    letter-spacing: 0;
    font-size: 1.4em;
  }
  body.home #section_2 .text .content p,
  body.home #section_3 .text .content p {
    font-size: 1em;
  }
  body.home #slideshow .bx-wrapper #slides .slide .slide_content {
    margin: 70px auto;
  }
}
/*# sourceMappingURL=intellicess.css.map */