/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

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

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

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

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

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

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

@font-face {
  font-family: "symbols";
  src: url("../fonts/symbols.eot");
  src: url("../fonts/symbols.eot?#iefix") format("eot"), url("../fonts/symbols.woff") format("woff"), url("../fonts/symbols.ttf") format("truetype"), url("../fonts/symbols.svg#symbols") format("svg");
  font-weight: normal;
  font-style: normal; }

.ico:before {
  display: inline-block;
  font-family: "symbols";
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ico-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

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

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

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

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

.ico-fw {
  width: 1.2857142857142858em;
  text-align: center; }

.ico-arrow-up:before {
  content: "\E001"; }

.ico-check:before {
  content: "\E002"; }

.ico-cross:before {
  content: "\E003"; }

.ico-edit:before {
  content: "\E004"; }

.ico-folder:before {
  content: "\E005"; }

.ico-menu:before {
  content: "\E006"; }

.ico-trash:before {
  content: "\E007"; }

.ico-up:before {
  content: "\E008"; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

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

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

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

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

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

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/* -----------------------------------------------
   Variables
----------------------------------------------- */
/* --------------------------------- */
/*------------------------------------------------------------
  Media Query Mixins
------------------------------------------------------------*/
/* -------------------------------
 Raw Breakpoint Values
------------------------------- */
/* -------------------------------
 Default Media Query Breakpoints
------------------------------- */
/* -------------------------------
 Max-Media Query Breakpoints
------------------------------- */
/* ---------------------------
 Media Query List of Options
--------------------------- */
/* Note:  95% of the time, use the min-width mixin for media queries. 
          Max Widths, In Between Widths, Short Heights, Internet Explorer, etc
          should ONLY be used as a last resort. 
*/
/* ---------------------------
 Media Query Conditionals
--------------------------- */
/*------------------------------------------------------------
  Font Related Mixins / Extensions
------------------------------------------------------------*/
/* NOTE:  For a relational value of 12px write rem(12)
          Assumes $em-base is the font-size of <html>
*/
/* ------------------------------------------------- */
/* NOTE:  Desktop variable is FIRST and Tablet variable is LAST.
          Can Leave Tablet variable blank if there is only a font change from mobile to desktop.
*/
/* Usage: 
@include type-scale(56, 36, 36);
*/
/* ------------------------------------------------- */
.remove-list-styles, .gform_wrapper ul, .banner nav ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  .remove-list-styles li, .gform_wrapper ul li, .banner nav ul li {
    padding: 0; }
    .remove-list-styles li:before, .gform_wrapper ul li:before, .banner nav ul li:before {
      display: none; }
    .remove-list-styles li ul, .gform_wrapper ul li ul, .banner nav ul li ul, .remove-list-styles li ol, .gform_wrapper ul li ol, .banner nav ul li ol {
      padding: 0; }
      .remove-list-styles li ul li:first-child, .gform_wrapper ul li ul li:first-child, .banner nav ul li ul li:first-child, .remove-list-styles li ol li:first-child, .gform_wrapper ul li ol li:first-child, .banner nav ul li ol li:first-child {
        padding-top: 0; }

/* ------------------------------------------------- */
/*------------------------------------------------------------
  Layout Related Mixins
------------------------------------------------------------*/
/* ----------------------------------------------
  FIXING THE VW-CONTAINER MIXIN
  1. Use the raw px values to get
      ems for comparison in min() call
  2. Replace the depricated
      outer-container() mixin form neat
  3. Also, change default vw-container padding
      such that it doesn't overwrite vertical.
----------------------------------------------- */
/* ------------------------------------------------- */
/*------------------------------------------------------------
  Form Mixins
------------------------------------------------------------*/
/* -------------------------------
    Placeholder Prefixes
    (originally from Bourbon.io)
------------------------------- */
/* -------------------------------
    Assign Input Function 
    (originally from Bourbon.io)
------------------------------- */
/* -------------------------------
    Input Types
    (originally from Bourbon.io)
------------------------------- */
/* -------------------------------
    Button Types
    (originally from Bourbon.io)
------------------------------- */
/* -------------------------------
        Usage Examples
------------------------------- */
/*
  input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea {
    border: 1px solid #f00;
  }

  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus,
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover {
    border: 1px solid #0f0;
  }

  input[type="color"]:active, input[type="date"]:active, input[type="datetime"]:active, input[type="datetime-local"]:active, input[type="email"]:active, input[type="month"]:active, input[type="number"]:active, input[type="password"]:active, input[type="search"]:active, input[type="tel"]:active, input[type="text"]:active, input[type="time"]:active, input[type="url"]:active, input[type="week"]:active, input:not([type]):active, textarea:active {
    border: 1px solid #00f;
  }

  button, input[type="button"], input[type="reset"], input[type="submit"] {
    background-color: #f00;
  }

  button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus,
  button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    background-color: #0f0;
  }

  button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
    background-color: #00f;
  }
*/
/*------------------------------------------------------------
  Miscellaneous Mixins
------------------------------------------------------------*/
/* -----------------------------------------------
   Typography
----------------------------------------------- */
html {
  -webkit-tap-highlight-color: transparent; }

body {
  font-size: 100%;
  line-height: 1.5;
  font-weight: 300;
  color: #101820;
  font-family: "Titillium Web", "Helvetica Neue", Helvetica, Arial, sans-serif; }

a {
  color: #0085CA;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  a:hover {
    color: #006397; }

/*------------------------------------------------------------

  Filling in H1-H6 default styling will prep the CMS editor

------------------------------------------------------------*/
h1 {
  font-size: 22;
  font-size: 1.375rem;
  line-height: 1.4; }
  @media only screen and (min-width: 48em) {
    h1 {
      font-size: 28;
      font-size: 1.75rem; } }
  @media only screen and (min-width: 60.625em) {
    h1 {
      font-size: 32;
      font-size: 2rem; } }
  @media only screen and (min-width: 75em) {
    h1 {
      font-size: 32;
      font-size: 2rem; } }
  @media only screen and (min-width: 48em) {
    h1 {
      line-height: 1.5; } }
  @media only screen and (min-width: 60.625em) {
    h1 {
      line-height: 1.6; } }

h2 {
  font-size: 18;
  font-size: 1.125rem;
  line-height: 1.2;
  color: #0085CA;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  font-weight: bold; }
  @media only screen and (min-width: 48em) {
    h2 {
      font-size: 20;
      font-size: 1.25rem; } }
  @media only screen and (min-width: 60.625em) {
    h2 {
      font-size: 20;
      font-size: 1.25rem; } }
  @media only screen and (min-width: 75em) {
    h2 {
      font-size: 20;
      font-size: 1.25rem; } }
  @media only screen and (min-width: 48em) {
    h2 {
      line-height: 1.2; } }
  @media only screen and (min-width: 60.625em) {
    h2 {
      line-height: 1.2; } }

h3 {
  font-size: 18;
  font-size: 1.125rem;
  font-weight: normal;
  margin: 0 0 16px; }
  @media only screen and (min-width: 48em) {
    h3 {
      font-size: 18;
      font-size: 1.125rem; } }
  @media only screen and (min-width: 60.625em) {
    h3 {
      font-size: 18;
      font-size: 1.125rem; } }
  @media only screen and (min-width: 75em) {
    h3 {
      font-size: 18;
      font-size: 1.125rem; } }

p {
  font-size: 16;
  font-size: 1rem;
  margin-bottom: 16px; }
  @media only screen and (min-width: 48em) {
    p {
      font-size: 18;
      font-size: 1.125rem; } }
  @media only screen and (min-width: 60.625em) {
    p {
      font-size: 18;
      font-size: 1.125rem; } }
  @media only screen and (min-width: 75em) {
    p {
      font-size: 18;
      font-size: 1.125rem; } }

blockquote {
  border-left: 5px solid #EAEAEA;
  margin: 20px 0;
  padding-left: 15px; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

/* -----------------------------------------------
   Forms
----------------------------------------------- */
input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea {
  width: 100%;
  padding: 10px;
  border: none;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #101820;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none; }
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus {
    outline: 0; }
  input[type="color"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="datetime-local"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="month"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="week"]::-webkit-input-placeholder, input:not([type])::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    opacity: 1;
    color: #101820; }
  input[type="color"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="week"]::-moz-placeholder, input:not([type])::-moz-placeholder, textarea::-moz-placeholder {
    opacity: 1;
    color: #101820; }
  input[type="color"]:-moz-placeholder, input[type="date"]:-moz-placeholder, input[type="datetime"]:-moz-placeholder, input[type="datetime-local"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="month"]:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="text"]:-moz-placeholder, input[type="time"]:-moz-placeholder, input[type="url"]:-moz-placeholder, input[type="week"]:-moz-placeholder, input:not([type]):-moz-placeholder, textarea:-moz-placeholder {
    opacity: 1;
    color: #101820; }
  input[type="color"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="month"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="week"]:-ms-input-placeholder, input:not([type]):-ms-input-placeholder, textarea:-ms-input-placeholder {
    opacity: 1;
    color: #101820; }

button, input[type="button"], input[type="reset"], input[type="submit"] {
  border: none;
  border-radius: 0px; }
  button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
    outline: 0; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.select-wrapper {
  position: relative;
  width: 100%;
  height: 46px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #101820; }
  .select-wrapper:before {
    content: "";
    position: absolute;
    right: -1px;
    top: -1px;
    color: #fff;
    font-size: em(16);
    line-height: 1;
    text-align: center;
    width: 17px;
    height: 15px;
    padding: 22px;
    background: url(../images/select-arrow.svg) no-repeat center center;
    background-size: 17px 12px;
    border: 1px solid #101820; }
  .select-wrapper select {
    position: relative;
    z-index: 100;
    cursor: pointer;
    width: 120%;
    height: 46px;
    padding: 10px;
    background: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none; }
    .select-wrapper select option {
      font-style: normal; }

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000; }

.gform_wrapper .gfield {
  padding-bottom: 30px; }

.gform_wrapper .ginput_full:after {
  clear: both;
  content: "";
  display: table; }

.custom-checkboxes input[type="checkbox"] {
  z-index: 20;
  position: absolute;
  right: 15px;
  top: 13px;
  width: 25px;
  height: 25px;
  opacity: 0;
  cursor: pointer; }

.custom-checkboxes span {
  position: relative;
  display: block;
  color: #0085CA;
  font-size: em(16);
  font-weight: 500;
  padding-right: 35px; }
  .custom-checkboxes span:before, .custom-checkboxes span:after {
    content: "";
    position: absolute;
    right: 0;
    top: 6px;
    width: 16px;
    height: 16px; }
  .custom-checkboxes span:before {
    display: block;
    border: 2px solid #0085CA; }
  .custom-checkboxes span:after {
    display: none;
    background: #0085CA; }

/* Custom File Inputs */
.file-input-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 8px 14px;
  border: 2px solid #0085CA;
  border-radius: 3px;
  background: #0085CA;
  color: white;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  -webkit-transition: all 123ms;
  transition: all 123ms; }
  .file-input-wrapper span {
    vertical-align: middle; }
  .file-input-wrapper .icon {
    font-size: 24px;
    font-size: 1.5rem;
    vertical-align: middle; }
    .file-input-wrapper .icon:last-child {
      margin-left: 10px; }
    .file-input-wrapper .icon:first-child {
      margin-right: 10px; }
  .file-input-wrapper:hover {
    background: shade(#0085CA, 20);
    color: white; }
  @media only screen and (min-width: 30em) {
    .file-input-wrapper {
      width: auto;
      display: inline-block; } }
  .file-input-wrapper:before {
    content: 'Add File'; }
  .file-input-wrapper .file-input {
    cursor: pointer;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    /*This makes the button huge. If you want a bigger button, increase the font size*/
    font-size: 50px;
    /*Opacity settings for all browsers*/
    opacity: 0;
    -moz-opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); }

/* Error Messages */
.with-errors input[type="color"], .with-errors input[type="date"], .with-errors input[type="datetime"], .with-errors input[type="datetime-local"], .with-errors input[type="email"], .with-errors input[type="month"], .with-errors input[type="number"], .with-errors input[type="password"], .with-errors input[type="search"], .with-errors input[type="tel"], .with-errors input[type="text"], .with-errors input[type="time"], .with-errors input[type="url"], .with-errors input[type="week"], .with-errors input:not([type]), .with-errors textarea {
  background: tint(#ff0000, 90); }

.with-errors.checkbox label {
  color: #ff0000; }

.with-errors .select-wrapper {
  background: tint(#ff0000, 90); }

.error-message {
  color: #ff0000;
  font-weight: bold;
  font-style: italic;
  position: relative;
  font-size: 14px;
  font-size: 0.875rem; }

/* -----------------------------------------------
   Layout
----------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100vh;
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch; }

.wrap {
  padding-left: 16px;
  padding-right: 16px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  width: 100%; }
  @media only screen and (min-width: 30em) {
    .wrap {
      max-width: 100%; } }
  @media only screen and (min-width: 48em) {
    .wrap {
      max-width: 100%; } }
  @media only screen and (min-width: 60.625em) {
    .wrap {
      max-width: 60.625rem; } }
  @media only screen and (min-width: 75em) {
    .wrap {
      max-width: 60.625rem; } }
  @media only screen and (min-width: 48em) {
    .wrap {
      min-height: 480px; } }

.content-column {
  padding-left: 16px;
  padding-right: 16px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (min-width: 30em) {
    .content-column {
      max-width: 100%; } }
  @media only screen and (min-width: 48em) {
    .content-column {
      max-width: 100%; } }
  @media only screen and (min-width: 60.625em) {
    .content-column {
      max-width: 60.625rem; } }
  @media only screen and (min-width: 75em) {
    .content-column {
      max-width: 75rem; } }

.video-container {
  position: relative;
  height: 0;
  padding: 0 0 56.25% 0;
  margin: 0 0 20px 0;
  overflow: hidden; }
  .video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

table {
  width: 100%;
  margin: 30px 0;
  border: 1px solid #EAEAEA; }
  table th, table td {
    text-align: center;
    padding: 15px;
    border: 1px solid #EAEAEA; }
  table caption, table tfoot {
    padding: 15px; }

hr {
  clear: both;
  display: block;
  height: 1px;
  padding: 0;
  margin: 20px 0;
  border: none;
  background: #EAEAEA; }
  @media only screen and (min-width: 60.625em) {
    hr {
      margin: 40px 0; } }

.table-wrapper .collapse-table {
  display: none; }

@media only screen and (max-width: 29.9375em) {
  .table-wrapper table {
    position: relative; }
    .table-wrapper table:before {
      content: 'Tap to open table';
      position: absolute;
      z-index: 2;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100%;
      color: white;
      font-weight: 700;
      text-transform: uppercase;
      text-align: center;
      cursor: pointer; }
    .table-wrapper table:after {
      content: "";
      position: absolute;
      z-index: 1;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.8);
      cursor: pointer; }
    .table-wrapper table th, .table-wrapper table td {
      height: 7px;
      font-size: 0; } }

@media only screen and (max-width: 29.9375em) {
  .table-wrapper.mobile-table-open .collapse-table {
    display: block;
    width: 70%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: white;
    padding: 10px 15px;
    margin: 0 auto;
    background: #0085CA;
    cursor: pointer; }
  .table-wrapper.mobile-table-open table {
    margin-top: 0; }
    .table-wrapper.mobile-table-open table:before, .table-wrapper.mobile-table-open table:after {
      display: none; }
    .table-wrapper.mobile-table-open table th, .table-wrapper.mobile-table-open table td {
      height: auto;
      font-size: inherit; } }

/* -----------------------------------------------
   REACT ONLY.
   (Remove if not a React site.)
----------------------------------------------- */
#root .overlay-wrap .outer-layout {
  padding: 16px; }

/* -----------------------------------------------
   WORDPRESS ONLY.
   (Remove if not a wordpress site.)
----------------------------------------------- */
.aligncenter {
  display: block;
  margin: 0 auto 20px auto; }

.alignleft {
  display: block;
  margin: 0 auto 20px auto; }
  @media only screen and (min-width: 30em) {
    .alignleft {
      float: left;
      margin: 0 20px 20px 0; } }

.alignright {
  display: block;
  margin: 0 auto 20px auto; }
  @media only screen and (min-width: 30em) {
    .alignright {
      float: right;
      margin: 0 0 20px 20px; } }

figure img {
  max-width: 100%; }

figure.alignnone {
  margin-left: 0;
  margin-right: 0; }

.banner {
  position: fixed;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  z-index: 3000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: transparent;
  -webkit-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
  padding: 0 8px; }
  .banner .navbar-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    height: 60px;
    -webkit-transition: all 333ms ease-out;
    transition: all 333ms ease-out; }
    .banner .navbar-header #menu-toggle {
      background-color: transparent;
      color: white; }
      .banner .navbar-header #menu-toggle .ico {
        font-size: 32px;
        font-size: 2rem; }
      .banner .navbar-header #menu-toggle .ico-cross {
        display: none; }
    .banner .navbar-header .brand {
      display: block; }
      .banner .navbar-header .brand img {
        display: block;
        width: 200px;
        height: auto; }
  .banner nav {
    width: 100%;
    height: 0;
    overflow: hidden;
    -webkit-transition: all 333ms ease-out;
    transition: all 333ms ease-out; }
    .banner nav ul {
      height: 100%;
      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;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-line-pack: stretch;
      align-content: stretch; }
      .banner nav ul a {
        display: block;
        color: white;
        text-transform: uppercase;
        font-size: 24px;
        font-size: 1.5rem;
        letter-spacing: 0.1em;
        text-decoration: none;
        font-weight: bold;
        margin: 16px 0; }
        .banner nav ul a.active {
          color: #0085CA; }
  @media only screen and (min-width: 48em) {
    .banner {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: no-wrap;
      flex-wrap: no-wrap;
      padding: 0 32px;
      background-color: transparent; }
      .banner .navbar-header {
        height: 120px; }
      .banner #menu-toggle {
        display: none; }
      .banner nav {
        height: auto;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        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; }
        .banner nav ul {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -ms-flex-line-pack: stretch;
          align-content: stretch; }
          .banner nav ul a {
            margin: 0 16px;
            font-size: 14px;
            font-size: 0.875rem; } }

@media only screen and (max-width: 47.9375em) {
  body.menu-visible {
    overflow: hidden; } }

@media only screen and (max-width: 47.9375em) {
  body.menu-visible .banner {
    background-color: #101820; } }

body.menu-visible .banner nav {
  height: calc( 100vh - 60px); }
  @media only screen and (min-width: 48em) {
    body.menu-visible .banner nav {
      height: auto; } }

body.menu-visible .banner #menu-toggle .ico-menu {
  display: none; }

body.menu-visible .banner #menu-toggle .ico-cross {
  display: block; }

body.traveling .banner {
  padding: 0 8px;
  background-color: #101820; }
  @media only screen and (min-width: 48em) {
    body.traveling .banner .navbar-header {
      height: 60px; } }

@media only screen and (max-width: 47.9375em) {
  body.traveling.menu-visible .banner {
    background-color: #101820; } }

.site-footer {
  position: relative;
  z-index: 3000;
  background-color: #101820;
  padding: 12.8px 8px 8px;
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: stretch;
  align-content: stretch; }
  @media only screen and (min-width: 48em) {
    .site-footer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-line-pack: stretch;
      align-content: stretch; } }
  .site-footer p {
    color: white;
    font-size: 12px;
    font-size: 0.75rem;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    @media only screen and (min-width: 48em) {
      .site-footer p {
        margin: 0;
        padding: 0 16px; } }
  .site-footer a.brand {
    color: white; }
    .site-footer a.brand img {
      width: 200px;
      height: auto; }
    .site-footer a.brand:hover, .site-footer a.brand:active, .site-footer a.brand:focus {
      color: #0085CA; }
  .site-footer .ico {
    font-size: 24px;
    font-size: 1.5rem; }
  @media only screen and (max-width: 47.9375em) {
    .site-footer a.jump {
      display: none; } }

section.content-section {
  position: relative;
  z-index: 2000;
  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;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  background-color: white; }
  section.content-section.dark {
    background-color: #101820; }
    section.content-section.dark h2, section.content-section.dark h3, section.content-section.dark p {
      color: white; }
    section.content-section.dark a {
      color: white; }
      section.content-section.dark a:hover, section.content-section.dark a:active, section.content-section.dark a:focus {
        color: #97dbff; }

#introduction {
  background-image: url(../images/hero.jpg);
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh; }
  @media only screen and (min-width: 48em) {
    #introduction {
      position: fixed;
      top: 0;
      right: 0;
      bottom: auto;
      left: 0;
      z-index: 1000;
      height: 640px; } }
  @media only screen and (min-width: 75em) {
    #introduction {
      height: 768px; } }
  @media only screen and (min-width: 75em) {
    #introduction {
      height: 1024px;
      max-height: 100vh; } }
  #introduction p {
    margin-top: 88px;
    font-size: 16;
    font-size: 1rem; }
    @media only screen and (min-width: 48em) {
      #introduction p {
        font-size: 16;
        font-size: 1rem; } }
    @media only screen and (min-width: 60.625em) {
      #introduction p {
        font-size: 18;
        font-size: 1.125rem; } }
    @media only screen and (min-width: 75em) {
      #introduction p {
        font-size: 20;
        font-size: 1.25rem; } }
    @media only screen and (min-width: 48em) {
      #introduction p {
        margin-left: 16px;
        max-width: 60%; } }
    @media only screen and (min-width: 75em) {
      #introduction p {
        max-width: 66%; } }

@media only screen and (min-width: 48em) {
  #about {
    margin-top: 640px; } }

@media only screen and (min-width: 75em) {
  #about {
    margin-top: 768px; } }

@media only screen and (min-width: 75em) {
  #about {
    margin-top: 1024px;
    max-height: 100vh; } }

#about {
  height: auto;
  min-height: initial;
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: stretch;
  align-content: stretch; }
  #about #about-us, #about #team {
    padding: 16px; }
  #about #team {
    background-color: #EAEAEA;
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch; }
  @media only screen and (min-width: 48em) {
    #about {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      -ms-flex-line-pack: stretch;
      align-content: stretch; }
      #about #about-us {
        padding: 48px;
        padding-left: 16px;
        padding-right: 16px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto; } }
    @media only screen and (min-width: 48em) and (min-width: 30em) {
      #about #about-us {
        max-width: 100%; } }
    @media only screen and (min-width: 48em) and (min-width: 48em) {
      #about #about-us {
        max-width: 100%; } }
    @media only screen and (min-width: 48em) and (min-width: 60.625em) {
      #about #about-us {
        max-width: 48rem; } }
    @media only screen and (min-width: 48em) and (min-width: 75em) {
      #about #about-us {
        max-width: 48rem; } }
  @media only screen and (min-width: 48em) {
        #about #about-us img {
          width: 69px;
          height: auto; } }

