@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.2.4
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! 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 {
  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: not-allowed; }

/**
   * 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"] {
  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 */
  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.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */
/* 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; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  font-size: 100%;
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

body {
  padding: 0;
  margin: 0;
  font-family: "Lora", serif;
  font-weight: normal;
  line-height: 1.5;
  color: #343434;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  width: 100%;
  border-radius: 0; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1; }
  [data-whatinput='mouse'] button {
    outline: 0; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }
  .row::before, .row::after {
    content: ' ';
    display: table; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row .row {
    margin-left: -0.625rem;
    margin-right: -0.625rem; }
    @media screen and (min-width: 40em) {
      .row .row {
        margin-left: -0.9375rem;
        margin-right: -0.9375rem; } }
    .row .row.collapse {
      margin-left: 0;
      margin-right: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-left: auto;
      margin-right: auto; }

.column, .columns {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  @media screen and (min-width: 40em) {
    .column, .columns {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

.column.row.row, .row.row.columns {
  float: none; }

.row .column.row.row, .row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0; }

.small-1 {
  width: 8.33333%; }

.small-push-1 {
  position: relative;
  left: 8.33333%; }

.small-pull-1 {
  position: relative;
  left: -8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.66667%; }

.small-push-2 {
  position: relative;
  left: 16.66667%; }

.small-pull-2 {
  position: relative;
  left: -16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  width: 33.33333%; }

.small-push-4 {
  position: relative;
  left: 33.33333%; }

.small-pull-4 {
  position: relative;
  left: -33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  width: 41.66667%; }

.small-push-5 {
  position: relative;
  left: 41.66667%; }

.small-pull-5 {
  position: relative;
  left: -41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  width: 58.33333%; }

.small-push-7 {
  position: relative;
  left: 58.33333%; }

.small-pull-7 {
  position: relative;
  left: -58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  width: 66.66667%; }

.small-push-8 {
  position: relative;
  left: 66.66667%; }

.small-pull-8 {
  position: relative;
  left: -66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  width: 83.33333%; }

.small-push-10 {
  position: relative;
  left: 83.33333%; }

.small-pull-10 {
  position: relative;
  left: -83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  width: 91.66667%; }

.small-push-11 {
  position: relative;
  left: 91.66667%; }

.small-pull-11 {
  position: relative;
  left: -91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.33333%;
  float: left; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.66667%;
  float: left; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.28571%;
  float: left; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.small-collapse .row {
  margin-left: 0;
  margin-right: 0; }

.expanded.row .small-collapse.row {
  margin-left: 0;
  margin-right: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

.small-centered {
  margin-left: auto;
  margin-right: auto; }
  .small-centered, .small-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left; }

@media screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .expanded.row .medium-collapse.row {
    margin-left: 0;
    margin-right: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .medium-centered {
    margin-left: auto;
    margin-right: auto; }
    .medium-centered, .medium-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

@media screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .large-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .expanded.row .large-collapse.row {
    margin-left: 0;
    margin-right: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .large-centered {
    margin-left: auto;
    margin-right: auto; }
    .large-centered, .large-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #cacaca;
    line-height: 0; }

h1 {
  font-size: 1.5rem; }

h2 {
  font-size: 1.25rem; }

h3 {
  font-size: 1.1875rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.0625rem; }

h6 {
  font-size: 1rem; }

@media screen and (min-width: 40em) {
  h1 {
    font-size: 3rem; }
  h2 {
    font-size: 2.5rem; }
  h3 {
    font-size: 1.9375rem; }
  h4 {
    font-size: 1.5625rem; }
  h5 {
    font-size: 1.25rem; }
  h6 {
    font-size: 1rem; } }

a {
  color: #4F7343;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #44633a; }
  a img {
    border: 0; }

hr {
  max-width: 75rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both; }

ul,
ol,
dl {
  line-height: 1.75;
  margin-bottom: 1rem;
  list-style-position: outside; }

li {
  font-size: inherit; }

ul {
  list-style-type: disc;
  margin-left: 1.25rem; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: '\2014 \0020'; }

abbr {
  color: #343434;
  cursor: help;
  border-bottom: 1px dotted #0a0a0a; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  background-color: #e6e6e6;
  border: 1px solid #cacaca;
  padding: 0.125rem 0.3125rem 0.0625rem; }

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #e6e6e6;
  color: #0a0a0a;
  font-family: Consolas, "Liberation Mono", Courier, monospace; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

.no-bullet {
  margin-left: 0;
  list-style: none; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

@media screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #4F7343;
  color: #ffffff; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #436239;
    color: #ffffff; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .button.primary {
    background-color: #4F7343;
    color: #ffffff; }
    .button.primary:hover, .button.primary:focus {
      background-color: #3f5c36;
      color: #ffffff; }
  .button.lightPrimary {
    background-color: #7FA86C;
    color: #ffffff; }
    .button.lightPrimary:hover, .button.lightPrimary:focus {
      background-color: #648b52;
      color: #ffffff; }
  .button.secondary {
    background-color: #FCDEB4;
    color: #0a0a0a; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #f9b961;
      color: #0a0a0a; }
  .button.tertiary {
    background-color: #343434;
    color: #ffffff; }
    .button.tertiary:hover, .button.tertiary:focus {
      background-color: #2a2a2a;
      color: #ffffff; }
  .button.success {
    background-color: #3adb76;
    color: #ffffff; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #ffffff; }
  .button.warning {
    background-color: #ffae00;
    color: #ffffff; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #ffffff; }
  .button.alert {
    background-color: #ec5840;
    color: #ffffff; }
    .button.alert:hover, .button.alert:focus {
      background-color: #da3116;
      color: #ffffff; }
  .button.green2022 {
    background-color: #4A7B3D;
    color: #ffffff; }
    .button.green2022:hover, .button.green2022:focus {
      background-color: #3b6231;
      color: #ffffff; }
  .button.dark-green2022 {
    background-color: #0C2C02;
    color: #ffffff; }
    .button.dark-green2022:hover, .button.dark-green2022:focus {
      background-color: #0a2302;
      color: #ffffff; }
  .button.strong-pink2022 {
    background-color: #D81E5B;
    color: #ffffff; }
    .button.strong-pink2022:hover, .button.strong-pink2022:focus {
      background-color: #ad1849;
      color: #ffffff; }
  .button.blue2022 {
    background-color: #385994;
    color: #ffffff; }
    .button.blue2022:hover, .button.blue2022:focus {
      background-color: #2d4776;
      color: #ffffff; }
  .button.dark-blue2022 {
    background-color: #3E5E6F;
    color: #ffffff; }
    .button.dark-blue2022:hover, .button.dark-blue2022:focus {
      background-color: #324b59;
      color: #ffffff; }
  .button.bright-orange2022 {
    background-color: #FDF7EA;
    color: #0a0a0a; }
    .button.bright-orange2022:hover, .button.bright-orange2022:focus {
      background-color: #f5d591;
      color: #0a0a0a; }
  .button.light-gray2022 {
    background-color: #F9F9F9;
    color: #0a0a0a; }
    .button.light-gray2022:hover, .button.light-gray2022:focus {
      background-color: #c7c7c7;
      color: #0a0a0a; }
  .button.hollow {
    border: 1px solid #4F7343;
    color: #4F7343; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #283a22;
      color: #283a22; }
    .button.hollow.primary {
      border: 1px solid #4F7343;
      color: #4F7343; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #283a22;
        color: #283a22; }
    .button.hollow.lightPrimary {
      border: 1px solid #7FA86C;
      color: #7FA86C; }
      .button.hollow.lightPrimary:hover, .button.hollow.lightPrimary:focus {
        border-color: #3f5733;
        color: #3f5733; }
    .button.hollow.secondary {
      border: 1px solid #FCDEB4;
      color: #FCDEB4; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #d07d08;
        color: #d07d08; }
    .button.hollow.tertiary {
      border: 1px solid #343434;
      color: #343434; }
      .button.hollow.tertiary:hover, .button.hollow.tertiary:focus {
        border-color: #1a1a1a;
        color: #1a1a1a; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
    .button.hollow.alert {
      border: 1px solid #ec5840;
      color: #ec5840; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #881f0e;
        color: #881f0e; }
    .button.hollow.green2022 {
      border: 1px solid #4A7B3D;
      color: #4A7B3D; }
      .button.hollow.green2022:hover, .button.hollow.green2022:focus {
        border-color: #253e1f;
        color: #253e1f; }
    .button.hollow.dark-green2022 {
      border: 1px solid #0C2C02;
      color: #0C2C02; }
      .button.hollow.dark-green2022:hover, .button.hollow.dark-green2022:focus {
        border-color: #061601;
        color: #061601; }
    .button.hollow.strong-pink2022 {
      border: 1px solid #D81E5B;
      color: #D81E5B; }
      .button.hollow.strong-pink2022:hover, .button.hollow.strong-pink2022:focus {
        border-color: #6c0f2e;
        color: #6c0f2e; }
    .button.hollow.blue2022 {
      border: 1px solid #385994;
      color: #385994; }
      .button.hollow.blue2022:hover, .button.hollow.blue2022:focus {
        border-color: #1c2d4a;
        color: #1c2d4a; }
    .button.hollow.dark-blue2022 {
      border: 1px solid #3E5E6F;
      color: #3E5E6F; }
      .button.hollow.dark-blue2022:hover, .button.hollow.dark-blue2022:focus {
        border-color: #1f2f38;
        color: #1f2f38; }
    .button.hollow.bright-orange2022 {
      border: 1px solid #FDF7EA;
      color: #FDF7EA; }
      .button.hollow.bright-orange2022:hover, .button.hollow.bright-orange2022:focus {
        border-color: #de9f15;
        color: #de9f15; }
    .button.hollow.light-gray2022 {
      border: 1px solid #F9F9F9;
      color: #F9F9F9; }
      .button.hollow.light-gray2022:hover, .button.hollow.light-gray2022:focus {
        border-color: #7d7d7d;
        color: #7d7d7d; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #4F7343;
      color: #ffffff; }
    .button.disabled.primary, .button[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary:hover, .button[disabled].primary:focus {
        background-color: #4F7343;
        color: #ffffff; }
    .button.disabled.lightPrimary, .button[disabled].lightPrimary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.lightPrimary:hover, .button.disabled.lightPrimary:focus, .button[disabled].lightPrimary:hover, .button[disabled].lightPrimary:focus {
        background-color: #7FA86C;
        color: #ffffff; }
    .button.disabled.secondary, .button[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #FCDEB4;
        color: #ffffff; }
    .button.disabled.tertiary, .button[disabled].tertiary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.tertiary:hover, .button.disabled.tertiary:focus, .button[disabled].tertiary:hover, .button[disabled].tertiary:focus {
        background-color: #343434;
        color: #ffffff; }
    .button.disabled.success, .button[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #3adb76;
        color: #ffffff; }
    .button.disabled.warning, .button[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #ffae00;
        color: #ffffff; }
    .button.disabled.alert, .button[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #ec5840;
        color: #ffffff; }
    .button.disabled.green2022, .button[disabled].green2022 {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.green2022:hover, .button.disabled.green2022:focus, .button[disabled].green2022:hover, .button[disabled].green2022:focus {
        background-color: #4A7B3D;
        color: #ffffff; }
    .button.disabled.dark-green2022, .button[disabled].dark-green2022 {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.dark-green2022:hover, .button.disabled.dark-green2022:focus, .button[disabled].dark-green2022:hover, .button[disabled].dark-green2022:focus {
        background-color: #0C2C02;
        color: #ffffff; }
    .button.disabled.strong-pink2022, .button[disabled].strong-pink2022 {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.strong-pink2022:hover, .button.disabled.strong-pink2022:focus, .button[disabled].strong-pink2022:hover, .button[disabled].strong-pink2022:focus {
        background-color: #D81E5B;
        color: #ffffff; }
    .button.disabled.blue2022, .button[disabled].blue2022 {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.blue2022:hover, .button.disabled.blue2022:focus, .button[disabled].blue2022:hover, .button[disabled].blue2022:focus {
        background-color: #385994;
        color: #ffffff; }
    .button.disabled.dark-blue2022, .button[disabled].dark-blue2022 {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.dark-blue2022:hover, .button.disabled.dark-blue2022:focus, .button[disabled].dark-blue2022:hover, .button[disabled].dark-blue2022:focus {
        background-color: #3E5E6F;
        color: #ffffff; }
    .button.disabled.bright-orange2022, .button[disabled].bright-orange2022 {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.bright-orange2022:hover, .button.disabled.bright-orange2022:focus, .button[disabled].bright-orange2022:hover, .button[disabled].bright-orange2022:focus {
        background-color: #FDF7EA;
        color: #ffffff; }
    .button.disabled.light-gray2022, .button[disabled].light-gray2022 {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.light-gray2022:hover, .button.disabled.light-gray2022:focus, .button[disabled].light-gray2022:hover, .button[disabled].light-gray2022:focus {
        background-color: #F9F9F9;
        color: #ffffff; }
  .button.dropdown::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    border-color: #ffffff transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: relative;
    top: 0.4em;
    float: right;
    margin-left: 1em;
    display: inline-block; }
  .button.arrow-only::after {
    margin-left: 0;
    float: none;
    top: -0.1em; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #0a0a0a;
  background-color: #ffffff;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  border-radius: 0;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    border: 1px solid #8a8a8a;
    background-color: #ffffff;
    outline: none;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cacaca; }

input::placeholder,
textarea::placeholder {
  color: #cacaca; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: default; }

[type='submit'],
[type='button'] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none; }

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

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a; }

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem; }
  .input-group > :first-child {
    border-radius: 0 0 0 0; }
  .input-group > :last-child > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle; }

.input-group-label {
  text-align: center;
  padding: 0 1rem;
  background: #e6e6e6;
  color: #0a0a0a;
  border: 1px solid #cacaca;
  white-space: nowrap;
  width: 1%;
  height: 100%; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  height: 2.5rem; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  height: 100%;
  width: 1%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button {
    margin: 0; }

.input-group .input-group-button {
  display: table-cell; }

fieldset {
  border: 0;
  padding: 0;
  margin: 0; }

legend {
  margin-bottom: 0.5rem;
  max-width: 100%; }

.fieldset {
  border: 0px solid #cacaca;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  .fieldset legend {
    background: #ffffff;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }

select {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #0a0a0a;
  background-color: #ffffff;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-size: 9px 6px;
  background-position: right -1rem center;
  background-origin: content-box;
  background-repeat: no-repeat;
  padding-right: 1.5rem; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:disabled {
    background-color: #e6e6e6;
    cursor: default; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840; }

.is-invalid-label {
  color: #ec5840; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ec5840; }
  .form-error.is-visible {
    display: block; }

.accordion {
  list-style-type: none;
  background: #ffffff;
  margin-left: 0; }

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0; }

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0; }

.accordion-title {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: 0.75rem;
  color: #4F7343;
  position: relative;
  border: 0;
  border-bottom: 0; }
  :last-child:not(.is-active) > .accordion-title {
    border-radius: 0 0 0 0;
    border-bottom: 0; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }

.accordion-content {
  padding: 1rem;
  display: none;
  border: 0;
  border-bottom: 0;
  background-color: #ffffff;
  color: #343434; }
  :last-child > .accordion-content:last-child {
    border-bottom: 0; }

.is-accordion-submenu-parent > a {
  position: relative; }
  .is-accordion-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: #4F7343 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 1rem; }

.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
  -ms-transform: scaleY(-1);
      transform: scaleY(-1); }

.badge {
  display: inline-block;
  padding: 0.3em;
  min-width: 2.1em;
  font-size: 0.6rem;
  text-align: center;
  border-radius: 50%;
  background: #4F7343;
  color: #ffffff; }
  .badge.lightPrimary {
    background: #7FA86C;
    color: #ffffff; }
  .badge.secondary {
    background: #FCDEB4;
    color: #0a0a0a; }
  .badge.tertiary {
    background: #343434;
    color: #ffffff; }
  .badge.success {
    background: #3adb76;
    color: #ffffff; }
  .badge.warning {
    background: #ffae00;
    color: #ffffff; }
  .badge.alert {
    background: #ec5840;
    color: #ffffff; }
  .badge.green2022 {
    background: #4A7B3D;
    color: #ffffff; }
  .badge.dark-green2022 {
    background: #0C2C02;
    color: #ffffff; }
  .badge.strong-pink2022 {
    background: #D81E5B;
    color: #ffffff; }
  .badge.blue2022 {
    background: #385994;
    color: #ffffff; }
  .badge.dark-blue2022 {
    background: #3E5E6F;
    color: #ffffff; }
  .badge.bright-orange2022 {
    background: #FDF7EA;
    color: #0a0a0a; }
  .badge.light-gray2022 {
    background: #F9F9F9;
    color: #0a0a0a; }

.breadcrumbs {
  list-style: none;
  margin: 0 0 1rem 0; }
  .breadcrumbs::before, .breadcrumbs::after {
    content: ' ';
    display: table; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    color: #0a0a0a;
    font-size: 0.6875rem;
    cursor: default;
    text-transform: uppercase; }
    .breadcrumbs li:not(:last-child)::after {
      color: #cacaca;
      content: "/";
      margin: 0 0.75rem;
      position: relative;
      top: 1px;
      opacity: 1; }
  .breadcrumbs a {
    color: #4F7343; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #cacaca;
    cursor: not-allowed; }

.button-group {
  margin-bottom: 1rem;
  font-size: 0; }
  .button-group::before, .button-group::after {
    content: ' ';
    display: table; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem; }
    .button-group .button:last-child {
      margin-right: 0; }
  .button-group.tiny .button {
    font-size: 0.6rem; }
  .button-group.small .button {
    font-size: 0.75rem; }
  .button-group.large .button {
    font-size: 1.25rem; }
  .button-group.expanded {
    margin-right: -1px; }
    .button-group.expanded::before, .button-group.expanded::after {
      display: none; }
    .button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
      display: inline-block;
      width: calc(50% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(2):last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
      display: inline-block;
      width: calc(33.33333% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(3):last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
      display: inline-block;
      width: calc(25% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(4):last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
      display: inline-block;
      width: calc(20% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(5):last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
      display: inline-block;
      width: calc(16.66667% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(6):last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
        margin-right: -6px; }
  .button-group.primary .button {
    background-color: #4F7343;
    color: #ffffff; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #3f5c36;
      color: #ffffff; }
  .button-group.lightPrimary .button {
    background-color: #7FA86C;
    color: #ffffff; }
    .button-group.lightPrimary .button:hover, .button-group.lightPrimary .button:focus {
      background-color: #648b52;
      color: #ffffff; }
  .button-group.secondary .button {
    background-color: #FCDEB4;
    color: #0a0a0a; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #f9b961;
      color: #0a0a0a; }
  .button-group.tertiary .button {
    background-color: #343434;
    color: #ffffff; }
    .button-group.tertiary .button:hover, .button-group.tertiary .button:focus {
      background-color: #2a2a2a;
      color: #ffffff; }
  .button-group.success .button {
    background-color: #3adb76;
    color: #ffffff; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #22bb5b;
      color: #ffffff; }
  .button-group.warning .button {
    background-color: #ffae00;
    color: #ffffff; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cc8b00;
      color: #ffffff; }
  .button-group.alert .button {
    background-color: #ec5840;
    color: #ffffff; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #da3116;
      color: #ffffff; }
  .button-group.green2022 .button {
    background-color: #4A7B3D;
    color: #ffffff; }
    .button-group.green2022 .button:hover, .button-group.green2022 .button:focus {
      background-color: #3b6231;
      color: #ffffff; }
  .button-group.dark-green2022 .button {
    background-color: #0C2C02;
    color: #ffffff; }
    .button-group.dark-green2022 .button:hover, .button-group.dark-green2022 .button:focus {
      background-color: #0a2302;
      color: #ffffff; }
  .button-group.strong-pink2022 .button {
    background-color: #D81E5B;
    color: #ffffff; }
    .button-group.strong-pink2022 .button:hover, .button-group.strong-pink2022 .button:focus {
      background-color: #ad1849;
      color: #ffffff; }
  .button-group.blue2022 .button {
    background-color: #385994;
    color: #ffffff; }
    .button-group.blue2022 .button:hover, .button-group.blue2022 .button:focus {
      background-color: #2d4776;
      color: #ffffff; }
  .button-group.dark-blue2022 .button {
    background-color: #3E5E6F;
    color: #ffffff; }
    .button-group.dark-blue2022 .button:hover, .button-group.dark-blue2022 .button:focus {
      background-color: #324b59;
      color: #ffffff; }
  .button-group.bright-orange2022 .button {
    background-color: #FDF7EA;
    color: #0a0a0a; }
    .button-group.bright-orange2022 .button:hover, .button-group.bright-orange2022 .button:focus {
      background-color: #f5d591;
      color: #0a0a0a; }
  .button-group.light-gray2022 .button {
    background-color: #F9F9F9;
    color: #0a0a0a; }
    .button-group.light-gray2022 .button:hover, .button-group.light-gray2022 .button:focus {
      background-color: #c7c7c7;
      color: #0a0a0a; }
  .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
    width: 100%; }
    .button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
      margin-bottom: 0; }
  @media screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
      width: auto;
      margin-bottom: 0; } }
  @media screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
      width: auto;
      margin-bottom: 0; } }
  @media screen and (max-width: 39.9375em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0; } }

.callout {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  position: relative;
  color: #343434;
  background-color: white; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #e3ede0; }
  .callout.lightPrimary {
    background-color: #ecf2e9; }
  .callout.secondary {
    background-color: #fffaf4; }
  .callout.tertiary {
    background-color: #e1e1e1; }
  .callout.success {
    background-color: #e1faea; }
  .callout.warning {
    background-color: #fff3d9; }
  .callout.alert {
    background-color: #fce6e2; }
  .callout.green2022 {
    background-color: #e2efde; }
  .callout.dark-green2022 {
    background-color: #ccfcbc; }
  .callout.strong-pink2022 {
    background-color: #fadce6; }
  .callout.blue2022 {
    background-color: #dee5f2; }
  .callout.dark-blue2022 {
    background-color: #dfe8ed; }
  .callout.bright-orange2022 {
    background-color: #fffefc; }
  .callout.light-gray2022 {
    background-color: #fefefe; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.close-button {
  position: absolute;
  color: #8a8a8a;
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #0a0a0a; }

.menu {
  margin: 0;
  list-style-type: none; }
  .menu > li {
    display: table-cell;
    vertical-align: middle; }
    [data-whatinput='mouse'] .menu > li {
      outline: 0; }
  .menu > li > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1; }
  .menu input,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    vertical-align: middle; }
    .menu > li > a img + span,
    .menu > li > a i + span,
    .menu > li > a svg + span {
      vertical-align: middle; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    margin-right: 0.25rem;
    display: inline-block; }
  .menu > li {
    display: table-cell; }
  .menu.vertical > li {
    display: block; }
  @media screen and (min-width: 40em) {
    .menu.medium-horizontal > li {
      display: table-cell; }
    .menu.medium-vertical > li {
      display: block; } }
  @media screen and (min-width: 64em) {
    .menu.large-horizontal > li {
      display: table-cell; }
    .menu.large-vertical > li {
      display: block; } }
  .menu.simple li {
    line-height: 1;
    display: inline-block;
    margin-right: 1rem; }
  .menu.simple a {
    padding: 0; }
  .menu.align-right::before, .menu.align-right::after {
    content: ' ';
    display: table; }
  .menu.align-right::after {
    clear: both; }
  .menu.align-right > li {
    float: right; }
  .menu.expanded {
    width: 100%;
    display: table;
    table-layout: fixed; }
    .menu.expanded > li:first-child:last-child {
      width: 100%; }
  .menu.icon-top > li > a {
    text-align: center; }
    .menu.icon-top > li > a img,
    .menu.icon-top > li > a i,
    .menu.icon-top > li > a svg {
      display: block;
      margin: 0 auto 0.25rem; }
  .menu.nested {
    margin-left: 1rem; }
  .menu .active > a {
    color: #ffffff;
    background: #4F7343; }

.menu-text {
  font-weight: bold;
  color: inherit;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem; }

.menu-centered {
  text-align: center; }
  .menu-centered > .menu {
    display: inline-block; }

.no-js [data-responsive-menu] ul {
  display: none; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #ffffff;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #ffffff, 0 14px 0 #ffffff; }
  .menu-icon:hover::after {
    background: #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon.dark::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a; }
  .menu-icon.dark:hover::after {
    background: #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block !important; }

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #ffffff;
  transition: transform 0.15s linear; }
  .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    -ms-transform: translateX(-100%);
        transform: translateX(-100%); }
  .is-drilldown-submenu.is-closing {
    -ms-transform: translateX(100%);
        transform: translateX(100%); }

.is-drilldown-submenu-parent > a {
  position: relative; }
  .is-drilldown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent transparent transparent #4F7343;
    border-left-style: solid;
    border-right-width: 0;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem; }

.js-drilldown-back > a::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent #4F7343 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem; }

.dropdown-pane {
  background-color: #ffffff;
  border: 1px solid #cacaca;
  border-radius: 0;
  display: block;
  font-size: 1rem;
  padding: 1rem;
  position: absolute;
  visibility: hidden;
  width: 300px;
  z-index: 10; }
  .dropdown-pane.is-open {
    visibility: visible; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 0;
  top: 100%; }

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 0;
  top: 100%; }

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  padding-right: 1.5rem;
  position: relative; }

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #4F7343 transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  right: 5px;
  margin-top: -2px; }

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0; }

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 100%; }

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%; }

.dropdown.menu.vertical > li > a::after {
  right: 14px;
  margin-top: -3px; }

.dropdown.menu.vertical > li.opens-left > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent #4F7343 transparent transparent;
  border-right-style: solid;
  border-left-width: 0; }

.dropdown.menu.vertical > li.opens-right > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent #4F7343;
  border-left-style: solid;
  border-right-width: 0; }

@media screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #4F7343 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
    margin-top: -3px; }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #4F7343 transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #4F7343;
    border-left-style: solid;
    border-right-width: 0; } }

@media screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #4F7343 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
    margin-top: -3px; }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #4F7343 transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #4F7343;
    border-left-style: solid;
    border-right-width: 0; } }

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  left: auto;
  right: 0; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }

.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -2px; }
  .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }

.is-dropdown-submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 200px;
  z-index: 1;
  background: #ffffff;
  border: 1px solid #cacaca; }
  .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px;
    margin-top: -3px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #4F7343 transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #4F7343;
    border-left-style: solid;
    border-right-width: 0; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .flex-video.widescreen {
    padding-bottom: 56.25%; }
  .flex-video.vimeo {
    padding-top: 0; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 0;
  background: #4F7343;
  color: #ffffff; }
  .label.lightPrimary {
    background: #7FA86C;
    color: #ffffff; }
  .label.secondary {
    background: #FCDEB4;
    color: #0a0a0a; }
  .label.tertiary {
    background: #343434;
    color: #ffffff; }
  .label.success {
    background: #3adb76;
    color: #ffffff; }
  .label.warning {
    background: #ffae00;
    color: #ffffff; }
  .label.alert {
    background: #ec5840;
    color: #ffffff; }
  .label.green2022 {
    background: #4A7B3D;
    color: #ffffff; }
  .label.dark-green2022 {
    background: #0C2C02;
    color: #ffffff; }
  .label.strong-pink2022 {
    background: #D81E5B;
    color: #ffffff; }
  .label.blue2022 {
    background: #385994;
    color: #ffffff; }
  .label.dark-blue2022 {
    background: #3E5E6F;
    color: #ffffff; }
  .label.bright-orange2022 {
    background: #FDF7EA;
    color: #0a0a0a; }
  .label.light-gray2022 {
    background: #F9F9F9;
    color: #0a0a0a; }

.media-object {
  margin-bottom: 1rem;
  display: block; }
  .media-object img {
    max-width: none; }
  @media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      display: block; }
      .media-object.stack-for-small .media-object-section img {
        width: 100%; } }

.media-object-section {
  display: table-cell;
  vertical-align: top; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  .media-object-section > :last-child {
    margin-bottom: 0; }
  .media-object-section.middle {
    vertical-align: middle; }
  .media-object-section.bottom {
    vertical-align: bottom; }

html,
body {
  height: 100%; }

.off-canvas-wrapper {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-overflow-scrolling: auto; }

.off-canvas-wrapper-inner {
  position: relative;
  width: 100%;
  min-height: 100%;
  transition: transform 0.5s ease; }
  .off-canvas-wrapper-inner::before, .off-canvas-wrapper-inner::after {
    content: ' ';
    display: table; }
  .off-canvas-wrapper-inner::after {
    clear: both; }

.off-canvas-content,
.off-canvas-content {
  min-height: 100%;
  background: #ffffff;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  padding-bottom: 0.1px;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.5); }

.js-off-canvas-exit {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(127, 168, 108, 0.25);
  cursor: pointer;
  transition: background 0.5s ease; }

.off-canvas {
  position: absolute;
  background: #4F7343;
  z-index: -1;
  max-height: 100%;
  overflow-y: auto;
  -ms-transform: translateX(0);
      transform: translateX(0); }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.position-left {
    left: -250px;
    top: 0;
    width: 250px; }
    .is-open-left {
      -ms-transform: translateX(250px);
          transform: translateX(250px); }
  .off-canvas.position-right {
    right: -250px;
    top: 0;
    width: 250px; }
    .is-open-right {
      -ms-transform: translateX(-250px);
          transform: translateX(-250px); }

@media screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-medium {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; } }

@media screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-large {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; } }

.orbit {
  position: relative; }

.orbit-container {
  position: relative;
  margin: 0;
  overflow: hidden;
  list-style: none; }

.orbit-slide {
  width: 100%;
  max-height: 100%; }
  .orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0; }

.orbit-figure {
  margin: 0; }

.orbit-image {
  margin: 0;
  width: 100%;
  max-width: 100%; }

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  margin-bottom: 0;
  color: #ffffff;
  background-color: rgba(10, 10, 10, 0.5); }

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #ffffff; }
  [data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
    outline: 0; }
  .orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
    background-color: rgba(10, 10, 10, 0.5); }

.orbit-previous {
  left: 0; }

.orbit-next {
  left: auto;
  right: 0; }

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center; }
  [data-whatinput='mouse'] .orbit-bullets {
    outline: 0; }
  .orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    background-color: #cacaca;
    border-radius: 50%; }
    .orbit-bullets button:hover {
      background-color: #8a8a8a; }
    .orbit-bullets button.is-active {
      background-color: #8a8a8a; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    content: ' ';
    display: table; }
  .pagination::after {
    clear: both; }
  .pagination li {
    font-size: 0.875rem;
    margin-right: 0.0625rem;
    border-radius: 0;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media screen and (min-width: 40em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    color: #0a0a0a;
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0; }
    .pagination a:hover,
    .pagination button:hover {
      background: #e6e6e6; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #4F7343;
    color: #ffffff;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    content: '\2026';
    padding: 0.1875rem 0.625rem;
    color: #0a0a0a; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  content: '\00ab';
  display: inline-block;
  margin-right: 0.5rem; }

.pagination-next a::after,
.pagination-next.disabled::after {
  content: '\00bb';
  display: inline-block;
  margin-left: 0.5rem; }

.progress {
  background-color: #cacaca;
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0; }
  .progress.primary .progress-meter {
    background-color: #4F7343; }
  .progress.lightPrimary .progress-meter {
    background-color: #7FA86C; }
  .progress.secondary .progress-meter {
    background-color: #FCDEB4; }
  .progress.tertiary .progress-meter {
    background-color: #343434; }
  .progress.success .progress-meter {
    background-color: #3adb76; }
  .progress.warning .progress-meter {
    background-color: #ffae00; }
  .progress.alert .progress-meter {
    background-color: #ec5840; }
  .progress.green2022 .progress-meter {
    background-color: #4A7B3D; }
  .progress.dark-green2022 .progress-meter {
    background-color: #0C2C02; }
  .progress.strong-pink2022 .progress-meter {
    background-color: #D81E5B; }
  .progress.blue2022 .progress-meter {
    background-color: #385994; }
  .progress.dark-blue2022 .progress-meter {
    background-color: #3E5E6F; }
  .progress.bright-orange2022 .progress-meter {
    background-color: #FDF7EA; }
  .progress.light-gray2022 .progress-meter {
    background-color: #F9F9F9; }

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #4F7343; }

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ffffff;
  white-space: nowrap; }

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: none;
      touch-action: none; }

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out; }
  .slider-fill.is-dragging {
    transition: all 0s linear; }

.slider-handle {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #4F7343;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  border-radius: 0; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: #436239; }
  .slider-handle.is-dragging {
    transition: all 0s linear; }

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed; }

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  -ms-transform: scale(1, -1);
      transform: scale(1, -1); }
  .slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%; }
  .slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%); }

.sticky-container {
  position: relative; }

.sticky {
  position: absolute;
  z-index: 0;
  transform: translate3d(0, 0, 0); }

.sticky.is-stuck {
  position: fixed;
  z-index: 5; }
  .sticky.is-stuck.is-at-top {
    top: 0; }
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }

.sticky.is-anchored {
  position: absolute;
  left: auto;
  right: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

body.is-reveal-open {
  overflow: hidden; }

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.reveal-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1005;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll; }

.reveal {
  display: none;
  z-index: 1006;
  padding: 1rem;
  border: 1px solid #cacaca;
  background-color: #ffffff;
  border-radius: 0;
  position: relative;
  top: 100px;
  margin-left: auto;
  margin-right: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media screen and (min-width: 40em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns,
  .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 40em) {
    .reveal {
      width: 600px;
      max-width: 75rem; } }
  @media screen and (min-width: 40em) {
    .reveal .reveal {
      left: auto;
      right: auto;
      margin: 0 auto; } }
  .reveal.collapse {
    padding: 0; }
  @media screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 75rem; } }
  @media screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 75rem; } }
  @media screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 75rem; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media screen and (max-width: 39.9375em) {
    .reveal {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      height: 100vh;
      min-height: 100vh;
      max-width: none;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

.switch {
  height: 2rem;
  margin-bottom: 1rem;
  outline: 0;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #ffffff;
  font-weight: bold;
  font-size: 0.875rem; }

.switch-input {
  opacity: 0;
  position: absolute;
  margin-bottom: 0; }

.switch-paddle {
  background: #cacaca;
  cursor: pointer;
  display: block;
  position: relative;
  width: 4rem;
  height: 2rem;
  transition: all 0.25s ease-out;
  border-radius: 0;
  color: inherit;
  font-weight: inherit; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    background: #ffffff;
    content: '';
    display: block;
    position: absolute;
    height: 1.5rem;
    left: 0.25rem;
    top: 0.25rem;
    width: 1.5rem;
    transition: all 0.25s ease-out;
    transform: translate3d(0, 0, 0);
    border-radius: 0; }
  input:checked ~ .switch-paddle {
    background: #4F7343; }
    input:checked ~ .switch-paddle::after {
      left: 2.25rem; }
  [data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0; }

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%); }

.switch-active {
  left: 8%;
  display: none; }
  input:checked + label > .switch-active {
    display: block; }

.switch-inactive {
  right: 15%; }
  input:checked + label > .switch-inactive {
    display: none; }

.switch.tiny {
  height: 1.5rem; }
  .switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: 0.625rem; }
  .switch.tiny .switch-paddle::after {
    width: 1rem;
    height: 1rem; }
  .switch.tiny input:checked ~ .switch-paddle::after {
    left: 1.75rem; }

.switch.small {
  height: 1.75rem; }
  .switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: 0.75rem; }
  .switch.small .switch-paddle::after {
    width: 1.25rem;
    height: 1.25rem; }
  .switch.small input:checked ~ .switch-paddle::after {
    left: 2rem; }

.switch.large {
  height: 2.5rem; }
  .switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 1rem; }
  .switch.large .switch-paddle::after {
    width: 2rem;
    height: 2rem; }
  .switch.large input:checked ~ .switch-paddle::after {
    left: 2.75rem; }

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  table thead,
  table tbody,
  table tfoot {
    border: 1px solid #e4e4e4;
    background-color: #F0F0F0; }
  table caption {
    font-weight: bold;
    padding: 0.5rem 0.625rem 0.625rem; }
  table thead {
    background: #4F7343;
    color: #343434; }
  table tfoot {
    background: #e4e4e4;
    color: #343434; }
  table thead tr,
  table tfoot tr {
    background: transparent; }
  table thead th,
  table thead td,
  table tfoot th,
  table tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left; }
  table tbody tr:nth-child(even) {
    background-color: #e4e4e4; }
  table tbody th,
  table tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover thead tr:hover {
  background-color: #4b6d3f; }

table.hover tfoot tr:hover {
  background-color: #dfdfdf; }

table.hover tbody tr:hover {
  background-color: #ebebeb; }

table.hover tbody tr:nth-of-type(even):hover {
  background-color: #dedede; }

.table-scroll {
  overflow-x: auto; }
  .table-scroll table {
    width: auto; }

.tabs {
  margin: 0;
  list-style-type: none;
  background: #ffffff;
  border: 1px solid #e6e6e6; }
  .tabs::before, .tabs::after {
    content: ' ';
    display: table; }
  .tabs::after {
    clear: both; }

.tabs.vertical > li {
  width: auto;
  float: none;
  display: block; }

.tabs.simple > li > a {
  padding: 0; }
  .tabs.simple > li > a:hover {
    background: transparent; }

.tabs.primary {
  background: #4F7343; }
  .tabs.primary > li > a {
    color: #ffffff; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #567d49; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    line-height: 1;
    font-size: 0.75rem; }
    .tabs-title > a:hover {
      background: #ffffff; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #e6e6e6; }

.tabs-content {
  background: #ffffff;
  transition: all 0.5s ease;
  border: 1px solid #e6e6e6;
  border-top: 0; }

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel.is-active {
    display: block; }

.thumbnail {
  border: solid 4px #ffffff;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  transition: box-shadow 200ms ease-out;
  border-radius: 0;
  margin-bottom: 1rem; }
  .thumbnail:hover, .thumbnail:focus {
    box-shadow: 0 0 6px 1px rgba(79, 115, 67, 0.5); }

.title-bar {
  background: #0a0a0a;
  color: #ffffff;
  padding: 0.5rem; }
  .title-bar::before, .title-bar::after {
    content: ' ';
    display: table; }
  .title-bar::after {
    clear: both; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }

.title-bar-left {
  float: left; }

.title-bar-right {
  float: right;
  text-align: right; }

.title-bar-title {
  font-weight: bold;
  vertical-align: middle;
  display: inline-block; }

.has-tip {
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  position: relative;
  display: inline-block;
  cursor: help; }

.tooltip {
  background-color: #0a0a0a;
  color: #ffffff;
  font-size: 80%;
  padding: 0.75rem;
  position: absolute;
  z-index: 10;
  top: calc(100% + 0.6495rem);
  max-width: 10rem !important;
  border-radius: 0; }
  .tooltip::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent #0a0a0a;
    border-bottom-style: solid;
    border-top-width: 0;
    bottom: 100%;
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
  .tooltip.top::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: #0a0a0a transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    top: 100%;
    bottom: auto; }
  .tooltip.left::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent transparent #0a0a0a;
    border-left-style: solid;
    border-right-width: 0;
    bottom: auto;
    left: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
  .tooltip.right::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent #0a0a0a transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
    bottom: auto;
    left: auto;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%); }

.top-bar {
  padding: 0.5rem; }
  .top-bar::before, .top-bar::after {
    content: ' ';
    display: table; }
  .top-bar::after {
    clear: both; }
  .top-bar,
  .top-bar ul {
    background-color: #e6e6e6; }
  .top-bar input {
    max-width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button {
    width: auto; }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: 100%; }
  @media screen and (min-width: 40em) {
    .top-bar .top-bar-left,
    .top-bar .top-bar-right {
      width: auto; } }
  @media screen and (max-width: 63.9375em) {
    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
      width: 100%; } }
  @media screen and (max-width: 74.9375em) {
    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
      width: 100%; } }

.top-bar-title {
  float: left;
  margin-right: 1rem; }

.top-bar-left {
  float: left; }

.top-bar-right {
  float: right; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.clearfix::before, .clearfix::after {
  content: ' ';
  display: table; }

.clearfix::after {
  clear: both; }

.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(-100%);
      transform: translateY(-100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  -ms-transform: translateY(0);
      transform: translateY(0); }

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(-100%);
      transform: translateX(-100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  -ms-transform: translateX(0);
      transform: translateX(0); }

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(100%);
      transform: translateY(100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  -ms-transform: translateY(0);
      transform: translateY(0); }

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(100%);
      transform: translateX(100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  -ms-transform: translateX(0);
      transform: translateX(0); }

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(0);
      transform: translateY(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  -ms-transform: translateY(100%);
      transform: translateY(100%); }

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(0);
      transform: translateX(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  -ms-transform: translateX(100%);
      transform: translateX(100%); }

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(0);
      transform: translateY(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  -ms-transform: translateY(-100%);
      transform: translateY(-100%); }

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(0);
      transform: translateX(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  -ms-transform: translateX(-100%);
      transform: translateX(-100%); }

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  -ms-transform-origin: top;
      transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  -ms-transform-origin: right;
      transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  -ms-transform-origin: bottom;
      transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  -ms-transform-origin: left;
      transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  -ms-transform-origin: center;
      transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  -ms-transform-origin: center;
      transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: top;
      transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: right;
      transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: bottom;
      transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: left;
      transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: center;
      transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: center;
      transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(0.5);
      transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  -ms-transform: scale(1);
      transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(1.5);
      transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  -ms-transform: scale(1);
      transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(1);
      transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  -ms-transform: scale(1.5);
      transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(1);
      transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  -ms-transform: scale(0.5);
      transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(-0.75turn);
      transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  -ms-transform: rotate(0);
      transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(0);
      transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  -ms-transform: rotate(0.75turn);
      transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(0.75turn);
      transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  -ms-transform: rotate(0);
      transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(0);
      transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  -ms-transform: rotate(-0.75turn);
      transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  transition-duration: 750ms !important; }

.fast {
  transition-duration: 250ms !important; }

.linear {
  transition-timing-function: linear !important; }

.ease {
  transition-timing-function: ease !important; }

.ease-in {
  transition-timing-function: ease-in !important; }

.ease-out {
  transition-timing-function: ease-out !important; }

.ease-in-out {
  transition-timing-function: ease-in-out !important; }

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  transition-delay: 300ms !important; }

.long-delay {
  transition-delay: 700ms !important; }

.shake {
  animation-name: shake-7; }

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%); } }

.spin-cw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn); }
  100% {
    transform: rotate(0); } }

.spin-ccw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(1turn); } }

.wiggle {
  animation-name: wiggle-7deg; }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    transform: rotate(0); } }

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms; }

.infinite {
  animation-iteration-count: infinite; }

.slow {
  animation-duration: 750ms !important; }

.fast {
  animation-duration: 250ms !important; }

.linear {
  animation-timing-function: linear !important; }

.ease {
  animation-timing-function: ease !important; }

.ease-in {
  animation-timing-function: ease-in !important; }

.ease-out {
  animation-timing-function: ease-out !important; }

.ease-in-out {
  animation-timing-function: ease-in-out !important; }

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  animation-delay: 300ms !important; }

.long-delay {
  animation-delay: 700ms !important; }

.clearfix {
  overflow: auto; }

ul {
  list-style-image: url("https://cdn.amedisys.com/img/smallOval.svg"); }

p, .p {
  line-height: 1.75; }

.accordion {
  list-style: none; }

.pager {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  text-align: center; }
  .pager li {
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.125rem;
    border-top: solid 1px #e6e6e6;
    border-left: solid 1px #e6e6e6;
    border-bottom: solid 1px #e6e6e6;
    font-family: "Raleway", sans-serif;
    font-size: 1.125rem;
    padding: 0;
    left: 0; }
    .pager li:last-child {
      border-right: solid 1px #e6e6e6; }
  .pager a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #4F7343;
    text-decoration: none !important; }
    .pager a:hover {
      border-bottom: solid 3px green; }
    .pager a.active {
      border-bottom: solid 3px green; }

.sub-nav {
  padding: 1.25rem 0 1.25rem 0; }
  .sub-nav .sub-nav-home {
    font-family: "Raleway", sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    color: #4F7343; }
    .sub-nav .sub-nav-home .sub-nav-text {
      color: #797672; }

.sidebar div:first-child {
  margin-top: 1.25rem; }

.interior-sidebar {
  margin-bottom: 1.75rem;
  padding: 1.5625rem;
  background-color: #F9F9F9; }
  .interior-sidebar .sidebar-list {
    list-style: none; }
    .interior-sidebar .sidebar-list .sidebar-item {
      padding-bottom: 0.9375rem; }
      .interior-sidebar .sidebar-list .sidebar-item:last-child {
        padding-bottom: 0; }

a.close-button {
  font-size: 1.5625rem;
  text-align: center; }

a.sidebar {
  font-size: 1rem;
  color: #343434;
  font-family: "Lora", serif; }
  a.sidebar:hover {
    color: #4F7343; }
  a.sidebar.selected {
    color: #4F7343; }
    a.sidebar.selected:before {
      content: "+";
      font-size: 1rem;
      font-weight: 800;
      color: #4F7343;
      margin-top: -0.625rem;
      margin-left: -0.875rem;
      margin-right: 0.3125rem; }

a.bottom-nav {
  color: white; }
  a.bottom-nav:hover {
    cursor: pointer; }

.mast-content a {
  text-decoration: none; }

section button, section .button {
  text-decoration: none; }

body .page-faqs {
  text-decoration: none; }

.off-canvas {
  height: 100%;
  color: white;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  .off-canvas .header {
    color: #FCDEB4;
    font-weight: 900; }
  .off-canvas li {
    border-bottom: 1px solid white;
    padding: 0.125rem 0; }
    .off-canvas li:first-child {
      border-top: none; }
    .off-canvas li:last-child {
      border-bottom: none; }
  .off-canvas .is-drilldown-submenu {
    height: 100%;
    margin-left: 0;
    padding-left: 0.625rem; }
    .off-canvas .is-drilldown-submenu li {
      padding: 0.1875rem 0; }
      .off-canvas .is-drilldown-submenu li a.nav-button {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: start;
            justify-content: flex-start;
        line-height: 1.25;
        gap: 0.625rem; }
        .off-canvas .is-drilldown-submenu li a.nav-button span.nav-button__label {
          -ms-flex-negative: 1;
              flex-shrink: 1; }
        .off-canvas .is-drilldown-submenu li a.nav-button span.nav-button__icon {
          color: #4A7B3D; }
    .off-canvas .is-drilldown-submenu:after {
      content: ''; }
    .off-canvas .is-drilldown-submenu .js-drilldown-back:before {
      content: url("https://cdn.amedisys.com/img/BackTriangle.svg"); }
  .off-canvas .is-drilldown {
    min-height: 100%; }
  .off-canvas a {
    color: white; }
  .off-canvas ul {
    background-color: #4F7343; }

blockquote, .blockquote {
  border: solid 1px #7FA86C;
  width: 80%;
  margin: 40px auto;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  position: relative; }
  blockquote:before, .blockquote:before {
    content: url("https://cdn.amedisys.com/img/quotation.svg");
    position: absolute;
    margin-top: -2.1875rem;
    width: 3.25rem;
    height: 3.6875rem;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    text-align: center; }
  blockquote .quote-text, .blockquote .quote-text {
    font-style: italic;
    padding: 1.875rem 1.875rem 0 1.875rem;
    font-size: 1.125rem;
    color: #595854;
    text-align: center;
    line-height: 2.25rem; }

h1, .h1 {
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 2.25rem;
  color: #4A7B3D;
  letter-spacing: 0;
  line-height: 3rem;
  text-transform: uppercase; }
  h1.alt, .h1.alt {
    color: #FFFFFF;
    text-transform: uppercase; }

h2, .h2 {
  font-family: "Raleway", sans-serif;
  color: #ffffff;
  font-weight: 300;
  line-spacing: 3.75rem;
  font-size: 3rem;
  text-transform: uppercase;
  line-height: 3rem; }
  h2.figurehead, .h2.figurehead {
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    font-size: 2.25rem;
    color: #4A7B3D;
    letter-spacing: 0;
    line-height: 3rem;
    text-transform: uppercase; }

h3, .h3 {
  font-family: "Raleway", sans-serif;
  font-size: 1.875rem;
  line-height: 2.625rem;
  font-weight: 400; }

h4, .h4 {
  font-family: "Raleway", sans-serif;
  font-size: 1.5rem;
  color: #595854;
  letter-spacing: 0;
  line-height: 2.25rem; }
  h4.green, .h4.green {
    color: #4F7343; }

h5, .h5 {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  color: #FFFFFF;
  letter-spacing: 0; }
  h5.alt, .h5.alt {
    color: #343434; }

h6, .h6 {
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-size: 1rem;
  color: #4F7343;
  letter-spacing: 0.0625rem; }
  h6.alt, .h6.alt {
    color: white;
    font-family: "Raleway", sans-serif; }
  h6.grey, .h6.grey {
    color: #343434; }

.body-1 {
  font-family: "Lora", serif;
  font-size: 1rem;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 1.75rem; }

.body-2 {
  font-family: "Lora", serif;
  font-size: 1rem;
  color: #343434;
  letter-spacing: 0;
  line-height: 1.75rem; }

.body-3 {
  font-family: "Lora", serif;
  font-size: 1rem;
  color: #FFFFFF; }
  .body-3.team {
    line-height: 1.75rem; }

.small:not(.button) {
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-size: 0.875rem;
  color: #555E5D;
  letter-spacing: 0.0625rem;
  text-transform: uppercase; }
  .small:not(.button).white {
    color: #FFFFFF; }
  .small:not(.button).green {
    color: #4F7343; }
  .small:not(.button).quote {
    color: #7FA86C;
    text-align: center;
    padding-bottom: 0.9375rem; }
  .small:not(.button).copyright {
    font-family: "Raleway", sans-serif; }

button, .button {
  font-weight: 800;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  padding: 1rem 2.5rem;
  text-decoration: none !important;
  border-radius: 3.125rem;
  border-color: #343434;
  color: #ffffff;
  border-radius: 0.3125rem !important;
  transition: all .2s ease-in-out;
  margin: 0;
  font-size: 1rem;
  background-color: #D81E5B;
  border-color: #D81E5B; }
  button span, .button span {
    transition: all .2s ease-in-out;
    margin-left: 0.4375rem;
    color: #ffffff; }
  button:hover, .button:hover {
    background-color: #A71042;
    border-color: #A71042; }
  button.secondary, .button.secondary {
    color: #ffffff !important;
    background-color: #385994;
    border-color: #385994; }
    button.secondary:hover, .button.secondary:hover {
      background-color: #23395B;
      border-color: #23395B; }
  button.fullWidth, .button.fullWidth {
    width: 100%; }
  button.alt, .button.alt {
    color: white;
    border-color: white; }
    button.alt:hover, .button.alt:hover {
      border-color: #FCDEB4;
      background: transparent; }
  button.play, .button.play {
    padding: 0;
    height: 1.9375rem;
    width: 1.9375rem;
    border-radius: 100%;
    border-color: #FCDEB4;
    border-width: 0.1875rem;
    background: url("https://cdn.amedisys.com/img/Triangle.svg");
    background-size: auto;
    background-repeat: no-repeat;
    background-position: 60% center;
    display: inline-block; }
    button.play:hover, .button.play:hover {
      background-color: transparent; }
  button.red, .button.red {
    background-color: #D81E5B;
    color: #ffffff;
    border-radius: 0.3125rem;
    border-color: #D81E5B;
    transition: all .2s ease-in-out;
    margin: 0 0.3125rem 0.625rem;
    font-size: 1rem; }
    button.red:hover, .button.red:hover {
      background-color: #A71042;
      border-color: #A71042; }
  button.soft-blue-box, .button.soft-blue-box {
    background-color: #385994;
    color: #ffffff;
    border-color: #385994;
    transition: all .2s ease-in-out;
    margin: 0 0.3125rem 0.625rem;
    border-radius: 0;
    font-size: 1rem;
    padding: 1rem 1.875rem; }
    button.soft-blue-box:hover, button.soft-blue-box.is-active, .button.soft-blue-box:hover, .button.soft-blue-box.is-active {
      background-color: #23395B;
      border-color: #23395B; }
  button.outline, .button.outline {
    background: transparent;
    padding: 13px 25px;
    border-color: #D81E5B;
    color: #D81E5B; }
    button.outline span, .button.outline span {
      color: #D81E5B; }
    button.outline:hover, .button.outline:hover {
      color: #A71042;
      border-color: #A71042;
      box-shadow: inset 0 0 0 1px #A71042;
      background: white; }
      button.outline:hover span, .button.outline:hover span {
        color: #A71042; }
    button.outline.white, .button.outline.white {
      border-color: white;
      color: white; }
      button.outline.white span, .button.outline.white span {
        color: white; }
      button.outline.white:hover, .button.outline.white:hover {
        background-color: white;
        border-color: #D81E5B;
        color: #D81E5B;
        box-shadow: inset 0 0 0 1px #D81E5B; }
        button.outline.white:hover span, .button.outline.white:hover span {
          color: #D81E5B; }

.hs-button {
  font-weight: 800;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  padding: 1rem 2.5rem;
  text-decoration: none !important;
  border-style: solid;
  color: #ffffff;
  border-radius: 0.3125rem !important;
  transition: all .2s ease-in-out;
  margin: 0;
  font-size: 1rem;
  background-color: #D81E5B;
  border-color: #D81E5B; }
  .hs-button span {
    margin-left: 0.4375rem;
    color: #ffffff; }
  .hs-button:hover {
    background-color: #A71042;
    border-color: #A71042; }

nav {
  position: relative; }
  nav .nav-menu-top-ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
    text-transform: uppercase; }
    nav .nav-menu-top-ul li {
      display: inline-block; }
      @media screen and (min-width: 40em) {
        nav .nav-menu-top-ul li {
          padding-bottom: 0;
          padding: 0.625rem 1.5625rem; } }
      nav .nav-menu-top-ul li:last-child {
        padding-right: 0; }

aside .callout {
  border: none;
  color: #ffffff;
  padding: 0;
  margin: 0;
  margin-bottom: 1.75rem; }
  aside .callout .image img {
    width: 100%; }
  aside .callout .content {
    background-size: cover;
    padding: 2.1875rem 1.25rem 2.1875rem 1.25rem;
    position: relative; }
    aside .callout .content:before {
      content: '';
      background: url("https://cdn.amedisys.com/img/QuestionMark.svg") no-repeat;
      width: 3.125rem;
      height: 3.125rem;
      position: absolute;
      top: -1.5625rem; }
  aside .callout.home-health-quiz .content {
    background-image: url("https://cdn.amedisys.com/img/home-health-quiz-sidebar_imgBtm.jpg"); }
  aside .callout.personal-care-quiz .content {
    background-image: url("https://cdn.amedisys.com/img/personal-care-quiz-sidebar_imgBtm.jpg"); }
  aside .callout.hospice-care-quiz .content {
    background-image: url("https://cdn.amedisys.com/img/hospice-care-quiz-sidebar_imgBtm.jpg"); }
  aside .callout .title {
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    font-size: 2.25rem;
    line-height: 3rem;
    font-weight: 100;
    margin-bottom: 0.625rem; }
  aside .callout p {
    line-height: 1.75rem; }

aside #find-care-center {
  display: block;
  background: #4F7343 url("https://cdn.amedisys.com/img/WorldMap.svg") no-repeat 10px center;
  margin-bottom: 1.75rem;
  padding: 1.25rem 0.625rem 1.25rem 6.25rem;
  font-family: "Raleway", sans-serif;
  color: #ffffff;
  font-weight: 900;
  text-transform: uppercase; }

aside form legend {
  color: #ffffff;
  font-size: .9rem;
  font-style: italic; }

.hs_recaptcha {
  -ms-transform: scale(0.85);
      transform: scale(0.85);
  margin-left: -23px; }

#cookie-cutter {
  position: fixed;
  bottom: -62.5rem;
  transition: ease-in-out all 0.5s;
  width: 100%;
  padding: 0.9375rem;
  background-color: #FDF7EA;
  z-index: 9999;
  font-size: 0.875rem; }
  #cookie-cutter p {
    margin: 0 !important; }
    #cookie-cutter p a {
      text-decoration: underline;
      color: #4F7343; }
  #cookie-cutter.active {
    bottom: 0; }
  #cookie-cutter .button {
    margin: 0.625rem 0 0.3125rem 0.3125rem; }

.smart-accordion ul li {
  margin-bottom: 0.5rem; }
  .smart-accordion ul li .accordion-title {
    background-color: #F6F6F6;
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
    font-size: 1rem;
    line-height: 1.875rem;
    letter-spacing: 0.0625rem;
    color: #595955;
    font-weight: 800;
    transition: all .2s ease-in-out;
    position: relative;
    padding-right: 4.6875rem;
    text-decoration: none; }
    .smart-accordion ul li .accordion-title:hover {
      background-color: #e6e6e6; }
    .smart-accordion ul li .accordion-title .indicator {
      position: absolute;
      right: 1rem;
      top: 50%;
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
      background-color: #4A7B3D;
      width: 3.125rem;
      height: 3.125rem;
      border-radius: 100%;
      transition: all .2s ease-in-out; }
      .smart-accordion ul li .accordion-title .indicator:before {
        content: '';
        width: 1.25rem;
        height: 0.15625rem;
        background-color: #ffffff;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        transition: all .2s ease-in-out; }
      .smart-accordion ul li .accordion-title .indicator:after {
        content: '';
        height: 1.25rem;
        width: 0.15625rem;
        background-color: #ffffff;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .smart-accordion ul li .accordion-content {
    padding-left: 0;
    padding-right: 0; }
  .smart-accordion ul li.is-active .accordion-title {
    color: #ffffff;
    background-color: #4A7B3D; }
    .smart-accordion ul li.is-active .accordion-title .indicator {
      background-color: #ffffff; }
      .smart-accordion ul li.is-active .accordion-title .indicator:before {
        background-color: #4A7B3D; }
      .smart-accordion ul li.is-active .accordion-title .indicator:after {
        background-color: #4A7B3D;
        opacity: 0; }

.togglerWrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }

.toggleContainer {
  position: relative;
  display: -ms-grid !important;
  display: grid !important;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 5px solid #90AE88;
  border-radius: 25px;
  background: #90AE88;
  font-weight: bold;
  color: #90AE88;
  cursor: pointer;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 !important; }
  .toggleContainer::before {
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0%;
    border-radius: 25px;
    background: #497B3D;
    transition: all 0.3s; }

.toggleCheckbox:checked + .toggleContainer::before {
  left: 50%; }

.toggleContainer div {
  padding: 12px 30px;
  line-height: 1;
  text-align: center;
  z-index: 1; }
  @media screen and (max-width: 39.9375em) {
    .toggleContainer div {
      padding: 10px 18px; } }

.toggleCheckbox {
  display: none; }
  .toggleCheckbox + .toggleContainer div:first-child {
    color: white;
    transition: color 0.3s; }
  .toggleCheckbox + .toggleContainer div:last-child {
    color: white;
    transition: color 0.3s; }

.reasonsSlider .slick-track, .hospiceReasonsSlider .slick-track {
  display: -ms-flexbox !important;
  display: flex !important; }

.reasonsSlider .slick-slide, .hospiceReasonsSlider .slick-slide {
  height: inherit !important; }

.reasonsSlider .slick-prev, .hospiceReasonsSlider .slick-prev {
  left: -36px; }
  .reasonsSlider .slick-prev::before, .hospiceReasonsSlider .slick-prev::before {
    content: url("/img/leftArrow.svg"); }
  @media screen and (max-width: 63.9375em) {
    .reasonsSlider .slick-prev, .hospiceReasonsSlider .slick-prev {
      left: -10px; } }

.reasonsSlider .slick-next, .hospiceReasonsSlider .slick-next {
  right: -36px; }
  .reasonsSlider .slick-next::before, .hospiceReasonsSlider .slick-next::before {
    content: url("/img/rightArrow.svg"); }
  @media screen and (max-width: 63.9375em) {
    .reasonsSlider .slick-next, .hospiceReasonsSlider .slick-next {
      right: -10px; } }

.reasonsSlider .reasonItem, .hospiceReasonsSlider .reasonItem {
  color: #ffffff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  text-align: center;
  padding: 1.875rem;
  height: 100%;
  margin: 0 16px;
  border-radius: 6px;
  background: #497B3D; }
  @media screen and (max-width: 63.9375em) {
    .reasonsSlider .reasonItem, .hospiceReasonsSlider .reasonItem {
      padding: 1.875rem 1rem; } }
  .reasonsSlider .reasonItem img, .hospiceReasonsSlider .reasonItem img {
    width: 3.75rem;
    height: 3.75rem;
    margin-bottom: 1.875rem; }
  .reasonsSlider .reasonItem h4, .hospiceReasonsSlider .reasonItem h4 {
    color: inherit;
    font-family: "Raleway", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 20px; }
  .reasonsSlider .reasonItem p, .hospiceReasonsSlider .reasonItem p {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; }

.report-confirm {
  display: none;
  height: 2.5rem;
  color: #4F7343; }

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

header #utility-nav {
  font-family: "Raleway", sans-serif;
  background: #4A7B3D; }
  @media print {
    header #utility-nav {
      display: none; } }
  header #utility-nav #contact-link {
    line-height: 1.75rem;
    height: 3rem;
    color: #ffffff;
    padding: 0.625rem 0;
    display: block; }
  header #utility-nav .locationSearch {
    background: #0C2C02;
    margin-left: 60px;
    position: relative;
    font-weight: bold;
    line-height: 1.75rem;
    height: 3rem;
    color: #ffffff;
    display: -ms-flexbox;
    display: flex;
    font-family: "Raleway", sans-serif;
    text-align: right;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: end;
        justify-content: flex-end; }
    header #utility-nav .locationSearch:after {
      content: ' ';
      background: #0C2C02;
      position: absolute;
      top: 0;
      right: 0;
      width: 600px;
      margin-right: -600px;
      bottom: 0; }
    @media screen and (max-width: 73.75em) {
      header #utility-nav .locationSearch {
        padding-left: 0.625rem; }
        header #utility-nav .locationSearch strong {
          line-height: 1rem;
          text-align: left;
          margin-left: 0.375rem; } }
    header #utility-nav .locationSearch span {
      margin-right: 0.4375rem; }
    header #utility-nav .locationSearch #locationSearchForm {
      margin-left: 0.8125rem;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row; }
      header #utility-nav .locationSearch #locationSearchForm [type="text"] {
        margin-bottom: 0;
        padding: 0.3125rem 0.5rem;
        height: auto;
        width: 20.625rem; }
      header #utility-nav .locationSearch #locationSearchForm [type="submit"] {
        margin-bottom: 0;
        background-color: #208AAE;
        margin-left: -0.8125rem; }
        header #utility-nav .locationSearch #locationSearchForm [type="submit"]:hover, header #utility-nav .locationSearch #locationSearchForm [type="submit"]:focus {
          color: #ffffff;
          background-color: #116682; }
  header #utility-nav .burger-button {
    font-size: 1.875rem;
    color: white;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding-top: 0.3125rem; }
    header #utility-nav .burger-button:before {
      color: #FFFFFF;
      content: "☰";
      padding-right: 0.625rem; }
    header #utility-nav .burger-button:hover {
      cursor: pointer; }
  header #utility-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left; }
    header #utility-nav ul li {
      display: inline-block;
      font-size: 0.875rem;
      line-height: 1.75rem;
      font-weight: bold;
      text-transform: uppercase; }
      header #utility-nav ul li a {
        padding: 0.625rem 0.5rem;
        display: block;
        color: #ffffff;
        transition: all .2s ease-in-out; }
        header #utility-nav ul li a:hover {
          background-color: #0C2C02; }
  header #utility-nav #util-left ul {
    text-align: right; }

@media print {
  .sub-nav {
    display: none; } }

header {
  position: relative;
  /* The container <div> - needed to position the dropdown content */
  /* Dropdown Content (Hidden by Default) */
  /* Links inside the dropdown */
  /* Change color of dropdown links on hover */
  /* Show the dropdown menu on hover */
  /* Change the background color of the dropdown button when the dropdown content is shown */ }
  header #large-nav {
    border-bottom: solid 1px #D8D8D8;
    font-family: "Raleway", sans-serif; }
    header #large-nav .navContainer {
      display: -ms-flexbox;
      display: flex; }
  header .logo {
    position: relative;
    margin: 1.25rem 0;
    text-align: center;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    @media print {
      header .logo {
        width: 50%; } }
    @media screen and (min-width: 64em) {
      header .logo {
        text-align: left;
        -ms-flex-pack: start;
            justify-content: flex-start; } }
    header .logo img {
      max-width: 21.25rem; }
    @media screen and (min-width: 64em) {
      header .logo {
        margin: auto; } }
  header ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right; }
    @media print {
      header ul {
        display: none; } }
    header ul.primary_nav {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: stretch;
          align-items: stretch;
      -ms-flex-pack: end;
          justify-content: flex-end; }
    header ul li {
      display: inline-block;
      font-size: 1rem;
      font-weight: 700;
      text-transform: uppercase; }
      header ul li a {
        display: block;
        color: #343434;
        position: relative; }
        @media screen and (min-width: 64em) {
          header ul li a {
            padding: 1.875rem 0.9375rem 1.6875rem 0.9375rem; } }
        @media screen and (min-width: 40em) {
          header ul li a {
            padding: 1.875rem 0.9375rem 1.6875rem 0.9375rem; } }
        @media (max-width: 872px) {
          header ul li a {
            padding: 0.625rem 0.3125rem 0.3125rem 0.3125rem; } }
        header ul li a.primary {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: center;
              justify-content: center;
          -ms-flex-align: center;
              align-items: center;
          height: 100%;
          line-height: 1.1;
          text-align: left; }
  header .dropbtn {
    border: none;
    cursor: pointer; }
  header .dropdown {
    display: inline-block; }
    header .dropdown:not(.mega-dropdown) {
      position: relative; }
    header .dropdown > a:before {
      display: none; }
    header .dropdown.active a, header .dropdown.selected a, header .dropdown:hover a {
      color: initial; }
      header .dropdown.active a.primary, header .dropdown.selected a.primary, header .dropdown:hover a.primary {
        position: relative; }
        header .dropdown.active a.primary::after, header .dropdown.selected a.primary::after, header .dropdown:hover a.primary::after {
          position: absolute;
          content: "";
          width: 85%;
          height: 3px;
          background-color: #0C2C02;
          bottom: 1.25rem; }
  header .dropdown-content {
    padding: 1.875rem 0;
    min-width: 18.75rem;
    display: none;
    position: absolute;
    background-color: #F9F9F9;
    z-index: 999;
    font-weight: normal;
    text-align: left;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.05); }
    @media screen and (max-width: 85em) {
      header .dropdown-content {
        left: auto;
        right: 0; } }
    header .dropdown-content a {
      line-height: 1rem;
      padding: 0;
      font-weight: bold; }
      header .dropdown-content a:before {
        content: ""; }
      header .dropdown-content a:hover, header .dropdown-content a.selected {
        color: #ffffff;
        background-color: #0C2C02; }
    header .dropdown-content ul {
      text-align: left; }
  header .dropdown-content-mega {
    font-family: "Lora", serif;
    padding: 3.125rem;
    width: 100%;
    display: none;
    position: absolute;
    left: 0;
    margin-left: 0;
    font-weight: normal;
    text-align: left;
    background-color: #F9F9F9;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.05);
    z-index: 1000; }
    header .dropdown-content-mega .content-drop {
      margin: 0 auto; }
    header .dropdown-content-mega p.heading {
      margin: 0;
      padding: 0.3125rem 0 0.3125rem 1.5625rem;
      text-align: left;
      text-transform: none;
      font-weight: bold;
      font-family: "Raleway", sans-serif;
      font-size: 1.375rem;
      line-height: 1.375rem;
      color: #0a0a0a; }
    header .dropdown-content-mega .descriptor {
      font-style: italic;
      text-transform: none;
      padding: 0.4375rem 1rem 0.75rem 1.5625rem;
      line-height: 1.2;
      font-size: 0.875rem;
      display: block; }
    header .dropdown-content-mega a {
      padding: 0.75rem 1rem 0.75rem 1.625rem;
      text-transform: none;
      display: block;
      line-height: 1;
      font-weight: bold;
      transition: all .2s ease-in-out; }
      header .dropdown-content-mega a.sub-header {
        line-height: normal;
        padding-left: 0;
        padding-top: 0;
        margin: 0 auto;
        text-align: left;
        text-transform: uppercase;
        padding-bottom: 0; }
        header .dropdown-content-mega a.sub-header:hover, header .dropdown-content-mega a.sub-header.selected {
          background-color: transparent; }
          header .dropdown-content-mega a.sub-header:hover p.heading, header .dropdown-content-mega a.sub-header.selected p.heading {
            color: #ffffff;
            background-color: #0C2C02; }
      header .dropdown-content-mega a:before {
        display: none; }
      header .dropdown-content-mega a:hover, header .dropdown-content-mega a.selected {
        color: #ffffff;
        background-color: #0C2C02; }
      header .dropdown-content-mega a.nav-button {
        color: #ffffff;
        background-color: #385994;
        border-radius: 0.625rem;
        margin-bottom: 0.625rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: start;
            justify-content: flex-start;
        line-height: 1.25;
        gap: 0.625rem; }
        header .dropdown-content-mega a.nav-button span.nav-button__label {
          -ms-flex-negative: 1;
              flex-shrink: 1; }
        header .dropdown-content-mega a.nav-button span.nav-button__icon {
          color: #4A7B3D;
          transition: all .2s ease-in-out; }
        header .dropdown-content-mega a.nav-button:hover, header .dropdown-content-mega a.nav-button.selected {
          color: #ffffff;
          background-color: #23395B; }
          header .dropdown-content-mega a.nav-button:hover span.nav-button__icon, header .dropdown-content-mega a.nav-button.selected span.nav-button__icon {
            color: #0C2C02; }
      header .dropdown-content-mega a.nav-button.pink {
        background-color: #D81E5B;
        border-radius: 0.625rem; }
        header .dropdown-content-mega a.nav-button.pink:hover, header .dropdown-content-mega a.nav-button.pink.selected {
          color: #ffffff;
          background-color: #A71042; }
          header .dropdown-content-mega a.nav-button.pink:hover span.nav-button__icon, header .dropdown-content-mega a.nav-button.pink.selected span.nav-button__icon {
            color: #0C2C02; }
    header .dropdown-content-mega ul {
      margin: 0;
      padding: 0;
      text-align: left; }
  header .dropdown-content a {
    padding: 0.75rem 1rem;
    text-transform: none;
    display: block; }
  header .dropdown.active .dropdown-content {
    display: block; }
  header .dropdown.active .dropdown-content-mega {
    display: block; }
  header .location-button {
    margin: -1.25rem 0 0.3125rem 0.5625rem; }
  header .patient-button {
    margin: -2.75rem 0 0 1.5rem;
    width: 17.8125rem; }

@media print {
  .sidebar {
    display: none; } }

footer {
  padding: 3.125rem 0 2.5rem 0;
  background: #343434;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  color: #ffffff;
  text-align: center;
  position: relative; }
  @media print {
    footer {
      display: none; } }
  footer #bottom-logo-div {
    height: 10.625rem;
    line-height: 8.75rem; }
  @media screen and (min-width: 40em) {
    footer {
      text-align: left;
      padding: 3.125rem 0 4.375rem 0; } }
  footer ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  footer a {
    color: #ffffff;
    display: block;
    padding: 0.25rem 0; }
    footer a:hover {
      color: #ffffff; }
  footer .inner {
    line-height: 18.125rem; }
  footer #social {
    margin-top: 1.875rem; }
    @media screen and (min-width: 40em) {
      footer #social {
        margin-top: 6.25rem; } }
    footer #social p {
      font-size: 0.875rem;
      margin-top: 0.625rem; }
    footer #social li {
      display: inline-block; }
      footer #social li a {
        display: block;
        padding: 0 0.375rem; }
        footer #social li a:first-child {
          padding-left: 0; }
  footer #to-top-button-small {
    height: 5rem;
    width: 5rem;
    background-color: #FDF7EA;
    border-radius: 100%;
    border: 2px solid;
    border-color: #4F7343;
    float: none;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    opacity: 0.85;
    z-index: 1000; }
    footer #to-top-button-small a {
      font-size: 0.875rem;
      color: #343434;
      font-family: "Raleway", sans-serif;
      font-weight: 900; }
      footer #to-top-button-small a #up-carat {
        font-size: 1.5rem;
        margin-bottom: -0.9375rem;
        margin-top: 0.625rem; }
    footer #to-top-button-small:hover {
      opacity: 1; }

