/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600|Raleway:700");
@import "~@angular/material/prebuilt-themes/indigo-pink.css";
/* line 9, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
/* line 19, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/_normalize.scss */
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.
 */
/* line 33, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/_normalize.scss */
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.
 */
/* line 54, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/_normalize.scss */
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.
 */
/* line 67, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/_normalize.scss */
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/11, Safari, and Firefox < 22.
 */
/* line 77, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/_normalize.scss */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/_normalize.scss */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 97, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/_normalize.scss */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 109, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 117, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/_normalize.scss */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 126, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/_normalize.scss */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 135, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
/* line 144, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/_normalize.scss */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 153, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/_normalize.scss */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 161, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 169, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/_normalize.scss */
sup {
  top: -0.5em; }

/* line 173, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/_normalize.scss */
sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 184, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/_normalize.scss */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 192, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/_normalize.scss */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 203, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/_normalize.scss */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
/* line 211, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
/* line 221, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/_normalize.scss */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 229, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/_normalize.scss */
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.
 */
/* line 252, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/_normalize.scss */
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.
 */
/* line 266, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/_normalize.scss */
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.
 */
/* line 277, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/_normalize.scss */
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.
 */
/* line 290, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/_normalize.scss */
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.
 */
/* line 302, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 311, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/_normalize.scss */
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.
 */
/* line 322, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/_normalize.scss */
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.
 */
/* line 334, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  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`.
 */
/* line 346, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/_normalize.scss */
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
 *    (include `-moz` to future-proof).
 */
/* line 357, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 370, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
/* line 379, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/_normalize.scss */
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.
 */
/* line 390, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 399, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/_normalize.scss */
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.
 */
/* line 408, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/_normalize.scss */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 419, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 424, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/_normalize.scss */
td,
th {
  padding: 0; }