#focus {
  text-align: center;
  min-height: 340px;
  padding: 48px 16px;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/nasa-43563.jpg); }
  #focus:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: black;
    opacity: 0.5; }
  #focus .content-column {
    padding-left: 16px;
    padding-right: 16px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 3000; }
    @media only screen and (min-width: 30em) {
      #focus .content-column {
        max-width: 100%; } }
    @media only screen and (min-width: 48em) {
      #focus .content-column {
        max-width: 100%; } }
    @media only screen and (min-width: 60.625em) {
      #focus .content-column {
        max-width: 48rem; } }
    @media only screen and (min-width: 75em) {
      #focus .content-column {
        max-width: 48rem; } }

#process {
  padding: 48px 0;
  min-height: initial;
  text-align: center; }
  #process .content-column {
    padding-left: 16px;
    padding-right: 16px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (min-width: 30em) {
      #process .content-column {
        max-width: 100%; } }
    @media only screen and (min-width: 48em) {
      #process .content-column {
        max-width: 100%; } }
    @media only screen and (min-width: 60.625em) {
      #process .content-column {
        max-width: 60.625rem; } }
    @media only screen and (min-width: 75em) {
      #process .content-column {
        max-width: 60.625rem; } }
  #process .process-steps ol {
    counter-reset: i 0;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    margin-top: 16px; }
    #process .process-steps ol li {
      position: relative;
      padding: 0 0 15px 35px; }
      #process .process-steps ol li:before {
        position: absolute;
        left: 0;
        top: 0;
        content: counter(i) ".";
        counter-increment: i;
        color: #0085CA;
        text-align: right;
        width: 20;
        /* Width is added so smaller and larger numbers 
         will be right aligned neatly. (Ex: "9." then "10.") */ }
      #process .process-steps ol li ol {
        list-style: none; }
        #process .process-steps ol li ol li:first-child {
          padding-top: 15px; }
          #process .process-steps ol li ol li:first-child:before {
            top: 15px; }
        #process .process-steps ol li ol li:last-child {
          padding-bottom: 0; }
    @media only screen and (min-width: 48em) {
      #process .process-steps ol {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    #process .process-steps ol li {
      background-color: #EAEAEA;
      padding: 16px 16px 16px 32px;
      margin-bottom: 16px; }
      @media only screen and (min-width: 48em) {
        #process .process-steps ol li {
          border: 4px solid white; } }
      #process .process-steps ol li:before {
        top: 16px;
        left: 10.6666666667px;
        font-weight: bold; }

#contact {
  text-align: center;
  min-height: 340px;
  padding: 48px;
  overflow: hidden;
  background-image: url(../images/nasa-43569.jpg);
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  #contact:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: black;
    opacity: 0.5; }
  #contact .content-column {
    position: relative;
    z-index: 1; }
  #contact p {
    margin: 4px;
    font-size: 16px;
    font-size: 1rem; }

/*# sourceMappingURL=main.css.map */