.fieldset {
  border-width: 0;
  margin: 0;
  padding: 0; }
  .fieldset legend {
    font-size: 1.125rem;
    color: #4F7343; }

section {
  padding: 0 0 0 0; }
  section.nopad {
    padding: 5rem 0 0 0; }

section#main-content {
  padding: 0 0 2.5rem 0; }
  section#main-content .content-image {
    width: 30%; }
  section#main-content h1 {
    padding: 1.875rem 0 1.25rem 0; }
  section#main-content #family-member-zip {
    width: 9.375rem; }

section#home-content {
  margin: 0; }

.map-label {
  color: #FFFFFF; }

section#locations-map #locations-header {
  padding: 1.875rem 0; }

section#locations-map .city-label {
  width: 95%; }

section#locations-map .state-label {
  width: 95%; }

section#locations-map h1 {
  padding-top: 1.25rem; }

section#locations-map #locations-search {
  height: 24.1875rem;
  background-color: #F0F0F0; }
  section#locations-map #locations-search fieldset .checkbox,
  section#locations-map #locations-search input .checkbox {
    position: relative;
    top: -8px;
    padding: 0;
    margin: 0; }
  section#locations-map #locations-search #search-header {
    height: 11%; }
    section#locations-map #locations-search #search-header .columns {
      text-align: center;
      height: 100%;
      width: 50%;
      background-color: #DEDEDE;
      border-top: none; }
      section#locations-map #locations-search #search-header .columns:hover {
        cursor: pointer; }
      section#locations-map #locations-search #search-header .columns.active {
        border-top: 2px solid #4F7343;
        background-color: #F0F0F0; }
      section#locations-map #locations-search #search-header .columns h6 {
        margin-top: 0.625rem;
        text-transform: uppercase;
        font-size: 0.875rem;
        white-space: nowrap; }
  section#locations-map #locations-search #search-body {
    background-color: #F0F0F0; }
    section#locations-map #locations-search #search-body .checkbox {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none; }
      section#locations-map #locations-search #search-body .checkbox:before {
        content: url("https://cdn.amedisys.com/img/Unchecked.svg");
        top: 50%; }
      section#locations-map #locations-search #search-body .checkbox:checked:before {
        top: 50%;
        content: url("https://cdn.amedisys.com/img/Checked.svg"); }
    section#locations-map #locations-search #search-body label {
      position: relative;
      margin-left: 0.625rem;
      -ms-transform: translateY(-23%);
          transform: translateY(-23%); }
    section#locations-map #locations-search #search-body .zip-input {
      width: 95%; }
    section#locations-map #locations-search #search-body .button {
      margin: 0.625rem 0; }
    section#locations-map #locations-search #search-body .state {
      height: 100%;
      display: none; }
      section#locations-map #locations-search #search-body .state.active {
        display: block; }
    section#locations-map #locations-search #search-body .zip {
      display: none; }
      section#locations-map #locations-search #search-body .zip.active {
        display: block; }