/* line 94, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/_progressive.scss */
body {
  background-color: #f7f8f8; }

/* line 98, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/_progressive.scss */
.body-container {
  border-left: 1px solid #e5e7e8;
  border-right: 1px solid #e5e7e8; }

/* line 104, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/_progressive.scss */
header .logo img {
  width: 13rem;
  height: 1.445rem; }

/* line 110, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/_progressive.scss */
.btn-primary,
.btn-secondary {
  padding: 0 1.5rem;
  border-radius: 3rem;
  border: 0 none transparent;
  color: #fff;
  white-space: nowrap; }

/* line 119, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/_progressive.scss */
.btn-primary {
  height: 2.286rem;
  background: #2480fe;
  background-image: linear-gradient(#2aa5fc 0%, #2480fe 50%, #2480fe 100%); }

/* line 125, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/_progressive.scss */
.btn-secondary {
  height: 1.956rem;
  background: #2480fe;
  background-image: linear-gradient(#2aa5fc 0%, #2480fe 50%, #2480fe 100%); }

  .btn-right {
    float: right; 
 }

/* line 131, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/_progressive.scss */
.button-box {
  background-color: #fff;
  border: 2px solid #eee;
  border-radius: 5px; }
  /* line 135, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/_progressive.scss */
  .button-box .info {
    font-size: 17px;
    line-height: 1.5;
    color: #405e7c;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    text-align: center;
    margin-bottom: .5rem; }
  /* line 140, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/_progressive.scss */
  .button-box .btn-nav {
    width: 8rem;
    text-align: center; }

/* line 146, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/_progressive.scss */
.confirmation-num {
  font-size: 120%;
  color: #292852;
  font-weight: 600; }

/* line 152, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/_progressive.scss */
.item-data {
  color: #292852; }

/* line 156, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/_progressive.scss */
.data-table th {
  color: #405e7c;
  border-bottom: 1px solid #ababab; }

/* line 6, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
html {
  font-size: 16px;
  box-sizing: border-box;
  height: 100%; }

/* line 13, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
body {
  font-size: 16px;
  line-height: 1.5;
  color: #858585;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif; }

/* line 17, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
.body-container {
  background-color: #fff;
  margin: 0 auto;
  padding: 0 0 2rem 0;
  max-width: 960px;
  min-height: calc(100vh - 2rem);
  height: 100%; }

/* line 26, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
header {
  padding: 2rem 1rem 1rem; }
  /* line 28, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
  header .header-bar {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  /* line 37, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
  header .title h1 {
    margin-left: 1em; }

/* line 42, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
main {
  padding: 1rem 0 1rem 1rem; }

/* line 46, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff; }
  /* line 52, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
  footer .copyright {
    font-size: 8px;
    text-align: center;
    padding: .25rem; }

/* line 60, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
section {
  display: flex;
  flex-wrap: wrap; }

/* line 65, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
.item {
  width: calc(50% - 1rem);
  margin-right: 1rem; }

/* line 70, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
.w-full,
h2,
h3,
.description {
  width: calc(100% - 1rem);
  margin-right: 1rem; }

/* line 78, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
.w-one-half {
  width: calc(50% - 1rem);
  margin-right: 1rem; }

/* line 83, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
.w-one-third {
  width: calc(33.33% - 1rem);
  margin-right: 1rem; }

/* line 88, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
.w-two-third {
  width: calc(66.66% - 1rem);
  margin-right: 1rem; }

/* line 93, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
.w-one-quarter {
  width: calc(25% - 1rem);
  margin-right: 1rem; }

/* line 98, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
.w-three-quarter {
  width: calc(75% - 1rem);
  margin-right: 1rem; }

/* line 103, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
.w-one-sixth {
  width: calc(16.66% - 1rem);
  margin-right: 1rem; }

/* line 108, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
.w-five-sixth {
  width: calc(83.33% - 1rem);
  margin-right: 1rem; }

/* line 113, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
.w-one-fifth {
  width: calc(20% - 1rem);
  margin-right: 1rem; }

/* line 118, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
.w-two-fifth {
  width: calc(40% - 1rem);
  margin-right: 1rem; }

/* line 123, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
.w-three-fifth {
  width: calc(60% - 1rem);
  margin-right: 1rem; }

/* line 128, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
.w-four-fifth {
  width: calc(80% - 1rem);
  margin-right: 1rem; }

@media only screen and (max-width: 600px) {
  /* line 134, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
  .item {
    width: calc(100% - 1rem);
    margin-right: 1rem; }
  /* line 138, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
  .w-one-half,
  .w-one-third,
  .w-two-third,
  .w-one-quarter,
  .w-three-quarter,
  .w-one-sixth,
  .w-five-sixth,
  .w-one-fifth,
  .w-two-fifth,
  .w-three-fifth,
  .w-four-fifth {
    width: calc(100% - 1rem);
    margin-right: 1rem; } }

/* line 154, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
.is-hidden {
  display: none !important; }

/* line 160, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
h1 {
  font-size: 20px;
  line-height: 1.5;
  color: #405e7c;
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
  padding: 0;
  margin: 0; }

/* line 166, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
h2 {
  font-size: 18px;
  line-height: 1.5;
  color: #405e7c;
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
  border-bottom: 1px solid #1ba199;
  padding: 0;
  margin: 2rem 1rem 1rem 0; }

/* line 172, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
h3 {
  font-size: 17px;
  line-height: 1.5;
  color: #405e7c;
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
  padding: 0;
  margin: 2rem 1rem 1rem 0; }

/* line 178, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
h4 {
  font-size: 17px;
  line-height: 1.5;
  color: #405e7c;
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
  font-size: 1rem;
  padding: 0;
  margin: 0;
  margin-left: .25rem;
  margin-bottom: .25rem; }
  /* line 185, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
  h4:not(:first-child) {
    margin-top: 2rem; }

/* line 190, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
p {
  padding: 0;
  margin: 0 0 1rem; }

/* line 195, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
a,
a:link,
a:visited,
a:active {
  color: #2480fe;
  text-decoration: underline;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  cursor: pointer; }

/* line 203, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
a:hover {
  color: #2480fe;
  text-decoration: underline;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  cursor: pointer; }

/* line 208, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
label {
  font-size: 14px;
  line-height: 1.5;
  color: #292852;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif; }
  /* line 210, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
  label.disabled, label:disabled {
    font-size: 14px;
    line-height: 1.5;
    color: #858585;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif; }

/* line 231, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
input[type="text"] {
  box-sizing: content-box;
  height: 2.286rem;
  width: calc(100% - 1.5rem);
  padding: 0 .75rem;
  border: 1px solid #E5E7E8;
  border-radius: 0.3rem;
  background-color: #fff;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05); }
  /* line 233, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
  input[type="text"].disabled, input[type="text"]:disabled {
    opacity: .5; }

/* line 239, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
select {
  box-sizing: content-box;
  height: 2.286rem;
  width: calc(100% - 1.5rem);
  padding: 0 .75rem;
  border: 1px solid #E5E7E8;
  border-radius: 0.3rem;
  background-color: #fff;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05);
  padding: 0 1rem 0 .5rem; }
  /* line 242, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
  select.disabled, select:disabled {
    opacity: .5; }

/* line 248, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
textarea {
  box-sizing: content-box;
  height: 2.286rem;
  width: calc(100% - 1.5rem);
  padding: 0 .75rem;
  border: 1px solid #E5E7E8;
  border-radius: 0.3rem;
  background-color: #fff;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05);
  height: 4rem;
  padding-top: .25rem; }
  /* line 252, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
  textarea.disabled, textarea:disabled {
    opacity: .5; }

/* line 258, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
button {
  font-size: 14px;
  line-height: normal;
  text-align: left;
  color: #006ce6;
  letter-spacing: 0.16px;
  font-style: normal;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif; }
  /* line 260, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
  button.disabled, button:disabled {
    opacity: .5; }

/* line 266, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
.description,
.mailing {
  line-height: 1.4rem; }

/* line 271, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
.button-box {
  height: 7rem;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  /* line 278, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
  .button-box .info {
    text-align: center;
    margin-bottom: .5rem; }

/* line 287, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
.item {
  margin-bottom: 1rem; }
  /* line 290, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
  .item.item-inline {
    display: flex;
    align-items: center; }
  /* line 294, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
  .item.is-info {
    align-self: flex-end; }

/* line 302, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
.item-label {
  padding-left: .25rem; }

/* line 306, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
.item-input {
  margin-top: .2rem; }
  /* line 308, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
  .item-input.has-radio {
    display: flex;
    align-items: center; }
    /* line 311, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
    .item-input.has-radio label {
      font-size: 1rem; }
    /* line 314, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
    .item-input.has-radio input {
      margin: 0 .2rem 0 1.5rem; }
  /* line 318, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
  .item-input.has-checkbox {
    display: flex;
    align-items: center; }
    /* line 321, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
    .item-input.has-checkbox label {
      font-size: 1rem; }
    /* line 324, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
    .item-input.has-checkbox input {
      margin: 0 .2rem 0 0; }
  /* line 328, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
  .item-input.has-search {
    position: relative; }
    /* line 330, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
    .item-input.has-search button {
      position: absolute;
      right: 0;
      top: 0;
      height: 2.286rem;
      line-height: 2.286rem;
      width: 2.286rem;
      background-color: transparent;
      border: 0 none transparent; }
      /* line 339, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
      .item-input.has-search button img {
        width: 1.25rem;
        height: 1.25rem;
        padding-top: .5rem; }
  /* line 346, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
  .item-input.has-date {
    position: relative; }
    /* line 348, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
    .item-input.has-date img {
      pointer-events: none;
      position: absolute;
      margin: 0;
      padding: 7px 4px 0 0;
      width: 24px;
      height: 24px;
      right: 0;
      top: 0; }

/* line 361, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
.item-instructions {
  font-size: 90%;
  margin: .33rem .2rem;
  color: #7a7a7a;
  font-style: italic;
  line-height: 1.2rem; }

/* line 369, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
.item-reply {
  font-size: 95%;
  line-height: 1.25rem;
  margin: .1rem 1rem 0 0;
  color: #000;
  border-left: 12px solid #eeaf1b;
  padding-left: .5rem; }

/* line 378, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
.item-note {
  font-size: 80%;
  margin: 0 0 .25rem 2rem; }

/* line 385, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
.input-group {
  display: flex; }
  /* line 388, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
  .input-group.half .item-input {
    flex: 1; }
    /* line 390, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
    .input-group.half .item-input:nth-child(1) {
      padding-right: .2rem; }
    /* line 393, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
    .input-group.half .item-input:nth-child(2) {
      padding-left: .2rem; }

/* line 400, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
.feedback {
  border: 1px solid #eeaf1b;
  background-color: rgba(238, 175, 27, 0.05);
  color: rgba(0, 0, 0, 0.8);
  margin: .25rem 0 0;
  padding: .5rem;
  border-radius: 0.5rem; }

  .feedbackhelp {
    border: 1px solid #eeaf1b;
    background-color: rgba(238, 175, 27, 0.05);
    color: rgba(0, 0, 0, 0.8);
    margin: .3rem 0 0;
    padding: .1rem;
    border-radius: 0.5rem; }

    .feedbackinfo {
      border: 1px solid #eeaf1b;
      background-color: rgba(238, 175, 27, 0.05);
      color: rgba(0, 0, 0, 0.8);
      margin: .25rem 0 0;
      padding: .5rem;
      font-size: 95%;
      font-weight: bold;
      border-radius: 0.5rem; }

/* line 409, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
.disclaimer {
  font-size: 95%;
  line-height: 1.25rem;
  margin-right: 1rem; }

  .disclaimer1 {
    font-size: 95%;
    line-height: 1.25rem;
    margin-right: 9rem;
    padding-bottom: 5px;
    font-style: italic; }

/* line 415, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
.button-bar {
  width: calc(100% - 1rem);
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-top: 2rem;
  margin-right: 1rem;
  margin-bottom: 2rem; }
  /* line 424, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
  .button-bar > :not(:last-child) {
    margin: 0 .5em 0 0; }

/* line 429, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
.search-results {
  outline: #e5e7e8 solid 1px;
  padding: .5rem;
  min-height: 12rem; }
  /* line 433, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
  .search-results .item-label {
    width: 13em; }

/* line 438, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
.processing-comments {
  font-size: 95%;
  margin: 0 .25rem; }

/* line 443, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
.return-link {
  margin-top: 2rem; }
  /* line 445, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
  .return-link a {
    text-align: left;
    font-size: 90%;
    display: block; }

/* line 455, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
.upload-block .attachment-row {
  display: flex;
  align-items: center;
  margin-bottom: .5rem; }

/* line 461, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
.upload-block .attachment-controls {
  margin-right: 1rem; }

/* line 466, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
.upload-block .attached-none {
  margin-top: 1rem; }
  /* line 468, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
  .upload-block .attached-none label {
    font-size: 95%; }

/* line 472, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
.upload-block a.btn-remove {
  font-size: 80%;
  text-transform: uppercase; }

/* line 480, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
.table-wrap {
  overflow: auto;
  max-width: calc(100% - 1rem);
  margin-right: 1rem; }

/* line 486, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
.data-table {
  border: 0 none transparent;
  border-collapse: collapse;
  width: 100%; }

/* line 492, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
.data-table caption {
  font-size: 17px;
  line-height: 1.5;
  color: #405e7c;
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
  text-align: left;
  padding: 2rem 0 .5rem 0; }

/* line 498, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
.data-table th {
  line-height: 1.3em;
  font-size: 90%; }

/* line 503, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
.data-table th,
.data-table td {
  text-align: left;
  padding: .25em 1em .25em .5em;
  margin: 0; }

/* line 510, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
.data-table thead tr {
  background-color: #eee; }

/* line 514, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
.data-table tbody tr:nth-child(even) {
  background-color: #eee; }

/* line 518, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
.data-table th:nth-child(1),
.data-table td:nth-child(1) {
  width: 20%;
  white-space: nowrap; }

/* line 524, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
.data-table th:nth-child(2),
.data-table td:nth-child(2) {
  width: 20%; }

/* line 529, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
.data-table th:nth-child(3),
.data-table td:nth-child(3) {
  width: 20%; }

/* line 534, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
.data-table th:nth-child(4),
.data-table td:nth-child(4) {
  width: 10%; }

/* line 539, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
.data-table th:nth-child(5),
.data-table td:nth-child(5) {
  width: 10%; }

/* line 544, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
.data-table th:nth-child(6),
.data-table td:nth-child(6) {
  width: 10%; }

/* line 549, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
.data-table th:nth-child(7),
.data-table td:nth-child(7) {
  width: 10%; }

/* line 556, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
.spinner-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center; }
  /* line 567, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
  .spinner-overlay .spinner-box {
    background-color: rgba(255, 255, 255, 0.8); }
  /* line 570, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
  .spinner-overlay .spinner-animation {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 1rem .5rem 1rem; }
  /* line 577, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
  .spinner-overlay .spinner-text {
    font-weight: 600;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: .5rem 1rem 1rem 1rem;
    line-height: 160%; }

/* line 589, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
.spinner {
  margin: 40px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px; }
  /* line 595, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
  .spinner > div {
    background-color: #2480fe;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out; }
  /* line 603, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
  .spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s; }
  /* line 607, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
  .spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s; }
  /* line 611, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
  .spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s; }
  /* line 615, ../../Users/rhorton/OneDrive - Agero Administrative Services Corp/Owner Reimbursement/Owner_Reimbursement_SITE_v12/styles/project.scss */
  .spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s; }

@-webkit-keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1); } }

@keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4); }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1); } }

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