section#locations-map #map {
  height: 24.1875rem; }

section#locations-results {
  margin-bottom: 1.875rem; }
  section#locations-results #no-locations {
    padding: 1.875rem 0;
    text-align: center;
    font-size: 1.5rem;
    display: none; }
  section#locations-results .location-callout {
    counter-reset: numbering; }
    section#locations-results .location-callout h4:before {
      counter-increment: numbering;
      content: counter(numbering);
      font-family: "Raleway", sans-serif;
      font-size: 1.5rem;
      color: #ffffff;
      letter-spacing: 0;
      line-height: 2.25rem; }
    section#locations-results .location-callout .column, section#locations-results .location-callout .columns {
      margin-top: 1.875rem;
      display: none; }
      section#locations-results .location-callout .column:nth-child(odd), section#locations-results .location-callout .columns:nth-child(odd) {
        padding-left: 0; }
      section#locations-results .location-callout .column:nth-child(even), section#locations-results .location-callout .columns:nth-child(even) {
        padding-right: 0; }
      section#locations-results .location-callout .column .location, section#locations-results .location-callout .columns .location {
        border: solid 2px #F0F0F0; }
      section#locations-results .location-callout .column #callout-header, section#locations-results .location-callout .columns #callout-header {
        background-color: #4F7343;
        width: 100%;
        padding: 0.8125rem 0 0.8125rem 1.9375rem; }
        section#locations-results .location-callout .column #callout-header h4, section#locations-results .location-callout .columns #callout-header h4 {
          color: #FFFFFF;
          width: 70%; }
      section#locations-results .location-callout .column #callout-content, section#locations-results .location-callout .columns #callout-content {
        padding: 1.25rem 0 0.625rem 1.9375rem; }
        section#locations-results .location-callout .column #callout-content a, section#locations-results .location-callout .columns #callout-content a {
          margin-top: 1.25rem; }

.nopad {
  padding: 0 0 0 0; }

section#masthead {
  color: #ffffff;
  position: relative;
  height: auto;
  margin-bottom: 2.5rem; }
  @media screen and (min-width: 40em) {
    section#masthead {
      overflow: hidden;
      height: 45.625rem; } }
  @media screen and (min-width: 64em) {
    section#masthead {
      height: 33.125rem; } }
  section#masthead .slider {
    margin-top: 0;
    height: auto;
    margin-bottom: 0; }
    @media screen and (min-width: 40em) {
      section#masthead .slider {
        height: 28.75rem;
        background-color: transparent; } }
    @media (max-width: 335px) {
      section#masthead .slider {
        height: 27.5rem; } }
  section#masthead .slide {
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
    height: auto;
    background-color: #ffffff; }
    section#masthead .slide p {
      line-height: 3rem; }
    @media screen and (min-width: 40em) {
      section#masthead .slide {
        background-position: top center;
        height: 100%;
        width: 100%;
        background-size: cover;
        height: 45.625rem; } }
    @media screen and (min-width: 64em) {
      section#masthead .slide {
        height: 33.125rem; } }
    section#masthead .slide .background {
      background-position: top center;
      background-repeat: no-repeat;
      background-size: cover;
      width: 100%;
      height: 10.9375rem;
      position: relative; }

@media screen and (min-width: 28.125em) and (max-width: 39.9375em) {
  section#masthead .slide .background {
    height: 25rem; } }
      @media screen and (max-width: 39.9375em) {
        section#masthead .slide .background {
          margin-bottom: 0.4375rem; } }
      @media screen and (min-width: 40em) {
        section#masthead .slide .background {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; } }
      section#masthead .slide .background:after {
        position: absolute;
        z-index: 2;
        content: '';
        display: block;
        bottom: 1.4375rem;
        top: auto;
        left: 51%;
        width: 15.625rem;
        height: 15.625rem;
        -ms-transform: skewX(-25deg);
            transform: skewX(-25deg);
        background-color: rgba(249, 249, 249, 0.85); }
        @media screen and (max-width: 39.9375em) {
          section#masthead .slide .background:after {
            visibility: hidden; } }

@media screen and (min-width: 28.125em) and (max-width: 39.9375em) {
  section#masthead .slide .background:after {
    width: 31.25rem;
    height: 31.25rem;
    top: -15.625rem;
    visibility: hidden; } }
        @media screen and (min-width: 40em) {
          section#masthead .slide .background:after {
            width: 65.125rem;
            height: 65.125rem;
            bottom: -10.125rem; } }
        @media screen and (min-width: 40em) and (max-width: 63.9375em) {
          section#masthead .slide .background:after {
            left: 31%; } }
        @media screen and (min-width: 64em) {
          section#masthead .slide .background:after {
            width: 102.125rem; } }
    @media screen and (min-width: 40em) {
      section#masthead .slide .row.target {
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        -ms-flex-align: center;
            align-items: center; } }
    section#masthead .slide .row .slide-content-wrapper {
      position: relative;
      z-index: 9;
      padding-bottom: 3rem; }
      section#masthead .slide .row .slide-content-wrapper .title {
        font-family: "Raleway", sans-serif;
        font-size: 2.25rem;
        font-weight: 600;
        line-height: 2.375rem;
        color: #0C2C02; }
      section#masthead .slide .row .slide-content-wrapper .subtitle {
        font-family: "Raleway", sans-serif;
        font-size: 1.5rem;
        font-weight: 400;
        line-height: 1.75rem;
        color: #0C2C02; }
      section#masthead .slide .row .slide-content-wrapper .buttons {
        margin-top: 2rem; }
        section#masthead .slide .row .slide-content-wrapper .buttons p {
          margin: 0; }
        section#masthead .slide .row .slide-content-wrapper .buttons .button {
          background-color: #D81E5B;
          color: #ffffff;
          border-radius: 0.3125rem;
          border-color: #D81E5B;
          transition: all .2s ease-in-out;
          margin: 0 0 0.875rem;
          padding: 1rem 1.25rem;
          min-width: 100%;
          text-align: center;
          font-size: 1rem;
          font-weight: 600; }
          @media screen and (min-width: 40em) {
            section#masthead .slide .row .slide-content-wrapper .buttons .button {
              text-align: left;
              min-width: 15.3125rem;
              margin: 0 0 1.5625rem; } }
          section#masthead .slide .row .slide-content-wrapper .buttons .button span {
            margin-right: 0.4375rem; }
            section#masthead .slide .row .slide-content-wrapper .buttons .button span.fa-arrow-right {
              margin-left: 0.4375rem; }
          section#masthead .slide .row .slide-content-wrapper .buttons .button.blue {
            background-color: #385994;
            border-color: #385994; }
            section#masthead .slide .row .slide-content-wrapper .buttons .button.blue:hover {
              background-color: #23395B;
              border-color: #23395B; }
          section#masthead .slide .row .slide-content-wrapper .buttons .button:hover {
            background-color: #A71042;
            border-color: #A71042; }
    section#masthead .slide .row .video-embed {
      background-color: #ffffff;
      color: #595955;
      font-weight: bold;
      font-size: 1rem;
      font-family: "Raleway", sans-serif;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      position: relative;
      -ms-flex-align: center;
          align-items: center;
      z-index: 11;
      transition: all .2s ease-in-out;
      padding-top: 1.125rem;
      padding-bottom: 1.125rem; }
      @media screen and (min-width: 40em) {
        section#masthead .slide .row .video-embed {
          position: absolute;
          bottom: 0;
          left: 0;
          color: #ffffff;
          width: 100%; }
          section#masthead .slide .row .video-embed .row {
            margin: 0 auto;
            width: 100%; } }
      section#masthead .slide .row .video-embed .playSvg {
        margin-right: 1.125rem;
        height: 2.875rem; }
        section#masthead .slide .row .video-embed .playSvg .playButtonFill {
          fill: #595955;
          transition: all .2s ease-in-out; }
          @media screen and (min-width: 40em) {
            section#masthead .slide .row .video-embed .playSvg .playButtonFill {
              fill: #0C2C02; } }
      section#masthead .slide .row .video-embed a {
        color: #0C2C02;
        font-weight: bold;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-align: center;
            align-items: center;
        transition: all .2s ease-in-out;
        text-decoration: none; }
        section#masthead .slide .row .video-embed a .underline {
          text-decoration: underline; }
        @media screen and (min-width: 40em) {
          section#masthead .slide .row .video-embed a {
            color: #0C2C02; } }
  section#masthead .mast-body {
    margin-top: 1.25rem;
    height: 18.75rem; }
    @media screen and (min-width: 40em) {
      section#masthead .mast-body {
        margin-top: 3.125rem; } }
  section#masthead #pagination {
    position: absolute;
    white-space: nowrap;
    bottom: -1.875rem; }
    @media screen and (min-width: 40em) {
      section#masthead #pagination {
        bottom: 6.125rem; } }
    @media (max-width: 335px) {
      section#masthead #pagination {
        bottom: -1.875rem; } }
    section#masthead #pagination a {
      display: inline-block;
      width: 1rem;
      height: 1rem;
      margin: 0 0.3125rem;
      background-color: #ffffff;
      border-radius: 100%; }
      section#masthead #pagination a:first-child {
        padding: 0; }
      section#masthead #pagination a.active {
        background-color: #FCDEB4; }
  section#masthead .slide-btm-wrapper {
    background: rgba(116, 158, 97, 0.85);
    width: inherit;
    position: absolute;
    bottom: 0; }
    @media screen and (min-width: 40em) {
      section#masthead .slide-btm-wrapper {
        bottom: 0.625rem; } }
    section#masthead .slide-btm-wrapper div.inner-flex {
      max-width: 80vw;
      margin: 0 auto;
      padding: 1.375rem 0;
      display: block;
      text-align: center;
      -ms-flex-align: center;
          align-items: center; }
      @media screen and (min-width: 64em) {
        section#masthead .slide-btm-wrapper div.inner-flex {
          display: -ms-flexbox;
          display: flex; } }
      @media screen and (min-width: 40em) and (max-width: 63.9375em) {
        section#masthead .slide-btm-wrapper div.inner-flex {
          text-align: center; } }
      section#masthead .slide-btm-wrapper div.inner-flex * {
        -ms-flex: 4;
            flex: 4; }
      section#masthead .slide-btm-wrapper div.inner-flex a {
        font-family: Raleway;
        font-size: 17px;
        font-weight: bold;
        line-height: 20px;
        background-color: #ffffff;
        color: #7FA86C;
        padding: 0.5rem 3.25rem;
        -ms-flex: 1;
            flex: 1;
        margin: 0; }
        @media screen and (max-width: 74.9375em) {
          section#masthead .slide-btm-wrapper div.inner-flex a {
            margin-top: 0.625rem; } }
        section#masthead .slide-btm-wrapper div.inner-flex a:hover {
          background-color: #FCDEB4;
          color: #343434; }
    section#masthead .slide-btm-wrapper h2 {
      line-height: 31px;
      padding-right: 0.5rem;
      font-weight: 500;
      margin: 0;
      font-size: 1.875rem; }
    section#masthead .slide-btm-wrapper br {
      display: none; }
      @media screen and (min-width: 1024px) and (max-width: 1169px) {
        section#masthead .slide-btm-wrapper br {
          display: block; } }
      @media screen and (min-width: 539px) and (max-width: 702px) {
        section#masthead .slide-btm-wrapper br {
          display: block; } }

section#services {
  margin-bottom: 2.5rem;
  margin-top: 3.75rem; }
  @media screen and (min-width: 40em) {
    section#services {
      margin-top: auto;
      padding-top: 0.3125rem;
      margin-bottom: 5rem;
      height: auto; } }
  section#services #quiz-callout {
    margin: 0.9375rem 0 0 0; }
    @media screen and (min-width: 40em) {
      section#services #quiz-callout {
        margin: 0 0 0 0; } }
  section#services #quiz-top {
    background-image: url("https://cdn.amedisys.com/img/QuizPicTop.jpg");
    background-size: cover;
    height: 12.5rem; }
    @media screen and (min-width: 40em) {
      section#services #quiz-top {
        height: 8.5625rem; } }
  section#services #quiz-text {
    padding: 3.125rem;
    text-align: left; }
    @media screen and (min-width: 40em) {
      section#services #quiz-text {
        padding: 0;
        margin: 0 0.9375rem 0 1.25rem; } }
  section#services #quiz-bottom {
    background: url("https://cdn.amedisys.com/img/QuizBottom2.jpg") rgba(127, 168, 108, 0.7);
    background-size: cover; }
    @media screen and (min-width: 40em) {
      section#services #quiz-bottom {
        height: auto; } }
  section#services .service-block {
    padding: 0.75rem; }
  section#services .more-button {
    text-transform: uppercase;
    font-size: 0.875rem;
    font-family: "Raleway", sans-serif;
    color: #4F7343;
    font-weight: 900; }
    section#services .more-button .more-text {
      border-bottom: solid 1px; }
    section#services .more-button:before {
      content: "+";
      font-size: 1.125rem;
      font-family: "Lora", serif;
      text-decoration: none;
      color: #4F7343; }
    section#services .more-button:hover {
      cursor: pointer; }
  section#services .question-mark {
    margin-top: -1.5625rem;
    margin-left: 0.9375rem; }

@media screen and (min-width: 40em) {
  section#testimonials {
    padding-top: 0; }
    section#testimonials .columns {
      padding-left: 0;
      padding-right: 0; } }

section#testimonials .testimonial-row {
  font-size: 0; }
  @media screen and (min-width: 40em) {
    section#testimonials .testimonial-row {
      min-height: 21.375rem; } }

section#testimonials .play {
  margin: 0.5rem 0 0 0; }

section#testimonials .testimonial-header {
  font-size: 1.125rem;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  margin-bottom: -0.375rem; }

section#testimonials .body-3 {
  font-style: italic; }

section#testimonials .testimonial {
  height: 6.25rem;
  background-color: #4F7343;
  font-size: 1rem;
  position: relative;
  border-bottom: solid 2px #FFFFFF; }
  @media screen and (min-width: 40em) {
    section#testimonials .testimonial {
      border-bottom: none;
      min-height: 21.375rem; } }
  @media (max-width: 380px) {
    section#testimonials .testimonial {
      height: 7.25rem; } }
  section#testimonials .testimonial .gradient {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1; }
  section#testimonials .testimonial .image {
    float: left;
    width: 20%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat; }
    @media screen and (min-width: 40em) {
      section#testimonials .testimonial .image {
        float: none;
        position: absolute;
        width: 100%;
        height: 100%; } }
  section#testimonials .testimonial .cta {
    z-index: 2;
    float: left;
    width: 80%;
    height: 100%;
    padding: 1.5625rem 0; }
    section#testimonials .testimonial .cta:after {
      content: ' ';
      clear: both; }
    @media screen and (min-width: 40em) {
      section#testimonials .testimonial .cta {
        float: none;
        width: 100%;
        height: auto;
        position: absolute;
        bottom: 1.25rem;
        padding: 0 0.9375rem; } }
    @media screen and (min-width: 64em) {
      section#testimonials .testimonial .cta {
        padding: 0 2.5rem; } }
    section#testimonials .testimonial .cta .playBtn {
      text-align: right; }
  @media screen and (min-width: 40em) {
    section#testimonials .testimonial {
      display: inline-block;
      width: 33.5%;
      height: 21.375rem;
      background: none; }
      section#testimonials .testimonial:last-child {
        width: 33%; }
      section#testimonials .testimonial a.play {
        margin-top: 0.5rem; } }

section#providers {
  padding-top: 2.5rem;
  background-color: #F0F0F0;
  text-align: center; }
  @media screen and (min-width: 40em) {
    section#providers {
      padding-bottom: 2.5rem; } }
  section#providers .provider-outer {
    margin-bottom: 1.25rem; }
    section#providers .provider-outer:last-child {
      margin-bottom: 0; }
  section#providers .providers-callout {
    min-height: 16.875rem;
    padding: 2.5rem 1.25rem 0 1.25rem;
    margin: auto;
    background-color: white;
    border-width: 1px;
    border-radius: 1.5625rem;
    border-color: black;
    margin-top: 2.5rem; }
    @media screen and (min-width: 40em) {
      section#providers .providers-callout {
        padding: 4rem 1.25rem 0.625rem 1.25rem;
        margin-bottom: 0; } }
    section#providers .providers-callout .card-icon {
      margin-top: -4.375rem;
      margin-bottom: 0.625rem; }
      @media screen and (min-width: 40em) {
        section#providers .providers-callout .card-icon {
          margin-top: -6.25rem;
          margin-bottom: 1.25rem; } }
    section#providers .providers-callout:hover {
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
      transition: box-shadow 1s; }
  section#providers .providers-callout-short {
    border-width: 1px;
    border-radius: 1.5625rem;
    border-color: black;
    text-align: left;
    height: 8.0625rem;
    margin: 1.25rem 0 1.25rem 0;
    padding: 1.5625rem;
    line-height: 5.75rem;
    text-align: center; }
    @media screen and (min-width: 40em) {
      section#providers .providers-callout-short {
        line-height: 3.625rem;
        padding: 1.5625rem;
        margin: 0.625rem 0 1.5625rem 0;
        height: 5.875rem; }
        section#providers .providers-callout-short .providers-inner-short {
          line-height: 3.625rem; } }

.sec-header {
  margin-bottom: 1.875rem; }

.smallbtn {
  height: 1.875rem;
  background-color: #4F7343;
  line-height: 1.875rem;
  border-radius: 1.875rem; }
  .smallbtn:hover {
    background-color: #4F7343; }

section#resources {
  text-align: center;
  padding: 4rem 0.5rem; }
  section#resources .resource-tiles {
    text-align: left; }
  section#resources .resource {
    padding: 0 0.625rem 1.25rem 0.625rem; }

section#join-team {
  color: #ffffff;
  position: relative; }
  section#join-team .join-team-div {
    background-size: contain;
    background-repeat: no-repeat;
    height: 29.375rem;
    width: 100%; }
    @media screen and (min-width: 40em) {
      section#join-team .join-team-div {
        height: 100%;
        width: 100%;
        background-size: cover;
        background-position: right;
        height: 28.75rem; } }
  section#join-team .team-bg {
    background: #4F7343;
    margin-top: 10.3125rem; }
    @media screen and (min-width: 40em) {
      section#join-team .team-bg {
        margin-top: 0;
        height: 100%; }
        section#join-team .team-bg h2 {
          margin-top: 6.25rem; } }
  section#join-team .team {
    height: 28.75rem;
    background: url("https://cdn.amedisys.com/img/TeamBG.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center; }
  section#join-team .team-content {
    background: #7FA86C;
    padding: 2.1875rem; }
    section#join-team .team-content h2 {
      font-weight: 500;
      margin: 0;
      font-size: 1.875rem;
      margin-bottom: 1.3125rem; }
    section#join-team .team-content p {
      font-size: 1.0625rem;
      margin: 0 auto;
      padding-bottom: 2.0625rem; }
      @media screen and (min-width: 40em) {
        section#join-team .team-content p {
          width: 60vw; } }
      @media screen and (max-width: 63.9375em) {
        section#join-team .team-content p {
          width: 90vw; } }
    section#join-team .team-content a {
      font-family: Raleway;
      font-size: 17px;
      font-weight: bold;
      line-height: 20px;
      background-color: #ffffff;
      color: #7FA86C;
      padding: 0.5rem 3.25rem;
      margin: 0;
      -ms-flex: 1;
          flex: 1; }
      section#join-team .team-content a:hover {
        background-color: #FCDEB4;
        color: #343434; }
    section#join-team .team-content #team-button {
      margin: 1.875rem 0 0 0; }

section#not-sure {
  font-size: 0;
  text-align: center;
  padding-top: 1.875rem;
  background-color: #FDF7EA;
  height: 10.625rem; }
  @media print {
    section#not-sure {
      display: none; } }
  @media screen and (min-width: 40em) {
    section#not-sure {
      height: 5rem;
      padding-top: 1.25rem; } }
  section#not-sure #not-sure-content {
    height: 10rem;
    display: inline-block; }
  @media screen and (min-width: 40em) {
    section#not-sure #not-sure-text {
      margin-right: 7.5rem;
      display: inline-block; } }

section#about-content {
  margin-top: 1.25rem; }
  section#about-content .interior-sidebar {
    margin-top: 1.875rem; }
    @media screen and (min-width: 40em) {
      section#about-content .interior-sidebar {
        margin-top: auto; } }

.sidebar .location-button {
  margin-top: 1.5625rem; }

.sidebar .personal-report {
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
  margin: 1.25rem 0.5rem;
  padding: 1.25rem;
  background-color: #F0F0F0;
  border-radius: 1.5625rem;
  width: 95%; }
  .sidebar .personal-report .button.secondary {
    width: 100%; }

.learn-test {
  height: auto;
  margin-bottom: 1.75rem; }
  .learn-test #learn-top {
    background: url("https://cdn.amedisys.com/img/LearnTopImage.jpg");
    background-size: cover;
    height: 12.5rem; }
    @media screen and (min-width: 40em) {
      .learn-test #learn-top {
        height: 9.1875rem; } }
  .learn-test #learn-bottom {
    padding: 3.125rem;
    position: relative;
    background-color: #7FA86C;
    margin-bottom: 1.25rem; }
    @media screen and (min-width: 40em) {
      .learn-test #learn-bottom {
        padding: 0;
        height: auto; } }
    @media (max-width: 380px) {
      .learn-test #learn-bottom {
        padding: 1.5625rem; } }
    .learn-test #learn-bottom #phone-1 {
      padding-right: 0.1875rem; }
    .learn-test #learn-bottom #phone-2 {
      padding-left: 0.1875rem;
      padding-right: 0.1875rem; }
    .learn-test #learn-bottom #phone-3 {
      padding-left: 0.1875rem; }
  .learn-test #learn-more {
    margin-top: 0.9375rem; }
  .learn-test #talk-bubble {
    position: absolute;
    margin-top: -4.6875rem;
    margin-left: 0; }
    @media screen and (min-width: 40em) {
      .learn-test #talk-bubble {
        margin-top: -1.5625rem;
        margin-left: 1.25rem; } }
  .learn-test #learn-text {
    text-align: left; }
    @media screen and (min-width: 40em) {
      .learn-test #learn-text {
        padding: 1.25rem; } }
  .learn-test #comments-input {
    color: black;
    height: 6.875rem; }

section#why-content {
  margin-top: 1.25rem;
  height: auto;
  display: block; }

#to-top-button {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  height: 5rem;
  width: 5rem;
  background-color: #FDF7EA;
  border-radius: 100%;
  border: 2px solid;
  border-color: #4F7343;
  text-align: center;
  text-transform: uppercase;
  opacity: 0;
  z-index: 1000;
  transition: opacity 1s ease-in-out; }
  @media print {
    #to-top-button {
      display: none; } }
  #to-top-button #carat {
    margin-top: 0.9375rem;
    font-weight: bolder;
    font-size: 1.125rem;
    font-family: Lora; }
  #to-top-button #carat_2 {
    margin-top: -14px;
    font-family: "Raleway", sans-serif;
    font-weight: 900;
    font-size: 1rem;
    color: #4F7343;
    letter-spacing: 0.0625rem; }
  #to-top-button h6 {
    margin-top: -0.6875rem; }
  #to-top-button:hover {
    opacity: 1; }
  #to-top-button.show {
    opacity: 0.85; }

.location-button {
  margin: auto;
  margin-bottom: 1.75rem;
  text-align: center;
  width: 18.75rem;
  height: 4.0625rem;
  background-color: #4F7343;
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  text-transform: uppercase; }
  .location-button .location-inner {
    line-height: 4.0625rem; }
  .location-button .location-text {
    padding: 0;
    text-align: left; }

.patient-button {
  margin: auto;
  height: 4.0625rem;
  width: 18.75rem;
  background-color: #4F7343;
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  text-transform: uppercase; }
  .patient-button .patient-inner {
    line-height: 4.0625rem; }
  .patient-button .patient-image {
    background: url("https://cdn.amedisys.com/userfiles/Amedisys_day3131_edited.jpg");
    background-size: cover;
    height: 4.0625rem;
    width: 4.0625rem; }
  .patient-button .patient-text {
    padding: 1.25rem 0 0 0;
    text-align: left; }

section#articles h4 {
  margin: 1.0625rem 0 1.875rem 0; }

section#articles #featured-resource {
  margin: 1.875rem 0;
  height: 22.9375rem; }
  section#articles #featured-resource .columns:first-child {
    padding-right: 0;
    margin-right: 0; }
  section#articles #featured-resource .columns:last-child {
    padding-left: 0;
    margin-left: 0; }
  section#articles #featured-resource #featured-photo {
    background-size: cover;
    height: 100%; }
  section#articles #featured-resource #featured-headline {
    padding: 5rem 3.125rem 3.125rem 3.125rem;
    height: 100%;
    background-color: #F0F0F0; }

section#articles article {
  display: none; }
  section#articles article .image {
    overflow: hidden; }
    section#articles article .image .zoom {
      transition: all 0.3s;
      max-width: 100%; }
      section#articles article .image .zoom:hover {
        -ms-transform: scale(1.1);
            transform: scale(1.1); }

section#get-article {
  padding: 1.25rem; }
  section#get-article #date-topics {
    margin: 0.3125rem 0; }
    section#get-article #date-topics #line {
      margin-left: 0.3125rem; }
    section#get-article #date-topics #tag {
      margin-left: 0.3125rem; }
  section#get-article #heading {
    margin: 0.625rem 0; }
  section#get-article #article-photo {
    background-size: cover;
    background-position: center;
    height: 18.75rem; }
  section#get-article #article-content {
    margin: 1.25rem 0; }
  section#get-article #share-div {
    text-align: center;
    width: 100%;
    border: solid 1px #e3e3e3;
    line-height: 4.375rem; }
    @media screen and (min-width: 64em) {
      section#get-article #share-div {
        height: 4.375rem; } }
    section#get-article #share-div .addthis_inline_share_toolbox {
      padding: 0.9375rem 0.625rem 0.625rem 0.625rem; }
      @media screen and (min-width: 64em) {
        section#get-article #share-div .addthis_inline_share_toolbox {
          float: left; } }
    section#get-article #share-div .small {
      padding: 0 0 0 0.625rem; }
      @media screen and (min-width: 64em) {
        section#get-article #share-div .small {
          float: right; } }
  section#get-article #topics-list {
    margin: 1.25rem 0;
    list-style: none;
    padding-left: 0;
    margin-left: 0; }
    section#get-article #topics-list li {
      height: 2.5rem;
      margin: 0.1875rem 0;
      background-color: #FDF7EA;
      padding-left: 1.3125rem;
      line-height: 2.5rem; }
      section#get-article #topics-list li:hover {
        background-color: #4F7343;
        color: #ffffff; }
  section#get-article .related {
    margin: 1.25rem 0;
    color: #7FA86C; }

section#location-get .small {
  margin-left: 0.3125rem; }

section#location-get #header-intro {
  padding: 0 0 0 0; }
  section#location-get #header-intro #details-title {
    padding-bottom: 1.25rem; }
  section#location-get #header-intro div.award-image-wrapper {
    padding-bottom: 1.5rem;
    width: 8.75rem; }
  section#location-get #header-intro .brochure {
    margin: 0.625rem 0 0 0; }
    section#location-get #header-intro .brochure .small {
      color: #4F7343; }
    section#location-get #header-intro .brochure:hover .small {
      color: #ffffff; }

section#location-get #services-locations {
  padding: 1.25rem 0 1.25rem 0; }

section#location-get #location-info {
  border-left: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  margin-bottom: 1.25rem; }
  @media screen and (min-width: 64em) {
    section#location-get #location-info {
      width: 20.39562rem; } }
  section#location-get #location-info .spacer {
    padding: 0.625rem 1.25rem; }

section#location-get #detail-map {
  height: 10.625rem; }

section#location-get .button.large {
  color: #4F7343; }
  section#location-get .button.large:hover {
    color: #ffffff; }

section#location-get ul {
  list-style-image: url("https://cdn.amedisys.com/img/smallOval.svg"); }

section#location-get #hospice-answer-callout {
  margin: 0.9375rem 0 0 0; }
  @media screen and (min-width: 40em) {
    section#location-get #hospice-answer-callout {
      margin: 0 0 6.25rem 0.9375rem; } }

section#location-get #hospice-answer-top {
  background-image: url("https://cdn.amedisys.com/img/QuizPicTop.jpg");
  background-size: cover;
  height: 12.5rem; }
  @media screen and (min-width: 40em) {
    section#location-get #hospice-answer-top {
      height: 8.5625rem; } }

section#location-get #hospice-answer-text {
  padding: 3.125rem;
  text-align: left; }
  @media screen and (min-width: 40em) {
    section#location-get #hospice-answer-text {
      padding: 0;
      margin: 0 0.9375rem 0 1.25rem; } }

section#location-get #hospice-answer-bottom {
  background: url("https://cdn.amedisys.com/img/QuizBottom2.jpg") rgba(127, 168, 108, 0.7);
  background-size: cover; }
  @media screen and (min-width: 40em) {
    section#location-get #hospice-answer-bottom {
      height: auto; } }

section#location-get .service-block {
  padding: 0.75rem; }

section#location-get .more-button {
  text-transform: uppercase;
  font-size: 0.875rem;
  font-family: "Raleway", sans-serif;
  color: #4F7343;
  font-weight: 900; }
  section#location-get .more-button .more-text {
    border-bottom: solid 1px; }
  section#location-get .more-button:before {
    content: "+";
    font-size: 1.125rem;
    font-family: "Lora", serif;
    text-decoration: none;
    color: #4F7343; }
  section#location-get .more-button:hover {
    cursor: pointer; }

section#location-get .question-mark {
  margin-top: -1.5625rem;
  margin-left: 0.9375rem; }

section#not-sure-page p {
  line-height: 1.75rem; }

section#not-sure-page .intro {
  padding: 1.25rem 0; }

section#not-sure-page ul {
  list-style-image: url("https://cdn.amedisys.com/img/smallOval.svg"); }

section#not-sure-page table {
  margin-bottom: 4.375rem; }

section#not-sure-page th {
  height: 3.75rem;
  text-align: center;
  border: solid 2px white; }
  section#not-sure-page th:first-child {
    background-color: #FFFFFF; }
  section#not-sure-page th .main-head {
    background-color: #F0F0F0; }
    @media screen and (min-width: 40em) {
      section#not-sure-page th .main-head {
        background-color: #4F7343; } }

section#not-sure-page td {
  padding: 1.125rem 1.3125rem 1.4375rem 1.3125rem;
  vertical-align: text-top;
  border: solid 2px white; }
  section#not-sure-page td:first-child {
    vertical-align: middle;
    text-align: center; }
    @media (max-width: 1023px) {
      section#not-sure-page td:first-child {
        color: white;
        background-color: #4F7343; } }

section#careers-page .masthead {
  height: 32.5rem;
  text-align: center;
  overflow: hidden;
  position: relative; }
  @media screen and (min-width: 40em) {
    section#careers-page .masthead {
      height: 30rem; } }
  section#careers-page .masthead .background {
    position: relative;
    width: 100%;
    height: 15.625rem;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: right center;
    z-index: 1; }
    @media screen and (min-width: 40em) {
      section#careers-page .masthead .background {
        position: absolute;
        background-position: center;
        height: 100%; } }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      section#careers-page .masthead .background {
        background-position: right 25% center; } }
  section#careers-page .masthead .row {
    display: -ms-flexbox;
    display: flex;
    height: 16.875rem; }
    @media screen and (min-width: 40em) {
      section#careers-page .masthead .row {
        height: 100%; } }
  section#careers-page .masthead .mast-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    background-color: #4A7B3D;
    position: relative;
    z-index: 10;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    @media screen and (min-width: 40em) {
      section#careers-page .masthead .mast-content {
        background-color: transparent; }
        section#careers-page .masthead .mast-content:before {
          content: '';
          display: block;
          background-color: #4A7B3D;
          height: 802px;
          width: 802px;
          position: absolute;
          right: -2.5rem;
          border-radius: 100%;
          z-index: -1; }
        section#careers-page .masthead .mast-content:after {
          content: '';
          display: block;
          background-color: #4A7B3D;
          height: 100%;
          width: 100%;
          position: absolute;
          left: -100%;
          z-index: -1; } }
    section#careers-page .masthead .mast-content .inner-content {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: center;
          align-items: center; }
      section#careers-page .masthead .mast-content .inner-content .bptw-logo {
        width: 10rem; }
        @media screen and (min-width: 40em) {
          section#careers-page .masthead .mast-content .inner-content .bptw-logo {
            width: 24.6875rem; } }
      section#careers-page .masthead .mast-content .inner-content .buttons {
        margin-top: 2rem; }
        @media screen and (min-width: 40em) {
          section#careers-page .masthead .mast-content .inner-content .buttons {
            margin-top: 3.75rem; } }
        section#careers-page .masthead .mast-content .inner-content .buttons .button {
          background-color: #D81E5B;
          color: #ffffff;
          border-radius: 0.3125rem;
          border-color: #D81E5B;
          transition: all .2s ease-in-out;
          margin: 0 0.3125rem 0.625rem;
          font-size: 1rem;
          padding: 1rem 1.875rem; }
          section#careers-page .masthead .mast-content .inner-content .buttons .button span {
            margin-left: 0.4375rem; }
          section#careers-page .masthead .mast-content .inner-content .buttons .button.blue {
            background-color: #385994;
            border-color: #385994; }
            section#careers-page .masthead .mast-content .inner-content .buttons .button.blue:hover {
              background-color: #23395B;
              border-color: #23395B; }
          section#careers-page .masthead .mast-content .inner-content .buttons .button:hover {
            background-color: #AC2E32;
            border-color: #AC2E32; }
  section#careers-page .masthead a {
    text-decoration: none; }

section#careers-page .odd-section {
  padding: 3.1875rem 0 3.1875rem 0; }
  @media screen and (max-width: 39.9375em) {
    section#careers-page .odd-section {
      clear: both; } }
  @media screen and (min-width: 40em) {
    section#careers-page .odd-section {
      padding: 4.6875rem 0 5rem 0; } }
  section#careers-page .odd-section .row {
    height: 17.5rem;
    background-repeat: no-repeat;
    background-position: left; }
    section#careers-page .odd-section .row .triangle-holder {
      height: 100%;
      background-size: cover; }
      @media screen and (max-width: 39.9375em) {
        section#careers-page .odd-section .row .triangle-holder {
          margin-bottom: 1.25rem; } }
    section#careers-page .odd-section .row h2 {
      padding-bottom: 1.25rem; }
    section#careers-page .odd-section .row p {
      padding-bottom: 1.25rem; }

section#careers-page .even-section {
  padding: 3.1875rem 0 3.1875rem 0; }
  @media screen and (max-width: 39.9375em) {
    section#careers-page .even-section {
      clear: both; } }
  @media screen and (min-width: 40em) {
    section#careers-page .even-section {
      background-color: #F0F0F0; } }
  section#careers-page .even-section .row {
    height: 17.5rem;
    background-repeat: no-repeat;
    background-position: right; }
    section#careers-page .even-section .row .circle-holder {
      height: 100%;
      background-size: cover; }
      @media screen and (max-width: 39.9375em) {
        section#careers-page .even-section .row .circle-holder {
          margin-bottom: 1.25rem; } }
    section#careers-page .even-section .row h2 {
      padding-bottom: 1.25rem; }
    section#careers-page .even-section .row p {
      padding-bottom: 1.25rem; }

section#careers-page .button.withArrow {
  background-color: #D81E5B;
  color: #ffffff;
  border-radius: 0.3125rem;
  border-color: #D81E5B;
  transition: all .2s ease-in-out;
  margin: 0 0 0 0.625rem;
  font-size: 1rem; }
  section#careers-page .button.withArrow span {
    margin-left: 0.4375rem; }
  section#careers-page .button.withArrow.blue {
    background-color: #385994;
    border-color: #385994; }
    section#careers-page .button.withArrow.blue:hover {
      background-color: #23395B;
      border-color: #23395B; }
  section#careers-page .button.withArrow:hover {
    background-color: #A71042;
    border-color: #A71042; }

@media screen and (min-width: 40em) {
  section#careers-page section#careers-intro {
    padding: 3.125rem; } }

section#careers-page section#careers-intro #careers-button {
  text-align: center; }

section#careers-page section#careers-intro .callToAction {
  font-size: 1.5rem;
  font-family: "Raleway", sans-serif;
  font-weight: 500; }
  section#careers-page section#careers-intro .callToAction .button {
    background-color: #D81E5B;
    color: #ffffff;
    border-radius: 0.3125rem;
    border-color: #D81E5B;
    transition: all .2s ease-in-out;
    margin: 0 0 0 0.625rem;
    font-size: 1rem; }
    section#careers-page section#careers-intro .callToAction .button span {
      margin-left: 0.4375rem; }
    section#careers-page section#careers-intro .callToAction .button.blue {
      background-color: #385994;
      border-color: #385994; }
      section#careers-page section#careers-intro .callToAction .button.blue:hover {
        background-color: #23395B;
        border-color: #23395B; }
    section#careers-page section#careers-intro .callToAction .button:hover {
      background-color: #A71042;
      border-color: #A71042; }

section#careers-page section#card-sections {
  background-image: url("https://cdn.amedisys.com/img/TeamBG.jpg");
  background-position: center;
  background-size: cover;
  padding: 3.125rem; }
  section#careers-page section#card-sections .column, section#careers-page section#card-sections .columns {
    margin-bottom: 0.9375rem;
    margin-top: 0.9375rem; }
    section#careers-page section#card-sections .column .card-container, section#careers-page section#card-sections .columns .card-container {
      transition-duration: 0.5s;
      text-align: center;
      padding: 1.125rem 0 1.25rem 0;
      height: 12.5rem;
      background: rgba(249, 249, 249, 0.85); }
      section#careers-page section#card-sections .column .card-container .button:first-of-type, section#careers-page section#card-sections .columns .card-container .button:first-of-type {
        margin-bottom: 4px; }
      section#careers-page section#card-sections .column .card-container .hover-show, section#careers-page section#card-sections .columns .card-container .hover-show {
        display: none; }
      section#careers-page section#card-sections .column .card-container:hover, section#careers-page section#card-sections .columns .card-container:hover {
        background-color: #4A7B3D;
        cursor: pointer; }
        section#careers-page section#card-sections .column .card-container:hover .hover-hide, section#careers-page section#card-sections .columns .card-container:hover .hover-hide {
          display: none; }
        section#careers-page section#card-sections .column .card-container:hover .hover-show, section#careers-page section#card-sections .columns .card-container:hover .hover-show {
          display: block;
          padding: 3rem 0; }
      section#careers-page section#card-sections .column .card-container .small, section#careers-page section#card-sections .columns .card-container .small {
        line-height: 1.2; }
      section#careers-page section#card-sections .column .card-container img, section#careers-page section#card-sections .columns .card-container img {
        height: 8.125rem;
        padding-bottom: 0.625rem; }
        section#careers-page section#card-sections .column .card-container img.contessa, section#careers-page section#card-sections .columns .card-container img.contessa {
          padding: 0.625rem 0.625rem 1.25rem; }

section#careers-page section#rewards-benefits {
  padding: 4.6875rem 0 5rem 0; }

section#careers-page section#equal-opportunity {
  padding: 3.125rem 0; }
  section#careers-page section#equal-opportunity p {
    margin-top: 2.5rem; }
    @media screen and (min-width: 40em) {
      section#careers-page section#equal-opportunity p {
        margin: auto; } }

section#leadership-page {
  padding: 1.25rem 0 1.875rem 0; }
  section#leadership-page h2 {
    font-family: "Raleway", sans-serif;
    font-size: 1.875rem;
    line-height: 2.625rem;
    font-weight: 400;
    color: #343434;
    text-transform: none; }

section#services-page .services-masthead {
  min-height: 15.625rem;
  background-image: url("https://cdn.amedisys.com/img/servicesMasthead.png");
  background-size: cover;
  background-color: #4F7343;
  background-position: center;
  text-align: center;
  padding: 5.625rem 0; }

section#services-page section#find-state {
  background-color: #FDF7EA;
  padding: 1.375rem 0; }
  @media screen and (min-width: 64em) {
    section#services-page section#find-state {
      height: 5.625rem; } }

section#services-page .odd-section {
  padding: 4.6875rem 0 5rem 0; }
  section#services-page .odd-section .row {
    height: 17.5rem;
    background-repeat: no-repeat;
    background-position: left; }
    section#services-page .odd-section .row .triangle-holder {
      height: 100%;
      background-size: cover; }
    section#services-page .odd-section .row h2 {
      padding-bottom: 1.25rem; }
    section#services-page .odd-section .row p {
      padding-bottom: 1.25rem; }

section#services-page .even-section {
  padding: 3.1875rem 0 5.5rem 0; }
  @media screen and (min-width: 40em) {
    section#services-page .even-section {
      background-color: #F0F0F0; } }
  section#services-page .even-section .row {
    height: 17.5rem;
    background-repeat: no-repeat;
    background-position: right; }
    section#services-page .even-section .row .circle-holder {
      height: 100%;
      background-size: cover; }
    section#services-page .even-section .row h2 {
      padding-bottom: 1.25rem; }
    section#services-page .even-section .row p {
      padding-bottom: 1.25rem; }

section#services-page .three-cards {
  padding: 3.125rem 0; }

section#services-page .three-cards-small .circle-holder {
  height: 17.5rem;
  background-size: cover;
  background-position: center;
  margin: 1.25rem 0; }

#services-video {
  height: 30rem;
  text-align: center;
  background-size: cover;
  background-position: center; }
  #services-video .mast-content {
    padding: 12rem 0 0 0; }
  #services-video .quote-source {
    width: 12.5rem;
    text-align: left;
    margin-left: 0.3125rem; }
    @media screen and (min-width: 40em) {
      #services-video .quote-source {
        margin-top: 4.375rem; } }
  #services-video .row {
    height: 30rem; }

#personal-care-video {
  height: 30rem;
  text-align: center;
  background-size: cover;
  background-position: center; }
  #personal-care-video .mast-content {
    padding: 12rem 0 0 0; }
    #personal-care-video .mast-content h2 {
      white-space: nowrap; }
    @media screen and (max-width: 1089px) {
      #personal-care-video .mast-content {
        padding: 8.875rem 0 0 0; }
        #personal-care-video .mast-content h2 {
          white-space: normal; } }
    @media screen and (max-width: 740px) {
      #personal-care-video .mast-content {
        padding: 5.125rem 0 0 0; }
        #personal-care-video .mast-content h2 {
          font-size: 2.25rem; } }
  #personal-care-video .quote-source {
    width: 12.5rem;
    text-align: left;
    margin-left: 0.3125rem; }
    @media screen and (min-width: 40em) {
      #personal-care-video .quote-source {
        margin-top: 4.375rem; } }
  #personal-care-video .row {
    height: 30rem; }

.content-masthead {
  width: 100%;
  min-height: 15.625rem;
  background-size: cover;
  background-position: center;
  background-color: #4A7B3D;
  text-align: center;
  padding: 5.625rem 0; }
  .content-masthead.image-masthead {
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    background-color: #4A7B3D; }
    @media screen and (max-width: 63.9375em) {
      .content-masthead.image-masthead {
        padding-top: 46.80041184%;
        padding-bottom: 1rem;
        min-height: unset; } }
    @media screen and (min-width: 64em) {
      .content-masthead.image-masthead {
        background-position: left;
        display: -ms-flexbox;
        display: flex;
        min-height: 20.3125rem; } }
    .content-masthead.image-masthead .row {
      width: 100%; }
    @media screen and (min-width: 64em) {
      .content-masthead.image-masthead .column, .content-masthead.image-masthead .columns {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        height: 100%; } }
    .content-masthead.image-masthead .column h1, .content-masthead.image-masthead .columns h1 {
      margin-bottom: 0;
      font-weight: 600;
      font-size: 1.875rem;
      line-height: 133%;
      color: #ffffff; }
      @media screen and (max-width: 63.9375em) {
        .content-masthead.image-masthead .column h1, .content-masthead.image-masthead .columns h1 {
          margin-top: 1rem; } }
      @media screen and (min-width: 40em) {
        .content-masthead.image-masthead .column h1, .content-masthead.image-masthead .columns h1 {
          font-size: 2.25rem; } }
      @media screen and (min-width: 64em) {
        .content-masthead.image-masthead .column h1, .content-masthead.image-masthead .columns h1 {
          font-size: 3rem; } }
    .content-masthead.image-masthead .column h2, .content-masthead.image-masthead .columns h2 {
      font-size: 24px;
      line-height: 200%;
      letter-spacing: 0.24px;
      text-transform: none; }

.content-masthead-noverlay {
  min-height: 15.625rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  background-color: #4F7343;
  padding: 5.625rem 0; }

section#home-health-services-page .home-health-services-masthead {
  min-height: 15.625rem;
  background-image: url("https://cdn.amedisys.com/img/home-health-care_header.png");
  background-size: cover;
  background-position: center;
  background-color: #4F7343;
  text-align: center;
  padding: 5.625rem 0; }

section#home-health-services-page #home-health-intro {
  padding: 3.125rem 0.3125rem; }
  @media screen and (min-width: 40em) {
    section#home-health-services-page #home-health-intro {
      padding: 3.125rem 0; } }

@media screen and (min-width: 40em) {
  section#home-health-services-page .odd-section {
    padding: 4.6875rem 0 5rem 0;
    background-color: #F0F0F0; } }

section#home-health-services-page .odd-section .row {
  height: 17.5rem;
  background-repeat: no-repeat;
  background-position: left; }
  section#home-health-services-page .odd-section .row .triangle-holder {
    height: 100%;
    background-size: cover; }
  section#home-health-services-page .odd-section .row h2 {
    padding-bottom: 1.25rem; }
  section#home-health-services-page .odd-section .row p {
    padding-bottom: 1.25rem; }

section#home-health-services-page .even-section {
  padding: 3.1875rem 0 5.5rem 0; }
  section#home-health-services-page .even-section .row {
    height: 17.5rem;
    background-repeat: no-repeat;
    background-position: right; }
    section#home-health-services-page .even-section .row .circle-holder {
      height: 100%;
      background-size: cover; }
    section#home-health-services-page .even-section .row h2 {
      padding-bottom: 1.25rem; }
    section#home-health-services-page .even-section .row p {
      padding-bottom: 1.25rem; }

section#home-health-services-page #home-health-button {
  text-align: center; }

section#personal-care-services-page .home-health-services-masthead {
  background-position: center;
  min-height: 15.625rem;
  background-image: url("https://cdn.amedisys.com/img/personal-care_header.png");
  background-size: cover;
  background-color: #4F7343;
  text-align: center;
  padding: 5.625rem 0; }

section#personal-care-services-page section#find-state {
  background-color: #FDF7EA;
  padding: 1.375rem 0; }
  @media screen and (min-width: 64em) {
    section#personal-care-services-page section#find-state {
      height: 5.625rem; } }

section#personal-care-services-page .three-cards {
  padding-top: 3.4375rem; }

section#personal-care-services-page .three-cards-small .circle-holder {
  height: 17.5rem;
  background-size: cover;
  background-position: center;
  margin: 1.25rem 0; }

section#personal-care-services-page #personal-care-intro {
  padding: 0.625rem 0.3125rem; }
  @media screen and (min-width: 40em) {
    section#personal-care-services-page #personal-care-intro {
      padding: 3.125rem 0; } }

section#personal-care-services-page #personal-care-outro {
  padding: 1.5625rem 0 0 0; }
  @media screen and (min-width: 40em) {
    section#personal-care-services-page #personal-care-outro {
      padding: 3.125rem 0 0 0; } }

@media screen and (min-width: 40em) {
  section#personal-care-services-page .odd-section {
    padding: 4.6875rem 0 5rem 0; }
    section#personal-care-services-page .odd-section.grey {
      background-color: #F0F0F0; }
    section#personal-care-services-page .odd-section.white {
      background-color: #ffffff; } }

section#personal-care-services-page .odd-section .row {
  height: 17.5rem;
  background-repeat: no-repeat;
  background-position: left; }
  section#personal-care-services-page .odd-section .row .triangle-holder {
    height: 100%;
    background-size: cover; }
  section#personal-care-services-page .odd-section .row h2 {
    padding-bottom: 1.25rem; }
  section#personal-care-services-page .odd-section .row p {
    padding-bottom: 1.25rem; }

section#personal-care-services-page .even-section {
  padding: 3.1875rem 0 5.5rem 0; }
  @media screen and (min-width: 40em) {
    section#personal-care-services-page .even-section.grey {
      background-color: #F0F0F0; }
    section#personal-care-services-page .even-section.white {
      background-color: #ffffff; } }
  section#personal-care-services-page .even-section .row {
    height: 17.5rem;
    background-repeat: no-repeat;
    background-position: right; }
    section#personal-care-services-page .even-section .row .circle-holder {
      height: 100%;
      background-size: cover; }
    section#personal-care-services-page .even-section .row h2 {
      padding-bottom: 1.25rem; }
    section#personal-care-services-page .even-section .row p {
      padding-bottom: 1.25rem; }

section#personal-care-services-page #personal-care-button {
  text-align: center; }

section#faqs {
  padding: 0 0 1.25rem 0; }
  section#faqs label {
    margin: 0;
    padding: 0; }
  section#faqs .tile {
    background-image: url("https://cdn.amedisys.com/img/QuestionMark.svg");
    background-repeat: no-repeat;
    background-position: 99% 50%;
    background-color: #7FA86C;
    border-width: 1px;
    border-top-left-radius: none;
    border-bottom-left-radius: none;
    border-top-right-radius: 2.1875rem;
    border-bottom-right-radius: 2.1875rem;
    border-color: black;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    height: 3.75rem;
    padding: 0.8125rem 0.625rem 0.625rem 1.25rem; }
    section#faqs .tile img {
      margin-left: 3.125rem; }
    section#faqs .tile h4 {
      color: white; }
    @media screen and (min-width: 40em) {
      section#faqs .tile {
        width: 40%; } }
  section#faqs .flx {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

section#error-404 {
  padding: 1.875rem 0;
  text-align: center; }
  section#error-404 h1 {
    font-size: 3.625rem; }
  section#error-404 img {
    height: 12.5rem; }
  section#error-404 h1 {
    padding: 1.875rem 0 0.625rem 0; }
  @media screen and (min-width: 40em) {
    section#error-404 ul {
      margin-left: 43%; } }

.accordion-title {
  background-color: #F0F0F0; }
  .accordion-title #active-question {
    display: inline-block;
    margin-right: 1.0625rem; }
  .accordion-title #inactive-question {
    display: none;
    margin-right: 1.0625rem; }

.is-active .accordion-title #active-question {
  display: none;
  margin-right: 1.0625rem; }

.is-active .accordion-title #inactive-question {
  display: inline-block;
  margin-right: 1.0625rem; }

.accordion-content {
  padding: 0.625rem 1.5625rem; }

section#personal-care-assessment-quiz .small {
  color: #7FA86C; }

section#personal-care-assessment-quiz .checkbox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  section#personal-care-assessment-quiz .checkbox:before {
    content: url("https://cdn.amedisys.com/img/Unchecked.svg");
    top: 50%; }
  section#personal-care-assessment-quiz .checkbox:checked:before {
    top: 50%;
    content: url("https://cdn.amedisys.com/img/Checked.svg"); }

section#personal-care-assessment-quiz label {
  position: relative;
  margin-left: 0.625rem;
  width: 85%; }
  @media screen and (min-width: 40em) {
    section#personal-care-assessment-quiz label {
      -ms-transform: translateY(-23%);
          transform: translateY(-23%);
      width: auto; } }
  @media (max-width: 346px) {
    section#personal-care-assessment-quiz label {
      width: 80%; } }

section#personal-care-assessment-quiz fieldset {
  padding: 0.625rem; }
  @media screen and (min-width: 40em) {
    section#personal-care-assessment-quiz fieldset {
      padding: 2.5rem 5rem 2.5rem 5rem; } }
  section#personal-care-assessment-quiz fieldset:nth-child(odd) {
    background-color: #F0F0F0; }

@media screen and (min-width: 40em) {
  section#personal-care-assessment-quiz #personal-care-zip-code {
    width: 30%; } }

section#personal-care-assessment-quiz .button-holder {
  text-align: center; }
  section#personal-care-assessment-quiz .button-holder .button {
    margin: 2.5rem 0 2.5rem 0; }

section#personal-care-quiz-results hr {
  margin-bottom: 0; }

section#personal-care-quiz-results li {
  margin-left: 1.875rem; }

section#save-report #personal-care-center-map {
  width: 100%;
  height: 25rem;
  margin: 3.125rem 0; }

@media screen and (min-width: 40em) {
  section#save-report #personal-care-email {
    width: 50%; } }

section#save-report .save-report {
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
  background-color: #F0F0F0;
  border-radius: 1.5625rem;
  padding: 1.25rem 1.875rem;
  margin: 1.875rem 0; }

section#save-report table,
section#save-report tbody,
section#save-report tr {
  padding: 0;
  margin: 0;
  border-width: 0; }
  @media screen and (min-width: 40em) {
    section#save-report table #print-button,
    section#save-report tbody #print-button,
    section#save-report tr #print-button {
      width: 27%; }
      section#save-report table #print-button .button,
      section#save-report tbody #print-button .button,
      section#save-report tr #print-button .button {
        padding: 1rem 1.875rem; } }
  @media screen and (min-width: 40em) {
    section#save-report table #or-spacer,
    section#save-report tbody #or-spacer,
    section#save-report tr #or-spacer {
      width: 5%;
      padding-bottom: 0.3125rem; } }
  @media screen and (min-width: 40em) {
    section#save-report table #email-input,
    section#save-report tbody #email-input,
    section#save-report tr #email-input {
      padding-right: 0;
      width: 35%; }
      section#save-report table #email-input input,
      section#save-report tbody #email-input input,
      section#save-report tr #email-input input {
        border-top-left-radius: 1.5625rem;
        border-bottom-left-radius: 1.5625rem; } }
  @media screen and (min-width: 40em) {
    section#save-report table #email-button,
    section#save-report tbody #email-button,
    section#save-report tr #email-button {
      padding-left: 0;
      width: 27%; }
      section#save-report table #email-button .button,
      section#save-report tbody #email-button .button,
      section#save-report tr #email-button .button {
        padding: 1rem 1.875rem;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; } }
  section#save-report table #personal-care-email,
  section#save-report tbody #personal-care-email,
  section#save-report tr #personal-care-email {
    width: 100%;
    height: 3rem; }

section#save-report td {
  display: table-cell;
  vertical-align: middle;
  padding: 0;
  margin: 0; }

@media screen and (min-width: 40em) {
  section#home-health-care-assessment #home-health-zip-code {
    width: 30%; } }

section#home-health-care-assessment #question-required {
  color: red;
  display: none; }

section#home-health-care-assessment fieldset {
  padding: 0.625rem; }
  @media screen and (min-width: 40em) {
    section#home-health-care-assessment fieldset {
      padding: 2.5rem 5rem 2.5rem 5rem; } }
  section#home-health-care-assessment fieldset:nth-child(odd) {
    background-color: #F0F0F0; }

section#home-health-care-assessment form .button-holder {
  margin: 1.875rem 0 1.0625rem 0;
  text-align: center; }

section#home-health-care-assessment label {
  display: inline-block;
  position: relative;
  margin: 0.3125rem 0 0.3125rem 0.625rem;
  -ms-transform: translateY(-23%);
      transform: translateY(-23%); }
  @media screen and (min-width: 40em) {
    section#home-health-care-assessment label {
      width: 90%; } }

section#home-health-care-assessment .homebound label {
  width: 90%;
  -ms-transform: translateY(0%);
      transform: translateY(0%); }
  section#home-health-care-assessment .homebound label.unique-spacing {
    -ms-transform: translateY(-20%);
        transform: translateY(-20%); }

section#home-health-care-assessment .checkbox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  section#home-health-care-assessment .checkbox:before {
    content: url("https://cdn.amedisys.com/img/Unchecked.svg");
    top: 50%; }
  section#home-health-care-assessment .checkbox:checked:before {
    top: 50%;
    content: url("https://cdn.amedisys.com/img/Checked.svg"); }

section#home-health-care-assessment table,
section#home-health-care-assessment tr,
section#home-health-care-assessment td,
section#home-health-care-assessment tbody {
  padding: 0;
  margin: 0;
  background-color: inherit;
  border-width: 0; }

section#home-health-care-assessment .button.secondary {
  background-color: #D8D8D8;
  color: #595854 !important;
  border-color: transparent;
  border-radius: 3.125rem !important; }
  section#home-health-care-assessment .button.secondary.yes {
    padding: 0.625rem;
    width: 4.375rem;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important; }
    section#home-health-care-assessment .button.secondary.yes:hover {
      cursor: pointer;
      background-color: #7FA86C;
      color: white !important; }
    section#home-health-care-assessment .button.secondary.yes.selected {
      cursor: pointer;
      background-color: #7FA86C;
      color: white !important; }
  section#home-health-care-assessment .button.secondary.no {
    padding: 0.625rem;
    width: 4.375rem;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important; }
    section#home-health-care-assessment .button.secondary.no:hover {
      cursor: pointer;
      background-color: #CD926A;
      color: white !important; }
    section#home-health-care-assessment .button.secondary.no.selected {
      cursor: pointer;
      background-color: #CD926A;
      color: white !important; }
  section#home-health-care-assessment .button.secondary.not-sure {
    border-radius: 0 !important;
    border-left: solid 2px white;
    border-right: solid 2px white;
    padding: 0.625rem;
    width: 7.5rem; }
    section#home-health-care-assessment .button.secondary.not-sure:hover {
      cursor: pointer;
      background-color: #595854;
      color: white !important; }
    section#home-health-care-assessment .button.secondary.not-sure.selected {
      cursor: pointer;
      background-color: #595854;
      color: white !important; }

section#home-results-map-area #care-center-map {
  width: 100%;
  height: 25rem;
  margin: 3.125rem 0; }

section#home-results-map-area #no-locations-area {
  font-size: 1.5rem;
  margin: 0 0 1.875rem 0; }

section#save-report-home-health .save-report {
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
  background-color: #F0F0F0;
  border-radius: 1.5625rem;
  padding: 1.25rem 1.875rem;
  margin: 1.875rem 0; }

section#save-report-home-health table,
section#save-report-home-health tbody,
section#save-report-home-health tr {
  padding: 0;
  margin: 0;
  border-width: 0; }
  @media screen and (min-width: 40em) {
    section#save-report-home-health table #print-button,
    section#save-report-home-health tbody #print-button,
    section#save-report-home-health tr #print-button {
      width: 27%; }
      section#save-report-home-health table #print-button .button,
      section#save-report-home-health tbody #print-button .button,
      section#save-report-home-health tr #print-button .button {
        padding: 1rem 1.875rem; } }
  @media screen and (min-width: 40em) {
    section#save-report-home-health table #or-spacer,
    section#save-report-home-health tbody #or-spacer,
    section#save-report-home-health tr #or-spacer {
      width: 5%;
      padding-bottom: 0.3125rem; } }
  @media screen and (min-width: 40em) {
    section#save-report-home-health table #email-input,
    section#save-report-home-health tbody #email-input,
    section#save-report-home-health tr #email-input {
      padding-right: 0;
      width: 35%; }
      section#save-report-home-health table #email-input input,
      section#save-report-home-health tbody #email-input input,
      section#save-report-home-health tr #email-input input {
        border-top-left-radius: 1.5625rem;
        border-bottom-left-radius: 1.5625rem; } }
  @media screen and (min-width: 40em) {
    section#save-report-home-health table #email-button,
    section#save-report-home-health tbody #email-button,
    section#save-report-home-health tr #email-button {
      padding-left: 0;
      width: 27%; }
      section#save-report-home-health table #email-button .button,
      section#save-report-home-health tbody #email-button .button,
      section#save-report-home-health tr #email-button .button {
        padding: 1rem 1.875rem;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; } }
  section#save-report-home-health table #home-health-care-email,
  section#save-report-home-health tbody #home-health-care-email,
  section#save-report-home-health tr #home-health-care-email {
    width: 100%;
    height: 3rem; }

section#save-report-home-health td {
  display: table-cell;
  vertical-align: middle;
  padding: 0;
  margin: 0; }

section#main-news-page h4 {
  color: #4F7343; }

.content-start .more-button a {
  text-decoration: none; }

.content-start a:not(.button) {
  text-decoration: underline;
  color: #385994;
  font-weight: bold; }

.content-start a.no-underline {
  text-decoration: none; }

section#site-map table {
  display: table;
  margin-bottom: 4.375rem; }

section#site-map tr {
  vertical-align: top; }

section#site-map th {
  vertical-align: top;
  height: 3.75rem;
  text-align: center;
  border: solid 2px white; }

section#site-map td {
  vertical-align: top;
  padding: 1.125rem 1.3125rem 1.4375rem 1.3125rem;
  vertical-align: text-top;
  border: solid 2px white; }

aside form label {
  color: #ffffff; }

#fast-track-referral {
  background: url("https://cdn.amedisys.com/img/forms.png") no-repeat center 20px;
  border: solid 1px #e6e6e6;
  padding: 6.75rem 1.25rem 0.625rem 1.25rem;
  margin-bottom: 1.75rem; }
  #fast-track-referral h3 {
    font-size: 1.5rem;
    color: #595854;
    text-align: center;
    line-height: 130%; }
  #fast-track-referral .button:first-of-type {
    margin-bottom: 1rem; }

@media screen and (min-width: 40em) {
  section#beacon-landing #careers-intro {
    padding: 3.125rem 0 0 0; } }

section#beacon-landing #careers-intro #careers-button {
  text-align: center; }

section#beacon-landing .services-masthead {
  height: 15.625rem;
  background-image: url("/userfiles/beacon_header.png");
  background-size: cover;
  background-color: #4F7343;
  background-position: center;
  text-align: center;
  padding: 3.625rem 0; }
  section#beacon-landing .services-masthead img {
    -ms-transform: scale(1.2);
        transform: scale(1.2); }

section#beacon-landing section#find-state {
  background-color: #FDF7EA;
  padding: 1.375rem 0; }
  @media screen and (min-width: 64em) {
    section#beacon-landing section#find-state {
      height: 5.625rem; } }

section#beacon-landing .odd-section {
  padding: 2.8125rem 0 1.875rem 0; }
  section#beacon-landing .odd-section .row {
    height: 17.5rem;
    background-repeat: no-repeat;
    background-position: left; }
    section#beacon-landing .odd-section .row .triangle-holder {
      height: 100%;
      background-size: cover; }
    section#beacon-landing .odd-section .row h2 {
      padding-bottom: 1.25rem; }
    section#beacon-landing .odd-section .row p {
      padding-bottom: 1.25rem; }

section#beacon-landing .even-section {
  padding: 3.1875rem 0 5.5rem 0; }
  @media screen and (min-width: 40em) {
    section#beacon-landing .even-section {
      background-color: #F0F0F0; } }
  section#beacon-landing .even-section .row {
    height: 17.5rem;
    background-repeat: no-repeat;
    background-position: right; }
    section#beacon-landing .even-section .row .circle-holder {
      height: 100%;
      background-size: cover; }
    section#beacon-landing .even-section .row h2 {
      padding-bottom: 1.25rem; }
    section#beacon-landing .even-section .row p {
      padding-bottom: 1.25rem; }

section#beacon-landing .three-cards {
  padding: 3.125rem 0; }
  section#beacon-landing .three-cards .column:first-child, section#beacon-landing .three-cards .columns:first-child {
    padding-left: 0; }
  section#beacon-landing .three-cards .column:last-child, section#beacon-landing .three-cards .columns:last-child {
    padding-right: 0; }

section#beacon-landing .three-cards-small .circle-holder {
  height: 17.5rem;
  background-size: cover;
  background-position: center;
  margin: 1.25rem 0; }

.video-popup {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 5000;
  top: 0;
  left: 0;
  position: fixed;
  text-align: center; }
  .video-popup .view-box {
    margin: auto;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    top: 50%;
    position: relative;
    width: 70vw;
    height: 30vh; }
    @media screen and (min-width: 40em) {
      .video-popup .view-box {
        height: 70vh; } }
    .video-popup .view-box .box-close {
      position: absolute;
      height: 5rem;
      width: 5rem;
      margin-bottom: 110%;
      margin-left: 102%; }
      .video-popup .view-box .box-close img {
        height: 100%; }
      .video-popup .view-box .box-close:hover {
        cursor: pointer; }
    .video-popup .view-box .inner-view {
      height: 17.625rem;
      position: fixed;
      background-color: #797672;
      width: 31.25rem; }

.modal-overlay {
  z-index: 5000;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: all 500ms; }

#welcomeModal {
  padding: 2.5rem;
  height: auto;
  width: 50%;
  background: #ffffff;
  z-index: 5001;
  top: 25%;
  left: 25%;
  position: fixed;
  text-align: center; }
  #welcomeModal p {
    text-transform: none;
    font-family: "Lora", serif;
    font-size: 1rem;
    font-weight: normal; }
  #welcomeModal .simple-cross {
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    color: #4F7343;
    font-weight: normal;
    font-size: 1.875rem; }
    #welcomeModal .simple-cross:hover {
      background-color: transparent; }
  @media screen and (max-width: 39.9375em) {
    #welcomeModal {
      left: 0;
      width: auto; }
      #welcomeModal .simple-cross {
        left: initial;
        right: 0; } }

.donations {
  height: auto;
  margin-bottom: 1.75rem; }
  .donations #learn-top {
    background: url("https://cdn.amedisys.com/img/new-donations-sidebar.jpg");
    background-size: cover;
    background-position: 50% 40%;
    height: 12.5rem; }
    @media screen and (min-width: 40em) {
      .donations #learn-top {
        height: 9.1875rem; } }
  .donations #learn-bottom {
    padding: 3.125rem;
    position: relative;
    background-color: #7FA86C;
    margin-bottom: 1.25rem; }
    @media screen and (min-width: 40em) {
      .donations #learn-bottom {
        padding: 0;
        height: auto; } }
    @media (max-width: 380px) {
      .donations #learn-bottom {
        padding: 1.5625rem; } }
    .donations #learn-bottom #phone-1 {
      padding-right: 0.1875rem; }
    .donations #learn-bottom #phone-2 {
      padding-left: 0.1875rem;
      padding-right: 0.1875rem; }
    .donations #learn-bottom #phone-3 {
      padding-left: 0.1875rem; }
  .donations #learn-more {
    margin-top: 0.9375rem; }
  .donations #talk-bubble {
    position: absolute;
    margin-top: -5.3125rem;
    margin-left: 0;
    max-width: 4.375rem; }
    @media screen and (min-width: 40em) {
      .donations #talk-bubble {
        margin-top: -2.205rem;
        margin-left: 1.25rem; } }
  .donations #learn-text {
    text-align: left; }
    .donations #learn-text h2 {
      font-size: 2.875rem; }
    .donations #learn-text p {
      font-weight: 500;
      font-family: 'Lora'; }
    @media screen and (min-width: 40em) {
      .donations #learn-text {
        padding: 2.5rem 1.25rem 1.25rem 1.25rem; } }
  .donations #comments-input {
    color: black;
    height: 6.875rem; }

section#home-health-covid19-page #hero-image {
  position: relative; }
  @media screen and (min-width: 40em) {
    section#home-health-covid19-page #hero-image {
      padding-top: 2.5rem;
      padding-bottom: 3.125rem; } }
  section#home-health-covid19-page #hero-image .background {
    background-image: url("https://cdn.amedisys.com/userfiles/hhc-masthead2.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    z-index: 1;
    padding-bottom: 55%; }
    @media screen and (min-width: 40em) {
      section#home-health-covid19-page #hero-image .background {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        padding-bottom: 0; } }
  section#home-health-covid19-page #hero-image .row {
    position: relative;
    z-index: 10; }
    section#home-health-covid19-page #hero-image .row .column, section#home-health-covid19-page #hero-image .row .columns {
      background-color: #4f7343;
      padding: 1.25rem 0.9375rem 1.25rem; }
      @media screen and (min-width: 40em) {
        section#home-health-covid19-page #hero-image .row .column, section#home-health-covid19-page #hero-image .row .columns {
          padding: 3.5rem 3.125rem 9.125rem; } }
      section#home-health-covid19-page #hero-image .row .column h1, section#home-health-covid19-page #hero-image .row .columns h1 {
        font-family: "Raleway", sans-serif;
        text-transform: uppercase;
        font-weight: 600;
        color: #ffffff;
        font-size: 1.5rem;
        line-height: 1.6875rem;
        letter-spacing: 1px; }
        @media screen and (min-width: 40em) {
          section#home-health-covid19-page #hero-image .row .column h1, section#home-health-covid19-page #hero-image .row .columns h1 {
            font-size: 2.0625rem;
            line-height: 2.3125rem; } }
      section#home-health-covid19-page #hero-image .row .column form label, section#home-health-covid19-page #hero-image .row .columns form label {
        color: #ffffff;
        font-size: 1.125rem;
        font-family: "Raleway", sans-serif;
        margin-bottom: 0.625rem;
        font-weight: 600; }
        @media screen and (min-width: 40em) {
          section#home-health-covid19-page #hero-image .row .column form label, section#home-health-covid19-page #hero-image .row .columns form label {
            margin-bottom: 1.0625rem; } }
      section#home-health-covid19-page #hero-image .row .column form select, section#home-health-covid19-page #hero-image .row .columns form select {
        border-radius: 5px;
        font-family: "Raleway", sans-serif;
        margin-bottom: 1.0625rem; }
        @media screen and (min-width: 40em) {
          section#home-health-covid19-page #hero-image .row .column form select, section#home-health-covid19-page #hero-image .row .columns form select {
            margin-bottom: 2.125rem; } }
      section#home-health-covid19-page #hero-image .row .column form input[type="submit"], section#home-health-covid19-page #hero-image .row .columns form input[type="submit"] {
        text-align: center;
        width: 100%;
        background-color: #ffae3b;
        color: #ffffff;
        font-family: "Raleway", sans-serif;
        border-radius: 5px;
        text-transform: none;
        font-size: 1.25rem;
        font-weight: 500; }

section#home-health-covid19-page #intro {
  padding-top: 4.375rem;
  padding-bottom: 2.125rem; }
  section#home-health-covid19-page #intro p {
    font-family: "Raleway", sans-serif;
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: #595959;
    font-weight: 400; }
    section#home-health-covid19-page #intro p:first-of-type {
      font-size: 1.625rem;
      line-height: 2.25rem; }

@media screen and (min-width: 40em) {
  section#home-health-covid19-page section.three-cards {
    background-color: rgba(171, 182, 181, 0.15);
    padding-top: 2.875rem;
    padding-bottom: 2.5rem; } }

@media screen and (max-width: 39.9375em) {
  section#home-health-covid19-page section.three-cards .row .columns {
    margin-bottom: 1.4375rem; }
    section#home-health-covid19-page section.three-cards .row .columns:last-child {
      margin-bottom: 0; } }

section#home-health-covid19-page section.three-cards .row .columns a {
  text-decoration: none; }
  section#home-health-covid19-page section.three-cards .row .columns a:hover .card {
    box-shadow: 0.5625rem 0.5625rem 1.1875rem 0 rgba(0, 0, 0, 0.3); }

section#home-health-covid19-page section.three-cards .row .columns .card {
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.26);
  height: 100%;
  overflow: hidden;
  transition: all .3s ease-in-out; }
  section#home-health-covid19-page section.three-cards .row .columns .card .card-info {
    padding: 2.875rem 1.875rem 2.75rem; }
    section#home-health-covid19-page section.three-cards .row .columns .card .card-info h3 {
      text-align: center;
      font-weight: 600;
      text-transform: uppercase;
      color: #595959;
      font-size: 1.375rem;
      line-height: 1.625rem;
      margin-bottom: 2rem;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      @media screen and (min-width: 40em) {
        section#home-health-covid19-page section.three-cards .row .columns .card .card-info h3 {
          min-height: 6.5rem; } }
      @media screen and (min-width: 64em) {
        section#home-health-covid19-page section.three-cards .row .columns .card .card-info h3 {
          min-height: 4.875rem; } }
    section#home-health-covid19-page section.three-cards .row .columns .card .card-info p {
      font-family: "Raleway", sans-serif;
      color: #595959; }
      section#home-health-covid19-page section.three-cards .row .columns .card .card-info p.readMore {
        text-decoration: underline; }

section#home-health-covid19-page section#faqs {
  padding-top: 3.75rem;
  padding-bottom: 5.25rem; }
  section#home-health-covid19-page section#faqs h2 {
    font-size: 2.0625rem;
    text-align: center;
    color: #595959;
    text-transform: none;
    font-weight: 500; }
    section#home-health-covid19-page section#faqs h2 a {
      color: #595959; }
    section#home-health-covid19-page section#faqs h2:after {
      content: '';
      display: block;
      margin: 1.4375rem auto 2.8125rem;
      width: 7.875rem;
      height: 0.4375rem;
      background-color: #4f7343; }

section#smart-callout {
  margin: 20px 0;
  padding: 40px 30px;
  background-color: #fdf5e7; }
  section#smart-callout img {
    height: 50px;
    margin-right: 15px; }
  section#smart-callout .header {
    background-color: #ffffff;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 15px;
    color: #595955;
    -ms-flex-pack: start;
        justify-content: start;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 50px;
    border: solid 1px #595955; }
    section#smart-callout .header h2 {
      color: #595955;
      font-weight: 500;
      text-transform: uppercase;
      margin: 0; }
  section#smart-callout .description * {
    color: #595955; }
  section#smart-callout.light-grey {
    background-color: #f0f0f0; }
  section#smart-callout.light-cream {
    background-color: #fdf7ea; }

section#alerts {
  background: #f9d4a1;
  background: linear-gradient(180deg, #f9d4a1 0%, #ffae3b 100%);
  box-shadow: 0 0.25rem 0.25rem 0.125rem rgba(73, 73, 73, 0.43);
  position: relative;
  z-index: 9;
  transition: all .2s ease-in-out;
  overflow: hidden;
  min-height: 7.625rem; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    section#alerts {
      min-height: 5.3125rem; } }
  @media screen and (min-width: 64em) {
    section#alerts {
      min-height: 2.875rem; } }
  section#alerts.noArrows {
    min-height: 3.875rem; }
    @media screen and (min-width: 40em) {
      section#alerts.noArrows {
        min-height: 2.875rem; } }
  section#alerts.inactive {
    height: 0 !important;
    min-height: 0 !important;
    box-shadow: none; }
  section#alerts .alertsClose {
    font-weight: bold;
    font-size: 1.375rem;
    border: solid 2px #0a0a0a;
    color: #0a0a0a;
    position: absolute;
    top: 0.9375rem;
    right: 0.9375rem;
    border-radius: 100%;
    font-family: "Raleway", sans-serif;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 1.5625rem;
    height: 1.5625rem;
    transition: all .2s ease-in-out; }
    @media screen and (min-width: 40em) {
      section#alerts .alertsClose {
        top: 50%;
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); } }
    section#alerts .alertsClose span {
      margin-top: -0.1875rem; }
    section#alerts .alertsClose:hover {
      cursor: pointer;
      background-color: #595955;
      border-color: #595955;
      color: #ffae3b; }
  section#alerts .columns {
    position: relative; }
  section#alerts .arrows {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    padding-top: 0.9375rem;
    z-index: 9; }
    @media screen and (min-width: 64em) {
      section#alerts .arrows {
        padding-top: 0;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        right: -1.5625rem; } }
    @media screen and (min-width: 64em) and (max-width: 83.4375em) {
      section#alerts .arrows {
        right: 3.75rem; } }
    section#alerts .arrows .slick-arrow:hover {
      cursor: pointer; }
    section#alerts .arrows .paginator {
      padding: 0 0.625rem;
      font-weight: bold;
      font-family: "Raleway", sans-serif; }
  section#alerts .alertsSlider .slide {
    padding-right: 2.5rem;
    padding-left: 2.5rem; }
    @media screen and (min-width: 40em) {
      section#alerts .alertsSlider .slide {
        padding-right: 3.75rem;
        padding-left: 3.75rem; } }
    @media screen and (min-width: 64em) and (max-width: 83.4375em) {
      section#alerts .alertsSlider .slide {
        padding-right: 8.75rem;
        padding-left: 8.75rem; } }
    section#alerts .alertsSlider .slide .alt {
      font-family: "Raleway", sans-serif;
      font-weight: 600;
      font-size: 0.9375rem;
      color: #3D3D38;
      margin-bottom: 0;
      padding: 0.625rem 0; }
      @media screen and (max-width: 39.9375em) {
        section#alerts .alertsSlider .slide .alt {
          line-height: 1.4; } }
      section#alerts .alertsSlider .slide .alt a {
        color: #3D3D38;
        transition: all .2s ease-in-out; }
        section#alerts .alertsSlider .slide .alt a:hover {
          color: #4F7343;
          text-decoration: underline; }
      section#alerts .alertsSlider .slide .alt .icon {
        margin-right: 0.3125rem; }

section#awards {
  padding: 3rem 0 1.0625rem; }
  section#awards .row.sec-header {
    margin-bottom: 0.9375rem; }
    section#awards .row.sec-header h2.figurehead, section#awards .row.sec-header .h2.figurehead {
      color: #595955;
      text-align: center;
      font-weight: 500; }
  @media screen and (min-width: 40em) {
    section#awards .row.awardsRow {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center; } }
  section#awards .row.awardsRow .awardHolder {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    margin-bottom: 1.25rem; }
    @media screen and (min-width: 40em) {
      section#awards .row.awardsRow .awardHolder img {
        padding: 0 1.25rem; } }
    @media screen and (max-width: 39.9375em) {
      section#awards .row.awardsRow .awardHolder img {
        max-width: 11.25rem; } }
    @media screen and (min-width: 40em) {
      section#awards .row.awardsRow .awardHolder {
        margin-bottom: 1.875rem; } }

section#footerQuestions {
  padding: 6.5625rem 1.25rem 6.5625rem;
  background-image: url("/img/questions-footer-bg.jpg");
  background-size: cover;
  background-position: center;
  position: relative; }
  section#footerQuestions #bgMask {
    background-color: rgba(249, 249, 249, 0.85);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  section#footerQuestions .row {
    position: relative;
    z-index: 2; }
    section#footerQuestions .row h3 {
      text-transform: uppercase;
      color: #0C2C02;
      font-size: 2.25rem;
      font-weight: 600; }
    section#footerQuestions .row p {
      color: #0C2C02;
      font-size: 1.5rem;
      font-weight: 600;
      font-family: "Raleway", sans-serif; }
    section#footerQuestions .row .buttons .button {
      background-color: #D81E5B;
      color: #ffffff;
      border-radius: 0.3125rem;
      border-color: #D81E5B;
      transition: all .2s ease-in-out;
      margin: 0 0.3125rem 0.625rem;
      font-size: 1rem; }
      section#footerQuestions .row .buttons .button span {
        margin-left: 0.4375rem; }
      section#footerQuestions .row .buttons .button.blue {
        background-color: #385994;
        border-color: #385994; }
        section#footerQuestions .row .buttons .button.blue:hover {
          background-color: #23395B;
          border-color: #23395B; }
      section#footerQuestions .row .buttons .button:hover {
        background-color: #A71042;
        border-color: #A71042; }

section#serviceCards {
  background-color: #F9F9F9;
  padding-top: 5rem; }
  @media screen and (min-width: 40em) {
    section#serviceCards {
      margin-top: -2.5rem;
      padding-top: 2.5rem; } }
  body.page-services section#serviceCards {
    margin-top: 0; }
  section#serviceCards h1.figurehead, section#serviceCards .h1.figurehead {
    text-align: center;
    color: #595955;
    margin-bottom: 2.3125rem; }
  section#serviceCards .row.cards {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    body.page-services section#serviceCards .row.cards {
      margin-top: 2rem; }
    section#serviceCards .row.cards .columns {
      margin-bottom: 2.125rem; }
      @media screen and (min-width: 40em) {
        section#serviceCards .row.cards .columns {
          padding-left: 0.5625rem;
          padding-right: 0.5625rem; } }
  section#serviceCards .row .service-block {
    height: 100%;
    position: relative;
    border-radius: 1.875rem;
    background-color: #ffffff;
    overflow: hidden;
    transition: all .2s ease-in-out; }
    section#serviceCards .row .service-block:hover {
      box-shadow: 0px 2px 11px rgba(107, 107, 107, 0.5);
      -ms-transform: translate(-2px, -2px);
          transform: translate(-2px, -2px); }
    section#serviceCards .row .service-block .imageHolder {
      background-size: cover; }
      section#serviceCards .row .service-block .imageHolder:after {
        display: block;
        content: '';
        padding-bottom: 59.19117647%; }
    section#serviceCards .row .service-block .contentHolder {
      padding: 2rem 1rem 0 1rem;
      text-align: center; }
      @media screen and (min-width: 40em) {
        section#serviceCards .row .service-block .contentHolder {
          padding: 1rem 1rem 0 1rem; } }
      section#serviceCards .row .service-block .contentHolder p.heading {
        color: #595955;
        font-size: 2.25rem;
        font-family: "Raleway", sans-serif;
        line-height: 2.25rem;
        letter-spacing: 0;
        font-family: "Raleway", sans-serif;
        text-align: center;
        margin-bottom: 1.25rem; }
      section#serviceCards .row .service-block .contentHolder p.text {
        padding-bottom: 6.25rem;
        margin-bottom: 0;
        line-height: 1.75; }
      section#serviceCards .row .service-block .contentHolder div.more-button {
        text-align: center;
        position: absolute;
        bottom: 1.9375rem;
        left: 0;
        width: 100%; }
        section#serviceCards .row .service-block .contentHolder div.more-button a {
          text-transform: uppercase;
          color: #385994;
          font-family: "Raleway", sans-serif;
          font-weight: 600;
          text-align: center;
          text-decoration: none; }
          section#serviceCards .row .service-block .contentHolder div.more-button a .more-text {
            text-decoration: underline;
            margin-right: 0.3125rem; }
    section#serviceCards .row .service-block .serviceLink {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 10; }
  section#serviceCards .row .allServices {
    font-size: 1.5rem;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    margin-bottom: 3rem; }
    section#serviceCards .row .allServices .button {
      background-color: #D81E5B;
      color: #ffffff;
      border-radius: 0.3125rem;
      border-color: #D81E5B;
      transition: all .2s ease-in-out;
      margin: 0 0 0 0.625rem;
      font-size: 1rem; }
      section#serviceCards .row .allServices .button span {
        margin-left: 0.4375rem; }
      section#serviceCards .row .allServices .button.blue {
        background-color: #385994;
        border-color: #385994; }
        section#serviceCards .row .allServices .button.blue:hover {
          background-color: #23395B;
          border-color: #23395B; }
      section#serviceCards .row .allServices .button:hover {
        background-color: #A71042;
        border-color: #A71042; }

section#services-page-header .masthead {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  padding-bottom: 31.4516129%;
  position: relative; }
  section#services-page-header .masthead .triangle {
    width: 0;
    height: 0;
    border-right: 100px solid #4A7B3D;
    border-bottom: 100px solid transparent;
    position: absolute;
    top: 0;
    right: 0;
    opacity: .75;
    mix-blend-mode: multiply; }
    @media screen and (min-width: 40em) {
      section#services-page-header .masthead .triangle {
        border-right-width: 154px;
        border-bottom-width: 154px; } }
    @media screen and (min-width: 64em) {
      section#services-page-header .masthead .triangle {
        border-right-width: 254px;
        border-bottom-width: 254px; } }

section#services-page-header .headerTitle {
  background-color: #4A7B3D;
  padding: 0.4375rem 0; }
  section#services-page-header .headerTitle h1 {
    color: #ffffff;
    margin-bottom: 0; }

section#whyAmedisys {
  padding: 3.4375rem 0 1.5625rem; }
  section#whyAmedisys h2.figurehead, section#whyAmedisys .h2.figurehead {
    text-align: center;
    color: #595955;
    margin-bottom: 2.5625rem; }
  section#whyAmedisys .statsRow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    section#whyAmedisys .statsRow .statHolder {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      position: relative;
      margin-bottom: 1.875rem; }
      @media screen and (min-width: 40em) {
        section#whyAmedisys .statsRow .statHolder {
          -ms-flex-preferred-size: 33.33333%;
              flex-basis: 33.33333%; } }
      @media screen and (min-width: 64em) {
        section#whyAmedisys .statsRow .statHolder {
          -ms-flex-preferred-size: 20%;
              flex-basis: 20%; } }
      section#whyAmedisys .statsRow .statHolder .icon {
        height: 6.875rem;
        width: 6.875rem;
        background-size: cover;
        transition: all .2s ease-in-out; }
        section#whyAmedisys .statsRow .statHolder .icon#personalizedCareIcon {
          background-image: url("/img/careIcons/v2/personalizedCare.svg"); }
        section#whyAmedisys .statsRow .statHolder .icon#starsIcon {
          background-image: url("/img/careIcons/v2/stars.svg"); }
        section#whyAmedisys .statsRow .statHolder .icon#nationalAverageIcon {
          background-image: url("/img/careIcons/v2/nationalAverage.svg"); }
        section#whyAmedisys .statsRow .statHolder .icon#chosenByIcon {
          background-image: url("/img/careIcons/v2/chosenBy.svg"); }
        section#whyAmedisys .statsRow .statHolder .icon#caredForIcon {
          background-image: url("/img/careIcons/v2/caredFor.svg"); }
      section#whyAmedisys .statsRow .statHolder:hover {
        cursor: pointer; }
        section#whyAmedisys .statsRow .statHolder:hover .icon#personalizedCareIcon {
          background-image: url("/img/careIcons/v2/personalizedCare-hover.svg"); }
        section#whyAmedisys .statsRow .statHolder:hover .icon#starsIcon {
          background-image: url("/img/careIcons/v2/stars-hover.svg"); }
        section#whyAmedisys .statsRow .statHolder:hover .icon#nationalAverageIcon {
          background-image: url("/img/careIcons/v2/nationalAverage-hover.svg"); }
        section#whyAmedisys .statsRow .statHolder:hover .icon#chosenByIcon {
          background-image: url("/img/careIcons/v2/chosenBy-hover.svg"); }
        section#whyAmedisys .statsRow .statHolder:hover .icon#caredForIcon {
          background-image: url("/img/careIcons/v2/caredFor-hover.svg"); }
      section#whyAmedisys .statsRow .statHolder .number {
        color: #4A7B3D;
        font-family: "Raleway", sans-serif;
        font-size: 1.875rem;
        font-weight: 600;
        margin-bottom: 0.625rem; }
      section#whyAmedisys .statsRow .statHolder .info {
        color: #343434;
        font-size: 1rem;
        line-height: 1.375rem;
        text-align: center; }
      section#whyAmedisys .statsRow .statHolder .statLink {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
  section#whyAmedisys .preload-image {
    width: 0;
    height: 0;
    overflow: hidden;
    float: left;
    background-position: -99999px -99999px;
    background-repeat: no-repeat; }
  section#whyAmedisys #preload-personalizedCareIcon {
    background-image: url("/img/careIcons/personalizedCare-hover.svg"); }
  section#whyAmedisys #preload-starsIcon {
    background-image: url("/img/careIcons/stars-hover.svg"); }
  section#whyAmedisys #preload-nationalAverageIcon {
    background-image: url("/img/careIcons/nationalAverage-hover.svg"); }
  section#whyAmedisys #preload-chosenByIcon {
    background-image: url("/img/careIcons/chosenBy-hover.svg"); }
  section#whyAmedisys #preload-caredForIcon {
    background-image: url("/img/careIcons/caredFor-hover.svg"); }

section#amedisysCareers {
  position: relative; }
  section#amedisysCareers:after {
    background-color: #F9F9F9;
    height: 100%;
    width: 50vw;
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 50%; }
  section#amedisysCareers .row {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 2;
    -ms-flex-direction: column;
        flex-direction: column; }
    @media screen and (min-width: 64em) {
      section#amedisysCareers .row {
        -ms-flex-direction: row;
            flex-direction: row; } }
    section#amedisysCareers .row .column.imageHolder, section#amedisysCareers .row .imageHolder.columns {
      position: relative; }
      @media screen and (max-width: 63.9375em) {
        section#amedisysCareers .row .column.imageHolder, section#amedisysCareers .row .imageHolder.columns {
          padding-bottom: 79.01257744%; } }
      section#amedisysCareers .row .column.imageHolder:before, section#amedisysCareers .row .imageHolder.columns:before {
        display: block;
        content: '';
        position: absolute;
        z-index: 2;
        top: 0;
        right: 0;
        border-left: solid 6.96951rem transparent;
        border-top: solid 6.96951rem rgba(122, 171, 109, 0.75); }
        @media screen and (min-width: 40em) {
          section#amedisysCareers .row .column.imageHolder:before, section#amedisysCareers .row .imageHolder.columns:before {
            border-left: solid 15.23438rem transparent;
            border-top: solid 15.23438rem rgba(122, 171, 109, 0.75); } }
      section#amedisysCareers .row .column.imageHolder:after, section#amedisysCareers .row .imageHolder.columns:after {
        display: block;
        content: '';
        width: 100vw;
        height: 100%;
        padding-bottom: 79.01257744%;
        position: absolute;
        background-image: url("/userfiles/Blog-Images/Amedisys_day1009.jpg");
        background-position: top right;
        background-size: cover;
        top: 0;
        right: 0;
        z-index: 1; }
        @media screen and (min-width: 64em) {
          section#amedisysCareers .row .column.imageHolder:after, section#amedisysCareers .row .imageHolder.columns:after {
            width: 50vw;
            padding-bottom: 0; } }
    section#amedisysCareers .row .column.contentHolder, section#amedisysCareers .row .contentHolder.columns {
      background-color: #F9F9F9;
      padding: 4rem 2.0625rem;
      min-height: 30.625rem;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-direction: column;
          flex-direction: column; }
      section#amedisysCareers .row .column.contentHolder h2.figurehead, section#amedisysCareers .row .contentHolder.columns h2.figurehead, section#amedisysCareers .row .column.contentHolder .h2.figurehead, section#amedisysCareers .row .contentHolder.columns .h2.figurehead {
        text-align: center;
        color: #595955;
        margin-bottom: 2.5625rem; }
      section#amedisysCareers .row .column.contentHolder p.subtitle, section#amedisysCareers .row .contentHolder.columns p.subtitle {
        font-family: "Raleway", sans-serif;
        font-size: 1.5rem;
        line-height: 1.4; }
      section#amedisysCareers .row .column.contentHolder p a, section#amedisysCareers .row .contentHolder.columns p a {
        color: #208AAE;
        font-weight: bold; }
      section#amedisysCareers .row .column.contentHolder .buttons, section#amedisysCareers .row .contentHolder.columns .buttons {
        margin-top: 2rem; }
        section#amedisysCareers .row .column.contentHolder .buttons .button, section#amedisysCareers .row .contentHolder.columns .buttons .button {
          background-color: #D81E5B;
          color: #ffffff;
          border-radius: 0.3125rem;
          border-color: #D81E5B;
          transition: all .2s ease-in-out;
          margin: 0 0.3125rem 0.625rem;
          font-size: 1rem;
          padding: 1rem 1.875rem; }
          section#amedisysCareers .row .column.contentHolder .buttons .button span, section#amedisysCareers .row .contentHolder.columns .buttons .button span {
            margin-left: 0.4375rem; }
          section#amedisysCareers .row .column.contentHolder .buttons .button.blue, section#amedisysCareers .row .contentHolder.columns .buttons .button.blue {
            background-color: #385994;
            border-color: #385994; }
            section#amedisysCareers .row .column.contentHolder .buttons .button.blue:hover, section#amedisysCareers .row .contentHolder.columns .buttons .button.blue:hover {
              background-color: #23395B;
              border-color: #23395B; }
          section#amedisysCareers .row .column.contentHolder .buttons .button:hover, section#amedisysCareers .row .contentHolder.columns .buttons .button:hover {
            background-color: #A71042;
            border-color: #A71042; }

section#careers-expect {
  background-color: #F9F9F9; }
  section#careers-expect .row {
    padding-bottom: 3rem;
    padding-top: 3rem; }
    section#careers-expect .row .callToAction {
      font-size: 1.5rem;
      font-family: "Raleway", sans-serif;
      font-weight: 500; }
      section#careers-expect .row .callToAction .button {
        background-color: #D81E5B;
        color: #ffffff;
        border-radius: 0.3125rem;
        border-color: #D81E5B;
        transition: all .2s ease-in-out;
        margin: 0 0 0 0.625rem;
        font-size: 1rem; }
        section#careers-expect .row .callToAction .button span {
          margin-left: 0.4375rem; }
        section#careers-expect .row .callToAction .button.blue {
          background-color: #385994;
          border-color: #385994; }
          section#careers-expect .row .callToAction .button.blue:hover {
            background-color: #23395B;
            border-color: #23395B; }
        section#careers-expect .row .callToAction .button:hover {
          background-color: #A71042;
          border-color: #A71042; }

@media screen and (min-width: 40em) {
  #footer-get-in-touch .row {
    display: -ms-flexbox;
    display: flex; } }

#footer-get-in-touch .row .backgroundContainer {
  position: relative; }
  @media screen and (max-width: 39.9375em) {
    #footer-get-in-touch .row .backgroundContainer {
      padding-bottom: 37.5%; } }
  @media screen and (min-width: 40em) {
    #footer-get-in-touch .row .backgroundContainer {
      min-height: 32rem; } }
  #footer-get-in-touch .row .backgroundContainer .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("/img/GetInTouch-bg-mobile.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center; }
    @media screen and (min-width: 40em) {
      #footer-get-in-touch .row .backgroundContainer .background {
        background-image: url("/img/GetInTouch-bg.jpg"); } }

#footer-get-in-touch .row .formContainer {
  text-align: left;
  background-color: #3E5E6F; }
  #footer-get-in-touch .row .formContainer .form {
    width: 37.5rem;
    max-width: 100%;
    padding: 3.125rem 2rem;
    color: #ffffff; }

#contact-specialist h2 {
  margin-top: 69px;
  color: #3E5F6F;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 24px; }

#healthcare-forms {
  margin-top: 57px; }
  #healthcare-forms .formOuterWrapper {
    background-color: #3E5F6F;
    padding: 2.25rem 1.75rem 3.125rem;
    margin-bottom: 44px; }
    #healthcare-forms .formOuterWrapper .formTitle {
      color: #ffffff;
      font-family: "Raleway", sans-serif;
      font-size: 22px;
      font-style: normal;
      font-weight: 500;
      line-height: 1.25;
      text-transform: capitalize;
      margin-bottom: 27px; }
  #healthcare-forms .togglerContent h3 {
    color: #3E5F6F;
    font-family: "Raleway", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.16;
    text-transform: capitalize;
    margin: 20px 0; }
  #healthcare-forms .togglerContent p {
    margin-bottom: 36px; }

#reasons-slider {
  padding: 64px 0 100px;
  background-color: #FDF7EA; }
  #reasons-slider h2 {
    color: #000;
    font-family: "Raleway", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    padding-bottom: 44px; }

#contact-locations {
  padding: 75px 0 100px; }
  #contact-locations h2 {
    color: #497B3D;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 50px; }
  #contact-locations h4 {
    margin-bottom: 18px; }
  @media screen and (min-width: 64em) {
    #contact-locations .column.location:nth-child(2), #contact-locations .location.columns:nth-child(2) {
      position: relative; }
      #contact-locations .column.location:nth-child(2)::before, #contact-locations .location.columns:nth-child(2)::before, #contact-locations .column.location:nth-child(2)::after, #contact-locations .location.columns:nth-child(2)::after {
        content: "";
        position: absolute;
        top: -1rem;
        height: 120%;
        width: 1px;
        background-color: #0a0a0a; }
      #contact-locations .column.location:nth-child(2)::before, #contact-locations .location.columns:nth-child(2)::before {
        left: -2rem; }
      #contact-locations .column.location:nth-child(2)::after, #contact-locations .location.columns:nth-child(2)::after {
        right: 2rem; } }
  @media screen and (max-width: 63.9375em) {
    #contact-locations .column.location .locationInnerWrapper, #contact-locations .location.columns .locationInnerWrapper {
      padding: 0 16px; }
    #contact-locations .column.location:nth-child(-n + 2) .locationInnerWrapper::after, #contact-locations .location.columns:nth-child(-n + 2) .locationInnerWrapper::after {
      margin: 50px 0;
      display: block;
      content: '';
      border-bottom: 1px solid #0a0a0a; } }

section#resources strong {
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 0.9375rem;
  line-height: 2.1875rem;
  text-transform: uppercase;
  color: #555E5D; }

section#resources .small-4.resource-tiles.columns:nth-child(2) {
  padding: 0; }

section#resources a:hover .resources-topic {
  box-shadow: 0.5625rem 0.5625rem 1.1875rem 0 rgba(0, 0, 0, 0.3);
  transition: all 0.5s ease-in-out; }

section#resources a.current .resources-topic::after {
  background-color: rgba(71, 104, 59, 0.89); }

section#resources .resources-topic {
  position: relative;
  height: 19.5625rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 0.625rem;
  box-shadow: 0.5625rem 0.5625rem 1.1875rem 0 rgba(255, 255, 255, 0);
  transition: box-shadow 0.5s ease-in-out; }
  section#resources .resources-topic .for-resource {
    font-family: "Raleway", sans-serif;
    position: absolute;
    top: 10rem;
    z-index: 99;
    padding: 1.3125rem 0.75rem;
    line-height: 2.1875rem;
    color: #ffffff;
    font-weight: 300;
    font-size: 2.25rem; }
    section#resources .resources-topic .for-resource span {
      font-weight: bold;
      font-size: 1.125rem;
      text-transform: uppercase; }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      section#resources .resources-topic .for-resource {
        font-size: 1.25rem; } }
  section#resources .resources-topic .resources-icon {
    position: absolute;
    top: 50%;
    left: 79%;
    z-index: 99; }
  section#resources .resources-topic::after {
    bottom: 0;
    left: 0;
    content: ' ';
    height: 8.1875rem;
    width: 100%;
    background-color: rgba(129, 162, 111, 0.89);
    position: absolute; }
  section#resources .resources-topic.collapsed {
    height: 7.49812rem; }
    section#resources .resources-topic.collapsed .for-resource {
      top: -2rem; }
    section#resources .resources-topic.collapsed .resources-icon {
      display: none; }

.dropdown-content-medium {
  border-top: solid 1px #D8D8D8;
  margin-right: 1.875rem;
  padding: 1.875rem 0;
  display: none;
  position: absolute;
  background-color: #FDF7EA;
  z-index: 999;
  font-weight: normal;
  text-align: left;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.05); }
  .dropdown-content-medium a,
  .dropdown-content-medium span {
    padding: 0.75rem 1rem;
    text-transform: none;
    display: block;
    line-height: 1rem; }
    .dropdown-content-medium a::before,
    .dropdown-content-medium span::before {
      display: none !important; }
  .dropdown-content-medium span {
    font-weight: bold;
    text-transform: uppercase; }
  .dropdown-content-medium ul {
    text-align: left; }
    .dropdown-content-medium ul.body-2:not(.table-list) {
      padding-left: 0.625rem; }
  .dropdown-content-medium ul.table-list {
    padding-right: 1.5625rem; }
    .dropdown-content-medium ul.table-list span {
      text-transform: uppercase;
      font-weight: bold;
      font-size: 1rem;
      line-height: 1.1875rem;
      font-family: "Raleway", sans-serif;
      color: #ffffff;
      background-color: #4F7343;
      padding: 0.9375rem 1rem;
      border-bottom: solid #4F7343 0.125rem; }
    .dropdown-content-medium ul.table-list a {
      background-color: #FFF6E0;
      font-family: "Lora", serif;
      border-bottom: solid #4F7343 0.0625rem;
      padding: 0.875rem 1rem;
      transition: all 0.40s ease-in-out; }
      .dropdown-content-medium ul.table-list a:nth-child(odd) {
        background-color: #FFECC4; }
      .dropdown-content-medium ul.table-list a:hover {
        background-color: #749D61;
        color: #ffffff; }
  .dropdown-content-medium div.all-resources {
    text-align: center;
    font-weight: bold;
    padding-right: 1.5625rem; }
    .dropdown-content-medium div.all-resources a {
      font-family: "Lora", serif;
      padding-left: 0; }

.dropdown.active .dropdown-content-medium {
  display: block; }

form#resources-form label.middle {
  margin: 0;
  padding-bottom: 0;
  line-height: 2.1875rem;
  font-size: 0.9375rem; }

#resourceCards {
  padding: 3rem 0 1.0625rem; }
  #resourceCards h2.figurehead, #resourceCards .h2.figurehead {
    text-align: center;
    color: #595955; }
  @media screen and (min-width: 40em) {
    #resourceCards .cardsRow {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: stretch;
          align-items: stretch;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  @media screen and (max-width: 63.9375em) {
    #resourceCards .resource-card {
      margin-bottom: 1.125rem; } }
  #resourceCards .resource-card .inner {
    box-shadow: 0px 2px 11px rgba(107, 107, 107, 0.5);
    position: relative;
    transition: all .2s ease-in-out; }
    @media screen and (min-width: 40em) {
      #resourceCards .resource-card .inner {
        height: 100%; } }
    #resourceCards .resource-card .inner .link {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 100; }
    #resourceCards .resource-card .inner .image {
      position: relative;
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center; }
      #resourceCards .resource-card .inner .image:before {
        content: '+';
        width: 48px;
        height: 48px;
        border: solid 4px #7bab6e;
        border-radius: 100%;
        background: #4f7343;
        color: #fff;
        font-family: "Raleway",sans-serif;
        font-size: 60px;
        font-weight: 600;
        line-height: 41px;
        text-align: center;
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -24px;
        opacity: 0;
        transition: all .2s ease-in-out;
        z-index: 2; }
      #resourceCards .resource-card .inner .image:after {
        display: block;
        content: '';
        padding-bottom: 66.57458564%; }
      #resourceCards .resource-card .inner .image .photo {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        z-index: 1; }
      #resourceCards .resource-card .inner .image .readTime {
        position: absolute;
        bottom: 0;
        right: 0;
        padding: 0.75rem 1.0625rem;
        background-color: rgba(12, 44, 2, 0.85);
        font-weight: bold;
        font-size: 0.875rem;
        line-height: 1.875rem;
        z-index: 10;
        letter-spacing: 0.05833rem;
        color: #ffffff; }
    #resourceCards .resource-card .inner .title {
      font-size: 1.5rem;
      color: #4F7343;
      font-family: "Raleway", sans-serif;
      font-weight: 400;
      text-transform: none;
      margin: 0;
      background-color: #ffffff;
      padding: 1.25rem 0.9375rem;
      line-height: 1.625rem; }
    #resourceCards .resource-card .inner:hover {
      box-shadow: 0.5625rem 0.5625rem 1.1875rem 0 rgba(0, 0, 0, 0.3); }
      #resourceCards .resource-card .inner:hover .image:before {
        opacity: 1; }
      #resourceCards .resource-card .inner:hover .image .photo {
        opacity: .6; }
      #resourceCards .resource-card .inner:hover .title {
        text-decoration: underline; }
  #resourceCards .all-resources {
    margin-top: 3.125rem;
    margin-bottom: 1.25rem; }
    #resourceCards .all-resources p .button {
      background-color: #D81E5B;
      color: #ffffff;
      border-radius: 0.3125rem;
      border-color: #D81E5B;
      transition: all .2s ease-in-out;
      font-size: 1rem; }
      #resourceCards .all-resources p .button span {
        margin-left: 0.4375rem; }
      #resourceCards .all-resources p .button:hover {
        background-color: #A71042;
        border-color: #A71042; }

body.noScroll {
  overflow: hidden; }

body.pillar-page #to-top-button {
  display: none; }

#pillar-page-content {
  margin-top: 2rem; }
  #pillar-page-content .content-start .row p a:not(.button) {
    font-weight: bold;
    color: #385994;
    text-decoration: underline; }
  #pillar-page-content #complete-guide {
    background-color: #FDF7EA;
    border-radius: 1.875rem;
    padding: 2.375rem 2.25rem 1.875rem;
    margin-bottom: 3.25rem;
    box-shadow: 0 2px 4px 0 #AAAAAA; }
    @media screen and (max-width: 39.9375em) {
      #pillar-page-content #complete-guide {
        text-align: center;
        margin-left: 0.9375rem;
        margin-right: 0.9375rem;
        width: calc(100% - 30px); } }
    #pillar-page-content #complete-guide .guide {
      border: solid 1px #979797;
      width: 9.5625rem;
      height: 12.625rem;
      background-color: #D8D8D8;
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5); }
    #pillar-page-content #complete-guide .button {
      background-color: #D81E5B;
      color: #ffffff;
      border-radius: 0.3125rem;
      border-color: #D81E5B;
      transition: all .2s ease-in-out;
      margin: 0;
      font-size: 1rem; }
      #pillar-page-content #complete-guide .button span {
        margin-left: 0.4375rem; }
      #pillar-page-content #complete-guide .button.blue {
        background-color: #385994;
        border-color: #385994; }
        #pillar-page-content #complete-guide .button.blue:hover {
          background-color: #23395B;
          border-color: #23395B; }
      #pillar-page-content #complete-guide .button:hover {
        background-color: #A71042;
        border-color: #A71042; }

.smarttag-guide-promo {
  background-color: #FDF7EA;
  border-radius: 1.875rem;
  padding: 2.375rem 2.25rem 1.875rem;
  margin-bottom: 3.25rem;
  box-shadow: 0 2px 4px 0 #AAAAAA; }
  @media screen and (max-width: 39.9375em) {
    .smarttag-guide-promo {
      text-align: center;
      margin-left: 0.9375rem;
      margin-right: 0.9375rem;
      width: calc(100% - 30px); } }
  .smarttag-guide-promo .guide {
    border: solid 1px #979797;
    width: 9.5625rem;
    height: 12.625rem;
    background-color: #D8D8D8;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5); }
  .smarttag-guide-promo .button {
    background-color: #D81E5B;
    color: #ffffff;
    border-radius: 0.3125rem;
    border-color: #D81E5B;
    transition: all .2s ease-in-out;
    margin: 0;
    font-size: 1rem; }
    .smarttag-guide-promo .button span {
      margin-left: 0.4375rem; }
    .smarttag-guide-promo .button.blue {
      background-color: #385994;
      border-color: #385994; }
      .smarttag-guide-promo .button.blue:hover {
        background-color: #23395B;
        border-color: #23395B; }
    .smarttag-guide-promo .button:hover {
      background-color: #A71042;
      border-color: #A71042; }

.pillar-masthead {
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  background-color: #4A7B3D; }
  @media screen and (max-width: 63.9375em) {
    .pillar-masthead {
      padding-top: 46.80041184%;
      padding-bottom: 1rem;
      min-height: unset; } }
  @media screen and (min-width: 64em) {
    .pillar-masthead {
      background-position: left;
      display: -ms-flexbox;
      display: flex;
      min-height: 20.3125rem; } }
  .pillar-masthead .row {
    width: 100%; }
  @media screen and (min-width: 64em) {
    .pillar-masthead .column, .pillar-masthead .columns {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      height: 100%; } }
  .pillar-masthead .column h1, .pillar-masthead .columns h1 {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 1.875rem;
    line-height: 2.0625rem;
    color: #ffffff; }
    @media screen and (max-width: 63.9375em) {
      .pillar-masthead .column h1, .pillar-masthead .columns h1 {
        margin-top: 1rem; } }
    @media screen and (min-width: 40em) {
      .pillar-masthead .column h1, .pillar-masthead .columns h1 {
        font-size: 2.25rem;
        line-height: 2.4375rem; } }
    @media screen and (min-width: 64em) {
      .pillar-masthead .column h1, .pillar-masthead .columns h1 {
        font-size: 3rem;
        line-height: 2.8125rem; } }

.chapterSection {
  margin-bottom: 2rem; }
  .chapterSection .chapterImage {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    padding-bottom: 31.4516129%;
    position: relative; }
    .chapterSection .chapterImage .triangle {
      width: 0;
      height: 0;
      border-left: 154px solid #4A7B3D;
      border-top: 154px solid transparent;
      position: absolute;
      left: 0;
      bottom: 0;
      opacity: .75;
      mix-blend-mode: multiply; }
  .chapterSection .chapterHeader {
    background-color: #4A7B3D;
    margin-bottom: 2rem;
    padding: 1.4375rem 0; }
    .chapterSection .chapterHeader .indicator {
      font-family: "Raleway", sans-serif;
      color: #ffffff;
      font-weight: 600;
      font-size: 1.5rem;
      line-height: 1.8125rem;
      margin-bottom: 0.625rem; }
    .chapterSection .chapterHeader .title {
      font-weight: 600;
      font-size: 2.25rem;
      line-height: 2.625rem; }
  .chapterSection .chapterContent p a {
    font-weight: bold;
    color: #385994;
    text-decoration: underline; }
  .chapterSection .chapterContent .smart-accordion .accordion-content ul li a {
    font-weight: bold;
    color: #385994;
    text-decoration: underline; }

#mobileSidebarToggle {
  position: fixed;
  width: 3.125rem;
  height: 3.125rem;
  background-color: #6DA25D;
  border-radius: 100%;
  z-index: 99999999999;
  right: 0.8125rem;
  bottom: 0.8125rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-transform: none;
      transform: none;
  transition: all .2s ease-in-out;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5); }
  #mobileSidebarToggle .cross {
    background: #ffffff;
    height: 1.625rem;
    position: relative;
    width: 0.25rem; }
    #mobileSidebarToggle .cross:after {
      background: #ffffff;
      content: "";
      height: 0.25rem;
      left: -0.6875rem;
      position: absolute;
      top: 0.6875rem;
      width: 1.625rem; }
  #mobileSidebarToggle.active {
    -ms-transform: rotate(45deg);
        transform: rotate(45deg); }

@media screen and (max-width: 63.9375em) {
  .pillar-sidebar {
    position: fixed;
    height: 100% !important;
    left: -100%;
    top: 0;
    padding: 0;
    z-index: 9999999999;
    background-color: rgba(255, 255, 255, 0.9);
    transition: all .2s ease-in-out; }
    .pillar-sidebar.open {
      left: 0; }
    .pillar-sidebar .sticky {
      max-width: unset !important;
      top: unset !important;
      bottom: unset !important;
      margin-top: unset !important; } }

.pillar-sidebar .sticky {
  max-height: 100vh;
  overflow: auto; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .pillar-sidebar .sticky {
      width: 100%; } }

.pillar-sidebar ul {
  margin: 0;
  list-style-type: none !important;
  list-style-image: none;
  background-color: #ffffff;
  padding: 0.875rem 0.9375rem 1.375rem; }
  @media screen and (max-width: 39.9375em) {
    .pillar-sidebar ul {
      background-color: transparent;
      padding: 0; } }
  .pillar-sidebar ul li {
    padding: 0;
    border-bottom: solid 1px #D2D2D2;
    list-style-type: none; }
    .pillar-sidebar ul li a {
      padding: 0.625rem 1.125rem;
      text-decoration: none;
      color: #595955;
      font-weight: 600;
      font-family: "Raleway", sans-serif;
      font-size: 1rem;
      line-height: 1.5rem;
      letter-spacing: 0.0625rem;
      display: block;
      transition: all .2s ease-in-out; }

@media screen and (min-width: 64em) and (max-height: 760px) {
  .pillar-sidebar ul li a {
    padding: 0.175rem 1.125rem; } }
      .pillar-sidebar ul li a:hover {
        color: #385994; }
      .pillar-sidebar ul li a span {
        margin-right: 0.4375rem; }
    .pillar-sidebar ul li.active a {
      color: #385994; }
    .pillar-sidebar ul li.get-in-touch {
      background-color: #385994; }
      .pillar-sidebar ul li.get-in-touch a {
        color: #ffffff; }
        .pillar-sidebar ul li.get-in-touch a:hover {
          color: #ffffff; }
    .pillar-sidebar ul li.download-guide {
      background-color: #595955;
      text-transform: uppercase; }
      .pillar-sidebar ul li.download-guide a {
        color: #ffffff;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: baseline;
            align-items: baseline; }
        .pillar-sidebar ul li.download-guide a:hover {
          color: #ffffff; }

.smart-calltoaction {
  position: relative; }
  .smart-calltoaction .ctaLink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10; }
  .smart-calltoaction:not(.image):hover .button {
    background-color: #A71042 !important;
    border-color: #A71042 !important; }
    @media screen and (max-width: 39.9375em) {
      .smart-calltoaction:not(.image):hover .button {
        background-color: transparent !important;
        border-color: #ffffff !important; } }
    .smart-calltoaction:not(.image):hover .button.blue {
      background-color: #23395B !important;
      border-color: #23395B !important; }
  .smart-calltoaction.outlined {
    margin-bottom: 1.5rem; }
    .smart-calltoaction.outlined .row {
      margin-left: auto;
      margin-right: auto; }
      .smart-calltoaction.outlined .row .bodyContainer {
        border: solid 4px #385994;
        font-size: 1rem;
        font-family: "Raleway", sans-serif;
        font-weight: 800;
        line-height: 1.5rem;
        color: #385994;
        text-transform: uppercase;
        padding: 1.5625rem 0.9375rem 2.1875rem;
        letter-spacing: 0.0625rem; }
        @media screen and (min-width: 40em) {
          .smart-calltoaction.outlined .row .bodyContainer {
            padding: 1.5625rem 2.8125rem 2.1875rem; } }
        .smart-calltoaction.outlined .row .bodyContainer p {
          margin-bottom: 0; }
      .smart-calltoaction.outlined .row .buttonContainer {
        margin-top: -1.5625rem;
        padding: 0 1.5625rem 0 0.9375rem; }
        @media screen and (min-width: 40em) {
          .smart-calltoaction.outlined .row .buttonContainer {
            text-align: right; } }
        .smart-calltoaction.outlined .row .buttonContainer p {
          margin-bottom: 0; }
        .smart-calltoaction.outlined .row .buttonContainer .button {
          background-color: #D81E5B;
          color: #ffffff;
          border-radius: 0.3125rem;
          border-color: #D81E5B;
          transition: all .2s ease-in-out;
          margin: 0;
          font-size: 1rem; }
          .smart-calltoaction.outlined .row .buttonContainer .button span {
            margin-left: 0.4375rem; }
          .smart-calltoaction.outlined .row .buttonContainer .button.blue {
            background-color: #385994;
            border-color: #385994; }
            .smart-calltoaction.outlined .row .buttonContainer .button.blue:hover {
              background-color: #23395B;
              border-color: #23395B; }
          .smart-calltoaction.outlined .row .buttonContainer .button:hover {
            background-color: #A71042;
            border-color: #A71042; }
  .smart-calltoaction.image {
    margin-bottom: 1.5rem; }
    .smart-calltoaction.image .row {
      position: relative;
      background-color: #3E5E6F; }
      @media screen and (max-width: 39.9375em) {
        .smart-calltoaction.image .row {
          margin-left: auto;
          margin-right: auto; } }
      @media screen and (min-width: 40em) {
        .smart-calltoaction.image .row {
          display: -ms-flexbox;
          display: flex;
          margin-left: auto;
          margin-right: auto;
          background-color: #FDF7EA; } }
    .smart-calltoaction.image .imageContainer {
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
      @media screen and (max-width: 39.9375em) {
        .smart-calltoaction.image .imageContainer {
          padding-bottom: 41.37931034%; } }
      @media screen and (min-width: 40em) {
        .smart-calltoaction.image .imageContainer {
          min-height: 10.5rem; } }
    .smart-calltoaction.image .bodyContainer {
      padding-top: 1.5rem;
      padding-bottom: 2.0625rem;
      position: relative; }
      @media screen and (max-width: 39.9375em) {
        .smart-calltoaction.image .bodyContainer {
          padding-left: 0.9375rem;
          padding-right: 0.9375rem; } }
      @media screen and (min-width: 40em) {
        .smart-calltoaction.image .bodyContainer:before {
          position: absolute;
          left: -6.25rem;
          top: 0;
          background-image: url("/img/pillar-cta-curve.png");
          background-repeat: no-repeat;
          background-size: contain;
          background-position: center right;
          height: 100%;
          width: 6.25rem;
          content: '';
          display: block; } }
      .smart-calltoaction.image .bodyContainer p {
        font-family: "Raleway", sans-serif;
        font-size: 1.6875rem;
        line-height: 2.25rem;
        color: #ffffff;
        font-weight: 600; }
        @media screen and (min-width: 40em) {
          .smart-calltoaction.image .bodyContainer p {
            color: #595955; } }
      .smart-calltoaction.image .bodyContainer .buttonContainer .button {
        background-color: #D81E5B;
        color: #ffffff;
        border-radius: 0.3125rem;
        border-color: #D81E5B;
        transition: all .2s ease-in-out;
        margin: 0;
        font-size: 1rem;
        padding: 1rem 1.25rem; }
        @media screen and (max-width: 39.9375em) {
          .smart-calltoaction.image .bodyContainer .buttonContainer .button {
            background-color: transparent;
            border-color: #ffffff; } }
        .smart-calltoaction.image .bodyContainer .buttonContainer .button span {
          margin-left: 0.4375rem; }
        .smart-calltoaction.image .bodyContainer .buttonContainer .button.blue {
          background-color: #385994;
          border-color: #385994; }
          .smart-calltoaction.image .bodyContainer .buttonContainer .button.blue:hover {
            background-color: #23395B;
            border-color: #23395B; }
        .smart-calltoaction.image .bodyContainer .buttonContainer .button:hover {
          background-color: #A71042;
          border-color: #A71042; }
          @media screen and (max-width: 39.9375em) {
            .smart-calltoaction.image .bodyContainer .buttonContainer .button:hover {
              background-color: #ffffff;
              color: #0a0a0a; } }
      .smart-calltoaction.image .bodyContainer .buttonContainer .phone {
        font-family: "Raleway", sans-serif;
        font-size: 1.5rem;
        line-height: 2.25rem;
        color: #ffffff;
        font-weight: 600; }
        @media screen and (min-width: 40em) {
          .smart-calltoaction.image .bodyContainer .buttonContainer .phone {
            color: #595955; } }
    .smart-calltoaction.image .disclaimer {
      margin-bottom: 0;
      font-style: italic;
      line-height: 1.75rem;
      font-size: rme-calc(16);
      color: #595955; }
      .smart-calltoaction.image .disclaimer a {
        color: #595955;
        font-weight: normal; }
  .smart-calltoaction.story {
    margin-bottom: 1.5rem; }
    .smart-calltoaction.story .row {
      margin-left: auto;
      margin-right: auto; }
      @media screen and (min-width: 40em) {
        .smart-calltoaction.story .row {
          display: -ms-flexbox;
          display: flex; } }
      .smart-calltoaction.story .row .imageContainer {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        min-height: 21.375rem;
        border-left: solid 10px #FFAE3B; }
      .smart-calltoaction.story .row .bodyContainer {
        background-color: #F6F6F6;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem; }
        .smart-calltoaction.story .row .bodyContainer .title {
          color: #595955;
          font-size: 1.25rem;
          line-height: 1.875rem;
          font-family: "Raleway", sans-serif;
          text-transform: uppercase;
          font-weight: 800; }
        .smart-calltoaction.story .row .bodyContainer .body p {
          color: #595955;
          font-size: 1.125rem;
          line-height: 2.25rem;
          font-style: italic; }
  .smart-calltoaction.icon .bodyContainer p a {
    color: #208AAE;
    text-decoration: underline;
    font-size: 1rem;
    line-height: 1.125rem;
    font-weight: bold;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    .smart-calltoaction.icon .bodyContainer p a .icon {
      margin-right: 0.5625rem; }

.smart-accordion ul li {
  margin-bottom: 0.5rem; }
  .smart-accordion ul li .accordion-title {
    background-color: #F6F6F6;
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
    font-size: 1rem;
    line-height: 1.875rem;
    letter-spacing: 0.0625rem;
    color: #595955;
    font-weight: 800;
    transition: all .2s ease-in-out;
    position: relative;
    padding-right: 4.6875rem; }
    .smart-accordion ul li .accordion-title.h4 {
      font-size: 1rem;
      line-height: 1.875rem;
      letter-spacing: 0.0625rem; }
    .smart-accordion ul li .accordion-title.h3 {
      font-size: 1.375rem;
      line-height: 1.875rem;
      letter-spacing: 0.0625rem; }
    .smart-accordion ul li .accordion-title:hover {
      background-color: #e6e6e6; }
    .smart-accordion ul li .accordion-title .indicator {
      position: absolute;
      right: 1rem;
      top: 50%;
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
      background-color: #4A7B3D;
      width: 3.125rem;
      height: 3.125rem;
      border-radius: 100%;
      transition: all .2s ease-in-out; }
      .smart-accordion ul li .accordion-title .indicator:before {
        content: '';
        width: 1.25rem;
        height: 0.15625rem;
        background-color: #ffffff;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        transition: all .2s ease-in-out; }
      .smart-accordion ul li .accordion-title .indicator:after {
        content: '';
        height: 1.25rem;
        width: 0.15625rem;
        background-color: #ffffff;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .smart-accordion ul li .accordion-content {
    padding-left: 0;
    padding-right: 0; }
  .smart-accordion ul li.is-active .accordion-title {
    color: #ffffff;
    background-color: #4A7B3D; }
    .smart-accordion ul li.is-active .accordion-title .indicator {
      background-color: #ffffff; }
      .smart-accordion ul li.is-active .accordion-title .indicator:before {
        background-color: #4A7B3D; }
      .smart-accordion ul li.is-active .accordion-title .indicator:after {
        background-color: #4A7B3D;
        opacity: 0; }

@media screen and (min-width: 40em) {
  #footer-get-in-touch .row {
    display: -ms-flexbox;
    display: flex; } }

#footer-get-in-touch .row .backgroundContainer {
  position: relative; }
  @media screen and (max-width: 39.9375em) {
    #footer-get-in-touch .row .backgroundContainer {
      padding-bottom: 37.5%; } }
  @media screen and (min-width: 40em) {
    #footer-get-in-touch .row .backgroundContainer {
      min-height: 32rem; } }
  #footer-get-in-touch .row .backgroundContainer .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("/img/GetInTouch-bg-mobile.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center; }
    @media screen and (min-width: 40em) {
      #footer-get-in-touch .row .backgroundContainer .background {
        background-image: url("/img/GetInTouch-bg.jpg"); } }

#footer-get-in-touch .row .formContainer {
  text-align: left;
  background-color: #3E5E6F; }
  #footer-get-in-touch .row .formContainer .form {
    width: 37.5rem;
    max-width: 100%;
    padding: 3.125rem 2rem;
    color: #ffffff; }

.smart-cards .card-group-title {
  color: #595955;
  font-family: "Raleway", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 1.25rem; }

.smart-cards .card-group {
  margin-left: -0.3125rem;
  margin-right: -0.3125rem; }
  .smart-cards .card-group .column, .smart-cards .card-group .columns {
    padding: 0.3125rem; }
    .smart-cards .card-group .column .columnInner, .smart-cards .card-group .columns .columnInner {
      border-radius: 1.6875rem;
      color: #ffffff;
      padding: 1.25rem 1.25rem 3.125rem;
      position: relative; }
      @media screen and (min-width: 40em) {
        .smart-cards .card-group .column .columnInner, .smart-cards .card-group .columns .columnInner {
          padding: 1.25rem; } }
      .smart-cards .card-group .column .columnInner.withIcon, .smart-cards .card-group .columns .columnInner.withIcon {
        padding-bottom: 12.5rem; }
        .smart-cards .card-group .column .columnInner.withIcon .iconHolder, .smart-cards .card-group .columns .columnInner.withIcon .iconHolder {
          width: 7rem;
          height: 7rem;
          position: absolute;
          bottom: 3.5rem;
          left: 50%;
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center; }
      .smart-cards .card-group .column .columnInner.iconWithText .iconHolder, .smart-cards .card-group .columns .columnInner.iconWithText .iconHolder {
        width: 7rem;
        height: 7rem;
        position: relative;
        left: 50%;
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center; }
      .smart-cards .card-group .column .columnInner.iconWithText .cardTitle, .smart-cards .card-group .columns .columnInner.iconWithText .cardTitle {
        margin-bottom: 1.5rem; }
      .smart-cards .card-group .column .columnInner.withImage, .smart-cards .card-group .columns .columnInner.withImage {
        box-shadow: 0 0.125rem 0.25rem 0 rgba(170, 170, 170, 0.5);
        position: relative;
        border-radius: 1.875rem;
        background-color: #ffffff;
        overflow: hidden;
        transition: all .2s ease-in-out;
        padding: 0; }
        .smart-cards .card-group .column .columnInner.withImage:hover, .smart-cards .card-group .columns .columnInner.withImage:hover {
          box-shadow: 0.5625rem 0.5625rem 1.1875rem 0 rgba(0, 0, 0, 0.3);
          -ms-transform: translate(-2px, -2px);
              transform: translate(-2px, -2px); }
        .smart-cards .card-group .column .columnInner.withImage .imageHolder, .smart-cards .card-group .columns .columnInner.withImage .imageHolder {
          background-size: cover; }
          .smart-cards .card-group .column .columnInner.withImage .imageHolder:after, .smart-cards .card-group .columns .columnInner.withImage .imageHolder:after {
            display: block;
            content: '';
            padding-bottom: 59.19117647%; }
        .smart-cards .card-group .column .columnInner.withImage .contentHolder, .smart-cards .card-group .columns .columnInner.withImage .contentHolder {
          padding: 2rem 1rem 0 1rem;
          text-align: center; }
          @media screen and (min-width: 40em) {
            .smart-cards .card-group .column .columnInner.withImage .contentHolder, .smart-cards .card-group .columns .columnInner.withImage .contentHolder {
              padding: 1rem 1rem 0 1rem; } }
          .smart-cards .card-group .column .columnInner.withImage .contentHolder h4, .smart-cards .card-group .columns .columnInner.withImage .contentHolder h4 {
            color: #595955;
            font-size: 2.25rem;
            text-align: center;
            margin-bottom: 1.25rem; }
          .smart-cards .card-group .column .columnInner.withImage .contentHolder h3, .smart-cards .card-group .columns .columnInner.withImage .contentHolder h3 {
            color: #595955;
            font-size: 2.25rem;
            text-align: center;
            margin-bottom: 1.25rem; }
          .smart-cards .card-group .column .columnInner.withImage .contentHolder p, .smart-cards .card-group .columns .columnInner.withImage .contentHolder p {
            margin-bottom: 0; }
          .smart-cards .card-group .column .columnInner.withImage .contentHolder .body, .smart-cards .card-group .columns .columnInner.withImage .contentHolder .body {
            padding-bottom: 6.25rem;
            color: #343434; }
          .smart-cards .card-group .column .columnInner.withImage .contentHolder .more-button, .smart-cards .card-group .columns .columnInner.withImage .contentHolder .more-button {
            text-align: center;
            position: absolute;
            bottom: 1.9375rem;
            left: 0;
            width: 100%; }
            .smart-cards .card-group .column .columnInner.withImage .contentHolder .more-button a, .smart-cards .card-group .columns .columnInner.withImage .contentHolder .more-button a {
              text-transform: uppercase;
              color: #385994;
              font-family: "Raleway", sans-serif;
              font-weight: 600;
              text-align: center; }
              .smart-cards .card-group .column .columnInner.withImage .contentHolder .more-button a .more-text, .smart-cards .card-group .columns .columnInner.withImage .contentHolder .more-button a .more-text {
                text-decoration: underline;
                margin-right: 0.3125rem; }
        .smart-cards .card-group .column .columnInner.withImage .serviceLink, .smart-cards .card-group .columns .columnInner.withImage .serviceLink {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          z-index: 10; }
      .smart-cards .card-group .column .columnInner .cardBody, .smart-cards .card-group .columns .columnInner .cardBody {
        font-family: "Raleway", sans-serif;
        font-size: 1rem;
        letter-spacing: -0.00187rem; }
        .smart-cards .card-group .column .columnInner .cardBody p, .smart-cards .card-group .columns .columnInner .cardBody p {
          font-family: "Raleway", sans-serif;
          font-size: 1rem;
          letter-spacing: -0.00187rem; }
        .smart-cards .card-group .column .columnInner .cardBody ul li, .smart-cards .card-group .columns .columnInner .cardBody ul li, .smart-cards .card-group .column .columnInner .cardBody ol li, .smart-cards .card-group .columns .columnInner .cardBody ol li {
          line-height: 1.1875rem;
          margin-bottom: 0.3125rem;
          font-family: "Raleway", sans-serif;
          font-size: 1rem;
          letter-spacing: -0.00187rem; }
        .smart-cards .card-group .column .columnInner .cardBody ol ul, .smart-cards .card-group .columns .columnInner .cardBody ol ul {
          margin-top: 0.3125rem; }
        .smart-cards .card-group .column .columnInner .cardBody ul, .smart-cards .card-group .columns .columnInner .cardBody ul {
          list-style-image: url("/img/chevron.svg"); }
      .smart-cards .card-group .column .columnInner .checkmark, .smart-cards .card-group .columns .columnInner .checkmark {
        border: solid 2px #ffffff;
        width: 1.75rem;
        height: 1.75rem;
        display: inline-block; }
        .smart-cards .card-group .column .columnInner .checkmark span, .smart-cards .card-group .columns .columnInner .checkmark span {
          color: #FFAE3B;
          font-size: 1rem; }
      .smart-cards .card-group .column .columnInner h3.cardTitle, .smart-cards .card-group .columns .columnInner h3.cardTitle {
        color: #ffffff;
        text-align: center;
        font-family: "Raleway", sans-serif;
        font-size: 2.25rem;
        line-height: 2.5625rem;
        letter-spacing: -0.00187rem;
        margin-top: 0.625rem; }
        .smart-cards .card-group .column .columnInner h3.cardTitle.marginTop, .smart-cards .card-group .columns .columnInner h3.cardTitle.marginTop {
          margin-top: 1.75rem; }
      .smart-cards .card-group .column .columnInner h4.cardTitle, .smart-cards .card-group .columns .columnInner h4.cardTitle {
        color: #ffffff;
        text-align: center;
        font-family: "Raleway", sans-serif;
        font-size: 2rem;
        line-height: 2.3125rem;
        letter-spacing: -0.00187rem;
        margin-top: 0.625rem; }
        .smart-cards .card-group .column .columnInner h4.cardTitle.marginTop, .smart-cards .card-group .columns .columnInner h4.cardTitle.marginTop {
          margin-top: 1.75rem; }

.smart-chart .titleHolder .titleInner {
  background-color: #F6F6F6;
  padding: 1.25rem 1rem; }
  .smart-chart .titleHolder .titleInner h3 {
    font-family: "Raleway", sans-serif;
    color: #7AAB6D;
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0; }

.smart-chart .contentHolder .contentInner {
  background-color: #4A7B3D;
  padding: 1.4375rem 1.25rem 6.5rem;
  position: relative;
  z-index: 1;
  /*#curved-corner-bottomleft, #curved-corner-bottomright {
				width: 50%;
				position: absolute;
				overflow: hidden;
				height: 100px;
				&:before {
					content: "";
					display: block;
					width: 200%;
					height: 200%;
					position: absolute;
					border-radius: 50%;
				}
			}
			#curved-corner-bottomleft {
				bottom: 0;
				left: 0;
				&:before {
					bottom: 0;
					left: 0;
					box-shadow: -50px 50px 0 0 $white;
				}
			}
			#curved-corner-bottomright {
				bottom: 0;
				right: 0;
				&:before {
					bottom: 0;
					right: 0;
					box-shadow: 50px 50px 0 0 $white;
				}
			}*/ }
  @media screen and (min-width: 40em) {
    .smart-chart .contentHolder .contentInner {
      padding: 1.4375rem 2.5rem 6.5rem; } }
  @media screen and (min-width: 64em) {
    .smart-chart .contentHolder .contentInner {
      padding: 1.4375rem 4.375rem 6.5rem; } }
  .smart-chart .contentHolder .contentInner:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 6.25rem;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("/img/pillar-chart-border.png"); }
  .smart-chart .contentHolder .contentInner h4 {
    color: #ffffff;
    font-family: "Raleway", sans-serif;
    font-size: 1.5rem;
    line-height: 1.625rem;
    font-weight: 600;
    margin-bottom: 1.25rem; }
  .smart-chart .contentHolder .contentInner .description {
    color: #ffffff;
    margin-bottom: 2rem; }
    @media screen and (min-width: 40em) {
      .smart-chart .contentHolder .contentInner .description {
        padding-left: 0.625rem;
        padding-right: 0.625rem; } }
    @media screen and (min-width: 64em) {
      .smart-chart .contentHolder .contentInner .description {
        padding-left: 1.25rem;
        padding-right: 1.25rem; } }
    .smart-chart .contentHolder .contentInner .description p {
      color: #ffffff;
      font-size: 1rem;
      line-height: 1.75rem; }
      .smart-chart .contentHolder .contentInner .description p a {
        color: #ffffff;
        text-decoration: underline;
        font-weight: bold; }
  .smart-chart .contentHolder .contentInner .chartItems {
    list-style-image: unset;
    list-style-type: none;
    margin: 0; }
    @media screen and (min-width: 40em) {
      .smart-chart .contentHolder .contentInner .chartItems {
        column-count: 2;
        column-gap: 1.875rem; } }
    .smart-chart .contentHolder .contentInner .chartItems li {
      color: #ffffff;
      font-size: 1rem;
      line-height: 1.25rem;
      vertical-align: middle;
      font-weight: bold;
      margin-bottom: 1rem;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: start;
          align-items: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
      .smart-chart .contentHolder .contentInner .chartItems li .itemIcon {
        width: 1.375rem;
        -ms-flex-preferred-size: 1.375rem;
            flex-basis: 1.375rem;
        margin-right: 0.75rem; }
      .smart-chart .contentHolder .contentInner .chartItems li span {
        -ms-flex-negative: 1;
            flex-shrink: 1; }

#pillar-sidebar-menu a {
  text-decoration: none; }

.yxt-SearchBar-wrapper {
  width: calc(100% - 120px);
  margin-left: 13px;
  padding: 5px 0; }
  .yxt-SearchBar-wrapper .yxt-SearchBar {
    height: 40px; }
  .yxt-SearchBar-wrapper .yxt-SearchBar-container {
    border-radius: 0;
    border: none; }
  .yxt-SearchBar-wrapper .yxt-SearchBar-input {
    margin-bottom: 0; }
    .yxt-SearchBar-wrapper .yxt-SearchBar-input:focus {
      border: none;
      box-shadow: none; }
  .yxt-SearchBar-wrapper .yxt-SearchBar-button {
    padding-top: 4px !important;
    padding-bottom: 4px !important; }
    .yxt-SearchBar-wrapper .yxt-SearchBar-button:hover {
      background: transparent;
      border-radius: 0; }
  .yxt-SearchBar-wrapper .yxt-AutoComplete-option {
    display: block !important; }

@media screen {
  body.page-home-health-assessment-quiz h2.quiz, body.page-home-health-quiz h2.quiz, body.page-hospice-care-quiz h2.quiz, body.page-hospice-quiz h2.quiz {
    font-family: "Raleway", sans-serif;
    font-size: 30px;
    line-height: 114%;
    letter-spacing: 0.42px;
    text-align: center;
    font-weight: bold;
    margin: 0 0 30px 0; } }
  @media screen and (min-width: 40em) {
    body.page-home-health-assessment-quiz h2.quiz, body.page-home-health-quiz h2.quiz, body.page-hospice-care-quiz h2.quiz, body.page-hospice-quiz h2.quiz {
      font-size: 42px; } }

@media screen {
  body.page-home-health-assessment-quiz h2.green, body.page-home-health-quiz h2.green, body.page-hospice-care-quiz h2.green, body.page-hospice-quiz h2.green {
    color: #4A7B3D; }
  body.page-home-health-assessment-quiz h4.quiz, body.page-home-health-quiz h4.quiz, body.page-hospice-care-quiz h4.quiz, body.page-hospice-quiz h4.quiz {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.24px;
    line-height: 133%;
    text-align: center;
    margin: 0; }
  body.page-home-health-assessment-quiz h4.white, body.page-home-health-quiz h4.white, body.page-hospice-care-quiz h4.white, body.page-hospice-quiz h4.white {
    color: white; }
  body.page-home-health-assessment-quiz .quiz-start, body.page-home-health-quiz .quiz-start, body.page-hospice-care-quiz .quiz-start, body.page-hospice-quiz .quiz-start {
    padding: 100px 0;
    background: #FDF7EA; }
    body.page-home-health-assessment-quiz .quiz-start .intro, body.page-home-health-quiz .quiz-start .intro, body.page-hospice-care-quiz .quiz-start .intro, body.page-hospice-quiz .quiz-start .intro {
      padding: 16px 50px;
      font-size: 20px; }
  body.page-home-health-assessment-quiz .quiz-detail, body.page-home-health-quiz .quiz-detail, body.page-hospice-care-quiz .quiz-detail, body.page-hospice-quiz .quiz-detail {
    background: #D81E5B;
    padding: 10px 20px 40px 20px;
    color: white;
    border-radius: 20px;
    text-align: center; }
    body.page-home-health-assessment-quiz .quiz-detail .button, body.page-home-health-quiz .quiz-detail .button, body.page-hospice-care-quiz .quiz-detail .button, body.page-hospice-quiz .quiz-detail .button {
      padding: 1rem 2.5rem; }
    body.page-home-health-assessment-quiz .quiz-detail .title, body.page-home-health-quiz .quiz-detail .title, body.page-hospice-care-quiz .quiz-detail .title, body.page-hospice-quiz .quiz-detail .title {
      font-family: "Raleway", sans-serif;
      font-size: 18px;
      font-weight: 500;
      margin-bottom: 30px; }
    body.page-home-health-assessment-quiz .quiz-detail .cta, body.page-home-health-quiz .quiz-detail .cta, body.page-hospice-care-quiz .quiz-detail .cta, body.page-hospice-quiz .quiz-detail .cta {
      font-family: "Raleway", sans-serif;
      font-size: 25px;
      font-weight: 500;
      text-transform: uppercase;
      margin-bottom: 20px; }
  body.page-home-health-assessment-quiz .quiz, body.page-home-health-quiz .quiz, body.page-hospice-care-quiz .quiz, body.page-hospice-quiz .quiz {
    margin: 50px 0; }
    body.page-home-health-assessment-quiz .quiz .container, body.page-home-health-quiz .quiz .container, body.page-hospice-care-quiz .quiz .container, body.page-hospice-quiz .quiz .container {
      color: white;
      margin-bottom: 40px; } }
    @media screen and (max-width: 39.9375em) {
      body.page-home-health-assessment-quiz .quiz .container, body.page-home-health-quiz .quiz .container, body.page-hospice-care-quiz .quiz .container, body.page-hospice-quiz .quiz .container {
        margin-left: -0.625rem;
        margin-right: -0.625rem; } }

@media screen {
    body.page-home-health-assessment-quiz .quiz .question-container, body.page-home-health-quiz .quiz .question-container, body.page-hospice-care-quiz .quiz .question-container, body.page-hospice-quiz .quiz .question-container {
      margin-bottom: 20px; }
      body.page-home-health-assessment-quiz .quiz .question-container .inner-container, body.page-home-health-quiz .quiz .question-container .inner-container, body.page-hospice-care-quiz .quiz .question-container .inner-container, body.page-hospice-quiz .quiz .question-container .inner-container {
        border: 1px solid #4A7B3D;
        padding: 24px 10px 0 10px;
        background: #4A7B3D; } }
      @media screen and (min-width: 40em) {
        body.page-home-health-assessment-quiz .quiz .question-container .inner-container, body.page-home-health-quiz .quiz .question-container .inner-container, body.page-hospice-care-quiz .quiz .question-container .inner-container, body.page-hospice-quiz .quiz .question-container .inner-container {
          padding: 50px 50px 0 50px; } }

@media screen {
      body.page-home-health-assessment-quiz .quiz .question-container:after, body.page-home-health-quiz .quiz .question-container:after, body.page-hospice-care-quiz .quiz .question-container:after, body.page-hospice-quiz .quiz .question-container:after {
        content: url("/img/form-bottom.svg");
        display: block; }
      body.page-home-health-assessment-quiz .quiz .question-container .question, body.page-home-health-quiz .quiz .question-container .question, body.page-hospice-care-quiz .quiz .question-container .question, body.page-hospice-quiz .quiz .question-container .question {
        font-size: 20px;
        font-weight: 600;
        text-align: center;
        line-height: 114%; } }
      @media screen and (min-width: 40em) {
        body.page-home-health-assessment-quiz .quiz .question-container .question, body.page-home-health-quiz .quiz .question-container .question, body.page-hospice-care-quiz .quiz .question-container .question, body.page-hospice-quiz .quiz .question-container .question {
          font-size: 28px; } }

@media screen {
      body.page-home-health-assessment-quiz .quiz .question-container .instruction, body.page-home-health-quiz .quiz .question-container .instruction, body.page-hospice-care-quiz .quiz .question-container .instruction, body.page-hospice-quiz .quiz .question-container .instruction {
        text-align: center;
        font-style: italic;
        font-size: 20px;
        font-weight: 600;
        line-height: 160%; }
      body.page-home-health-assessment-quiz .quiz .question-container .choices, body.page-home-health-quiz .quiz .question-container .choices, body.page-hospice-care-quiz .quiz .question-container .choices, body.page-hospice-quiz .quiz .question-container .choices {
        padding: 35px 5px 0 5px;
        margin: 0;
        list-style: none; } }
      @media screen and (min-width: 40em) {
        body.page-home-health-assessment-quiz .quiz .question-container .choices, body.page-home-health-quiz .quiz .question-container .choices, body.page-hospice-care-quiz .quiz .question-container .choices, body.page-hospice-quiz .quiz .question-container .choices {
          padding: 35px 35px 0 35px;
          column-gap: 16px;
          display: -ms-grid;
          display: grid;
          grid-auto-flow: column; } }

@media screen {
        body.page-home-health-assessment-quiz .quiz .question-container .choices label, body.page-home-health-quiz .quiz .question-container .choices label, body.page-hospice-care-quiz .quiz .question-container .choices label, body.page-hospice-quiz .quiz .question-container .choices label {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          padding: 10px 20px;
          cursor: pointer;
          background: white;
          transition: all .2s ease-in-out;
          height: calc(100% - 18px);
          background: white;
          color: #0C2C02;
          font-size: 16px;
          line-height: 125%;
          margin-bottom: 18px; }
          body.page-home-health-assessment-quiz .quiz .question-container .choices label.is-checked, body.page-home-health-quiz .quiz .question-container .choices label.is-checked, body.page-hospice-care-quiz .quiz .question-container .choices label.is-checked, body.page-hospice-quiz .quiz .question-container .choices label.is-checked {
            color: white;
            background: #0C2C02; }
            body.page-home-health-assessment-quiz .quiz .question-container .choices label.is-checked input, body.page-home-health-quiz .quiz .question-container .choices label.is-checked input, body.page-hospice-care-quiz .quiz .question-container .choices label.is-checked input, body.page-hospice-quiz .quiz .question-container .choices label.is-checked input {
              background: #D81E5B; }
          body.page-home-health-assessment-quiz .quiz .question-container .choices label:hover, body.page-home-health-quiz .quiz .question-container .choices label:hover, body.page-hospice-care-quiz .quiz .question-container .choices label:hover, body.page-hospice-quiz .quiz .question-container .choices label:hover {
            background: #7aab6d;
            color: white; }
          body.page-home-health-assessment-quiz .quiz .question-container .choices label input, body.page-home-health-quiz .quiz .question-container .choices label input, body.page-hospice-care-quiz .quiz .question-container .choices label input, body.page-hospice-quiz .quiz .question-container .choices label input {
            all: unset;
            display: block;
            background: #d9d9d9;
            border: 5px solid #d9d9d9;
            width: 24px;
            height: 24px;
            border-radius: 100%;
            -ms-flex-negative: 0;
                flex-shrink: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
            margin: 0 20px 0 10px;
            transition: all .2s ease-in-out; }
          body.page-home-health-assessment-quiz .quiz .question-container .choices label .text, body.page-home-health-quiz .quiz .question-container .choices label .text, body.page-hospice-care-quiz .quiz .question-container .choices label .text, body.page-hospice-quiz .quiz .question-container .choices label .text {
            margin: 0;
            line-height: 125%;
            font-size: 14px;
            display: block; } }
          @media screen and (min-width: 40em) {
            body.page-home-health-assessment-quiz .quiz .question-container .choices label .text, body.page-home-health-quiz .quiz .question-container .choices label .text, body.page-hospice-care-quiz .quiz .question-container .choices label .text, body.page-hospice-quiz .quiz .question-container .choices label .text {
              font-size: 16px; } }

@media screen {
    body.page-home-health-assessment-quiz .quiz .navigation-container, body.page-home-health-quiz .quiz .navigation-container, body.page-hospice-care-quiz .quiz .navigation-container, body.page-hospice-quiz .quiz .navigation-container {
      text-align: center; }
      body.page-home-health-assessment-quiz .quiz .navigation-container .navigation-buttons, body.page-home-health-quiz .quiz .navigation-container .navigation-buttons, body.page-hospice-care-quiz .quiz .navigation-container .navigation-buttons, body.page-hospice-quiz .quiz .navigation-container .navigation-buttons {
        margin-bottom: 25px; }
        body.page-home-health-assessment-quiz .quiz .navigation-container .navigation-buttons :not(:first-child), body.page-home-health-quiz .quiz .navigation-container .navigation-buttons :not(:first-child), body.page-hospice-care-quiz .quiz .navigation-container .navigation-buttons :not(:first-child), body.page-hospice-quiz .quiz .navigation-container .navigation-buttons :not(:first-child) {
          margin-left: 20px; }
      body.page-home-health-assessment-quiz .quiz .navigation-container .pagination, body.page-home-health-quiz .quiz .navigation-container .pagination, body.page-hospice-care-quiz .quiz .navigation-container .pagination, body.page-hospice-quiz .quiz .navigation-container .pagination {
        margin: 0;
        padding-bottom: 30px;
        color: #4A7B3D;
        font-size: 14px;
        font-family: "Raleway", sans-serif;
        letter-spacing: 0.18px;
        font-weight: 600; }
        body.page-home-health-assessment-quiz .quiz .navigation-container .pagination ul, body.page-home-health-quiz .quiz .navigation-container .pagination ul, body.page-hospice-care-quiz .quiz .navigation-container .pagination ul, body.page-hospice-quiz .quiz .navigation-container .pagination ul {
          display: inline-block;
          margin: 0;
          padding: 0;
          list-style: none;
          font-size: 0;
          vertical-align: middle; }
          body.page-home-health-assessment-quiz .quiz .navigation-container .pagination ul li, body.page-home-health-quiz .quiz .navigation-container .pagination ul li, body.page-hospice-care-quiz .quiz .navigation-container .pagination ul li, body.page-hospice-quiz .quiz .navigation-container .pagination ul li {
            display: inline-block;
            margin: 0 5px 0 0; } }
          @media screen and (min-width: 40em) {
            body.page-home-health-assessment-quiz .quiz .navigation-container .pagination ul li, body.page-home-health-quiz .quiz .navigation-container .pagination ul li, body.page-hospice-care-quiz .quiz .navigation-container .pagination ul li, body.page-hospice-quiz .quiz .navigation-container .pagination ul li {
              margin: 0 10px 0 0; } }

@media screen {
            body.page-home-health-assessment-quiz .quiz .navigation-container .pagination ul li a, body.page-home-health-quiz .quiz .navigation-container .pagination ul li a, body.page-hospice-care-quiz .quiz .navigation-container .pagination ul li a, body.page-hospice-quiz .quiz .navigation-container .pagination ul li a {
              padding: 0;
              display: block;
              text-decoration: none;
              font-size: 0;
              width: 10px;
              height: 10px;
              border: 1px solid #4A7B3D;
              border-radius: 100%; } }
            @media screen and (min-width: 40em) {
              body.page-home-health-assessment-quiz .quiz .navigation-container .pagination ul li a, body.page-home-health-quiz .quiz .navigation-container .pagination ul li a, body.page-hospice-care-quiz .quiz .navigation-container .pagination ul li a, body.page-hospice-quiz .quiz .navigation-container .pagination ul li a {
                width: 16px;
                height: 16px; } }

@media screen {
              body.page-home-health-assessment-quiz .quiz .navigation-container .pagination ul li a[disabled], body.page-home-health-quiz .quiz .navigation-container .pagination ul li a[disabled], body.page-hospice-care-quiz .quiz .navigation-container .pagination ul li a[disabled], body.page-hospice-quiz .quiz .navigation-container .pagination ul li a[disabled] {
                cursor: not-allowed;
                opacity: .25; } }
      @media screen and (min-width: 40em) {
        body.page-home-health-assessment-quiz .quiz .navigation-container .pagination, body.page-home-health-quiz .quiz .navigation-container .pagination, body.page-hospice-care-quiz .quiz .navigation-container .pagination, body.page-hospice-quiz .quiz .navigation-container .pagination {
          font-size: 18px; } }

@media screen {
    body.page-home-health-assessment-quiz .quiz .restart, body.page-home-health-quiz .quiz .restart, body.page-hospice-care-quiz .quiz .restart, body.page-hospice-quiz .quiz .restart {
      text-align: center; } }
    @media screen and (min-width: 40em) {
      body.page-home-health-assessment-quiz .quiz .restart, body.page-home-health-quiz .quiz .restart, body.page-hospice-care-quiz .quiz .restart, body.page-hospice-quiz .quiz .restart {
        text-align: right; } }

@media screen {
      body.page-home-health-assessment-quiz .quiz .restart a, body.page-home-health-quiz .quiz .restart a, body.page-hospice-care-quiz .quiz .restart a, body.page-hospice-quiz .quiz .restart a {
        display: inline-block;
        font-size: 18px;
        font-weight: 500;
        text-decoration: none;
        text-transform: uppercase;
        font-family: "Raleway", sans-serif;
        color: #3E5E6F;
        background-image: url("/img/back-arrow.svg");
        background-repeat: no-repeat;
        background-position: left center;
        padding-left: 53px; }
    body.page-home-health-assessment-quiz .quiz .get-results, body.page-home-health-quiz .quiz .get-results, body.page-hospice-care-quiz .quiz .get-results, body.page-hospice-quiz .quiz .get-results {
      padding: 35px; }
      body.page-home-health-assessment-quiz .quiz .get-results .cover, body.page-home-health-quiz .quiz .get-results .cover, body.page-hospice-care-quiz .quiz .get-results .cover, body.page-hospice-quiz .quiz .get-results .cover {
        filter: drop-shadow(0px 6px 16px rgba(0, 0, 0, 0.15)); }
  body.page-home-health-assessment-quiz .intro, body.page-home-health-quiz .intro, body.page-hospice-care-quiz .intro, body.page-hospice-quiz .intro {
    background: #FDF7EA;
    padding-top: 50px; } }
  @media screen and (min-width: 40em) {
    body.page-home-health-assessment-quiz .intro, body.page-home-health-quiz .intro, body.page-hospice-care-quiz .intro, body.page-hospice-quiz .intro {
      padding: 100px 0; } }

@media screen {
    body.page-home-health-assessment-quiz .intro .brief, body.page-home-health-quiz .intro .brief, body.page-hospice-care-quiz .intro .brief, body.page-hospice-quiz .intro .brief {
      color: #595955;
      text-align: center;
      font-size: 20px;
      font-weight: 600; } }
    @media screen and (min-width: 40em) {
      body.page-home-health-assessment-quiz .intro .brief, body.page-home-health-quiz .intro .brief, body.page-hospice-care-quiz .intro .brief, body.page-hospice-quiz .intro .brief {
        font-size: 28px;
        line-height: 142%; } }

@media screen {
      body.page-home-health-assessment-quiz .intro .brief ul li, body.page-home-health-quiz .intro .brief ul li, body.page-hospice-care-quiz .intro .brief ul li, body.page-hospice-quiz .intro .brief ul li {
        list-style: none; }
        body.page-home-health-assessment-quiz .intro .brief ul li:before, body.page-home-health-quiz .intro .brief ul li:before, body.page-hospice-care-quiz .intro .brief ul li:before, body.page-hospice-quiz .intro .brief ul li:before {
          content: url("https://cdn.amedisys.com/img/smallOval.svg");
          margin-right: 16px; }
      body.page-home-health-assessment-quiz .intro .brief .smaller, body.page-home-health-quiz .intro .brief .smaller, body.page-hospice-care-quiz .intro .brief .smaller, body.page-hospice-quiz .intro .brief .smaller {
        font-weight: normal;
        text-align: left; }
    body.page-home-health-assessment-quiz .intro .contact_cta, body.page-home-health-quiz .intro .contact_cta, body.page-hospice-care-quiz .intro .contact_cta, body.page-hospice-quiz .intro .contact_cta {
      display: block;
      background-image: url("/img/home_health.jpg");
      background-repeat: no-repeat;
      background-size: cover;
      border-radius: 20px;
      z-index: 2;
      padding: 65px 0;
      text-decoration: none;
      position: relative;
      overflow: hidden; }
      body.page-home-health-assessment-quiz .intro .contact_cta .row, body.page-home-health-quiz .intro .contact_cta .row, body.page-hospice-care-quiz .intro .contact_cta .row, body.page-hospice-quiz .intro .contact_cta .row {
        position: relative;
        z-index: 2; }
      body.page-home-health-assessment-quiz .intro .contact_cta:before, body.page-home-health-quiz .intro .contact_cta:before, body.page-hospice-care-quiz .intro .contact_cta:before, body.page-hospice-quiz .intro .contact_cta:before {
        display: block;
        content: '';
        background: rgba(74, 123, 61, 0.7);
        position: absolute;
        width: 70%;
        height: 250%;
        top: 0;
        right: 0;
        -ms-transform: translateY(-30%) translateX(15%);
            transform: translateY(-30%) translateX(15%);
        mix-blend-mode: multiply;
        border-radius: 100%; } }
    @media screen and (max-width: 39.9375em) {
      body.page-home-health-assessment-quiz .intro .contact_cta, body.page-home-health-quiz .intro .contact_cta, body.page-hospice-care-quiz .intro .contact_cta, body.page-hospice-quiz .intro .contact_cta {
        border-radius: 0;
        padding-top: 175px;
        margin-top: 30px;
        margin-left: -0.625rem;
        margin-right: -0.625rem; }
        body.page-home-health-assessment-quiz .intro .contact_cta:before, body.page-home-health-quiz .intro .contact_cta:before, body.page-hospice-care-quiz .intro .contact_cta:before, body.page-hospice-quiz .intro .contact_cta:before {
          width: 170%;
          height: 200%;
          -ms-transform: translateY(12%) translateX(20%);
              transform: translateY(12%) translateX(20%); } }

@media screen {
      body.page-home-health-assessment-quiz .intro .contact_cta p, body.page-home-health-quiz .intro .contact_cta p, body.page-hospice-care-quiz .intro .contact_cta p, body.page-hospice-quiz .intro .contact_cta p {
        font-size: 24px;
        font-family: "Raleway", sans-serif;
        line-height: 111%;
        color: white;
        text-align: left;
        font-weight: 600;
        letter-spacing: 0.18px;
        padding-left: 20px; } }
      @media screen and (min-width: 40em) {
        body.page-home-health-assessment-quiz .intro .contact_cta p, body.page-home-health-quiz .intro .contact_cta p, body.page-hospice-care-quiz .intro .contact_cta p, body.page-hospice-quiz .intro .contact_cta p {
          font-size: 36px; } }

@media screen {
      body.page-home-health-assessment-quiz .intro .contact_cta .button, body.page-home-health-quiz .intro .contact_cta .button, body.page-hospice-care-quiz .intro .contact_cta .button, body.page-hospice-quiz .intro .contact_cta .button {
        background-color: white;
        border-color: white;
        color: #4A7B3D;
        box-shadow: inset 0 0 0 1px white; }
        body.page-home-health-assessment-quiz .intro .contact_cta .button span, body.page-home-health-quiz .intro .contact_cta .button span, body.page-hospice-care-quiz .intro .contact_cta .button span, body.page-hospice-quiz .intro .contact_cta .button span {
          color: #4A7B3D; }
  body.page-home-health-assessment-quiz .results, body.page-home-health-quiz .results, body.page-hospice-care-quiz .results, body.page-hospice-quiz .results {
    background: white;
    padding: 60px 0 20px 0; } }
  @media screen and (min-width: 40em) {
    body.page-home-health-assessment-quiz .results, body.page-home-health-quiz .results, body.page-hospice-care-quiz .results, body.page-hospice-quiz .results {
      padding: 100px 0 68px 0; } }
  @media screen and (max-width: 39.9375em) {
    body.page-home-health-assessment-quiz .results h2, body.page-home-health-quiz .results h2, body.page-hospice-care-quiz .results h2, body.page-hospice-quiz .results h2 {
      margin-bottom: 43px; } }

@media screen {
    body.page-home-health-assessment-quiz .results .conditions, body.page-home-health-quiz .results .conditions, body.page-hospice-care-quiz .results .conditions, body.page-hospice-quiz .results .conditions {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
    @media screen and (min-width: 40em) {
      body.page-home-health-assessment-quiz .results .conditions, body.page-home-health-quiz .results .conditions, body.page-hospice-care-quiz .results .conditions, body.page-hospice-quiz .results .conditions {
        margin-left: -10px;
        margin-right: -10px; } }

@media screen {
      body.page-home-health-assessment-quiz .results .conditions .condition, body.page-home-health-quiz .results .conditions .condition, body.page-hospice-care-quiz .results .conditions .condition, body.page-hospice-quiz .results .conditions .condition {
        border-radius: 20px;
        padding: 60px 35px 60px;
        font-size: 14px;
        font-family: "Raleway", sans-serif;
        color: white;
        background: #3E5E6F;
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.07);
        position: relative;
        margin-bottom: 48px;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; } }
      @media screen and (min-width: 40em) {
        body.page-home-health-assessment-quiz .results .conditions .condition, body.page-home-health-quiz .results .conditions .condition, body.page-hospice-care-quiz .results .conditions .condition, body.page-hospice-quiz .results .conditions .condition {
          font-size: 18px; } }
      @media screen and (max-width: 39.9375em) {
        body.page-home-health-assessment-quiz .results .conditions .condition:nth-child(even), body.page-home-health-quiz .results .conditions .condition:nth-child(even), body.page-hospice-care-quiz .results .conditions .condition:nth-child(even), body.page-hospice-quiz .results .conditions .condition:nth-child(even) {
          background: #4A7B3D; } }
      @media screen and (min-width: 40em) {
        body.page-home-health-assessment-quiz .results .conditions .condition:nth-child(4n+2), body.page-home-health-assessment-quiz .results .conditions .condition:nth-child(4n+3), body.page-home-health-quiz .results .conditions .condition:nth-child(4n+2), body.page-home-health-quiz .results .conditions .condition:nth-child(4n+3), body.page-hospice-care-quiz .results .conditions .condition:nth-child(4n+2), body.page-hospice-care-quiz .results .conditions .condition:nth-child(4n+3), body.page-hospice-quiz .results .conditions .condition:nth-child(4n+2), body.page-hospice-quiz .results .conditions .condition:nth-child(4n+3) {
          background: #4A7B3D; } }
      @media screen and (min-width: 40em) {
        body.page-home-health-assessment-quiz .results .conditions .condition, body.page-home-health-quiz .results .conditions .condition, body.page-hospice-care-quiz .results .conditions .condition, body.page-hospice-quiz .results .conditions .condition {
          margin-bottom: 77px; } }
      @media screen and (min-width: 40em) {
        body.page-home-health-assessment-quiz .results .conditions .condition, body.page-home-health-quiz .results .conditions .condition, body.page-hospice-care-quiz .results .conditions .condition, body.page-hospice-quiz .results .conditions .condition {
          -ms-flex-preferred-size: calc(50% - 20px);
              flex-basis: calc(50% - 20px);
          margin-left: 10px;
          margin-right: 10px; } }

@media screen {
        body.page-home-health-assessment-quiz .results .conditions .condition .icon, body.page-home-health-quiz .results .conditions .condition .icon, body.page-hospice-care-quiz .results .conditions .condition .icon, body.page-hospice-quiz .results .conditions .condition .icon {
          position: absolute;
          display: inline-block;
          top: calc(59px / 2 * -1);
          left: calc(50% - 58px / 2); } }
        @media screen and (min-width: 40em) {
          body.page-home-health-assessment-quiz .results .conditions .condition .icon, body.page-home-health-quiz .results .conditions .condition .icon, body.page-hospice-care-quiz .results .conditions .condition .icon, body.page-hospice-quiz .results .conditions .condition .icon {
            top: calc(106px / 2 * -1);
            left: calc(50% - 105px / 2); } }

@media screen {
          body.page-home-health-assessment-quiz .results .conditions .condition .icon img, body.page-home-health-quiz .results .conditions .condition .icon img, body.page-hospice-care-quiz .results .conditions .condition .icon img, body.page-hospice-quiz .results .conditions .condition .icon img {
            width: 58px;
            height: 59px; } }
          @media screen and (min-width: 40em) {
            body.page-home-health-assessment-quiz .results .conditions .condition .icon img, body.page-home-health-quiz .results .conditions .condition .icon img, body.page-hospice-care-quiz .results .conditions .condition .icon img, body.page-hospice-quiz .results .conditions .condition .icon img {
              width: 105px;
              height: 106px; } }

@media screen {
        body.page-home-health-assessment-quiz .results .conditions .condition .header, body.page-home-health-quiz .results .conditions .condition .header, body.page-hospice-care-quiz .results .conditions .condition .header, body.page-hospice-quiz .results .conditions .condition .header {
          font-size: 14px;
          margin-bottom: 10px;
          font-weight: bold;
          letter-spacing: 0.44px; } }
        @media screen and (min-width: 40em) {
          body.page-home-health-assessment-quiz .results .conditions .condition .header, body.page-home-health-quiz .results .conditions .condition .header, body.page-hospice-care-quiz .results .conditions .condition .header, body.page-hospice-quiz .results .conditions .condition .header {
            font-size: 22px;
            margin-bottom: 20px; } }

@media screen {
        body.page-home-health-assessment-quiz .results .conditions .condition .details, body.page-home-health-quiz .results .conditions .condition .details, body.page-hospice-care-quiz .results .conditions .condition .details, body.page-hospice-quiz .results .conditions .condition .details {
          font-family: "Lora", serif; }
          body.page-home-health-assessment-quiz .results .conditions .condition .details *, body.page-home-health-quiz .results .conditions .condition .details *, body.page-hospice-care-quiz .results .conditions .condition .details *, body.page-hospice-quiz .results .conditions .condition .details * {
            line-height: normal; }
          body.page-home-health-assessment-quiz .results .conditions .condition .details .title, body.page-home-health-quiz .results .conditions .condition .details .title, body.page-hospice-care-quiz .results .conditions .condition .details .title, body.page-hospice-quiz .results .conditions .condition .details .title {
            margin-bottom: 20px; }
          body.page-home-health-assessment-quiz .results .conditions .condition .details strong, body.page-home-health-quiz .results .conditions .condition .details strong, body.page-hospice-care-quiz .results .conditions .condition .details strong, body.page-hospice-quiz .results .conditions .condition .details strong {
            font-weight: normal; }
  body.page-home-health-assessment-quiz .responses, body.page-home-health-quiz .responses, body.page-hospice-care-quiz .responses, body.page-hospice-quiz .responses {
    background: #4A7B3D;
    padding: 54px 0 66px 0; } }
  @media screen and (min-width: 40em) {
    body.page-home-health-assessment-quiz .responses, body.page-home-health-quiz .responses, body.page-hospice-care-quiz .responses, body.page-hospice-quiz .responses {
      padding: 118px 0 97px 0; } }

@media screen {
    body.page-home-health-assessment-quiz .responses .response-header, body.page-home-health-quiz .responses .response-header, body.page-hospice-care-quiz .responses .response-header, body.page-hospice-quiz .responses .response-header {
      padding: 16px 60px; }
    body.page-home-health-assessment-quiz .responses .response-container, body.page-home-health-quiz .responses .response-container, body.page-hospice-care-quiz .responses .response-container, body.page-hospice-quiz .responses .response-container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; } }
    @media screen and (max-width: 39.9375em) {
      body.page-home-health-assessment-quiz .responses .response-container, body.page-home-health-quiz .responses .response-container, body.page-hospice-care-quiz .responses .response-container, body.page-hospice-quiz .responses .response-container {
        -ms-flex-direction: column;
            flex-direction: column; } }
    @media screen and (min-width: 40em) {
      body.page-home-health-assessment-quiz .responses .response-container .left-side, body.page-home-health-quiz .responses .response-container .left-side, body.page-hospice-care-quiz .responses .response-container .left-side, body.page-hospice-quiz .responses .response-container .left-side {
        -ms-flex-preferred-size: 70%;
            flex-basis: 70%; }
      body.page-home-health-assessment-quiz .responses .response-container .right-side, body.page-home-health-quiz .responses .response-container .right-side, body.page-hospice-care-quiz .responses .response-container .right-side, body.page-hospice-quiz .responses .response-container .right-side {
        -ms-flex-preferred-size: 30%;
            flex-basis: 30%; } }

@media screen {
    body.page-home-health-assessment-quiz .responses .questions_answers, body.page-home-health-quiz .responses .questions_answers, body.page-hospice-care-quiz .responses .questions_answers, body.page-hospice-quiz .responses .questions_answers {
      background: white;
      border-radius: 5px;
      overflow: hidden;
      counter-reset: response; }
      body.page-home-health-assessment-quiz .responses .questions_answers .response-container, body.page-home-health-quiz .responses .questions_answers .response-container, body.page-hospice-care-quiz .responses .questions_answers .response-container, body.page-hospice-quiz .responses .questions_answers .response-container {
        font-size: 14px;
        line-height: 128.5%;
        color: #0C2C02;
        counter-increment: response;
        position: relative; } }
      @media screen and (max-width: 39.9375em) {
        body.page-home-health-assessment-quiz .responses .questions_answers .response-container, body.page-home-health-quiz .responses .questions_answers .response-container, body.page-hospice-care-quiz .responses .questions_answers .response-container, body.page-hospice-quiz .responses .questions_answers .response-container {
          padding: 30px; }
          body.page-home-health-assessment-quiz .responses .questions_answers .response-container:nth-child(even), body.page-home-health-quiz .responses .questions_answers .response-container:nth-child(even), body.page-hospice-care-quiz .responses .questions_answers .response-container:nth-child(even), body.page-hospice-quiz .responses .questions_answers .response-container:nth-child(even) {
            background: #FDF7EA; } }
      @media screen and (min-width: 40em) {
        body.page-home-health-assessment-quiz .responses .questions_answers .response-container, body.page-home-health-quiz .responses .questions_answers .response-container, body.page-hospice-care-quiz .responses .questions_answers .response-container, body.page-hospice-quiz .responses .questions_answers .response-container {
          font-size: 20px;
          line-height: 147%; } }
      @media screen and (min-width: 40em) {
        body.page-home-health-assessment-quiz .responses .questions_answers .response-container:after, body.page-home-health-quiz .responses .questions_answers .response-container:after, body.page-hospice-care-quiz .responses .questions_answers .response-container:after, body.page-hospice-quiz .responses .questions_answers .response-container:after {
          content: '';
          border-bottom: 1px solid #4A7B3D;
          position: absolute;
          bottom: 0;
          left: 0;
          margin: 0 80px;
          width: calc(100% - 160px);
          height: 1px;
          z-index: 3; }
        body.page-home-health-assessment-quiz .responses .questions_answers .response-container:first-child .left-side, body.page-home-health-assessment-quiz .responses .questions_answers .response-container:first-child .right-side, body.page-home-health-quiz .responses .questions_answers .response-container:first-child .left-side, body.page-home-health-quiz .responses .questions_answers .response-container:first-child .right-side, body.page-hospice-care-quiz .responses .questions_answers .response-container:first-child .left-side, body.page-hospice-care-quiz .responses .questions_answers .response-container:first-child .right-side, body.page-hospice-quiz .responses .questions_answers .response-container:first-child .left-side, body.page-hospice-quiz .responses .questions_answers .response-container:first-child .right-side {
          padding-top: 60px; }
        body.page-home-health-assessment-quiz .responses .questions_answers .response-container:last-child:after, body.page-home-health-quiz .responses .questions_answers .response-container:last-child:after, body.page-hospice-care-quiz .responses .questions_answers .response-container:last-child:after, body.page-hospice-quiz .responses .questions_answers .response-container:last-child:after {
          display: none; }
        body.page-home-health-assessment-quiz .responses .questions_answers .response-container:last-child .left-side, body.page-home-health-assessment-quiz .responses .questions_answers .response-container:last-child .right-side, body.page-home-health-quiz .responses .questions_answers .response-container:last-child .left-side, body.page-home-health-quiz .responses .questions_answers .response-container:last-child .right-side, body.page-hospice-care-quiz .responses .questions_answers .response-container:last-child .left-side, body.page-hospice-care-quiz .responses .questions_answers .response-container:last-child .right-side, body.page-hospice-quiz .responses .questions_answers .response-container:last-child .left-side, body.page-hospice-quiz .responses .questions_answers .response-container:last-child .right-side {
          padding-bottom: 60px; }
        body.page-home-health-assessment-quiz .responses .questions_answers .response-container:last-child .right-side:before, body.page-home-health-quiz .responses .questions_answers .response-container:last-child .right-side:before, body.page-hospice-care-quiz .responses .questions_answers .response-container:last-child .right-side:before, body.page-hospice-quiz .responses .questions_answers .response-container:last-child .right-side:before {
          content: '';
          bottom: 0;
          left: 0;
          width: 100%;
          height: 150%;
          z-index: 1;
          -ms-transform: translateY(15%);
              transform: translateY(15%);
          position: absolute;
          background: #FDF7EA; } }

@media screen {
        body.page-home-health-assessment-quiz .responses .questions_answers .response-container .left-side, body.page-home-health-quiz .responses .questions_answers .response-container .left-side, body.page-hospice-care-quiz .responses .questions_answers .response-container .left-side, body.page-hospice-quiz .responses .questions_answers .response-container .left-side {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
              flex-direction: column;
          -ms-flex-align: center;
              align-items: center;
          text-align: center; } }
        @media screen and (max-width: 39.9375em) {
          body.page-home-health-assessment-quiz .responses .questions_answers .response-container .left-side, body.page-home-health-quiz .responses .questions_answers .response-container .left-side, body.page-hospice-care-quiz .responses .questions_answers .response-container .left-side, body.page-hospice-quiz .responses .questions_answers .response-container .left-side {
            position: relative; }
            body.page-home-health-assessment-quiz .responses .questions_answers .response-container .left-side:after, body.page-home-health-quiz .responses .questions_answers .response-container .left-side:after, body.page-hospice-care-quiz .responses .questions_answers .response-container .left-side:after, body.page-hospice-quiz .responses .questions_answers .response-container .left-side:after {
              content: '';
              border-bottom: 1px solid #4A7B3D;
              position: absolute;
              bottom: 0;
              left: calc(50% - 120px / 2);
              margin: 0 auto;
              width: 120px;
              height: 1px;
              z-index: 3; } }
        @media screen and (min-width: 40em) {
          body.page-home-health-assessment-quiz .responses .questions_answers .response-container .left-side, body.page-home-health-quiz .responses .questions_answers .response-container .left-side, body.page-hospice-care-quiz .responses .questions_answers .response-container .left-side, body.page-hospice-quiz .responses .questions_answers .response-container .left-side {
            padding: 18px 40px 18px 60px;
            -ms-flex-direction: row;
                flex-direction: row;
            text-align: left; } }

@media screen {
          body.page-home-health-assessment-quiz .responses .questions_answers .response-container .left-side:before, body.page-home-health-quiz .responses .questions_answers .response-container .left-side:before, body.page-hospice-care-quiz .responses .questions_answers .response-container .left-side:before, body.page-hospice-quiz .responses .questions_answers .response-container .left-side:before {
            content: counter(response);
            display: block;
            width: 46px;
            height: 46px;
            line-height: 46px;
            -ms-flex-negative: 0;
                flex-shrink: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
            background: #d9d9d9;
            border-radius: 100%;
            text-align: center;
            font-size: 18px;
            color: #4A7B3D;
            font-weight: 600;
            font-family: "Raleway", sans-serif; } }
          @media screen and (max-width: 39.9375em) {
            body.page-home-health-assessment-quiz .responses .questions_answers .response-container .left-side:before, body.page-home-health-quiz .responses .questions_answers .response-container .left-side:before, body.page-hospice-care-quiz .responses .questions_answers .response-container .left-side:before, body.page-hospice-quiz .responses .questions_answers .response-container .left-side:before {
              margin-bottom: 10px; } }
          @media screen and (min-width: 40em) {
            body.page-home-health-assessment-quiz .responses .questions_answers .response-container .left-side:before, body.page-home-health-quiz .responses .questions_answers .response-container .left-side:before, body.page-hospice-care-quiz .responses .questions_answers .response-container .left-side:before, body.page-hospice-quiz .responses .questions_answers .response-container .left-side:before {
              width: 60px;
              height: 60px;
              line-height: 60px;
              margin-right: 60px; } }
        @media screen and (max-width: 39.9375em) {
          body.page-home-health-assessment-quiz .responses .questions_answers .response-container .left-side .question, body.page-home-health-quiz .responses .questions_answers .response-container .left-side .question, body.page-hospice-care-quiz .responses .questions_answers .response-container .left-side .question, body.page-hospice-quiz .responses .questions_answers .response-container .left-side .question {
            margin-bottom: 20px; } }

@media screen {
        body.page-home-health-assessment-quiz .responses .questions_answers .response-container .right-side, body.page-home-health-quiz .responses .questions_answers .response-container .right-side, body.page-hospice-care-quiz .responses .questions_answers .response-container .right-side, body.page-hospice-quiz .responses .questions_answers .response-container .right-side {
          position: relative; } }
        @media screen and (min-width: 40em) {
          body.page-home-health-assessment-quiz .responses .questions_answers .response-container .right-side, body.page-home-health-quiz .responses .questions_answers .response-container .right-side, body.page-hospice-care-quiz .responses .questions_answers .response-container .right-side, body.page-hospice-quiz .responses .questions_answers .response-container .right-side {
            padding: 18px 60px 18px 50px;
            background: #FDF7EA; } }

@media screen {
          body.page-home-health-assessment-quiz .responses .questions_answers .response-container .right-side .response, body.page-home-health-quiz .responses .questions_answers .response-container .right-side .response, body.page-hospice-care-quiz .responses .questions_answers .response-container .right-side .response, body.page-hospice-quiz .responses .questions_answers .response-container .right-side .response {
            position: relative;
            z-index: 2; } }
          @media screen and (max-width: 39.9375em) {
            body.page-home-health-assessment-quiz .responses .questions_answers .response-container .right-side .response, body.page-home-health-quiz .responses .questions_answers .response-container .right-side .response, body.page-hospice-care-quiz .responses .questions_answers .response-container .right-side .response, body.page-hospice-quiz .responses .questions_answers .response-container .right-side .response {
              margin-top: 14px;
              text-align: center; } }
        @media screen and (min-width: 40em) {
          body.page-home-health-assessment-quiz .responses .questions_answers .response-container .right-side:after, body.page-home-health-quiz .responses .questions_answers .response-container .right-side:after, body.page-hospice-care-quiz .responses .questions_answers .response-container .right-side:after, body.page-hospice-quiz .responses .questions_answers .response-container .right-side:after {
            content: '';
            bottom: 0;
            left: 0;
            width: 100%;
            height: 200%;
            z-index: 1;
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
            position: absolute;
            background: #FDF7EA; } }

@media screen {
  body.page-home-health-assessment-quiz .whats-next, body.page-home-health-quiz .whats-next, body.page-hospice-care-quiz .whats-next, body.page-hospice-quiz .whats-next {
    margin-top: -1px;
    background: #4A7B3D;
    padding-bottom: 152px;
    color: white; } }
  @media screen and (max-width: 39.9375em) {
    body.page-home-health-assessment-quiz .whats-next, body.page-home-health-quiz .whats-next, body.page-hospice-care-quiz .whats-next, body.page-hospice-quiz .whats-next {
      padding-bottom: 66px; } }

@media screen {
    body.page-home-health-assessment-quiz .whats-next .header, body.page-home-health-quiz .whats-next .header, body.page-hospice-care-quiz .whats-next .header, body.page-hospice-quiz .whats-next .header {
      font-size: 30px;
      text-align: center;
      font-family: "Raleway", sans-serif;
      text-transform: uppercase;
      font-weight: bold;
      letter-spacing: 0.42px;
      line-height: 114%;
      margin-bottom: 20px; } }
    @media screen and (min-width: 40em) {
      body.page-home-health-assessment-quiz .whats-next .header, body.page-home-health-quiz .whats-next .header, body.page-hospice-care-quiz .whats-next .header, body.page-hospice-quiz .whats-next .header {
        font-size: 42px; } }

@media screen {
    body.page-home-health-assessment-quiz .whats-next p, body.page-home-health-quiz .whats-next p, body.page-hospice-care-quiz .whats-next p, body.page-hospice-quiz .whats-next p {
      text-align: center;
      font-size: 16px;
      line-height: 147.5%; } }
    @media screen and (min-width: 40em) {
      body.page-home-health-assessment-quiz .whats-next p, body.page-home-health-quiz .whats-next p, body.page-hospice-care-quiz .whats-next p, body.page-hospice-quiz .whats-next p {
        font-size: 20px; } }

@media screen {
      body.page-home-health-assessment-quiz .whats-next p:last-child, body.page-home-health-quiz .whats-next p:last-child, body.page-hospice-care-quiz .whats-next p:last-child, body.page-hospice-quiz .whats-next p:last-child {
        margin-bottom: 50px; }
    body.page-home-health-assessment-quiz .whats-next a, body.page-home-health-quiz .whats-next a, body.page-hospice-care-quiz .whats-next a, body.page-hospice-quiz .whats-next a {
      color: white; }
    body.page-home-health-assessment-quiz .whats-next .ctas, body.page-home-health-quiz .whats-next .ctas, body.page-hospice-care-quiz .whats-next .ctas, body.page-hospice-quiz .whats-next .ctas {
      display: block;
      list-style: none;
      margin: 0; } }
    @media screen and (min-width: 40em) {
      body.page-home-health-assessment-quiz .whats-next .ctas, body.page-home-health-quiz .whats-next .ctas, body.page-hospice-care-quiz .whats-next .ctas, body.page-hospice-quiz .whats-next .ctas {
        display: -ms-flexbox;
        display: flex;
        margin-left: -10px;
        margin-right: -10px; } }

@media screen {
      body.page-home-health-assessment-quiz .whats-next .ctas li, body.page-home-health-quiz .whats-next .ctas li, body.page-hospice-care-quiz .whats-next .ctas li, body.page-hospice-quiz .whats-next .ctas li {
        margin-bottom: 20px; } }
      @media screen and (min-width: 40em) {
        body.page-home-health-assessment-quiz .whats-next .ctas li, body.page-home-health-quiz .whats-next .ctas li, body.page-hospice-care-quiz .whats-next .ctas li, body.page-hospice-quiz .whats-next .ctas li {
          -ms-flex-negative: 0;
              flex-shrink: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
          -ms-flex-preferred-size: calc(50% - 20px);
              flex-basis: calc(50% - 20px);
          margin: 0 10px; } }

@media screen {
        body.page-home-health-assessment-quiz .whats-next .ctas li a, body.page-home-health-quiz .whats-next .ctas li a, body.page-hospice-care-quiz .whats-next .ctas li a, body.page-hospice-quiz .whats-next .ctas li a {
          height: 100%;
          background: #FDF7EA;
          border-radius: 20px;
          padding: 50px;
          text-decoration: none;
          color: black;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
          body.page-home-health-assessment-quiz .whats-next .ctas li a p, body.page-home-health-quiz .whats-next .ctas li a p, body.page-hospice-care-quiz .whats-next .ctas li a p, body.page-hospice-quiz .whats-next .ctas li a p {
            font-weight: normal;
            font-size: 16px;
            line-height: 125%;
            text-align: left; }
          body.page-home-health-assessment-quiz .whats-next .ctas li a .title, body.page-home-health-quiz .whats-next .ctas li a .title, body.page-hospice-care-quiz .whats-next .ctas li a .title, body.page-hospice-quiz .whats-next .ctas li a .title {
            font-family: "Raleway", sans-serif;
            color: black;
            font-size: 18px;
            font-weight: bold;
            line-height: normal;
            margin-bottom: 7px; } }
          @media screen and (min-width: 40em) {
            body.page-home-health-assessment-quiz .whats-next .ctas li a .title, body.page-home-health-quiz .whats-next .ctas li a .title, body.page-hospice-care-quiz .whats-next .ctas li a .title, body.page-hospice-quiz .whats-next .ctas li a .title {
              font-size: 22px; } }

@media screen {
          body.page-home-health-assessment-quiz .whats-next .ctas li a .button, body.page-home-health-quiz .whats-next .ctas li a .button, body.page-hospice-care-quiz .whats-next .ctas li a .button, body.page-hospice-quiz .whats-next .ctas li a .button {
            margin-top: auto; }
  body.page-home-health-assessment-quiz .learn-more, body.page-home-health-quiz .learn-more, body.page-hospice-care-quiz .learn-more, body.page-hospice-quiz .learn-more {
    padding: 90px 0; }
    body.page-home-health-assessment-quiz .learn-more h2, body.page-home-health-quiz .learn-more h2, body.page-hospice-care-quiz .learn-more h2, body.page-hospice-quiz .learn-more h2 {
      margin-bottom: 42px; }
    body.page-home-health-assessment-quiz .learn-more .additional-resources, body.page-home-health-quiz .learn-more .additional-resources, body.page-hospice-care-quiz .learn-more .additional-resources, body.page-hospice-quiz .learn-more .additional-resources {
      list-style: none;
      margin: 0; } }
    @media screen and (min-width: 40em) {
      body.page-home-health-assessment-quiz .learn-more .additional-resources, body.page-home-health-quiz .learn-more .additional-resources, body.page-hospice-care-quiz .learn-more .additional-resources, body.page-hospice-quiz .learn-more .additional-resources {
        display: -ms-flexbox;
        display: flex;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: -10px;
        margin-right: -10px; } }

@media screen {
      body.page-home-health-assessment-quiz .learn-more .additional-resources li, body.page-home-health-quiz .learn-more .additional-resources li, body.page-hospice-care-quiz .learn-more .additional-resources li, body.page-hospice-quiz .learn-more .additional-resources li {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
        margin: 0 10px 50px 10px; } }
      @media screen and (min-width: 40em) {
        body.page-home-health-assessment-quiz .learn-more .additional-resources li, body.page-home-health-quiz .learn-more .additional-resources li, body.page-hospice-care-quiz .learn-more .additional-resources li, body.page-hospice-quiz .learn-more .additional-resources li {
          -ms-flex-preferred-size: calc(33% - 20px);
              flex-basis: calc(33% - 20px); } }

@media screen {
        body.page-home-health-assessment-quiz .learn-more .additional-resources li a, body.page-home-health-quiz .learn-more .additional-resources li a, body.page-hospice-care-quiz .learn-more .additional-resources li a, body.page-hospice-quiz .learn-more .additional-resources li a {
          display: block;
          background: white;
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.18);
          text-decoration: none;
          color: #595959;
          height: 100%;
          transition: all .2s ease-in-out;
          border-radius: 20px;
          font-weight: normal;
          position: relative;
          padding-bottom: 60px; } }
        @media screen and (max-width: 39.9375em) {
          body.page-home-health-assessment-quiz .learn-more .additional-resources li a img, body.page-home-health-quiz .learn-more .additional-resources li a img, body.page-hospice-care-quiz .learn-more .additional-resources li a img, body.page-hospice-quiz .learn-more .additional-resources li a img {
            display: none; } }
        @media screen and (min-width: 40em) {
          body.page-home-health-assessment-quiz .learn-more .additional-resources li a img, body.page-home-health-quiz .learn-more .additional-resources li a img, body.page-hospice-care-quiz .learn-more .additional-resources li a img, body.page-hospice-quiz .learn-more .additional-resources li a img {
            border-top-left-radius: 20px;
            border-top-right-radius: 20px;
            height: 252px;
            object-fit: cover; } }

@media screen {
          body.page-home-health-assessment-quiz .learn-more .additional-resources li a:hover, body.page-home-health-quiz .learn-more .additional-resources li a:hover, body.page-hospice-care-quiz .learn-more .additional-resources li a:hover, body.page-hospice-quiz .learn-more .additional-resources li a:hover {
            box-shadow: 10px 15px 26px 3px rgba(0, 0, 0, 0.15); }
          body.page-home-health-assessment-quiz .learn-more .additional-resources li a .content, body.page-home-health-quiz .learn-more .additional-resources li a .content, body.page-hospice-care-quiz .learn-more .additional-resources li a .content, body.page-hospice-quiz .learn-more .additional-resources li a .content {
            padding: 25px 35px 30px 35px; }
            body.page-home-health-assessment-quiz .learn-more .additional-resources li a .content .title, body.page-home-health-quiz .learn-more .additional-resources li a .content .title, body.page-hospice-care-quiz .learn-more .additional-resources li a .content .title, body.page-hospice-quiz .learn-more .additional-resources li a .content .title {
              font-size: 18px;
              font-family: "Raleway", sans-serif;
              font-weight: bold;
              letter-spacing: 0.44px;
              line-height: normal;
              margin-bottom: 10px; } }
            @media screen and (min-width: 40em) {
              body.page-home-health-assessment-quiz .learn-more .additional-resources li a .content .title, body.page-home-health-quiz .learn-more .additional-resources li a .content .title, body.page-hospice-care-quiz .learn-more .additional-resources li a .content .title, body.page-hospice-quiz .learn-more .additional-resources li a .content .title {
                font-size: 22px; } }

@media screen {
            body.page-home-health-assessment-quiz .learn-more .additional-resources li a .content p, body.page-home-health-quiz .learn-more .additional-resources li a .content p, body.page-hospice-care-quiz .learn-more .additional-resources li a .content p, body.page-hospice-quiz .learn-more .additional-resources li a .content p {
              font-size: 14px;
              line-height: 125%; } }
            @media screen and (min-width: 40em) {
              body.page-home-health-assessment-quiz .learn-more .additional-resources li a .content p, body.page-home-health-quiz .learn-more .additional-resources li a .content p, body.page-hospice-care-quiz .learn-more .additional-resources li a .content p, body.page-hospice-quiz .learn-more .additional-resources li a .content p {
                font-size: 16px; } }

@media screen {
          body.page-home-health-assessment-quiz .learn-more .additional-resources li a .read-more-container, body.page-home-health-quiz .learn-more .additional-resources li a .read-more-container, body.page-hospice-care-quiz .learn-more .additional-resources li a .read-more-container, body.page-hospice-quiz .learn-more .additional-resources li a .read-more-container {
            padding: 0 35px;
            position: absolute;
            bottom: 50px; }
            body.page-home-health-assessment-quiz .learn-more .additional-resources li a .read-more-container .read-more, body.page-home-health-quiz .learn-more .additional-resources li a .read-more-container .read-more, body.page-hospice-care-quiz .learn-more .additional-resources li a .read-more-container .read-more, body.page-hospice-quiz .learn-more .additional-resources li a .read-more-container .read-more {
              font-family: "Raleway", sans-serif;
              font-size: 14px;
              text-decoration: underline;
              line-height: normal;
              color: #385994;
              text-transform: uppercase;
              font-weight: bold; } }
            @media screen and (min-width: 40em) {
              body.page-home-health-assessment-quiz .learn-more .additional-resources li a .read-more-container .read-more, body.page-home-health-quiz .learn-more .additional-resources li a .read-more-container .read-more, body.page-hospice-care-quiz .learn-more .additional-resources li a .read-more-container .read-more, body.page-hospice-quiz .learn-more .additional-resources li a .read-more-container .read-more {
                font-size: 16px; } }

@media screen {
            body.page-home-health-assessment-quiz .learn-more .additional-resources li a .read-more-container .fas, body.page-home-health-quiz .learn-more .additional-resources li a .read-more-container .fas, body.page-hospice-care-quiz .learn-more .additional-resources li a .read-more-container .fas, body.page-hospice-quiz .learn-more .additional-resources li a .read-more-container .fas {
              color: #385994;
              font-weight: normal; }
    body.page-home-health-assessment-quiz .learn-more .button-holder, body.page-home-health-quiz .learn-more .button-holder, body.page-hospice-care-quiz .learn-more .button-holder, body.page-hospice-quiz .learn-more .button-holder {
      text-align: center; }
  body.page-home-health-assessment-quiz .about, body.page-home-health-quiz .about, body.page-hospice-care-quiz .about, body.page-hospice-quiz .about {
    color: white;
    background: #3E5E6F;
    padding: 58px 0 47px 0; } }
  @media screen and (min-width: 40em) {
    body.page-home-health-assessment-quiz .about, body.page-home-health-quiz .about, body.page-hospice-care-quiz .about, body.page-hospice-quiz .about {
      padding: 94px 0 113px 0; } }

@media screen {
    body.page-home-health-assessment-quiz .about h2, body.page-home-health-quiz .about h2, body.page-hospice-care-quiz .about h2, body.page-hospice-quiz .about h2 {
      margin-bottom: 25px; } }
    @media screen and (min-width: 40em) {
      body.page-home-health-assessment-quiz .about h2, body.page-home-health-quiz .about h2, body.page-hospice-care-quiz .about h2, body.page-hospice-quiz .about h2 {
        margin-bottom: 45px; } }

@media screen {
    body.page-home-health-assessment-quiz .about p, body.page-home-health-quiz .about p, body.page-hospice-care-quiz .about p, body.page-hospice-quiz .about p {
      font-size: 16px;
      line-height: 147.5%; } }
    @media screen and (min-width: 40em) {
      body.page-home-health-assessment-quiz .about p, body.page-home-health-quiz .about p, body.page-hospice-care-quiz .about p, body.page-hospice-quiz .about p {
        font-size: 20px; } }

@media screen {
      body.page-home-health-assessment-quiz .about p a, body.page-home-health-quiz .about p a, body.page-hospice-care-quiz .about p a, body.page-hospice-quiz .about p a {
        color: white !important; }
  body.page-home-health-assessment-quiz .faq, body.page-home-health-quiz .faq, body.page-hospice-care-quiz .faq, body.page-hospice-quiz .faq {
    background: #FDF7EA;
    padding: 50px 0 65px 0; } }
  @media screen and (min-width: 40em) {
    body.page-home-health-assessment-quiz .faq, body.page-home-health-quiz .faq, body.page-hospice-care-quiz .faq, body.page-hospice-quiz .faq {
      padding: 100px 0 142px 0; } }

@media screen {
    body.page-home-health-assessment-quiz .faq h2, body.page-home-health-quiz .faq h2, body.page-hospice-care-quiz .faq h2, body.page-hospice-quiz .faq h2 {
      margin-bottom: 25px; } }
    @media screen and (min-width: 40em) {
      body.page-home-health-assessment-quiz .faq h2, body.page-home-health-quiz .faq h2, body.page-hospice-care-quiz .faq h2, body.page-hospice-quiz .faq h2 {
        margin-bottom: 50px; } }

@media screen {
  body.page-home-health-assessment-quiz .smart-accordion .accordion, body.page-home-health-quiz .smart-accordion .accordion, body.page-hospice-care-quiz .smart-accordion .accordion, body.page-hospice-quiz .smart-accordion .accordion {
    background: transparent; }
    body.page-home-health-assessment-quiz .smart-accordion .accordion .accordion-item.is-active .accordion-title, body.page-home-health-quiz .smart-accordion .accordion .accordion-item.is-active .accordion-title, body.page-hospice-care-quiz .smart-accordion .accordion .accordion-item.is-active .accordion-title, body.page-hospice-quiz .smart-accordion .accordion .accordion-item.is-active .accordion-title {
      background: #4A7B3D; }
    body.page-home-health-assessment-quiz .smart-accordion .accordion .accordion-item .accordion-title, body.page-home-health-quiz .smart-accordion .accordion .accordion-item .accordion-title, body.page-hospice-care-quiz .smart-accordion .accordion .accordion-item .accordion-title, body.page-hospice-quiz .smart-accordion .accordion .accordion-item .accordion-title {
      font-size: 14px;
      background: white;
      padding: 16px 94px 16px 24px;
      font-weight: 600; } }
    @media screen and (min-width: 40em) {
      body.page-home-health-assessment-quiz .smart-accordion .accordion .accordion-item .accordion-title, body.page-home-health-quiz .smart-accordion .accordion .accordion-item .accordion-title, body.page-hospice-care-quiz .smart-accordion .accordion .accordion-item .accordion-title, body.page-hospice-quiz .smart-accordion .accordion .accordion-item .accordion-title {
        font-size: 18px;
        padding: 30px; } }
    @media screen and (max-width: 39.9375em) {
      body.page-home-health-assessment-quiz .smart-accordion .accordion .accordion-item .accordion-title .indicator, body.page-home-health-quiz .smart-accordion .accordion .accordion-item .accordion-title .indicator, body.page-hospice-care-quiz .smart-accordion .accordion .accordion-item .accordion-title .indicator, body.page-hospice-quiz .smart-accordion .accordion .accordion-item .accordion-title .indicator {
        width: 30px;
        height: 30px; } }

@media screen {
    body.page-home-health-assessment-quiz .smart-accordion .accordion .accordion-item .accordion-content, body.page-home-health-quiz .smart-accordion .accordion .accordion-item .accordion-content, body.page-hospice-care-quiz .smart-accordion .accordion .accordion-item .accordion-content, body.page-hospice-quiz .smart-accordion .accordion .accordion-item .accordion-content {
      padding: 20px 24px; } }
    @media screen and (max-width: 39.9375em) {
      body.page-home-health-assessment-quiz .smart-accordion .accordion .accordion-item .accordion-content, body.page-home-health-quiz .smart-accordion .accordion .accordion-item .accordion-content, body.page-hospice-care-quiz .smart-accordion .accordion .accordion-item .accordion-content, body.page-hospice-quiz .smart-accordion .accordion .accordion-item .accordion-content {
        font-size: 14px; } }
    @media screen and (min-width: 40em) {
      body.page-home-health-assessment-quiz .smart-accordion .accordion .accordion-item .accordion-content, body.page-home-health-quiz .smart-accordion .accordion .accordion-item .accordion-content, body.page-hospice-care-quiz .smart-accordion .accordion .accordion-item .accordion-content, body.page-hospice-quiz .smart-accordion .accordion .accordion-item .accordion-content {
        padding: 50px 30px; } }

@media print {
  body.page-home-health-assessment-quiz header, body.page-home-health-quiz header, body.page-hospice-care-quiz header, body.page-hospice-quiz header {
    display: none; }
  body.page-home-health-assessment-quiz .image-masthead, body.page-home-health-quiz .image-masthead, body.page-hospice-care-quiz .image-masthead, body.page-hospice-quiz .image-masthead {
    padding: 50px 0;
    min-height: auto; }
  body.page-home-health-assessment-quiz .intro, body.page-home-health-quiz .intro, body.page-hospice-care-quiz .intro, body.page-hospice-quiz .intro {
    padding: 20px 0; }
  body.page-home-health-assessment-quiz .contact_cta, body.page-home-health-quiz .contact_cta, body.page-hospice-care-quiz .contact_cta, body.page-hospice-quiz .contact_cta {
    display: none !important; }
  body.page-home-health-assessment-quiz .results, body.page-home-health-quiz .results, body.page-hospice-care-quiz .results, body.page-hospice-quiz .results {
    padding: 20px 0; }
    body.page-home-health-assessment-quiz .results h2, body.page-home-health-quiz .results h2, body.page-hospice-care-quiz .results h2, body.page-hospice-quiz .results h2 {
      margin-bottom: 20px !important; }
    body.page-home-health-assessment-quiz .results .icon, body.page-home-health-quiz .results .icon, body.page-hospice-care-quiz .results .icon, body.page-hospice-quiz .results .icon {
      display: none !important; }
    body.page-home-health-assessment-quiz .results .condition, body.page-home-health-quiz .results .condition, body.page-hospice-care-quiz .results .condition, body.page-hospice-quiz .results .condition {
      padding: 0 !important;
      margin-bottom: 20px !important; }
      body.page-home-health-assessment-quiz .results .condition .header, body.page-home-health-quiz .results .condition .header, body.page-hospice-care-quiz .results .condition .header, body.page-hospice-quiz .results .condition .header {
        font-weight: bold;
        line-height: 30px;
        text-transform: uppercase;
        font-family: "Raleway", sans-serif; }
  body.page-home-health-assessment-quiz .response-header, body.page-home-health-quiz .response-header, body.page-hospice-care-quiz .response-header, body.page-hospice-quiz .response-header {
    display: none; }
  body.page-home-health-assessment-quiz .response-container, body.page-home-health-quiz .response-container, body.page-hospice-care-quiz .response-container, body.page-hospice-quiz .response-container {
    margin-bottom: 20px; }
    body.page-home-health-assessment-quiz .response-container .question, body.page-home-health-quiz .response-container .question, body.page-hospice-care-quiz .response-container .question, body.page-hospice-quiz .response-container .question {
      font-weight: bold;
      font-family: "Raleway", sans-serif;
      text-transform: uppercase;
      line-height: 30px; }
  body.page-home-health-assessment-quiz .responses, body.page-home-health-quiz .responses, body.page-hospice-care-quiz .responses, body.page-hospice-quiz .responses {
    padding: 20px 0; }
  body.page-home-health-assessment-quiz .right-side, body.page-home-health-quiz .right-side, body.page-hospice-care-quiz .right-side, body.page-hospice-quiz .right-side {
    background: transparent; }
    body.page-home-health-assessment-quiz .right-side:after, body.page-home-health-quiz .right-side:after, body.page-hospice-care-quiz .right-side:after, body.page-hospice-quiz .right-side:after {
      display: none; }
  body.page-home-health-assessment-quiz .whats-next, body.page-home-health-quiz .whats-next, body.page-hospice-care-quiz .whats-next, body.page-hospice-quiz .whats-next {
    padding-bottom: 20px; }
  body.page-home-health-assessment-quiz .ctas, body.page-home-health-quiz .ctas, body.page-hospice-care-quiz .ctas, body.page-hospice-quiz .ctas {
    display: none !important; }
  body.page-home-health-assessment-quiz .learn-more, body.page-home-health-quiz .learn-more, body.page-hospice-care-quiz .learn-more, body.page-hospice-quiz .learn-more {
    display: none; }
  body.page-home-health-assessment-quiz .about, body.page-home-health-quiz .about, body.page-hospice-care-quiz .about, body.page-hospice-quiz .about {
    padding: 20px 0; }
    body.page-home-health-assessment-quiz .about p a, body.page-home-health-quiz .about p a, body.page-hospice-care-quiz .about p a, body.page-hospice-quiz .about p a {
      color: black !important; }
  body.page-home-health-assessment-quiz h2, body.page-home-health-quiz h2, body.page-hospice-care-quiz h2, body.page-hospice-quiz h2 {
    margin-bottom: 20px !important; }
  body.page-home-health-assessment-quiz .faq, body.page-home-health-quiz .faq, body.page-hospice-care-quiz .faq, body.page-hospice-quiz .faq {
    padding: 20px 0; }
    body.page-home-health-assessment-quiz .faq .accordion-title, body.page-home-health-quiz .faq .accordion-title, body.page-hospice-care-quiz .faq .accordion-title, body.page-hospice-quiz .faq .accordion-title {
      padding-bottom: 0 !important;
      padding-left: 0;
      font-weight: bold; }
      body.page-home-health-assessment-quiz .faq .accordion-title .indicator, body.page-home-health-quiz .faq .accordion-title .indicator, body.page-hospice-care-quiz .faq .accordion-title .indicator, body.page-hospice-quiz .faq .accordion-title .indicator {
        display: none; }
    body.page-home-health-assessment-quiz .faq .accordion-content, body.page-home-health-quiz .faq .accordion-content, body.page-hospice-care-quiz .faq .accordion-content, body.page-hospice-quiz .faq .accordion-content {
      padding-top: 0 !important;
      display: block; }
  body.page-home-health-assessment-quiz #footer-get-in-touch, body.page-home-health-quiz #footer-get-in-touch, body.page-hospice-care-quiz #footer-get-in-touch, body.page-hospice-quiz #footer-get-in-touch {
    display: none; }
  body.page-home-health-assessment-quiz #cookie-cutter, body.page-home-health-assessment-quiz #cookie-cutter.active, body.page-home-health-quiz #cookie-cutter, body.page-home-health-quiz #cookie-cutter.active, body.page-hospice-care-quiz #cookie-cutter, body.page-hospice-care-quiz #cookie-cutter.active, body.page-hospice-quiz #cookie-cutter, body.page-hospice-quiz #cookie-cutter.active {
    display: none !important; } }
