@charset "UTF-8";
/* Site.css is generated by the Sass precompiler */
/* Please make changes to Site.scss (SASS) since changes to Site.css (CSS) will be overwritten */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
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/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 when focused and also mouse hovered in all browsers.
 */
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 {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

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

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

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

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

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

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

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  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
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

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

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

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

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

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

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

td,
th {
  padding: 0;
}

meta.foundation-version {
  font-family: "/{{VERSION}}/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0;
}

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.063em) and (max-width:64em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.063em) and (max-width:90em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.063em) and (max-width:120em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html, body {
  height: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
}

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.hide {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
.row .row {
  width: auto;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
}
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
.row .row:after {
  clear: both;
}
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
}
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
.row .row.collapse:after {
  clear: both;
}

.column,
.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}

[class*=column] + [class*=column]:last-child {
  float: right;
}

[class*=column] + [class*=column].end {
  float: left;
}

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .small-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .small-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .small-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .small-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .small-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .small-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .small-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .small-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .small-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .small-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .small-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .small-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .small-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .small-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .small-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .small-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .small-1 {
    width: 8.3333333333%;
  }
  .small-2 {
    width: 16.6666666667%;
  }
  .small-3 {
    width: 25%;
  }
  .small-4 {
    width: 33.3333333333%;
  }
  .small-5 {
    width: 41.6666666667%;
  }
  .small-6 {
    width: 50%;
  }
  .small-7 {
    width: 58.3333333333%;
  }
  .small-8 {
    width: 66.6666666667%;
  }
  .small-9 {
    width: 75%;
  }
  .small-10 {
    width: 83.3333333333%;
  }
  .small-11 {
    width: 91.6666666667%;
  }
  .small-12 {
    width: 100%;
  }
  .small-offset-0 {
    margin-left: 0% !important;
  }
  .small-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .small-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .small-offset-3 {
    margin-left: 25% !important;
  }
  .small-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .small-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .small-offset-6 {
    margin-left: 50% !important;
  }
  .small-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .small-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .small-offset-9 {
    margin-left: 75% !important;
  }
  .small-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .small-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none;
  }
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left;
  }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right;
  }
  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
}
@media only screen and (min-width:40.063em) {
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .medium-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .medium-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .medium-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .medium-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .medium-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .medium-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .medium-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .medium-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .medium-1 {
    width: 8.3333333333%;
  }
  .medium-2 {
    width: 16.6666666667%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-4 {
    width: 33.3333333333%;
  }
  .medium-5 {
    width: 41.6666666667%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-7 {
    width: 58.3333333333%;
  }
  .medium-8 {
    width: 66.6666666667%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-10 {
    width: 83.3333333333%;
  }
  .medium-11 {
    width: 91.6666666667%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-0 {
    margin-left: 0% !important;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .medium-offset-3 {
    margin-left: 25% !important;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .medium-offset-6 {
    margin-left: 50% !important;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .medium-offset-9 {
    margin-left: 75% !important;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none;
  }
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left;
  }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right;
  }
  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
}
@media only screen and (min-width:64.063em) {
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .large-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .large-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .large-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .large-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .large-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .large-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .large-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .large-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .large-1 {
    width: 8.3333333333%;
  }
  .large-2 {
    width: 16.6666666667%;
  }
  .large-3 {
    width: 25%;
  }
  .large-4 {
    width: 33.3333333333%;
  }
  .large-5 {
    width: 41.6666666667%;
  }
  .large-6 {
    width: 50%;
  }
  .large-7 {
    width: 58.3333333333%;
  }
  .large-8 {
    width: 66.6666666667%;
  }
  .large-9 {
    width: 75%;
  }
  .large-10 {
    width: 83.3333333333%;
  }
  .large-11 {
    width: 91.6666666667%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-0 {
    margin-left: 0% !important;
  }
  .large-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .large-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .large-offset-3 {
    margin-left: 25% !important;
  }
  .large-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .large-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .large-offset-6 {
    margin-left: 50% !important;
  }
  .large-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .large-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .large-offset-9 {
    margin-left: 75% !important;
  }
  .large-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .large-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none;
  }
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left;
  }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right;
  }
  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
}
.accordion:before, .accordion:after {
  content: " ";
  display: table;
}
.accordion:after {
  clear: both;
}
.accordion {
  margin-bottom: 0;
}
.accordion .accordion-navigation, .accordion dd {
  display: block;
  margin-bottom: 0 !important;
}
.accordion .accordion-navigation.active > a, .accordion dd.active > a {
  background: rgb(231.83, 231.83, 231.83);
}
.accordion .accordion-navigation > a, .accordion dd > a {
  background: #EFEFEF;
  color: #222222;
  padding: 1rem;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
}
.accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
  background: rgb(227.05, 227.05, 227.05);
}
.accordion .accordion-navigation > .content, .accordion dd > .content {
  display: none;
  padding: 0.9375rem;
}
.accordion .accordion-navigation > .content.active, .accordion dd > .content.active {
  display: block;
  background: #FFFFFF;
}

.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: normal;
  margin-bottom: 1.25rem;
  position: relative;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  font-size: 0.8125rem;
  transition: opacity 300ms ease-out;
  background-color: #008CBA;
  border-color: rgb(0, 120.4, 159.96);
  color: #FFFFFF;
}
.alert-box .close {
  font-size: 1.375rem;
  padding: 9px 6px 4px;
  line-height: 0;
  position: absolute;
  top: 50%;
  margin-top: -0.6875rem;
  right: 0.25rem;
  color: #333333;
  opacity: 0.3;
  background: inherit;
}
.alert-box .close:hover, .alert-box .close:focus {
  opacity: 0.5;
}
.alert-box.radius {
  border-radius: 3px;
}
.alert-box.round {
  border-radius: 1000px;
}
.alert-box.success {
  background-color: #43AC6A;
  border-color: rgb(57.62, 147.92, 91.16);
  color: #FFFFFF;
}
.alert-box.alert {
  background-color: #f04124;
  border-color: rgb(222.1446153846, 44.6317948718, 15.2153846154);
  color: #FFFFFF;
}
.alert-box.secondary {
  background-color: #e7e7e7;
  border-color: rgb(198.66, 198.66, 198.66);
  color: rgb(78.54, 78.54, 78.54);
}
.alert-box.warning {
  background-color: #f08a24;
  border-color: rgb(222.1446153846, 118.68, 15.2153846154);
  color: #FFFFFF;
}
.alert-box.info {
  background-color: #a0d3e8;
  border-color: rgb(115.8169491525, 190.5362711864, 221.3030508475);
  color: rgb(78.54, 78.54, 78.54);
}
.alert-box.alert-close {
  opacity: 0;
}

[class*=block-grid-] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
}
[class*=block-grid-]:before, [class*=block-grid-]:after {
  content: " ";
  display: table;
}
[class*=block-grid-]:after {
  clear: both;
}
[class*=block-grid-] > li {
  display: block;
  height: auto;
  float: left;
  padding: 0 0.625rem 1.25rem;
}

@media only screen {
  .small-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  .small-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .small-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  .small-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .small-block-grid-3 > li {
    width: 33.3333333333%;
    list-style: none;
  }
  .small-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .small-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  .small-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .small-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  .small-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .small-block-grid-6 > li {
    width: 16.6666666667%;
    list-style: none;
  }
  .small-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .small-block-grid-7 > li {
    width: 14.2857142857%;
    list-style: none;
  }
  .small-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .small-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  .small-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .small-block-grid-9 > li {
    width: 11.1111111111%;
    list-style: none;
  }
  .small-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .small-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  .small-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .small-block-grid-11 > li {
    width: 9.0909090909%;
    list-style: none;
  }
  .small-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .small-block-grid-12 > li {
    width: 8.3333333333%;
    list-style: none;
  }
  .small-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width:40.063em) {
  .medium-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  .medium-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  .medium-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-block-grid-3 > li {
    width: 33.3333333333%;
    list-style: none;
  }
  .medium-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  .medium-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  .medium-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-block-grid-6 > li {
    width: 16.6666666667%;
    list-style: none;
  }
  .medium-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-block-grid-7 > li {
    width: 14.2857142857%;
    list-style: none;
  }
  .medium-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  .medium-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-block-grid-9 > li {
    width: 11.1111111111%;
    list-style: none;
  }
  .medium-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .medium-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  .medium-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .medium-block-grid-11 > li {
    width: 9.0909090909%;
    list-style: none;
  }
  .medium-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .medium-block-grid-12 > li {
    width: 8.3333333333%;
    list-style: none;
  }
  .medium-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width:64.063em) {
  .large-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  .large-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .large-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  .large-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .large-block-grid-3 > li {
    width: 33.3333333333%;
    list-style: none;
  }
  .large-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .large-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  .large-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .large-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  .large-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .large-block-grid-6 > li {
    width: 16.6666666667%;
    list-style: none;
  }
  .large-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .large-block-grid-7 > li {
    width: 14.2857142857%;
    list-style: none;
  }
  .large-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .large-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  .large-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .large-block-grid-9 > li {
    width: 11.1111111111%;
    list-style: none;
  }
  .large-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .large-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  .large-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .large-block-grid-11 > li {
    width: 9.0909090909%;
    list-style: none;
  }
  .large-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .large-block-grid-12 > li {
    width: 8.3333333333%;
    list-style: none;
  }
  .large-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
.breadcrumbs {
  display: block;
  padding: 0.5625rem 0.875rem 0.5625rem;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: solid;
  border-width: 1px;
  background-color: rgb(244.2, 244.2, 244.2);
  border-color: rgb(219.78, 219.78, 219.78);
  border-radius: 3px;
}
.breadcrumbs > * {
  margin: 0;
  float: left;
  font-size: 0.6875rem;
  line-height: 0.6875rem;
  text-transform: uppercase;
  color: #008CBA;
}
.breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
  text-decoration: underline;
}
.breadcrumbs > * a {
  color: #008CBA;
}
.breadcrumbs > *.current {
  cursor: default;
  color: #333333;
}
.breadcrumbs > *.current a {
  cursor: default;
  color: #333333;
}
.breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
  text-decoration: none;
}
.breadcrumbs > *.unavailable {
  color: #999999;
}
.breadcrumbs > *.unavailable a {
  color: #999999;
}
.breadcrumbs > *.unavailable:hover, .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
.breadcrumbs > *.unavailable a:focus {
  text-decoration: none;
  color: #999999;
  cursor: default;
}
.breadcrumbs > *:before {
  content: "/";
  color: #AAAAAA;
  margin: 0 0.75rem;
  position: relative;
  top: 1px;
}
.breadcrumbs > *:first-child:before {
  content: " ";
  margin: 0;
}

/* Accessibility - hides the forward slash */
[aria-label=breadcrumbs] [aria-hidden=true]:after {
  content: "/";
}

button, .button, .reliant-datepicker .ui-datepicker-close.ui-datepicker-close.ui-priority-primary.ui-state-hover, .reliant-datepicker .ui-datepicker-close.ui-datepicker-close.ui-priority-primary {
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  border-radius: 0;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  background-color: #008CBA;
  border-color: rgb(0, 112, 148.8);
}
button:hover, button:focus, .button:hover, .reliant-datepicker .ui-datepicker-close.ui-priority-primary.ui-state-hover:hover, .reliant-datepicker .ui-datepicker-close.ui-priority-primary:hover, .button:focus, .reliant-datepicker .ui-datepicker-close.ui-priority-primary.ui-state-hover:focus, .reliant-datepicker .ui-datepicker-close.ui-priority-primary:focus {
  background-color: rgb(0, 112, 148.8);
}
button, .button, .reliant-datepicker .ui-datepicker-close.ui-datepicker-close.ui-priority-primary.ui-state-hover, .reliant-datepicker .ui-datepicker-close.ui-datepicker-close.ui-priority-primary {
  color: #FFFFFF;
}
button:hover, button:focus, .button:hover, .reliant-datepicker .ui-datepicker-close.ui-priority-primary.ui-state-hover:hover, .reliant-datepicker .ui-datepicker-close.ui-priority-primary:hover, .button:focus, .reliant-datepicker .ui-datepicker-close.ui-priority-primary.ui-state-hover:focus, .reliant-datepicker .ui-datepicker-close.ui-priority-primary:focus {
  color: #FFFFFF;
}
button, .button, .reliant-datepicker .ui-datepicker-close.ui-datepicker-close.ui-priority-primary.ui-state-hover, .reliant-datepicker .ui-datepicker-close.ui-datepicker-close.ui-priority-primary {
  transition: background-color 300ms ease-out;
}
button.secondary, .button.secondary, .reliant-datepicker .secondary.ui-datepicker-close.ui-priority-primary.ui-state-hover, .reliant-datepicker .secondary.ui-datepicker-close.ui-priority-primary {
  background-color: #e7e7e7;
  border-color: rgb(184.8, 184.8, 184.8);
}
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .reliant-datepicker .secondary.ui-datepicker-close.ui-priority-primary:hover, .button.secondary:focus, .reliant-datepicker .secondary.ui-datepicker-close.ui-priority-primary:focus {
  background-color: rgb(184.8, 184.8, 184.8);
}
button.secondary, .button.secondary, .reliant-datepicker .secondary.ui-datepicker-close.ui-priority-primary.ui-state-hover, .reliant-datepicker .secondary.ui-datepicker-close.ui-priority-primary {
  color: #333333;
}
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .reliant-datepicker .secondary.ui-datepicker-close.ui-priority-primary:hover, .button.secondary:focus, .reliant-datepicker .secondary.ui-datepicker-close.ui-priority-primary:focus {
  color: #333333;
}
button.success, .button.success, .reliant-datepicker .success.ui-datepicker-close.ui-priority-primary.ui-state-hover, .reliant-datepicker .success.ui-datepicker-close.ui-priority-primary {
  background-color: #43AC6A;
  border-color: rgb(53.6, 137.6, 84.8);
}
button.success:hover, button.success:focus, .button.success:hover, .reliant-datepicker .success.ui-datepicker-close.ui-priority-primary:hover, .button.success:focus, .reliant-datepicker .success.ui-datepicker-close.ui-priority-primary:focus {
  background-color: rgb(53.6, 137.6, 84.8);
}
button.success, .button.success, .reliant-datepicker .success.ui-datepicker-close.ui-priority-primary.ui-state-hover, .reliant-datepicker .success.ui-datepicker-close.ui-priority-primary {
  color: #FFFFFF;
}
button.success:hover, button.success:focus, .button.success:hover, .reliant-datepicker .success.ui-datepicker-close.ui-priority-primary:hover, .button.success:focus, .reliant-datepicker .success.ui-datepicker-close.ui-priority-primary:focus {
  color: #FFFFFF;
}
button.alert, .button.alert, .reliant-datepicker .alert.ui-datepicker-close.ui-priority-primary.ui-state-hover, .reliant-datepicker .alert.ui-datepicker-close.ui-priority-primary {
  background-color: #f04124;
  border-color: rgb(206.6461538462, 41.5179487179, 14.1538461538);
}
button.alert:hover, button.alert:focus, .button.alert:hover, .reliant-datepicker .alert.ui-datepicker-close.ui-priority-primary:hover, .button.alert:focus, .reliant-datepicker .alert.ui-datepicker-close.ui-priority-primary:focus {
  background-color: rgb(206.6461538462, 41.5179487179, 14.1538461538);
}
button.alert, .button.alert, .reliant-datepicker .alert.ui-datepicker-close.ui-priority-primary.ui-state-hover, .reliant-datepicker .alert.ui-datepicker-close.ui-priority-primary {
  color: #FFFFFF;
}
button.alert:hover, button.alert:focus, .button.alert:hover, .reliant-datepicker .alert.ui-datepicker-close.ui-priority-primary:hover, .button.alert:focus, .reliant-datepicker .alert.ui-datepicker-close.ui-priority-primary:focus {
  color: #FFFFFF;
}
button.warning, .button.warning, .reliant-datepicker .warning.ui-datepicker-close.ui-priority-primary.ui-state-hover, .reliant-datepicker .warning.ui-datepicker-close.ui-priority-primary {
  background-color: #f08a24;
  border-color: rgb(206.6461538462, 110.4, 14.1538461538);
}
button.warning:hover, button.warning:focus, .button.warning:hover, .reliant-datepicker .warning.ui-datepicker-close.ui-priority-primary:hover, .button.warning:focus, .reliant-datepicker .warning.ui-datepicker-close.ui-priority-primary:focus {
  background-color: rgb(206.6461538462, 110.4, 14.1538461538);
}
button.warning, .button.warning, .reliant-datepicker .warning.ui-datepicker-close.ui-priority-primary.ui-state-hover, .reliant-datepicker .warning.ui-datepicker-close.ui-priority-primary {
  color: #FFFFFF;
}
button.warning:hover, button.warning:focus, .button.warning:hover, .reliant-datepicker .warning.ui-datepicker-close.ui-priority-primary:hover, .button.warning:focus, .reliant-datepicker .warning.ui-datepicker-close.ui-priority-primary:focus {
  color: #FFFFFF;
}
button.info, .button.info, .reliant-datepicker .info.ui-datepicker-close.ui-priority-primary.ui-state-hover, .reliant-datepicker .info.ui-datepicker-close.ui-priority-primary {
  background-color: #a0d3e8;
  border-color: rgb(96.8813559322, 181.7661016949, 216.7186440678);
}
button.info:hover, button.info:focus, .button.info:hover, .reliant-datepicker .info.ui-datepicker-close.ui-priority-primary:hover, .button.info:focus, .reliant-datepicker .info.ui-datepicker-close.ui-priority-primary:focus {
  background-color: rgb(96.8813559322, 181.7661016949, 216.7186440678);
}
button.info, .button.info, .reliant-datepicker .info.ui-datepicker-close.ui-priority-primary.ui-state-hover, .reliant-datepicker .info.ui-datepicker-close.ui-priority-primary {
  color: #333333;
}
button.info:hover, button.info:focus, .button.info:hover, .reliant-datepicker .info.ui-datepicker-close.ui-priority-primary:hover, .button.info:focus, .reliant-datepicker .info.ui-datepicker-close.ui-priority-primary:focus {
  color: #FFFFFF;
}
button.large, .button.large, .reliant-datepicker .large.ui-datepicker-close.ui-priority-primary.ui-state-hover, .reliant-datepicker .large.ui-datepicker-close.ui-priority-primary {
  padding-top: 1.125rem;
  padding-right: 2.25rem;
  padding-bottom: 1.1875rem;
  padding-left: 2.25rem;
  font-size: 1.25rem;
}
button.small, .button.small, .reliant-datepicker .small.ui-datepicker-close.ui-priority-primary.ui-state-hover, .reliant-datepicker .small.ui-datepicker-close.ui-priority-primary {
  padding-top: 0.875rem;
  padding-right: 1.75rem;
  padding-bottom: 0.9375rem;
  padding-left: 1.75rem;
  font-size: 0.8125rem;
}
button.tiny, .button.tiny, .reliant-datepicker .tiny.ui-datepicker-close.ui-priority-primary.ui-state-hover, .reliant-datepicker .tiny.ui-datepicker-close.ui-priority-primary {
  padding-top: 0.625rem;
  padding-right: 1.25rem;
  padding-bottom: 0.6875rem;
  padding-left: 1.25rem;
  font-size: 0.6875rem;
}
button.expand, .button.expand, .reliant-datepicker .expand.ui-datepicker-close.ui-priority-primary.ui-state-hover, .reliant-datepicker .expand.ui-datepicker-close.ui-priority-primary {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}
button.left-align, .button.left-align, .reliant-datepicker .left-align.ui-datepicker-close.ui-priority-primary.ui-state-hover, .reliant-datepicker .left-align.ui-datepicker-close.ui-priority-primary {
  text-align: left;
  text-indent: 0.75rem;
}
button.right-align, .button.right-align, .reliant-datepicker .right-align.ui-datepicker-close.ui-priority-primary.ui-state-hover, .reliant-datepicker .right-align.ui-datepicker-close.ui-priority-primary {
  text-align: right;
  padding-right: 0.75rem;
}
button.radius, .button.radius, .reliant-datepicker .radius.ui-datepicker-close.ui-priority-primary.ui-state-hover, .reliant-datepicker .radius.ui-datepicker-close.ui-priority-primary {
  border-radius: 3px;
}
button.round, .button.round, .reliant-datepicker .round.ui-datepicker-close.ui-priority-primary.ui-state-hover, .reliant-datepicker .round.ui-datepicker-close.ui-priority-primary {
  border-radius: 1000px;
}
button.disabled, button[disabled], .button.disabled, .reliant-datepicker .disabled.ui-datepicker-close.ui-priority-primary.ui-state-hover, .reliant-datepicker .disabled.ui-datepicker-close.ui-priority-primary, .button[disabled], .reliant-datepicker [disabled].ui-datepicker-close.ui-priority-primary.ui-state-hover, .reliant-datepicker [disabled].ui-datepicker-close.ui-priority-primary {
  background-color: #008CBA;
  border-color: rgb(0, 112, 148.8);
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .reliant-datepicker .disabled.ui-datepicker-close.ui-priority-primary:hover, .button.disabled:focus, .reliant-datepicker .disabled.ui-datepicker-close.ui-priority-primary:focus, .button[disabled]:hover, .reliant-datepicker [disabled].ui-datepicker-close.ui-priority-primary:hover, .button[disabled]:focus, .reliant-datepicker [disabled].ui-datepicker-close.ui-priority-primary:focus {
  background-color: rgb(0, 112, 148.8);
}
button.disabled, button[disabled], .button.disabled, .reliant-datepicker .disabled.ui-datepicker-close.ui-priority-primary.ui-state-hover, .reliant-datepicker .disabled.ui-datepicker-close.ui-priority-primary, .button[disabled], .reliant-datepicker [disabled].ui-datepicker-close.ui-priority-primary.ui-state-hover, .reliant-datepicker [disabled].ui-datepicker-close.ui-priority-primary {
  color: #FFFFFF;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .reliant-datepicker .disabled.ui-datepicker-close.ui-priority-primary:hover, .button.disabled:focus, .reliant-datepicker .disabled.ui-datepicker-close.ui-priority-primary:focus, .button[disabled]:hover, .reliant-datepicker [disabled].ui-datepicker-close.ui-priority-primary:hover, .button[disabled]:focus, .reliant-datepicker [disabled].ui-datepicker-close.ui-priority-primary:focus {
  color: #FFFFFF;
}
button.disabled, button[disabled], .button.disabled, .reliant-datepicker .disabled.ui-datepicker-close.ui-priority-primary.ui-state-hover, .reliant-datepicker .disabled.ui-datepicker-close.ui-priority-primary, .button[disabled], .reliant-datepicker [disabled].ui-datepicker-close.ui-priority-primary.ui-state-hover, .reliant-datepicker [disabled].ui-datepicker-close.ui-priority-primary {
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .reliant-datepicker .disabled.ui-datepicker-close.ui-priority-primary:hover, .button.disabled:focus, .reliant-datepicker .disabled.ui-datepicker-close.ui-priority-primary:focus, .button[disabled]:hover, .reliant-datepicker [disabled].ui-datepicker-close.ui-priority-primary:hover, .button[disabled]:focus, .reliant-datepicker [disabled].ui-datepicker-close.ui-priority-primary:focus {
  background-color: #008CBA;
}
button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .reliant-datepicker .disabled.secondary.ui-datepicker-close.ui-priority-primary, .button[disabled].secondary, .reliant-datepicker [disabled].secondary.ui-datepicker-close.ui-priority-primary {
  background-color: #e7e7e7;
  border-color: rgb(184.8, 184.8, 184.8);
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .reliant-datepicker .disabled.secondary.ui-datepicker-close.ui-priority-primary:hover, .button.disabled.secondary:focus, .reliant-datepicker .disabled.secondary.ui-datepicker-close.ui-priority-primary:focus, .button[disabled].secondary:hover, .reliant-datepicker [disabled].secondary.ui-datepicker-close.ui-priority-primary:hover, .button[disabled].secondary:focus, .reliant-datepicker [disabled].secondary.ui-datepicker-close.ui-priority-primary:focus {
  background-color: rgb(184.8, 184.8, 184.8);
}
button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .reliant-datepicker .disabled.secondary.ui-datepicker-close.ui-priority-primary, .button[disabled].secondary, .reliant-datepicker [disabled].secondary.ui-datepicker-close.ui-priority-primary {
  color: #333333;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .reliant-datepicker .disabled.secondary.ui-datepicker-close.ui-priority-primary:hover, .button.disabled.secondary:focus, .reliant-datepicker .disabled.secondary.ui-datepicker-close.ui-priority-primary:focus, .button[disabled].secondary:hover, .reliant-datepicker [disabled].secondary.ui-datepicker-close.ui-priority-primary:hover, .button[disabled].secondary:focus, .reliant-datepicker [disabled].secondary.ui-datepicker-close.ui-priority-primary:focus {
  color: #333333;
}
button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .reliant-datepicker .disabled.secondary.ui-datepicker-close.ui-priority-primary, .button[disabled].secondary, .reliant-datepicker [disabled].secondary.ui-datepicker-close.ui-priority-primary {
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .reliant-datepicker .disabled.secondary.ui-datepicker-close.ui-priority-primary:hover, .button.disabled.secondary:focus, .reliant-datepicker .disabled.secondary.ui-datepicker-close.ui-priority-primary:focus, .button[disabled].secondary:hover, .reliant-datepicker [disabled].secondary.ui-datepicker-close.ui-priority-primary:hover, .button[disabled].secondary:focus, .reliant-datepicker [disabled].secondary.ui-datepicker-close.ui-priority-primary:focus {
  background-color: #e7e7e7;
}
button.disabled.success, button[disabled].success, .button.disabled.success, .reliant-datepicker .disabled.success.ui-datepicker-close.ui-priority-primary, .button[disabled].success, .reliant-datepicker [disabled].success.ui-datepicker-close.ui-priority-primary {
  background-color: #43AC6A;
  border-color: rgb(53.6, 137.6, 84.8);
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .reliant-datepicker .disabled.success.ui-datepicker-close.ui-priority-primary:hover, .button.disabled.success:focus, .reliant-datepicker .disabled.success.ui-datepicker-close.ui-priority-primary:focus, .button[disabled].success:hover, .reliant-datepicker [disabled].success.ui-datepicker-close.ui-priority-primary:hover, .button[disabled].success:focus, .reliant-datepicker [disabled].success.ui-datepicker-close.ui-priority-primary:focus {
  background-color: rgb(53.6, 137.6, 84.8);
}
button.disabled.success, button[disabled].success, .button.disabled.success, .reliant-datepicker .disabled.success.ui-datepicker-close.ui-priority-primary, .button[disabled].success, .reliant-datepicker [disabled].success.ui-datepicker-close.ui-priority-primary {
  color: #FFFFFF;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .reliant-datepicker .disabled.success.ui-datepicker-close.ui-priority-primary:hover, .button.disabled.success:focus, .reliant-datepicker .disabled.success.ui-datepicker-close.ui-priority-primary:focus, .button[disabled].success:hover, .reliant-datepicker [disabled].success.ui-datepicker-close.ui-priority-primary:hover, .button[disabled].success:focus, .reliant-datepicker [disabled].success.ui-datepicker-close.ui-priority-primary:focus {
  color: #FFFFFF;
}
button.disabled.success, button[disabled].success, .button.disabled.success, .reliant-datepicker .disabled.success.ui-datepicker-close.ui-priority-primary, .button[disabled].success, .reliant-datepicker [disabled].success.ui-datepicker-close.ui-priority-primary {
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .reliant-datepicker .disabled.success.ui-datepicker-close.ui-priority-primary:hover, .button.disabled.success:focus, .reliant-datepicker .disabled.success.ui-datepicker-close.ui-priority-primary:focus, .button[disabled].success:hover, .reliant-datepicker [disabled].success.ui-datepicker-close.ui-priority-primary:hover, .button[disabled].success:focus, .reliant-datepicker [disabled].success.ui-datepicker-close.ui-priority-primary:focus {
  background-color: #43AC6A;
}
button.disabled.alert, button[disabled].alert, .button.disabled.alert, .reliant-datepicker .disabled.alert.ui-datepicker-close.ui-priority-primary, .button[disabled].alert, .reliant-datepicker [disabled].alert.ui-datepicker-close.ui-priority-primary {
  background-color: #f04124;
  border-color: rgb(206.6461538462, 41.5179487179, 14.1538461538);
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .reliant-datepicker .disabled.alert.ui-datepicker-close.ui-priority-primary:hover, .button.disabled.alert:focus, .reliant-datepicker .disabled.alert.ui-datepicker-close.ui-priority-primary:focus, .button[disabled].alert:hover, .reliant-datepicker [disabled].alert.ui-datepicker-close.ui-priority-primary:hover, .button[disabled].alert:focus, .reliant-datepicker [disabled].alert.ui-datepicker-close.ui-priority-primary:focus {
  background-color: rgb(206.6461538462, 41.5179487179, 14.1538461538);
}
button.disabled.alert, button[disabled].alert, .button.disabled.alert, .reliant-datepicker .disabled.alert.ui-datepicker-close.ui-priority-primary, .button[disabled].alert, .reliant-datepicker [disabled].alert.ui-datepicker-close.ui-priority-primary {
  color: #FFFFFF;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .reliant-datepicker .disabled.alert.ui-datepicker-close.ui-priority-primary:hover, .button.disabled.alert:focus, .reliant-datepicker .disabled.alert.ui-datepicker-close.ui-priority-primary:focus, .button[disabled].alert:hover, .reliant-datepicker [disabled].alert.ui-datepicker-close.ui-priority-primary:hover, .button[disabled].alert:focus, .reliant-datepicker [disabled].alert.ui-datepicker-close.ui-priority-primary:focus {
  color: #FFFFFF;
}
button.disabled.alert, button[disabled].alert, .button.disabled.alert, .reliant-datepicker .disabled.alert.ui-datepicker-close.ui-priority-primary, .button[disabled].alert, .reliant-datepicker [disabled].alert.ui-datepicker-close.ui-priority-primary {
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .reliant-datepicker .disabled.alert.ui-datepicker-close.ui-priority-primary:hover, .button.disabled.alert:focus, .reliant-datepicker .disabled.alert.ui-datepicker-close.ui-priority-primary:focus, .button[disabled].alert:hover, .reliant-datepicker [disabled].alert.ui-datepicker-close.ui-priority-primary:hover, .button[disabled].alert:focus, .reliant-datepicker [disabled].alert.ui-datepicker-close.ui-priority-primary:focus {
  background-color: #f04124;
}
button.disabled.warning, button[disabled].warning, .button.disabled.warning, .reliant-datepicker .disabled.warning.ui-datepicker-close.ui-priority-primary, .button[disabled].warning, .reliant-datepicker [disabled].warning.ui-datepicker-close.ui-priority-primary {
  background-color: #f08a24;
  border-color: rgb(206.6461538462, 110.4, 14.1538461538);
}
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .reliant-datepicker .disabled.warning.ui-datepicker-close.ui-priority-primary:hover, .button.disabled.warning:focus, .reliant-datepicker .disabled.warning.ui-datepicker-close.ui-priority-primary:focus, .button[disabled].warning:hover, .reliant-datepicker [disabled].warning.ui-datepicker-close.ui-priority-primary:hover, .button[disabled].warning:focus, .reliant-datepicker [disabled].warning.ui-datepicker-close.ui-priority-primary:focus {
  background-color: rgb(206.6461538462, 110.4, 14.1538461538);
}
button.disabled.warning, button[disabled].warning, .button.disabled.warning, .reliant-datepicker .disabled.warning.ui-datepicker-close.ui-priority-primary, .button[disabled].warning, .reliant-datepicker [disabled].warning.ui-datepicker-close.ui-priority-primary {
  color: #FFFFFF;
}
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .reliant-datepicker .disabled.warning.ui-datepicker-close.ui-priority-primary:hover, .button.disabled.warning:focus, .reliant-datepicker .disabled.warning.ui-datepicker-close.ui-priority-primary:focus, .button[disabled].warning:hover, .reliant-datepicker [disabled].warning.ui-datepicker-close.ui-priority-primary:hover, .button[disabled].warning:focus, .reliant-datepicker [disabled].warning.ui-datepicker-close.ui-priority-primary:focus {
  color: #FFFFFF;
}
button.disabled.warning, button[disabled].warning, .button.disabled.warning, .reliant-datepicker .disabled.warning.ui-datepicker-close.ui-priority-primary, .button[disabled].warning, .reliant-datepicker [disabled].warning.ui-datepicker-close.ui-priority-primary {
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .reliant-datepicker .disabled.warning.ui-datepicker-close.ui-priority-primary:hover, .button.disabled.warning:focus, .reliant-datepicker .disabled.warning.ui-datepicker-close.ui-priority-primary:focus, .button[disabled].warning:hover, .reliant-datepicker [disabled].warning.ui-datepicker-close.ui-priority-primary:hover, .button[disabled].warning:focus, .reliant-datepicker [disabled].warning.ui-datepicker-close.ui-priority-primary:focus {
  background-color: #f08a24;
}
button.disabled.info, button[disabled].info, .button.disabled.info, .reliant-datepicker .disabled.info.ui-datepicker-close.ui-priority-primary, .button[disabled].info, .reliant-datepicker [disabled].info.ui-datepicker-close.ui-priority-primary {
  background-color: #a0d3e8;
  border-color: rgb(96.8813559322, 181.7661016949, 216.7186440678);
}
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .reliant-datepicker .disabled.info.ui-datepicker-close.ui-priority-primary:hover, .button.disabled.info:focus, .reliant-datepicker .disabled.info.ui-datepicker-close.ui-priority-primary:focus, .button[disabled].info:hover, .reliant-datepicker [disabled].info.ui-datepicker-close.ui-priority-primary:hover, .button[disabled].info:focus, .reliant-datepicker [disabled].info.ui-datepicker-close.ui-priority-primary:focus {
  background-color: rgb(96.8813559322, 181.7661016949, 216.7186440678);
}
button.disabled.info, button[disabled].info, .button.disabled.info, .reliant-datepicker .disabled.info.ui-datepicker-close.ui-priority-primary, .button[disabled].info, .reliant-datepicker [disabled].info.ui-datepicker-close.ui-priority-primary {
  color: #333333;
}
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .reliant-datepicker .disabled.info.ui-datepicker-close.ui-priority-primary:hover, .button.disabled.info:focus, .reliant-datepicker .disabled.info.ui-datepicker-close.ui-priority-primary:focus, .button[disabled].info:hover, .reliant-datepicker [disabled].info.ui-datepicker-close.ui-priority-primary:hover, .button[disabled].info:focus, .reliant-datepicker [disabled].info.ui-datepicker-close.ui-priority-primary:focus {
  color: #FFFFFF;
}
button.disabled.info, button[disabled].info, .button.disabled.info, .reliant-datepicker .disabled.info.ui-datepicker-close.ui-priority-primary, .button[disabled].info, .reliant-datepicker [disabled].info.ui-datepicker-close.ui-priority-primary {
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .reliant-datepicker .disabled.info.ui-datepicker-close.ui-priority-primary:hover, .button.disabled.info:focus, .reliant-datepicker .disabled.info.ui-datepicker-close.ui-priority-primary:focus, .button[disabled].info:hover, .reliant-datepicker [disabled].info.ui-datepicker-close.ui-priority-primary:hover, .button[disabled].info:focus, .reliant-datepicker [disabled].info.ui-datepicker-close.ui-priority-primary:focus {
  background-color: #a0d3e8;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

@media only screen and (min-width:40.063em) {
  button, .button, .reliant-datepicker .ui-datepicker-close.ui-datepicker-close.ui-priority-primary.ui-state-hover, .reliant-datepicker .ui-datepicker-close.ui-datepicker-close.ui-priority-primary {
    display: inline-block;
  }
}
.button-group {
  list-style: none;
  margin: 0;
  left: 0;
}
.button-group:before, .button-group:after {
  content: " ";
  display: table;
}
.button-group:after {
  clear: both;
}
.button-group > li > button, .button-group > li .button, .button-group > li .reliant-datepicker .ui-datepicker-close.ui-datepicker-close.ui-priority-primary, .reliant-datepicker .button-group > li .ui-datepicker-close.ui-datepicker-close.ui-priority-primary {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group > li:first-child button, .button-group > li:first-child .button, .button-group > li:first-child .reliant-datepicker .ui-datepicker-close.ui-datepicker-close.ui-priority-primary, .reliant-datepicker .button-group > li:first-child .ui-datepicker-close.ui-datepicker-close.ui-priority-primary {
  border-left: 0;
}
.button-group > li {
  margin: 0 -2px;
  display: inline-block;
}
.button-group.stack > li > button, .button-group.stack > li .button, .button-group.stack > li .reliant-datepicker .ui-datepicker-close.ui-datepicker-close.ui-priority-primary, .reliant-datepicker .button-group.stack > li .ui-datepicker-close.ui-datepicker-close.ui-priority-primary {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.stack > li:first-child button, .button-group.stack > li:first-child .button, .button-group.stack > li:first-child .reliant-datepicker .ui-datepicker-close.ui-datepicker-close.ui-priority-primary, .reliant-datepicker .button-group.stack > li:first-child .ui-datepicker-close.ui-datepicker-close.ui-priority-primary {
  border-left: 0;
}
.button-group.stack > li {
  margin: 0 -2px;
  display: inline-block;
  display: block;
  margin: 0;
}
.button-group.stack > li > button, .button-group.stack > li .button, .button-group.stack > li .reliant-datepicker .ui-datepicker-close.ui-datepicker-close.ui-priority-primary, .reliant-datepicker .button-group.stack > li .ui-datepicker-close.ui-datepicker-close.ui-priority-primary {
  border-top: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
  border-left-width: 0;
  margin: 0;
  display: block;
}
.button-group.stack > li:first-child button, .button-group.stack > li:first-child .button, .button-group.stack > li:first-child .reliant-datepicker .ui-datepicker-close.ui-datepicker-close.ui-priority-primary, .reliant-datepicker .button-group.stack > li:first-child .ui-datepicker-close.ui-datepicker-close.ui-priority-primary {
  border-top: 0;
}
.button-group.stack > li {
  float: none;
}
.button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button, .button-group.stack-for-small > li .reliant-datepicker .ui-datepicker-close.ui-datepicker-close.ui-priority-primary, .reliant-datepicker .button-group.stack-for-small > li .ui-datepicker-close.ui-datepicker-close.ui-priority-primary {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button, .button-group.stack-for-small > li:first-child .reliant-datepicker .ui-datepicker-close.ui-datepicker-close.ui-priority-primary, .reliant-datepicker .button-group.stack-for-small > li:first-child .ui-datepicker-close.ui-datepicker-close.ui-priority-primary {
  border-left: 0;
}
.button-group.stack-for-small > li {
  margin: 0 -2px;
  display: inline-block;
}
@media only screen and (max-width: 40em) {
  .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button, .button-group.stack-for-small > li .reliant-datepicker .ui-datepicker-close.ui-datepicker-close.ui-priority-primary, .reliant-datepicker .button-group.stack-for-small > li .ui-datepicker-close.ui-datepicker-close.ui-priority-primary {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button, .button-group.stack-for-small > li:first-child .reliant-datepicker .ui-datepicker-close.ui-datepicker-close.ui-priority-primary, .reliant-datepicker .button-group.stack-for-small > li:first-child .ui-datepicker-close.ui-datepicker-close.ui-priority-primary {
    border-left: 0;
  }
  .button-group.stack-for-small > li {
    margin: 0 -2px;
    display: inline-block;
    display: block;
    margin: 0;
  }
  .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button, .button-group.stack-for-small > li .reliant-datepicker .ui-datepicker-close.ui-datepicker-close.ui-priority-primary, .reliant-datepicker .button-group.stack-for-small > li .ui-datepicker-close.ui-datepicker-close.ui-priority-primary {
    border-top: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0;
    margin: 0;
    display: block;
  }
  .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button, .button-group.stack-for-small > li:first-child .reliant-datepicker .ui-datepicker-close.ui-datepicker-close.ui-priority-primary, .reliant-datepicker .button-group.stack-for-small > li:first-child .ui-datepicker-close.ui-datepicker-close.ui-priority-primary {
    border-top: 0;
  }
}
.button-group.radius > * > button, .button-group.radius > * .button, .button-group.radius > * .reliant-datepicker .ui-datepicker-close.ui-datepicker-close.ui-priority-primary, .reliant-datepicker .button-group.radius > * .ui-datepicker-close.ui-datepicker-close.ui-priority-primary {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.radius > *:first-child button, .button-group.radius > *:first-child .button, .button-group.radius > *:first-child .reliant-datepicker .ui-datepicker-close.ui-datepicker-close.ui-priority-primary, .reliant-datepicker .button-group.radius > *:first-child .ui-datepicker-close.ui-datepicker-close.ui-priority-primary {
  border-left: 0;
}
.button-group.radius > * {
  margin: 0 -2px;
  display: inline-block;
}
.button-group.radius > *, .button-group.radius > * > a, .button-group.radius > * > button, .button-group.radius > * > .button, .reliant-datepicker .button-group.radius > * > .ui-datepicker-close.ui-datepicker-close.ui-priority-primary {
  border-radius: 0;
}
.button-group.radius > *:first-child, .button-group.radius > *:first-child > a, .button-group.radius > *:first-child > button, .button-group.radius > *:first-child > .button, .reliant-datepicker .button-group.radius > *:first-child > .ui-datepicker-close.ui-datepicker-close.ui-priority-primary {
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.button-group.radius > *:last-child, .button-group.radius > *:last-child > a, .button-group.radius > *:last-child > button, .button-group.radius > *:last-child > .button, .reliant-datepicker .button-group.radius > *:last-child > .ui-datepicker-close.ui-datepicker-close.ui-priority-primary {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.button-group.radius.stack > * > button, .button-group.radius.stack > * .button, .button-group.radius.stack > * .reliant-datepicker .ui-datepicker-close.ui-datepicker-close.ui-priority-primary, .reliant-datepicker .button-group.radius.stack > * .ui-datepicker-close.ui-datepicker-close.ui-priority-primary {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button, .button-group.radius.stack > *:first-child .reliant-datepicker .ui-datepicker-close.ui-datepicker-close.ui-priority-primary, .reliant-datepicker .button-group.radius.stack > *:first-child .ui-datepicker-close.ui-datepicker-close.ui-priority-primary {
  border-left: 0;
}
.button-group.radius.stack > * {
  margin: 0 -2px;
  display: inline-block;
  display: block;
  margin: 0;
}
.button-group.radius.stack > * > button, .button-group.radius.stack > * .button, .button-group.radius.stack > * .reliant-datepicker .ui-datepicker-close.ui-datepicker-close.ui-priority-primary, .reliant-datepicker .button-group.radius.stack > * .ui-datepicker-close.ui-datepicker-close.ui-priority-primary {
  border-top: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
  border-left-width: 0;
  margin: 0;
  display: block;
}
.button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button, .button-group.radius.stack > *:first-child .reliant-datepicker .ui-datepicker-close.ui-datepicker-close.ui-priority-primary, .reliant-datepicker .button-group.radius.stack > *:first-child .ui-datepicker-close.ui-datepicker-close.ui-priority-primary {
  border-top: 0;
}
.button-group.radius.stack > *, .button-group.radius.stack > * > a, .button-group.radius.stack > * > button, .button-group.radius.stack > * > .button, .reliant-datepicker .button-group.radius.stack > * > .ui-datepicker-close.ui-datepicker-close.ui-priority-primary {
  border-radius: 0;
}
.button-group.radius.stack > *:first-child, .button-group.radius.stack > *:first-child > a, .button-group.radius.stack > *:first-child > button, .button-group.radius.stack > *:first-child > .button, .reliant-datepicker .button-group.radius.stack > *:first-child > .ui-datepicker-close.ui-datepicker-close.ui-priority-primary {
  -webkit-top-left-radius: 3px;
  -webkit-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.button-group.radius.stack > *:last-child, .button-group.radius.stack > *:last-child > a, .button-group.radius.stack > *:last-child > button, .button-group.radius.stack > *:last-child > .button, .reliant-datepicker .button-group.radius.stack > *:last-child > .ui-datepicker-close.ui-datepicker-close.ui-priority-primary {
  -webkit-bottom-left-radius: 3px;
  -webkit-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
@media only screen and (min-width:40.063em) {
  .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button, .button-group.radius.stack-for-small > * .reliant-datepicker .ui-datepicker-close.ui-datepicker-close.ui-priority-primary, .reliant-datepicker .button-group.radius.stack-for-small > * .ui-datepicker-close.ui-datepicker-close.ui-priority-primary {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button, .button-group.radius.stack-for-small > *:first-child .reliant-datepicker .ui-datepicker-close.ui-datepicker-close.ui-priority-primary, .reliant-datepicker .button-group.radius.stack-for-small > *:first-child .ui-datepicker-close.ui-datepicker-close.ui-priority-primary {
    border-left: 0;
  }
  .button-group.radius.stack-for-small > * {
    margin: 0 -2px;
    display: inline-block;
  }
  .button-group.radius.stack-for-small > *, .button-group.radius.stack-for-small > * > a, .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * > .button, .reliant-datepicker .button-group.radius.stack-for-small > * > .ui-datepicker-close.ui-datepicker-close.ui-priority-primary {
    border-radius: 0;
  }
  .button-group.radius.stack-for-small > *:first-child, .button-group.radius.stack-for-small > *:first-child > a, .button-group.radius.stack-for-small > *:first-child > button, .button-group.radius.stack-for-small > *:first-child > .button, .reliant-datepicker .button-group.radius.stack-for-small > *:first-child > .ui-datepicker-close.ui-datepicker-close.ui-priority-primary {
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
  }
  .button-group.radius.stack-for-small > *:last-child, .button-group.radius.stack-for-small > *:last-child > a, .button-group.radius.stack-for-small > *:last-child > button, .button-group.radius.stack-for-small > *:last-child > .button, .reliant-datepicker .button-group.radius.stack-for-small > *:last-child > .ui-datepicker-close.ui-datepicker-close.ui-priority-primary {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
  }
}
@media only screen and (max-width: 40em) {
  .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button, .button-group.radius.stack-for-small > * .reliant-datepicker .ui-datepicker-close.ui-datepicker-close.ui-priority-primary, .reliant-datepicker .button-group.radius.stack-for-small > * .ui-datepicker-close.ui-datepicker-close.ui-priority-primary {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button, .button-group.radius.stack-for-small > *:first-child .reliant-datepicker .ui-datepicker-close.ui-datepicker-close.ui-priority-primary, .reliant-datepicker .button-group.radius.stack-for-small > *:first-child .ui-datepicker-close.ui-datepicker-close.ui-priority-primary {
    border-left: 0;
  }
  .button-group.radius.stack-for-small > * {
    margin: 0 -2px;
    display: inline-block;
    display: block;
    margin: 0;
  }
  .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button, .button-group.radius.stack-for-small > * .reliant-datepicker .ui-datepicker-close.ui-datepicker-close.ui-priority-primary, .reliant-datepicker .button-group.radius.stack-for-small > * .ui-datepicker-close.ui-datepicker-close.ui-priority-primary {
    border-top: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0;
    margin: 0;
    display: block;
  }
  .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button, .button-group.radius.stack-for-small > *:first-child .reliant-datepicker .ui-datepicker-close.ui-datepicker-close.ui-priority-primary, .reliant-datepicker .button-group.radius.stack-for-small > *:first-child .ui-datepicker-close.ui-datepicker-close.ui-priority-primary {
    border-top: 0;
  }
  .button-group.radius.stack-for-small > *, .button-group.radius.stack-for-small > * > a, .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * > .button, .reliant-datepicker .button-group.radius.stack-for-small > * > .ui-datepicker-close.ui-datepicker-close.ui-priority-primary {
    border-radius: 0;
  }
  .button-group.radius.stack-for-small > *:first-child, .button-group.radius.stack-for-small > *:first-child > a, .button-group.radius.stack-for-small > *:first-child > button, .button-group.radius.stack-for-small > *:first-child > .button, .reliant-datepicker .button-group.radius.stack-for-small > *:first-child > .ui-datepicker-close.ui-datepicker-close.ui-priority-primary {
    -webkit-top-left-radius: 3px;
    -webkit-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  .button-group.radius.stack-for-small > *:last-child, .button-group.radius.stack-for-small > *:last-child > a, .button-group.radius.stack-for-small > *:last-child > button, .button-group.radius.stack-for-small > *:last-child > .button, .reliant-datepicker .button-group.radius.stack-for-small > *:last-child > .ui-datepicker-close.ui-datepicker-close.ui-priority-primary {
    -webkit-bottom-left-radius: 3px;
    -webkit-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
  }
}
.button-group.round > * > button, .button-group.round > * .button, .button-group.round > * .reliant-datepicker .ui-datepicker-close.ui-datepicker-close.ui-priority-primary, .reliant-datepicker .button-group.round > * .ui-datepicker-close.ui-datepicker-close.ui-priority-primary {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.round > *:first-child button, .button-group.round > *:first-child .button, .button-group.round > *:first-child .reliant-datepicker .ui-datepicker-close.ui-datepicker-close.ui-priority-primary, .reliant-datepicker .button-group.round > *:first-child .ui-datepicker-close.ui-datepicker-close.ui-priority-primary {
  border-left: 0;
}
.button-group.round > * {
  margin: 0 -2px;
  display: inline-block;
}
.button-group.round > *, .button-group.round > * > a, .button-group.round > * > button, .button-group.round > * > .button, .reliant-datepicker .button-group.round > * > .ui-datepicker-close.ui-datepicker-close.ui-priority-primary {
  border-radius: 0;
}
.button-group.round > *:first-child, .button-group.round > *:first-child > a, .button-group.round > *:first-child > button, .button-group.round > *:first-child > .button, .reliant-datepicker .button-group.round > *:first-child > .ui-datepicker-close.ui-datepicker-close.ui-priority-primary {
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
.button-group.round > *:last-child, .button-group.round > *:last-child > a, .button-group.round > *:last-child > button, .button-group.round > *:last-child > .button, .reliant-datepicker .button-group.round > *:last-child > .ui-datepicker-close.ui-datepicker-close.ui-priority-primary {
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}
.button-group.round.stack > * > button, .button-group.round.stack > * .button, .button-group.round.stack > * .reliant-datepicker .ui-datepicker-close.ui-datepicker-close.ui-priority-primary, .reliant-datepicker .button-group.round.stack > * .ui-datepicker-close.ui-datepicker-close.ui-priority-primary {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button, .button-group.round.stack > *:first-child .reliant-datepicker .ui-datepicker-close.ui-datepicker-close.ui-priority-primary, .reliant-datepicker .button-group.round.stack > *:first-child .ui-datepicker-close.ui-datepicker-close.ui-priority-primary {
  border-left: 0;
}
.button-group.round.stack > * {
  margin: 0 -2px;
  display: inline-block;
  display: block;
  margin: 0;
}
.button-group.round.stack > * > button, .button-group.round.stack > * .button, .button-group.round.stack > * .reliant-datepicker .ui-datepicker-close.ui-datepicker-close.ui-priority-primary, .reliant-datepicker .button-group.round.stack > * .ui-datepicker-close.ui-datepicker-close.ui-priority-primary {
  border-top: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
  border-left-width: 0;
  margin: 0;
  display: block;
}
.button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button, .button-group.round.stack > *:first-child .reliant-datepicker .ui-datepicker-close.ui-datepicker-close.ui-priority-primary, .reliant-datepicker .button-group.round.stack > *:first-child .ui-datepicker-close.ui-datepicker-close.ui-priority-primary {
  border-top: 0;
}
.button-group.round.stack > *, .button-group.round.stack > * > a, .button-group.round.stack > * > button, .button-group.round.stack > * > .button, .reliant-datepicker .button-group.round.stack > * > .ui-datepicker-close.ui-datepicker-close.ui-priority-primary {
  border-radius: 0;
}
.button-group.round.stack > *:first-child, .button-group.round.stack > *:first-child > a, .button-group.round.stack > *:first-child > button, .button-group.round.stack > *:first-child > .button, .reliant-datepicker .button-group.round.stack > *:first-child > .ui-datepicker-close.ui-datepicker-close.ui-priority-primary {
  -webkit-top-left-radius: 1rem;
  -webkit-top-right-radius: 1rem;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.button-group.round.stack > *:last-child, .button-group.round.stack > *:last-child > a, .button-group.round.stack > *:last-child > button, .button-group.round.stack > *:last-child > .button, .reliant-datepicker .button-group.round.stack > *:last-child > .ui-datepicker-close.ui-datepicker-close.ui-priority-primary {
  -webkit-bottom-left-radius: 1rem;
  -webkit-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
@media only screen and (min-width:40.063em) {
  .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button, .button-group.round.stack-for-small > * .reliant-datepicker .ui-datepicker-close.ui-datepicker-close.ui-priority-primary, .reliant-datepicker .button-group.round.stack-for-small > * .ui-datepicker-close.ui-datepicker-close.ui-priority-primary {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button, .button-group.round.stack-for-small > *:first-child .reliant-datepicker .ui-datepicker-close.ui-datepicker-close.ui-priority-primary, .reliant-datepicker .button-group.round.stack-for-small > *:first-child .ui-datepicker-close.ui-datepicker-close.ui-priority-primary {
    border-left: 0;
  }
  .button-group.round.stack-for-small > * {
    margin: 0 -2px;
    display: inline-block;
  }
  .button-group.round.stack-for-small > *, .button-group.round.stack-for-small > * > a, .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * > .button, .reliant-datepicker .button-group.round.stack-for-small > * > .ui-datepicker-close.ui-datepicker-close.ui-priority-primary {
    border-radius: 0;
  }
  .button-group.round.stack-for-small > *:first-child, .button-group.round.stack-for-small > *:first-child > a, .button-group.round.stack-for-small > *:first-child > button, .button-group.round.stack-for-small > *:first-child > .button, .reliant-datepicker .button-group.round.stack-for-small > *:first-child > .ui-datepicker-close.ui-datepicker-close.ui-priority-primary {
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px;
  }
  .button-group.round.stack-for-small > *:last-child, .button-group.round.stack-for-small > *:last-child > a, .button-group.round.stack-for-small > *:last-child > button, .button-group.round.stack-for-small > *:last-child > .button, .reliant-datepicker .button-group.round.stack-for-small > *:last-child > .ui-datepicker-close.ui-datepicker-close.ui-priority-primary {
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px;
  }
}
@media only screen and (max-width: 40em) {
  .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button, .button-group.round.stack-for-small > * .reliant-datepicker .ui-datepicker-close.ui-datepicker-close.ui-priority-primary, .reliant-datepicker .button-group.round.stack-for-small > * .ui-datepicker-close.ui-datepicker-close.ui-priority-primary {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button, .button-group.round.stack-for-small > *:first-child .reliant-datepicker .ui-datepicker-close.ui-datepicker-close.ui-priority-primary, .reliant-datepicker .button-group.round.stack-for-small > *:first-child .ui-datepicker-close.ui-datepicker-close.ui-priority-primary {
    border-left: 0;
  }
  .button-group.round.stack-for-small > * {
    margin: 0 -2px;
    display: inline-block;
    display: block;
    margin: 0;
  }
  .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button, .button-group.round.stack-for-small > * .reliant-datepicker .ui-datepicker-close.ui-datepicker-close.ui-priority-primary, .reliant-datepicker .button-group.round.stack-for-small > * .ui-datepicker-close.ui-datepicker-close.ui-priority-primary {
    border-top: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0;
    margin: 0;
    display: block;
  }
  .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button, .button-group.round.stack-for-small > *:first-child .reliant-datepicker .ui-datepicker-close.ui-datepicker-close.ui-priority-primary, .reliant-datepicker .button-group.round.stack-for-small > *:first-child .ui-datepicker-close.ui-datepicker-close.ui-priority-primary {
    border-top: 0;
  }
  .button-group.round.stack-for-small > *, .button-group.round.stack-for-small > * > a, .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * > .button, .reliant-datepicker .button-group.round.stack-for-small > * > .ui-datepicker-close.ui-datepicker-close.ui-priority-primary {
    border-radius: 0;
  }
  .button-group.round.stack-for-small > *:first-child, .button-group.round.stack-for-small > *:first-child > a, .button-group.round.stack-for-small > *:first-child > button, .button-group.round.stack-for-small > *:first-child > .button, .reliant-datepicker .button-group.round.stack-for-small > *:first-child > .ui-datepicker-close.ui-datepicker-close.ui-priority-primary {
    -webkit-top-left-radius: 1rem;
    -webkit-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }
  .button-group.round.stack-for-small > *:last-child, .button-group.round.stack-for-small > *:last-child > a, .button-group.round.stack-for-small > *:last-child > button, .button-group.round.stack-for-small > *:last-child > .button, .reliant-datepicker .button-group.round.stack-for-small > *:last-child > .ui-datepicker-close.ui-datepicker-close.ui-priority-primary {
    -webkit-bottom-left-radius: 1rem;
    -webkit-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }
}
.button-group.even-2 li > button, .button-group.even-2 li .button, .button-group.even-2 li .reliant-datepicker .ui-datepicker-close.ui-datepicker-close.ui-priority-primary, .reliant-datepicker .button-group.even-2 li .ui-datepicker-close.ui-datepicker-close.ui-priority-primary {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-2 li:first-child button, .button-group.even-2 li:first-child .button, .button-group.even-2 li:first-child .reliant-datepicker .ui-datepicker-close.ui-datepicker-close.ui-priority-primary, .reliant-datepicker .button-group.even-2 li:first-child .ui-datepicker-close.ui-datepicker-close.ui-priority-primary {
  border-left: 0;
}
.button-group.even-2 li {
  margin: 0 -2px;
  display: inline-block;
  width: 50%;
}
.button-group.even-2 li button, .button-group.even-2 li .button, .button-group.even-2 li .reliant-datepicker .ui-datepicker-close.ui-datepicker-close.ui-priority-primary, .reliant-datepicker .button-group.even-2 li .ui-datepicker-close.ui-datepicker-close.ui-priority-primary {
  width: 100%;
}
.button-group.even-3 li > button, .button-group.even-3 li .button, .button-group.even-3 li .reliant-datepicker .ui-datepicker-close.ui-datepicker-close.ui-priority-primary, .reliant-datepicker .button-group.even-3 li .ui-datepicker-close.ui-datepicker-close.ui-priority-primary {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-3 li:first-child button, .button-group.even-3 li:first-child .button, .button-group.even-3 li:first-child .reliant-datepicker .ui-datepicker-close.ui-datepicker-close.ui-priority-primary, .reliant-datepicker .button-group.even-3 li:first-child .ui-datepicker-close.ui-datepicker-close.ui-priority-primary {
  border-left: 0;
}
.button-group.even-3 li {
  margin: 0 -2px;
  display: inline-block;
  width: 33.3333333333%;
}
.button-group.even-3 li button, .button-group.even-3 li .button, .button-group.even-3 li .reliant-datepicker .ui-datepicker-close.ui-datepicker-close.ui-priority-primary, .reliant-datepicker .button-group.even-3 li .ui-datepicker-close.ui-datepicker-close.ui-priority-primary {
  width: 100%;
}
.button-group.even-4 li > button, .button-group.even-4 li .button, .button-group.even-4 li .reliant-datepicker .ui-datepicker-close.ui-datepicker-close.ui-priority-primary, .reliant-datepicker .button-group.even-4 li .ui-datepicker-close.ui-datepicker-close.ui-priority-primary {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-4 li:first-child button, .button-group.even-4 li:first-child .button, .button-group.even-4 li:first-child .reliant-datepicker .ui-datepicker-close.ui-datepicker-close.ui-priority-primary, .reliant-datepicker .button-group.even-4 li:first-child .ui-datepicker-close.ui-datepicker-close.ui-priority-primary {
  border-left: 0;
}
.button-group.even-4 li {
  margin: 0 -2px;
  display: inline-block;
  width: 25%;
}
.button-group.even-4 li button, .button-group.even-4 li .button, .button-group.even-4 li .reliant-datepicker .ui-datepicker-close.ui-datepicker-close.ui-priority-primary, .reliant-datepicker .button-group.even-4 li .ui-datepicker-close.ui-datepicker-close.ui-priority-primary {
  width: 100%;
}
.button-group.even-5 li > button, .button-group.even-5 li .button, .button-group.even-5 li .reliant-datepicker .ui-datepicker-close.ui-datepicker-close.ui-priority-primary, .reliant-datepicker .button-group.even-5 li .ui-datepicker-close.ui-datepicker-close.ui-priority-primary {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-5 li:first-child button, .button-group.even-5 li:first-child .button, .button-group.even-5 li:first-child .reliant-datepicker .ui-datepicker-close.ui-datepicker-close.ui-priority-primary, .reliant-datepicker .button-group.even-5 li:first-child .ui-datepicker-close.ui-datepicker-close.ui-priority-primary {
  border-left: 0;
}
.button-group.even-5 li {
  margin: 0 -2px;
  display: inline-block;
  width: 20%;
}
.button-group.even-5 li button, .button-group.even-5 li .button, .button-group.even-5 li .reliant-datepicker .ui-datepicker-close.ui-datepicker-close.ui-priority-primary, .reliant-datepicker .button-group.even-5 li .ui-datepicker-close.ui-datepicker-close.ui-priority-primary {
  width: 100%;
}
.button-group.even-6 li > button, .button-group.even-6 li .button, .button-group.even-6 li .reliant-datepicker .ui-datepicker-close.ui-datepicker-close.ui-priority-primary, .reliant-datepicker .button-group.even-6 li .ui-datepicker-close.ui-datepicker-close.ui-priority-primary {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-6 li:first-child button, .button-group.even-6 li:first-child .button, .button-group.even-6 li:first-child .reliant-datepicker .ui-datepicker-close.ui-datepicker-close.ui-priority-primary, .reliant-datepicker .button-group.even-6 li:first-child .ui-datepicker-close.ui-datepicker-close.ui-priority-primary {
  border-left: 0;
}
.button-group.even-6 li {
  margin: 0 -2px;
  display: inline-block;
  width: 16.6666666667%;
}
.button-group.even-6 li button, .button-group.even-6 li .button, .button-group.even-6 li .reliant-datepicker .ui-datepicker-close.ui-datepicker-close.ui-priority-primary, .reliant-datepicker .button-group.even-6 li .ui-datepicker-close.ui-datepicker-close.ui-priority-primary {
  width: 100%;
}
.button-group.even-7 li > button, .button-group.even-7 li .button, .button-group.even-7 li .reliant-datepicker .ui-datepicker-close.ui-datepicker-close.ui-priority-primary, .reliant-datepicker .button-group.even-7 li .ui-datepicker-close.ui-datepicker-close.ui-priority-primary {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-7 li:first-child button, .button-group.even-7 li:first-child .button, .button-group.even-7 li:first-child .reliant-datepicker .ui-datepicker-close.ui-datepicker-close.ui-priority-primary, .reliant-datepicker .button-group.even-7 li:first-child .ui-datepicker-close.ui-datepicker-close.ui-priority-primary {
  border-left: 0;
}
.button-group.even-7 li {
  margin: 0 -2px;
  display: inline-block;
  width: 14.2857142857%;
}
.button-group.even-7 li button, .button-group.even-7 li .button, .button-group.even-7 li .reliant-datepicker .ui-datepicker-close.ui-datepicker-close.ui-priority-primary, .reliant-datepicker .button-group.even-7 li .ui-datepicker-close.ui-datepicker-close.ui-priority-primary {
  width: 100%;
}
.button-group.even-8 li > button, .button-group.even-8 li .button, .button-group.even-8 li .reliant-datepicker .ui-datepicker-close.ui-datepicker-close.ui-priority-primary, .reliant-datepicker .button-group.even-8 li .ui-datepicker-close.ui-datepicker-close.ui-priority-primary {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-8 li:first-child button, .button-group.even-8 li:first-child .button, .button-group.even-8 li:first-child .reliant-datepicker .ui-datepicker-close.ui-datepicker-close.ui-priority-primary, .reliant-datepicker .button-group.even-8 li:first-child .ui-datepicker-close.ui-datepicker-close.ui-priority-primary {
  border-left: 0;
}
.button-group.even-8 li {
  margin: 0 -2px;
  display: inline-block;
  width: 12.5%;
}
.button-group.even-8 li button, .button-group.even-8 li .button, .button-group.even-8 li .reliant-datepicker .ui-datepicker-close.ui-datepicker-close.ui-priority-primary, .reliant-datepicker .button-group.even-8 li .ui-datepicker-close.ui-datepicker-close.ui-priority-primary {
  width: 100%;
}

.button-bar:before, .button-bar:after {
  content: " ";
  display: table;
}
.button-bar:after {
  clear: both;
}
.button-bar .button-group {
  float: left;
  margin-right: 0.625rem;
}
.button-bar .button-group div {
  overflow: hidden;
}

/* Clearing Styles */
.clearing-thumbs:before, .clearing-thumbs:after, [data-clearing]:before, [data-clearing]:after {
  content: " ";
  display: table;
}
.clearing-thumbs:after, [data-clearing]:after {
  clear: both;
}
.clearing-thumbs, [data-clearing] {
  margin-bottom: 0;
  margin-left: 0;
  list-style: none;
}
.clearing-thumbs li, [data-clearing] li {
  float: left;
  margin-right: 10px;
}
.clearing-thumbs[class*=block-grid-] li, [data-clearing][class*=block-grid-] li {
  margin-right: 0;
}

.clearing-blackout {
  background: #333333;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 998;
}
.clearing-blackout .clearing-close {
  display: block;
}

.clearing-container {
  position: relative;
  z-index: 998;
  height: 100%;
  overflow: hidden;
  margin: 0;
}

.clearing-touch-label {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #AAAAAA;
  font-size: 0.6em;
}

.visible-img {
  height: 95%;
  position: relative;
}
.visible-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50%;
  max-height: 100%;
  max-width: 100%;
}

.clearing-caption {
  color: #CCCCCC;
  font-size: 0.875em;
  line-height: 1.3;
  margin-bottom: 0;
  text-align: center;
  bottom: 0;
  background: #333333;
  width: 100%;
  padding: 10px 30px 20px;
  position: absolute;
  left: 0;
}

.clearing-close {
  z-index: 999;
  padding-left: 20px;
  padding-top: 10px;
  font-size: 30px;
  line-height: 1;
  color: #CCCCCC;
  display: none;
}
.clearing-close:hover, .clearing-close:focus {
  color: #CCCCCC;
}

.clearing-assembled .clearing-container {
  height: 100%;
}
.clearing-assembled .clearing-container .carousel > ul {
  display: none;
}

.clearing-feature li {
  display: none;
}
.clearing-feature li.clearing-featured-img {
  display: block;
}

@media only screen and (min-width:40.063em) {
  .clearing-main-prev,
  .clearing-main-next {
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0;
  }
  .clearing-main-prev > span,
  .clearing-main-next > span {
    position: absolute;
    top: 50%;
    display: block;
    width: 0;
    height: 0;
    border: solid 12px;
  }
  .clearing-main-prev > span:hover,
  .clearing-main-next > span:hover {
    opacity: 0.8;
  }
  .clearing-main-prev {
    left: 0;
  }
  .clearing-main-prev > span {
    left: 5px;
    border-color: transparent;
    border-right-color: #CCCCCC;
  }
  .clearing-main-next {
    right: 0;
  }
  .clearing-main-next > span {
    border-color: transparent;
    border-left-color: #CCCCCC;
  }
  .clearing-main-prev.disabled,
  .clearing-main-next.disabled {
    opacity: 0.3;
  }
  .clearing-assembled .clearing-container .carousel {
    background: rgba(51, 51, 51, 0.8);
    height: 120px;
    margin-top: 10px;
    text-align: center;
  }
  .clearing-assembled .clearing-container .carousel > ul {
    display: inline-block;
    z-index: 999;
    height: 100%;
    position: relative;
    float: none;
  }
  .clearing-assembled .clearing-container .carousel > ul li {
    display: block;
    width: 120px;
    min-height: inherit;
    float: left;
    overflow: hidden;
    margin-right: 0;
    padding: 0;
    position: relative;
    cursor: pointer;
    opacity: 0.4;
    clear: none;
  }
  .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
    height: 100%;
    max-width: none;
  }
  .clearing-assembled .clearing-container .carousel > ul li a.th {
    border: none;
    box-shadow: none;
    display: block;
  }
  .clearing-assembled .clearing-container .carousel > ul li img {
    cursor: pointer !important;
    width: 100% !important;
  }
  .clearing-assembled .clearing-container .carousel > ul li.visible {
    opacity: 1;
  }
  .clearing-assembled .clearing-container .carousel > ul li:hover {
    opacity: 0.8;
  }
  .clearing-assembled .clearing-container .visible-img {
    background: #333333;
    overflow: hidden;
    height: 85%;
  }
  .clearing-close {
    position: absolute;
    top: 10px;
    right: 20px;
    padding-left: 0;
    padding-top: 0;
  }
}
/* Foundation Dropdowns */
.f-dropdown {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  outline: none;
}
.f-dropdown > *:first-child {
  margin-top: 0;
}
.f-dropdown > *:last-child {
  margin-bottom: 0;
}
.f-dropdown {
  width: 100%;
  max-height: none;
  height: auto;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 89;
  margin-top: 2px;
}
.f-dropdown:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent #FFFFFF transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -12px;
  left: 10px;
  z-index: 89;
}
.f-dropdown:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent transparent #cccccc transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -14px;
  left: 9px;
  z-index: 88;
}
.f-dropdown.right:before {
  left: auto;
  right: 10px;
}
.f-dropdown.right:after {
  left: auto;
  right: 9px;
}
.f-dropdown {
  max-width: 200px;
}
.f-dropdown.drop-right {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  outline: none;
}
.f-dropdown.drop-right > *:first-child {
  margin-top: 0;
}
.f-dropdown.drop-right > *:last-child {
  margin-bottom: 0;
}
.f-dropdown.drop-right {
  width: 100%;
  max-height: none;
  height: auto;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 89;
  margin-top: 0;
  margin-left: 2px;
}
.f-dropdown.drop-right:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent #FFFFFF transparent transparent;
  border-right-style: solid;
  position: absolute;
  top: 10px;
  left: -12px;
  z-index: 89;
}
.f-dropdown.drop-right:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent #cccccc transparent transparent;
  border-right-style: solid;
  position: absolute;
  top: 9px;
  left: -14px;
  z-index: 88;
}
.f-dropdown.drop-right {
  max-width: 200px;
}
.f-dropdown.drop-left {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  outline: none;
}
.f-dropdown.drop-left > *:first-child {
  margin-top: 0;
}
.f-dropdown.drop-left > *:last-child {
  margin-bottom: 0;
}
.f-dropdown.drop-left {
  width: 100%;
  max-height: none;
  height: auto;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 89;
  margin-top: 0;
  margin-left: -2px;
}
.f-dropdown.drop-left:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent transparent #FFFFFF;
  border-left-style: solid;
  position: absolute;
  top: 10px;
  right: -12px;
  left: auto;
  z-index: 89;
}
.f-dropdown.drop-left:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent transparent transparent #cccccc;
  border-left-style: solid;
  position: absolute;
  top: 9px;
  right: -14px;
  left: auto;
  z-index: 88;
}
.f-dropdown.drop-left {
  max-width: 200px;
}
.f-dropdown.drop-top {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  outline: none;
}
.f-dropdown.drop-top > *:first-child {
  margin-top: 0;
}
.f-dropdown.drop-top > *:last-child {
  margin-bottom: 0;
}
.f-dropdown.drop-top {
  width: 100%;
  max-height: none;
  height: auto;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 89;
  margin-top: -2px;
  margin-left: 0;
}
.f-dropdown.drop-top:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: #FFFFFF transparent transparent transparent;
  border-top-style: solid;
  position: absolute;
  top: auto;
  bottom: -12px;
  left: 10px;
  right: auto;
  z-index: 89;
}
.f-dropdown.drop-top:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: #cccccc transparent transparent transparent;
  border-top-style: solid;
  position: absolute;
  top: auto;
  bottom: -14px;
  left: 9px;
  right: auto;
  z-index: 88;
}
.f-dropdown.drop-top {
  max-width: 200px;
}
.f-dropdown li {
  font-size: 0.875rem;
  cursor: pointer;
  line-height: 1.125rem;
  margin: 0;
}
.f-dropdown li:hover, .f-dropdown li:focus {
  background: #EEEEEE;
}
.f-dropdown li.radius {
  border-radius: 3px;
}
.f-dropdown li a {
  display: block;
  padding: 0.5rem;
  color: #555555;
}
.f-dropdown.content {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  outline: none;
}
.f-dropdown.content > *:first-child {
  margin-top: 0;
}
.f-dropdown.content > *:last-child {
  margin-bottom: 0;
}
.f-dropdown.content {
  padding: 1.25rem;
  width: 100%;
  height: auto;
  max-height: none;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 89;
  max-width: 200px;
}
.f-dropdown.tiny {
  max-width: 200px;
}
.f-dropdown.small {
  max-width: 300px;
}
.f-dropdown.medium {
  max-width: 500px;
}
.f-dropdown.large {
  max-width: 800px;
}
.f-dropdown.mega {
  width: 100% !important;
  max-width: 100% !important;
}
.f-dropdown.mega.open {
  left: 0 !important;
}

.dropdown.button, .reliant-datepicker .dropdown.ui-datepicker-close.ui-priority-primary.ui-state-hover, .reliant-datepicker .dropdown.ui-datepicker-close.ui-priority-primary, button.dropdown {
  position: relative;
  outline: none;
}
.dropdown.button::after, .reliant-datepicker .dropdown.ui-datepicker-close.ui-priority-primary.ui-state-hover::after, .reliant-datepicker .dropdown.ui-datepicker-close.ui-priority-primary::after, button.dropdown::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-color: #FFFFFF transparent transparent transparent;
  top: 50%;
}
.dropdown.button, .reliant-datepicker .dropdown.ui-datepicker-close.ui-priority-primary.ui-state-hover, .reliant-datepicker .dropdown.ui-datepicker-close.ui-priority-primary, button.dropdown {
  padding-right: 3.5625rem;
}
.dropdown.button::after, .reliant-datepicker .dropdown.ui-datepicker-close.ui-priority-primary.ui-state-hover::after, .reliant-datepicker .dropdown.ui-datepicker-close.ui-priority-primary::after, button.dropdown::after {
  border-width: 0.375rem;
  right: 1.40625rem;
  margin-top: -0.15625rem;
}
.dropdown.button::after, .reliant-datepicker .dropdown.ui-datepicker-close.ui-priority-primary.ui-state-hover::after, .reliant-datepicker .dropdown.ui-datepicker-close.ui-priority-primary::after, button.dropdown::after {
  border-color: #FFFFFF transparent transparent transparent;
}
.dropdown.button.tiny, .reliant-datepicker .dropdown.tiny.ui-datepicker-close.ui-priority-primary, button.dropdown.tiny {
  padding-right: 2.625rem;
}
.dropdown.button.tiny:after, .reliant-datepicker .dropdown.tiny.ui-datepicker-close.ui-priority-primary:after, button.dropdown.tiny:after {
  border-width: 0.375rem;
  right: 1.125rem;
  margin-top: -0.125rem;
}
.dropdown.button.tiny::after, .reliant-datepicker .dropdown.tiny.ui-datepicker-close.ui-priority-primary::after, button.dropdown.tiny::after {
  border-color: #FFFFFF transparent transparent transparent;
}
.dropdown.button.small, .reliant-datepicker .dropdown.small.ui-datepicker-close.ui-priority-primary, button.dropdown.small {
  padding-right: 3.0625rem;
}
.dropdown.button.small::after, .reliant-datepicker .dropdown.small.ui-datepicker-close.ui-priority-primary::after, button.dropdown.small::after {
  border-width: 0.4375rem;
  right: 1.3125rem;
  margin-top: -0.15625rem;
}
.dropdown.button.small::after, .reliant-datepicker .dropdown.small.ui-datepicker-close.ui-priority-primary::after, button.dropdown.small::after {
  border-color: #FFFFFF transparent transparent transparent;
}
.dropdown.button.large, .reliant-datepicker .dropdown.large.ui-datepicker-close.ui-priority-primary, button.dropdown.large {
  padding-right: 3.625rem;
}
.dropdown.button.large::after, .reliant-datepicker .dropdown.large.ui-datepicker-close.ui-priority-primary::after, button.dropdown.large::after {
  border-width: 0.3125rem;
  right: 1.71875rem;
  margin-top: -0.15625rem;
}
.dropdown.button.large::after, .reliant-datepicker .dropdown.large.ui-datepicker-close.ui-priority-primary::after, button.dropdown.large::after {
  border-color: #FFFFFF transparent transparent transparent;
}
.dropdown.button.secondary:after, .reliant-datepicker .dropdown.secondary.ui-datepicker-close.ui-priority-primary:after, button.dropdown.secondary:after {
  border-color: #333333 transparent transparent transparent;
}

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

/* Standard Forms */
form {
  margin: 0 0 1rem;
}

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.5rem;
}
form .row .row .column,
form .row .row .columns {
  padding: 0 0.5rem;
}
form .row .row.collapse {
  margin: 0;
}
form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0;
}
form .row .row.collapse input {
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5rem;
}

/* Label Styles */
label {
  font-size: 0.875rem;
  color: rgb(76.5, 76.5, 76.5);
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
}
label.right {
  float: none !important;
  text-align: right;
}
label.inline {
  margin: 0 0 1rem 0;
  padding: 0.5625rem 0;
}
label {
  /* Styles for required inputs */
}
label small {
  text-transform: capitalize;
  color: rgb(103.275, 103.275, 103.275);
}

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 0.875rem;
  height: 2.3125rem;
  line-height: 2.3125rem;
}

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button, .reliant-datepicker .postfix.ui-datepicker-close.ui-priority-primary.ui-state-hover, .reliant-datepicker .postfix.ui-datepicker-close.ui-priority-primary {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  border: none;
}

.prefix.button, .reliant-datepicker .prefix.ui-datepicker-close.ui-priority-primary.ui-state-hover, .reliant-datepicker .prefix.ui-datepicker-close.ui-priority-primary {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  border: none;
}

.prefix.button.radius, .reliant-datepicker .prefix.radius.ui-datepicker-close.ui-priority-primary {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.postfix.button.radius, .reliant-datepicker .postfix.radius.ui-datepicker-close.ui-priority-primary {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.prefix.button.round, .reliant-datepicker .prefix.round.ui-datepicker-close.ui-priority-primary {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

.postfix.button.round, .reliant-datepicker .postfix.round.ui-datepicker-close.ui-priority-primary {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
  background: rgb(242.25, 242.25, 242.25);
  border-right: none;
  color: #333333;
  border-color: #cccccc;
}

span.postfix, label.postfix {
  background: rgb(242.25, 242.25, 242.25);
  border-left: none;
  color: #333333;
  border-color: #cccccc;
}

/* We use this to get basic styling on all basic form elements */
input[type=text], input[type=password], input[type=date], input[type=datetime], input[type=datetime-local], input[type=month], input[type=week], input[type=email], input[type=number], input[type=search], input[type=tel], input[type=time], input[type=url], input[type=color], textarea {
  -webkit-appearance: none;
  border-radius: 0;
  background-color: #FFFFFF;
  font-family: inherit;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  height: 2.3125rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}
input[type=text]:focus, input[type=password]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=month]:focus, input[type=week]:focus, input[type=email]:focus, input[type=number]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=time]:focus, input[type=url]:focus, input[type=color]:focus, textarea:focus {
  box-shadow: 0 0 5px #999999;
  border-color: #999999;
}
input[type=text]:focus, input[type=password]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=month]:focus, input[type=week]:focus, input[type=email]:focus, input[type=number]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=time]:focus, input[type=url]:focus, input[type=color]:focus, textarea:focus {
  background: rgb(249.9, 249.9, 249.9);
  border-color: #999999;
  outline: none;
}
input[type=text]:disabled, input[type=password]:disabled, input[type=date]:disabled, input[type=datetime]:disabled, input[type=datetime-local]:disabled, input[type=month]:disabled, input[type=week]:disabled, input[type=email]:disabled, input[type=number]:disabled, input[type=search]:disabled, input[type=tel]:disabled, input[type=time]:disabled, input[type=url]:disabled, input[type=color]:disabled, textarea:disabled {
  background-color: #DDDDDD;
  cursor: default;
}
input[type=text][disabled], input[type=text][readonly], fieldset[disabled] input[type=text], input[type=password][disabled], input[type=password][readonly], fieldset[disabled] input[type=password], input[type=date][disabled], input[type=date][readonly], fieldset[disabled] input[type=date], input[type=datetime][disabled], input[type=datetime][readonly], fieldset[disabled] input[type=datetime], input[type=datetime-local][disabled], input[type=datetime-local][readonly], fieldset[disabled] input[type=datetime-local], input[type=month][disabled], input[type=month][readonly], fieldset[disabled] input[type=month], input[type=week][disabled], input[type=week][readonly], fieldset[disabled] input[type=week], input[type=email][disabled], input[type=email][readonly], fieldset[disabled] input[type=email], input[type=number][disabled], input[type=number][readonly], fieldset[disabled] input[type=number], input[type=search][disabled], input[type=search][readonly], fieldset[disabled] input[type=search], input[type=tel][disabled], input[type=tel][readonly], fieldset[disabled] input[type=tel], input[type=time][disabled], input[type=time][readonly], fieldset[disabled] input[type=time], input[type=url][disabled], input[type=url][readonly], fieldset[disabled] input[type=url], input[type=color][disabled], input[type=color][readonly], fieldset[disabled] input[type=color], textarea[disabled], textarea[readonly], fieldset[disabled] textarea {
  background-color: #DDDDDD;
  cursor: default;
}
input[type=text].radius, input[type=password].radius, input[type=date].radius, input[type=datetime].radius, input[type=datetime-local].radius, input[type=month].radius, input[type=week].radius, input[type=email].radius, input[type=number].radius, input[type=search].radius, input[type=tel].radius, input[type=time].radius, input[type=url].radius, input[type=color].radius, textarea.radius {
  border-radius: 3px;
}

form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}
form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

/* Respect enforced amount of rows for textarea */
textarea[rows] {
  height: auto;
}

/* Not allow resize out of parent */
textarea {
  max-width: 100%;
}

/* Add height value for select elements to match text input height */
select {
  -webkit-appearance: none !important;
  border-radius: 0;
  background-color: #FAFAFA;
}
select::-ms-expand {
  display: none;
}
select {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  padding: 0.5rem;
  font-size: 0.875rem;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  color: rgba(0, 0, 0, 0.75);
  line-height: normal;
  border-radius: 0;
}
select.radius {
  border-radius: 3px;
}
select:hover {
  background-color: rgb(242.5, 242.5, 242.5);
  border-color: #999999;
}
select:disabled {
  background-color: #DDDDDD;
  cursor: default;
}
select {
  height: 2.3125rem;
}

/* Adjust margin for form elements below */
input[type=file],
input[type=checkbox],
input[type=radio],
select {
  margin: 0 0 1rem 0;
}

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

/* Normalize file input width */
input[type=file] {
  width: 100%;
}

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
fieldset {
  border: 1px solid #DDDDDD;
  padding: 1.25rem;
  margin: 1.125rem 0;
}
fieldset legend {
  font-weight: bold;
  background: #FFFFFF;
  padding: 0 0.1875rem;
  margin: 0;
  margin-left: -0.1875rem;
}

/* Error Handling */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #FFFFFF;
}
[data-abide] span.error, [data-abide] small.error {
  display: none;
}

span.error, small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #FFFFFF;
}

.error input,
.error textarea,
.error select {
  margin-bottom: 0;
}
.error input[type=checkbox],
.error input[type=radio] {
  margin-bottom: 1rem;
}
.error label,
.error label.error {
  color: #f04124;
}
.error small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #FFFFFF;
}
.error > label > small {
  color: rgb(103.275, 103.275, 103.275);
  background: transparent;
  padding: 0;
  text-transform: capitalize;
  font-style: normal;
  font-size: 60%;
  margin: 0;
  display: inline;
}
.error span.error-message {
  display: block;
}

input.error,
textarea.error,
select.error {
  margin-bottom: 0;
}

label.error {
  color: #f04124;
}

.icon-bar {
  width: 100%;
  font-size: 0;
  display: inline-block;
}
.icon-bar > * {
  text-align: center;
  font-size: 1rem;
  width: 25%;
  margin: 0 auto;
  display: block;
  padding: 1.25rem;
  float: left;
}
.icon-bar > * i, .icon-bar > * img {
  display: block;
  margin: 0 auto;
}
.icon-bar > * i + label, .icon-bar > * img + label {
  margin-top: 0.0625rem;
}
.icon-bar > * i {
  font-size: 1.875rem;
  vertical-align: middle;
}
.icon-bar > * img {
  width: 1.875rem;
  height: 1.875rem;
}
.icon-bar.label-right > * i, .icon-bar.label-right > * img {
  margin: 0 0.0625rem 0 0;
  display: inline-block;
}
.icon-bar.label-right > * i + label, .icon-bar.label-right > * img + label {
  margin-top: 0;
}
.icon-bar.label-right > * label {
  display: inline-block;
}
.icon-bar.vertical.label-right > * {
  text-align: left;
}
.icon-bar.vertical, .icon-bar.small-vertical {
  height: 100%;
  width: auto;
}
.icon-bar.vertical .item, .icon-bar.small-vertical .item {
  width: auto;
  margin: auto;
  float: none;
}
@media only screen and (min-width:40.063em) {
  .icon-bar.medium-vertical {
    height: 100%;
    width: auto;
  }
  .icon-bar.medium-vertical .item {
    width: auto;
    margin: auto;
    float: none;
  }
}
@media only screen and (min-width:64.063em) {
  .icon-bar.large-vertical {
    height: 100%;
    width: auto;
  }
  .icon-bar.large-vertical .item {
    width: auto;
    margin: auto;
    float: none;
  }
}
.icon-bar > * {
  font-size: 1rem;
  padding: 1.25rem;
}
.icon-bar > * i + label, .icon-bar > * img + label {
  margin-top: 0.0625rem;
}
.icon-bar > * i {
  font-size: 1.875rem;
}
.icon-bar > * img {
  width: 1.875rem;
  height: 1.875rem;
}
.icon-bar {
  background: #333333;
}
.icon-bar > * label {
  color: #FFFFFF;
}
.icon-bar > * i {
  color: #FFFFFF;
}
.icon-bar > a:hover {
  background: #008CBA;
}
.icon-bar > a:hover label {
  color: #FFFFFF;
}
.icon-bar > a:hover i {
  color: #FFFFFF;
}
.icon-bar > a.active {
  background: #008CBA;
}
.icon-bar > a.active label {
  color: #FFFFFF;
}
.icon-bar > a.active i {
  color: #FFFFFF;
}

.icon-bar.two-up .item {
  width: 50%;
}
.icon-bar.two-up.vertical .item, .icon-bar.two-up.small-vertical .item {
  width: auto;
}
@media only screen and (min-width:40.063em) {
  .icon-bar.two-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width:64.063em) {
  .icon-bar.two-up.large-vertical .item {
    width: auto;
  }
}
.icon-bar.three-up .item {
  width: 33.3333%;
}
.icon-bar.three-up.vertical .item, .icon-bar.three-up.small-vertical .item {
  width: auto;
}
@media only screen and (min-width:40.063em) {
  .icon-bar.three-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width:64.063em) {
  .icon-bar.three-up.large-vertical .item {
    width: auto;
  }
}
.icon-bar.four-up .item {
  width: 25%;
}
.icon-bar.four-up.vertical .item, .icon-bar.four-up.small-vertical .item {
  width: auto;
}
@media only screen and (min-width:40.063em) {
  .icon-bar.four-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width:64.063em) {
  .icon-bar.four-up.large-vertical .item {
    width: auto;
  }
}
.icon-bar.five-up .item {
  width: 20%;
}
.icon-bar.five-up.vertical .item, .icon-bar.five-up.small-vertical .item {
  width: auto;
}
@media only screen and (min-width:40.063em) {
  .icon-bar.five-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width:64.063em) {
  .icon-bar.five-up.large-vertical .item {
    width: auto;
  }
}
.icon-bar.six-up .item {
  width: 16.66667%;
}
.icon-bar.six-up.vertical .item, .icon-bar.six-up.small-vertical .item {
  width: auto;
}
@media only screen and (min-width:40.063em) {
  .icon-bar.six-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width:64.063em) {
  .icon-bar.six-up.large-vertical .item {
    width: auto;
  }
}

.inline-list {
  margin: 0 auto 1.0625rem auto;
  margin-left: -1.375rem;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.inline-list > li {
  list-style: none;
  float: left;
  margin-left: 1.375rem;
  display: block;
}
.inline-list > li > * {
  display: block;
}

/* Foundation Joyride */
.joyride-list {
  display: none;
}

/* Default styles for the container */
.joyride-tip-guide {
  display: none;
  position: absolute;
  background: #333333;
  color: #FFFFFF;
  z-index: 101;
  top: 0;
  left: 2.5%;
  font-family: inherit;
  font-weight: normal;
  width: 95%;
}

.lt-ie9 .joyride-tip-guide {
  max-width: 800px;
  left: 50%;
  margin-left: -400px;
}

.joyride-content-wrapper {
  width: 100%;
  padding: 1.125rem 1.25rem 1.5rem;
}
.joyride-content-wrapper .button, .joyride-content-wrapper .reliant-datepicker .ui-datepicker-close.ui-datepicker-close.ui-priority-primary, .reliant-datepicker .joyride-content-wrapper .ui-datepicker-close.ui-datepicker-close.ui-priority-primary {
  margin-bottom: 0 !important;
}
.joyride-content-wrapper .joyride-prev-tip {
  margin-right: 10px;
}

/* Add a little css triangle pip, older browser just miss out on the fanciness of it */
.joyride-tip-guide .joyride-nub {
  display: block;
  position: absolute;
  left: 22px;
  width: 0;
  height: 0;
  border: 10px solid #333333;
}
.joyride-tip-guide .joyride-nub.top {
  border-top-style: solid;
  border-color: #333333;
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  top: -20px;
}
.joyride-tip-guide .joyride-nub.bottom {
  border-bottom-style: solid;
  border-color: #333333 !important;
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  bottom: -20px;
}
.joyride-tip-guide .joyride-nub.right {
  right: -20px;
}
.joyride-tip-guide .joyride-nub.left {
  left: -20px;
}

/* Typography */
.joyride-tip-guide h1,
.joyride-tip-guide h2,
.joyride-tip-guide h3,
.joyride-tip-guide h4,
.joyride-tip-guide h5,
.joyride-tip-guide h6 {
  line-height: 1.25;
  margin: 0;
  font-weight: bold;
  color: #FFFFFF;
}

.joyride-tip-guide p {
  margin: 0 0 1.125rem 0;
  font-size: 0.875rem;
  line-height: 1.3;
}

.joyride-timer-indicator-wrap {
  width: 50px;
  height: 3px;
  border: solid 1px #555555;
  position: absolute;
  right: 1.0625rem;
  bottom: 1rem;
}

.joyride-timer-indicator {
  display: block;
  width: 0;
  height: inherit;
  background: #666666;
}

.joyride-close-tip {
  position: absolute;
  right: 12px;
  top: 10px;
  color: #777777 !important;
  text-decoration: none;
  font-size: 24px;
  font-weight: normal;
  line-height: 0.5 !important;
}
.joyride-close-tip:hover, .joyride-close-tip:focus {
  color: #EEEEEE !important;
}

.joyride-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: transparent;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: none;
  top: 0;
  left: 0;
  cursor: pointer;
}

.joyride-expose-wrapper {
  background-color: #FFFFFF;
  position: absolute;
  border-radius: 3px;
  z-index: 102;
  box-shadow: 0 0 15px #FFFFFF;
}

.joyride-expose-cover {
  background: transparent;
  border-radius: 3px;
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
}

/* Styles for screens that are at least 768px; */
@media only screen and (min-width:40.063em) {
  .joyride-tip-guide {
    width: 300px;
    left: inherit;
  }
  .joyride-tip-guide .joyride-nub.bottom {
    border-color: #333333 !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    bottom: -20px;
  }
  .joyride-tip-guide .joyride-nub.right {
    border-color: #333333 !important;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    top: 22px;
    left: auto;
    right: -20px;
  }
  .joyride-tip-guide .joyride-nub.left {
    border-color: #333333 !important;
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-bottom-color: transparent !important;
    top: 22px;
    left: -20px;
    right: auto;
  }
}
.keystroke,
kbd {
  background-color: rgb(237.15, 237.15, 237.15);
  border-color: rgb(220.5495, 220.5495, 220.5495);
  color: #222222;
  border-style: solid;
  border-width: 1px;
  margin: 0;
  font-family: "Consolas", "Menlo", "Courier", monospace;
  font-size: inherit;
  padding: 0.125rem 0.25rem 0;
  border-radius: 3px;
}

.label {
  font-weight: normal;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  margin-bottom: auto;
  padding: 0.25rem 0.5rem 0.25rem;
  font-size: 0.6875rem;
  background-color: #008CBA;
  color: #FFFFFF;
}
.label.radius {
  border-radius: 3px;
}
.label.round {
  border-radius: 1000px;
}
.label.alert {
  background-color: #f04124;
  color: #FFFFFF;
}
.label.warning {
  background-color: #f08a24;
  color: #FFFFFF;
}
.label.success {
  background-color: #43AC6A;
  color: #FFFFFF;
}
.label.secondary {
  background-color: #e7e7e7;
  color: #333333;
}
.label.info {
  background-color: #a0d3e8;
  color: #333333;
}

[data-magellan-expedition], [data-magellan-expedition-clone] {
  background: #FFFFFF;
  z-index: 50;
  min-width: 100%;
  padding: 10px;
}
[data-magellan-expedition] .sub-nav, [data-magellan-expedition-clone] .sub-nav {
  margin-bottom: 0;
}
[data-magellan-expedition] .sub-nav dd, [data-magellan-expedition-clone] .sub-nav dd {
  margin-bottom: 0;
}
[data-magellan-expedition] .sub-nav a, [data-magellan-expedition-clone] .sub-nav a {
  line-height: 1.8em;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes rotate {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* Orbit Graceful Loading */
.slideshow-wrapper {
  position: relative;
}
.slideshow-wrapper ul {
  list-style-type: none;
  margin: 0;
}
.slideshow-wrapper ul li,
.slideshow-wrapper ul li .orbit-caption {
  display: none;
}
.slideshow-wrapper ul li:first-child {
  display: block;
}
.slideshow-wrapper .orbit-container {
  background-color: transparent;
}
.slideshow-wrapper .orbit-container li {
  display: block;
}
.slideshow-wrapper .orbit-container li .orbit-caption {
  display: block;
}
.slideshow-wrapper .orbit-container .orbit-bullets li {
  display: inline-block;
}
.slideshow-wrapper .preloader {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  border: solid 3px;
  border-color: #555555 #FFFFFF;
  border-radius: 1000px;
  animation-name: rotate;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.orbit-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: none;
}
.orbit-container .orbit-slides-container {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-transform: translateZ(0);
}
.orbit-container .orbit-slides-container img {
  display: block;
  max-width: 100%;
}
.orbit-container .orbit-slides-container > * {
  position: absolute;
  top: 0;
  width: 100%;
  margin-left: 100%;
}
.orbit-container .orbit-slides-container > *:first-child {
  margin-left: 0;
}
.orbit-container .orbit-slides-container > * .orbit-caption {
  position: absolute;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.8);
  color: #FFFFFF;
  width: 100%;
  padding: 0.625rem 0.875rem;
  font-size: 0.875rem;
}
.orbit-container .orbit-slide-number {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 12px;
}
.orbit-container .orbit-slide-number span {
  font-weight: 700;
  padding: 0.3125rem;
}
.orbit-container .orbit-slide-number {
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0);
  z-index: 10;
}
.orbit-container .orbit-timer {
  position: absolute;
  top: 12px;
  right: 10px;
  height: 6px;
  width: 100px;
  z-index: 10;
}
.orbit-container .orbit-timer .orbit-progress {
  height: 3px;
  background-color: rgba(255, 255, 255, 0.3);
  display: block;
  width: 0;
  position: relative;
  right: 20px;
  top: 5px;
}
.orbit-container .orbit-timer > span {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 11px;
  height: 14px;
  border: solid 4px #FFFFFF;
  border-top: none;
  border-bottom: none;
}
.orbit-container .orbit-timer.paused > span {
  right: -4px;
  top: 0;
  width: 11px;
  height: 14px;
  border: inset 8px;
  border-left-style: solid;
  border-color: transparent;
  border-left-color: #FFFFFF;
}
.orbit-container .orbit-timer.paused > span.dark {
  border-left-color: #333333;
}
.orbit-container:hover .orbit-timer > span {
  display: block;
}
.orbit-container .orbit-prev,
.orbit-container .orbit-next {
  position: absolute;
  top: 45%;
  margin-top: -25px;
  width: 36px;
  height: 60px;
  line-height: 50px;
  color: white;
  background-color: transparent;
  text-indent: -9999px !important;
  z-index: 10;
}
.orbit-container .orbit-prev:hover,
.orbit-container .orbit-next:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.orbit-container .orbit-prev > span,
.orbit-container .orbit-next > span {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  display: block;
  width: 0;
  height: 0;
  border: inset 10px;
}
.orbit-container .orbit-prev {
  left: 0;
}
.orbit-container .orbit-prev > span {
  border-right-style: solid;
  border-color: transparent;
  border-right-color: #FFFFFF;
}
.orbit-container .orbit-prev:hover > span {
  border-right-color: #FFFFFF;
}
.orbit-container .orbit-next {
  right: 0;
}
.orbit-container .orbit-next > span {
  border-color: transparent;
  border-left-style: solid;
  border-left-color: #FFFFFF;
  left: 50%;
  margin-left: -4px;
}
.orbit-container .orbit-next:hover > span {
  border-left-color: #FFFFFF;
}

.orbit-bullets-container {
  text-align: center;
}

.orbit-bullets {
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  top: 10px;
  float: none;
  text-align: center;
  display: block;
}
.orbit-bullets li {
  cursor: pointer;
  display: inline-block;
  width: 0.5625rem;
  height: 0.5625rem;
  background: #CCCCCC;
  float: none;
  margin-right: 6px;
  border-radius: 1000px;
}
.orbit-bullets li.active {
  background: #999999;
}
.orbit-bullets li:last-child {
  margin-right: 0;
}

.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
  display: none;
}
.touch .orbit-bullets {
  display: none;
}

@media only screen and (min-width:40.063em) {
  .touch .orbit-container .orbit-prev,
  .touch .orbit-container .orbit-next {
    display: inherit;
  }
  .touch .orbit-bullets {
    display: block;
  }
}
@media only screen and (max-width: 40em) {
  .orbit-stack-on-small .orbit-slides-container {
    height: auto !important;
  }
  .orbit-stack-on-small .orbit-slides-container > * {
    position: relative;
    margin: 0 !important;
    opacity: 1 !important;
  }
  .orbit-stack-on-small .orbit-slide-number {
    display: none;
  }
  .orbit-timer {
    display: none;
  }
  .orbit-next, .orbit-prev {
    display: none;
  }
  .orbit-bullets {
    display: none;
  }
}
ul.pagination {
  display: block;
  min-height: 1.5rem;
  margin-left: -0.3125rem;
}
ul.pagination li {
  height: 1.5rem;
  color: #222222;
  font-size: 0.875rem;
  margin-left: 0.3125rem;
}
ul.pagination li a, ul.pagination li button {
  display: block;
  padding: 0.0625rem 0.625rem 0.0625rem;
  color: #999999;
  background: none;
  border-radius: 3px;
  font-weight: normal;
  font-size: 1em;
  line-height: inherit;
  transition: background-color 300ms ease-out;
}
ul.pagination li:hover a,
ul.pagination li a:focus, ul.pagination li:hover button,
ul.pagination li button:focus {
  background: rgb(229.5, 229.5, 229.5);
}
ul.pagination li.unavailable a, ul.pagination li.unavailable button {
  cursor: default;
  color: #999999;
}
ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus, ul.pagination li.unavailable:hover button, ul.pagination li.unavailable button:focus {
  background: transparent;
}
ul.pagination li.current a, ul.pagination li.current button {
  background: #008CBA;
  color: #FFFFFF;
  font-weight: bold;
  cursor: default;
}
ul.pagination li.current a:hover, ul.pagination li.current a:focus, ul.pagination li.current button:hover, ul.pagination li.current button:focus {
  background: #008CBA;
}
ul.pagination li {
  float: left;
  display: block;
}

/* Pagination centred wrapper */
.pagination-centered {
  text-align: center;
}
.pagination-centered ul.pagination li {
  float: none;
  display: inline-block;
}

/* Panels */
.panel {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(215.6025, 215.6025, 215.6025);
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: rgb(242.25, 242.25, 242.25);
  color: #333333;
}
.panel > :first-child {
  margin-top: 0;
}
.panel > :last-child {
  margin-bottom: 0;
}
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p, .panel li, .panel dl {
  color: #333333;
}
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
  line-height: 1;
  margin-bottom: 0.625rem;
}
.panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
  line-height: 1.4;
}
.panel.callout {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(181.5984, 236.846916129, 255);
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: rgb(235.56, 250.1922580645, 255);
  color: #333333;
}
.panel.callout > :first-child {
  margin-top: 0;
}
.panel.callout > :last-child {
  margin-bottom: 0;
}
.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p, .panel.callout li, .panel.callout dl {
  color: #333333;
}
.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
  line-height: 1;
  margin-bottom: 0.625rem;
}
.panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
  line-height: 1.4;
}
.panel.callout a:not(.button) {
  color: #008CBA;
}
.panel.callout a:not(.button):hover, .panel.callout a:not(.button):focus {
  color: rgb(0, 120.4, 159.96);
}
.panel.radius {
  border-radius: 3px;
}

/* Pricing Tables */
.pricing-table {
  border: solid 1px #DDDDDD;
  margin-left: 0;
  margin-bottom: 1.25rem;
}
.pricing-table * {
  list-style: none;
  line-height: 1;
}
.pricing-table .title {
  background-color: #333333;
  padding: 0.9375rem 1.25rem;
  text-align: center;
  color: #EEEEEE;
  font-weight: normal;
  font-size: 1rem;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
.pricing-table .price {
  background-color: #F6F6F6;
  padding: 0.9375rem 1.25rem;
  text-align: center;
  color: #333333;
  font-weight: normal;
  font-size: 2rem;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
.pricing-table .description {
  background-color: #FFFFFF;
  padding: 0.9375rem;
  text-align: center;
  color: #777777;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.4;
  border-bottom: dotted 1px #DDDDDD;
}
.pricing-table .bullet-item {
  background-color: #FFFFFF;
  padding: 0.9375rem;
  text-align: center;
  color: #333333;
  font-size: 0.875rem;
  font-weight: normal;
  border-bottom: dotted 1px #DDDDDD;
}
.pricing-table .cta-button {
  background-color: #FFFFFF;
  text-align: center;
  padding: 1.25rem 1.25rem 0;
}

/* Progress Bar */
.progress {
  background-color: #F6F6F6;
  height: 1.5625rem;
  border: 1px solid white;
  padding: 0.125rem;
  margin-bottom: 0.625rem;
}
.progress .meter {
  background: #008CBA;
  height: 100%;
  display: block;
}
.progress.secondary .meter {
  background: #e7e7e7;
  height: 100%;
  display: block;
}
.progress.success .meter {
  background: #43AC6A;
  height: 100%;
  display: block;
}
.progress.alert .meter {
  background: #f04124;
  height: 100%;
  display: block;
}
.progress.radius {
  border-radius: 3px;
}
.progress.radius .meter {
  border-radius: 2px;
}
.progress.round {
  border-radius: 1000px;
}
.progress.round .meter {
  border-radius: 999px;
}

.range-slider {
  display: block;
  position: relative;
  width: 100%;
  height: 1rem;
  border: 1px solid #DDDDDD;
  margin: 1.25rem 0;
  -ms-touch-action: none;
  touch-action: none;
  background: #FAFAFA;
}
.range-slider.vertical-range {
  display: block;
  position: relative;
  width: 100%;
  height: 1rem;
  border: 1px solid #DDDDDD;
  margin: 1.25rem 0;
  -ms-touch-action: none;
  touch-action: none;
  display: inline-block;
  width: 1rem;
  height: 12.5rem;
}
.range-slider.vertical-range .range-slider-handle {
  margin-top: 0;
  margin-left: -0.5rem;
  position: absolute;
  bottom: -10.5rem;
}
.range-slider.vertical-range .range-slider-active-segment {
  width: 0.875rem;
  height: auto;
  bottom: 0;
}
.range-slider.radius {
  background: #FAFAFA;
  border-radius: 3px;
}
.range-slider.radius .range-slider-handle {
  background: #008CBA;
  border-radius: 3px;
}
.range-slider.radius .range-slider-handle:hover {
  background: rgb(0, 123.2, 163.68);
}
.range-slider.round {
  background: #FAFAFA;
  border-radius: 1000px;
}
.range-slider.round .range-slider-handle {
  background: #008CBA;
  border-radius: 1000px;
}
.range-slider.round .range-slider-handle:hover {
  background: rgb(0, 123.2, 163.68);
}
.range-slider.disabled, .range-slider[disabled] {
  background: #FAFAFA;
  cursor: default;
  opacity: 0.7;
}
.range-slider.disabled .range-slider-handle, .range-slider[disabled] .range-slider-handle {
  background: #008CBA;
  cursor: default;
  opacity: 0.7;
}
.range-slider.disabled .range-slider-handle:hover, .range-slider[disabled] .range-slider-handle:hover {
  background: rgb(0, 123.2, 163.68);
}

.range-slider-active-segment {
  display: inline-block;
  position: absolute;
  height: 0.875rem;
  background: rgb(228.69, 228.69, 228.69);
}

.range-slider-handle {
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: -0.3125rem;
  width: 2rem;
  height: 1.375rem;
  border: 1px solid none;
  cursor: pointer;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #008CBA;
}
.range-slider-handle:hover {
  background: rgb(0, 123.2, 163.68);
}

.reveal-modal-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1004;
  display: none;
  left: 0;
}

.reveal-modal, dialog {
  visibility: hidden;
  display: none;
  position: absolute;
  z-index: 1005;
  width: 100vw;
  top: 0;
  border-radius: 3px;
  left: 0;
}
@media only screen and (max-width: 40em) {
  .reveal-modal, dialog {
    min-height: 100vh;
  }
}
.reveal-modal .column, dialog .column, .reveal-modal .columns, dialog .columns {
  min-width: 0;
}
.reveal-modal > :first-child, dialog > :first-child {
  margin-top: 0;
}
.reveal-modal > :last-child, dialog > :last-child {
  margin-bottom: 0;
}
@media only screen and (min-width:40.063em) {
  .reveal-modal, dialog {
    width: 80%;
    max-width: 62.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.reveal-modal, dialog {
  background-color: #FFFFFF;
  padding: 1.25rem;
  border: solid 1px #666666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
@media only screen and (min-width:40.063em) {
  .reveal-modal, dialog {
    top: 6.25rem;
  }
}
.reveal-modal, dialog {
  padding: 1.875rem;
}
.reveal-modal.radius, dialog.radius {
  border-radius: 3px;
}
.reveal-modal.round, dialog.round {
  border-radius: 1000px;
}
.reveal-modal.collapse, dialog.collapse {
  padding: 0;
}
@media only screen and (min-width:40.063em) {
  .reveal-modal.tiny, dialog.tiny {
    width: 30%;
    max-width: 62.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media only screen and (min-width:40.063em) {
  .reveal-modal.small, dialog.small {
    width: 40%;
    max-width: 62.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media only screen and (min-width:40.063em) {
  .reveal-modal.medium, dialog.medium {
    width: 60%;
    max-width: 62.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media only screen and (min-width:40.063em) {
  .reveal-modal.large, dialog.large {
    width: 70%;
    max-width: 62.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media only screen and (min-width:40.063em) {
  .reveal-modal.xlarge, dialog.xlarge {
    width: 95%;
    max-width: 62.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media only screen and (min-width:40.063em) {
  .reveal-modal.full, dialog.full {
    width: 100vw;
    max-width: 62.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.reveal-modal.full, dialog.full {
  top: 0;
  left: 0;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  max-width: none !important;
  margin-left: 0 !important;
}
.reveal-modal .close-reveal-modal, dialog .close-reveal-modal {
  font-size: 2.5rem;
  line-height: 1;
  position: absolute;
  top: 0.625rem;
  right: 1.375rem;
  color: #AAAAAA;
  font-weight: bold;
  cursor: pointer;
}

dialog {
  display: none;
}
dialog::backdrop, dialog + .backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000;
  background: rgba(0, 0, 0, 0.45);
  z-index: auto;
  display: none;
  left: 0;
}
dialog[open] {
  display: block;
}

@media print {
  dialog, .reveal-modal {
    display: none;
    background: #FFFFFF !important;
  }
}
.side-nav {
  display: block;
  margin: 0;
  padding: 0.875rem 0;
  list-style-type: none;
  list-style-position: outside;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
.side-nav li {
  margin: 0 0 0.4375rem 0;
  font-size: 0.875rem;
  font-weight: normal;
}
.side-nav li a:not(.button) {
  display: block;
  color: #008CBA;
  margin: 0;
  padding: 0.4375rem 0.875rem;
}
.side-nav li a:not(.button):hover, .side-nav li a:not(.button):focus {
  background: hsla(0, 0%, 0%, 0.025);
  color: rgb(28.2, 198.9096774194, 255);
}
.side-nav li.active > a:first-child:not(.button) {
  color: rgb(28.2, 198.9096774194, 255);
  font-weight: normal;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
.side-nav li.divider {
  border-top: 1px solid;
  height: 0;
  padding: 0;
  list-style: none;
  border-top-color: white;
}
.side-nav li.heading {
  color: #008CBA;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
}

.split.button, .reliant-datepicker .split.ui-datepicker-close.ui-priority-primary.ui-state-hover, .reliant-datepicker .split.ui-datepicker-close.ui-priority-primary {
  position: relative;
}
.split.button span, .reliant-datepicker .split.ui-datepicker-close.ui-priority-primary.ui-state-hover span, .reliant-datepicker .split.ui-datepicker-close.ui-priority-primary span {
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: solid 1px;
}
.split.button span:after, .reliant-datepicker .split.ui-datepicker-close.ui-priority-primary.ui-state-hover span:after, .reliant-datepicker .split.ui-datepicker-close.ui-priority-primary span:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: inset;
  top: 50%;
  left: 50%;
}
.split.button span:active, .reliant-datepicker .split.ui-datepicker-close.ui-priority-primary span:active {
  background-color: rgba(0, 0, 0, 0.1);
}
.split.button span, .reliant-datepicker .split.ui-datepicker-close.ui-priority-primary.ui-state-hover span, .reliant-datepicker .split.ui-datepicker-close.ui-priority-primary span {
  border-left-color: rgba(255, 255, 255, 0.5);
}
.split.button, .reliant-datepicker .split.ui-datepicker-close.ui-priority-primary.ui-state-hover, .reliant-datepicker .split.ui-datepicker-close.ui-priority-primary {
  padding-right: 5.0625rem;
}
.split.button span, .reliant-datepicker .split.ui-datepicker-close.ui-priority-primary.ui-state-hover span, .reliant-datepicker .split.ui-datepicker-close.ui-priority-primary span {
  width: 3.09375rem;
}
.split.button span:after, .reliant-datepicker .split.ui-datepicker-close.ui-priority-primary.ui-state-hover span:after, .reliant-datepicker .split.ui-datepicker-close.ui-priority-primary span:after {
  border-top-style: solid;
  border-width: 0.375rem;
  top: 48%;
  margin-left: -0.375rem;
}
.split.button span:after, .reliant-datepicker .split.ui-datepicker-close.ui-priority-primary.ui-state-hover span:after, .reliant-datepicker .split.ui-datepicker-close.ui-priority-primary span:after {
  border-color: #FFFFFF transparent transparent transparent;
}
.split.button.secondary span, .reliant-datepicker .split.secondary.ui-datepicker-close.ui-priority-primary span {
  border-left-color: rgba(255, 255, 255, 0.5);
}
.split.button.secondary span:after, .reliant-datepicker .split.secondary.ui-datepicker-close.ui-priority-primary span:after {
  border-color: #FFFFFF transparent transparent transparent;
}
.split.button.alert span, .reliant-datepicker .split.alert.ui-datepicker-close.ui-priority-primary span {
  border-left-color: rgba(255, 255, 255, 0.5);
}
.split.button.success span, .reliant-datepicker .split.success.ui-datepicker-close.ui-priority-primary span {
  border-left-color: rgba(255, 255, 255, 0.5);
}
.split.button.tiny, .reliant-datepicker .split.tiny.ui-datepicker-close.ui-priority-primary {
  padding-right: 3.75rem;
}
.split.button.tiny span, .reliant-datepicker .split.tiny.ui-datepicker-close.ui-priority-primary span {
  width: 2.25rem;
}
.split.button.tiny span:after, .reliant-datepicker .split.tiny.ui-datepicker-close.ui-priority-primary span:after {
  border-top-style: solid;
  border-width: 0.375rem;
  top: 48%;
  margin-left: -0.375rem;
}
.split.button.small, .reliant-datepicker .split.small.ui-datepicker-close.ui-priority-primary {
  padding-right: 4.375rem;
}
.split.button.small span, .reliant-datepicker .split.small.ui-datepicker-close.ui-priority-primary span {
  width: 2.625rem;
}
.split.button.small span:after, .reliant-datepicker .split.small.ui-datepicker-close.ui-priority-primary span:after {
  border-top-style: solid;
  border-width: 0.4375rem;
  top: 48%;
  margin-left: -0.375rem;
}
.split.button.large, .reliant-datepicker .split.large.ui-datepicker-close.ui-priority-primary {
  padding-right: 5.5rem;
}
.split.button.large span, .reliant-datepicker .split.large.ui-datepicker-close.ui-priority-primary span {
  width: 3.4375rem;
}
.split.button.large span:after, .reliant-datepicker .split.large.ui-datepicker-close.ui-priority-primary span:after {
  border-top-style: solid;
  border-width: 0.3125rem;
  top: 48%;
  margin-left: -0.375rem;
}
.split.button.expand, .reliant-datepicker .split.expand.ui-datepicker-close.ui-priority-primary {
  padding-left: 2rem;
}
.split.button.secondary span:after, .reliant-datepicker .split.secondary.ui-datepicker-close.ui-priority-primary span:after {
  border-color: #333333 transparent transparent transparent;
}
.split.button.radius span, .reliant-datepicker .split.radius.ui-datepicker-close.ui-priority-primary span {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.split.button.round span, .reliant-datepicker .split.round.ui-datepicker-close.ui-priority-primary span {
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

.sub-nav {
  display: block;
  width: auto;
  overflow: hidden;
  margin: -0.25rem 0 1.125rem;
  padding-top: 0.25rem;
}
.sub-nav dt {
  text-transform: uppercase;
}
.sub-nav dt,
.sub-nav dd,
.sub-nav li {
  float: left;
  display: inline;
  margin-left: 1rem;
  margin-bottom: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-size: 0.875rem;
  color: #999999;
}
.sub-nav dt a,
.sub-nav dd a,
.sub-nav li a {
  text-decoration: none;
  color: #999999;
  padding: 0.1875rem 1rem;
}
.sub-nav dt a:hover,
.sub-nav dd a:hover,
.sub-nav li a:hover {
  color: rgb(114.75, 114.75, 114.75);
}
.sub-nav dt.active a,
.sub-nav dd.active a,
.sub-nav li.active a {
  border-radius: 3px;
  font-weight: normal;
  background: #008CBA;
  padding: 0.1875rem 1rem;
  cursor: default;
  color: #FFFFFF;
}
.sub-nav dt.active a:hover,
.sub-nav dd.active a:hover,
.sub-nav li.active a:hover {
  background: rgb(0, 120.4, 159.96);
}

.switch {
  padding: 0;
  border: none;
  position: relative;
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.switch label {
  display: block;
  margin-bottom: 1rem;
  position: relative;
  color: transparent;
  background: #DDDDDD;
  text-indent: 100%;
  width: 4rem;
  height: 2rem;
  cursor: pointer;
  transition: left 0.15s ease-out;
}
.switch input {
  opacity: 0;
  position: absolute;
  top: 9px;
  left: 10px;
  padding: 0;
}
.switch input + label {
  margin-left: 0;
  margin-right: 0;
}
.switch label:after {
  content: "";
  display: block;
  background: #FFFFFF;
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -o-transition: translate3d(0, 0, 0);
  transition: left 0.15s ease-out;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.switch input:checked + label {
  background: #008CBA;
}
.switch input:checked + label:after {
  left: 2.25rem;
}
.switch label {
  width: 4rem;
  height: 2rem;
}
.switch label:after {
  width: 1.5rem;
  height: 1.5rem;
}
.switch input:checked + label:after {
  left: 2.25rem;
}
.switch label {
  color: transparent;
  background: #DDDDDD;
}
.switch label:after {
  background: #FFFFFF;
}
.switch input:checked + label {
  background: #008CBA;
}
.switch.large label {
  width: 5rem;
  height: 2.5rem;
}
.switch.large label:after {
  width: 2rem;
  height: 2rem;
}
.switch.large input:checked + label:after {
  left: 2.75rem;
}
.switch.small label {
  width: 3.5rem;
  height: 1.75rem;
}
.switch.small label:after {
  width: 1.25rem;
  height: 1.25rem;
}
.switch.small input:checked + label:after {
  left: 2rem;
}
.switch.tiny label {
  width: 3rem;
  height: 1.5rem;
}
.switch.tiny label:after {
  width: 1rem;
  height: 1rem;
}
.switch.tiny input:checked + label:after {
  left: 1.75rem;
}
.switch.radius label {
  border-radius: 4px;
}
.switch.radius label:after {
  border-radius: 3px;
}
.switch.round {
  border-radius: 1000px;
}
.switch.round label {
  border-radius: 2rem;
}
.switch.round label:after {
  border-radius: 2rem;
}

table {
  background: #FFFFFF;
  margin-bottom: 1.25rem;
  border: solid 1px #DDDDDD;
  table-layout: auto;
}
table caption {
  background: transparent;
  color: #222222;
  font-size: 1rem;
  font-weight: bold;
}
table thead {
  background: #F5F5F5;
}
table thead tr th,
table thead tr td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-size: 0.875rem;
  font-weight: bold;
  color: #222222;
}
table tfoot {
  background: #F5F5F5;
}
table tfoot tr th,
table tfoot tr td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-size: 0.875rem;
  font-weight: bold;
  color: #222222;
}
table tr th,
table tr td {
  padding: 0.5625rem 0.625rem;
  font-size: 0.875rem;
  color: #222222;
  text-align: left;
}
table tr.even, table tr.alt, table tr:nth-of-type(even) {
  background: #F9F9F9;
}
table thead tr th,
table tfoot tr th,
table tfoot tr td,
table tbody tr th,
table tbody tr td,
table tr td {
  display: table-cell;
  line-height: 1.125rem;
}

.tabs:before, .tabs:after {
  content: " ";
  display: table;
}
.tabs:after {
  clear: both;
}
.tabs {
  margin-bottom: 0 !important;
  margin-left: 0;
}
.tabs dd, .tabs .tab-title {
  position: relative;
  margin-bottom: 0 !important;
  list-style: none;
  float: left;
}
.tabs dd > a, .tabs .tab-title > a {
  outline: none;
  display: block;
  background-color: #EFEFEF;
  color: #222222;
  padding: 1rem 2rem;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
}
.tabs dd > a:hover, .tabs .tab-title > a:hover {
  background-color: rgb(224.66, 224.66, 224.66);
}
.tabs dd.active a, .tabs .tab-title.active a {
  background-color: #FFFFFF;
  color: #222222;
}
.tabs.radius dd:first-child a, .tabs.radius .tab:first-child a {
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.tabs.radius dd:last-child a, .tabs.radius .tab:last-child a {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.tabs.vertical dd, .tabs.vertical .tab-title {
  position: inherit;
  float: none;
  display: block;
  top: auto;
}

.tabs-content:before, .tabs-content:after {
  content: " ";
  display: table;
}
.tabs-content:after {
  clear: both;
}
.tabs-content {
  margin-bottom: 1.5rem;
  width: 100%;
}
.tabs-content > .content {
  display: none;
  float: left;
  padding: 0.9375rem 0;
  width: 100%;
}
.tabs-content > .content.active {
  display: block;
  float: none;
}
.tabs-content > .content.contained {
  padding: 0.9375rem;
}
.tabs-content.vertical {
  display: block;
}
.tabs-content.vertical > .content {
  padding: 0 0.9375rem;
}

@media only screen and (min-width:40.063em) {
  .tabs.vertical {
    width: 20%;
    max-width: 20%;
    float: left;
    margin: 0 0 1.25rem;
  }
  .tabs-content.vertical {
    width: 80%;
    max-width: 80%;
    float: left;
    margin-left: -1px;
    padding-left: 1rem;
  }
}
.no-js .tabs-content > .content {
  display: block;
  float: none;
}

/* Image Thumbnails */
.th {
  line-height: 0;
  display: inline-block;
  border: solid 4px #FFFFFF;
  max-width: 100%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
}
.th:hover, .th:focus {
  box-shadow: 0 0 6px 1px rgba(0, 140, 186, 0.5);
}
.th {
  transition: all 200ms ease-out;
}
.th.radius {
  border-radius: 3px;
}

/* Tooltips */
.has-tip {
  border-bottom: dotted 1px #CCCCCC;
  cursor: help;
  font-weight: bold;
  color: #333333;
}
.has-tip:hover, .has-tip:focus {
  border-bottom: dotted 1px rgb(0, 63, 83.7);
  color: #008CBA;
}
.has-tip.tip-left, .has-tip.tip-right {
  float: none !important;
}

.tooltip {
  display: none;
  position: absolute;
  z-index: 1006;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.3;
  padding: 0.75rem;
  max-width: 300px;
  left: 50%;
  width: 100%;
  color: #FFFFFF;
  background: #333333;
}
.tooltip > .nub {
  display: block;
  left: 5px;
  position: absolute;
  width: 0;
  height: 0;
  border: solid 5px;
  border-color: transparent transparent #333333 transparent;
  top: -10px;
  pointer-events: none;
}
.tooltip > .nub.rtl {
  left: auto;
  right: 5px;
}
.tooltip.radius {
  border-radius: 3px;
}
.tooltip.round {
  border-radius: 1000px;
}
.tooltip.round > .nub {
  left: 2rem;
}
.tooltip.opened {
  color: #008CBA !important;
  border-bottom: dotted 1px rgb(0, 63, 83.7) !important;
}

.tap-to-close {
  display: block;
  font-size: 0.625rem;
  color: #777777;
  font-weight: normal;
}

@media only screen and (min-width:40.063em) {
  .tooltip > .nub {
    border-color: transparent transparent #333333 transparent;
    top: -10px;
  }
  .tooltip.tip-top > .nub {
    border-color: #333333 transparent transparent transparent;
    top: auto;
    bottom: -10px;
  }
  .tooltip.tip-left, .tooltip.tip-right {
    float: none !important;
  }
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent #333333;
    right: -10px;
    left: auto;
    top: 50%;
    margin-top: -5px;
  }
  .tooltip.tip-right > .nub {
    border-color: transparent #333333 transparent transparent;
    right: auto;
    left: -10px;
    top: 50%;
    margin-top: -5px;
  }
}
meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid {
  width: 100%;
  background: #333333;
}
.contain-to-grid .top-bar {
  margin-bottom: 0;
}

.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99;
}
.fixed.expanded:not(.top-bar) {
  overflow-y: auto;
  height: auto;
  width: 100%;
  max-height: 100%;
}
.fixed.expanded:not(.top-bar) .title-area {
  position: fixed;
  width: 100%;
  z-index: 99;
}
.fixed.expanded:not(.top-bar) .top-bar-section {
  z-index: 98;
  margin-top: 2.8125rem;
}

.top-bar {
  overflow: hidden;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative;
  background: #333333;
  margin-bottom: 0;
}
.top-bar ul {
  margin-bottom: 0;
  list-style: none;
}
.top-bar .row {
  max-width: none;
}
.top-bar form,
.top-bar input {
  margin-bottom: 0;
}
.top-bar input {
  height: 1.75rem;
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
  font-size: 0.75rem;
}
.top-bar .button, .top-bar .reliant-datepicker .ui-datepicker-close.ui-datepicker-close.ui-priority-primary, .reliant-datepicker .top-bar .ui-datepicker-close.ui-datepicker-close.ui-priority-primary, .top-bar button {
  padding-top: 0.4125rem;
  padding-bottom: 0.4125rem;
  margin-bottom: 0;
  font-size: 0.75rem;
}
@media only screen and (max-width: 40em) {
  .top-bar .button, .top-bar .reliant-datepicker .ui-datepicker-close.ui-datepicker-close.ui-priority-primary, .reliant-datepicker .top-bar .ui-datepicker-close.ui-datepicker-close.ui-priority-primary, .top-bar button {
    position: relative;
    top: -1px;
  }
}
.top-bar .title-area {
  position: relative;
  margin: 0;
}
.top-bar .name {
  height: 2.8125rem;
  margin: 0;
  font-size: 16px;
}
.top-bar .name h1, .top-bar .name h2, .top-bar .name h3, .top-bar .name h4, .top-bar .name p, .top-bar .name span {
  line-height: 2.8125rem;
  font-size: 1.0625rem;
  margin: 0;
}
.top-bar .name h1 a, .top-bar .name h2 a, .top-bar .name h3 a, .top-bar .name h4 a, .top-bar .name p a, .top-bar .name span a {
  font-weight: normal;
  color: #FFFFFF;
  width: 75%;
  display: block;
  padding: 0 0.9375rem;
}
.top-bar .toggle-topbar {
  position: absolute;
  right: 0;
  top: 0;
}
.top-bar .toggle-topbar a {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: bold;
  position: relative;
  display: block;
  padding: 0 0.9375rem;
  height: 2.8125rem;
  line-height: 2.8125rem;
}
.top-bar .toggle-topbar.menu-icon {
  top: 50%;
  margin-top: -16px;
}
.top-bar .toggle-topbar.menu-icon a {
  height: 34px;
  line-height: 33px;
  padding: 0 2.5rem 0 0.9375rem;
  color: #FFFFFF;
  position: relative;
}
.top-bar .toggle-topbar.menu-icon a span::after {
  content: "";
  position: absolute;
  display: block;
  height: 0;
  top: 50%;
  margin-top: -8px;
  right: 0.9375rem;
  box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
  width: 16px;
}
.top-bar .toggle-topbar.menu-icon a span:hover:after {
  box-shadow: 0 0 0 1px "", 0 7px 0 1px "", 0 14px 0 1px "";
}
.top-bar.expanded {
  height: auto;
  background: transparent;
}
.top-bar.expanded .title-area {
  background: #333333;
}
.top-bar.expanded .toggle-topbar a {
  color: #888888;
}
.top-bar.expanded .toggle-topbar a span::after {
  box-shadow: 0 0 0 1px #888888, 0 7px 0 1px #888888, 0 14px 0 1px #888888;
}

.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  transition: left 300ms ease-out;
}
.top-bar-section ul {
  padding: 0;
  width: 100%;
  height: auto;
  display: block;
  font-size: 16px;
  margin: 0;
}
.top-bar-section .divider,
.top-bar-section [role=separator] {
  border-top: solid 1px rgb(25.5, 25.5, 25.5);
  clear: both;
  height: 1px;
  width: 100%;
}
.top-bar-section ul li {
  background: #333333;
}
.top-bar-section ul li > a {
  display: block;
  width: 100%;
  color: #FFFFFF;
  padding: 12px 0 12px 0;
  padding-left: 0.9375rem;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.8125rem;
  font-weight: normal;
  text-transform: none;
}
.top-bar-section ul li > a.button, .top-bar-section ul .reliant-datepicker li > a.ui-datepicker-close.ui-priority-primary.ui-state-hover, .reliant-datepicker .top-bar-section ul li > a.ui-datepicker-close.ui-priority-primary.ui-state-hover, .top-bar-section ul .reliant-datepicker li > a.ui-datepicker-close.ui-priority-primary, .reliant-datepicker .top-bar-section ul li > a.ui-datepicker-close.ui-priority-primary {
  font-size: 0.8125rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  background-color: #008CBA;
  border-color: rgb(0, 112, 148.8);
}
.top-bar-section ul li > a.button:hover, .top-bar-section ul .reliant-datepicker li > a.ui-datepicker-close.ui-priority-primary:hover, .reliant-datepicker .top-bar-section ul li > a.ui-datepicker-close.ui-priority-primary:hover, .top-bar-section ul li > a.button:focus, .top-bar-section ul .reliant-datepicker li > a.ui-datepicker-close.ui-priority-primary:focus, .reliant-datepicker .top-bar-section ul li > a.ui-datepicker-close.ui-priority-primary:focus {
  background-color: rgb(0, 112, 148.8);
}
.top-bar-section ul li > a.button, .top-bar-section ul .reliant-datepicker li > a.ui-datepicker-close.ui-priority-primary.ui-state-hover, .reliant-datepicker .top-bar-section ul li > a.ui-datepicker-close.ui-priority-primary.ui-state-hover, .top-bar-section ul .reliant-datepicker li > a.ui-datepicker-close.ui-priority-primary, .reliant-datepicker .top-bar-section ul li > a.ui-datepicker-close.ui-priority-primary {
  color: #FFFFFF;
}
.top-bar-section ul li > a.button:hover, .top-bar-section ul .reliant-datepicker li > a.ui-datepicker-close.ui-priority-primary:hover, .reliant-datepicker .top-bar-section ul li > a.ui-datepicker-close.ui-priority-primary:hover, .top-bar-section ul li > a.button:focus, .top-bar-section ul .reliant-datepicker li > a.ui-datepicker-close.ui-priority-primary:focus, .reliant-datepicker .top-bar-section ul li > a.ui-datepicker-close.ui-priority-primary:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > a.button.secondary, .top-bar-section ul .reliant-datepicker li > a.secondary.ui-datepicker-close.ui-priority-primary, .reliant-datepicker .top-bar-section ul li > a.secondary.ui-datepicker-close.ui-priority-primary {
  background-color: #e7e7e7;
  border-color: rgb(184.8, 184.8, 184.8);
}
.top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul .reliant-datepicker li > a.secondary.ui-datepicker-close.ui-priority-primary:hover, .reliant-datepicker .top-bar-section ul li > a.secondary.ui-datepicker-close.ui-priority-primary:hover, .top-bar-section ul li > a.button.secondary:focus, .top-bar-section ul .reliant-datepicker li > a.secondary.ui-datepicker-close.ui-priority-primary:focus, .reliant-datepicker .top-bar-section ul li > a.secondary.ui-datepicker-close.ui-priority-primary:focus {
  background-color: rgb(184.8, 184.8, 184.8);
}
.top-bar-section ul li > a.button.secondary, .top-bar-section ul .reliant-datepicker li > a.secondary.ui-datepicker-close.ui-priority-primary, .reliant-datepicker .top-bar-section ul li > a.secondary.ui-datepicker-close.ui-priority-primary {
  color: #333333;
}
.top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul .reliant-datepicker li > a.secondary.ui-datepicker-close.ui-priority-primary:hover, .reliant-datepicker .top-bar-section ul li > a.secondary.ui-datepicker-close.ui-priority-primary:hover, .top-bar-section ul li > a.button.secondary:focus, .top-bar-section ul .reliant-datepicker li > a.secondary.ui-datepicker-close.ui-priority-primary:focus, .reliant-datepicker .top-bar-section ul li > a.secondary.ui-datepicker-close.ui-priority-primary:focus {
  color: #333333;
}
.top-bar-section ul li > a.button.success, .top-bar-section ul .reliant-datepicker li > a.success.ui-datepicker-close.ui-priority-primary, .reliant-datepicker .top-bar-section ul li > a.success.ui-datepicker-close.ui-priority-primary {
  background-color: #43AC6A;
  border-color: rgb(53.6, 137.6, 84.8);
}
.top-bar-section ul li > a.button.success:hover, .top-bar-section ul .reliant-datepicker li > a.success.ui-datepicker-close.ui-priority-primary:hover, .reliant-datepicker .top-bar-section ul li > a.success.ui-datepicker-close.ui-priority-primary:hover, .top-bar-section ul li > a.button.success:focus, .top-bar-section ul .reliant-datepicker li > a.success.ui-datepicker-close.ui-priority-primary:focus, .reliant-datepicker .top-bar-section ul li > a.success.ui-datepicker-close.ui-priority-primary:focus {
  background-color: rgb(53.6, 137.6, 84.8);
}
.top-bar-section ul li > a.button.success, .top-bar-section ul .reliant-datepicker li > a.success.ui-datepicker-close.ui-priority-primary, .reliant-datepicker .top-bar-section ul li > a.success.ui-datepicker-close.ui-priority-primary {
  color: #FFFFFF;
}
.top-bar-section ul li > a.button.success:hover, .top-bar-section ul .reliant-datepicker li > a.success.ui-datepicker-close.ui-priority-primary:hover, .reliant-datepicker .top-bar-section ul li > a.success.ui-datepicker-close.ui-priority-primary:hover, .top-bar-section ul li > a.button.success:focus, .top-bar-section ul .reliant-datepicker li > a.success.ui-datepicker-close.ui-priority-primary:focus, .reliant-datepicker .top-bar-section ul li > a.success.ui-datepicker-close.ui-priority-primary:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > a.button.alert, .top-bar-section ul .reliant-datepicker li > a.alert.ui-datepicker-close.ui-priority-primary, .reliant-datepicker .top-bar-section ul li > a.alert.ui-datepicker-close.ui-priority-primary {
  background-color: #f04124;
  border-color: rgb(206.6461538462, 41.5179487179, 14.1538461538);
}
.top-bar-section ul li > a.button.alert:hover, .top-bar-section ul .reliant-datepicker li > a.alert.ui-datepicker-close.ui-priority-primary:hover, .reliant-datepicker .top-bar-section ul li > a.alert.ui-datepicker-close.ui-priority-primary:hover, .top-bar-section ul li > a.button.alert:focus, .top-bar-section ul .reliant-datepicker li > a.alert.ui-datepicker-close.ui-priority-primary:focus, .reliant-datepicker .top-bar-section ul li > a.alert.ui-datepicker-close.ui-priority-primary:focus {
  background-color: rgb(206.6461538462, 41.5179487179, 14.1538461538);
}
.top-bar-section ul li > a.button.alert, .top-bar-section ul .reliant-datepicker li > a.alert.ui-datepicker-close.ui-priority-primary, .reliant-datepicker .top-bar-section ul li > a.alert.ui-datepicker-close.ui-priority-primary {
  color: #FFFFFF;
}
.top-bar-section ul li > a.button.alert:hover, .top-bar-section ul .reliant-datepicker li > a.alert.ui-datepicker-close.ui-priority-primary:hover, .reliant-datepicker .top-bar-section ul li > a.alert.ui-datepicker-close.ui-priority-primary:hover, .top-bar-section ul li > a.button.alert:focus, .top-bar-section ul .reliant-datepicker li > a.alert.ui-datepicker-close.ui-priority-primary:focus, .reliant-datepicker .top-bar-section ul li > a.alert.ui-datepicker-close.ui-priority-primary:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > a.button.warning, .top-bar-section ul .reliant-datepicker li > a.warning.ui-datepicker-close.ui-priority-primary, .reliant-datepicker .top-bar-section ul li > a.warning.ui-datepicker-close.ui-priority-primary {
  background-color: #f08a24;
  border-color: rgb(206.6461538462, 110.4, 14.1538461538);
}
.top-bar-section ul li > a.button.warning:hover, .top-bar-section ul .reliant-datepicker li > a.warning.ui-datepicker-close.ui-priority-primary:hover, .reliant-datepicker .top-bar-section ul li > a.warning.ui-datepicker-close.ui-priority-primary:hover, .top-bar-section ul li > a.button.warning:focus, .top-bar-section ul .reliant-datepicker li > a.warning.ui-datepicker-close.ui-priority-primary:focus, .reliant-datepicker .top-bar-section ul li > a.warning.ui-datepicker-close.ui-priority-primary:focus {
  background-color: rgb(206.6461538462, 110.4, 14.1538461538);
}
.top-bar-section ul li > a.button.warning, .top-bar-section ul .reliant-datepicker li > a.warning.ui-datepicker-close.ui-priority-primary, .reliant-datepicker .top-bar-section ul li > a.warning.ui-datepicker-close.ui-priority-primary {
  color: #FFFFFF;
}
.top-bar-section ul li > a.button.warning:hover, .top-bar-section ul .reliant-datepicker li > a.warning.ui-datepicker-close.ui-priority-primary:hover, .reliant-datepicker .top-bar-section ul li > a.warning.ui-datepicker-close.ui-priority-primary:hover, .top-bar-section ul li > a.button.warning:focus, .top-bar-section ul .reliant-datepicker li > a.warning.ui-datepicker-close.ui-priority-primary:focus, .reliant-datepicker .top-bar-section ul li > a.warning.ui-datepicker-close.ui-priority-primary:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > button {
  font-size: 0.8125rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  background-color: #008CBA;
  border-color: rgb(0, 112, 148.8);
}
.top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
  background-color: rgb(0, 112, 148.8);
}
.top-bar-section ul li > button {
  color: #FFFFFF;
}
.top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > button.secondary {
  background-color: #e7e7e7;
  border-color: rgb(184.8, 184.8, 184.8);
}
.top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
  background-color: rgb(184.8, 184.8, 184.8);
}
.top-bar-section ul li > button.secondary {
  color: #333333;
}
.top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
  color: #333333;
}
.top-bar-section ul li > button.success {
  background-color: #43AC6A;
  border-color: rgb(53.6, 137.6, 84.8);
}
.top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
  background-color: rgb(53.6, 137.6, 84.8);
}
.top-bar-section ul li > button.success {
  color: #FFFFFF;
}
.top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > button.alert {
  background-color: #f04124;
  border-color: rgb(206.6461538462, 41.5179487179, 14.1538461538);
}
.top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
  background-color: rgb(206.6461538462, 41.5179487179, 14.1538461538);
}
.top-bar-section ul li > button.alert {
  color: #FFFFFF;
}
.top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > button.warning {
  background-color: #f08a24;
  border-color: rgb(206.6461538462, 110.4, 14.1538461538);
}
.top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
  background-color: rgb(206.6461538462, 110.4, 14.1538461538);
}
.top-bar-section ul li > button.warning {
  color: #FFFFFF;
}
.top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
  color: #FFFFFF;
}
.top-bar-section ul li:hover:not(.has-form) > a {
  background-color: #555555;
  background: #333333;
  color: #FFFFFF;
}
.top-bar-section ul li.active > a {
  background: #008CBA;
  color: #FFFFFF;
}
.top-bar-section ul li.active > a:hover {
  background: rgb(0, 120.4, 159.96);
  color: #FFFFFF;
}
.top-bar-section .has-form {
  padding: 0.9375rem;
}
.top-bar-section .has-dropdown {
  position: relative;
}
.top-bar-section .has-dropdown > a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
  border-left-style: solid;
  margin-right: 0.9375rem;
  margin-top: -4.5px;
  position: absolute;
  top: 50%;
  right: 0;
}
.top-bar-section .has-dropdown.moved {
  position: static;
}
.top-bar-section .has-dropdown.moved > .dropdown {
  display: block;
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
  position: absolute !important;
  width: 100%;
}
.top-bar-section .has-dropdown.moved > a:after {
  display: none;
}
.top-bar-section .dropdown {
  padding: 0;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 99;
  display: block;
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.top-bar-section .dropdown li {
  width: 100%;
  height: auto;
}
.top-bar-section .dropdown li a {
  font-weight: normal;
  padding: 8px 0.9375rem;
}
.top-bar-section .dropdown li a.parent-link {
  font-weight: normal;
}
.top-bar-section .dropdown li.title h5, .top-bar-section .dropdown li.parent-link {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 1.125rem;
}
.top-bar-section .dropdown li.title h5 a, .top-bar-section .dropdown li.parent-link a {
  color: #FFFFFF;
  display: block;
}
.top-bar-section .dropdown li.title h5 a:hover, .top-bar-section .dropdown li.parent-link a:hover {
  background: none;
}
.top-bar-section .dropdown li.has-form {
  padding: 8px 0.9375rem;
}
.top-bar-section .dropdown li .button, .top-bar-section .dropdown li .reliant-datepicker .ui-datepicker-close.ui-datepicker-close.ui-priority-primary, .reliant-datepicker .top-bar-section .dropdown li .ui-datepicker-close.ui-datepicker-close.ui-priority-primary, .top-bar-section .dropdown li button {
  top: auto;
}
.top-bar-section .dropdown label {
  padding: 8px 0.9375rem 2px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #777777;
  font-weight: bold;
  font-size: 0.625rem;
}

.js-generated {
  display: block;
}

@media only screen and (min-width:40.063em) {
  .top-bar {
    background: #333333;
  }
  .top-bar:before, .top-bar:after {
    content: " ";
    display: table;
  }
  .top-bar:after {
    clear: both;
  }
  .top-bar {
    overflow: visible;
  }
  .top-bar .toggle-topbar {
    display: none;
  }
  .top-bar .title-area {
    float: left;
  }
  .top-bar .name h1 a {
    width: auto;
  }
  .top-bar input,
  .top-bar .button,
  .top-bar .reliant-datepicker .ui-datepicker-close.ui-datepicker-close.ui-priority-primary,
  .reliant-datepicker .top-bar .ui-datepicker-close.ui-datepicker-close.ui-priority-primary,
  .top-bar button {
    font-size: 0.875rem;
    position: relative;
    height: 1.75rem;
    top: 0.53125rem;
  }
  .top-bar.expanded {
    background: #333333;
  }
  .contain-to-grid .top-bar {
    max-width: 62.5rem;
    margin: 0 auto;
    margin-bottom: 0;
  }
  .top-bar-section {
    transition: none 0 0;
    left: 0 !important;
  }
  .top-bar-section ul {
    width: auto;
    height: auto !important;
    display: inline;
  }
  .top-bar-section ul li {
    float: left;
  }
  .top-bar-section ul li .js-generated {
    display: none;
  }
  .top-bar-section li.hover > a:not(.button) {
    background-color: #555555;
    background: #333333;
    color: #FFFFFF;
  }
  .top-bar-section li:not(.has-form) a:not(.button) {
    padding: 0 0.9375rem;
    line-height: 2.8125rem;
    background: #333333;
  }
  .top-bar-section li:not(.has-form) a:not(.button):hover {
    background-color: #555555;
    background: #333333;
  }
  .top-bar-section li.active:not(.has-form) a:not(.button) {
    padding: 0 0.9375rem;
    line-height: 2.8125rem;
    color: #FFFFFF;
    background: #008CBA;
  }
  .top-bar-section li.active:not(.has-form) a:not(.button):hover {
    background: rgb(0, 120.4, 159.96);
    color: #FFFFFF;
  }
  .top-bar-section .has-dropdown > a {
    padding-right: 2.1875rem !important;
  }
  .top-bar-section .has-dropdown > a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
    border-top-style: solid;
    margin-top: -2.5px;
    top: 1.40625rem;
  }
  .top-bar-section .has-dropdown.moved {
    position: relative;
  }
  .top-bar-section .has-dropdown.moved > .dropdown {
    display: block;
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }
  .top-bar-section .has-dropdown > a:focus + .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }
  .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
    border: none;
    content: "»";
    top: 1rem;
    margin-top: -1px;
    right: 5px;
    line-height: 1.2;
  }
  .top-bar-section .dropdown {
    left: 0;
    top: auto;
    background: transparent;
    min-width: 100%;
  }
  .top-bar-section .dropdown li a {
    color: #FFFFFF;
    line-height: 2.8125rem;
    white-space: nowrap;
    padding: 12px 0.9375rem;
    background: #333333;
  }
  .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
    color: #FFFFFF;
    background: #333333;
  }
  .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
    color: #FFFFFF;
    background-color: #555555;
    background: #333333;
  }
  .top-bar-section .dropdown li label {
    white-space: nowrap;
    background: #333333;
  }
  .top-bar-section .dropdown li .dropdown {
    left: 100%;
    top: 0;
  }
  .top-bar-section > ul > .divider, .top-bar-section > ul > [role=separator] {
    border-bottom: none;
    border-top: none;
    border-right: solid 1px rgb(77.52, 77.52, 77.52);
    clear: none;
    height: 2.8125rem;
    width: 0;
  }
  .top-bar-section .has-form {
    background: #333333;
    padding: 0 0.9375rem;
    height: 2.8125rem;
  }
  .top-bar-section .right li .dropdown {
    left: auto;
    right: 0;
  }
  .top-bar-section .right li .dropdown li .dropdown {
    right: 100%;
  }
  .top-bar-section .left li .dropdown {
    right: auto;
    left: 0;
  }
  .top-bar-section .left li .dropdown li .dropdown {
    left: 100%;
  }
  .no-js .top-bar-section ul li:hover > a {
    background-color: #555555;
    background: #333333;
    color: #FFFFFF;
  }
  .no-js .top-bar-section ul li:active > a {
    background: #008CBA;
    color: #FFFFFF;
  }
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }
  .no-js .top-bar-section .has-dropdown > a:focus + .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }
}
.text-left {
  text-align: left !important;
}

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

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

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

@media only screen and (max-width: 40em) {
  .small-only-text-left {
    text-align: left !important;
  }
  .small-only-text-right {
    text-align: right !important;
  }
  .small-only-text-center {
    text-align: center !important;
  }
  .small-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen {
  .small-text-left {
    text-align: left !important;
  }
  .small-text-right {
    text-align: right !important;
  }
  .small-text-center {
    text-align: center !important;
  }
  .small-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:40.063em) and (max-width:64em) {
  .medium-only-text-left {
    text-align: left !important;
  }
  .medium-only-text-right {
    text-align: right !important;
  }
  .medium-only-text-center {
    text-align: center !important;
  }
  .medium-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:40.063em) {
  .medium-text-left {
    text-align: left !important;
  }
  .medium-text-right {
    text-align: right !important;
  }
  .medium-text-center {
    text-align: center !important;
  }
  .medium-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:64.063em) and (max-width:90em) {
  .large-only-text-left {
    text-align: left !important;
  }
  .large-only-text-right {
    text-align: right !important;
  }
  .large-only-text-center {
    text-align: center !important;
  }
  .large-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:64.063em) {
  .large-text-left {
    text-align: left !important;
  }
  .large-text-right {
    text-align: right !important;
  }
  .large-text-center {
    text-align: center !important;
  }
  .large-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:90.063em) and (max-width:120em) {
  .xlarge-only-text-left {
    text-align: left !important;
  }
  .xlarge-only-text-right {
    text-align: right !important;
  }
  .xlarge-only-text-center {
    text-align: center !important;
  }
  .xlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:90.063em) {
  .xlarge-text-left {
    text-align: left !important;
  }
  .xlarge-text-right {
    text-align: right !important;
  }
  .xlarge-text-center {
    text-align: center !important;
  }
  .xlarge-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:120.063em) and (max-width:99999999em) {
  .xxlarge-only-text-left {
    text-align: left !important;
  }
  .xxlarge-only-text-right {
    text-align: right !important;
  }
  .xxlarge-only-text-center {
    text-align: center !important;
  }
  .xxlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:120.063em) {
  .xxlarge-text-left {
    text-align: left !important;
  }
  .xxlarge-text-right {
    text-align: right !important;
  }
  .xxlarge-text-center {
    text-align: center !important;
  }
  .xxlarge-text-justify {
    text-align: justify !important;
  }
}
/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

/* Default Link Styles */
a {
  color: #008CBA;
  text-decoration: none;
  line-height: inherit;
}
a:hover, a:focus {
  color: rgb(0, 120.4, 159.96);
}
a img {
  border: none;
}

/* Default paragraph styles */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
}
p.lead {
  font-size: 1.21875rem;
  line-height: 1.6;
}
p aside {
  font-size: 0.875rem;
  line-height: 1.35;
  font-style: italic;
}

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #222222;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 60%;
  color: rgb(111.35, 111.35, 111.35);
  line-height: 0;
}

h1 {
  font-size: 2.125rem;
}

h2 {
  font-size: 1.6875rem;
}

h3 {
  font-size: 1.375rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 1rem;
}

.subheader {
  line-height: 1.4;
  color: rgb(111.35, 111.35, 111.35);
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}

hr {
  border: solid #DDDDDD;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25rem 0 1.1875rem;
  height: 0;
}

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit;
}

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

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

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #333333;
  background-color: rgb(247.8, 247.8, 247.8);
  border-width: 1px;
  border-style: solid;
  border-color: rgb(223.02, 223.02, 223.02);
  padding: 0.125rem 0.3125rem 0.0625rem;
}

/* Lists */
ul,
ol,
dl {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  list-style-position: outside;
  font-family: inherit;
}

ul {
  margin-left: 1.1rem;
}
ul.no-bullet {
  margin-left: 0;
}
ul.no-bullet li ul,
ul.no-bullet li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
  list-style: none;
}

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}
ul.square {
  list-style-type: square;
  margin-left: 1.1rem;
}
ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem;
}
ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem;
}
ul.no-bullet {
  list-style: none;
}

/* Ordered Lists */
ol {
  margin-left: 1.4rem;
}
ol li ul,
ol li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

/* Definition Lists */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}
dl dd {
  margin-bottom: 0.75rem;
}

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222;
  cursor: help;
}

abbr {
  text-transform: none;
}
abbr[title] {
  border-bottom: 1px dotted #DDDDDD;
}

/* Blockquotes */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #DDDDDD;
}
blockquote cite {
  display: block;
  font-size: 0.8125rem;
  color: rgb(84.83, 84.83, 84.83);
}
blockquote cite:before {
  content: "— ";
}
blockquote cite a,
blockquote cite a:visited {
  color: rgb(84.83, 84.83, 84.83);
}

blockquote,
blockquote p {
  line-height: 1.6;
  color: rgb(111.35, 111.35, 111.35);
}

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #DDDDDD;
  padding: 0.625rem 0.75rem;
}
.vcard li {
  margin: 0;
  display: block;
}
.vcard .fn {
  font-weight: bold;
  font-size: 0.9375rem;
}

.vevent .summary {
  font-weight: bold;
}
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem;
}

@media only screen and (min-width:40.063em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
  }
  h1 {
    font-size: 2.75rem;
  }
  h2 {
    font-size: 2.3125rem;
  }
  h3 {
    font-size: 1.6875rem;
  }
  h4 {
    font-size: 1.4375rem;
  }
  h5 {
    font-size: 1.125rem;
  }
  h6 {
    font-size: 1rem;
  }
}
/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
.print-only {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: #000000 !important; /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group; /* h5bp.com/t */
  }
  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;
  }
  .hide-on-print {
    display: none !important;
  }
  .print-only {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  .show-for-print {
    display: inherit !important;
  }
}
.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.off-canvas-wrap.move-right, .off-canvas-wrap.move-left {
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
}

.inner-wrap {
  position: relative;
  width: 100%;
}
.inner-wrap:before, .inner-wrap:after {
  content: " ";
  display: table;
}
.inner-wrap:after {
  clear: both;
}
.inner-wrap {
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}

.tab-bar {
  -webkit-backface-visibility: hidden;
  background: #333333;
  color: #FFFFFF;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative;
}
.tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4, .tab-bar h5, .tab-bar h6 {
  color: #FFFFFF;
  font-weight: bold;
  line-height: 2.8125rem;
  margin: 0;
}
.tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4 {
  font-size: 1.125rem;
}

.left-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  border-right: solid 1px rgb(25.5, 25.5, 25.5);
  left: 0;
}

.right-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  border-left: solid 1px rgb(25.5, 25.5, 25.5);
  right: 0;
}

.tab-bar-section {
  padding: 0 0.625rem;
  position: absolute;
  text-align: center;
  height: 2.8125rem;
  top: 0;
}
@media only screen and (min-width:40.063em) {
  .tab-bar-section.left {
    text-align: left;
  }
  .tab-bar-section.right {
    text-align: right;
  }
}
.tab-bar-section.left {
  left: 0;
  right: 2.8125rem;
}
.tab-bar-section.right {
  left: 2.8125rem;
  right: 0;
}
.tab-bar-section.middle {
  left: 2.8125rem;
  right: 2.8125rem;
}

.tab-bar .menu-icon {
  text-indent: 2.1875rem;
  width: 2.8125rem;
  height: 2.8125rem;
  display: block;
  padding: 0;
  color: #FFFFFF;
  position: relative;
  transform: translate3d(0, 0, 0);
}
.tab-bar .menu-icon span::after {
  content: "";
  position: absolute;
  display: block;
  height: 0;
  top: 50%;
  margin-top: -0.5rem;
  left: 0.90625rem;
  box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
  width: 1rem;
}
.tab-bar .menu-icon span:hover:after {
  box-shadow: 0 0 0 1px rgb(178.5, 178.5, 178.5), 0 7px 0 1px rgb(178.5, 178.5, 178.5), 0 14px 0 1px rgb(178.5, 178.5, 178.5);
}

.left-off-canvas-menu {
  -webkit-backface-visibility: hidden;
}
.left-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}
.left-off-canvas-menu {
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1001;
  box-sizing: content-box;
  transition: transform 500ms ease 0s;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
}

.right-off-canvas-menu {
  -webkit-backface-visibility: hidden;
}
.right-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}
.right-off-canvas-menu {
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1001;
  box-sizing: content-box;
  transition: transform 500ms ease 0s;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -ms-transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
}

ul.off-canvas-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul.off-canvas-list li label {
  display: block;
  padding: 0.3rem 0.9375rem;
  color: #999999;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: bold;
  background: #444444;
  border-top: 1px solid rgb(94.18, 94.18, 94.18);
  border-bottom: none;
  margin: 0;
}
ul.off-canvas-list li a {
  display: block;
  padding: 0.6666666667rem;
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid rgb(38.25, 38.25, 38.25);
  transition: background 300ms ease;
}
ul.off-canvas-list li a:hover {
  background: rgb(35.7, 35.7, 35.7);
}

.move-right > .inner-wrap {
  -ms-transform: translate(15.625rem, 0);
  -webkit-transform: translate3d(15.625rem, 0, 0);
  -moz-transform: translate3d(15.625rem, 0, 0);
  -ms-transform: translate3d(15.625rem, 0, 0);
  -o-transform: translate3d(15.625rem, 0, 0);
  transform: translate3d(15.625rem, 0, 0);
}
.move-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media only screen and (min-width:40.063em) {
  .move-right .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.move-left > .inner-wrap {
  -ms-transform: translate(-15.625rem, 0);
  -webkit-transform: translate3d(-15.625rem, 0, 0);
  -moz-transform: translate3d(-15.625rem, 0, 0);
  -ms-transform: translate3d(-15.625rem, 0, 0);
  -o-transform: translate3d(-15.625rem, 0, 0);
  transform: translate3d(-15.625rem, 0, 0);
}
.move-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media only screen and (min-width:40.063em) {
  .move-left .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.offcanvas-overlap .left-off-canvas-menu, .offcanvas-overlap .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003;
}
.offcanvas-overlap .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media only screen and (min-width:40.063em) {
  .offcanvas-overlap .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.offcanvas-overlap-left .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003;
}
.offcanvas-overlap-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media only screen and (min-width:40.063em) {
  .offcanvas-overlap-left .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.offcanvas-overlap-right .left-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003;
}
.offcanvas-overlap-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media only screen and (min-width:40.063em) {
  .offcanvas-overlap-right .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.no-csstransforms .left-off-canvas-menu {
  left: -15.625rem;
}
.no-csstransforms .right-off-canvas-menu {
  right: -15.625rem;
}
.no-csstransforms .move-left > .inner-wrap {
  right: 15.625rem;
}
.no-csstransforms .move-right > .inner-wrap {
  left: 15.625rem;
}

.left-submenu {
  -webkit-backface-visibility: hidden;
}
.left-submenu * {
  -webkit-backface-visibility: hidden;
}
.left-submenu {
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1002;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}
.left-submenu .back > a {
  padding: 0.3rem 0.9375rem;
  color: #999999;
  text-transform: uppercase;
  font-weight: bold;
  background: #444;
  border-top: 1px solid rgb(94.18, 94.18, 94.18);
  border-bottom: none;
}
.left-submenu .back > a:hover {
  background: rgb(47.6, 47.6, 47.6);
  border-top: 1px solid rgb(94.18, 94.18, 94.18);
  border-bottom: none;
}
.left-submenu .back > a {
  margin: 0;
}
.left-submenu .back > a:before {
  content: "«";
  margin-right: 0.5rem;
  display: inline;
}
.left-submenu.move-right, .left-submenu.offcanvas-overlap-right, .left-submenu.offcanvas-overlap {
  -ms-transform: translate(0%, 0);
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.right-submenu {
  -webkit-backface-visibility: hidden;
}
.right-submenu * {
  -webkit-backface-visibility: hidden;
}
.right-submenu {
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1002;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}
.right-submenu .back > a {
  padding: 0.3rem 0.9375rem;
  color: #999999;
  text-transform: uppercase;
  font-weight: bold;
  background: #444;
  border-top: 1px solid rgb(94.18, 94.18, 94.18);
  border-bottom: none;
}
.right-submenu .back > a:hover {
  background: rgb(47.6, 47.6, 47.6);
  border-top: 1px solid rgb(94.18, 94.18, 94.18);
  border-bottom: none;
}
.right-submenu .back > a {
  margin: 0;
}
.right-submenu .back > a:after {
  content: "»";
  margin-left: 0.5rem;
  display: inline;
}
.right-submenu.move-left, .right-submenu.offcanvas-overlap-left, .right-submenu.offcanvas-overlap {
  -ms-transform: translate(0%, 0);
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.left-off-canvas-menu ul.off-canvas-list li.has-submenu > a:after {
  content: "»";
  margin-left: 0.5rem;
  display: inline;
}

.right-off-canvas-menu ul.off-canvas-list li.has-submenu > a:before {
  content: "«";
  margin-right: 0.5rem;
  display: inline;
}

/* small displays */
@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important;
  }
  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* medium displays */
@media only screen and (min-width:40.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* large displays */
@media only screen and (min-width:64.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* xlarge displays */
@media only screen and (min-width:90.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* xxlarge displays */
@media only screen and (min-width:120.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table !important;
}

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important;
}

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important;
}

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important;
}

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important;
}

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
  /* Specific visibility for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table !important;
  }
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important;
  }
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important;
  }
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important;
  }
  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important;
  }
}
@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }
  /* Specific visibility for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table !important;
  }
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important;
  }
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important;
  }
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important;
  }
  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important;
  }
}
/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important;
}

.hide-for-touch {
  display: inherit !important;
}

.touch .show-for-touch {
  display: inherit !important;
}

.touch .hide-for-touch {
  display: none !important;
}

/* Specific visibility for tables */
table.hide-for-touch {
  display: table !important;
}

.touch table.show-for-touch {
  display: table !important;
}

thead.hide-for-touch {
  display: table-header-group !important;
}

.touch thead.show-for-touch {
  display: table-header-group !important;
}

tbody.hide-for-touch {
  display: table-row-group !important;
}

.touch tbody.show-for-touch {
  display: table-row-group !important;
}

tr.hide-for-touch {
  display: table-row !important;
}

.touch tr.show-for-touch {
  display: table-row !important;
}

td.hide-for-touch {
  display: table-cell !important;
}

.touch td.show-for-touch {
  display: table-cell !important;
}

th.hide-for-touch {
  display: table-cell !important;
}

.touch th.show-for-touch {
  display: table-cell !important;
}

/* Print visibility */
@media print {
  .show-for-print {
    display: block;
  }
  .hide-for-print {
    display: none;
  }
  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;
  }
}
/* -------------------------------------------------- 
   This file contains CSS overrides that are specific
   to making sure that Foundation works well with MVC
-----------------------------------------------------
*/
/* Overrides: Errors */
.input-validation-error, input.input-validation-error, textarea.input-validation-error {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1);
}

.field-validation-error {
  display: block;
  padding: 6px 4px;
  margin-top: -13px;
  margin-bottom: 12px;
  background: #c60f13;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* #region functions */
/* #endregion functions */
/* #region constants */
/* #endregion constants */
/* #region mixins */
/* Hide the <select> dropdown by default */
.nav-select {
  display: none;
}

.side-nav li {
  list-style: none;
}

@media only screen and (min-width: 0) and (max-width: 40em) {
  .side-nav-small-dropdown .side-nav,
  .side-nav-small-hidden .side-nav {
    display: none;
  }
  .side-nav-small-dropdown .nav-select {
    display: block;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .side-nav-medium-dropdown .side-nav,
  .side-nav-medium-hidden .side-nav {
    display: none;
  }
  .side-nav-medium-dropdown .nav-select {
    display: block;
  }
}
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  .side-nav-large-dropdown .side-nav,
  .side-nav-large-hidden .side-nav {
    display: none;
  }
  .side-nav-large-dropdown .nav-select {
    display: block;
  }
}
@media only screen and (min-width: 90.063em) and (max-width: 120em) {
  .side-nav-xlarge-dropdown .side-nav,
  .side-nav-xlarge-hidden .side-nav {
    display: none;
  }
  .side-nav-xlarge-dropdown .nav-select {
    display: block;
  }
}
@media only screen and (min-width: 120.063em) and (max-width: 9999999em) {
  .side-nav-xxlarge-dropdown .side-nav,
  .side-nav-xxlarge-hidden .side-nav {
    display: none;
  }
  .side-nav-xxlarge-dropdown .nav-select {
    display: block;
  }
}
.sitemap {
  display: table;
  width: 100%;
  margin: 0;
  overflow: hidden;
}
.sitemap > li {
  display: table-cell;
  list-style: none;
  border-left: 1px solid #ccc;
}
.sitemap > li:first-child {
  border-left-width: 0;
}
.sitemap > li > ul ul {
  margin-left: 20px;
}
.sitemap ul {
  overflow: hidden;
  margin: 0;
}
.sitemap ul li {
  list-style-type: none;
}
.sitemap ul a {
  display: block;
  padding: 10px 15px;
  font-size: 0.8125rem;
}
.sitemap ul .active a {
  color: #1cc7ff;
}
.sitemap a {
  display: block;
  padding: 10px 15px;
}

@media only screen and (min-width: 0) and (max-width: 40em) {
  .sitemap-small-one-col .sitemap {
    display: block;
  }
  .sitemap-small-one-col .sitemap > li {
    display: block;
    border-left-width: 0;
    border-top: 1px solid #ccc;
  }
  .sitemap-small-one-col .sitemap > li:first-child {
    border-top-width: 0;
  }
}

@media only screen and (min-width: 0) and (max-width: 40em) {
  .sitemap-small-two-cols .sitemap {
    display: block;
  }
  .sitemap-small-two-cols .sitemap > li {
    float: left;
    width: 48%;
    margin: 0 1%;
    border-left-width: 0;
    border-top: 1px solid #ccc;
  }
  .sitemap-small-two-cols .sitemap > li:first-child {
    border-top-width: 0;
  }
  .sitemap-small-two-cols .sitemap > li:nth-child(even) {
    clear: both;
  }
}

@media only screen and (min-width: 0) and (max-width: 40em) {
  .sitemap-small-dropdown .sitemap,
  .sitemap-small-hidden .sitemap {
    display: none;
  }
  .sitemap-small-dropdown .nav-select {
    display: block;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .sitemap-medium-one-col .sitemap {
    display: block;
  }
  .sitemap-medium-one-col .sitemap > li {
    display: block;
    border-left-width: 0;
    border-top: 1px solid #ccc;
  }
  .sitemap-medium-one-col .sitemap > li:first-child {
    border-top-width: 0;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .sitemap-medium-two-cols .sitemap {
    display: block;
  }
  .sitemap-medium-two-cols .sitemap > li {
    float: left;
    width: 48%;
    margin: 0 1%;
    border-left-width: 0;
    border-top: 1px solid #ccc;
  }
  .sitemap-medium-two-cols .sitemap > li:first-child {
    border-top-width: 0;
  }
  .sitemap-medium-two-cols .sitemap > li:nth-child(even) {
    clear: both;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .sitemap-medium-dropdown .sitemap,
  .sitemap-medium-hidden .sitemap {
    display: none;
  }
  .sitemap-medium-dropdown .nav-select {
    display: block;
  }
}
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  .sitemap-large-one-col .sitemap {
    display: block;
  }
  .sitemap-large-one-col .sitemap > li {
    display: block;
    border-left-width: 0;
    border-top: 1px solid #ccc;
  }
  .sitemap-large-one-col .sitemap > li:first-child {
    border-top-width: 0;
  }
}

@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  .sitemap-large-two-cols .sitemap {
    display: block;
  }
  .sitemap-large-two-cols .sitemap > li {
    float: left;
    width: 48%;
    margin: 0 1%;
    border-left-width: 0;
    border-top: 1px solid #ccc;
  }
  .sitemap-large-two-cols .sitemap > li:first-child {
    border-top-width: 0;
  }
  .sitemap-large-two-cols .sitemap > li:nth-child(even) {
    clear: both;
  }
}

@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  .sitemap-large-dropdown .sitemap,
  .sitemap-large-hidden .sitemap {
    display: none;
  }
  .sitemap-large-dropdown .nav-select {
    display: block;
  }
}
@media only screen and (min-width: 90.063em) and (max-width: 120em) {
  .sitemap-xlarge-one-col .sitemap {
    display: block;
  }
  .sitemap-xlarge-one-col .sitemap > li {
    display: block;
    border-left-width: 0;
    border-top: 1px solid #ccc;
  }
  .sitemap-xlarge-one-col .sitemap > li:first-child {
    border-top-width: 0;
  }
}

@media only screen and (min-width: 90.063em) and (max-width: 120em) {
  .sitemap-xlarge-two-cols .sitemap {
    display: block;
  }
  .sitemap-xlarge-two-cols .sitemap > li {
    float: left;
    width: 48%;
    margin: 0 1%;
    border-left-width: 0;
    border-top: 1px solid #ccc;
  }
  .sitemap-xlarge-two-cols .sitemap > li:first-child {
    border-top-width: 0;
  }
  .sitemap-xlarge-two-cols .sitemap > li:nth-child(even) {
    clear: both;
  }
}

@media only screen and (min-width: 90.063em) and (max-width: 120em) {
  .sitemap-xlarge-dropdown .sitemap,
  .sitemap-xlarge-hidden .sitemap {
    display: none;
  }
  .sitemap-xlarge-dropdown .nav-select {
    display: block;
  }
}
@media only screen and (min-width: 120.063em) and (max-width: 9999999em) {
  .sitemap-xxlarge-one-col .sitemap {
    display: block;
  }
  .sitemap-xxlarge-one-col .sitemap > li {
    display: block;
    border-left-width: 0;
    border-top: 1px solid #ccc;
  }
  .sitemap-xxlarge-one-col .sitemap > li:first-child {
    border-top-width: 0;
  }
}

@media only screen and (min-width: 120.063em) and (max-width: 9999999em) {
  .sitemap-xxlarge-two-cols .sitemap {
    display: block;
  }
  .sitemap-xxlarge-two-cols .sitemap > li {
    float: left;
    width: 48%;
    margin: 0 1%;
    border-left-width: 0;
    border-top: 1px solid #ccc;
  }
  .sitemap-xxlarge-two-cols .sitemap > li:first-child {
    border-top-width: 0;
  }
  .sitemap-xxlarge-two-cols .sitemap > li:nth-child(even) {
    clear: both;
  }
}

@media only screen and (min-width: 120.063em) and (max-width: 9999999em) {
  .sitemap-xxlarge-dropdown .sitemap,
  .sitemap-xxlarge-hidden .sitemap {
    display: none;
  }
  .sitemap-xxlarge-dropdown .nav-select {
    display: block;
  }
}
.tabs-nav {
  border-bottom: 1px solid #ddd;
  list-style: none;
  margin: 0;
}
.tabs-nav > li {
  float: left;
  margin-bottom: -1px;
}
.tabs-nav > li a {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
}
.tabs-nav .active a {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.tabs-nav ~ .sub-nav {
  margin-top: 5px;
}

@media only screen and (min-width: 0) and (max-width: 40em) {
  .tabs-nav-small-dropdown .tabs-nav,
  .tabs-nav-small-dropdown .sub-nav,
  .tabs-nav-small-hidden .tabs-nav {
    display: none;
  }
  .tabs-nav-small-dropdown .nav-select {
    display: block;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .tabs-nav-medium-dropdown .tabs-nav,
  .tabs-nav-medium-dropdown .sub-nav,
  .tabs-nav-medium-hidden .tabs-nav {
    display: none;
  }
  .tabs-nav-medium-dropdown .nav-select {
    display: block;
  }
}
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  .tabs-nav-large-dropdown .tabs-nav,
  .tabs-nav-large-dropdown .sub-nav,
  .tabs-nav-large-hidden .tabs-nav {
    display: none;
  }
  .tabs-nav-large-dropdown .nav-select {
    display: block;
  }
}
@media only screen and (min-width: 90.063em) and (max-width: 120em) {
  .tabs-nav-xlarge-dropdown .tabs-nav,
  .tabs-nav-xlarge-dropdown .sub-nav,
  .tabs-nav-xlarge-hidden .tabs-nav {
    display: none;
  }
  .tabs-nav-xlarge-dropdown .nav-select {
    display: block;
  }
}
@media only screen and (min-width: 120.063em) and (max-width: 9999999em) {
  .tabs-nav-xxlarge-dropdown .tabs-nav,
  .tabs-nav-xxlarge-dropdown .sub-nav,
  .tabs-nav-xxlarge-hidden .tabs-nav {
    display: none;
  }
  .tabs-nav-xxlarge-dropdown .nav-select {
    display: block;
  }
}
@media only screen and (min-width: 0) and (max-width: 40em) {
  .top-bar-small-dropdown .top-bar,
  .top-bar-small-hidden .top-bar {
    display: none;
  }
  .top-bar-small-dropdown .nav-select {
    display: block;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .top-bar-medium-dropdown .top-bar,
  .top-bar-medium-hidden .top-bar {
    display: none;
  }
  .top-bar-medium-dropdown .nav-select {
    display: block;
  }
}
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  .top-bar-large-dropdown .top-bar,
  .top-bar-large-hidden .top-bar {
    display: none;
  }
  .top-bar-large-dropdown .nav-select {
    display: block;
  }
}
@media only screen and (min-width: 90.063em) and (max-width: 120em) {
  .top-bar-xlarge-dropdown .top-bar,
  .top-bar-xlarge-hidden .top-bar {
    display: none;
  }
  .top-bar-xlarge-dropdown .nav-select {
    display: block;
  }
}
@media only screen and (min-width: 120.063em) and (max-width: 9999999em) {
  .top-bar-xxlarge-dropdown .top-bar,
  .top-bar-xxlarge-hidden .top-bar {
    display: none;
  }
  .top-bar-xxlarge-dropdown .nav-select {
    display: block;
  }
}
.News > li {
  margin-bottom: 30px;
}

.News-author {
  color: #999;
  margin: 10px 0;
}

/* Reliant Base */
/* base styles for Reliant */
/* #region functions */
/* #endregion functions */
/* #region constants */
/* #endregion constants */
/* #region mixins */
html {
  font-size: 16px;
}

body {
  background-color: #ededed;
  color: #52484C;
  font-family: "interface", Calibri, Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.4rem;
}

/*	#region Typography
	####################################
	#################################### */
h1, h2, h3, h4, h5, h6 {
  color: inherit;
  font-family: "bree-serif", Georgia, serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

h1 {
  font-size: 3.25rem;
}
@media screen and (max-width: 40rem) {
  h1 {
    font-size: 2.25rem;
  }
}

h2 {
  font-size: 2.25rem;
}
@media screen and (max-width: 40rem) {
  h2 {
    font-size: 1.75em;
  }
}

h3 {
  font-size: 1.75em;
}
@media screen and (max-width: 40rem) {
  h3 {
    font-size: unset;
  }
}

h6 {
  font-family: "interface", Calibri, Arial, Helvetica, sans-serif;
}

.sub-title {
  color: #80787b;
  font-family: "bree-serif", Georgia, serif;
}

a {
  color: #52484C;
}
a:visited {
  color: #52484C;
}
a:hover {
  color: rgb(95.5779220779, 83.9220779221, 88.5844155844);
}
a:active {
  color: #52484C;
}

a {
  text-decoration: underline;
  font-style: normal;
  font-weight: 700;
}
a:visited {
  outline: 0 none transparent;
}

ul {
  /*margin-left: 0;*/
}

blockquote {
  font-style: italic;
  font-family: bree-serif;
  padding: 0 0 0 1.1875rem;
  border-left: 1px solid #52484C;
}
blockquote.success {
  border-color: #B7C534;
  color: #B7C534;
  background-color: transparent;
}

@media only screen and (min-width: 40.063rem) {
  .pull-quote {
    clear: right;
    float: right;
    width: 33%;
    font-size: 1.8rem !important;
    margin: 1rem 0 1rem 1rem;
  }
  .pull-quote:before {
    font-size: 8rem;
    margin-top: -3.5rem;
  }
  .pull-quote:after {
    font-size: 8rem;
  }
}
.pull-quote {
  margin: 1rem 0;
  border-left: 0 none;
  border-top: 1px solid #52484C;
  border-bottom: 1px solid #52484C;
  padding: 1rem 1.1875rem 0;
  font-size: 1.2rem;
  line-height: 1.2;
  text-align: right;
}
.pull-quote:before {
  content: '"';
  display: block;
  float: left;
  height: 4.5rem;
  width: 4rem;
  margin-top: -2.5rem;
  margin-left: -2rem;
  font-size: 6rem;
  text-align: left;
  opacity: 0.5;
}
.pull-quote:after {
  content: '"';
  display: block;
  font-size: 6rem;
  line-height: 0.2;
  padding-top: 1.3rem;
  opacity: 0.5;
}
.pull-quote.success {
  border-color: #B7C534;
}

.question-answer {
  font-style: normal;
  border: none;
  margin: 0 0 0.5rem 0;
  font-family: "interface", Calibri, Arial, Helvetica, sans-serif;
}
.question-answer strong {
  background-color: #557892;
  color: #ffffff;
  margin-right: 0.5rem;
  padding: 0.2rem 0.5rem;
}

.success {
  background-color: #B7C534;
  color: #ffffff;
}

.warning {
  background-color: #FA5D21;
  color: #ffffff;
}

.info {
  color: #557892;
}

.primary {
  background-color: #557892;
  color: #ffffff;
}

.text-success {
  color: #B7C534;
}

.text-primary {
  color: #557892;
}

.text-help {
  color: #FA5D21;
}

.text-small {
  font-size: 0.8rem;
}

/* #endregion Typography
	#################################### */
/*	#region Tables
	####################################
	#################################### */
table tbody tr th,
table tbody tr td {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

table tr:nth-of-type(2n) {
  background-color: #f9f9f9;
}

/* #endregion Tables
	#################################### */
.show-for-print {
  display: none;
}

@media print {
  body {
    padding-top: 0 !important;
    font-size: 12pt;
    background-color: #ffffff !important;
  }
  .reliant-header,
  .reliant-footer,
  .reliant-breadcrumbs,
  .no-print {
    display: none;
  }
  .show-for-print {
    display: initial !important;
  }
  div.columns {
    float: left !important;
    padding-left: 0.9375em !important;
    padding-right: 0.9375em !important;
  }
  div.columns.large-1, div.columns.medium-1, div.columns.small-1 {
    width: 8.3333333333% !important;
  }
  div.columns.large-2, div.columns.medium-2, div.columns.small-2 {
    width: 16.6666666666% !important;
  }
  div.columns.large-4, div.columns.medium-4, div.columns.small-4 {
    width: 33.3333333333% !important;
  }
  div.columns.large-6, div.columns.medium-6, div.columns.small-6 {
    width: 50% !important;
  }
  div.columns.large-8, div.columns.medium-8, div.columns.small-8 {
    width: 66.6666666666% !important;
  }
  div.columns.large-10, div.columns.medium-10, div.columns.small-10 {
    width: 83.3333333333% !important;
  }
  div.columns.large-11, div.columns.medium-11, div.columns.small-11 {
    width: 91.6666666666% !important;
  }
}
.sfreContentArea {
  background-color: #ffffff;
}
.sfreContentArea:first-letter {
  color: #B7C534;
  font-size: 3rem;
  font-family: "bree-serif", Georgia, serif;
}

/* Reliant Layout */
/* Reliant Layout SCSS */
/* #region functions */
/* #endregion functions */
/* #region constants */
/* #endregion constants */
/* #region mixins */
/* #region sfPageContainer
	####################################
	#################################### */
.sfPageContainer .zeControlDock.RadDock {
  min-height: 21px;
  margin-bottom: 0 !important;
  padding: 0 !important;
}

.sfPageContainer .zeControlDock.RadDock:hover,
.sfPageContainer .zeControlDock.RadDock:active,
.sfPageContainer .zeControlDock.RadDock:focus {
  border-width: 0 !important;
}

.sfPageContainer .zeControlDock.RadDock .rdTop {
  position: absolute;
  width: 100%;
  opacity: 0.1;
  z-index: 10;
}

.sfPageContainer .zeControlDock.RadDock:hover .rdTop,
.sfPageContainer .zeControlDock.RadDock:active .rdTop,
.sfPageContainer .zeControlDock.RadDock:focus .rdTop {
  opacity: 1;
}

.sfPageContainer .zeControlDock.RadDock .rdTable .rdTop .rdCenter {
  position: absolute !important;
}

.widget-container {
  margin-bottom: 20px;
  padding: 1em 3em;
  background-color: #fff;
}

/* #endregion sfPageContainer ----------------- */
/* Reliant Modules */
/* Alphabetical order except when specific priority/dependence is required */
.reliant-autocomplete .ui-autocomplete {
  max-height: 25rem;
  overflow-y: auto;
  overflow-x: hidden;
}

.reliant-autocomplete .ui-state-focus.ui-state-focus {
  border: none;
  background: #527991;
}

.reliant-autocomplete .card {
  margin: 0;
}

.reliant-autocomplete .ui-menu-item {
  margin: 0;
  padding: 0.1rem 0.4rem 0.1rem 0.4rem;
}

.reliant-autocomplete .ui-state-focus a {
  color: #fff;
}

.reliant-autocomplete .ui-menu-item a {
  font-size: 0.8rem;
  text-decoration: none;
}

.reliant-autocomplete .ui-menu-item a:hover {
  color: #fff;
}

.reliant-autocomplete .ui-widget {
  font-family: inherit;
}

.reliant-autocomplete a {
  font-weight: normal;
}

.reliant-autocomplete .add-new-item.ui-menu-item {
  background: #fff;
}

.reliant-autocomplete.ui-autocomplete {
  max-height: 25rem;
  overflow-y: auto;
  overflow-x: hidden;
}
.reliant-autocomplete.ui-autocomplete .ui-state-focus.ui-state-focus {
  border: none;
  background: #527991;
}
.reliant-autocomplete.ui-autocomplete .ui-state-focus.ui-state-focus a {
  color: #fff;
}
.reliant-autocomplete.ui-autocomplete .card {
  margin: 0;
}
.reliant-autocomplete.ui-autocomplete .ui-menu-item {
  margin: 0;
  padding: 0.1rem 0.4rem 0.1rem 0.4rem;
}
.reliant-autocomplete.ui-autocomplete .ui-menu-item.add-new-item {
  background: #fff;
}
.reliant-autocomplete.ui-autocomplete .ui-menu-item a {
  font-size: 0.8rem;
  text-decoration: none;
}
.reliant-autocomplete.ui-autocomplete .ui-menu-item a:hover {
  color: #fff;
}
.reliant-autocomplete.ui-autocomplete a {
  font-weight: normal;
}
.reliant-autocomplete.ui-widget {
  font-family: inherit;
}

/* Reliant buttons */
/* #region functions */
/* #endregion functions */
/* #region constants */
/* #endregion constants */
/* #region mixins */
.button.button, .reliant-datepicker .ui-datepicker-close.ui-datepicker-close.ui-priority-primary.ui-state-hover, .reliant-datepicker .ui-datepicker-close.ui-datepicker-close.ui-priority-primary {
  border-radius: 0.3125rem;
  border: none;
  padding: 0.3125rem 1.25rem;
  height: 2.1875rem;
  font-family: "interface", Calibri, Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
.button.button:hover, .reliant-datepicker .ui-datepicker-close.ui-priority-primary.ui-state-hover:hover, .reliant-datepicker .ui-datepicker-close.ui-priority-primary:hover {
  color: #ffffff;
}
.button.button:visited, .reliant-datepicker .ui-datepicker-close.ui-priority-primary.ui-state-hover:visited, .reliant-datepicker .ui-datepicker-close.ui-priority-primary:visited {
  color: #ffffff;
}
.button.button:active, .reliant-datepicker .ui-datepicker-close.ui-priority-primary.ui-state-hover:active, .reliant-datepicker .ui-datepicker-close.ui-priority-primary:active, .button.button:focus, .reliant-datepicker .ui-datepicker-close.ui-priority-primary.ui-state-hover:focus, .reliant-datepicker .ui-datepicker-close.ui-priority-primary:focus {
  outline-color: transparent;
}
.button.button.button--expand, .reliant-datepicker .button--expand.ui-datepicker-close.ui-priority-primary.ui-state-hover, .reliant-datepicker .button.button.ui-datepicker-close.ui-priority-primary, .reliant-datepicker .ui-datepicker-close.ui-priority-primary.ui-state-hover, .reliant-datepicker .button--expand.ui-datepicker-close.ui-priority-primary, .reliant-datepicker .ui-datepicker-close.ui-priority-primary {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}
.button.button.button--inline, .reliant-datepicker .button--inline.ui-datepicker-close.ui-priority-primary.ui-state-hover, .reliant-datepicker .button--inline.ui-datepicker-close.ui-priority-primary {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.button.button.button--inline.button--left, .reliant-datepicker .button--inline.button--left.ui-datepicker-close.ui-priority-primary {
  margin-left: 0;
}
.button.button.button--inline.button--right, .reliant-datepicker .button--inline.button--right.ui-datepicker-close.ui-priority-primary {
  margin-right: 0;
}
.button.button.button--stacked--bottom, .reliant-datepicker .button--stacked--bottom.ui-datepicker-close.ui-priority-primary.ui-state-hover, .reliant-datepicker .button--stacked--bottom.ui-datepicker-close.ui-priority-primary {
  margin-bottom: 1.25rem;
}
.button.button.button--stacked--top, .reliant-datepicker .button--stacked--top.ui-datepicker-close.ui-priority-primary.ui-state-hover, .reliant-datepicker .button--stacked--top.ui-datepicker-close.ui-priority-primary {
  margin-top: 1.25rem;
}
.button.button.button--no-margin, .reliant-datepicker .button--no-margin.ui-datepicker-close.ui-priority-primary.ui-state-hover, .reliant-datepicker .button--no-margin.ui-datepicker-close.ui-priority-primary {
  margin: 0;
}
.button.button.button--input-group, .reliant-datepicker .button--input-group.ui-datepicker-close.ui-priority-primary.ui-state-hover, .reliant-datepicker .button--input-group.ui-datepicker-close.ui-priority-primary {
  margin-top: 1.4rem;
}
.button.button, .reliant-datepicker .ui-datepicker-close.ui-datepicker-close.ui-priority-primary.ui-state-hover, .reliant-datepicker .ui-datepicker-close.ui-datepicker-close.ui-priority-primary {
  background: #80787b;
  color: #ffffff;
}
.button.button:hover, .reliant-datepicker .ui-datepicker-close.ui-priority-primary.ui-state-hover:hover, .reliant-datepicker .ui-datepicker-close.ui-priority-primary:hover {
  background-color: rgb(143.0322580645, 135.5677419355, 138.3669354839);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.button.button.button--outline, .reliant-datepicker .button--outline.ui-datepicker-close.ui-priority-primary.ui-state-hover, .reliant-datepicker .button--outline.ui-datepicker-close.ui-priority-primary {
  border: 2px solid #80787b;
  background-color: transparent;
  color: #80787b;
  text-shadow: none;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.button.button.button--outline:hover, .reliant-datepicker .button--outline.ui-datepicker-close.ui-priority-primary:hover {
  background-color: #80787b;
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
.button.button.button--outline:hover[disabled], .reliant-datepicker .button--outline.ui-datepicker-close.ui-priority-primary:hover[disabled] {
  background-color: transparent;
  color: #80787b;
  text-shadow: none;
}
.button.button.button--success, .reliant-datepicker .button--success.ui-datepicker-close.ui-priority-primary.ui-state-hover, .reliant-datepicker .button--success.ui-datepicker-close.ui-priority-primary {
  background: #B7C534;
  color: #ffffff;
}
.button.button.button--success:hover, .reliant-datepicker .button--success.ui-datepicker-close.ui-priority-primary:hover {
  background-color: rgb(193.9301204819, 206.8843373494, 72.7156626506);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.button.button.button--success.button--outline, .reliant-datepicker .button--success.button--outline.ui-datepicker-close.ui-priority-primary {
  border: 2px solid #B7C534;
  background-color: transparent;
  color: #B7C534;
  text-shadow: none;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.button.button.button--success.button--outline:hover, .reliant-datepicker .button--success.button--outline.ui-datepicker-close.ui-priority-primary:hover {
  background-color: #B7C534;
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
.button.button.button--success.button--outline:hover[disabled], .reliant-datepicker .button--success.button--outline.ui-datepicker-close.ui-priority-primary:hover[disabled] {
  background-color: transparent;
  color: #B7C534;
  text-shadow: none;
}
.button.button.button--primary, .reliant-datepicker .button--primary.ui-datepicker-close.ui-priority-primary.ui-state-hover, .reliant-datepicker .button--primary.ui-datepicker-close.ui-priority-primary {
  background: #557892;
  color: #ffffff;
}
.button.button.button--primary:hover, .reliant-datepicker .button--primary.ui-datepicker-close.ui-priority-primary:hover {
  background-color: rgb(98.0025974026, 135.638961039, 163.5974025974);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.button.button.button--primary.button--outline, .reliant-datepicker .button--primary.button--outline.ui-datepicker-close.ui-priority-primary {
  border: 2px solid #557892;
  background-color: transparent;
  color: #557892;
  text-shadow: none;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.button.button.button--primary.button--outline:hover, .reliant-datepicker .button--primary.button--outline.ui-datepicker-close.ui-priority-primary:hover {
  background-color: #557892;
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
.button.button.button--primary.button--outline:hover[disabled], .reliant-datepicker .button--primary.button--outline.ui-datepicker-close.ui-priority-primary:hover[disabled] {
  background-color: transparent;
  color: #557892;
  text-shadow: none;
}
.button.button.button--help, .reliant-datepicker .button--help.ui-datepicker-close.ui-priority-primary.ui-state-hover, .reliant-datepicker .button--help.ui-datepicker-close.ui-priority-primary {
  background: #FA5D21;
  color: #ffffff;
}
.button.button.button--help:hover, .reliant-datepicker .button--help.ui-datepicker-close.ui-priority-primary:hover {
  background-color: rgb(250.6740088106, 114.8378854626, 62.9259911894);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.button.button.button--help.button--outline, .reliant-datepicker .button--help.button--outline.ui-datepicker-close.ui-priority-primary {
  border: 2px solid #FA5D21;
  background-color: transparent;
  color: #FA5D21;
  text-shadow: none;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.button.button.button--help.button--outline:hover, .reliant-datepicker .button--help.button--outline.ui-datepicker-close.ui-priority-primary:hover {
  background-color: #FA5D21;
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
.button.button.button--help.button--outline:hover[disabled], .reliant-datepicker .button--help.button--outline.ui-datepicker-close.ui-priority-primary:hover[disabled] {
  background-color: transparent;
  color: #FA5D21;
  text-shadow: none;
}
.button.button.button--warning, .reliant-datepicker .button--warning.ui-datepicker-close.ui-priority-primary.ui-state-hover, .reliant-datepicker .button--warning.ui-datepicker-close.ui-priority-primary {
  background: #FA5D21;
  color: #ffffff;
}
.button.button.button--warning:hover, .reliant-datepicker .button--warning.ui-datepicker-close.ui-priority-primary:hover {
  background-color: rgb(250.6740088106, 114.8378854626, 62.9259911894);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.button.button.button--warning.button--outline, .reliant-datepicker .button--warning.button--outline.ui-datepicker-close.ui-priority-primary {
  border: 2px solid #FA5D21;
  background-color: transparent;
  color: #FA5D21;
  text-shadow: none;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.button.button.button--warning.button--outline:hover, .reliant-datepicker .button--warning.button--outline.ui-datepicker-close.ui-priority-primary:hover {
  background-color: #FA5D21;
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
.button.button.button--warning.button--outline:hover[disabled], .reliant-datepicker .button--warning.button--outline.ui-datepicker-close.ui-priority-primary:hover[disabled] {
  background-color: transparent;
  color: #FA5D21;
  text-shadow: none;
}
.button.button[disabled], .reliant-datepicker [disabled].ui-datepicker-close.ui-priority-primary.ui-state-hover, .reliant-datepicker [disabled].ui-datepicker-close.ui-priority-primary {
  background: #cfc4ca;
  color: #ffffff;
}
.button.button[disabled]:hover, .reliant-datepicker [disabled].ui-datepicker-close.ui-priority-primary:hover {
  background-color: #cfc4ca;
  text-shadow: none;
}
.button.button[disabled].button--outline, .reliant-datepicker [disabled].button--outline.ui-datepicker-close.ui-priority-primary {
  border: 2px solid #cfc4ca;
  background-color: transparent;
  color: #cfc4ca;
  text-shadow: none;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.button.button[disabled].button--outline:hover, .reliant-datepicker [disabled].button--outline.ui-datepicker-close.ui-priority-primary:hover {
  background-color: #cfc4ca;
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
.button.button[disabled].button--outline:hover[disabled], .reliant-datepicker [disabled].button--outline.ui-datepicker-close.ui-priority-primary:hover[disabled] {
  background-color: transparent;
  color: #cfc4ca;
  text-shadow: none;
}
.button.button[disabled], .reliant-datepicker [disabled].ui-datepicker-close.ui-priority-primary.ui-state-hover, .reliant-datepicker [disabled].ui-datepicker-close.ui-priority-primary {
  text-shadow: none;
}

.button.stacked, .reliant-datepicker .stacked.ui-datepicker-close.ui-priority-primary.ui-state-hover, .reliant-datepicker .stacked.ui-datepicker-close.ui-priority-primary {
  margin-bottom: 1.25rem;
}

/* Reliant card */
/* #region functions */
/* #endregion functions */
/* #region constants */
/* #endregion constants */
/* #region mixins */
/*  #blog post
	####################################
	#################################### */
@media only screen and (min-width: 64.063rem) {
  .blog-post_title {
    font-size: 3.5rem;
  }
  .blog-post_summary {
    font-size: 1.5rem;
  }
  .drop-cap {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 40.063rem) and (max-width: 64rem) {
  .blog-post_title {
    font-size: 3rem;
  }
  .blog-post_summary {
    font-size: 1.3rem;
  }
  .drop-cap {
    font-size: 2.6rem;
  }
}
@media only screen and (min-width: 0) and (max-width: 40rem) {
  .blog-post_title {
    font-size: 1.8rem;
  }
  .blog-post_summary {
    font-size: 1.1rem;
  }
  .drop-cap {
    font-size: 1.5rem;
  }
}
.blog-post_title {
  line-height: 1;
}

.blog-post_summary {
  font-weight: 200;
  line-height: 1.3;
  margin: 2rem 0;
}

.drop-cap {
  color: #B7C534;
  font-family: "bree-serif", Georgia, serif;
  line-height: 1.4rem;
}

.card--blog-post-alert.card.card--mini .icon-info {
  margin: 0;
  padding: 0;
}

/*  #endregion post
	#################################### */
/* Reliant card */
/* #region functions */
/* #endregion functions */
/* #region constants */
/* #endregion constants */
/* #region mixins */
/*  #region card
	####################################
	#################################### */
.card {
  display: block;
  margin: 1.875rem 0;
  padding: 1.875rem 2.5rem;
  background-color: #FFFFFF;
}
.card .card_action-wrapper {
  color: inherit;
  text-decoration: none;
}
.card.card--mini {
  padding: 0.8rem 1rem;
}
.card.card--mini .icon-info {
  color: #557892;
  padding-top: 0.23rem;
}
.card.card--full {
  padding: 0;
}
.card.card--text-white {
  color: #ffffff;
}
.card.card--text-white h1, .card.card--text-white h2, .card.card--text-white h3, .card.card--text-white h4, .card.card--text-white h5, .card.card--text-white h6 {
  color: #ffffff;
}
.card.card--text-gray {
  color: #52484C;
}
.card.card--text-gray h1, .card.card--text-gray h2, .card.card--text-gray h3, .card.card--text-gray h4, .card.card--text-gray h5, .card.card--text-gray h6 {
  color: #52484C;
}
@media print {
  .card {
    margin: 0;
  }
}

.card--success {
  background-color: #B7C534;
  color: #ffffff;
}

.card--error {
  background-color: #FA5D21;
  color: #ffffff;
}

.card--help {
  border: 0.125rem solid #FA5D21;
}

.card--warning {
  background-color: #FA5D21;
  color: #ffffff;
}

.card--info {
  border: 0.125rem solid #557892;
}

.card--primary {
  background-color: #557892;
  color: #ffffff;
}

.card-secondary {
  background-color: #52484C;
  color: #ffffff;
}

.card--transparent {
  background-color: transparent;
}
.card--transparent .card_copy {
  background-color: #ffffff;
}

.card_heading {
  margin-top: 0;
  margin-bottom: 1em;
}

.card_body {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: auto;
}

.card_body_item {
  display: table-cell;
  vertical-align: top;
}

.card_body_item.card_body_item--img {
  width: 25%;
}

.card_body_item.card_body_item--text {
  padding-left: 1.5em;
}

.card_body_img {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: center;
  display: block;
}

.card_body_img img {
  position: relative;
  top: 50%;
  max-height: 95%;
  max-width: 95%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.card--partner .card_body_item--img {
  display: block;
  width: 100%;
  clear: both;
}
@media only screen and (min-width:40.063em) {
  .card--partner .card_body_item--img {
    width: 33%;
    clear: none;
    display: table-cell;
  }
}

.card--partner .card_body_item--text {
  display: block;
  margin: 0;
}
@media only screen and (min-width:40.063em) {
  .card--partner .card_body_item--text {
    display: table-cell;
  }
}

.card--partner .card_body_img {
  height: 9em;
}
@media only screen and (min-width:40.063em) {
  .card--partner .card_body_img {
    height: 13em;
  }
}

.card--image-card {
  padding: 0 0;
}
.card--image-card .card_body .card_copy {
  padding: 1rem 2rem;
}
.card--image-card .card_body .card_image-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 0;
  padding: 56.25% 0 0;
  margin: 0;
}
.card--image-card .card_body .card_image-container .card-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transform-style: preserve-3d;
}
.card--image-card .card_body .card_image-container.card_image-container--icon .card-image {
  min-width: 50%;
  max-width: 95%;
  max-height: 100%;
}
.card--image-card.card--pdf {
  margin-right: 2rem;
  float: left;
  width: 100%;
}
.card--image-card.card--pdf .card-image {
  max-height: 80%;
}
.card--image-card.card--pdf .card-link {
  text-align: center;
}
.card--image-card.card--pdf:hover {
  background-color: #52484C;
}
.card--image-card.card--pdf:hover .card-link {
  background-color: #52484C;
}
.card--image-card .card-image {
  min-width: 100%;
}
.card--image-card .card_image-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(25, 15, 10, 0.35);
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}
.card--image-card .card_image-overlay .card_image-overlay_text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
.card--image-card .card_image-overlay .card_image-overlay_text .card_image-overlay-small {
  font-size: 90%;
  color: #ffffff;
  font-family: "interface", Calibri, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.card--image-card .card_image-overlay .card_image-overlay_text .card_image-overlay-large {
  font-size: 160%;
  color: #ffffff;
  font-family: "bree-serif", Georgia, serif;
}
.card--image-card .card_image-overlay .card_image-overlay_text .card_image-overlay-underline {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  width: 60%;
  margin: 1.2rem auto 0;
}

.card--image-card .card-link {
  background-color: #557892;
  color: #ffffff;
  display: inline-block;
  width: 100%;
  padding: 0 1rem;
  line-height: 3rem;
  text-decoration: none;
}

.card--image-card .card-link:hover {
  background-color: #52484C;
  color: #ffffff;
}

.card.card--profile-search {
  margin-bottom: 0;
}
.card.card--profile-search .card_body {
  height: 10rem;
}
.card.card--profile-search .card_body .missional-address {
  display: block;
  color: rgb(152.9032258065, 146.0967741935, 148.6491935484);
  font-family: "interface", Calibri, Arial, Helvetica, sans-serif;
  line-height: inherit;
  text-transform: uppercase;
}
.card.card--profile-search .card_body .sub-title {
  color: rgb(152.9032258065, 146.0967741935, 148.6491935484);
}
.card.card--profile-search .card_cta {
  float: left;
  width: 50%;
  text-align: center;
}
.card.card--profile-search .card_cta + .card_cta {
  border-left: 1px solid #ededed;
  color: rgb(152.9032258065, 146.0967741935, 148.6491935484);
  font-weight: 400;
}
.card.card--profile-search .card_cta + .card_cta:hover {
  background-color: rgb(152.9032258065, 146.0967741935, 148.6491935484);
  color: #ffffff;
}

/*	confirmation card
	#################################### */
.card .card .card--confirmation .icon,
.card .card--confirmation .icon,
.card--confirmation .icon {
  position: relative;
  display: block;
  height: 0;
  width: 100%;
  border-radius: 100%;
  padding-bottom: 100%;
  background: #ffffff;
  overflow: hidden;
}
.card .card .card--confirmation .icon:before,
.card .card--confirmation .icon:before,
.card--confirmation .icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.card .card .card--confirmation.card--success .icon,
.card .card--confirmation.card--success .icon,
.card--confirmation.card--success .icon {
  background-color: #ffffff;
  color: #B7C534;
}
.card .card .card--confirmation.card--success .icon.fi-info, .card .card .card--confirmation.card--success .icon.fi-alert,
.card .card--confirmation.card--success .icon.fi-info,
.card .card--confirmation.card--success .icon.fi-alert,
.card--confirmation.card--success .icon.fi-info,
.card--confirmation.card--success .icon.fi-alert {
  background-color: #B7C534;
  color: #ffffff;
}
.card .card .card--confirmation.card--success .card--confirmation_label,
.card .card--confirmation.card--success .card--confirmation_label,
.card--confirmation.card--success .card--confirmation_label {
  color: #ffffff;
}
.card .card .card--confirmation.card--help .icon,
.card .card--confirmation.card--help .icon,
.card--confirmation.card--help .icon {
  background-color: #FA5D21;
  color: #ffffff;
}
.card .card .card--confirmation.card--help .icon.fi-info, .card .card .card--confirmation.card--help .icon.fi-alert,
.card .card--confirmation.card--help .icon.fi-info,
.card .card--confirmation.card--help .icon.fi-alert,
.card--confirmation.card--help .icon.fi-info,
.card--confirmation.card--help .icon.fi-alert {
  background-color: #ffffff;
  color: #FA5D21;
}
.card .card .card--confirmation.card--help .card--confirmation_label,
.card .card--confirmation.card--help .card--confirmation_label,
.card--confirmation.card--help .card--confirmation_label {
  color: #ffffff;
}
.card .card .card--confirmation.card--warning .icon,
.card .card--confirmation.card--warning .icon,
.card--confirmation.card--warning .icon {
  background-color: #ffffff;
  color: #FA5D21;
}
.card .card .card--confirmation.card--warning .icon.fi-info, .card .card .card--confirmation.card--warning .icon.fi-alert,
.card .card--confirmation.card--warning .icon.fi-info,
.card .card--confirmation.card--warning .icon.fi-alert,
.card--confirmation.card--warning .icon.fi-info,
.card--confirmation.card--warning .icon.fi-alert {
  background-color: #FA5D21;
  color: #ffffff;
}
.card .card .card--confirmation.card--warning .icon .card--confirmation_label,
.card .card--confirmation.card--warning .icon .card--confirmation_label,
.card--confirmation.card--warning .icon .card--confirmation_label {
  color: #ffffff;
}
.card .card .card--confirmation.card--info .icon,
.card .card--confirmation.card--info .icon,
.card--confirmation.card--info .icon {
  background-color: #557892;
  color: #ffffff;
}
.card .card .card--confirmation.card--info .icon.fi-info, .card .card .card--confirmation.card--info .icon.fi-alert,
.card .card--confirmation.card--info .icon.fi-info,
.card .card--confirmation.card--info .icon.fi-alert,
.card--confirmation.card--info .icon.fi-info,
.card--confirmation.card--info .icon.fi-alert {
  background-color: #ffffff;
  color: #557892;
}
.card .card .card--confirmation .fi-check,
.card .card--confirmation .fi-check,
.card--confirmation .fi-check {
  font-size: 1.75rem;
}
.card .card .card--confirmation .fi-x,
.card .card--confirmation .fi-x,
.card--confirmation .fi-x {
  font-size: 1.75rem;
}
.card .card .card--confirmation .fi-info,
.card .card--confirmation .fi-info,
.card--confirmation .fi-info {
  font-size: 3.15rem;
}
.card .card .card--confirmation .fi-alert,
.card .card--confirmation .fi-alert,
.card--confirmation .fi-alert {
  font-size: 2.3rem;
}

/*	author
	#################################### */
.card--author {
  position: relative;
  padding: 1.5rem 1.5rem 0;
}
.card--author .profile-photo {
  margin: 0;
  border: 0 none transparent;
  box-shadow: none;
}
.card--author .profile-photo:before {
  display: none;
}
.card--author .author-name {
  line-height: 0.8;
}
.card--author .author-short-bio {
  color: #52484C;
}
.card--author .profile-header-info {
  margin: 0.5rem 0 1rem;
  color: #52484C;
}
.card--author .profile-header-info_item {
  display: block;
  position: relative;
  padding-left: 1.5rem;
  font-size: 1rem;
  opacity: 1;
}
.card--author .profile-header-info_item:before {
  position: absolute;
  top: 2px;
  left: 0;
}
.card--author .profile-header-info_item.profile-header-info_item--address:before {
  background-position: -127px -8px;
}
.card--author .profile-header-info_item.profile-header-info_item--location:before {
  background-position: -156px -8px;
}
.card--author .profile-header-info_item.profile-header-info_item--fund:before {
  background-position: -186px -8px;
}
.card--author .card_cta {
  display: block;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
  padding: 0.5rem 1.5rem;
  background-color: #B7C534;
  color: #ffffff;
  text-decoration: none;
}
.card--author .card_cta:hover {
  background-color: rgb(199.3373493976, 211.1445783133, 88.8554216867);
}

.card--author--horizontal {
  margin-top: 0;
  padding-bottom: 1.5rem;
}
.card--author--horizontal .author-name {
  line-height: inherit;
}
.card--author--horizontal .author-short-bio {
  font-size: 1.3rem;
  font-weight: 200;
  line-height: 1.3;
}
.card--author--horizontal .profile-header-info_item {
  display: inline-block;
}

.mosaic-tile-grid {
  margin-bottom: 1.875rem;
}
.mosaic-tile-grid .grid-sizer, .mosaic-tile-grid .grid-item {
  float: left;
  margin-bottom: -1.875rem;
}

.blog-post-listing .card--blog-listing.card--image-card .card_body .card_image-container {
  padding: 50% 0 0;
}
.blog-post-listing .card--blog-listing.card--image-card .card_body .card_image-container .card_image-overlay {
  top: auto;
  height: 1.5rem;
  background-color: rgba(85, 120, 146, 0.75);
}
.blog-post-listing .card--blog-listing.card--image-card .card_body .card_image-container .card_image-overlay .card_image-overlay_text {
  text-align: right;
  padding-right: 0.5rem;
}
.blog-post-listing .card--blog-listing.card--image-card .card_body .card_image-container .card_image-overlay .card_image-overlay_text .card_image-overlay-small {
  text-transform: none;
  font-weight: 700;
}
.blog-post-listing .card--blog-listing.card--image-card .card_body .card_copy {
  padding: 0.8rem 1.2rem;
}
.blog-post-listing .card--blog-listing.card--image-card .card_body .card_copy .card_heading--title {
  line-height: 2rem;
}
.blog-post-listing .card--blog-listing.card--image-card .profile-header-info {
  margin: 0.5rem 0 1rem;
  color: #52484C;
}
.blog-post-listing .card--blog-listing.card--image-card .profile-header-info .profile-header-info_item {
  display: inline;
  position: relative;
  padding-left: 1.2rem;
  font-size: 1rem;
  opacity: 1;
  margin-right: 0.2rem;
}
.blog-post-listing .card--blog-listing.card--image-card .profile-header-info .profile-header-info_item:before {
  position: absolute;
  top: 2px;
  left: 0;
}
.blog-post-listing .card--blog-listing.card--image-card .profile-header-info .profile-header-info_item.profile-header-info_item--pubdate:before {
  background-position: -216px -8px;
}
.blog-post-listing .card--blog-listing.card--image-card .profile-header-info .profile-header-info_item.profile-header-info_item--location:before {
  background-position: -156px -8px;
}
.blog-post-listing .card--blog-listing.card--image-card .profile-header-info .profile-header-info_item.profile-header-info_item--fund:before {
  background-position: -186px -8px;
}

.card--profile {
  position: relative;
  margin-top: 0;
  padding: 0;
}
.card--profile .card_header {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 67%;
  overflow: hidden;
}
.card--profile .card_header .card-image {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.card--profile .card_body {
  height: 12rem;
  padding: 1rem 1.5rem;
}
.card--profile .card_footer {
  border-top: 1px solid #ededed;
}

.card--profile.card--staff .card_body {
  height: 8rem;
  padding: 1rem 2rem;
}
.card--profile.card--staff .card_cta {
  padding: 0 2rem;
}

@media only screen and (min-width: 64rem) {
  .card--staff.card--horizontal {
    height: 26rem;
  }
  .card--staff.card--horizontal .loader_content {
    height: 100%;
  }
  .card--staff.card--horizontal .row {
    height: 100%;
  }
  .card--staff.card--horizontal .row .columns {
    height: 100%;
  }
  .card--staff.card--horizontal .row .columns.large-4 {
    width: 33.3333%;
  }
  .card--staff.card--horizontal .row .columns.large-8 {
    width: 66.6666%;
  }
  .card--staff.card--horizontal .card_header {
    height: 100%;
    padding-bottom: 0;
  }
  .card--staff.card--horizontal .card_body {
    height: auto;
  }
  .card--staff.card--horizontal .card_footer {
    position: absolute;
    width: 100%;
    bottom: 0;
  }
}
.card .card_cta {
  display: block;
  padding: 0 1rem;
  line-height: 3;
  text-decoration: none;
  -moz-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.card .card_cta--success {
  background-color: #B7C534;
  color: #ffffff;
}
.card .card_cta--success:hover {
  background-color: rgb(193.9301204819, 206.8843373494, 72.7156626506);
}
.card .card_cta--success.card_cta--invert {
  background-color: #ffffff;
  color: #B7C534;
}
.card .card_cta--success.card_cta--invert:hover {
  background-color: #B7C534;
  color: #ffffff;
}

.card.card--image-card.card--image-card--horizontal {
  margin: 0;
}
.card.card--image-card.card--image-card--horizontal .card_body {
  padding: 1rem 2rem;
}
.card.card--image-card.card--image-card--horizontal .card_image-container {
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  background-size: contain;
}
.card.card--image-card.card--image-card--horizontal.card--image-card--horizontal--info .card_body, .card.card--image-card.card--image-card--horizontal.card--image-card--horizontal--gray .card_body {
  color: #ffffff;
}
.card.card--image-card.card--image-card--horizontal.card--image-card--horizontal--info .card_body a, .card.card--image-card.card--image-card--horizontal.card--image-card--horizontal--gray .card_body a {
  color: #ffffff;
}
.card.card--image-card.card--image-card--horizontal.card--image-card--horizontal--info .card_body a:visited, .card.card--image-card.card--image-card--horizontal.card--image-card--horizontal--gray .card_body a:visited {
  color: #ffffff;
}
.card.card--image-card.card--image-card--horizontal.card--image-card--horizontal--info .card_body a:hover, .card.card--image-card.card--image-card--horizontal.card--image-card--horizontal--gray .card_body a:hover {
  color: rgb(242.25, 242.25, 242.25);
}
.card.card--image-card.card--image-card--horizontal.card--image-card--horizontal--info .card_body a:active, .card.card--image-card.card--image-card--horizontal.card--image-card--horizontal--gray .card_body a:active {
  color: #ffffff;
}
.card.card--image-card.card--image-card--horizontal.card--image-card--horizontal--gray .card_body {
  background-color: #52484C;
}
.card.card--image-card.card--image-card--horizontal.card--image-card--horizontal--info .card_body {
  background-color: #557892;
}

.card.card--profile.card--staff.card--file-list {
  height: auto;
}
.card.card--profile.card--staff.card--file-list .title,
.card.card--profile.card--staff.card--file-list .sub-title {
  margin: 0;
}
.card.card--profile.card--staff.card--file-list .sub-title_detail {
  font-size: 0.8rem;
}
.card.card--profile.card--staff.card--file-list .reliant-block-quote {
  margin-top: 2rem;
}
.card.card--profile.card--staff.card--file-list .card--vertical-list {
  margin-bottom: 0;
}

@media only screen and (min-width: 64rem) {
  .card.card.card--profile.card--staff.card--horizontal.card--file-list {
    height: 26rem;
  }
}
.card.card--image-card.card--navigation .card--navigation_link {
  text-decoration: none;
  font-weight: normal;
}
.card.card--image-card.card--navigation .card-link {
  font-weight: bold;
}
.card.card--image-card.card--navigation:hover .card-link {
  background-color: #52484C;
}
.card.card--image-card.card--navigation.nav_active .card-link {
  background-color: #52484C;
}

/*  #endregion card
	#################################### */
/*  Reliant cover-photo */
/* #region functions */
/* #endregion functions */
/* #region constants */
/* #endregion constants */
/* #region mixins */
.cover-photo {
  display: none;
  transition: all 1s;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media only screen and (min-width:40.063em) {
  .cover-photo {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
  }
}

.cover-photo:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 0.85) 95%, rgba(0, 0, 0, 0.85) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(5%, rgba(0, 0, 0, 0)), color-stop(95%, rgba(0, 0, 0, 0.85)), color-stop(100%, rgba(0, 0, 0, 0.85))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 0.85) 95%, rgba(0, 0, 0, 0.85) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 0.85) 95%, rgba(0, 0, 0, 0.85) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 0.85) 95%, rgba(0, 0, 0, 0.85) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 0.85) 95%, rgba(0, 0, 0, 0.85) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d9000000',GradientType=0 ); /* IE6-9 */
}

.cover-photo_img {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.cover-photo-editor_instruction-pane {
  display: none;
  position: absolute;
  background-color: #ffffff;
  width: 100%;
  z-index: 10000;
  padding: 1.875rem 2.5rem;
  border-bottom: 3px solid #52484C;
}

.cover-photo-editor-visible {
  position: absolute;
  top: -126px;
}

.cover-photo-editor-hidden .cr-instructionWrap {
  display: none;
}

/* Reliant cropper */
/* #region functions */
/* #endregion functions */
/* #region constants */
/* #endregion constants */
/* #region mixins */
/*  #reliant-cropper
	####################################
	#################################### */
/*!
 * Cropper.js v1.5.9
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2020-09-10T13:16:21.689Z
 */
.cropper-container {
  direction: ltr;
  font-size: 0;
  line-height: 0;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cropper-container img {
  display: block;
  height: 100%;
  image-orientation: 0deg;
  max-height: none !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  width: 100%;
}

.cropper-wrap-box,
.cropper-canvas,
.cropper-drag-box,
.cropper-crop-box,
.cropper-modal {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.cropper-wrap-box,
.cropper-canvas {
  overflow: hidden;
}

.cropper-drag-box {
  background-color: #fff;
  opacity: 0;
}

.cropper-modal {
  background-color: #000;
  opacity: 0.5;
}

.cropper-view-box {
  display: block;
  height: 100%;
  border: 2px white solid;
  overflow: hidden;
  width: 100%;
}

.cropper-dashed {
  border: 2px dashed #fff;
  display: block;
  position: absolute;
  height: 66.6666666667%;
  left: 0;
  top: 16.6666666667%;
  width: 100%;
}

.cropper-dashed.dashed-h {
  border-radius: 50%;
  outline: 0;
  width: 65%;
  left: 17%;
}

.cropper-center {
  display: block;
  height: 0;
  left: 50%;
  opacity: 0.75;
  position: absolute;
  top: 50%;
  width: 0;
}

.cropper-center::before,
.cropper-center::after {
  background-color: #eee;
  content: " ";
  display: block;
  position: absolute;
}

.cropper-center::before {
  height: 1px;
  left: -3px;
  top: 0;
  width: 7px;
}

.cropper-center::after {
  height: 7px;
  left: 0;
  top: -3px;
  width: 1px;
}

.cropper-face,
.cropper-line,
.cropper-point {
  display: block;
  height: 100%;
  opacity: 0.1;
  position: absolute;
  width: 100%;
}

.cropper-face {
  background-color: #fff;
  left: 0;
  top: 0;
}

.cropper-line {
  background-color: #39f;
}

.cropper-line.line-e {
  cursor: ew-resize;
  right: -3px;
  top: 0;
  width: 5px;
}

.cropper-line.line-n {
  cursor: ns-resize;
  height: 5px;
  left: 0;
  top: -3px;
}

.cropper-line.line-w {
  cursor: ew-resize;
  left: -3px;
  top: 0;
  width: 5px;
}

.cropper-line.line-s {
  bottom: -3px;
  cursor: ns-resize;
  height: 5px;
  left: 0;
}

.cropper-point {
  background-color: #39f;
  height: 5px;
  opacity: 0.75;
  width: 5px;
}

.cropper-point.point-e {
  cursor: ew-resize;
  margin-top: -3px;
  right: -3px;
  top: 50%;
}

.cropper-point.point-n {
  cursor: ns-resize;
  left: 50%;
  margin-left: -3px;
  top: -3px;
}

.cropper-point.point-w {
  cursor: ew-resize;
  left: -3px;
  margin-top: -3px;
  top: 50%;
}

.cropper-point.point-s {
  bottom: -3px;
  cursor: s-resize;
  left: 50%;
  margin-left: -3px;
}

.cropper-point.point-ne {
  cursor: nesw-resize;
  right: -3px;
  top: -3px;
}

.cropper-point.point-nw {
  cursor: nwse-resize;
  left: -3px;
  top: -3px;
}

.cropper-point.point-sw {
  bottom: -3px;
  cursor: nesw-resize;
  left: -3px;
}

.cropper-point.point-se {
  bottom: -3px;
  cursor: nwse-resize;
  height: 20px;
  opacity: 1;
  right: -3px;
  width: 20px;
}

@media (min-width: 768px) {
  .cropper-point.point-se {
    height: 15px;
    width: 15px;
  }
}
@media (min-width: 992px) {
  .cropper-point.point-se {
    height: 10px;
    width: 10px;
  }
}
@media (min-width: 1200px) {
  .cropper-point.point-se {
    height: 5px;
    opacity: 0.75;
    width: 5px;
  }
}
.cropper-point.point-se::before {
  background-color: #39f;
  bottom: -50%;
  content: " ";
  display: block;
  height: 200%;
  opacity: 0;
  position: absolute;
  right: -50%;
  width: 200%;
}

.cropper-invisible {
  opacity: 0;
}

.cropper-bg {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC");
}

.cropper-hide {
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

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

.cropper-move {
  cursor: move;
}

.cropper-crop {
  cursor: crosshair;
}

.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
  cursor: not-allowed;
}

.cr-instructionWrap {
  display: block;
  line-height: 26px;
  position: absolute;
  text-align: center;
  top: 48%;
  right: 0;
  left: 31%;
  z-index: 10;
  width: 40%;
}

.cr-instructions {
  background-color: rgba(84, 97, 133, 0.4);
  border-radius: 2px;
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.12);
  color: #fff;
  display: inline;
  font-size: 13px;
  font-weight: bold;
  padding: 4px 9px 6px 9px;
}

/*  #endregion reliant-cropper
	#################################### */
/* Reliant current supporter */
/* #region functions */
/* #endregion functions */
/* #region constants */
/* #endregion constants */
/* #region mixins */
.current-supporter {
  margin-top: 1.25rem;
}
.current-supporter.current-supporter--held .current-supporter_gift-amount,
.current-supporter.current-supporter--held .current-supporter_gift-update-link {
  color: #FA5D21;
}

.current-supporter_info {
  font-weight: 700;
  color: #52484C;
  font-size: 0.8rem;
}

.current-supporter_separater {
  margin: 0.25rem 0 0.25rem;
}

.current-supporter_gift-amount {
  font-weight: 700;
  font-size: 1.2rem;
}
.current-supporter_gift-amount.current-supporter_gift-amount--held {
  color: #FA5D21;
}

.current-supporter_gift-update-link {
  font-size: 0.75rem;
}
.current-supporter_gift-update-link.current-supporter_gift-update-link--held {
  color: #FA5D21;
}

.current-supporter_gift-held-icon {
  color: #FA5D21;
}

/* #region functions */
/* #endregion functions */
/* #region constants */
/* #endregion constants */
/* #region mixins */
.reliant-datepicker {
  background-color: #ffffff !important;
  z-index: 10000 !important;
}
.reliant-datepicker:hover {
  cursor: pointer !important;
}
.reliant-datepicker.ui-datepicker {
  font-family: "interface", Calibri, Arial, Helvetica, sans-serif;
  border: 0 !important;
  border-radius: 0;
  padding: 0;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.reliant-datepicker.ui-datepicker .ui-datepicker-calendar {
  padding: 0;
  margin: 0;
  border: 0;
}
.reliant-datepicker.ui-datepicker .ui-datepicker-buttonpane {
  border: 0;
  padding: 0;
  display: none;
}
.reliant-datepicker.ui-datepicker .ui-datepicker-next, .reliant-datepicker.ui-datepicker .ui-datepicker-prev {
  border: none;
  top: 2px;
}
.reliant-datepicker.ui-datepicker .ui-datepicker-next.ui-datepicker-next, .reliant-datepicker.ui-datepicker .ui-datepicker-prev.ui-datepicker-next {
  right: 2px;
}
.reliant-datepicker.ui-datepicker .ui-datepicker-next.ui-datepicker-next .ui-icon, .reliant-datepicker.ui-datepicker .ui-datepicker-prev.ui-datepicker-next .ui-icon {
  background: url("/assets/img/reliant-datepicker-arrow-white_right.png");
}
.reliant-datepicker.ui-datepicker .ui-datepicker-next.ui-datepicker-prev, .reliant-datepicker.ui-datepicker .ui-datepicker-prev.ui-datepicker-prev {
  left: 2px;
}
.reliant-datepicker.ui-datepicker .ui-datepicker-next.ui-datepicker-prev .ui-icon, .reliant-datepicker.ui-datepicker .ui-datepicker-prev.ui-datepicker-prev .ui-icon {
  background: url("/assets/img/reliant-datepicker-arrow-white_left.png");
}
.reliant-datepicker.ui-datepicker .ui-datepicker-next.ui-state-hover, .reliant-datepicker.ui-datepicker .ui-datepicker-prev.ui-state-hover {
  background: transparent;
}
.reliant-datepicker .delay-warning {
  color: #FA5D21;
  text-align: center;
}
.reliant-datepicker .ui-datepicker-close.ui-datepicker-close.ui-priority-primary {
  margin: 0;
}
.reliant-datepicker .ui-datepicker-close.ui-datepicker-close.ui-priority-primary {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.reliant-datepicker .ui-datepicker-header {
  background: #557892;
  color: #ffffff;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  border-radius: 0;
}
.reliant-datepicker .ui-datepicker-calendar thead {
  background: #ffffff;
}
.reliant-datepicker .ui-datepicker-calendar tr td.date-cell--help a {
  border-color: #FA5D21;
}
.reliant-datepicker .ui-datepicker-calendar tr td.date-cell--help a:hover {
  background-color: #FA5D21;
}
.reliant-datepicker .ui-datepicker-calendar tr td.date-cell--help a.ui-state-active {
  background-color: #FA5D21;
}
.reliant-datepicker .ui-datepicker-calendar tr:nth-child(2n+1) td .ui-state-default {
  background: #ededed;
}
.reliant-datepicker .ui-datepicker-calendar tr:nth-child(2n+1) td .ui-state-disabled {
  background: white;
}
.reliant-datepicker .ui-datepicker-calendar tr:nth-child(2n+1) td .ui-state-active, .reliant-datepicker .ui-datepicker-calendar tr:nth-child(2n+1) td .ui-state-hover {
  font-weight: 700;
  color: #ffffff;
  background: #80787b;
}
.reliant-datepicker .ui-datepicker-calendar tr:nth-child(n+1) td .ui-state-default {
  background: #ededed;
}
.reliant-datepicker .ui-datepicker-calendar tr:nth-child(n+1) td .ui-state-disabled {
  background: #ededed;
}
.reliant-datepicker .ui-datepicker-calendar tr:nth-child(n+1) td .ui-state-active, .reliant-datepicker .ui-datepicker-calendar tr:nth-child(n+1) td .ui-state-hover {
  font-weight: 700;
  color: #ffffff;
  background: #557892;
}

label.postfix.reliant-datepicker_postfix {
  border-top-right-radius: 0.3125rem;
  border-bottom-right-radius: 0.3125rem;
  border-color: #80787b;
}

/* Reliant design-language */
/* #region functions */
/* #endregion functions */
/* #region constants */
/* #endregion constants */
/* #region mixins */
.design-language--divider {
  display: block;
  height: 0.35rem;
  background: linear-gradient(135deg, #577890 0, #577890 10%, #F15D2D 10%, #F15D2D 15%, #52474D 15%, #52474D 30%, #577890 30%, #577890 32%, #485E75 32%, #485E75 35%, #A6B539 35%, #A6B539 45%, #577890 45%, #577890 57%, #F15D2D 57%, #F15D2D 60%, rgb(82, 71, 77) 60%, rgb(82, 71, 77) 70%, rgb(87, 120, 144) 70%, rgb(87, 120, 144) 75%, rgb(72, 94, 117) 75%, rgb(72, 94, 117) 85%, rgb(166, 181, 57) 85%, rgb(166, 181, 57) 100%) repeat scroll 0 0 transparent;
}

/*  Reliant profile-photo */
/* #region functions */
/* #endregion functions */
/* #region constants */
/* #endregion constants */
/* #region mixins */
/*  #region error-handler
	####################################
	#################################### */
.error-handler {
  display: table;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.5em;
  opacity: 0;
}

.error-handler--error {
  float: left;
  padding: 0 1em 0 3.5em;
}

.error-handler--error-topic {
  position: absolute;
  max-width: 3em;
  left: 0.5em;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.error.ng-animate {
  transition: 0s;
}

.error.ng-enter-prepare {
  opacity: 0;
}

/*  #endregion error-handler
	#################################### */
/* base styles for Reliant */
/* #region functions */
/* #endregion functions */
/* #region constants */
/* #endregion constants */
/* #region mixins */
.floating-banner {
  position: fixed;
  bottom: 0;
  background-color: #333333;
  color: #ffffff;
  z-index: 3;
  right: 0;
  left: 0;
  padding: 1rem 0;
}

.floating-banner_message-container {
  width: 95%;
  text-align: left;
  float: left;
}

.floating-banner_icon-container {
  width: 5%;
  text-align: right;
  float: right;
}

.floating-banner_icon {
  color: #ffffff;
}

/* Reliant forms */
/* #region functions */
/* #endregion functions */
/* #region constants */
/* #endregion constants */
/* #region mixins */
fieldset {
  margin: 0;
  padding: 0;
  border: none 0;
}

input[type=text], input[type=password], input[type=date], input[type=datetime], input[type=datetime-local], input[type=month], input[type=week], input[type=email], input[type=number], input[type=search], input[type=tel], input[type=time], input[type=url], input[type=color], textarea {
  border-radius: 0.3125rem;
  border-color: #80787b;
  font-size: 1rem;
}
input[type=text][disabled], input[type=password][disabled], input[type=date][disabled], input[type=datetime][disabled], input[type=datetime-local][disabled], input[type=month][disabled], input[type=week][disabled], input[type=email][disabled], input[type=number][disabled], input[type=search][disabled], input[type=tel][disabled], input[type=time][disabled], input[type=url][disabled], input[type=color][disabled], textarea[disabled] {
  background-color: #cfc4ca;
}

/* Hide Native datepicker in reliant forms */
input::-webkit-calendar-picker-indicator {
  display: none;
}

input[type=date]::-webkit-input-placeholder {
  visibility: hidden;
}

/* Hide spinner button Foundation adds to date inputs */
input[type=date]::-webkit-inner-spin-button {
  visibility: hidden;
}

/* #region Labels *******************************/
label, .reliant-label, label.reliant-label {
  color: #80787b;
  font-family: "interface", Calibri, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  text-transform: uppercase;
}

.label--inline {
  display: inline-block;
  margin-bottom: 1rem;
  padding-right: 0.5rem;
  line-height: 2.1325rem;
  white-space: nowrap;
}
.label--inline.has--input-icon {
  line-height: inherit;
}

.dollar-label {
  position: relative;
}
.dollar-label.dollar-label_sign::before {
  position: absolute;
  content: "$";
  top: 0.5rem;
  padding-left: 0.6rem;
}
.dollar-label .dollar-label_input {
  padding-left: 1rem;
}

.floating-label {
  position: absolute;
  top: 0.5rem;
  margin-left: 0.5rem;
  z-index: 100;
}
.floating-label.floating-label-input {
  height: 2rem;
  z-index: auto;
}
.floating-label.floating-label_dollar:before {
  content: "$";
}
.floating-label.floating-label_dollar input, .floating-label.floating-label_dollar ~ input {
  padding-left: 0.9rem;
}

.floating-label-input {
  position: relative;
}

.reliant-label--no-caps {
  text-transform: none;
}

/* #endregion Labels *******************************/
/* #region radio buttons ************************************/
.input-icon {
  position: absolute;
  display: inline-block;
  height: 16px;
  width: 16px;
  top: 0.1rem;
  left: 0;
  background: url("/assets/img/reliant-sprite-sheet.png") no-repeat 0 0;
  background-color: transparent;
}

.has--input-icon {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}

.input-icon-description {
  margin-left: 1.6rem;
  margin-top: -1rem;
}

input[type=checkbox] {
  position: absolute;
  height: 16px;
  width: 16px;
  opacity: 0;
  cursor: pointer;
  z-index: 10;
}
input[type=checkbox] ~ label {
  position: relative;
  display: inline-block;
  margin: 0 0 1rem 0.1rem;
  padding-left: 1.5rem;
}
input[type=checkbox] ~ label:after {
  content: "";
  top: 0;
}
input[type=checkbox] ~ .input-icon {
  background-position: -68px -35px;
}
input[type=checkbox] ~ label:after {
  position: absolute;
  display: inline-block;
  height: 16px;
  width: 16px;
  top: 0.1rem;
  left: 0;
  background: url("/assets/img/reliant-sprite-sheet.png") no-repeat 0 0;
  background-color: transparent;
  background-position: -68px -35px;
}
input[type=checkbox]:checked ~ .input-icon, input[type=checkbox]:checked ~ label:after {
  background-position: -68px -66px;
}
.has--input-icon input[type=checkbox] {
  top: 0.1rem;
  left: 0;
  margin: 0;
}

input[type=radio] {
  position: absolute;
  height: 16px;
  width: 16px;
  opacity: 0;
  cursor: pointer;
  z-index: 10;
}
input[type=radio] ~ label {
  position: relative;
  display: inline-block;
  margin: 0 0 1rem 0.1rem;
  padding-left: 1.5rem;
}
input[type=radio] ~ label:after {
  content: "";
  top: 0;
}
input[type=radio] ~ .input-icon {
  background-position: -68px -35px;
}
input[type=radio] ~ label:after {
  position: absolute;
  display: inline-block;
  height: 16px;
  width: 16px;
  top: 0.1rem;
  left: 0;
  background: url("/assets/img/reliant-sprite-sheet.png") no-repeat 0 0;
  background-color: transparent;
  background-position: -68px -35px;
}
input[type=radio]:checked ~ .input-icon, input[type=radio]:checked ~ label:after {
  background-position: -68px -66px;
}
.has--input-icon input[type=radio] {
  top: 0.1rem;
  left: 0;
  margin: 0;
}

form .row .column.radio-button-list-pill, form .row .columns.radio-button-list-pill {
  padding-left: 0;
  padding-right: 0;
}

.radio-button-list-pill-input {
  display: none !important;
}

input[type=radio] + label.radio-button-list-pill-label {
  margin-left: 0 !important;
  margin-right: 0 !important;
  background: none !important;
  padding: 0;
  height: 100%;
}

.radio-button-list-pill-label {
  height: 100%;
  padding-top: 0.25rem;
}

.radio-button-list-pill-label--selected {
  color: white;
}

.radio-button-list-pill {
  background-color: #ffffff;
  padding-left: 0;
  padding-right: 0;
  border: 0.0625rem solid #80787b;
  border-left: 0;
  display: table-cell;
  text-align: center;
  height: 1.875rem;
}

.radio-button-list-pill--selected {
  background-color: #52484C;
  color: #ffffff;
}

.radio-button-list-pill--left {
  border-left: 0.0625rem solid #80787b;
  border-top-left-radius: 0.3125rem;
  border-bottom-left-radius: 0.3125rem;
}

.radio-button-list-pill--right {
  border-top-right-radius: 0.3125rem;
  border-bottom-right-radius: 0.3125rem;
}

.radio-button-square_label {
  margin-left: 0.1rem !important;
}

/* #endregion radio buttons *********************************/
/* #region errors *******************************************/
.error ::-webkit-input-placeholder {
  color: #FA5D21;
}
.error :-moz-placeholder {
  color: #FA5D21;
}
.error ::-moz-placeholder {
  color: #FA5D21;
}
.error :-ms-input-placeholder {
  color: #FA5D21;
}

.error small.error {
  font-size: 0.85rem !important;
  background: transparent !important;
  color: #FA5D21 !important;
}

.error input, .error textarea, .error select {
  border-color: #FA5D21 !important;
}

/* #endregion errors *******************************************/
/* #region placeholders **********************/
::-webkit-input-placeholder {
  color: #80787b;
  font-weight: 400;
}

:-moz-placeholder {
  color: #80787b;
  font-weight: 400;
}

::-moz-placeholder {
  color: #80787b;
  font-weight: 400;
}

:-ms-input-placeholder {
  color: #80787b;
  font-weight: 400;
}

/* #endregion placeholders **********************/
/* #region dropdowns **************************/
.reliant-dropdown:before, .reliant-dropdown:after {
  display: none;
}

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

/* #endregion dropdowns **************************/
/* #region contact form *********************************/
.reliant_contact-form {
  margin-top: 1rem;
}
.reliant_contact-form input[type=radio] ~ label {
  margin: 0 0.25rem 0 0;
}
.reliant_contact-form.reliant_contact-form--white-text label {
  color: #ffffff;
}
.reliant_contact-form .reliant_forms-footer {
  float: left;
  margin-right: 1rem;
}
.reliant_contact-form .reliant_forms-footer label {
  font-size: 80%;
}

.contact-form_sidecar .card.card--image-card {
  margin: 0;
}
.contact-form_sidecar .card.card--image-card .card_body .card_image-container.card_image-container--icon {
  height: 8rem;
}

/* #endregion contact form *********************************/
select {
  border-color: #52484C;
  border-radius: 0.3125rem;
  background-color: #ffffff;
  color: #52484C;
  font-size: inherit;
  line-height: inherit;
}
select[disabled] {
  background-color: #cfc4ca;
}
select:hover {
  background-color: #ffffff;
}
select:hover[disabled] {
  background-color: #cfc4ca;
}

.reliant-list {
  list-style: none;
}
.reliant-list .reliant-list--horizontal li {
  display: inline;
}

.reliant-separator {
  margin-top: 0;
}

.reliant-hidden {
  display: none;
}

.reliant-date-separator {
  margin: 0;
  line-height: 2.3125em;
  text-align: center;
}

.disclaimer {
  border: 0.125rem solid #FA5D21;
  margin-bottom: 1rem !important;
  padding: 0.5em 0.25em;
}
.disclaimer .reliant-message--icon {
  font-size: 1.875rem;
}
.disclaimer .disclaimer_message {
  margin: 0;
}
.disclaimer .disclaimer_icon {
  text-align: center;
}

.disclaimer--info {
  border-color: #557892;
}

.invalid--override {
  border-color: #FA5D21 !important;
  font-weight: 700 !important;
  color: #FA5D21 !important;
}

.invalid--override_message {
  font-style: italic;
  color: #FA5D21;
}

.row.collapse .input-group.input-group--left {
  border-radius: 0.3125rem 0 0 0.3125rem;
  border-bottom-left-radius: 0.3125rem;
  border-color: #80787b;
  border-right-width: 0;
}
.row.collapse .input-group.input-group--right {
  border-radius: 0 0.3125rem 0.3125rem 0;
  border-bottom-right-radius: 0.3125rem;
  border-color: #80787b;
}
.row.collapse .input-group.input-group--right.postfix {
  border-left: 0.0625rem solid #80787b;
}
.row.collapse .input-group.input-group--middle {
  border-right-width: 0;
  border-radius: 0;
}
.row.collapse .input-group.input-group--middle.postfix {
  border-left: 0.0625rem solid #80787b;
  border-top: 0.0625rem solid #80787b;
  border-bottom: 0.0625rem solid #80787b;
}

@media only screen and (max-width: 40rem) {
  .row.collapse .input-group.input-group--small-normal-radius-left {
    border-top-left-radius: 0.3125rem;
    border-bottom-left-radius: 0.3125rem;
    border-color: #80787b;
    border-left-width: 1px;
  }
  .row.collapse .input-group.input-group--small-normal-radius-right {
    border-top-right-radius: 0.3125rem;
    border-bottom-right-radius: 0.3125rem;
    border-color: #80787b;
    border-right-width: 1px;
  }
}
.faq-search-box .faq-search-box--prefix {
  background-color: #557892;
  color: #ffffff;
  cursor: pointer;
  font-size: 1.5rem;
}
.faq-search-box .faq-search-box--input {
  background-color: rgba(255, 255, 255, 0.75);
}

.reliant-pagination .pagination li a {
  text-decoration: none;
}
.reliant-pagination .pagination li a:hover {
  background-color: #ededed;
}
.reliant-pagination .pagination li.current a {
  background-color: #557892;
}
.reliant-pagination .pagination li.current a:hover {
  background-color: #557892;
}

.reliant-map {
  width: 100%;
  height: 100%;
}

.reliant-block-quote {
  padding-left: 1.25rem;
  border-left: 2px solid #B7C534;
}

.login-error-section.login-error-section--horizontal {
  position: absolute;
  z-index: 999;
  background-color: #FA5D21;
  color: #ffffff;
  padding: 0.2rem 0.5rem;
  opacity: 0;
  margin: 1rem;
}
.login-error-section.login-error-section--horizontal:before {
  position: absolute;
  z-index: 999;
  width: 0;
  height: 0;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-bottom: 0.5rem solid #FA5D21;
  content: "";
  bottom: 100%;
}
.login-error-section.login-error-section--horizontal.login-error-section--user-account-control {
  margin: 0 0 0.7rem 0;
  position: relative;
  float: left;
}
.login-error-section.login-error-section--vertical {
  z-index: 999;
  background-color: #FA5D21;
  color: #ffffff;
  padding: 0.2rem 0.5rem;
  margin: 1rem;
  opacity: 0;
}

.input-checkmark {
  padding: 0.2rem 0.5rem;
  position: absolute;
  top: 1.65rem;
  right: 1rem;
  height: 1.75rem;
  width: 1.75rem;
  transition: all 0.8s;
  font-size: 0;
  opacity: 0;
}
.input-checkmark.input-checkmark_on {
  font-size: 1.4rem;
  opacity: 1;
}
.input-checkmark .input-checkmark_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.input-checkmark .input-checkmark_icon.input-checkmark_icon--success {
  opacity: 1;
}
.input-checkmark .input-checkmark_icon.input-checkmark_icon--error {
  opacity: 0.7;
}
.input-checkmark.input-checkmark--success {
  color: #B7C534;
  border-color: #B7C534;
}
.input-checkmark.input-checkmark--error {
  color: #FA5D21;
  border-color: #FA5D21;
}

.notification-bubble {
  padding: 0.4rem 1.2rem 0.4rem 0.8rem;
  color: #ffffff;
  background-color: #FA5D21;
}
.notification-bubble.notification-bubble--success {
  background-color: #B7C534;
}

.fade {
  transition: all linear 0.2s;
}
.fade.active {
  opacity: 0.4;
}
.fade.out {
  opacity: 0;
}
.fade.in {
  opacity: 1;
}

.length-validation {
  font-size: small;
  float: right;
  margin: -1rem 0;
}
.length-validation.invalid {
  display: block !important;
  color: red;
}

.character-count {
  text-align: right;
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: initial;
}

/* base styles for Reliant */
/* #region functions */
/* #endregion functions */
/* #region constants */
/* #endregion constants */
/* #region mixins */
/* #region foundation grid overrides */
/* #region row overrides */
.row.stacked {
  margin-bottom: 3rem;
}

.container--full-width .row {
  max-width: none;
}

.row .row--non-nesting {
  margin-left: auto;
  margin-right: auto;
}

.row--full-width {
  max-width: none;
}

/* #endregion row overrides */
/* #region column overrides */
.columns-5 {
  width: col-pct(5);
}

/* #endregion column overrides */
/* #region media query overrides */
@media only screen and (min-width: 90.063rem) {
  .xlarge-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  .xlarge-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
}
/* #endregion media query overrides */
/* #endregion foundation grid overrides */
/* Reliant hero component */
/* #region functions */
/* #endregion functions */
/* #region constants */
/* #endregion constants */
/* #region mixins */
.hero {
  position: relative;
  overflow: hidden;
  color: #52484C;
}
.hero:before {
  background-color: #ffffff;
}
.hero .hero_content:before {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff 33%, #ffffff 67%, rgba(255, 255, 255, 0));
}
.hero:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -2;
}
@media only screen and (min-width:64.063em), only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width:769px), only screen and (min--moz-device-pixel-ratio: 2) and (min-width:769px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width:769px), only screen and (min-device-pixel-ratio: 2) and (min-width:769px), only screen and (min-resolution: 192dpi) and (min-width:769px), only screen and (min-resolution: 2dppx) and (min-width:769px) {
  .hero .row {
    height: 100%;
  }
  .hero > div {
    height: 100%;
  }
  .hero .hero_content {
    height: 100%;
  }
  .hero .hero_content > div {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.hero {
  /* #region grid */
}
@media only screen and (min-width:40.063em) {
  .hero .medium-4,
  .hero .medium-5,
  .hero .medium-6,
  .hero .medium-7,
  .hero .medium-8 {
    width: 100%;
  }
}
@media only screen and (min-width:64.063em), only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width:769px), only screen and (min--moz-device-pixel-ratio: 2) and (min-width:769px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width:769px), only screen and (min-device-pixel-ratio: 2) and (min-width:769px), only screen and (min-resolution: 192dpi) and (min-width:769px), only screen and (min-resolution: 2dppx) and (min-width:769px) {
  .hero .medium-6 {
    width: 50%;
  }
  .hero .large-3 {
    width: 25%;
  }
  .hero .large-4 {
    width: 33.33%;
  }
  .hero .large-5 {
    width: 41.6%;
  }
  .hero .large-6 {
    width: 50%;
  }
  .hero .large-7 {
    width: 58.33%;
  }
  .hero .large-8 {
    width: 66.6%;
  }
  .hero .large-9 {
    width: 75%;
  }
  .hero .large-10 {
    width: 83.33333%;
  }
}
.hero {
  /* #endregion grid 	*/
  /* #region hero_image-container 	*/
}
.hero .hero_image-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100%;
  padding-bottom: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.hero .hero_image-container .row {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
  height: 100%;
  max-width: 100%;
}
.hero .hero_image-container .row .column,
.hero .hero_image-container .row .columns {
  height: auto;
  padding: 0;
}
.hero .hero_image-container .row .hero_image {
  height: 100%;
  overflow: hidden;
}
.hero .hero_image-container .row img {
  height: auto;
  min-height: 100%;
  max-height: 200%;
  width: auto;
  min-width: 100%;
  max-width: 200%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.hero .hero_image-container img {
  height: auto;
  min-height: 100%;
  max-height: 200%;
  width: auto;
  min-width: 100%;
  max-width: 200%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (min-width:64.063em), only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width:769px), only screen and (min--moz-device-pixel-ratio: 2) and (min-width:769px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width:769px), only screen and (min-device-pixel-ratio: 2) and (min-width:769px), only screen and (min-resolution: 192dpi) and (min-width:769px), only screen and (min-resolution: 2dppx) and (min-width:769px) {
  .hero .hero_image-container {
    position: absolute;
  }
  .hero .hero_image-container .row {
    position: relative;
    height: 100%;
  }
  .hero .hero_image-container .row .column,
  .hero .hero_image-container .row .columns {
    height: 100%;
  }
}
.hero {
  /* #endregion hero_image-container	*/
  /* #region hero_content 	*/
}
.hero .hero_content {
  position: relative;
  padding: 1rem 1rem 1rem 2rem;
  overflow: hidden;
}
.hero .hero_content:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -33%;
  width: 166%;
  z-index: -1;
}
@media only screen and (min-width:40.063em) {
  .hero .hero_content {
    padding: 2rem 2rem 2rem 3rem;
  }
}
@media only screen and (min-width:64.063em), only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width:769px), only screen and (min--moz-device-pixel-ratio: 2) and (min-width:769px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width:769px), only screen and (min-device-pixel-ratio: 2) and (min-width:769px), only screen and (min-resolution: 192dpi) and (min-width:769px), only screen and (min-resolution: 2dppx) and (min-width:769px) {
  .hero .hero_content {
    padding: 3rem;
  }
  .hero .hero_content .hero_content--title-overflow {
    width: 50rem;
  }
}
.hero {
  /* #endregion hero_content 	*/
  /* #region fixed heights */
  height: auto;
}
.hero .hero_image-container {
  height: 11.25rem;
}
@media only screen and (min-width:40.063em) {
  .hero .hero_image-container {
    height: 18rem;
  }
}
@media only screen and (min-width:64.063em), only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width:769px), only screen and (min--moz-device-pixel-ratio: 2) and (min-width:769px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width:769px), only screen and (min-device-pixel-ratio: 2) and (min-width:769px), only screen and (min-resolution: 192dpi) and (min-width:769px), only screen and (min-resolution: 2dppx) and (min-width:769px) {
  .hero {
    height: 30.375rem;
  }
  .hero .hero_image-container {
    height: 100%;
  }
}
@media only screen and (min-width:90.063em) {
  .hero {
    height: 33.75rem;
  }
}
.hero {
  /* #endregion fixed heights */
  /* #region types & mods */
}
.hero.hero--center-image .hero_image-container img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (min-width:64.063em), only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width:769px), only screen and (min--moz-device-pixel-ratio: 2) and (min-width:769px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width:769px), only screen and (min-device-pixel-ratio: 2) and (min-width:769px), only screen and (min-resolution: 192dpi) and (min-width:769px), only screen and (min-resolution: 2dppx) and (min-width:769px) {
  .hero.hero--center-image .hero_image-container img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.hero.hero--no-image .hero_image-container {
  height: 0;
  padding-bottom: 0;
}
.hero.hero--no-content .hero_image-container {
  position: relative;
  height: auto;
}
.hero.hero--no-content .hero_image-container img {
  width: 100%;
  height: auto;
  position: relative;
  left: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.hero.hero--no-content .hero_content {
  display: none;
}
.hero.hero--free-height, .hero.hero--free-height.hero--center-image {
  height: auto;
}
@media only screen and (min-width:64.063em), only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width:769px), only screen and (min--moz-device-pixel-ratio: 2) and (min-width:769px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width:769px), only screen and (min-device-pixel-ratio: 2) and (min-width:769px), only screen and (min-resolution: 192dpi) and (min-width:769px), only screen and (min-resolution: 2dppx) and (min-width:769px) {
  .hero.hero--free-height .hero_image-container, .hero.hero--free-height.hero--center-image .hero_image-container {
    height: auto;
  }
  .hero.hero--free-height .hero_content > div, .hero.hero--free-height.hero--center-image .hero_content > div {
    top: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
.hero.hero--free-height.hero--no-image, .hero.hero--free-height.hero--center-image.hero--no-image {
  height: auto;
}
.hero.hero--free-height.hero--no-image .hero_image-container, .hero.hero--free-height.hero--center-image.hero--no-image .hero_image-container {
  height: 0;
}
.hero.hero--feather .hero_content {
  overflow: visible;
}
.hero.hero--primary {
  color: #ffffff;
}
.hero.hero--primary:before {
  background-color: #557892;
}
.hero.hero--primary .hero_content:before {
  background-image: linear-gradient(to right, rgba(85, 120, 146, 0), #557892 33%, #557892 67%, rgba(85, 120, 146, 0));
}
.hero.hero--secondary {
  color: #ffffff;
}
.hero.hero--secondary:before {
  background-color: #52484C;
}
.hero.hero--secondary .hero_content:before {
  background-image: linear-gradient(to right, rgba(82, 72, 76, 0), #52484C 33%, #52484C 67%, rgba(82, 72, 76, 0));
}
.hero.hero--background {
  background-color: #ededed;
}
.hero.hero--transparent {
  color: #ffffff;
}
.hero.hero--transparent:before {
  background-color: transparent;
}
.hero.hero--transparent .hero_content:before {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), transparent 33%, transparent 67%, rgba(0, 0, 0, 0));
}
.hero.hero--secondary-to-transparent {
  color: #ffffff;
}
.hero.hero--secondary-to-transparent:before {
  background-color: #52484C;
}
.hero.hero--secondary-to-transparent .hero_content:before {
  background-image: linear-gradient(to right, rgba(82, 72, 76, 0), #52484C 33%, #52484C 67%, rgba(82, 72, 76, 0));
}
@media only screen and (min-width:64.063em), only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width:769px), only screen and (min--moz-device-pixel-ratio: 2) and (min-width:769px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width:769px), only screen and (min-device-pixel-ratio: 2) and (min-width:769px), only screen and (min-resolution: 192dpi) and (min-width:769px), only screen and (min-resolution: 2dppx) and (min-width:769px) {
  .hero.hero--secondary-to-transparent {
    color: #ffffff;
  }
  .hero.hero--secondary-to-transparent:before {
    background-color: transparent;
  }
  .hero.hero--secondary-to-transparent .hero_content:before {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), transparent 33%, transparent 67%, rgba(0, 0, 0, 0));
  }
}
@media only screen and (min-width:40.063em) {
  .hero.hero--shorter .hero_image-container {
    height: 16.2rem;
  }
  .hero.hero--shorter .hero_image-container img {
    max-height: 230%;
  }
}
@media only screen and (min-width:64.063em), only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width:769px), only screen and (min--moz-device-pixel-ratio: 2) and (min-width:769px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width:769px), only screen and (min-device-pixel-ratio: 2) and (min-width:769px), only screen and (min-resolution: 192dpi) and (min-width:769px), only screen and (min-resolution: 2dppx) and (min-width:769px) {
  .hero.hero--shorter {
    height: 22.78125rem;
  }
  .hero.hero--shorter .hero_image-container {
    height: 100%;
  }
}
@media only screen and (min-width:90.063em) {
  .hero.hero--shorter {
    height: 30.375rem;
  }
  .hero.hero--shorter img {
    max-height: 280%;
  }
}
.hero.hero--white-small-to-transparent-large {
  color: #52484C;
}
.hero.hero--white-small-to-transparent-large .hero_content {
  background-color: #ffffff;
}
@media only screen and (min-width:64.063em) {
  .hero.hero--white-small-to-transparent-large .hero_content {
    background-color: transparent;
    color: #ffffff;
  }
}
.hero {
  /* #endregion types & mods */
  /* #region home hero (shorter than typical heroes) */
}
.hero .hero--home-hero {
  height: auto;
}
.hero .hero--home-hero img {
  height: 11.25rem;
}
.hero .hero--home-hero .hero_image-container .row img {
  max-height: 232%;
  top: -9%;
}
@media only screen and (min-width:64.063em), only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width:769px), only screen and (min--moz-device-pixel-ratio: 2) and (min-width:769px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width:769px), only screen and (min-device-pixel-ratio: 2) and (min-width:769px), only screen and (min-resolution: 192dpi) and (min-width:769px), only screen and (min-resolution: 2dppx) and (min-width:769px) {
  .hero .hero--home-hero .hero_image-container .row img {
    top: 0;
    left: 61%;
  }
}
@media only screen and (min-width:90.063em) {
  .hero .hero--home-hero .hero_image-container .row img {
    left: 50%;
  }
}
@media only screen and (min-width:64.063em), only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width:769px), only screen and (min--moz-device-pixel-ratio: 2) and (min-width:769px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width:769px), only screen and (min-device-pixel-ratio: 2) and (min-width:769px), only screen and (min-resolution: 192dpi) and (min-width:769px), only screen and (min-resolution: 2dppx) and (min-width:769px) {
  .hero .hero--home-hero {
    height: 25.875rem;
  }
}
@media only screen and (min-width:90.063em) {
  .hero .hero--home-hero {
    height: 33.75rem;
  }
}
.hero {
  /* #endregion home hero (shorter than typical heroes) */
}
.hero.hero--home-missionary .hero_image-container .row img {
  max-height: 225%;
  top: -20%;
}
@media only screen and (min-width:64.063em), only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width:769px), only screen and (min--moz-device-pixel-ratio: 2) and (min-width:769px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width:769px), only screen and (min-device-pixel-ratio: 2) and (min-width:769px), only screen and (min-resolution: 192dpi) and (min-width:769px), only screen and (min-resolution: 2dppx) and (min-width:769px) {
  .hero.hero--home-missionary .hero_image-container .row img {
    max-width: 160%;
    left: 63%;
  }
}
@media only screen and (min-width:90.063em) {
  .hero.hero--home-missionary .hero_image-container .row img {
    max-width: 150%;
    left: 50%;
  }
}
@media only screen and (min-width:120.063em) {
  .hero.hero--home-missionary .hero_image-container .row img {
    max-width: 150%;
    top: -20%;
  }
}
.hero.hero--home-map .hero_image-container .row img {
  max-height: 175%;
  top: -16%;
}
@media only screen and (min-width:64.063em), only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width:769px), only screen and (min--moz-device-pixel-ratio: 2) and (min-width:769px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width:769px), only screen and (min-device-pixel-ratio: 2) and (min-width:769px), only screen and (min-resolution: 192dpi) and (min-width:769px), only screen and (min-resolution: 2dppx) and (min-width:769px) {
  .hero.hero--home-map .hero_image-container .row img {
    max-width: 212%;
    top: -12%;
    left: 65%;
  }
}
@media only screen and (min-width:90.063em) {
  .hero.hero--home-map .hero_image-container .row img {
    left: 60%;
  }
}
@media only screen and (min-width:120.063em) {
  .hero.hero--home-map .hero_image-container .row img {
    left: 50%;
  }
}
.hero.hero--go-hero .hero_image-container .row img {
  max-height: 220%;
  top: -5%;
}
@media only screen and (min-width:40.063em) {
  .hero.hero--go-hero .hero_image-container .row img {
    max-height: 225%;
  }
}
@media only screen and (min-width:64.063em), only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width:769px), only screen and (min--moz-device-pixel-ratio: 2) and (min-width:769px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width:769px), only screen and (min-device-pixel-ratio: 2) and (min-width:769px), only screen and (min-resolution: 192dpi) and (min-width:769px), only screen and (min-resolution: 2dppx) and (min-width:769px) {
  .hero.hero--go-hero .hero_image-container .row img {
    top: 0;
    left: 61%;
  }
}
@media only screen and (min-width:90.063em) {
  .hero.hero--go-hero .hero_image-container .row img {
    left: 50%;
  }
}
.hero.hero--go-missionary .hero_image-container .row img {
  max-height: 183%;
  top: -51%;
}
@media only screen and (min-width:40.063em) {
  .hero.hero--go-missionary .hero_image-container .row img {
    top: -50%;
    max-height: 189%;
  }
}
@media only screen and (min-width:64.063em), only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width:769px), only screen and (min--moz-device-pixel-ratio: 2) and (min-width:769px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width:769px), only screen and (min-device-pixel-ratio: 2) and (min-width:769px), only screen and (min-resolution: 192dpi) and (min-width:769px), only screen and (min-resolution: 2dppx) and (min-width:769px) {
  .hero.hero--go-missionary .hero_image-container .row img {
    top: 0;
    max-width: 152%;
  }
}
@media only screen and (min-width:90.063em) {
  .hero.hero--go-missionary .hero_image-container .row img {
    top: 0;
    max-height: 109%;
  }
}
@media only screen and (min-width:120.063em) {
  .hero.hero--go-missionary .hero_image-container .row img {
    max-height: 127%;
  }
}
.hero.hero--partner-hero .hero_image-container .row img {
  max-height: 226%;
}
.hero.hero--partner-services .hero_image-container img {
  max-width: 150%;
  max-height: 135%;
  min-width: 100%;
  min-height: 100%;
}
@media only screen and (min-width:64.063em), only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width:769px), only screen and (min--moz-device-pixel-ratio: 2) and (min-width:769px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width:769px), only screen and (min-device-pixel-ratio: 2) and (min-width:769px), only screen and (min-resolution: 192dpi) and (min-width:769px), only screen and (min-resolution: 2dppx) and (min-width:769px) {
  .hero.hero--partner-types-image .hero_image-container img {
    max-height: 220%;
  }
}
@media only screen and (min-width:90.063em) {
  .hero.hero--partner-types-image .hero_image-container img {
    max-height: 283%;
  }
}
@media only screen and (min-width:120.063em) {
  .hero.hero--partner-types-image .hero_image-container img {
    max-height: 379%;
  }
}
.hero.hero--about .hero_image-container img {
  max-height: 233%;
}
@media only screen and (min-width:64.063em), only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width:769px), only screen and (min--moz-device-pixel-ratio: 2) and (min-width:769px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width:769px), only screen and (min-device-pixel-ratio: 2) and (min-width:769px), only screen and (min-resolution: 192dpi) and (min-width:769px), only screen and (min-resolution: 2dppx) and (min-width:769px) {
  .hero.hero--about {
    height: 24.375rem;
  }
  .hero.hero--about .hero_image-container img {
    left: 60%;
  }
}
@media only screen and (min-width:90.063em) {
  .hero.hero--about .hero_image-container img {
    left: 50%;
  }
}
.hero.hero--contact .hero_image-container img {
  top: 40%;
}
@media only screen and (min-width:40.063em) {
  .hero.hero--blog .hero_image-container .row img {
    max-height: 233%;
    top: 63%;
  }
}
@media only screen and (min-width:64.063em), only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width:769px), only screen and (min--moz-device-pixel-ratio: 2) and (min-width:769px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width:769px), only screen and (min-device-pixel-ratio: 2) and (min-width:769px), only screen and (min-resolution: 192dpi) and (min-width:769px), only screen and (min-resolution: 2dppx) and (min-width:769px) {
  .hero.hero--blog .hero_image-container .row img {
    left: 85%;
  }
}
@media only screen and (min-width:120.063em) {
  .hero.hero--blog .hero_image-container .row img {
    left: 75%;
  }
}
.hero {
  /* #region tweakers */
}
@media only screen {
  .hero {
    /* #region small TOP & LEFT % *************/
  }
  .hero.hero--small_top_-100 .hero_image-container .row img,
  .hero.hero--small_top_-100 .hero_image-container img {
    top: -100%;
  }
  .hero.hero--small_top_-95 .hero_image-container .row img,
  .hero.hero--small_top_-95 .hero_image-container img {
    top: -95%;
  }
  .hero.hero--small_top_-90 .hero_image-container .row img,
  .hero.hero--small_top_-90 .hero_image-container img {
    top: -90%;
  }
  .hero.hero--small_top_-85 .hero_image-container .row img,
  .hero.hero--small_top_-85 .hero_image-container img {
    top: -85%;
  }
  .hero.hero--small_top_-80 .hero_image-container .row img,
  .hero.hero--small_top_-80 .hero_image-container img {
    top: -80%;
  }
  .hero.hero--small_top_-75 .hero_image-container .row img,
  .hero.hero--small_top_-75 .hero_image-container img {
    top: -75%;
  }
  .hero.hero--small_top_-70 .hero_image-container .row img,
  .hero.hero--small_top_-70 .hero_image-container img {
    top: -70%;
  }
  .hero.hero--small_top_-65 .hero_image-container .row img,
  .hero.hero--small_top_-65 .hero_image-container img {
    top: -65%;
  }
  .hero.hero--small_top_-60 .hero_image-container .row img,
  .hero.hero--small_top_-60 .hero_image-container img {
    top: -60%;
  }
  .hero.hero--small_top_-55 .hero_image-container .row img,
  .hero.hero--small_top_-55 .hero_image-container img {
    top: -55%;
  }
  .hero.hero--small_top_-50 .hero_image-container .row img,
  .hero.hero--small_top_-50 .hero_image-container img {
    top: -50%;
  }
  .hero.hero--small_top_-45 .hero_image-container .row img,
  .hero.hero--small_top_-45 .hero_image-container img {
    top: -45%;
  }
  .hero.hero--small_top_-40 .hero_image-container .row img,
  .hero.hero--small_top_-40 .hero_image-container img {
    top: -40%;
  }
  .hero.hero--small_top_-35 .hero_image-container .row img,
  .hero.hero--small_top_-35 .hero_image-container img {
    top: -35%;
  }
  .hero.hero--small_top_-30 .hero_image-container .row img,
  .hero.hero--small_top_-30 .hero_image-container img {
    top: -30%;
  }
  .hero.hero--small_top_-25 .hero_image-container .row img,
  .hero.hero--small_top_-25 .hero_image-container img {
    top: -25%;
  }
  .hero.hero--small_top_-20 .hero_image-container .row img,
  .hero.hero--small_top_-20 .hero_image-container img {
    top: -20%;
  }
  .hero.hero--small_top_-15 .hero_image-container .row img,
  .hero.hero--small_top_-15 .hero_image-container img {
    top: -15%;
  }
  .hero.hero--small_top_-10 .hero_image-container .row img,
  .hero.hero--small_top_-10 .hero_image-container img {
    top: -10%;
  }
  .hero.hero--small_top_-5 .hero_image-container .row img,
  .hero.hero--small_top_-5 .hero_image-container img {
    top: -5%;
  }
  .hero.hero--small_top_0 .hero_image-container .row img,
  .hero.hero--small_top_0 .hero_image-container img {
    top: 0%;
  }
  .hero.hero--small_top_5 .hero_image-container .row img,
  .hero.hero--small_top_5 .hero_image-container img {
    top: 5%;
  }
  .hero.hero--small_top_10 .hero_image-container .row img,
  .hero.hero--small_top_10 .hero_image-container img {
    top: 10%;
  }
  .hero.hero--small_top_15 .hero_image-container .row img,
  .hero.hero--small_top_15 .hero_image-container img {
    top: 15%;
  }
  .hero.hero--small_top_20 .hero_image-container .row img,
  .hero.hero--small_top_20 .hero_image-container img {
    top: 20%;
  }
  .hero.hero--small_top_25 .hero_image-container .row img,
  .hero.hero--small_top_25 .hero_image-container img {
    top: 25%;
  }
  .hero.hero--small_top_30 .hero_image-container .row img,
  .hero.hero--small_top_30 .hero_image-container img {
    top: 30%;
  }
  .hero.hero--small_top_35 .hero_image-container .row img,
  .hero.hero--small_top_35 .hero_image-container img {
    top: 35%;
  }
  .hero.hero--small_top_40 .hero_image-container .row img,
  .hero.hero--small_top_40 .hero_image-container img {
    top: 40%;
  }
  .hero.hero--small_top_45 .hero_image-container .row img,
  .hero.hero--small_top_45 .hero_image-container img {
    top: 45%;
  }
  .hero.hero--small_top_50 .hero_image-container .row img,
  .hero.hero--small_top_50 .hero_image-container img {
    top: 50%;
  }
  .hero.hero--small_top_55 .hero_image-container .row img,
  .hero.hero--small_top_55 .hero_image-container img {
    top: 55%;
  }
  .hero.hero--small_top_60 .hero_image-container .row img,
  .hero.hero--small_top_60 .hero_image-container img {
    top: 60%;
  }
  .hero.hero--small_top_65 .hero_image-container .row img,
  .hero.hero--small_top_65 .hero_image-container img {
    top: 65%;
  }
  .hero.hero--small_top_70 .hero_image-container .row img,
  .hero.hero--small_top_70 .hero_image-container img {
    top: 70%;
  }
  .hero.hero--small_top_75 .hero_image-container .row img,
  .hero.hero--small_top_75 .hero_image-container img {
    top: 75%;
  }
  .hero.hero--small_top_80 .hero_image-container .row img,
  .hero.hero--small_top_80 .hero_image-container img {
    top: 80%;
  }
  .hero.hero--small_top_85 .hero_image-container .row img,
  .hero.hero--small_top_85 .hero_image-container img {
    top: 85%;
  }
  .hero.hero--small_top_90 .hero_image-container .row img,
  .hero.hero--small_top_90 .hero_image-container img {
    top: 90%;
  }
  .hero.hero--small_top_95 .hero_image-container .row img,
  .hero.hero--small_top_95 .hero_image-container img {
    top: 95%;
  }
  .hero.hero--small_top_100 .hero_image-container .row img,
  .hero.hero--small_top_100 .hero_image-container img {
    top: 100%;
  }
  .hero.hero--small_left_-100 .hero_image-container .row img,
  .hero.hero--small_left_-100 .hero_image-container img {
    left: -100%;
  }
  .hero.hero--small_left_-95 .hero_image-container .row img,
  .hero.hero--small_left_-95 .hero_image-container img {
    left: -95%;
  }
  .hero.hero--small_left_-90 .hero_image-container .row img,
  .hero.hero--small_left_-90 .hero_image-container img {
    left: -90%;
  }
  .hero.hero--small_left_-85 .hero_image-container .row img,
  .hero.hero--small_left_-85 .hero_image-container img {
    left: -85%;
  }
  .hero.hero--small_left_-80 .hero_image-container .row img,
  .hero.hero--small_left_-80 .hero_image-container img {
    left: -80%;
  }
  .hero.hero--small_left_-75 .hero_image-container .row img,
  .hero.hero--small_left_-75 .hero_image-container img {
    left: -75%;
  }
  .hero.hero--small_left_-70 .hero_image-container .row img,
  .hero.hero--small_left_-70 .hero_image-container img {
    left: -70%;
  }
  .hero.hero--small_left_-65 .hero_image-container .row img,
  .hero.hero--small_left_-65 .hero_image-container img {
    left: -65%;
  }
  .hero.hero--small_left_-60 .hero_image-container .row img,
  .hero.hero--small_left_-60 .hero_image-container img {
    left: -60%;
  }
  .hero.hero--small_left_-55 .hero_image-container .row img,
  .hero.hero--small_left_-55 .hero_image-container img {
    left: -55%;
  }
  .hero.hero--small_left_-50 .hero_image-container .row img,
  .hero.hero--small_left_-50 .hero_image-container img {
    left: -50%;
  }
  .hero.hero--small_left_-45 .hero_image-container .row img,
  .hero.hero--small_left_-45 .hero_image-container img {
    left: -45%;
  }
  .hero.hero--small_left_-40 .hero_image-container .row img,
  .hero.hero--small_left_-40 .hero_image-container img {
    left: -40%;
  }
  .hero.hero--small_left_-35 .hero_image-container .row img,
  .hero.hero--small_left_-35 .hero_image-container img {
    left: -35%;
  }
  .hero.hero--small_left_-30 .hero_image-container .row img,
  .hero.hero--small_left_-30 .hero_image-container img {
    left: -30%;
  }
  .hero.hero--small_left_-25 .hero_image-container .row img,
  .hero.hero--small_left_-25 .hero_image-container img {
    left: -25%;
  }
  .hero.hero--small_left_-20 .hero_image-container .row img,
  .hero.hero--small_left_-20 .hero_image-container img {
    left: -20%;
  }
  .hero.hero--small_left_-15 .hero_image-container .row img,
  .hero.hero--small_left_-15 .hero_image-container img {
    left: -15%;
  }
  .hero.hero--small_left_-10 .hero_image-container .row img,
  .hero.hero--small_left_-10 .hero_image-container img {
    left: -10%;
  }
  .hero.hero--small_left_-5 .hero_image-container .row img,
  .hero.hero--small_left_-5 .hero_image-container img {
    left: -5%;
  }
  .hero.hero--small_left_0 .hero_image-container .row img,
  .hero.hero--small_left_0 .hero_image-container img {
    left: 0%;
  }
  .hero.hero--small_left_5 .hero_image-container .row img,
  .hero.hero--small_left_5 .hero_image-container img {
    left: 5%;
  }
  .hero.hero--small_left_10 .hero_image-container .row img,
  .hero.hero--small_left_10 .hero_image-container img {
    left: 10%;
  }
  .hero.hero--small_left_15 .hero_image-container .row img,
  .hero.hero--small_left_15 .hero_image-container img {
    left: 15%;
  }
  .hero.hero--small_left_20 .hero_image-container .row img,
  .hero.hero--small_left_20 .hero_image-container img {
    left: 20%;
  }
  .hero.hero--small_left_25 .hero_image-container .row img,
  .hero.hero--small_left_25 .hero_image-container img {
    left: 25%;
  }
  .hero.hero--small_left_30 .hero_image-container .row img,
  .hero.hero--small_left_30 .hero_image-container img {
    left: 30%;
  }
  .hero.hero--small_left_35 .hero_image-container .row img,
  .hero.hero--small_left_35 .hero_image-container img {
    left: 35%;
  }
  .hero.hero--small_left_40 .hero_image-container .row img,
  .hero.hero--small_left_40 .hero_image-container img {
    left: 40%;
  }
  .hero.hero--small_left_45 .hero_image-container .row img,
  .hero.hero--small_left_45 .hero_image-container img {
    left: 45%;
  }
  .hero.hero--small_left_50 .hero_image-container .row img,
  .hero.hero--small_left_50 .hero_image-container img {
    left: 50%;
  }
  .hero.hero--small_left_55 .hero_image-container .row img,
  .hero.hero--small_left_55 .hero_image-container img {
    left: 55%;
  }
  .hero.hero--small_left_60 .hero_image-container .row img,
  .hero.hero--small_left_60 .hero_image-container img {
    left: 60%;
  }
  .hero.hero--small_left_65 .hero_image-container .row img,
  .hero.hero--small_left_65 .hero_image-container img {
    left: 65%;
  }
  .hero.hero--small_left_70 .hero_image-container .row img,
  .hero.hero--small_left_70 .hero_image-container img {
    left: 70%;
  }
  .hero.hero--small_left_75 .hero_image-container .row img,
  .hero.hero--small_left_75 .hero_image-container img {
    left: 75%;
  }
  .hero.hero--small_left_80 .hero_image-container .row img,
  .hero.hero--small_left_80 .hero_image-container img {
    left: 80%;
  }
  .hero.hero--small_left_85 .hero_image-container .row img,
  .hero.hero--small_left_85 .hero_image-container img {
    left: 85%;
  }
  .hero.hero--small_left_90 .hero_image-container .row img,
  .hero.hero--small_left_90 .hero_image-container img {
    left: 90%;
  }
  .hero.hero--small_left_95 .hero_image-container .row img,
  .hero.hero--small_left_95 .hero_image-container img {
    left: 95%;
  }
  .hero.hero--small_left_100 .hero_image-container .row img,
  .hero.hero--small_left_100 .hero_image-container img {
    left: 100%;
  }
  .hero {
    /* #endregion TOP & LEFT % *************/
    /* #region small MAX-WIDTH & MAX-HEIGHT % *************/
  }
  .hero.hero--small_width_100 .hero_image-container .row img,
  .hero.hero--small_width_100 .hero_image-container img {
    max-width: 100%;
  }
  .hero.hero--small_width_105 .hero_image-container .row img,
  .hero.hero--small_width_105 .hero_image-container img {
    max-width: 105%;
  }
  .hero.hero--small_width_110 .hero_image-container .row img,
  .hero.hero--small_width_110 .hero_image-container img {
    max-width: 110%;
  }
  .hero.hero--small_width_115 .hero_image-container .row img,
  .hero.hero--small_width_115 .hero_image-container img {
    max-width: 115%;
  }
  .hero.hero--small_width_120 .hero_image-container .row img,
  .hero.hero--small_width_120 .hero_image-container img {
    max-width: 120%;
  }
  .hero.hero--small_width_125 .hero_image-container .row img,
  .hero.hero--small_width_125 .hero_image-container img {
    max-width: 125%;
  }
  .hero.hero--small_width_130 .hero_image-container .row img,
  .hero.hero--small_width_130 .hero_image-container img {
    max-width: 130%;
  }
  .hero.hero--small_width_135 .hero_image-container .row img,
  .hero.hero--small_width_135 .hero_image-container img {
    max-width: 135%;
  }
  .hero.hero--small_width_140 .hero_image-container .row img,
  .hero.hero--small_width_140 .hero_image-container img {
    max-width: 140%;
  }
  .hero.hero--small_width_145 .hero_image-container .row img,
  .hero.hero--small_width_145 .hero_image-container img {
    max-width: 145%;
  }
  .hero.hero--small_width_150 .hero_image-container .row img,
  .hero.hero--small_width_150 .hero_image-container img {
    max-width: 150%;
  }
  .hero.hero--small_width_155 .hero_image-container .row img,
  .hero.hero--small_width_155 .hero_image-container img {
    max-width: 155%;
  }
  .hero.hero--small_width_160 .hero_image-container .row img,
  .hero.hero--small_width_160 .hero_image-container img {
    max-width: 160%;
  }
  .hero.hero--small_width_165 .hero_image-container .row img,
  .hero.hero--small_width_165 .hero_image-container img {
    max-width: 165%;
  }
  .hero.hero--small_width_170 .hero_image-container .row img,
  .hero.hero--small_width_170 .hero_image-container img {
    max-width: 170%;
  }
  .hero.hero--small_width_175 .hero_image-container .row img,
  .hero.hero--small_width_175 .hero_image-container img {
    max-width: 175%;
  }
  .hero.hero--small_width_180 .hero_image-container .row img,
  .hero.hero--small_width_180 .hero_image-container img {
    max-width: 180%;
  }
  .hero.hero--small_width_185 .hero_image-container .row img,
  .hero.hero--small_width_185 .hero_image-container img {
    max-width: 185%;
  }
  .hero.hero--small_width_190 .hero_image-container .row img,
  .hero.hero--small_width_190 .hero_image-container img {
    max-width: 190%;
  }
  .hero.hero--small_width_195 .hero_image-container .row img,
  .hero.hero--small_width_195 .hero_image-container img {
    max-width: 195%;
  }
  .hero.hero--small_width_200 .hero_image-container .row img,
  .hero.hero--small_width_200 .hero_image-container img {
    max-width: 200%;
  }
  .hero.hero--small_width_205 .hero_image-container .row img,
  .hero.hero--small_width_205 .hero_image-container img {
    max-width: 205%;
  }
  .hero.hero--small_width_210 .hero_image-container .row img,
  .hero.hero--small_width_210 .hero_image-container img {
    max-width: 210%;
  }
  .hero.hero--small_width_215 .hero_image-container .row img,
  .hero.hero--small_width_215 .hero_image-container img {
    max-width: 215%;
  }
  .hero.hero--small_width_220 .hero_image-container .row img,
  .hero.hero--small_width_220 .hero_image-container img {
    max-width: 220%;
  }
  .hero.hero--small_width_225 .hero_image-container .row img,
  .hero.hero--small_width_225 .hero_image-container img {
    max-width: 225%;
  }
  .hero.hero--small_width_230 .hero_image-container .row img,
  .hero.hero--small_width_230 .hero_image-container img {
    max-width: 230%;
  }
  .hero.hero--small_width_235 .hero_image-container .row img,
  .hero.hero--small_width_235 .hero_image-container img {
    max-width: 235%;
  }
  .hero.hero--small_width_240 .hero_image-container .row img,
  .hero.hero--small_width_240 .hero_image-container img {
    max-width: 240%;
  }
  .hero.hero--small_width_245 .hero_image-container .row img,
  .hero.hero--small_width_245 .hero_image-container img {
    max-width: 245%;
  }
  .hero.hero--small_width_250 .hero_image-container .row img,
  .hero.hero--small_width_250 .hero_image-container img {
    max-width: 250%;
  }
  .hero.hero--small_width_255 .hero_image-container .row img,
  .hero.hero--small_width_255 .hero_image-container img {
    max-width: 255%;
  }
  .hero.hero--small_width_260 .hero_image-container .row img,
  .hero.hero--small_width_260 .hero_image-container img {
    max-width: 260%;
  }
  .hero.hero--small_width_265 .hero_image-container .row img,
  .hero.hero--small_width_265 .hero_image-container img {
    max-width: 265%;
  }
  .hero.hero--small_width_270 .hero_image-container .row img,
  .hero.hero--small_width_270 .hero_image-container img {
    max-width: 270%;
  }
  .hero.hero--small_width_275 .hero_image-container .row img,
  .hero.hero--small_width_275 .hero_image-container img {
    max-width: 275%;
  }
  .hero.hero--small_width_280 .hero_image-container .row img,
  .hero.hero--small_width_280 .hero_image-container img {
    max-width: 280%;
  }
  .hero.hero--small_width_285 .hero_image-container .row img,
  .hero.hero--small_width_285 .hero_image-container img {
    max-width: 285%;
  }
  .hero.hero--small_width_290 .hero_image-container .row img,
  .hero.hero--small_width_290 .hero_image-container img {
    max-width: 290%;
  }
  .hero.hero--small_width_295 .hero_image-container .row img,
  .hero.hero--small_width_295 .hero_image-container img {
    max-width: 295%;
  }
  .hero.hero--small_width_300 .hero_image-container .row img,
  .hero.hero--small_width_300 .hero_image-container img {
    max-width: 300%;
  }
  .hero.hero--small_width_305 .hero_image-container .row img,
  .hero.hero--small_width_305 .hero_image-container img {
    max-width: 305%;
  }
  .hero.hero--small_width_310 .hero_image-container .row img,
  .hero.hero--small_width_310 .hero_image-container img {
    max-width: 310%;
  }
  .hero.hero--small_width_315 .hero_image-container .row img,
  .hero.hero--small_width_315 .hero_image-container img {
    max-width: 315%;
  }
  .hero.hero--small_width_320 .hero_image-container .row img,
  .hero.hero--small_width_320 .hero_image-container img {
    max-width: 320%;
  }
  .hero.hero--small_width_325 .hero_image-container .row img,
  .hero.hero--small_width_325 .hero_image-container img {
    max-width: 325%;
  }
  .hero.hero--small_width_330 .hero_image-container .row img,
  .hero.hero--small_width_330 .hero_image-container img {
    max-width: 330%;
  }
  .hero.hero--small_width_335 .hero_image-container .row img,
  .hero.hero--small_width_335 .hero_image-container img {
    max-width: 335%;
  }
  .hero.hero--small_width_340 .hero_image-container .row img,
  .hero.hero--small_width_340 .hero_image-container img {
    max-width: 340%;
  }
  .hero.hero--small_width_345 .hero_image-container .row img,
  .hero.hero--small_width_345 .hero_image-container img {
    max-width: 345%;
  }
  .hero.hero--small_width_350 .hero_image-container .row img,
  .hero.hero--small_width_350 .hero_image-container img {
    max-width: 350%;
  }
  .hero.hero--small_width_355 .hero_image-container .row img,
  .hero.hero--small_width_355 .hero_image-container img {
    max-width: 355%;
  }
  .hero.hero--small_width_360 .hero_image-container .row img,
  .hero.hero--small_width_360 .hero_image-container img {
    max-width: 360%;
  }
  .hero.hero--small_width_365 .hero_image-container .row img,
  .hero.hero--small_width_365 .hero_image-container img {
    max-width: 365%;
  }
  .hero.hero--small_width_370 .hero_image-container .row img,
  .hero.hero--small_width_370 .hero_image-container img {
    max-width: 370%;
  }
  .hero.hero--small_width_375 .hero_image-container .row img,
  .hero.hero--small_width_375 .hero_image-container img {
    max-width: 375%;
  }
  .hero.hero--small_width_380 .hero_image-container .row img,
  .hero.hero--small_width_380 .hero_image-container img {
    max-width: 380%;
  }
  .hero.hero--small_width_385 .hero_image-container .row img,
  .hero.hero--small_width_385 .hero_image-container img {
    max-width: 385%;
  }
  .hero.hero--small_width_390 .hero_image-container .row img,
  .hero.hero--small_width_390 .hero_image-container img {
    max-width: 390%;
  }
  .hero.hero--small_width_395 .hero_image-container .row img,
  .hero.hero--small_width_395 .hero_image-container img {
    max-width: 395%;
  }
  .hero.hero--small_width_400 .hero_image-container .row img,
  .hero.hero--small_width_400 .hero_image-container img {
    max-width: 400%;
  }
  .hero.hero--small_height_100 .hero_image-container .row img,
  .hero.hero--small_height_100 .hero_image-container img {
    max-height: 100%;
  }
  .hero.hero--small_height_105 .hero_image-container .row img,
  .hero.hero--small_height_105 .hero_image-container img {
    max-height: 105%;
  }
  .hero.hero--small_height_110 .hero_image-container .row img,
  .hero.hero--small_height_110 .hero_image-container img {
    max-height: 110%;
  }
  .hero.hero--small_height_115 .hero_image-container .row img,
  .hero.hero--small_height_115 .hero_image-container img {
    max-height: 115%;
  }
  .hero.hero--small_height_120 .hero_image-container .row img,
  .hero.hero--small_height_120 .hero_image-container img {
    max-height: 120%;
  }
  .hero.hero--small_height_125 .hero_image-container .row img,
  .hero.hero--small_height_125 .hero_image-container img {
    max-height: 125%;
  }
  .hero.hero--small_height_130 .hero_image-container .row img,
  .hero.hero--small_height_130 .hero_image-container img {
    max-height: 130%;
  }
  .hero.hero--small_height_135 .hero_image-container .row img,
  .hero.hero--small_height_135 .hero_image-container img {
    max-height: 135%;
  }
  .hero.hero--small_height_140 .hero_image-container .row img,
  .hero.hero--small_height_140 .hero_image-container img {
    max-height: 140%;
  }
  .hero.hero--small_height_145 .hero_image-container .row img,
  .hero.hero--small_height_145 .hero_image-container img {
    max-height: 145%;
  }
  .hero.hero--small_height_150 .hero_image-container .row img,
  .hero.hero--small_height_150 .hero_image-container img {
    max-height: 150%;
  }
  .hero.hero--small_height_155 .hero_image-container .row img,
  .hero.hero--small_height_155 .hero_image-container img {
    max-height: 155%;
  }
  .hero.hero--small_height_160 .hero_image-container .row img,
  .hero.hero--small_height_160 .hero_image-container img {
    max-height: 160%;
  }
  .hero.hero--small_height_165 .hero_image-container .row img,
  .hero.hero--small_height_165 .hero_image-container img {
    max-height: 165%;
  }
  .hero.hero--small_height_170 .hero_image-container .row img,
  .hero.hero--small_height_170 .hero_image-container img {
    max-height: 170%;
  }
  .hero.hero--small_height_175 .hero_image-container .row img,
  .hero.hero--small_height_175 .hero_image-container img {
    max-height: 175%;
  }
  .hero.hero--small_height_180 .hero_image-container .row img,
  .hero.hero--small_height_180 .hero_image-container img {
    max-height: 180%;
  }
  .hero.hero--small_height_185 .hero_image-container .row img,
  .hero.hero--small_height_185 .hero_image-container img {
    max-height: 185%;
  }
  .hero.hero--small_height_190 .hero_image-container .row img,
  .hero.hero--small_height_190 .hero_image-container img {
    max-height: 190%;
  }
  .hero.hero--small_height_195 .hero_image-container .row img,
  .hero.hero--small_height_195 .hero_image-container img {
    max-height: 195%;
  }
  .hero.hero--small_height_200 .hero_image-container .row img,
  .hero.hero--small_height_200 .hero_image-container img {
    max-height: 200%;
  }
  .hero.hero--small_height_205 .hero_image-container .row img,
  .hero.hero--small_height_205 .hero_image-container img {
    max-height: 205%;
  }
  .hero.hero--small_height_210 .hero_image-container .row img,
  .hero.hero--small_height_210 .hero_image-container img {
    max-height: 210%;
  }
  .hero.hero--small_height_215 .hero_image-container .row img,
  .hero.hero--small_height_215 .hero_image-container img {
    max-height: 215%;
  }
  .hero.hero--small_height_220 .hero_image-container .row img,
  .hero.hero--small_height_220 .hero_image-container img {
    max-height: 220%;
  }
  .hero.hero--small_height_225 .hero_image-container .row img,
  .hero.hero--small_height_225 .hero_image-container img {
    max-height: 225%;
  }
  .hero.hero--small_height_230 .hero_image-container .row img,
  .hero.hero--small_height_230 .hero_image-container img {
    max-height: 230%;
  }
  .hero.hero--small_height_235 .hero_image-container .row img,
  .hero.hero--small_height_235 .hero_image-container img {
    max-height: 235%;
  }
  .hero.hero--small_height_240 .hero_image-container .row img,
  .hero.hero--small_height_240 .hero_image-container img {
    max-height: 240%;
  }
  .hero.hero--small_height_245 .hero_image-container .row img,
  .hero.hero--small_height_245 .hero_image-container img {
    max-height: 245%;
  }
  .hero.hero--small_height_250 .hero_image-container .row img,
  .hero.hero--small_height_250 .hero_image-container img {
    max-height: 250%;
  }
  .hero.hero--small_height_255 .hero_image-container .row img,
  .hero.hero--small_height_255 .hero_image-container img {
    max-height: 255%;
  }
  .hero.hero--small_height_260 .hero_image-container .row img,
  .hero.hero--small_height_260 .hero_image-container img {
    max-height: 260%;
  }
  .hero.hero--small_height_265 .hero_image-container .row img,
  .hero.hero--small_height_265 .hero_image-container img {
    max-height: 265%;
  }
  .hero.hero--small_height_270 .hero_image-container .row img,
  .hero.hero--small_height_270 .hero_image-container img {
    max-height: 270%;
  }
  .hero.hero--small_height_275 .hero_image-container .row img,
  .hero.hero--small_height_275 .hero_image-container img {
    max-height: 275%;
  }
  .hero.hero--small_height_280 .hero_image-container .row img,
  .hero.hero--small_height_280 .hero_image-container img {
    max-height: 280%;
  }
  .hero.hero--small_height_285 .hero_image-container .row img,
  .hero.hero--small_height_285 .hero_image-container img {
    max-height: 285%;
  }
  .hero.hero--small_height_290 .hero_image-container .row img,
  .hero.hero--small_height_290 .hero_image-container img {
    max-height: 290%;
  }
  .hero.hero--small_height_295 .hero_image-container .row img,
  .hero.hero--small_height_295 .hero_image-container img {
    max-height: 295%;
  }
  .hero.hero--small_height_300 .hero_image-container .row img,
  .hero.hero--small_height_300 .hero_image-container img {
    max-height: 300%;
  }
  .hero.hero--small_height_305 .hero_image-container .row img,
  .hero.hero--small_height_305 .hero_image-container img {
    max-height: 305%;
  }
  .hero.hero--small_height_310 .hero_image-container .row img,
  .hero.hero--small_height_310 .hero_image-container img {
    max-height: 310%;
  }
  .hero.hero--small_height_315 .hero_image-container .row img,
  .hero.hero--small_height_315 .hero_image-container img {
    max-height: 315%;
  }
  .hero.hero--small_height_320 .hero_image-container .row img,
  .hero.hero--small_height_320 .hero_image-container img {
    max-height: 320%;
  }
  .hero.hero--small_height_325 .hero_image-container .row img,
  .hero.hero--small_height_325 .hero_image-container img {
    max-height: 325%;
  }
  .hero.hero--small_height_330 .hero_image-container .row img,
  .hero.hero--small_height_330 .hero_image-container img {
    max-height: 330%;
  }
  .hero.hero--small_height_335 .hero_image-container .row img,
  .hero.hero--small_height_335 .hero_image-container img {
    max-height: 335%;
  }
  .hero.hero--small_height_340 .hero_image-container .row img,
  .hero.hero--small_height_340 .hero_image-container img {
    max-height: 340%;
  }
  .hero.hero--small_height_345 .hero_image-container .row img,
  .hero.hero--small_height_345 .hero_image-container img {
    max-height: 345%;
  }
  .hero.hero--small_height_350 .hero_image-container .row img,
  .hero.hero--small_height_350 .hero_image-container img {
    max-height: 350%;
  }
  .hero.hero--small_height_355 .hero_image-container .row img,
  .hero.hero--small_height_355 .hero_image-container img {
    max-height: 355%;
  }
  .hero.hero--small_height_360 .hero_image-container .row img,
  .hero.hero--small_height_360 .hero_image-container img {
    max-height: 360%;
  }
  .hero.hero--small_height_365 .hero_image-container .row img,
  .hero.hero--small_height_365 .hero_image-container img {
    max-height: 365%;
  }
  .hero.hero--small_height_370 .hero_image-container .row img,
  .hero.hero--small_height_370 .hero_image-container img {
    max-height: 370%;
  }
  .hero.hero--small_height_375 .hero_image-container .row img,
  .hero.hero--small_height_375 .hero_image-container img {
    max-height: 375%;
  }
  .hero.hero--small_height_380 .hero_image-container .row img,
  .hero.hero--small_height_380 .hero_image-container img {
    max-height: 380%;
  }
  .hero.hero--small_height_385 .hero_image-container .row img,
  .hero.hero--small_height_385 .hero_image-container img {
    max-height: 385%;
  }
  .hero.hero--small_height_390 .hero_image-container .row img,
  .hero.hero--small_height_390 .hero_image-container img {
    max-height: 390%;
  }
  .hero.hero--small_height_395 .hero_image-container .row img,
  .hero.hero--small_height_395 .hero_image-container img {
    max-height: 395%;
  }
  .hero.hero--small_height_400 .hero_image-container .row img,
  .hero.hero--small_height_400 .hero_image-container img {
    max-height: 400%;
  }
  .hero {
    /* #endregion	MAX-WIDTH & MAX-HEIGHT % *************/
  }
}
@media only screen and (min-width:40.063em) {
  .hero {
    /* #region medium TOP & LEFT % *************/
  }
  .hero.hero--medium_top_-100 .hero_image-container .row img,
  .hero.hero--medium_top_-100 .hero_image-container img {
    top: -100%;
  }
  .hero.hero--medium_top_-95 .hero_image-container .row img,
  .hero.hero--medium_top_-95 .hero_image-container img {
    top: -95%;
  }
  .hero.hero--medium_top_-90 .hero_image-container .row img,
  .hero.hero--medium_top_-90 .hero_image-container img {
    top: -90%;
  }
  .hero.hero--medium_top_-85 .hero_image-container .row img,
  .hero.hero--medium_top_-85 .hero_image-container img {
    top: -85%;
  }
  .hero.hero--medium_top_-80 .hero_image-container .row img,
  .hero.hero--medium_top_-80 .hero_image-container img {
    top: -80%;
  }
  .hero.hero--medium_top_-75 .hero_image-container .row img,
  .hero.hero--medium_top_-75 .hero_image-container img {
    top: -75%;
  }
  .hero.hero--medium_top_-70 .hero_image-container .row img,
  .hero.hero--medium_top_-70 .hero_image-container img {
    top: -70%;
  }
  .hero.hero--medium_top_-65 .hero_image-container .row img,
  .hero.hero--medium_top_-65 .hero_image-container img {
    top: -65%;
  }
  .hero.hero--medium_top_-60 .hero_image-container .row img,
  .hero.hero--medium_top_-60 .hero_image-container img {
    top: -60%;
  }
  .hero.hero--medium_top_-55 .hero_image-container .row img,
  .hero.hero--medium_top_-55 .hero_image-container img {
    top: -55%;
  }
  .hero.hero--medium_top_-50 .hero_image-container .row img,
  .hero.hero--medium_top_-50 .hero_image-container img {
    top: -50%;
  }
  .hero.hero--medium_top_-45 .hero_image-container .row img,
  .hero.hero--medium_top_-45 .hero_image-container img {
    top: -45%;
  }
  .hero.hero--medium_top_-40 .hero_image-container .row img,
  .hero.hero--medium_top_-40 .hero_image-container img {
    top: -40%;
  }
  .hero.hero--medium_top_-35 .hero_image-container .row img,
  .hero.hero--medium_top_-35 .hero_image-container img {
    top: -35%;
  }
  .hero.hero--medium_top_-30 .hero_image-container .row img,
  .hero.hero--medium_top_-30 .hero_image-container img {
    top: -30%;
  }
  .hero.hero--medium_top_-25 .hero_image-container .row img,
  .hero.hero--medium_top_-25 .hero_image-container img {
    top: -25%;
  }
  .hero.hero--medium_top_-20 .hero_image-container .row img,
  .hero.hero--medium_top_-20 .hero_image-container img {
    top: -20%;
  }
  .hero.hero--medium_top_-15 .hero_image-container .row img,
  .hero.hero--medium_top_-15 .hero_image-container img {
    top: -15%;
  }
  .hero.hero--medium_top_-10 .hero_image-container .row img,
  .hero.hero--medium_top_-10 .hero_image-container img {
    top: -10%;
  }
  .hero.hero--medium_top_-5 .hero_image-container .row img,
  .hero.hero--medium_top_-5 .hero_image-container img {
    top: -5%;
  }
  .hero.hero--medium_top_0 .hero_image-container .row img,
  .hero.hero--medium_top_0 .hero_image-container img {
    top: 0%;
  }
  .hero.hero--medium_top_5 .hero_image-container .row img,
  .hero.hero--medium_top_5 .hero_image-container img {
    top: 5%;
  }
  .hero.hero--medium_top_10 .hero_image-container .row img,
  .hero.hero--medium_top_10 .hero_image-container img {
    top: 10%;
  }
  .hero.hero--medium_top_15 .hero_image-container .row img,
  .hero.hero--medium_top_15 .hero_image-container img {
    top: 15%;
  }
  .hero.hero--medium_top_20 .hero_image-container .row img,
  .hero.hero--medium_top_20 .hero_image-container img {
    top: 20%;
  }
  .hero.hero--medium_top_25 .hero_image-container .row img,
  .hero.hero--medium_top_25 .hero_image-container img {
    top: 25%;
  }
  .hero.hero--medium_top_30 .hero_image-container .row img,
  .hero.hero--medium_top_30 .hero_image-container img {
    top: 30%;
  }
  .hero.hero--medium_top_35 .hero_image-container .row img,
  .hero.hero--medium_top_35 .hero_image-container img {
    top: 35%;
  }
  .hero.hero--medium_top_40 .hero_image-container .row img,
  .hero.hero--medium_top_40 .hero_image-container img {
    top: 40%;
  }
  .hero.hero--medium_top_45 .hero_image-container .row img,
  .hero.hero--medium_top_45 .hero_image-container img {
    top: 45%;
  }
  .hero.hero--medium_top_50 .hero_image-container .row img,
  .hero.hero--medium_top_50 .hero_image-container img {
    top: 50%;
  }
  .hero.hero--medium_top_55 .hero_image-container .row img,
  .hero.hero--medium_top_55 .hero_image-container img {
    top: 55%;
  }
  .hero.hero--medium_top_60 .hero_image-container .row img,
  .hero.hero--medium_top_60 .hero_image-container img {
    top: 60%;
  }
  .hero.hero--medium_top_65 .hero_image-container .row img,
  .hero.hero--medium_top_65 .hero_image-container img {
    top: 65%;
  }
  .hero.hero--medium_top_70 .hero_image-container .row img,
  .hero.hero--medium_top_70 .hero_image-container img {
    top: 70%;
  }
  .hero.hero--medium_top_75 .hero_image-container .row img,
  .hero.hero--medium_top_75 .hero_image-container img {
    top: 75%;
  }
  .hero.hero--medium_top_80 .hero_image-container .row img,
  .hero.hero--medium_top_80 .hero_image-container img {
    top: 80%;
  }
  .hero.hero--medium_top_85 .hero_image-container .row img,
  .hero.hero--medium_top_85 .hero_image-container img {
    top: 85%;
  }
  .hero.hero--medium_top_90 .hero_image-container .row img,
  .hero.hero--medium_top_90 .hero_image-container img {
    top: 90%;
  }
  .hero.hero--medium_top_95 .hero_image-container .row img,
  .hero.hero--medium_top_95 .hero_image-container img {
    top: 95%;
  }
  .hero.hero--medium_top_100 .hero_image-container .row img,
  .hero.hero--medium_top_100 .hero_image-container img {
    top: 100%;
  }
  .hero.hero--medium_left_-100 .hero_image-container .row img,
  .hero.hero--medium_left_-100 .hero_image-container img {
    left: -100%;
  }
  .hero.hero--medium_left_-95 .hero_image-container .row img,
  .hero.hero--medium_left_-95 .hero_image-container img {
    left: -95%;
  }
  .hero.hero--medium_left_-90 .hero_image-container .row img,
  .hero.hero--medium_left_-90 .hero_image-container img {
    left: -90%;
  }
  .hero.hero--medium_left_-85 .hero_image-container .row img,
  .hero.hero--medium_left_-85 .hero_image-container img {
    left: -85%;
  }
  .hero.hero--medium_left_-80 .hero_image-container .row img,
  .hero.hero--medium_left_-80 .hero_image-container img {
    left: -80%;
  }
  .hero.hero--medium_left_-75 .hero_image-container .row img,
  .hero.hero--medium_left_-75 .hero_image-container img {
    left: -75%;
  }
  .hero.hero--medium_left_-70 .hero_image-container .row img,
  .hero.hero--medium_left_-70 .hero_image-container img {
    left: -70%;
  }
  .hero.hero--medium_left_-65 .hero_image-container .row img,
  .hero.hero--medium_left_-65 .hero_image-container img {
    left: -65%;
  }
  .hero.hero--medium_left_-60 .hero_image-container .row img,
  .hero.hero--medium_left_-60 .hero_image-container img {
    left: -60%;
  }
  .hero.hero--medium_left_-55 .hero_image-container .row img,
  .hero.hero--medium_left_-55 .hero_image-container img {
    left: -55%;
  }
  .hero.hero--medium_left_-50 .hero_image-container .row img,
  .hero.hero--medium_left_-50 .hero_image-container img {
    left: -50%;
  }
  .hero.hero--medium_left_-45 .hero_image-container .row img,
  .hero.hero--medium_left_-45 .hero_image-container img {
    left: -45%;
  }
  .hero.hero--medium_left_-40 .hero_image-container .row img,
  .hero.hero--medium_left_-40 .hero_image-container img {
    left: -40%;
  }
  .hero.hero--medium_left_-35 .hero_image-container .row img,
  .hero.hero--medium_left_-35 .hero_image-container img {
    left: -35%;
  }
  .hero.hero--medium_left_-30 .hero_image-container .row img,
  .hero.hero--medium_left_-30 .hero_image-container img {
    left: -30%;
  }
  .hero.hero--medium_left_-25 .hero_image-container .row img,
  .hero.hero--medium_left_-25 .hero_image-container img {
    left: -25%;
  }
  .hero.hero--medium_left_-20 .hero_image-container .row img,
  .hero.hero--medium_left_-20 .hero_image-container img {
    left: -20%;
  }
  .hero.hero--medium_left_-15 .hero_image-container .row img,
  .hero.hero--medium_left_-15 .hero_image-container img {
    left: -15%;
  }
  .hero.hero--medium_left_-10 .hero_image-container .row img,
  .hero.hero--medium_left_-10 .hero_image-container img {
    left: -10%;
  }
  .hero.hero--medium_left_-5 .hero_image-container .row img,
  .hero.hero--medium_left_-5 .hero_image-container img {
    left: -5%;
  }
  .hero.hero--medium_left_0 .hero_image-container .row img,
  .hero.hero--medium_left_0 .hero_image-container img {
    left: 0%;
  }
  .hero.hero--medium_left_5 .hero_image-container .row img,
  .hero.hero--medium_left_5 .hero_image-container img {
    left: 5%;
  }
  .hero.hero--medium_left_10 .hero_image-container .row img,
  .hero.hero--medium_left_10 .hero_image-container img {
    left: 10%;
  }
  .hero.hero--medium_left_15 .hero_image-container .row img,
  .hero.hero--medium_left_15 .hero_image-container img {
    left: 15%;
  }
  .hero.hero--medium_left_20 .hero_image-container .row img,
  .hero.hero--medium_left_20 .hero_image-container img {
    left: 20%;
  }
  .hero.hero--medium_left_25 .hero_image-container .row img,
  .hero.hero--medium_left_25 .hero_image-container img {
    left: 25%;
  }
  .hero.hero--medium_left_30 .hero_image-container .row img,
  .hero.hero--medium_left_30 .hero_image-container img {
    left: 30%;
  }
  .hero.hero--medium_left_35 .hero_image-container .row img,
  .hero.hero--medium_left_35 .hero_image-container img {
    left: 35%;
  }
  .hero.hero--medium_left_40 .hero_image-container .row img,
  .hero.hero--medium_left_40 .hero_image-container img {
    left: 40%;
  }
  .hero.hero--medium_left_45 .hero_image-container .row img,
  .hero.hero--medium_left_45 .hero_image-container img {
    left: 45%;
  }
  .hero.hero--medium_left_50 .hero_image-container .row img,
  .hero.hero--medium_left_50 .hero_image-container img {
    left: 50%;
  }
  .hero.hero--medium_left_55 .hero_image-container .row img,
  .hero.hero--medium_left_55 .hero_image-container img {
    left: 55%;
  }
  .hero.hero--medium_left_60 .hero_image-container .row img,
  .hero.hero--medium_left_60 .hero_image-container img {
    left: 60%;
  }
  .hero.hero--medium_left_65 .hero_image-container .row img,
  .hero.hero--medium_left_65 .hero_image-container img {
    left: 65%;
  }
  .hero.hero--medium_left_70 .hero_image-container .row img,
  .hero.hero--medium_left_70 .hero_image-container img {
    left: 70%;
  }
  .hero.hero--medium_left_75 .hero_image-container .row img,
  .hero.hero--medium_left_75 .hero_image-container img {
    left: 75%;
  }
  .hero.hero--medium_left_80 .hero_image-container .row img,
  .hero.hero--medium_left_80 .hero_image-container img {
    left: 80%;
  }
  .hero.hero--medium_left_85 .hero_image-container .row img,
  .hero.hero--medium_left_85 .hero_image-container img {
    left: 85%;
  }
  .hero.hero--medium_left_90 .hero_image-container .row img,
  .hero.hero--medium_left_90 .hero_image-container img {
    left: 90%;
  }
  .hero.hero--medium_left_95 .hero_image-container .row img,
  .hero.hero--medium_left_95 .hero_image-container img {
    left: 95%;
  }
  .hero.hero--medium_left_100 .hero_image-container .row img,
  .hero.hero--medium_left_100 .hero_image-container img {
    left: 100%;
  }
  .hero {
    /* #endregion TOP & LEFT % *************/
    /* #region medium MAX-WIDTH & MAX-HEIGHT % *************/
  }
  .hero.hero--medium_width_100 .hero_image-container .row img,
  .hero.hero--medium_width_100 .hero_image-container img {
    max-width: 100%;
  }
  .hero.hero--medium_width_105 .hero_image-container .row img,
  .hero.hero--medium_width_105 .hero_image-container img {
    max-width: 105%;
  }
  .hero.hero--medium_width_110 .hero_image-container .row img,
  .hero.hero--medium_width_110 .hero_image-container img {
    max-width: 110%;
  }
  .hero.hero--medium_width_115 .hero_image-container .row img,
  .hero.hero--medium_width_115 .hero_image-container img {
    max-width: 115%;
  }
  .hero.hero--medium_width_120 .hero_image-container .row img,
  .hero.hero--medium_width_120 .hero_image-container img {
    max-width: 120%;
  }
  .hero.hero--medium_width_125 .hero_image-container .row img,
  .hero.hero--medium_width_125 .hero_image-container img {
    max-width: 125%;
  }
  .hero.hero--medium_width_130 .hero_image-container .row img,
  .hero.hero--medium_width_130 .hero_image-container img {
    max-width: 130%;
  }
  .hero.hero--medium_width_135 .hero_image-container .row img,
  .hero.hero--medium_width_135 .hero_image-container img {
    max-width: 135%;
  }
  .hero.hero--medium_width_140 .hero_image-container .row img,
  .hero.hero--medium_width_140 .hero_image-container img {
    max-width: 140%;
  }
  .hero.hero--medium_width_145 .hero_image-container .row img,
  .hero.hero--medium_width_145 .hero_image-container img {
    max-width: 145%;
  }
  .hero.hero--medium_width_150 .hero_image-container .row img,
  .hero.hero--medium_width_150 .hero_image-container img {
    max-width: 150%;
  }
  .hero.hero--medium_width_155 .hero_image-container .row img,
  .hero.hero--medium_width_155 .hero_image-container img {
    max-width: 155%;
  }
  .hero.hero--medium_width_160 .hero_image-container .row img,
  .hero.hero--medium_width_160 .hero_image-container img {
    max-width: 160%;
  }
  .hero.hero--medium_width_165 .hero_image-container .row img,
  .hero.hero--medium_width_165 .hero_image-container img {
    max-width: 165%;
  }
  .hero.hero--medium_width_170 .hero_image-container .row img,
  .hero.hero--medium_width_170 .hero_image-container img {
    max-width: 170%;
  }
  .hero.hero--medium_width_175 .hero_image-container .row img,
  .hero.hero--medium_width_175 .hero_image-container img {
    max-width: 175%;
  }
  .hero.hero--medium_width_180 .hero_image-container .row img,
  .hero.hero--medium_width_180 .hero_image-container img {
    max-width: 180%;
  }
  .hero.hero--medium_width_185 .hero_image-container .row img,
  .hero.hero--medium_width_185 .hero_image-container img {
    max-width: 185%;
  }
  .hero.hero--medium_width_190 .hero_image-container .row img,
  .hero.hero--medium_width_190 .hero_image-container img {
    max-width: 190%;
  }
  .hero.hero--medium_width_195 .hero_image-container .row img,
  .hero.hero--medium_width_195 .hero_image-container img {
    max-width: 195%;
  }
  .hero.hero--medium_width_200 .hero_image-container .row img,
  .hero.hero--medium_width_200 .hero_image-container img {
    max-width: 200%;
  }
  .hero.hero--medium_width_205 .hero_image-container .row img,
  .hero.hero--medium_width_205 .hero_image-container img {
    max-width: 205%;
  }
  .hero.hero--medium_width_210 .hero_image-container .row img,
  .hero.hero--medium_width_210 .hero_image-container img {
    max-width: 210%;
  }
  .hero.hero--medium_width_215 .hero_image-container .row img,
  .hero.hero--medium_width_215 .hero_image-container img {
    max-width: 215%;
  }
  .hero.hero--medium_width_220 .hero_image-container .row img,
  .hero.hero--medium_width_220 .hero_image-container img {
    max-width: 220%;
  }
  .hero.hero--medium_width_225 .hero_image-container .row img,
  .hero.hero--medium_width_225 .hero_image-container img {
    max-width: 225%;
  }
  .hero.hero--medium_width_230 .hero_image-container .row img,
  .hero.hero--medium_width_230 .hero_image-container img {
    max-width: 230%;
  }
  .hero.hero--medium_width_235 .hero_image-container .row img,
  .hero.hero--medium_width_235 .hero_image-container img {
    max-width: 235%;
  }
  .hero.hero--medium_width_240 .hero_image-container .row img,
  .hero.hero--medium_width_240 .hero_image-container img {
    max-width: 240%;
  }
  .hero.hero--medium_width_245 .hero_image-container .row img,
  .hero.hero--medium_width_245 .hero_image-container img {
    max-width: 245%;
  }
  .hero.hero--medium_width_250 .hero_image-container .row img,
  .hero.hero--medium_width_250 .hero_image-container img {
    max-width: 250%;
  }
  .hero.hero--medium_width_255 .hero_image-container .row img,
  .hero.hero--medium_width_255 .hero_image-container img {
    max-width: 255%;
  }
  .hero.hero--medium_width_260 .hero_image-container .row img,
  .hero.hero--medium_width_260 .hero_image-container img {
    max-width: 260%;
  }
  .hero.hero--medium_width_265 .hero_image-container .row img,
  .hero.hero--medium_width_265 .hero_image-container img {
    max-width: 265%;
  }
  .hero.hero--medium_width_270 .hero_image-container .row img,
  .hero.hero--medium_width_270 .hero_image-container img {
    max-width: 270%;
  }
  .hero.hero--medium_width_275 .hero_image-container .row img,
  .hero.hero--medium_width_275 .hero_image-container img {
    max-width: 275%;
  }
  .hero.hero--medium_width_280 .hero_image-container .row img,
  .hero.hero--medium_width_280 .hero_image-container img {
    max-width: 280%;
  }
  .hero.hero--medium_width_285 .hero_image-container .row img,
  .hero.hero--medium_width_285 .hero_image-container img {
    max-width: 285%;
  }
  .hero.hero--medium_width_290 .hero_image-container .row img,
  .hero.hero--medium_width_290 .hero_image-container img {
    max-width: 290%;
  }
  .hero.hero--medium_width_295 .hero_image-container .row img,
  .hero.hero--medium_width_295 .hero_image-container img {
    max-width: 295%;
  }
  .hero.hero--medium_width_300 .hero_image-container .row img,
  .hero.hero--medium_width_300 .hero_image-container img {
    max-width: 300%;
  }
  .hero.hero--medium_width_305 .hero_image-container .row img,
  .hero.hero--medium_width_305 .hero_image-container img {
    max-width: 305%;
  }
  .hero.hero--medium_width_310 .hero_image-container .row img,
  .hero.hero--medium_width_310 .hero_image-container img {
    max-width: 310%;
  }
  .hero.hero--medium_width_315 .hero_image-container .row img,
  .hero.hero--medium_width_315 .hero_image-container img {
    max-width: 315%;
  }
  .hero.hero--medium_width_320 .hero_image-container .row img,
  .hero.hero--medium_width_320 .hero_image-container img {
    max-width: 320%;
  }
  .hero.hero--medium_width_325 .hero_image-container .row img,
  .hero.hero--medium_width_325 .hero_image-container img {
    max-width: 325%;
  }
  .hero.hero--medium_width_330 .hero_image-container .row img,
  .hero.hero--medium_width_330 .hero_image-container img {
    max-width: 330%;
  }
  .hero.hero--medium_width_335 .hero_image-container .row img,
  .hero.hero--medium_width_335 .hero_image-container img {
    max-width: 335%;
  }
  .hero.hero--medium_width_340 .hero_image-container .row img,
  .hero.hero--medium_width_340 .hero_image-container img {
    max-width: 340%;
  }
  .hero.hero--medium_width_345 .hero_image-container .row img,
  .hero.hero--medium_width_345 .hero_image-container img {
    max-width: 345%;
  }
  .hero.hero--medium_width_350 .hero_image-container .row img,
  .hero.hero--medium_width_350 .hero_image-container img {
    max-width: 350%;
  }
  .hero.hero--medium_width_355 .hero_image-container .row img,
  .hero.hero--medium_width_355 .hero_image-container img {
    max-width: 355%;
  }
  .hero.hero--medium_width_360 .hero_image-container .row img,
  .hero.hero--medium_width_360 .hero_image-container img {
    max-width: 360%;
  }
  .hero.hero--medium_width_365 .hero_image-container .row img,
  .hero.hero--medium_width_365 .hero_image-container img {
    max-width: 365%;
  }
  .hero.hero--medium_width_370 .hero_image-container .row img,
  .hero.hero--medium_width_370 .hero_image-container img {
    max-width: 370%;
  }
  .hero.hero--medium_width_375 .hero_image-container .row img,
  .hero.hero--medium_width_375 .hero_image-container img {
    max-width: 375%;
  }
  .hero.hero--medium_width_380 .hero_image-container .row img,
  .hero.hero--medium_width_380 .hero_image-container img {
    max-width: 380%;
  }
  .hero.hero--medium_width_385 .hero_image-container .row img,
  .hero.hero--medium_width_385 .hero_image-container img {
    max-width: 385%;
  }
  .hero.hero--medium_width_390 .hero_image-container .row img,
  .hero.hero--medium_width_390 .hero_image-container img {
    max-width: 390%;
  }
  .hero.hero--medium_width_395 .hero_image-container .row img,
  .hero.hero--medium_width_395 .hero_image-container img {
    max-width: 395%;
  }
  .hero.hero--medium_width_400 .hero_image-container .row img,
  .hero.hero--medium_width_400 .hero_image-container img {
    max-width: 400%;
  }
  .hero.hero--medium_height_100 .hero_image-container .row img,
  .hero.hero--medium_height_100 .hero_image-container img {
    max-height: 100%;
  }
  .hero.hero--medium_height_105 .hero_image-container .row img,
  .hero.hero--medium_height_105 .hero_image-container img {
    max-height: 105%;
  }
  .hero.hero--medium_height_110 .hero_image-container .row img,
  .hero.hero--medium_height_110 .hero_image-container img {
    max-height: 110%;
  }
  .hero.hero--medium_height_115 .hero_image-container .row img,
  .hero.hero--medium_height_115 .hero_image-container img {
    max-height: 115%;
  }
  .hero.hero--medium_height_120 .hero_image-container .row img,
  .hero.hero--medium_height_120 .hero_image-container img {
    max-height: 120%;
  }
  .hero.hero--medium_height_125 .hero_image-container .row img,
  .hero.hero--medium_height_125 .hero_image-container img {
    max-height: 125%;
  }
  .hero.hero--medium_height_130 .hero_image-container .row img,
  .hero.hero--medium_height_130 .hero_image-container img {
    max-height: 130%;
  }
  .hero.hero--medium_height_135 .hero_image-container .row img,
  .hero.hero--medium_height_135 .hero_image-container img {
    max-height: 135%;
  }
  .hero.hero--medium_height_140 .hero_image-container .row img,
  .hero.hero--medium_height_140 .hero_image-container img {
    max-height: 140%;
  }
  .hero.hero--medium_height_145 .hero_image-container .row img,
  .hero.hero--medium_height_145 .hero_image-container img {
    max-height: 145%;
  }
  .hero.hero--medium_height_150 .hero_image-container .row img,
  .hero.hero--medium_height_150 .hero_image-container img {
    max-height: 150%;
  }
  .hero.hero--medium_height_155 .hero_image-container .row img,
  .hero.hero--medium_height_155 .hero_image-container img {
    max-height: 155%;
  }
  .hero.hero--medium_height_160 .hero_image-container .row img,
  .hero.hero--medium_height_160 .hero_image-container img {
    max-height: 160%;
  }
  .hero.hero--medium_height_165 .hero_image-container .row img,
  .hero.hero--medium_height_165 .hero_image-container img {
    max-height: 165%;
  }
  .hero.hero--medium_height_170 .hero_image-container .row img,
  .hero.hero--medium_height_170 .hero_image-container img {
    max-height: 170%;
  }
  .hero.hero--medium_height_175 .hero_image-container .row img,
  .hero.hero--medium_height_175 .hero_image-container img {
    max-height: 175%;
  }
  .hero.hero--medium_height_180 .hero_image-container .row img,
  .hero.hero--medium_height_180 .hero_image-container img {
    max-height: 180%;
  }
  .hero.hero--medium_height_185 .hero_image-container .row img,
  .hero.hero--medium_height_185 .hero_image-container img {
    max-height: 185%;
  }
  .hero.hero--medium_height_190 .hero_image-container .row img,
  .hero.hero--medium_height_190 .hero_image-container img {
    max-height: 190%;
  }
  .hero.hero--medium_height_195 .hero_image-container .row img,
  .hero.hero--medium_height_195 .hero_image-container img {
    max-height: 195%;
  }
  .hero.hero--medium_height_200 .hero_image-container .row img,
  .hero.hero--medium_height_200 .hero_image-container img {
    max-height: 200%;
  }
  .hero.hero--medium_height_205 .hero_image-container .row img,
  .hero.hero--medium_height_205 .hero_image-container img {
    max-height: 205%;
  }
  .hero.hero--medium_height_210 .hero_image-container .row img,
  .hero.hero--medium_height_210 .hero_image-container img {
    max-height: 210%;
  }
  .hero.hero--medium_height_215 .hero_image-container .row img,
  .hero.hero--medium_height_215 .hero_image-container img {
    max-height: 215%;
  }
  .hero.hero--medium_height_220 .hero_image-container .row img,
  .hero.hero--medium_height_220 .hero_image-container img {
    max-height: 220%;
  }
  .hero.hero--medium_height_225 .hero_image-container .row img,
  .hero.hero--medium_height_225 .hero_image-container img {
    max-height: 225%;
  }
  .hero.hero--medium_height_230 .hero_image-container .row img,
  .hero.hero--medium_height_230 .hero_image-container img {
    max-height: 230%;
  }
  .hero.hero--medium_height_235 .hero_image-container .row img,
  .hero.hero--medium_height_235 .hero_image-container img {
    max-height: 235%;
  }
  .hero.hero--medium_height_240 .hero_image-container .row img,
  .hero.hero--medium_height_240 .hero_image-container img {
    max-height: 240%;
  }
  .hero.hero--medium_height_245 .hero_image-container .row img,
  .hero.hero--medium_height_245 .hero_image-container img {
    max-height: 245%;
  }
  .hero.hero--medium_height_250 .hero_image-container .row img,
  .hero.hero--medium_height_250 .hero_image-container img {
    max-height: 250%;
  }
  .hero.hero--medium_height_255 .hero_image-container .row img,
  .hero.hero--medium_height_255 .hero_image-container img {
    max-height: 255%;
  }
  .hero.hero--medium_height_260 .hero_image-container .row img,
  .hero.hero--medium_height_260 .hero_image-container img {
    max-height: 260%;
  }
  .hero.hero--medium_height_265 .hero_image-container .row img,
  .hero.hero--medium_height_265 .hero_image-container img {
    max-height: 265%;
  }
  .hero.hero--medium_height_270 .hero_image-container .row img,
  .hero.hero--medium_height_270 .hero_image-container img {
    max-height: 270%;
  }
  .hero.hero--medium_height_275 .hero_image-container .row img,
  .hero.hero--medium_height_275 .hero_image-container img {
    max-height: 275%;
  }
  .hero.hero--medium_height_280 .hero_image-container .row img,
  .hero.hero--medium_height_280 .hero_image-container img {
    max-height: 280%;
  }
  .hero.hero--medium_height_285 .hero_image-container .row img,
  .hero.hero--medium_height_285 .hero_image-container img {
    max-height: 285%;
  }
  .hero.hero--medium_height_290 .hero_image-container .row img,
  .hero.hero--medium_height_290 .hero_image-container img {
    max-height: 290%;
  }
  .hero.hero--medium_height_295 .hero_image-container .row img,
  .hero.hero--medium_height_295 .hero_image-container img {
    max-height: 295%;
  }
  .hero.hero--medium_height_300 .hero_image-container .row img,
  .hero.hero--medium_height_300 .hero_image-container img {
    max-height: 300%;
  }
  .hero.hero--medium_height_305 .hero_image-container .row img,
  .hero.hero--medium_height_305 .hero_image-container img {
    max-height: 305%;
  }
  .hero.hero--medium_height_310 .hero_image-container .row img,
  .hero.hero--medium_height_310 .hero_image-container img {
    max-height: 310%;
  }
  .hero.hero--medium_height_315 .hero_image-container .row img,
  .hero.hero--medium_height_315 .hero_image-container img {
    max-height: 315%;
  }
  .hero.hero--medium_height_320 .hero_image-container .row img,
  .hero.hero--medium_height_320 .hero_image-container img {
    max-height: 320%;
  }
  .hero.hero--medium_height_325 .hero_image-container .row img,
  .hero.hero--medium_height_325 .hero_image-container img {
    max-height: 325%;
  }
  .hero.hero--medium_height_330 .hero_image-container .row img,
  .hero.hero--medium_height_330 .hero_image-container img {
    max-height: 330%;
  }
  .hero.hero--medium_height_335 .hero_image-container .row img,
  .hero.hero--medium_height_335 .hero_image-container img {
    max-height: 335%;
  }
  .hero.hero--medium_height_340 .hero_image-container .row img,
  .hero.hero--medium_height_340 .hero_image-container img {
    max-height: 340%;
  }
  .hero.hero--medium_height_345 .hero_image-container .row img,
  .hero.hero--medium_height_345 .hero_image-container img {
    max-height: 345%;
  }
  .hero.hero--medium_height_350 .hero_image-container .row img,
  .hero.hero--medium_height_350 .hero_image-container img {
    max-height: 350%;
  }
  .hero.hero--medium_height_355 .hero_image-container .row img,
  .hero.hero--medium_height_355 .hero_image-container img {
    max-height: 355%;
  }
  .hero.hero--medium_height_360 .hero_image-container .row img,
  .hero.hero--medium_height_360 .hero_image-container img {
    max-height: 360%;
  }
  .hero.hero--medium_height_365 .hero_image-container .row img,
  .hero.hero--medium_height_365 .hero_image-container img {
    max-height: 365%;
  }
  .hero.hero--medium_height_370 .hero_image-container .row img,
  .hero.hero--medium_height_370 .hero_image-container img {
    max-height: 370%;
  }
  .hero.hero--medium_height_375 .hero_image-container .row img,
  .hero.hero--medium_height_375 .hero_image-container img {
    max-height: 375%;
  }
  .hero.hero--medium_height_380 .hero_image-container .row img,
  .hero.hero--medium_height_380 .hero_image-container img {
    max-height: 380%;
  }
  .hero.hero--medium_height_385 .hero_image-container .row img,
  .hero.hero--medium_height_385 .hero_image-container img {
    max-height: 385%;
  }
  .hero.hero--medium_height_390 .hero_image-container .row img,
  .hero.hero--medium_height_390 .hero_image-container img {
    max-height: 390%;
  }
  .hero.hero--medium_height_395 .hero_image-container .row img,
  .hero.hero--medium_height_395 .hero_image-container img {
    max-height: 395%;
  }
  .hero.hero--medium_height_400 .hero_image-container .row img,
  .hero.hero--medium_height_400 .hero_image-container img {
    max-height: 400%;
  }
  .hero {
    /* #endregion	MAX-WIDTH & MAX-HEIGHT % *************/
  }
}
@media only screen and (min-width:64.063em) {
  .hero {
    /* #region large TOP & LEFT % *************/
  }
  .hero.hero--large_top_-100 .hero_image-container .row img,
  .hero.hero--large_top_-100 .hero_image-container img {
    top: -100%;
  }
  .hero.hero--large_top_-95 .hero_image-container .row img,
  .hero.hero--large_top_-95 .hero_image-container img {
    top: -95%;
  }
  .hero.hero--large_top_-90 .hero_image-container .row img,
  .hero.hero--large_top_-90 .hero_image-container img {
    top: -90%;
  }
  .hero.hero--large_top_-85 .hero_image-container .row img,
  .hero.hero--large_top_-85 .hero_image-container img {
    top: -85%;
  }
  .hero.hero--large_top_-80 .hero_image-container .row img,
  .hero.hero--large_top_-80 .hero_image-container img {
    top: -80%;
  }
  .hero.hero--large_top_-75 .hero_image-container .row img,
  .hero.hero--large_top_-75 .hero_image-container img {
    top: -75%;
  }
  .hero.hero--large_top_-70 .hero_image-container .row img,
  .hero.hero--large_top_-70 .hero_image-container img {
    top: -70%;
  }
  .hero.hero--large_top_-65 .hero_image-container .row img,
  .hero.hero--large_top_-65 .hero_image-container img {
    top: -65%;
  }
  .hero.hero--large_top_-60 .hero_image-container .row img,
  .hero.hero--large_top_-60 .hero_image-container img {
    top: -60%;
  }
  .hero.hero--large_top_-55 .hero_image-container .row img,
  .hero.hero--large_top_-55 .hero_image-container img {
    top: -55%;
  }
  .hero.hero--large_top_-50 .hero_image-container .row img,
  .hero.hero--large_top_-50 .hero_image-container img {
    top: -50%;
  }
  .hero.hero--large_top_-45 .hero_image-container .row img,
  .hero.hero--large_top_-45 .hero_image-container img {
    top: -45%;
  }
  .hero.hero--large_top_-40 .hero_image-container .row img,
  .hero.hero--large_top_-40 .hero_image-container img {
    top: -40%;
  }
  .hero.hero--large_top_-35 .hero_image-container .row img,
  .hero.hero--large_top_-35 .hero_image-container img {
    top: -35%;
  }
  .hero.hero--large_top_-30 .hero_image-container .row img,
  .hero.hero--large_top_-30 .hero_image-container img {
    top: -30%;
  }
  .hero.hero--large_top_-25 .hero_image-container .row img,
  .hero.hero--large_top_-25 .hero_image-container img {
    top: -25%;
  }
  .hero.hero--large_top_-20 .hero_image-container .row img,
  .hero.hero--large_top_-20 .hero_image-container img {
    top: -20%;
  }
  .hero.hero--large_top_-15 .hero_image-container .row img,
  .hero.hero--large_top_-15 .hero_image-container img {
    top: -15%;
  }
  .hero.hero--large_top_-10 .hero_image-container .row img,
  .hero.hero--large_top_-10 .hero_image-container img {
    top: -10%;
  }
  .hero.hero--large_top_-5 .hero_image-container .row img,
  .hero.hero--large_top_-5 .hero_image-container img {
    top: -5%;
  }
  .hero.hero--large_top_0 .hero_image-container .row img,
  .hero.hero--large_top_0 .hero_image-container img {
    top: 0%;
  }
  .hero.hero--large_top_5 .hero_image-container .row img,
  .hero.hero--large_top_5 .hero_image-container img {
    top: 5%;
  }
  .hero.hero--large_top_10 .hero_image-container .row img,
  .hero.hero--large_top_10 .hero_image-container img {
    top: 10%;
  }
  .hero.hero--large_top_15 .hero_image-container .row img,
  .hero.hero--large_top_15 .hero_image-container img {
    top: 15%;
  }
  .hero.hero--large_top_20 .hero_image-container .row img,
  .hero.hero--large_top_20 .hero_image-container img {
    top: 20%;
  }
  .hero.hero--large_top_25 .hero_image-container .row img,
  .hero.hero--large_top_25 .hero_image-container img {
    top: 25%;
  }
  .hero.hero--large_top_30 .hero_image-container .row img,
  .hero.hero--large_top_30 .hero_image-container img {
    top: 30%;
  }
  .hero.hero--large_top_35 .hero_image-container .row img,
  .hero.hero--large_top_35 .hero_image-container img {
    top: 35%;
  }
  .hero.hero--large_top_40 .hero_image-container .row img,
  .hero.hero--large_top_40 .hero_image-container img {
    top: 40%;
  }
  .hero.hero--large_top_45 .hero_image-container .row img,
  .hero.hero--large_top_45 .hero_image-container img {
    top: 45%;
  }
  .hero.hero--large_top_50 .hero_image-container .row img,
  .hero.hero--large_top_50 .hero_image-container img {
    top: 50%;
  }
  .hero.hero--large_top_55 .hero_image-container .row img,
  .hero.hero--large_top_55 .hero_image-container img {
    top: 55%;
  }
  .hero.hero--large_top_60 .hero_image-container .row img,
  .hero.hero--large_top_60 .hero_image-container img {
    top: 60%;
  }
  .hero.hero--large_top_65 .hero_image-container .row img,
  .hero.hero--large_top_65 .hero_image-container img {
    top: 65%;
  }
  .hero.hero--large_top_70 .hero_image-container .row img,
  .hero.hero--large_top_70 .hero_image-container img {
    top: 70%;
  }
  .hero.hero--large_top_75 .hero_image-container .row img,
  .hero.hero--large_top_75 .hero_image-container img {
    top: 75%;
  }
  .hero.hero--large_top_80 .hero_image-container .row img,
  .hero.hero--large_top_80 .hero_image-container img {
    top: 80%;
  }
  .hero.hero--large_top_85 .hero_image-container .row img,
  .hero.hero--large_top_85 .hero_image-container img {
    top: 85%;
  }
  .hero.hero--large_top_90 .hero_image-container .row img,
  .hero.hero--large_top_90 .hero_image-container img {
    top: 90%;
  }
  .hero.hero--large_top_95 .hero_image-container .row img,
  .hero.hero--large_top_95 .hero_image-container img {
    top: 95%;
  }
  .hero.hero--large_top_100 .hero_image-container .row img,
  .hero.hero--large_top_100 .hero_image-container img {
    top: 100%;
  }
  .hero.hero--large_left_-100 .hero_image-container .row img,
  .hero.hero--large_left_-100 .hero_image-container img {
    left: -100%;
  }
  .hero.hero--large_left_-95 .hero_image-container .row img,
  .hero.hero--large_left_-95 .hero_image-container img {
    left: -95%;
  }
  .hero.hero--large_left_-90 .hero_image-container .row img,
  .hero.hero--large_left_-90 .hero_image-container img {
    left: -90%;
  }
  .hero.hero--large_left_-85 .hero_image-container .row img,
  .hero.hero--large_left_-85 .hero_image-container img {
    left: -85%;
  }
  .hero.hero--large_left_-80 .hero_image-container .row img,
  .hero.hero--large_left_-80 .hero_image-container img {
    left: -80%;
  }
  .hero.hero--large_left_-75 .hero_image-container .row img,
  .hero.hero--large_left_-75 .hero_image-container img {
    left: -75%;
  }
  .hero.hero--large_left_-70 .hero_image-container .row img,
  .hero.hero--large_left_-70 .hero_image-container img {
    left: -70%;
  }
  .hero.hero--large_left_-65 .hero_image-container .row img,
  .hero.hero--large_left_-65 .hero_image-container img {
    left: -65%;
  }
  .hero.hero--large_left_-60 .hero_image-container .row img,
  .hero.hero--large_left_-60 .hero_image-container img {
    left: -60%;
  }
  .hero.hero--large_left_-55 .hero_image-container .row img,
  .hero.hero--large_left_-55 .hero_image-container img {
    left: -55%;
  }
  .hero.hero--large_left_-50 .hero_image-container .row img,
  .hero.hero--large_left_-50 .hero_image-container img {
    left: -50%;
  }
  .hero.hero--large_left_-45 .hero_image-container .row img,
  .hero.hero--large_left_-45 .hero_image-container img {
    left: -45%;
  }
  .hero.hero--large_left_-40 .hero_image-container .row img,
  .hero.hero--large_left_-40 .hero_image-container img {
    left: -40%;
  }
  .hero.hero--large_left_-35 .hero_image-container .row img,
  .hero.hero--large_left_-35 .hero_image-container img {
    left: -35%;
  }
  .hero.hero--large_left_-30 .hero_image-container .row img,
  .hero.hero--large_left_-30 .hero_image-container img {
    left: -30%;
  }
  .hero.hero--large_left_-25 .hero_image-container .row img,
  .hero.hero--large_left_-25 .hero_image-container img {
    left: -25%;
  }
  .hero.hero--large_left_-20 .hero_image-container .row img,
  .hero.hero--large_left_-20 .hero_image-container img {
    left: -20%;
  }
  .hero.hero--large_left_-15 .hero_image-container .row img,
  .hero.hero--large_left_-15 .hero_image-container img {
    left: -15%;
  }
  .hero.hero--large_left_-10 .hero_image-container .row img,
  .hero.hero--large_left_-10 .hero_image-container img {
    left: -10%;
  }
  .hero.hero--large_left_-5 .hero_image-container .row img,
  .hero.hero--large_left_-5 .hero_image-container img {
    left: -5%;
  }
  .hero.hero--large_left_0 .hero_image-container .row img,
  .hero.hero--large_left_0 .hero_image-container img {
    left: 0%;
  }
  .hero.hero--large_left_5 .hero_image-container .row img,
  .hero.hero--large_left_5 .hero_image-container img {
    left: 5%;
  }
  .hero.hero--large_left_10 .hero_image-container .row img,
  .hero.hero--large_left_10 .hero_image-container img {
    left: 10%;
  }
  .hero.hero--large_left_15 .hero_image-container .row img,
  .hero.hero--large_left_15 .hero_image-container img {
    left: 15%;
  }
  .hero.hero--large_left_20 .hero_image-container .row img,
  .hero.hero--large_left_20 .hero_image-container img {
    left: 20%;
  }
  .hero.hero--large_left_25 .hero_image-container .row img,
  .hero.hero--large_left_25 .hero_image-container img {
    left: 25%;
  }
  .hero.hero--large_left_30 .hero_image-container .row img,
  .hero.hero--large_left_30 .hero_image-container img {
    left: 30%;
  }
  .hero.hero--large_left_35 .hero_image-container .row img,
  .hero.hero--large_left_35 .hero_image-container img {
    left: 35%;
  }
  .hero.hero--large_left_40 .hero_image-container .row img,
  .hero.hero--large_left_40 .hero_image-container img {
    left: 40%;
  }
  .hero.hero--large_left_45 .hero_image-container .row img,
  .hero.hero--large_left_45 .hero_image-container img {
    left: 45%;
  }
  .hero.hero--large_left_50 .hero_image-container .row img,
  .hero.hero--large_left_50 .hero_image-container img {
    left: 50%;
  }
  .hero.hero--large_left_55 .hero_image-container .row img,
  .hero.hero--large_left_55 .hero_image-container img {
    left: 55%;
  }
  .hero.hero--large_left_60 .hero_image-container .row img,
  .hero.hero--large_left_60 .hero_image-container img {
    left: 60%;
  }
  .hero.hero--large_left_65 .hero_image-container .row img,
  .hero.hero--large_left_65 .hero_image-container img {
    left: 65%;
  }
  .hero.hero--large_left_70 .hero_image-container .row img,
  .hero.hero--large_left_70 .hero_image-container img {
    left: 70%;
  }
  .hero.hero--large_left_75 .hero_image-container .row img,
  .hero.hero--large_left_75 .hero_image-container img {
    left: 75%;
  }
  .hero.hero--large_left_80 .hero_image-container .row img,
  .hero.hero--large_left_80 .hero_image-container img {
    left: 80%;
  }
  .hero.hero--large_left_85 .hero_image-container .row img,
  .hero.hero--large_left_85 .hero_image-container img {
    left: 85%;
  }
  .hero.hero--large_left_90 .hero_image-container .row img,
  .hero.hero--large_left_90 .hero_image-container img {
    left: 90%;
  }
  .hero.hero--large_left_95 .hero_image-container .row img,
  .hero.hero--large_left_95 .hero_image-container img {
    left: 95%;
  }
  .hero.hero--large_left_100 .hero_image-container .row img,
  .hero.hero--large_left_100 .hero_image-container img {
    left: 100%;
  }
  .hero {
    /* #endregion TOP & LEFT % *************/
    /* #region large MAX-WIDTH & MAX-HEIGHT % *************/
  }
  .hero.hero--large_width_100 .hero_image-container .row img,
  .hero.hero--large_width_100 .hero_image-container img {
    max-width: 100%;
  }
  .hero.hero--large_width_105 .hero_image-container .row img,
  .hero.hero--large_width_105 .hero_image-container img {
    max-width: 105%;
  }
  .hero.hero--large_width_110 .hero_image-container .row img,
  .hero.hero--large_width_110 .hero_image-container img {
    max-width: 110%;
  }
  .hero.hero--large_width_115 .hero_image-container .row img,
  .hero.hero--large_width_115 .hero_image-container img {
    max-width: 115%;
  }
  .hero.hero--large_width_120 .hero_image-container .row img,
  .hero.hero--large_width_120 .hero_image-container img {
    max-width: 120%;
  }
  .hero.hero--large_width_125 .hero_image-container .row img,
  .hero.hero--large_width_125 .hero_image-container img {
    max-width: 125%;
  }
  .hero.hero--large_width_130 .hero_image-container .row img,
  .hero.hero--large_width_130 .hero_image-container img {
    max-width: 130%;
  }
  .hero.hero--large_width_135 .hero_image-container .row img,
  .hero.hero--large_width_135 .hero_image-container img {
    max-width: 135%;
  }
  .hero.hero--large_width_140 .hero_image-container .row img,
  .hero.hero--large_width_140 .hero_image-container img {
    max-width: 140%;
  }
  .hero.hero--large_width_145 .hero_image-container .row img,
  .hero.hero--large_width_145 .hero_image-container img {
    max-width: 145%;
  }
  .hero.hero--large_width_150 .hero_image-container .row img,
  .hero.hero--large_width_150 .hero_image-container img {
    max-width: 150%;
  }
  .hero.hero--large_width_155 .hero_image-container .row img,
  .hero.hero--large_width_155 .hero_image-container img {
    max-width: 155%;
  }
  .hero.hero--large_width_160 .hero_image-container .row img,
  .hero.hero--large_width_160 .hero_image-container img {
    max-width: 160%;
  }
  .hero.hero--large_width_165 .hero_image-container .row img,
  .hero.hero--large_width_165 .hero_image-container img {
    max-width: 165%;
  }
  .hero.hero--large_width_170 .hero_image-container .row img,
  .hero.hero--large_width_170 .hero_image-container img {
    max-width: 170%;
  }
  .hero.hero--large_width_175 .hero_image-container .row img,
  .hero.hero--large_width_175 .hero_image-container img {
    max-width: 175%;
  }
  .hero.hero--large_width_180 .hero_image-container .row img,
  .hero.hero--large_width_180 .hero_image-container img {
    max-width: 180%;
  }
  .hero.hero--large_width_185 .hero_image-container .row img,
  .hero.hero--large_width_185 .hero_image-container img {
    max-width: 185%;
  }
  .hero.hero--large_width_190 .hero_image-container .row img,
  .hero.hero--large_width_190 .hero_image-container img {
    max-width: 190%;
  }
  .hero.hero--large_width_195 .hero_image-container .row img,
  .hero.hero--large_width_195 .hero_image-container img {
    max-width: 195%;
  }
  .hero.hero--large_width_200 .hero_image-container .row img,
  .hero.hero--large_width_200 .hero_image-container img {
    max-width: 200%;
  }
  .hero.hero--large_width_205 .hero_image-container .row img,
  .hero.hero--large_width_205 .hero_image-container img {
    max-width: 205%;
  }
  .hero.hero--large_width_210 .hero_image-container .row img,
  .hero.hero--large_width_210 .hero_image-container img {
    max-width: 210%;
  }
  .hero.hero--large_width_215 .hero_image-container .row img,
  .hero.hero--large_width_215 .hero_image-container img {
    max-width: 215%;
  }
  .hero.hero--large_width_220 .hero_image-container .row img,
  .hero.hero--large_width_220 .hero_image-container img {
    max-width: 220%;
  }
  .hero.hero--large_width_225 .hero_image-container .row img,
  .hero.hero--large_width_225 .hero_image-container img {
    max-width: 225%;
  }
  .hero.hero--large_width_230 .hero_image-container .row img,
  .hero.hero--large_width_230 .hero_image-container img {
    max-width: 230%;
  }
  .hero.hero--large_width_235 .hero_image-container .row img,
  .hero.hero--large_width_235 .hero_image-container img {
    max-width: 235%;
  }
  .hero.hero--large_width_240 .hero_image-container .row img,
  .hero.hero--large_width_240 .hero_image-container img {
    max-width: 240%;
  }
  .hero.hero--large_width_245 .hero_image-container .row img,
  .hero.hero--large_width_245 .hero_image-container img {
    max-width: 245%;
  }
  .hero.hero--large_width_250 .hero_image-container .row img,
  .hero.hero--large_width_250 .hero_image-container img {
    max-width: 250%;
  }
  .hero.hero--large_width_255 .hero_image-container .row img,
  .hero.hero--large_width_255 .hero_image-container img {
    max-width: 255%;
  }
  .hero.hero--large_width_260 .hero_image-container .row img,
  .hero.hero--large_width_260 .hero_image-container img {
    max-width: 260%;
  }
  .hero.hero--large_width_265 .hero_image-container .row img,
  .hero.hero--large_width_265 .hero_image-container img {
    max-width: 265%;
  }
  .hero.hero--large_width_270 .hero_image-container .row img,
  .hero.hero--large_width_270 .hero_image-container img {
    max-width: 270%;
  }
  .hero.hero--large_width_275 .hero_image-container .row img,
  .hero.hero--large_width_275 .hero_image-container img {
    max-width: 275%;
  }
  .hero.hero--large_width_280 .hero_image-container .row img,
  .hero.hero--large_width_280 .hero_image-container img {
    max-width: 280%;
  }
  .hero.hero--large_width_285 .hero_image-container .row img,
  .hero.hero--large_width_285 .hero_image-container img {
    max-width: 285%;
  }
  .hero.hero--large_width_290 .hero_image-container .row img,
  .hero.hero--large_width_290 .hero_image-container img {
    max-width: 290%;
  }
  .hero.hero--large_width_295 .hero_image-container .row img,
  .hero.hero--large_width_295 .hero_image-container img {
    max-width: 295%;
  }
  .hero.hero--large_width_300 .hero_image-container .row img,
  .hero.hero--large_width_300 .hero_image-container img {
    max-width: 300%;
  }
  .hero.hero--large_width_305 .hero_image-container .row img,
  .hero.hero--large_width_305 .hero_image-container img {
    max-width: 305%;
  }
  .hero.hero--large_width_310 .hero_image-container .row img,
  .hero.hero--large_width_310 .hero_image-container img {
    max-width: 310%;
  }
  .hero.hero--large_width_315 .hero_image-container .row img,
  .hero.hero--large_width_315 .hero_image-container img {
    max-width: 315%;
  }
  .hero.hero--large_width_320 .hero_image-container .row img,
  .hero.hero--large_width_320 .hero_image-container img {
    max-width: 320%;
  }
  .hero.hero--large_width_325 .hero_image-container .row img,
  .hero.hero--large_width_325 .hero_image-container img {
    max-width: 325%;
  }
  .hero.hero--large_width_330 .hero_image-container .row img,
  .hero.hero--large_width_330 .hero_image-container img {
    max-width: 330%;
  }
  .hero.hero--large_width_335 .hero_image-container .row img,
  .hero.hero--large_width_335 .hero_image-container img {
    max-width: 335%;
  }
  .hero.hero--large_width_340 .hero_image-container .row img,
  .hero.hero--large_width_340 .hero_image-container img {
    max-width: 340%;
  }
  .hero.hero--large_width_345 .hero_image-container .row img,
  .hero.hero--large_width_345 .hero_image-container img {
    max-width: 345%;
  }
  .hero.hero--large_width_350 .hero_image-container .row img,
  .hero.hero--large_width_350 .hero_image-container img {
    max-width: 350%;
  }
  .hero.hero--large_width_355 .hero_image-container .row img,
  .hero.hero--large_width_355 .hero_image-container img {
    max-width: 355%;
  }
  .hero.hero--large_width_360 .hero_image-container .row img,
  .hero.hero--large_width_360 .hero_image-container img {
    max-width: 360%;
  }
  .hero.hero--large_width_365 .hero_image-container .row img,
  .hero.hero--large_width_365 .hero_image-container img {
    max-width: 365%;
  }
  .hero.hero--large_width_370 .hero_image-container .row img,
  .hero.hero--large_width_370 .hero_image-container img {
    max-width: 370%;
  }
  .hero.hero--large_width_375 .hero_image-container .row img,
  .hero.hero--large_width_375 .hero_image-container img {
    max-width: 375%;
  }
  .hero.hero--large_width_380 .hero_image-container .row img,
  .hero.hero--large_width_380 .hero_image-container img {
    max-width: 380%;
  }
  .hero.hero--large_width_385 .hero_image-container .row img,
  .hero.hero--large_width_385 .hero_image-container img {
    max-width: 385%;
  }
  .hero.hero--large_width_390 .hero_image-container .row img,
  .hero.hero--large_width_390 .hero_image-container img {
    max-width: 390%;
  }
  .hero.hero--large_width_395 .hero_image-container .row img,
  .hero.hero--large_width_395 .hero_image-container img {
    max-width: 395%;
  }
  .hero.hero--large_width_400 .hero_image-container .row img,
  .hero.hero--large_width_400 .hero_image-container img {
    max-width: 400%;
  }
  .hero.hero--large_height_100 .hero_image-container .row img,
  .hero.hero--large_height_100 .hero_image-container img {
    max-height: 100%;
  }
  .hero.hero--large_height_105 .hero_image-container .row img,
  .hero.hero--large_height_105 .hero_image-container img {
    max-height: 105%;
  }
  .hero.hero--large_height_110 .hero_image-container .row img,
  .hero.hero--large_height_110 .hero_image-container img {
    max-height: 110%;
  }
  .hero.hero--large_height_115 .hero_image-container .row img,
  .hero.hero--large_height_115 .hero_image-container img {
    max-height: 115%;
  }
  .hero.hero--large_height_120 .hero_image-container .row img,
  .hero.hero--large_height_120 .hero_image-container img {
    max-height: 120%;
  }
  .hero.hero--large_height_125 .hero_image-container .row img,
  .hero.hero--large_height_125 .hero_image-container img {
    max-height: 125%;
  }
  .hero.hero--large_height_130 .hero_image-container .row img,
  .hero.hero--large_height_130 .hero_image-container img {
    max-height: 130%;
  }
  .hero.hero--large_height_135 .hero_image-container .row img,
  .hero.hero--large_height_135 .hero_image-container img {
    max-height: 135%;
  }
  .hero.hero--large_height_140 .hero_image-container .row img,
  .hero.hero--large_height_140 .hero_image-container img {
    max-height: 140%;
  }
  .hero.hero--large_height_145 .hero_image-container .row img,
  .hero.hero--large_height_145 .hero_image-container img {
    max-height: 145%;
  }
  .hero.hero--large_height_150 .hero_image-container .row img,
  .hero.hero--large_height_150 .hero_image-container img {
    max-height: 150%;
  }
  .hero.hero--large_height_155 .hero_image-container .row img,
  .hero.hero--large_height_155 .hero_image-container img {
    max-height: 155%;
  }
  .hero.hero--large_height_160 .hero_image-container .row img,
  .hero.hero--large_height_160 .hero_image-container img {
    max-height: 160%;
  }
  .hero.hero--large_height_165 .hero_image-container .row img,
  .hero.hero--large_height_165 .hero_image-container img {
    max-height: 165%;
  }
  .hero.hero--large_height_170 .hero_image-container .row img,
  .hero.hero--large_height_170 .hero_image-container img {
    max-height: 170%;
  }
  .hero.hero--large_height_175 .hero_image-container .row img,
  .hero.hero--large_height_175 .hero_image-container img {
    max-height: 175%;
  }
  .hero.hero--large_height_180 .hero_image-container .row img,
  .hero.hero--large_height_180 .hero_image-container img {
    max-height: 180%;
  }
  .hero.hero--large_height_185 .hero_image-container .row img,
  .hero.hero--large_height_185 .hero_image-container img {
    max-height: 185%;
  }
  .hero.hero--large_height_190 .hero_image-container .row img,
  .hero.hero--large_height_190 .hero_image-container img {
    max-height: 190%;
  }
  .hero.hero--large_height_195 .hero_image-container .row img,
  .hero.hero--large_height_195 .hero_image-container img {
    max-height: 195%;
  }
  .hero.hero--large_height_200 .hero_image-container .row img,
  .hero.hero--large_height_200 .hero_image-container img {
    max-height: 200%;
  }
  .hero.hero--large_height_205 .hero_image-container .row img,
  .hero.hero--large_height_205 .hero_image-container img {
    max-height: 205%;
  }
  .hero.hero--large_height_210 .hero_image-container .row img,
  .hero.hero--large_height_210 .hero_image-container img {
    max-height: 210%;
  }
  .hero.hero--large_height_215 .hero_image-container .row img,
  .hero.hero--large_height_215 .hero_image-container img {
    max-height: 215%;
  }
  .hero.hero--large_height_220 .hero_image-container .row img,
  .hero.hero--large_height_220 .hero_image-container img {
    max-height: 220%;
  }
  .hero.hero--large_height_225 .hero_image-container .row img,
  .hero.hero--large_height_225 .hero_image-container img {
    max-height: 225%;
  }
  .hero.hero--large_height_230 .hero_image-container .row img,
  .hero.hero--large_height_230 .hero_image-container img {
    max-height: 230%;
  }
  .hero.hero--large_height_235 .hero_image-container .row img,
  .hero.hero--large_height_235 .hero_image-container img {
    max-height: 235%;
  }
  .hero.hero--large_height_240 .hero_image-container .row img,
  .hero.hero--large_height_240 .hero_image-container img {
    max-height: 240%;
  }
  .hero.hero--large_height_245 .hero_image-container .row img,
  .hero.hero--large_height_245 .hero_image-container img {
    max-height: 245%;
  }
  .hero.hero--large_height_250 .hero_image-container .row img,
  .hero.hero--large_height_250 .hero_image-container img {
    max-height: 250%;
  }
  .hero.hero--large_height_255 .hero_image-container .row img,
  .hero.hero--large_height_255 .hero_image-container img {
    max-height: 255%;
  }
  .hero.hero--large_height_260 .hero_image-container .row img,
  .hero.hero--large_height_260 .hero_image-container img {
    max-height: 260%;
  }
  .hero.hero--large_height_265 .hero_image-container .row img,
  .hero.hero--large_height_265 .hero_image-container img {
    max-height: 265%;
  }
  .hero.hero--large_height_270 .hero_image-container .row img,
  .hero.hero--large_height_270 .hero_image-container img {
    max-height: 270%;
  }
  .hero.hero--large_height_275 .hero_image-container .row img,
  .hero.hero--large_height_275 .hero_image-container img {
    max-height: 275%;
  }
  .hero.hero--large_height_280 .hero_image-container .row img,
  .hero.hero--large_height_280 .hero_image-container img {
    max-height: 280%;
  }
  .hero.hero--large_height_285 .hero_image-container .row img,
  .hero.hero--large_height_285 .hero_image-container img {
    max-height: 285%;
  }
  .hero.hero--large_height_290 .hero_image-container .row img,
  .hero.hero--large_height_290 .hero_image-container img {
    max-height: 290%;
  }
  .hero.hero--large_height_295 .hero_image-container .row img,
  .hero.hero--large_height_295 .hero_image-container img {
    max-height: 295%;
  }
  .hero.hero--large_height_300 .hero_image-container .row img,
  .hero.hero--large_height_300 .hero_image-container img {
    max-height: 300%;
  }
  .hero.hero--large_height_305 .hero_image-container .row img,
  .hero.hero--large_height_305 .hero_image-container img {
    max-height: 305%;
  }
  .hero.hero--large_height_310 .hero_image-container .row img,
  .hero.hero--large_height_310 .hero_image-container img {
    max-height: 310%;
  }
  .hero.hero--large_height_315 .hero_image-container .row img,
  .hero.hero--large_height_315 .hero_image-container img {
    max-height: 315%;
  }
  .hero.hero--large_height_320 .hero_image-container .row img,
  .hero.hero--large_height_320 .hero_image-container img {
    max-height: 320%;
  }
  .hero.hero--large_height_325 .hero_image-container .row img,
  .hero.hero--large_height_325 .hero_image-container img {
    max-height: 325%;
  }
  .hero.hero--large_height_330 .hero_image-container .row img,
  .hero.hero--large_height_330 .hero_image-container img {
    max-height: 330%;
  }
  .hero.hero--large_height_335 .hero_image-container .row img,
  .hero.hero--large_height_335 .hero_image-container img {
    max-height: 335%;
  }
  .hero.hero--large_height_340 .hero_image-container .row img,
  .hero.hero--large_height_340 .hero_image-container img {
    max-height: 340%;
  }
  .hero.hero--large_height_345 .hero_image-container .row img,
  .hero.hero--large_height_345 .hero_image-container img {
    max-height: 345%;
  }
  .hero.hero--large_height_350 .hero_image-container .row img,
  .hero.hero--large_height_350 .hero_image-container img {
    max-height: 350%;
  }
  .hero.hero--large_height_355 .hero_image-container .row img,
  .hero.hero--large_height_355 .hero_image-container img {
    max-height: 355%;
  }
  .hero.hero--large_height_360 .hero_image-container .row img,
  .hero.hero--large_height_360 .hero_image-container img {
    max-height: 360%;
  }
  .hero.hero--large_height_365 .hero_image-container .row img,
  .hero.hero--large_height_365 .hero_image-container img {
    max-height: 365%;
  }
  .hero.hero--large_height_370 .hero_image-container .row img,
  .hero.hero--large_height_370 .hero_image-container img {
    max-height: 370%;
  }
  .hero.hero--large_height_375 .hero_image-container .row img,
  .hero.hero--large_height_375 .hero_image-container img {
    max-height: 375%;
  }
  .hero.hero--large_height_380 .hero_image-container .row img,
  .hero.hero--large_height_380 .hero_image-container img {
    max-height: 380%;
  }
  .hero.hero--large_height_385 .hero_image-container .row img,
  .hero.hero--large_height_385 .hero_image-container img {
    max-height: 385%;
  }
  .hero.hero--large_height_390 .hero_image-container .row img,
  .hero.hero--large_height_390 .hero_image-container img {
    max-height: 390%;
  }
  .hero.hero--large_height_395 .hero_image-container .row img,
  .hero.hero--large_height_395 .hero_image-container img {
    max-height: 395%;
  }
  .hero.hero--large_height_400 .hero_image-container .row img,
  .hero.hero--large_height_400 .hero_image-container img {
    max-height: 400%;
  }
  .hero {
    /* #endregion	MAX-WIDTH & MAX-HEIGHT % *************/
  }
}
@media only screen and (min-width:90.063em) {
  .hero {
    /* #region xlarge TOP & LEFT % *************/
  }
  .hero.hero--xlarge_top_-100 .hero_image-container .row img,
  .hero.hero--xlarge_top_-100 .hero_image-container img {
    top: -100%;
  }
  .hero.hero--xlarge_top_-95 .hero_image-container .row img,
  .hero.hero--xlarge_top_-95 .hero_image-container img {
    top: -95%;
  }
  .hero.hero--xlarge_top_-90 .hero_image-container .row img,
  .hero.hero--xlarge_top_-90 .hero_image-container img {
    top: -90%;
  }
  .hero.hero--xlarge_top_-85 .hero_image-container .row img,
  .hero.hero--xlarge_top_-85 .hero_image-container img {
    top: -85%;
  }
  .hero.hero--xlarge_top_-80 .hero_image-container .row img,
  .hero.hero--xlarge_top_-80 .hero_image-container img {
    top: -80%;
  }
  .hero.hero--xlarge_top_-75 .hero_image-container .row img,
  .hero.hero--xlarge_top_-75 .hero_image-container img {
    top: -75%;
  }
  .hero.hero--xlarge_top_-70 .hero_image-container .row img,
  .hero.hero--xlarge_top_-70 .hero_image-container img {
    top: -70%;
  }
  .hero.hero--xlarge_top_-65 .hero_image-container .row img,
  .hero.hero--xlarge_top_-65 .hero_image-container img {
    top: -65%;
  }
  .hero.hero--xlarge_top_-60 .hero_image-container .row img,
  .hero.hero--xlarge_top_-60 .hero_image-container img {
    top: -60%;
  }
  .hero.hero--xlarge_top_-55 .hero_image-container .row img,
  .hero.hero--xlarge_top_-55 .hero_image-container img {
    top: -55%;
  }
  .hero.hero--xlarge_top_-50 .hero_image-container .row img,
  .hero.hero--xlarge_top_-50 .hero_image-container img {
    top: -50%;
  }
  .hero.hero--xlarge_top_-45 .hero_image-container .row img,
  .hero.hero--xlarge_top_-45 .hero_image-container img {
    top: -45%;
  }
  .hero.hero--xlarge_top_-40 .hero_image-container .row img,
  .hero.hero--xlarge_top_-40 .hero_image-container img {
    top: -40%;
  }
  .hero.hero--xlarge_top_-35 .hero_image-container .row img,
  .hero.hero--xlarge_top_-35 .hero_image-container img {
    top: -35%;
  }
  .hero.hero--xlarge_top_-30 .hero_image-container .row img,
  .hero.hero--xlarge_top_-30 .hero_image-container img {
    top: -30%;
  }
  .hero.hero--xlarge_top_-25 .hero_image-container .row img,
  .hero.hero--xlarge_top_-25 .hero_image-container img {
    top: -25%;
  }
  .hero.hero--xlarge_top_-20 .hero_image-container .row img,
  .hero.hero--xlarge_top_-20 .hero_image-container img {
    top: -20%;
  }
  .hero.hero--xlarge_top_-15 .hero_image-container .row img,
  .hero.hero--xlarge_top_-15 .hero_image-container img {
    top: -15%;
  }
  .hero.hero--xlarge_top_-10 .hero_image-container .row img,
  .hero.hero--xlarge_top_-10 .hero_image-container img {
    top: -10%;
  }
  .hero.hero--xlarge_top_-5 .hero_image-container .row img,
  .hero.hero--xlarge_top_-5 .hero_image-container img {
    top: -5%;
  }
  .hero.hero--xlarge_top_0 .hero_image-container .row img,
  .hero.hero--xlarge_top_0 .hero_image-container img {
    top: 0%;
  }
  .hero.hero--xlarge_top_5 .hero_image-container .row img,
  .hero.hero--xlarge_top_5 .hero_image-container img {
    top: 5%;
  }
  .hero.hero--xlarge_top_10 .hero_image-container .row img,
  .hero.hero--xlarge_top_10 .hero_image-container img {
    top: 10%;
  }
  .hero.hero--xlarge_top_15 .hero_image-container .row img,
  .hero.hero--xlarge_top_15 .hero_image-container img {
    top: 15%;
  }
  .hero.hero--xlarge_top_20 .hero_image-container .row img,
  .hero.hero--xlarge_top_20 .hero_image-container img {
    top: 20%;
  }
  .hero.hero--xlarge_top_25 .hero_image-container .row img,
  .hero.hero--xlarge_top_25 .hero_image-container img {
    top: 25%;
  }
  .hero.hero--xlarge_top_30 .hero_image-container .row img,
  .hero.hero--xlarge_top_30 .hero_image-container img {
    top: 30%;
  }
  .hero.hero--xlarge_top_35 .hero_image-container .row img,
  .hero.hero--xlarge_top_35 .hero_image-container img {
    top: 35%;
  }
  .hero.hero--xlarge_top_40 .hero_image-container .row img,
  .hero.hero--xlarge_top_40 .hero_image-container img {
    top: 40%;
  }
  .hero.hero--xlarge_top_45 .hero_image-container .row img,
  .hero.hero--xlarge_top_45 .hero_image-container img {
    top: 45%;
  }
  .hero.hero--xlarge_top_50 .hero_image-container .row img,
  .hero.hero--xlarge_top_50 .hero_image-container img {
    top: 50%;
  }
  .hero.hero--xlarge_top_55 .hero_image-container .row img,
  .hero.hero--xlarge_top_55 .hero_image-container img {
    top: 55%;
  }
  .hero.hero--xlarge_top_60 .hero_image-container .row img,
  .hero.hero--xlarge_top_60 .hero_image-container img {
    top: 60%;
  }
  .hero.hero--xlarge_top_65 .hero_image-container .row img,
  .hero.hero--xlarge_top_65 .hero_image-container img {
    top: 65%;
  }
  .hero.hero--xlarge_top_70 .hero_image-container .row img,
  .hero.hero--xlarge_top_70 .hero_image-container img {
    top: 70%;
  }
  .hero.hero--xlarge_top_75 .hero_image-container .row img,
  .hero.hero--xlarge_top_75 .hero_image-container img {
    top: 75%;
  }
  .hero.hero--xlarge_top_80 .hero_image-container .row img,
  .hero.hero--xlarge_top_80 .hero_image-container img {
    top: 80%;
  }
  .hero.hero--xlarge_top_85 .hero_image-container .row img,
  .hero.hero--xlarge_top_85 .hero_image-container img {
    top: 85%;
  }
  .hero.hero--xlarge_top_90 .hero_image-container .row img,
  .hero.hero--xlarge_top_90 .hero_image-container img {
    top: 90%;
  }
  .hero.hero--xlarge_top_95 .hero_image-container .row img,
  .hero.hero--xlarge_top_95 .hero_image-container img {
    top: 95%;
  }
  .hero.hero--xlarge_top_100 .hero_image-container .row img,
  .hero.hero--xlarge_top_100 .hero_image-container img {
    top: 100%;
  }
  .hero.hero--xlarge_left_-100 .hero_image-container .row img,
  .hero.hero--xlarge_left_-100 .hero_image-container img {
    left: -100%;
  }
  .hero.hero--xlarge_left_-95 .hero_image-container .row img,
  .hero.hero--xlarge_left_-95 .hero_image-container img {
    left: -95%;
  }
  .hero.hero--xlarge_left_-90 .hero_image-container .row img,
  .hero.hero--xlarge_left_-90 .hero_image-container img {
    left: -90%;
  }
  .hero.hero--xlarge_left_-85 .hero_image-container .row img,
  .hero.hero--xlarge_left_-85 .hero_image-container img {
    left: -85%;
  }
  .hero.hero--xlarge_left_-80 .hero_image-container .row img,
  .hero.hero--xlarge_left_-80 .hero_image-container img {
    left: -80%;
  }
  .hero.hero--xlarge_left_-75 .hero_image-container .row img,
  .hero.hero--xlarge_left_-75 .hero_image-container img {
    left: -75%;
  }
  .hero.hero--xlarge_left_-70 .hero_image-container .row img,
  .hero.hero--xlarge_left_-70 .hero_image-container img {
    left: -70%;
  }
  .hero.hero--xlarge_left_-65 .hero_image-container .row img,
  .hero.hero--xlarge_left_-65 .hero_image-container img {
    left: -65%;
  }
  .hero.hero--xlarge_left_-60 .hero_image-container .row img,
  .hero.hero--xlarge_left_-60 .hero_image-container img {
    left: -60%;
  }
  .hero.hero--xlarge_left_-55 .hero_image-container .row img,
  .hero.hero--xlarge_left_-55 .hero_image-container img {
    left: -55%;
  }
  .hero.hero--xlarge_left_-50 .hero_image-container .row img,
  .hero.hero--xlarge_left_-50 .hero_image-container img {
    left: -50%;
  }
  .hero.hero--xlarge_left_-45 .hero_image-container .row img,
  .hero.hero--xlarge_left_-45 .hero_image-container img {
    left: -45%;
  }
  .hero.hero--xlarge_left_-40 .hero_image-container .row img,
  .hero.hero--xlarge_left_-40 .hero_image-container img {
    left: -40%;
  }
  .hero.hero--xlarge_left_-35 .hero_image-container .row img,
  .hero.hero--xlarge_left_-35 .hero_image-container img {
    left: -35%;
  }
  .hero.hero--xlarge_left_-30 .hero_image-container .row img,
  .hero.hero--xlarge_left_-30 .hero_image-container img {
    left: -30%;
  }
  .hero.hero--xlarge_left_-25 .hero_image-container .row img,
  .hero.hero--xlarge_left_-25 .hero_image-container img {
    left: -25%;
  }
  .hero.hero--xlarge_left_-20 .hero_image-container .row img,
  .hero.hero--xlarge_left_-20 .hero_image-container img {
    left: -20%;
  }
  .hero.hero--xlarge_left_-15 .hero_image-container .row img,
  .hero.hero--xlarge_left_-15 .hero_image-container img {
    left: -15%;
  }
  .hero.hero--xlarge_left_-10 .hero_image-container .row img,
  .hero.hero--xlarge_left_-10 .hero_image-container img {
    left: -10%;
  }
  .hero.hero--xlarge_left_-5 .hero_image-container .row img,
  .hero.hero--xlarge_left_-5 .hero_image-container img {
    left: -5%;
  }
  .hero.hero--xlarge_left_0 .hero_image-container .row img,
  .hero.hero--xlarge_left_0 .hero_image-container img {
    left: 0%;
  }
  .hero.hero--xlarge_left_5 .hero_image-container .row img,
  .hero.hero--xlarge_left_5 .hero_image-container img {
    left: 5%;
  }
  .hero.hero--xlarge_left_10 .hero_image-container .row img,
  .hero.hero--xlarge_left_10 .hero_image-container img {
    left: 10%;
  }
  .hero.hero--xlarge_left_15 .hero_image-container .row img,
  .hero.hero--xlarge_left_15 .hero_image-container img {
    left: 15%;
  }
  .hero.hero--xlarge_left_20 .hero_image-container .row img,
  .hero.hero--xlarge_left_20 .hero_image-container img {
    left: 20%;
  }
  .hero.hero--xlarge_left_25 .hero_image-container .row img,
  .hero.hero--xlarge_left_25 .hero_image-container img {
    left: 25%;
  }
  .hero.hero--xlarge_left_30 .hero_image-container .row img,
  .hero.hero--xlarge_left_30 .hero_image-container img {
    left: 30%;
  }
  .hero.hero--xlarge_left_35 .hero_image-container .row img,
  .hero.hero--xlarge_left_35 .hero_image-container img {
    left: 35%;
  }
  .hero.hero--xlarge_left_40 .hero_image-container .row img,
  .hero.hero--xlarge_left_40 .hero_image-container img {
    left: 40%;
  }
  .hero.hero--xlarge_left_45 .hero_image-container .row img,
  .hero.hero--xlarge_left_45 .hero_image-container img {
    left: 45%;
  }
  .hero.hero--xlarge_left_50 .hero_image-container .row img,
  .hero.hero--xlarge_left_50 .hero_image-container img {
    left: 50%;
  }
  .hero.hero--xlarge_left_55 .hero_image-container .row img,
  .hero.hero--xlarge_left_55 .hero_image-container img {
    left: 55%;
  }
  .hero.hero--xlarge_left_60 .hero_image-container .row img,
  .hero.hero--xlarge_left_60 .hero_image-container img {
    left: 60%;
  }
  .hero.hero--xlarge_left_65 .hero_image-container .row img,
  .hero.hero--xlarge_left_65 .hero_image-container img {
    left: 65%;
  }
  .hero.hero--xlarge_left_70 .hero_image-container .row img,
  .hero.hero--xlarge_left_70 .hero_image-container img {
    left: 70%;
  }
  .hero.hero--xlarge_left_75 .hero_image-container .row img,
  .hero.hero--xlarge_left_75 .hero_image-container img {
    left: 75%;
  }
  .hero.hero--xlarge_left_80 .hero_image-container .row img,
  .hero.hero--xlarge_left_80 .hero_image-container img {
    left: 80%;
  }
  .hero.hero--xlarge_left_85 .hero_image-container .row img,
  .hero.hero--xlarge_left_85 .hero_image-container img {
    left: 85%;
  }
  .hero.hero--xlarge_left_90 .hero_image-container .row img,
  .hero.hero--xlarge_left_90 .hero_image-container img {
    left: 90%;
  }
  .hero.hero--xlarge_left_95 .hero_image-container .row img,
  .hero.hero--xlarge_left_95 .hero_image-container img {
    left: 95%;
  }
  .hero.hero--xlarge_left_100 .hero_image-container .row img,
  .hero.hero--xlarge_left_100 .hero_image-container img {
    left: 100%;
  }
  .hero {
    /* #endregion TOP & LEFT % *************/
    /* #region xlarge MAX-WIDTH & MAX-HEIGHT % *************/
  }
  .hero.hero--xlarge_width_100 .hero_image-container .row img,
  .hero.hero--xlarge_width_100 .hero_image-container img {
    max-width: 100%;
  }
  .hero.hero--xlarge_width_105 .hero_image-container .row img,
  .hero.hero--xlarge_width_105 .hero_image-container img {
    max-width: 105%;
  }
  .hero.hero--xlarge_width_110 .hero_image-container .row img,
  .hero.hero--xlarge_width_110 .hero_image-container img {
    max-width: 110%;
  }
  .hero.hero--xlarge_width_115 .hero_image-container .row img,
  .hero.hero--xlarge_width_115 .hero_image-container img {
    max-width: 115%;
  }
  .hero.hero--xlarge_width_120 .hero_image-container .row img,
  .hero.hero--xlarge_width_120 .hero_image-container img {
    max-width: 120%;
  }
  .hero.hero--xlarge_width_125 .hero_image-container .row img,
  .hero.hero--xlarge_width_125 .hero_image-container img {
    max-width: 125%;
  }
  .hero.hero--xlarge_width_130 .hero_image-container .row img,
  .hero.hero--xlarge_width_130 .hero_image-container img {
    max-width: 130%;
  }
  .hero.hero--xlarge_width_135 .hero_image-container .row img,
  .hero.hero--xlarge_width_135 .hero_image-container img {
    max-width: 135%;
  }
  .hero.hero--xlarge_width_140 .hero_image-container .row img,
  .hero.hero--xlarge_width_140 .hero_image-container img {
    max-width: 140%;
  }
  .hero.hero--xlarge_width_145 .hero_image-container .row img,
  .hero.hero--xlarge_width_145 .hero_image-container img {
    max-width: 145%;
  }
  .hero.hero--xlarge_width_150 .hero_image-container .row img,
  .hero.hero--xlarge_width_150 .hero_image-container img {
    max-width: 150%;
  }
  .hero.hero--xlarge_width_155 .hero_image-container .row img,
  .hero.hero--xlarge_width_155 .hero_image-container img {
    max-width: 155%;
  }
  .hero.hero--xlarge_width_160 .hero_image-container .row img,
  .hero.hero--xlarge_width_160 .hero_image-container img {
    max-width: 160%;
  }
  .hero.hero--xlarge_width_165 .hero_image-container .row img,
  .hero.hero--xlarge_width_165 .hero_image-container img {
    max-width: 165%;
  }
  .hero.hero--xlarge_width_170 .hero_image-container .row img,
  .hero.hero--xlarge_width_170 .hero_image-container img {
    max-width: 170%;
  }
  .hero.hero--xlarge_width_175 .hero_image-container .row img,
  .hero.hero--xlarge_width_175 .hero_image-container img {
    max-width: 175%;
  }
  .hero.hero--xlarge_width_180 .hero_image-container .row img,
  .hero.hero--xlarge_width_180 .hero_image-container img {
    max-width: 180%;
  }
  .hero.hero--xlarge_width_185 .hero_image-container .row img,
  .hero.hero--xlarge_width_185 .hero_image-container img {
    max-width: 185%;
  }
  .hero.hero--xlarge_width_190 .hero_image-container .row img,
  .hero.hero--xlarge_width_190 .hero_image-container img {
    max-width: 190%;
  }
  .hero.hero--xlarge_width_195 .hero_image-container .row img,
  .hero.hero--xlarge_width_195 .hero_image-container img {
    max-width: 195%;
  }
  .hero.hero--xlarge_width_200 .hero_image-container .row img,
  .hero.hero--xlarge_width_200 .hero_image-container img {
    max-width: 200%;
  }
  .hero.hero--xlarge_width_205 .hero_image-container .row img,
  .hero.hero--xlarge_width_205 .hero_image-container img {
    max-width: 205%;
  }
  .hero.hero--xlarge_width_210 .hero_image-container .row img,
  .hero.hero--xlarge_width_210 .hero_image-container img {
    max-width: 210%;
  }
  .hero.hero--xlarge_width_215 .hero_image-container .row img,
  .hero.hero--xlarge_width_215 .hero_image-container img {
    max-width: 215%;
  }
  .hero.hero--xlarge_width_220 .hero_image-container .row img,
  .hero.hero--xlarge_width_220 .hero_image-container img {
    max-width: 220%;
  }
  .hero.hero--xlarge_width_225 .hero_image-container .row img,
  .hero.hero--xlarge_width_225 .hero_image-container img {
    max-width: 225%;
  }
  .hero.hero--xlarge_width_230 .hero_image-container .row img,
  .hero.hero--xlarge_width_230 .hero_image-container img {
    max-width: 230%;
  }
  .hero.hero--xlarge_width_235 .hero_image-container .row img,
  .hero.hero--xlarge_width_235 .hero_image-container img {
    max-width: 235%;
  }
  .hero.hero--xlarge_width_240 .hero_image-container .row img,
  .hero.hero--xlarge_width_240 .hero_image-container img {
    max-width: 240%;
  }
  .hero.hero--xlarge_width_245 .hero_image-container .row img,
  .hero.hero--xlarge_width_245 .hero_image-container img {
    max-width: 245%;
  }
  .hero.hero--xlarge_width_250 .hero_image-container .row img,
  .hero.hero--xlarge_width_250 .hero_image-container img {
    max-width: 250%;
  }
  .hero.hero--xlarge_width_255 .hero_image-container .row img,
  .hero.hero--xlarge_width_255 .hero_image-container img {
    max-width: 255%;
  }
  .hero.hero--xlarge_width_260 .hero_image-container .row img,
  .hero.hero--xlarge_width_260 .hero_image-container img {
    max-width: 260%;
  }
  .hero.hero--xlarge_width_265 .hero_image-container .row img,
  .hero.hero--xlarge_width_265 .hero_image-container img {
    max-width: 265%;
  }
  .hero.hero--xlarge_width_270 .hero_image-container .row img,
  .hero.hero--xlarge_width_270 .hero_image-container img {
    max-width: 270%;
  }
  .hero.hero--xlarge_width_275 .hero_image-container .row img,
  .hero.hero--xlarge_width_275 .hero_image-container img {
    max-width: 275%;
  }
  .hero.hero--xlarge_width_280 .hero_image-container .row img,
  .hero.hero--xlarge_width_280 .hero_image-container img {
    max-width: 280%;
  }
  .hero.hero--xlarge_width_285 .hero_image-container .row img,
  .hero.hero--xlarge_width_285 .hero_image-container img {
    max-width: 285%;
  }
  .hero.hero--xlarge_width_290 .hero_image-container .row img,
  .hero.hero--xlarge_width_290 .hero_image-container img {
    max-width: 290%;
  }
  .hero.hero--xlarge_width_295 .hero_image-container .row img,
  .hero.hero--xlarge_width_295 .hero_image-container img {
    max-width: 295%;
  }
  .hero.hero--xlarge_width_300 .hero_image-container .row img,
  .hero.hero--xlarge_width_300 .hero_image-container img {
    max-width: 300%;
  }
  .hero.hero--xlarge_width_305 .hero_image-container .row img,
  .hero.hero--xlarge_width_305 .hero_image-container img {
    max-width: 305%;
  }
  .hero.hero--xlarge_width_310 .hero_image-container .row img,
  .hero.hero--xlarge_width_310 .hero_image-container img {
    max-width: 310%;
  }
  .hero.hero--xlarge_width_315 .hero_image-container .row img,
  .hero.hero--xlarge_width_315 .hero_image-container img {
    max-width: 315%;
  }
  .hero.hero--xlarge_width_320 .hero_image-container .row img,
  .hero.hero--xlarge_width_320 .hero_image-container img {
    max-width: 320%;
  }
  .hero.hero--xlarge_width_325 .hero_image-container .row img,
  .hero.hero--xlarge_width_325 .hero_image-container img {
    max-width: 325%;
  }
  .hero.hero--xlarge_width_330 .hero_image-container .row img,
  .hero.hero--xlarge_width_330 .hero_image-container img {
    max-width: 330%;
  }
  .hero.hero--xlarge_width_335 .hero_image-container .row img,
  .hero.hero--xlarge_width_335 .hero_image-container img {
    max-width: 335%;
  }
  .hero.hero--xlarge_width_340 .hero_image-container .row img,
  .hero.hero--xlarge_width_340 .hero_image-container img {
    max-width: 340%;
  }
  .hero.hero--xlarge_width_345 .hero_image-container .row img,
  .hero.hero--xlarge_width_345 .hero_image-container img {
    max-width: 345%;
  }
  .hero.hero--xlarge_width_350 .hero_image-container .row img,
  .hero.hero--xlarge_width_350 .hero_image-container img {
    max-width: 350%;
  }
  .hero.hero--xlarge_width_355 .hero_image-container .row img,
  .hero.hero--xlarge_width_355 .hero_image-container img {
    max-width: 355%;
  }
  .hero.hero--xlarge_width_360 .hero_image-container .row img,
  .hero.hero--xlarge_width_360 .hero_image-container img {
    max-width: 360%;
  }
  .hero.hero--xlarge_width_365 .hero_image-container .row img,
  .hero.hero--xlarge_width_365 .hero_image-container img {
    max-width: 365%;
  }
  .hero.hero--xlarge_width_370 .hero_image-container .row img,
  .hero.hero--xlarge_width_370 .hero_image-container img {
    max-width: 370%;
  }
  .hero.hero--xlarge_width_375 .hero_image-container .row img,
  .hero.hero--xlarge_width_375 .hero_image-container img {
    max-width: 375%;
  }
  .hero.hero--xlarge_width_380 .hero_image-container .row img,
  .hero.hero--xlarge_width_380 .hero_image-container img {
    max-width: 380%;
  }
  .hero.hero--xlarge_width_385 .hero_image-container .row img,
  .hero.hero--xlarge_width_385 .hero_image-container img {
    max-width: 385%;
  }
  .hero.hero--xlarge_width_390 .hero_image-container .row img,
  .hero.hero--xlarge_width_390 .hero_image-container img {
    max-width: 390%;
  }
  .hero.hero--xlarge_width_395 .hero_image-container .row img,
  .hero.hero--xlarge_width_395 .hero_image-container img {
    max-width: 395%;
  }
  .hero.hero--xlarge_width_400 .hero_image-container .row img,
  .hero.hero--xlarge_width_400 .hero_image-container img {
    max-width: 400%;
  }
  .hero.hero--xlarge_height_100 .hero_image-container .row img,
  .hero.hero--xlarge_height_100 .hero_image-container img {
    max-height: 100%;
  }
  .hero.hero--xlarge_height_105 .hero_image-container .row img,
  .hero.hero--xlarge_height_105 .hero_image-container img {
    max-height: 105%;
  }
  .hero.hero--xlarge_height_110 .hero_image-container .row img,
  .hero.hero--xlarge_height_110 .hero_image-container img {
    max-height: 110%;
  }
  .hero.hero--xlarge_height_115 .hero_image-container .row img,
  .hero.hero--xlarge_height_115 .hero_image-container img {
    max-height: 115%;
  }
  .hero.hero--xlarge_height_120 .hero_image-container .row img,
  .hero.hero--xlarge_height_120 .hero_image-container img {
    max-height: 120%;
  }
  .hero.hero--xlarge_height_125 .hero_image-container .row img,
  .hero.hero--xlarge_height_125 .hero_image-container img {
    max-height: 125%;
  }
  .hero.hero--xlarge_height_130 .hero_image-container .row img,
  .hero.hero--xlarge_height_130 .hero_image-container img {
    max-height: 130%;
  }
  .hero.hero--xlarge_height_135 .hero_image-container .row img,
  .hero.hero--xlarge_height_135 .hero_image-container img {
    max-height: 135%;
  }
  .hero.hero--xlarge_height_140 .hero_image-container .row img,
  .hero.hero--xlarge_height_140 .hero_image-container img {
    max-height: 140%;
  }
  .hero.hero--xlarge_height_145 .hero_image-container .row img,
  .hero.hero--xlarge_height_145 .hero_image-container img {
    max-height: 145%;
  }
  .hero.hero--xlarge_height_150 .hero_image-container .row img,
  .hero.hero--xlarge_height_150 .hero_image-container img {
    max-height: 150%;
  }
  .hero.hero--xlarge_height_155 .hero_image-container .row img,
  .hero.hero--xlarge_height_155 .hero_image-container img {
    max-height: 155%;
  }
  .hero.hero--xlarge_height_160 .hero_image-container .row img,
  .hero.hero--xlarge_height_160 .hero_image-container img {
    max-height: 160%;
  }
  .hero.hero--xlarge_height_165 .hero_image-container .row img,
  .hero.hero--xlarge_height_165 .hero_image-container img {
    max-height: 165%;
  }
  .hero.hero--xlarge_height_170 .hero_image-container .row img,
  .hero.hero--xlarge_height_170 .hero_image-container img {
    max-height: 170%;
  }
  .hero.hero--xlarge_height_175 .hero_image-container .row img,
  .hero.hero--xlarge_height_175 .hero_image-container img {
    max-height: 175%;
  }
  .hero.hero--xlarge_height_180 .hero_image-container .row img,
  .hero.hero--xlarge_height_180 .hero_image-container img {
    max-height: 180%;
  }
  .hero.hero--xlarge_height_185 .hero_image-container .row img,
  .hero.hero--xlarge_height_185 .hero_image-container img {
    max-height: 185%;
  }
  .hero.hero--xlarge_height_190 .hero_image-container .row img,
  .hero.hero--xlarge_height_190 .hero_image-container img {
    max-height: 190%;
  }
  .hero.hero--xlarge_height_195 .hero_image-container .row img,
  .hero.hero--xlarge_height_195 .hero_image-container img {
    max-height: 195%;
  }
  .hero.hero--xlarge_height_200 .hero_image-container .row img,
  .hero.hero--xlarge_height_200 .hero_image-container img {
    max-height: 200%;
  }
  .hero.hero--xlarge_height_205 .hero_image-container .row img,
  .hero.hero--xlarge_height_205 .hero_image-container img {
    max-height: 205%;
  }
  .hero.hero--xlarge_height_210 .hero_image-container .row img,
  .hero.hero--xlarge_height_210 .hero_image-container img {
    max-height: 210%;
  }
  .hero.hero--xlarge_height_215 .hero_image-container .row img,
  .hero.hero--xlarge_height_215 .hero_image-container img {
    max-height: 215%;
  }
  .hero.hero--xlarge_height_220 .hero_image-container .row img,
  .hero.hero--xlarge_height_220 .hero_image-container img {
    max-height: 220%;
  }
  .hero.hero--xlarge_height_225 .hero_image-container .row img,
  .hero.hero--xlarge_height_225 .hero_image-container img {
    max-height: 225%;
  }
  .hero.hero--xlarge_height_230 .hero_image-container .row img,
  .hero.hero--xlarge_height_230 .hero_image-container img {
    max-height: 230%;
  }
  .hero.hero--xlarge_height_235 .hero_image-container .row img,
  .hero.hero--xlarge_height_235 .hero_image-container img {
    max-height: 235%;
  }
  .hero.hero--xlarge_height_240 .hero_image-container .row img,
  .hero.hero--xlarge_height_240 .hero_image-container img {
    max-height: 240%;
  }
  .hero.hero--xlarge_height_245 .hero_image-container .row img,
  .hero.hero--xlarge_height_245 .hero_image-container img {
    max-height: 245%;
  }
  .hero.hero--xlarge_height_250 .hero_image-container .row img,
  .hero.hero--xlarge_height_250 .hero_image-container img {
    max-height: 250%;
  }
  .hero.hero--xlarge_height_255 .hero_image-container .row img,
  .hero.hero--xlarge_height_255 .hero_image-container img {
    max-height: 255%;
  }
  .hero.hero--xlarge_height_260 .hero_image-container .row img,
  .hero.hero--xlarge_height_260 .hero_image-container img {
    max-height: 260%;
  }
  .hero.hero--xlarge_height_265 .hero_image-container .row img,
  .hero.hero--xlarge_height_265 .hero_image-container img {
    max-height: 265%;
  }
  .hero.hero--xlarge_height_270 .hero_image-container .row img,
  .hero.hero--xlarge_height_270 .hero_image-container img {
    max-height: 270%;
  }
  .hero.hero--xlarge_height_275 .hero_image-container .row img,
  .hero.hero--xlarge_height_275 .hero_image-container img {
    max-height: 275%;
  }
  .hero.hero--xlarge_height_280 .hero_image-container .row img,
  .hero.hero--xlarge_height_280 .hero_image-container img {
    max-height: 280%;
  }
  .hero.hero--xlarge_height_285 .hero_image-container .row img,
  .hero.hero--xlarge_height_285 .hero_image-container img {
    max-height: 285%;
  }
  .hero.hero--xlarge_height_290 .hero_image-container .row img,
  .hero.hero--xlarge_height_290 .hero_image-container img {
    max-height: 290%;
  }
  .hero.hero--xlarge_height_295 .hero_image-container .row img,
  .hero.hero--xlarge_height_295 .hero_image-container img {
    max-height: 295%;
  }
  .hero.hero--xlarge_height_300 .hero_image-container .row img,
  .hero.hero--xlarge_height_300 .hero_image-container img {
    max-height: 300%;
  }
  .hero.hero--xlarge_height_305 .hero_image-container .row img,
  .hero.hero--xlarge_height_305 .hero_image-container img {
    max-height: 305%;
  }
  .hero.hero--xlarge_height_310 .hero_image-container .row img,
  .hero.hero--xlarge_height_310 .hero_image-container img {
    max-height: 310%;
  }
  .hero.hero--xlarge_height_315 .hero_image-container .row img,
  .hero.hero--xlarge_height_315 .hero_image-container img {
    max-height: 315%;
  }
  .hero.hero--xlarge_height_320 .hero_image-container .row img,
  .hero.hero--xlarge_height_320 .hero_image-container img {
    max-height: 320%;
  }
  .hero.hero--xlarge_height_325 .hero_image-container .row img,
  .hero.hero--xlarge_height_325 .hero_image-container img {
    max-height: 325%;
  }
  .hero.hero--xlarge_height_330 .hero_image-container .row img,
  .hero.hero--xlarge_height_330 .hero_image-container img {
    max-height: 330%;
  }
  .hero.hero--xlarge_height_335 .hero_image-container .row img,
  .hero.hero--xlarge_height_335 .hero_image-container img {
    max-height: 335%;
  }
  .hero.hero--xlarge_height_340 .hero_image-container .row img,
  .hero.hero--xlarge_height_340 .hero_image-container img {
    max-height: 340%;
  }
  .hero.hero--xlarge_height_345 .hero_image-container .row img,
  .hero.hero--xlarge_height_345 .hero_image-container img {
    max-height: 345%;
  }
  .hero.hero--xlarge_height_350 .hero_image-container .row img,
  .hero.hero--xlarge_height_350 .hero_image-container img {
    max-height: 350%;
  }
  .hero.hero--xlarge_height_355 .hero_image-container .row img,
  .hero.hero--xlarge_height_355 .hero_image-container img {
    max-height: 355%;
  }
  .hero.hero--xlarge_height_360 .hero_image-container .row img,
  .hero.hero--xlarge_height_360 .hero_image-container img {
    max-height: 360%;
  }
  .hero.hero--xlarge_height_365 .hero_image-container .row img,
  .hero.hero--xlarge_height_365 .hero_image-container img {
    max-height: 365%;
  }
  .hero.hero--xlarge_height_370 .hero_image-container .row img,
  .hero.hero--xlarge_height_370 .hero_image-container img {
    max-height: 370%;
  }
  .hero.hero--xlarge_height_375 .hero_image-container .row img,
  .hero.hero--xlarge_height_375 .hero_image-container img {
    max-height: 375%;
  }
  .hero.hero--xlarge_height_380 .hero_image-container .row img,
  .hero.hero--xlarge_height_380 .hero_image-container img {
    max-height: 380%;
  }
  .hero.hero--xlarge_height_385 .hero_image-container .row img,
  .hero.hero--xlarge_height_385 .hero_image-container img {
    max-height: 385%;
  }
  .hero.hero--xlarge_height_390 .hero_image-container .row img,
  .hero.hero--xlarge_height_390 .hero_image-container img {
    max-height: 390%;
  }
  .hero.hero--xlarge_height_395 .hero_image-container .row img,
  .hero.hero--xlarge_height_395 .hero_image-container img {
    max-height: 395%;
  }
  .hero.hero--xlarge_height_400 .hero_image-container .row img,
  .hero.hero--xlarge_height_400 .hero_image-container img {
    max-height: 400%;
  }
  .hero {
    /* #endregion	MAX-WIDTH & MAX-HEIGHT % *************/
  }
}
@media only screen and (min-width:120.063em) {
  .hero {
    /* #region xxlarge TOP & LEFT % *************/
  }
  .hero.hero--xxlarge_top_-100 .hero_image-container .row img,
  .hero.hero--xxlarge_top_-100 .hero_image-container img {
    top: -100%;
  }
  .hero.hero--xxlarge_top_-95 .hero_image-container .row img,
  .hero.hero--xxlarge_top_-95 .hero_image-container img {
    top: -95%;
  }
  .hero.hero--xxlarge_top_-90 .hero_image-container .row img,
  .hero.hero--xxlarge_top_-90 .hero_image-container img {
    top: -90%;
  }
  .hero.hero--xxlarge_top_-85 .hero_image-container .row img,
  .hero.hero--xxlarge_top_-85 .hero_image-container img {
    top: -85%;
  }
  .hero.hero--xxlarge_top_-80 .hero_image-container .row img,
  .hero.hero--xxlarge_top_-80 .hero_image-container img {
    top: -80%;
  }
  .hero.hero--xxlarge_top_-75 .hero_image-container .row img,
  .hero.hero--xxlarge_top_-75 .hero_image-container img {
    top: -75%;
  }
  .hero.hero--xxlarge_top_-70 .hero_image-container .row img,
  .hero.hero--xxlarge_top_-70 .hero_image-container img {
    top: -70%;
  }
  .hero.hero--xxlarge_top_-65 .hero_image-container .row img,
  .hero.hero--xxlarge_top_-65 .hero_image-container img {
    top: -65%;
  }
  .hero.hero--xxlarge_top_-60 .hero_image-container .row img,
  .hero.hero--xxlarge_top_-60 .hero_image-container img {
    top: -60%;
  }
  .hero.hero--xxlarge_top_-55 .hero_image-container .row img,
  .hero.hero--xxlarge_top_-55 .hero_image-container img {
    top: -55%;
  }
  .hero.hero--xxlarge_top_-50 .hero_image-container .row img,
  .hero.hero--xxlarge_top_-50 .hero_image-container img {
    top: -50%;
  }
  .hero.hero--xxlarge_top_-45 .hero_image-container .row img,
  .hero.hero--xxlarge_top_-45 .hero_image-container img {
    top: -45%;
  }
  .hero.hero--xxlarge_top_-40 .hero_image-container .row img,
  .hero.hero--xxlarge_top_-40 .hero_image-container img {
    top: -40%;
  }
  .hero.hero--xxlarge_top_-35 .hero_image-container .row img,
  .hero.hero--xxlarge_top_-35 .hero_image-container img {
    top: -35%;
  }
  .hero.hero--xxlarge_top_-30 .hero_image-container .row img,
  .hero.hero--xxlarge_top_-30 .hero_image-container img {
    top: -30%;
  }
  .hero.hero--xxlarge_top_-25 .hero_image-container .row img,
  .hero.hero--xxlarge_top_-25 .hero_image-container img {
    top: -25%;
  }
  .hero.hero--xxlarge_top_-20 .hero_image-container .row img,
  .hero.hero--xxlarge_top_-20 .hero_image-container img {
    top: -20%;
  }
  .hero.hero--xxlarge_top_-15 .hero_image-container .row img,
  .hero.hero--xxlarge_top_-15 .hero_image-container img {
    top: -15%;
  }
  .hero.hero--xxlarge_top_-10 .hero_image-container .row img,
  .hero.hero--xxlarge_top_-10 .hero_image-container img {
    top: -10%;
  }
  .hero.hero--xxlarge_top_-5 .hero_image-container .row img,
  .hero.hero--xxlarge_top_-5 .hero_image-container img {
    top: -5%;
  }
  .hero.hero--xxlarge_top_0 .hero_image-container .row img,
  .hero.hero--xxlarge_top_0 .hero_image-container img {
    top: 0%;
  }
  .hero.hero--xxlarge_top_5 .hero_image-container .row img,
  .hero.hero--xxlarge_top_5 .hero_image-container img {
    top: 5%;
  }
  .hero.hero--xxlarge_top_10 .hero_image-container .row img,
  .hero.hero--xxlarge_top_10 .hero_image-container img {
    top: 10%;
  }
  .hero.hero--xxlarge_top_15 .hero_image-container .row img,
  .hero.hero--xxlarge_top_15 .hero_image-container img {
    top: 15%;
  }
  .hero.hero--xxlarge_top_20 .hero_image-container .row img,
  .hero.hero--xxlarge_top_20 .hero_image-container img {
    top: 20%;
  }
  .hero.hero--xxlarge_top_25 .hero_image-container .row img,
  .hero.hero--xxlarge_top_25 .hero_image-container img {
    top: 25%;
  }
  .hero.hero--xxlarge_top_30 .hero_image-container .row img,
  .hero.hero--xxlarge_top_30 .hero_image-container img {
    top: 30%;
  }
  .hero.hero--xxlarge_top_35 .hero_image-container .row img,
  .hero.hero--xxlarge_top_35 .hero_image-container img {
    top: 35%;
  }
  .hero.hero--xxlarge_top_40 .hero_image-container .row img,
  .hero.hero--xxlarge_top_40 .hero_image-container img {
    top: 40%;
  }
  .hero.hero--xxlarge_top_45 .hero_image-container .row img,
  .hero.hero--xxlarge_top_45 .hero_image-container img {
    top: 45%;
  }
  .hero.hero--xxlarge_top_50 .hero_image-container .row img,
  .hero.hero--xxlarge_top_50 .hero_image-container img {
    top: 50%;
  }
  .hero.hero--xxlarge_top_55 .hero_image-container .row img,
  .hero.hero--xxlarge_top_55 .hero_image-container img {
    top: 55%;
  }
  .hero.hero--xxlarge_top_60 .hero_image-container .row img,
  .hero.hero--xxlarge_top_60 .hero_image-container img {
    top: 60%;
  }
  .hero.hero--xxlarge_top_65 .hero_image-container .row img,
  .hero.hero--xxlarge_top_65 .hero_image-container img {
    top: 65%;
  }
  .hero.hero--xxlarge_top_70 .hero_image-container .row img,
  .hero.hero--xxlarge_top_70 .hero_image-container img {
    top: 70%;
  }
  .hero.hero--xxlarge_top_75 .hero_image-container .row img,
  .hero.hero--xxlarge_top_75 .hero_image-container img {
    top: 75%;
  }
  .hero.hero--xxlarge_top_80 .hero_image-container .row img,
  .hero.hero--xxlarge_top_80 .hero_image-container img {
    top: 80%;
  }
  .hero.hero--xxlarge_top_85 .hero_image-container .row img,
  .hero.hero--xxlarge_top_85 .hero_image-container img {
    top: 85%;
  }
  .hero.hero--xxlarge_top_90 .hero_image-container .row img,
  .hero.hero--xxlarge_top_90 .hero_image-container img {
    top: 90%;
  }
  .hero.hero--xxlarge_top_95 .hero_image-container .row img,
  .hero.hero--xxlarge_top_95 .hero_image-container img {
    top: 95%;
  }
  .hero.hero--xxlarge_top_100 .hero_image-container .row img,
  .hero.hero--xxlarge_top_100 .hero_image-container img {
    top: 100%;
  }
  .hero.hero--xxlarge_left_-100 .hero_image-container .row img,
  .hero.hero--xxlarge_left_-100 .hero_image-container img {
    left: -100%;
  }
  .hero.hero--xxlarge_left_-95 .hero_image-container .row img,
  .hero.hero--xxlarge_left_-95 .hero_image-container img {
    left: -95%;
  }
  .hero.hero--xxlarge_left_-90 .hero_image-container .row img,
  .hero.hero--xxlarge_left_-90 .hero_image-container img {
    left: -90%;
  }
  .hero.hero--xxlarge_left_-85 .hero_image-container .row img,
  .hero.hero--xxlarge_left_-85 .hero_image-container img {
    left: -85%;
  }
  .hero.hero--xxlarge_left_-80 .hero_image-container .row img,
  .hero.hero--xxlarge_left_-80 .hero_image-container img {
    left: -80%;
  }
  .hero.hero--xxlarge_left_-75 .hero_image-container .row img,
  .hero.hero--xxlarge_left_-75 .hero_image-container img {
    left: -75%;
  }
  .hero.hero--xxlarge_left_-70 .hero_image-container .row img,
  .hero.hero--xxlarge_left_-70 .hero_image-container img {
    left: -70%;
  }
  .hero.hero--xxlarge_left_-65 .hero_image-container .row img,
  .hero.hero--xxlarge_left_-65 .hero_image-container img {
    left: -65%;
  }
  .hero.hero--xxlarge_left_-60 .hero_image-container .row img,
  .hero.hero--xxlarge_left_-60 .hero_image-container img {
    left: -60%;
  }
  .hero.hero--xxlarge_left_-55 .hero_image-container .row img,
  .hero.hero--xxlarge_left_-55 .hero_image-container img {
    left: -55%;
  }
  .hero.hero--xxlarge_left_-50 .hero_image-container .row img,
  .hero.hero--xxlarge_left_-50 .hero_image-container img {
    left: -50%;
  }
  .hero.hero--xxlarge_left_-45 .hero_image-container .row img,
  .hero.hero--xxlarge_left_-45 .hero_image-container img {
    left: -45%;
  }
  .hero.hero--xxlarge_left_-40 .hero_image-container .row img,
  .hero.hero--xxlarge_left_-40 .hero_image-container img {
    left: -40%;
  }
  .hero.hero--xxlarge_left_-35 .hero_image-container .row img,
  .hero.hero--xxlarge_left_-35 .hero_image-container img {
    left: -35%;
  }
  .hero.hero--xxlarge_left_-30 .hero_image-container .row img,
  .hero.hero--xxlarge_left_-30 .hero_image-container img {
    left: -30%;
  }
  .hero.hero--xxlarge_left_-25 .hero_image-container .row img,
  .hero.hero--xxlarge_left_-25 .hero_image-container img {
    left: -25%;
  }
  .hero.hero--xxlarge_left_-20 .hero_image-container .row img,
  .hero.hero--xxlarge_left_-20 .hero_image-container img {
    left: -20%;
  }
  .hero.hero--xxlarge_left_-15 .hero_image-container .row img,
  .hero.hero--xxlarge_left_-15 .hero_image-container img {
    left: -15%;
  }
  .hero.hero--xxlarge_left_-10 .hero_image-container .row img,
  .hero.hero--xxlarge_left_-10 .hero_image-container img {
    left: -10%;
  }
  .hero.hero--xxlarge_left_-5 .hero_image-container .row img,
  .hero.hero--xxlarge_left_-5 .hero_image-container img {
    left: -5%;
  }
  .hero.hero--xxlarge_left_0 .hero_image-container .row img,
  .hero.hero--xxlarge_left_0 .hero_image-container img {
    left: 0%;
  }
  .hero.hero--xxlarge_left_5 .hero_image-container .row img,
  .hero.hero--xxlarge_left_5 .hero_image-container img {
    left: 5%;
  }
  .hero.hero--xxlarge_left_10 .hero_image-container .row img,
  .hero.hero--xxlarge_left_10 .hero_image-container img {
    left: 10%;
  }
  .hero.hero--xxlarge_left_15 .hero_image-container .row img,
  .hero.hero--xxlarge_left_15 .hero_image-container img {
    left: 15%;
  }
  .hero.hero--xxlarge_left_20 .hero_image-container .row img,
  .hero.hero--xxlarge_left_20 .hero_image-container img {
    left: 20%;
  }
  .hero.hero--xxlarge_left_25 .hero_image-container .row img,
  .hero.hero--xxlarge_left_25 .hero_image-container img {
    left: 25%;
  }
  .hero.hero--xxlarge_left_30 .hero_image-container .row img,
  .hero.hero--xxlarge_left_30 .hero_image-container img {
    left: 30%;
  }
  .hero.hero--xxlarge_left_35 .hero_image-container .row img,
  .hero.hero--xxlarge_left_35 .hero_image-container img {
    left: 35%;
  }
  .hero.hero--xxlarge_left_40 .hero_image-container .row img,
  .hero.hero--xxlarge_left_40 .hero_image-container img {
    left: 40%;
  }
  .hero.hero--xxlarge_left_45 .hero_image-container .row img,
  .hero.hero--xxlarge_left_45 .hero_image-container img {
    left: 45%;
  }
  .hero.hero--xxlarge_left_50 .hero_image-container .row img,
  .hero.hero--xxlarge_left_50 .hero_image-container img {
    left: 50%;
  }
  .hero.hero--xxlarge_left_55 .hero_image-container .row img,
  .hero.hero--xxlarge_left_55 .hero_image-container img {
    left: 55%;
  }
  .hero.hero--xxlarge_left_60 .hero_image-container .row img,
  .hero.hero--xxlarge_left_60 .hero_image-container img {
    left: 60%;
  }
  .hero.hero--xxlarge_left_65 .hero_image-container .row img,
  .hero.hero--xxlarge_left_65 .hero_image-container img {
    left: 65%;
  }
  .hero.hero--xxlarge_left_70 .hero_image-container .row img,
  .hero.hero--xxlarge_left_70 .hero_image-container img {
    left: 70%;
  }
  .hero.hero--xxlarge_left_75 .hero_image-container .row img,
  .hero.hero--xxlarge_left_75 .hero_image-container img {
    left: 75%;
  }
  .hero.hero--xxlarge_left_80 .hero_image-container .row img,
  .hero.hero--xxlarge_left_80 .hero_image-container img {
    left: 80%;
  }
  .hero.hero--xxlarge_left_85 .hero_image-container .row img,
  .hero.hero--xxlarge_left_85 .hero_image-container img {
    left: 85%;
  }
  .hero.hero--xxlarge_left_90 .hero_image-container .row img,
  .hero.hero--xxlarge_left_90 .hero_image-container img {
    left: 90%;
  }
  .hero.hero--xxlarge_left_95 .hero_image-container .row img,
  .hero.hero--xxlarge_left_95 .hero_image-container img {
    left: 95%;
  }
  .hero.hero--xxlarge_left_100 .hero_image-container .row img,
  .hero.hero--xxlarge_left_100 .hero_image-container img {
    left: 100%;
  }
  .hero {
    /* #endregion TOP & LEFT % *************/
    /* #region xxlarge MAX-WIDTH & MAX-HEIGHT % *************/
  }
  .hero.hero--xxlarge_width_100 .hero_image-container .row img,
  .hero.hero--xxlarge_width_100 .hero_image-container img {
    max-width: 100%;
  }
  .hero.hero--xxlarge_width_105 .hero_image-container .row img,
  .hero.hero--xxlarge_width_105 .hero_image-container img {
    max-width: 105%;
  }
  .hero.hero--xxlarge_width_110 .hero_image-container .row img,
  .hero.hero--xxlarge_width_110 .hero_image-container img {
    max-width: 110%;
  }
  .hero.hero--xxlarge_width_115 .hero_image-container .row img,
  .hero.hero--xxlarge_width_115 .hero_image-container img {
    max-width: 115%;
  }
  .hero.hero--xxlarge_width_120 .hero_image-container .row img,
  .hero.hero--xxlarge_width_120 .hero_image-container img {
    max-width: 120%;
  }
  .hero.hero--xxlarge_width_125 .hero_image-container .row img,
  .hero.hero--xxlarge_width_125 .hero_image-container img {
    max-width: 125%;
  }
  .hero.hero--xxlarge_width_130 .hero_image-container .row img,
  .hero.hero--xxlarge_width_130 .hero_image-container img {
    max-width: 130%;
  }
  .hero.hero--xxlarge_width_135 .hero_image-container .row img,
  .hero.hero--xxlarge_width_135 .hero_image-container img {
    max-width: 135%;
  }
  .hero.hero--xxlarge_width_140 .hero_image-container .row img,
  .hero.hero--xxlarge_width_140 .hero_image-container img {
    max-width: 140%;
  }
  .hero.hero--xxlarge_width_145 .hero_image-container .row img,
  .hero.hero--xxlarge_width_145 .hero_image-container img {
    max-width: 145%;
  }
  .hero.hero--xxlarge_width_150 .hero_image-container .row img,
  .hero.hero--xxlarge_width_150 .hero_image-container img {
    max-width: 150%;
  }
  .hero.hero--xxlarge_width_155 .hero_image-container .row img,
  .hero.hero--xxlarge_width_155 .hero_image-container img {
    max-width: 155%;
  }
  .hero.hero--xxlarge_width_160 .hero_image-container .row img,
  .hero.hero--xxlarge_width_160 .hero_image-container img {
    max-width: 160%;
  }
  .hero.hero--xxlarge_width_165 .hero_image-container .row img,
  .hero.hero--xxlarge_width_165 .hero_image-container img {
    max-width: 165%;
  }
  .hero.hero--xxlarge_width_170 .hero_image-container .row img,
  .hero.hero--xxlarge_width_170 .hero_image-container img {
    max-width: 170%;
  }
  .hero.hero--xxlarge_width_175 .hero_image-container .row img,
  .hero.hero--xxlarge_width_175 .hero_image-container img {
    max-width: 175%;
  }
  .hero.hero--xxlarge_width_180 .hero_image-container .row img,
  .hero.hero--xxlarge_width_180 .hero_image-container img {
    max-width: 180%;
  }
  .hero.hero--xxlarge_width_185 .hero_image-container .row img,
  .hero.hero--xxlarge_width_185 .hero_image-container img {
    max-width: 185%;
  }
  .hero.hero--xxlarge_width_190 .hero_image-container .row img,
  .hero.hero--xxlarge_width_190 .hero_image-container img {
    max-width: 190%;
  }
  .hero.hero--xxlarge_width_195 .hero_image-container .row img,
  .hero.hero--xxlarge_width_195 .hero_image-container img {
    max-width: 195%;
  }
  .hero.hero--xxlarge_width_200 .hero_image-container .row img,
  .hero.hero--xxlarge_width_200 .hero_image-container img {
    max-width: 200%;
  }
  .hero.hero--xxlarge_width_205 .hero_image-container .row img,
  .hero.hero--xxlarge_width_205 .hero_image-container img {
    max-width: 205%;
  }
  .hero.hero--xxlarge_width_210 .hero_image-container .row img,
  .hero.hero--xxlarge_width_210 .hero_image-container img {
    max-width: 210%;
  }
  .hero.hero--xxlarge_width_215 .hero_image-container .row img,
  .hero.hero--xxlarge_width_215 .hero_image-container img {
    max-width: 215%;
  }
  .hero.hero--xxlarge_width_220 .hero_image-container .row img,
  .hero.hero--xxlarge_width_220 .hero_image-container img {
    max-width: 220%;
  }
  .hero.hero--xxlarge_width_225 .hero_image-container .row img,
  .hero.hero--xxlarge_width_225 .hero_image-container img {
    max-width: 225%;
  }
  .hero.hero--xxlarge_width_230 .hero_image-container .row img,
  .hero.hero--xxlarge_width_230 .hero_image-container img {
    max-width: 230%;
  }
  .hero.hero--xxlarge_width_235 .hero_image-container .row img,
  .hero.hero--xxlarge_width_235 .hero_image-container img {
    max-width: 235%;
  }
  .hero.hero--xxlarge_width_240 .hero_image-container .row img,
  .hero.hero--xxlarge_width_240 .hero_image-container img {
    max-width: 240%;
  }
  .hero.hero--xxlarge_width_245 .hero_image-container .row img,
  .hero.hero--xxlarge_width_245 .hero_image-container img {
    max-width: 245%;
  }
  .hero.hero--xxlarge_width_250 .hero_image-container .row img,
  .hero.hero--xxlarge_width_250 .hero_image-container img {
    max-width: 250%;
  }
  .hero.hero--xxlarge_width_255 .hero_image-container .row img,
  .hero.hero--xxlarge_width_255 .hero_image-container img {
    max-width: 255%;
  }
  .hero.hero--xxlarge_width_260 .hero_image-container .row img,
  .hero.hero--xxlarge_width_260 .hero_image-container img {
    max-width: 260%;
  }
  .hero.hero--xxlarge_width_265 .hero_image-container .row img,
  .hero.hero--xxlarge_width_265 .hero_image-container img {
    max-width: 265%;
  }
  .hero.hero--xxlarge_width_270 .hero_image-container .row img,
  .hero.hero--xxlarge_width_270 .hero_image-container img {
    max-width: 270%;
  }
  .hero.hero--xxlarge_width_275 .hero_image-container .row img,
  .hero.hero--xxlarge_width_275 .hero_image-container img {
    max-width: 275%;
  }
  .hero.hero--xxlarge_width_280 .hero_image-container .row img,
  .hero.hero--xxlarge_width_280 .hero_image-container img {
    max-width: 280%;
  }
  .hero.hero--xxlarge_width_285 .hero_image-container .row img,
  .hero.hero--xxlarge_width_285 .hero_image-container img {
    max-width: 285%;
  }
  .hero.hero--xxlarge_width_290 .hero_image-container .row img,
  .hero.hero--xxlarge_width_290 .hero_image-container img {
    max-width: 290%;
  }
  .hero.hero--xxlarge_width_295 .hero_image-container .row img,
  .hero.hero--xxlarge_width_295 .hero_image-container img {
    max-width: 295%;
  }
  .hero.hero--xxlarge_width_300 .hero_image-container .row img,
  .hero.hero--xxlarge_width_300 .hero_image-container img {
    max-width: 300%;
  }
  .hero.hero--xxlarge_width_305 .hero_image-container .row img,
  .hero.hero--xxlarge_width_305 .hero_image-container img {
    max-width: 305%;
  }
  .hero.hero--xxlarge_width_310 .hero_image-container .row img,
  .hero.hero--xxlarge_width_310 .hero_image-container img {
    max-width: 310%;
  }
  .hero.hero--xxlarge_width_315 .hero_image-container .row img,
  .hero.hero--xxlarge_width_315 .hero_image-container img {
    max-width: 315%;
  }
  .hero.hero--xxlarge_width_320 .hero_image-container .row img,
  .hero.hero--xxlarge_width_320 .hero_image-container img {
    max-width: 320%;
  }
  .hero.hero--xxlarge_width_325 .hero_image-container .row img,
  .hero.hero--xxlarge_width_325 .hero_image-container img {
    max-width: 325%;
  }
  .hero.hero--xxlarge_width_330 .hero_image-container .row img,
  .hero.hero--xxlarge_width_330 .hero_image-container img {
    max-width: 330%;
  }
  .hero.hero--xxlarge_width_335 .hero_image-container .row img,
  .hero.hero--xxlarge_width_335 .hero_image-container img {
    max-width: 335%;
  }
  .hero.hero--xxlarge_width_340 .hero_image-container .row img,
  .hero.hero--xxlarge_width_340 .hero_image-container img {
    max-width: 340%;
  }
  .hero.hero--xxlarge_width_345 .hero_image-container .row img,
  .hero.hero--xxlarge_width_345 .hero_image-container img {
    max-width: 345%;
  }
  .hero.hero--xxlarge_width_350 .hero_image-container .row img,
  .hero.hero--xxlarge_width_350 .hero_image-container img {
    max-width: 350%;
  }
  .hero.hero--xxlarge_width_355 .hero_image-container .row img,
  .hero.hero--xxlarge_width_355 .hero_image-container img {
    max-width: 355%;
  }
  .hero.hero--xxlarge_width_360 .hero_image-container .row img,
  .hero.hero--xxlarge_width_360 .hero_image-container img {
    max-width: 360%;
  }
  .hero.hero--xxlarge_width_365 .hero_image-container .row img,
  .hero.hero--xxlarge_width_365 .hero_image-container img {
    max-width: 365%;
  }
  .hero.hero--xxlarge_width_370 .hero_image-container .row img,
  .hero.hero--xxlarge_width_370 .hero_image-container img {
    max-width: 370%;
  }
  .hero.hero--xxlarge_width_375 .hero_image-container .row img,
  .hero.hero--xxlarge_width_375 .hero_image-container img {
    max-width: 375%;
  }
  .hero.hero--xxlarge_width_380 .hero_image-container .row img,
  .hero.hero--xxlarge_width_380 .hero_image-container img {
    max-width: 380%;
  }
  .hero.hero--xxlarge_width_385 .hero_image-container .row img,
  .hero.hero--xxlarge_width_385 .hero_image-container img {
    max-width: 385%;
  }
  .hero.hero--xxlarge_width_390 .hero_image-container .row img,
  .hero.hero--xxlarge_width_390 .hero_image-container img {
    max-width: 390%;
  }
  .hero.hero--xxlarge_width_395 .hero_image-container .row img,
  .hero.hero--xxlarge_width_395 .hero_image-container img {
    max-width: 395%;
  }
  .hero.hero--xxlarge_width_400 .hero_image-container .row img,
  .hero.hero--xxlarge_width_400 .hero_image-container img {
    max-width: 400%;
  }
  .hero.hero--xxlarge_height_100 .hero_image-container .row img,
  .hero.hero--xxlarge_height_100 .hero_image-container img {
    max-height: 100%;
  }
  .hero.hero--xxlarge_height_105 .hero_image-container .row img,
  .hero.hero--xxlarge_height_105 .hero_image-container img {
    max-height: 105%;
  }
  .hero.hero--xxlarge_height_110 .hero_image-container .row img,
  .hero.hero--xxlarge_height_110 .hero_image-container img {
    max-height: 110%;
  }
  .hero.hero--xxlarge_height_115 .hero_image-container .row img,
  .hero.hero--xxlarge_height_115 .hero_image-container img {
    max-height: 115%;
  }
  .hero.hero--xxlarge_height_120 .hero_image-container .row img,
  .hero.hero--xxlarge_height_120 .hero_image-container img {
    max-height: 120%;
  }
  .hero.hero--xxlarge_height_125 .hero_image-container .row img,
  .hero.hero--xxlarge_height_125 .hero_image-container img {
    max-height: 125%;
  }
  .hero.hero--xxlarge_height_130 .hero_image-container .row img,
  .hero.hero--xxlarge_height_130 .hero_image-container img {
    max-height: 130%;
  }
  .hero.hero--xxlarge_height_135 .hero_image-container .row img,
  .hero.hero--xxlarge_height_135 .hero_image-container img {
    max-height: 135%;
  }
  .hero.hero--xxlarge_height_140 .hero_image-container .row img,
  .hero.hero--xxlarge_height_140 .hero_image-container img {
    max-height: 140%;
  }
  .hero.hero--xxlarge_height_145 .hero_image-container .row img,
  .hero.hero--xxlarge_height_145 .hero_image-container img {
    max-height: 145%;
  }
  .hero.hero--xxlarge_height_150 .hero_image-container .row img,
  .hero.hero--xxlarge_height_150 .hero_image-container img {
    max-height: 150%;
  }
  .hero.hero--xxlarge_height_155 .hero_image-container .row img,
  .hero.hero--xxlarge_height_155 .hero_image-container img {
    max-height: 155%;
  }
  .hero.hero--xxlarge_height_160 .hero_image-container .row img,
  .hero.hero--xxlarge_height_160 .hero_image-container img {
    max-height: 160%;
  }
  .hero.hero--xxlarge_height_165 .hero_image-container .row img,
  .hero.hero--xxlarge_height_165 .hero_image-container img {
    max-height: 165%;
  }
  .hero.hero--xxlarge_height_170 .hero_image-container .row img,
  .hero.hero--xxlarge_height_170 .hero_image-container img {
    max-height: 170%;
  }
  .hero.hero--xxlarge_height_175 .hero_image-container .row img,
  .hero.hero--xxlarge_height_175 .hero_image-container img {
    max-height: 175%;
  }
  .hero.hero--xxlarge_height_180 .hero_image-container .row img,
  .hero.hero--xxlarge_height_180 .hero_image-container img {
    max-height: 180%;
  }
  .hero.hero--xxlarge_height_185 .hero_image-container .row img,
  .hero.hero--xxlarge_height_185 .hero_image-container img {
    max-height: 185%;
  }
  .hero.hero--xxlarge_height_190 .hero_image-container .row img,
  .hero.hero--xxlarge_height_190 .hero_image-container img {
    max-height: 190%;
  }
  .hero.hero--xxlarge_height_195 .hero_image-container .row img,
  .hero.hero--xxlarge_height_195 .hero_image-container img {
    max-height: 195%;
  }
  .hero.hero--xxlarge_height_200 .hero_image-container .row img,
  .hero.hero--xxlarge_height_200 .hero_image-container img {
    max-height: 200%;
  }
  .hero.hero--xxlarge_height_205 .hero_image-container .row img,
  .hero.hero--xxlarge_height_205 .hero_image-container img {
    max-height: 205%;
  }
  .hero.hero--xxlarge_height_210 .hero_image-container .row img,
  .hero.hero--xxlarge_height_210 .hero_image-container img {
    max-height: 210%;
  }
  .hero.hero--xxlarge_height_215 .hero_image-container .row img,
  .hero.hero--xxlarge_height_215 .hero_image-container img {
    max-height: 215%;
  }
  .hero.hero--xxlarge_height_220 .hero_image-container .row img,
  .hero.hero--xxlarge_height_220 .hero_image-container img {
    max-height: 220%;
  }
  .hero.hero--xxlarge_height_225 .hero_image-container .row img,
  .hero.hero--xxlarge_height_225 .hero_image-container img {
    max-height: 225%;
  }
  .hero.hero--xxlarge_height_230 .hero_image-container .row img,
  .hero.hero--xxlarge_height_230 .hero_image-container img {
    max-height: 230%;
  }
  .hero.hero--xxlarge_height_235 .hero_image-container .row img,
  .hero.hero--xxlarge_height_235 .hero_image-container img {
    max-height: 235%;
  }
  .hero.hero--xxlarge_height_240 .hero_image-container .row img,
  .hero.hero--xxlarge_height_240 .hero_image-container img {
    max-height: 240%;
  }
  .hero.hero--xxlarge_height_245 .hero_image-container .row img,
  .hero.hero--xxlarge_height_245 .hero_image-container img {
    max-height: 245%;
  }
  .hero.hero--xxlarge_height_250 .hero_image-container .row img,
  .hero.hero--xxlarge_height_250 .hero_image-container img {
    max-height: 250%;
  }
  .hero.hero--xxlarge_height_255 .hero_image-container .row img,
  .hero.hero--xxlarge_height_255 .hero_image-container img {
    max-height: 255%;
  }
  .hero.hero--xxlarge_height_260 .hero_image-container .row img,
  .hero.hero--xxlarge_height_260 .hero_image-container img {
    max-height: 260%;
  }
  .hero.hero--xxlarge_height_265 .hero_image-container .row img,
  .hero.hero--xxlarge_height_265 .hero_image-container img {
    max-height: 265%;
  }
  .hero.hero--xxlarge_height_270 .hero_image-container .row img,
  .hero.hero--xxlarge_height_270 .hero_image-container img {
    max-height: 270%;
  }
  .hero.hero--xxlarge_height_275 .hero_image-container .row img,
  .hero.hero--xxlarge_height_275 .hero_image-container img {
    max-height: 275%;
  }
  .hero.hero--xxlarge_height_280 .hero_image-container .row img,
  .hero.hero--xxlarge_height_280 .hero_image-container img {
    max-height: 280%;
  }
  .hero.hero--xxlarge_height_285 .hero_image-container .row img,
  .hero.hero--xxlarge_height_285 .hero_image-container img {
    max-height: 285%;
  }
  .hero.hero--xxlarge_height_290 .hero_image-container .row img,
  .hero.hero--xxlarge_height_290 .hero_image-container img {
    max-height: 290%;
  }
  .hero.hero--xxlarge_height_295 .hero_image-container .row img,
  .hero.hero--xxlarge_height_295 .hero_image-container img {
    max-height: 295%;
  }
  .hero.hero--xxlarge_height_300 .hero_image-container .row img,
  .hero.hero--xxlarge_height_300 .hero_image-container img {
    max-height: 300%;
  }
  .hero.hero--xxlarge_height_305 .hero_image-container .row img,
  .hero.hero--xxlarge_height_305 .hero_image-container img {
    max-height: 305%;
  }
  .hero.hero--xxlarge_height_310 .hero_image-container .row img,
  .hero.hero--xxlarge_height_310 .hero_image-container img {
    max-height: 310%;
  }
  .hero.hero--xxlarge_height_315 .hero_image-container .row img,
  .hero.hero--xxlarge_height_315 .hero_image-container img {
    max-height: 315%;
  }
  .hero.hero--xxlarge_height_320 .hero_image-container .row img,
  .hero.hero--xxlarge_height_320 .hero_image-container img {
    max-height: 320%;
  }
  .hero.hero--xxlarge_height_325 .hero_image-container .row img,
  .hero.hero--xxlarge_height_325 .hero_image-container img {
    max-height: 325%;
  }
  .hero.hero--xxlarge_height_330 .hero_image-container .row img,
  .hero.hero--xxlarge_height_330 .hero_image-container img {
    max-height: 330%;
  }
  .hero.hero--xxlarge_height_335 .hero_image-container .row img,
  .hero.hero--xxlarge_height_335 .hero_image-container img {
    max-height: 335%;
  }
  .hero.hero--xxlarge_height_340 .hero_image-container .row img,
  .hero.hero--xxlarge_height_340 .hero_image-container img {
    max-height: 340%;
  }
  .hero.hero--xxlarge_height_345 .hero_image-container .row img,
  .hero.hero--xxlarge_height_345 .hero_image-container img {
    max-height: 345%;
  }
  .hero.hero--xxlarge_height_350 .hero_image-container .row img,
  .hero.hero--xxlarge_height_350 .hero_image-container img {
    max-height: 350%;
  }
  .hero.hero--xxlarge_height_355 .hero_image-container .row img,
  .hero.hero--xxlarge_height_355 .hero_image-container img {
    max-height: 355%;
  }
  .hero.hero--xxlarge_height_360 .hero_image-container .row img,
  .hero.hero--xxlarge_height_360 .hero_image-container img {
    max-height: 360%;
  }
  .hero.hero--xxlarge_height_365 .hero_image-container .row img,
  .hero.hero--xxlarge_height_365 .hero_image-container img {
    max-height: 365%;
  }
  .hero.hero--xxlarge_height_370 .hero_image-container .row img,
  .hero.hero--xxlarge_height_370 .hero_image-container img {
    max-height: 370%;
  }
  .hero.hero--xxlarge_height_375 .hero_image-container .row img,
  .hero.hero--xxlarge_height_375 .hero_image-container img {
    max-height: 375%;
  }
  .hero.hero--xxlarge_height_380 .hero_image-container .row img,
  .hero.hero--xxlarge_height_380 .hero_image-container img {
    max-height: 380%;
  }
  .hero.hero--xxlarge_height_385 .hero_image-container .row img,
  .hero.hero--xxlarge_height_385 .hero_image-container img {
    max-height: 385%;
  }
  .hero.hero--xxlarge_height_390 .hero_image-container .row img,
  .hero.hero--xxlarge_height_390 .hero_image-container img {
    max-height: 390%;
  }
  .hero.hero--xxlarge_height_395 .hero_image-container .row img,
  .hero.hero--xxlarge_height_395 .hero_image-container img {
    max-height: 395%;
  }
  .hero.hero--xxlarge_height_400 .hero_image-container .row img,
  .hero.hero--xxlarge_height_400 .hero_image-container img {
    max-height: 400%;
  }
  .hero {
    /* #endregion	MAX-WIDTH & MAX-HEIGHT % *************/
  }
}
.hero {
  /* #endregion tweakers */
}

/* Reliant icons */
/* #region functions */
/* #endregion functions */
/* #region constants */
/* #endregion constants */
/* #region mixins */
.icon {
  background-image: url("/assets/img/reliant-sprite-sheet.png");
}

.icon--success {
  height: 60px;
  width: 60px;
  background-position-y: -60px;
}

.icon-info {
  position: absolute;
  right: 1rem;
  font-size: 1.75rem;
  margin-top: 0.24rem;
  padding-left: 0.1rem;
}
.icon-info.icon-info--add-bank-account {
  top: 1rem;
}
.icon-info.icon-info--active {
  color: #FA5D21;
}

.icon-payment {
  padding-left: 3.3rem;
}
.icon-payment:before {
  content: "";
  top: -0.1rem;
  left: 1.5rem;
  position: absolute;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.icon-payment.icon-payment--visa:before {
  background-image: url("/img/icons/credit-card-icons/visa.gif");
}
.icon-payment.icon-payment--mastercard:before {
  background-image: url("/img/icons/credit-card-icons/mastercard.gif");
}
.icon-payment.icon-payment--amex:before {
  background-image: url("/img/icons/credit-card-icons/amex.gif");
}
.icon-payment.icon-payment--discover:before {
  background-image: url("/img/icons/credit-card-icons/discover.gif");
}
.icon-payment.icon-payment--bank:before {
  background-image: url("/img/bank.png");
}
.icon-payment.icon-payment--check:before {
  background-image: url("/img/check.png");
}

/* Reliant info-banner */
/* #region functions */
/* #endregion functions */
/* #region constants */
/* #endregion constants */
/* #region mixins */
.info-banner {
  background-color: #52484C;
  color: #ffffff;
}
.info-banner h1, .info-banner h2, .info-banner h3, .info-banner h4, .info-banner h5 {
  color: #ffffff;
}
.info-banner a {
  color: #ffffff;
}
.info-banner a:visited {
  color: #ffffff;
}
.info-banner a:hover {
  color: rgb(229.5, 229.5, 229.5);
}
.info-banner a:active {
  color: #ffffff;
}

/* Reliant Lists */
/* #region functions */
/* #endregion functions */
/* #region constants */
/* #endregion constants */
/* #region mixins */
/*  #region donor-faq-list
	#################################### */
.donor-faq-list.donor-faq-list_list {
  list-style: none;
  margin: 0;
}
.donor-faq-list.donor-faq-list_list .list-item {
  margin-bottom: 0.5rem;
}
.donor-faq-list.donor-faq-list_list .list-item .list-item_title-summary.summary--expand, .donor-faq-list.donor-faq-list_list .list-item .list-item_title-summary--small.summary--expand {
  white-space: normal;
}
.donor-faq-list.donor-faq-list_list .list-item .list-item_title-summary.summary--collapse, .donor-faq-list.donor-faq-list_list .list-item .list-item_title-summary--small.summary--collapse {
  display: block;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: auto;
  max-width: 91.2341%;
}
.donor-faq-list.donor-faq-list_list .list-item .list-item_title-summary .list-item_title, .donor-faq-list.donor-faq-list_list .list-item .list-item_title-summary--small .list-item_title {
  display: inline-block;
  text-decoration: none;
  background-color: #557892;
  color: #ffffff;
  font-weight: 700;
  float: left;
  padding: 0 0.5rem;
  margin-right: 0.5rem;
}
.donor-faq-list.donor-faq-list_list .list-item .list-item_title-summary .list-item_title:hover, .donor-faq-list.donor-faq-list_list .list-item .list-item_title-summary--small .list-item_title:hover {
  background-color: #4E5D74;
}
.donor-faq-list.donor-faq-list_list .list-item .list-item_title-summary--small .list-item_title--small,
.donor-faq-list.donor-faq-list_list .list-item .list-item_title-summary--small .list-item_summary--small {
  padding: 0.8rem 1rem;
}
.donor-faq-list.donor-faq-list_list .list-item .list-item--read-more {
  float: left;
  white-space: nowrap;
  margin-left: 0.2rem;
}
.donor-faq-list.donor-faq-list_list .list-item .list-item--sidecar {
  background-color: #ffffff;
  margin-bottom: 0.9375rem;
}
.donor-faq-list.donor-faq-list_list .list-item .list-item--sidecar .list-item_title.list-item_title--small {
  margin: 0;
  width: 100%;
}
.donor-faq-list.donor-faq-list_list.related-questions .list-item .card.donor-faq-card.card--image-card .donor-faq-list_detail .card_body {
  padding-bottom: 3rem;
}
.donor-faq-list.donor-faq-list_list.related-questions .list-item .card.donor-faq-card.card--image-card .donor-faq-list_detail .list-detail_category {
  position: relative;
  float: right;
  margin-bottom: -1.25rem;
  margin-top: -1rem;
  font-size: 0.9rem;
  line-height: 0.9rem;
  background-color: transparent;
  border: 2px solid #B7C534;
  border-right: none;
  color: #B7C534;
  bottom: 1.875rem;
  right: 0;
}

/*  #endregion donor-faq-list
	#################################### */
/*  #region donor-faq-list--detail
	#################################### */
.donor-faq-list_detail .list-detail_title_container {
  margin-bottom: 1rem;
}
.donor-faq-list_detail .list-detail_title_container .list-detail_title {
  margin-bottom: 0;
  line-height: 2.2rem;
}
.donor-faq-list_detail .list-detail_title_container .list-detail_metadata {
  font-style: italic;
}
.donor-faq-list_detail .list-detail_content {
  margin-bottom: 3.75rem;
}
.donor-faq-list_detail .list-detail_content table {
  border-color: rgb(211.5, 211.5, 211.5);
}
.donor-faq-list_detail .list-detail_content table thead {
  background-color: #557892;
}
.donor-faq-list_detail .list-detail_content table thead th {
  font-size: 1rem;
  padding: 0.8rem 1rem;
  color: #ffffff;
  border: 1px solid rgb(211.5, 211.5, 211.5);
}
.donor-faq-list_detail .list-detail_content table tbody {
  background-color: #ededed;
}
.donor-faq-list_detail .list-detail_content table tbody tr:nth-of-type(2n) {
  background-color: inherit;
}
.donor-faq-list_detail .list-detail_content table tbody td {
  padding: 1.2rem 1rem;
  line-height: 1.2rem;
  border: 1px solid rgb(211.5, 211.5, 211.5);
}
.donor-faq-list_detail .list-detail_category {
  background-color: #B7C534;
  color: #ffffff;
  padding: 0.2rem 3rem 0.2rem 0.5rem;
  position: absolute;
  right: 0.9rem;
  bottom: 3.75rem;
  font-weight: 700;
}

/*  #endregion donor-faq-list--detail
	#################################### */
/*  #region partner-key-services
	#################################### */
.partner-key-services p {
  font-size: 1.25rem;
  margin-bottom: 2rem;
}
.partner-key-services p span {
  position: relative;
  display: table-cell;
  padding-left: 1rem;
  vertical-align: middle;
}
.partner-key-services p span img {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 100%;
  max-width: 100%;
}
.partner-key-services p span:first-of-type {
  width: 3rem;
  height: 3rem;
}
@media only screen and (min-width:40.063em) {
  .partner-key-services p {
    margin-bottom: 2rem;
  }
  .partner-key-services p span {
    display: table-cell;
    padding-left: 1rem;
  }
  .partner-key-services p span:first-of-type {
    width: 5rem;
    height: 5rem;
    vertical-align: middle;
  }
}

/*  #endregion partner-key-services
	#################################### */
/*  #region social-share
	#################################### */
.social-share-list {
  list-style: none;
  margin-left: 0;
}
.social-share-list .social-share-list-item .social-share-list-item--facebook {
  margin-bottom: 0.6rem;
}

/*  #endregion social-share
	#################################### */
/* #region functions */
/* #endregion functions */
/* #region constants */
/* #endregion constants */
/* #region mixins */
.mailing-slip-print .mailing-slip-print_card p {
  line-height: 1rem !important;
}
.mailing-slip-print .mailing-slip-print_card .mailing-slip-print_card--header {
  margin-top: -3.5rem;
}
.mailing-slip-print .mailing-slip-print_content p {
  line-height: 1rem !important;
}
.mailing-slip-print .mailing-slip-print--space_top {
  padding-top: 1rem;
}

.mailing-slip-print_fine-print p {
  line-height: 0.8rem !important;
}

/* Reliant maps */
/* #region functions */
/* #endregion functions */
/* #region constants */
/* #endregion constants */
/* #region mixins */
.missionary-map {
  height: 10rem;
  width: 100%;
}

/* #region functions */
/* #endregion functions */
/* #region constants */
/* #endregion constants */
/* #region mixins */
.reliant-video.flex-video {
  padding-bottom: 54%;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.trust-logos {
  text-align: center;
}
.trust-logos .sf-Image-wrapper {
  margin-right: 5%;
}
.trust-logos .sf-Image-wrapper .trust-logos_image {
  height: 3rem;
}
.trust-logos .sf-Image-wrapper:last-child {
  margin-right: 0;
}
@media only screen and (max-device-width: 64rem) {
  .trust-logos .sf-Image-wrapper {
    margin-top: 10%;
    width: 100%;
    display: block;
  }
  .trust-logos .sf-Image-wrapper .trust-logos_image {
    display: block;
    margin: 10% auto;
  }
  .trust-logos .sf-Image-wrapper:last-child {
    margin-right: auto;
  }
  .trust-logos:first-child {
    margin-top: 0;
  }
}

/* Reliant message */
/* #region functions */
/* #endregion functions */
/* #region constants */
/* #endregion constants */
/* #region mixins */
/*  #region message
	####################################
	#################################### */
.reliant-message {
  padding: 1.875rem 2.5rem 1.875rem 2.5rem;
  font-size: 1.75rem;
}
.reliant-message a {
  color: #ffffff;
}
.reliant-message a:visited {
  color: #ffffff;
}

.reliant-message_title, .reliant-message_content, .reliant-message_label {
  color: #ffffff;
}

@media only screen and (min-width: 64.063rem) {
  .reliant-message_content {
    line-height: 2.3125rem;
  }
}
.reliant-message--contact {
  margin-top: 2rem;
  width: 100%;
  padding: 1.5rem 2rem;
}
.reliant-message--contact > div {
  display: table;
}
.reliant-message--contact > div > div {
  display: table-row;
}
.reliant-message--contact > div > div .reliant-message_icon {
  display: table-cell;
  width: auto;
  text-align: center;
  padding-right: 1rem;
}
.reliant-message--contact > div > div .reliant-message_title {
  display: table-cell;
  width: 100%;
  line-height: 1.7rem;
  font-family: "bree-serif", Georgia, serif;
}
.reliant-message--contact .reliant-message_message {
  margin-top: 1rem;
  line-height: 1rem;
  color: #ffffff;
  font-size: 65%;
}

.reliant-message--info {
  background-color: #557892;
}

.reliant-message--success {
  background-color: #B7C534;
}

.reliant-message--error, .reliant-message--warning {
  background-color: #FA5D21;
}

.reliant-message-icon {
  display: inline-block;
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #ffffff;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
}
.reliant-message-icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.reliant-message-icon--info {
  color: #557892;
}

.reliant-message-icon--success {
  color: #B7C534;
}

.reliant-message-icon--error, .reliant-message-icon--warning {
  color: #FA5D21;
}

/*  #endregion message
	#################################### */
/* #region functions */
/* #endregion functions */
/* #region constants */
/* #endregion constants */
/* #region mixins */
.reliant-modal {
  z-index: 10000000;
}
.reliant-modal.reliant-modal--edit-profile.reliant-modal--edit-profile--update {
  overflow-y: scroll;
  max-height: 90%;
  position: fixed;
}
.reliant-modal.reliant-modal--edit-profile .reliant-modal--edit-profile_subtitle {
  font-family: "interface", Calibri, Arial, Helvetica, sans-serif;
  font-style: italic;
  font-weight: 400;
  color: #FA5D21;
  -moz-text-decoration-color: #FA5D21;
  text-decoration-color: #FA5D21;
  font-size: 1rem;
}
.reliant-modal.reliant-modal--edit-profile .button--action {
  margin-top: 1.25rem;
}
.reliant-modal.reliant-modal--edit-profile .row--margin-bottom {
  margin-bottom: 0.5rem;
}
.reliant-modal.reliant-modal--edit-profile .action-link_icon {
  margin-right: 0.5rem;
}
.reliant-modal.reliant-modal--edit-profile .panel.panel--edit-profile {
  background-color: #ededed;
  border-color: #80787b;
}
.reliant-modal.reliant-modal--edit-profile .panel.panel--edit-profile select {
  font-size: 0.875rem;
}
.reliant-modal.reliant-modal--edit-profile .button--edit-profile {
  margin: 0;
}
.reliant-modal.reliant-modal--edit-profile .social-icons.social-icons--edit-profile .social-icons_item {
  display: block;
  display: block;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.reliant-modal.reliant-modal--edit-profile .social-icons.social-icons--edit-profile .social-icons_item .social-icons_item_link {
  margin-right: 0.625rem;
}
.reliant-modal.reliant-modal--privacy-screen {
  position: fixed;
  z-index: 2147483638;
}
.reliant-modal.reliant-modal--privacy-screen .privacy-screen_spacer.privacy-screen_spacer--large {
  height: 5rem;
}
.reliant-modal.reliant-modal--privacy-screen .privacy-screen_spacer.privacy-screen_spacer--medium {
  height: 2rem;
}
.reliant-modal.reliant-modal--privacy-screen .privacy-screen_form_error {
  color: #FA5D21;
  font-style: italic;
}
.reliant-modal.reliant-modal--privacy-screen .privacy-screen_form_error_input ::-webkit-input-placeholder, .reliant-modal.reliant-modal--privacy-screen .privacy-screen_form_error_input :-ms-input-placeholder, .reliant-modal.reliant-modal--privacy-screen .privacy-screen_form_error_input :-moz-placeholder, .reliant-modal.reliant-modal--privacy-screen .privacy-screen_form_error_input ::-moz-placeholder {
  color: #FA5D21;
}
.reliant-modal.reliant-modal--privacy-screen .privacy-screen_form_error_input {
  border-color: #FA5D21;
}

.reveal-modal-bg {
  position: fixed;
}

/* #region functions */
/* #endregion functions */
/* #region constants */
/* #endregion constants */
/* #region mixins */
.reliant-menu {
  padding: 1rem 0 2rem;
  margin: 1rem;
  overflow: auto;
}
@media only screen and (min-width:40.063em) {
  .reliant-menu {
    background-color: white;
    margin: 2rem 0;
  }
}
.reliant-menu .reliant-subnavigation {
  display: none;
  margin: 0;
}
@media only screen and (min-width:40.063em) {
  .reliant-menu .reliant-subnavigation {
    display: table;
  }
}
.reliant-menu .reliant-subnavigation .reliant-subnavigation_root .reliant-subnavigation_root-item {
  display: table-cell;
  padding: 0 0.5rem;
  background-color: white;
}
.reliant-menu .reliant-subnavigation .reliant-subnavigation_root .reliant-subnavigation_root-item .reliant-subnavigation_root-item-link::before {
  content: "";
}
.reliant-menu .reliant-subnavigation .reliant-subnavigation_root .reliant-subnavigation_root-item .reliant-subnavigation_root-item-link.nav_active, .reliant-menu .reliant-subnavigation .reliant-subnavigation_root .reliant-subnavigation_root-item .reliant-subnavigation_root-item-link.nav_active-parent {
  border-bottom: 0.5rem solid #557892;
}
.reliant-menu .reliant-menu-link {
  color: white;
  background-color: #52484C;
  height: 100%;
  display: block;
  padding: 0.5rem 0.95rem;
  margin: 0;
  font-weight: normal;
  text-decoration: none;
  border-bottom: 1px solid #80787b;
}
.reliant-menu .reliant-menu-link:hover {
  background-color: #80787b;
}
.reliant-menu .reliant-menu-link.active {
  background-color: #80787b;
}
.reliant-menu .reliant-menu-horizontal {
  background-color: #52484C;
  display: block;
  padding: 0;
  margin: 0 0 2rem;
}
.reliant-menu .reliant-menu-horizontal .reliant-menu-item {
  display: inline-block;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.reliant-menu .reliant-menu-vertical {
  display: block;
  padding: 0;
  margin: 0;
}
.reliant-menu .reliant-menu-vertical .reliant-menu-vertical-item {
  list-style-type: none;
  position: relative;
}
.reliant-menu .reliant-menu-vertical .reliant-menu-vertical-item .reliant-menu-link {
  padding: 1rem 2rem;
}
@media only screen and (min-width:40.063em) {
  .reliant-menu .reliant-menu-vertical .reliant-menu-vertical-item .reliant-menu-link {
    display: none;
  }
}
.reliant-menu .reliant-menu-vertical .reliant-menu-vertical-item .reliant-menu-link:after {
  content: "";
  top: 50%;
  height: 2.75rem;
  width: 1.5rem;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  right: 0.5rem;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNjMuMiAxMjAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDYzLjIgMTIwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6I0ZGRkZGRjt9PC9zdHlsZT48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMjEuMSw0MGMxLjgsMS4zLDMuNiwyLjcsNS4yLDQuMmMwLjgsMC43LDEuNywxLjUsMi41LDIuMmMwLjQsMC40LDAuOCwwLjgsMS4yLDEuMWMwLjQsMC40LDAuOCwwLjgsMS4yLDEuMWMwLjgsMC44LDEuNiwxLjYsMi40LDIuM2MwLjgsMC44LDEuNiwxLjYsMi40LDIuNGMwLjgsMC44LDEuNSwxLjYsMi4zLDIuNGwyLjMsMi41bDEuNSwxLjdsLTEuNSwxLjdsLTIuMywyLjVjLTAuOCwwLjgtMS41LDEuNi0yLjMsMi40Yy0wLjgsMC44LTEuNiwxLjYtMi40LDIuNGMtMC44LDAuOC0xLjYsMS42LTIuNCwyLjNjLTAuOCwwLjgtMS42LDEuNi0yLjQsMi4zYy0wLjgsMC44LTEuNywxLjUtMi41LDIuMmMtMS43LDEuNS0zLjUsMi45LTUuMyw0LjNjMS4yLTIsMi41LTMuOSwzLjgtNS44YzAuNy0wLjksMS4zLTEuOSwyLTIuOHMxLjQtMS44LDIuMS0yLjdjMC43LTAuOSwxLjQtMS44LDIuMS0yLjZjMC43LTAuOSwxLjQtMS43LDIuMS0yLjZjMC43LTAuOSwxLjUtMS43LDIuMi0yLjZsMi4yLTIuNXYzLjJsLTIuMi0yLjVjLTAuNy0wLjktMS41LTEuNy0yLjItMi42Yy0wLjctMC45LTEuNC0xLjctMi4xLTIuNnMtMS40LTEuOC0yLjEtMi42Yy0wLjQtMC41LTAuNy0wLjktMS0xLjRzLTAuNy0wLjktMS0xLjRjLTAuNy0wLjktMS40LTEuOC0yLTIuOEMyMy41LDQzLjksMjIuMyw0MiwyMS4xLDQweiIvPjwvc3ZnPg==);
}
.reliant-menu .reliant-menu-vertical .reliant-menu-vertical-item .reliant-menu-link:hover:after {
  right: 0;
}
.reliant-menu .reliant-menu-vertical .reliant-menu-vertical-item.active {
  display: block;
}
.reliant-menu .reliant-menu-vertical .reliant-menu-vertical-item.active .reliant-menu-content {
  display: block;
}
.reliant-menu .reliant-menu-vertical .reliant-menu-vertical-item.active .back {
  display: block;
  position: relative;
}
@media only screen and (min-width:40.063em) {
  .reliant-menu .reliant-menu-vertical .reliant-menu-vertical-item.active .back {
    display: none;
  }
}
.reliant-menu .reliant-menu-vertical .reliant-menu-vertical-item.active .back .reliant-menu-link {
  display: block;
}
.reliant-menu .reliant-menu-vertical .reliant-menu-vertical-item.active .back .reliant-menu-link:after {
  left: 0.5rem;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNjMuMiAxMjAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDYzLjIgMTIwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6I0ZGRkZGRjt9PC9zdHlsZT48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzguMyw0NS44Yy0wLjcsMS0xLjMsMS45LTIsMi44Yy0wLjMsMC41LTAuNywwLjktMSwxLjRjLTAuMywwLjUtMC43LDAuOS0xLDEuNGMtMC43LDAuOS0xLjQsMS44LTIuMSwyLjZjLTAuNywwLjktMS40LDEuNy0yLjEsMi42Yy0wLjcsMC45LTEuNCwxLjctMi4yLDIuNmwtMi4yLDIuNXYtMy4ybDIuMiwyLjVjMC43LDAuOSwxLjQsMS43LDIuMiwyLjZjMC43LDAuOSwxLjQsMS43LDIuMSwyLjZjMC43LDAuOSwxLjQsMS43LDIuMSwyLjZjMC43LDAuOSwxLjQsMS44LDIuMSwyLjdzMS40LDEuOSwyLDIuOGMxLjMsMS45LDIuNiwzLjgsMy44LDUuOGMtMS44LTEuMy0zLjYtMi43LTUuMy00LjNjLTAuOS0wLjctMS43LTEuNS0yLjUtMi4yYy0wLjgtMC43LTEuNi0xLjUtMi40LTIuM2MtMC44LTAuOC0xLjYtMS42LTIuNC0yLjNjLTAuOC0wLjgtMS42LTEuNi0yLjQtMi40Yy0wLjgtMC44LTEuNS0xLjYtMi4zLTIuNGwtMi4zLTIuNUwyMS4xLDYwbDEuNS0xLjdsMi4zLTIuNWMwLjgtMC44LDEuNS0xLjYsMi4zLTIuNGMwLjgtMC44LDEuNi0xLjYsMi40LTIuNGMwLjgtMC44LDEuNi0xLjYsMi40LTIuM2MwLjQtMC40LDAuOC0wLjgsMS4yLTEuMWMwLjQtMC40LDAuOC0wLjgsMS4yLTEuMWMwLjgtMC44LDEuNy0xLjUsMi41LTIuMmMxLjctMS41LDMuNC0yLjksNS4yLTQuMkM0MC45LDQyLDM5LjYsNDMuOSwzOC4zLDQ1Ljh6Ii8+PC9zdmc+);
}
.reliant-menu .reliant-menu-vertical .reliant-menu-vertical-item.active .back .reliant-menu-link:hover:after {
  left: 0;
}
.reliant-menu .reliant-menu-vertical .reliant-menu-vertical-item.inactive {
  display: none;
}
.reliant-menu .reliant-menu-vertical .reliant-menu-vertical-item .reliant-menu-content {
  display: none;
}
.reliant-menu .reliant-menu-vertical .reliant-menu-vertical-item .reliant-menu-content > .card {
  margin: 0;
}
.reliant-menu .reliant-menu-vertical .reliant-menu-vertical-item .back {
  display: none;
}
.reliant-menu .reliant-menu-vertical .reliant-menu-vertical-item .back .reliant-menu-link {
  display: none;
}

/* Reliant Navigation */
/* #region functions */
/* #endregion functions */
/* #region constants */
/* #endregion constants */
/* #region mixins */
/* #region main site navigation ############### */
.fixed-header {
  padding-top: 5.9rem;
}

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 5.9rem;
  background-color: #ffffff;
  z-index: 1000000;
}
.site-header:before {
  content: "";
  display: block;
  height: 0.35rem;
  background: linear-gradient(135deg, #577890 0, #577890 10%, #F15D2D 10%, #F15D2D 15%, #52474D 15%, #52474D 30%, #577890 30%, #577890 32%, #485E75 32%, #485E75 35%, #A6B539 35%, #A6B539 45%, #577890 45%, #577890 57%, #F15D2D 57%, #F15D2D 60%, rgb(82, 71, 77) 60%, rgb(82, 71, 77) 70%, rgb(87, 120, 144) 70%, rgb(87, 120, 144) 75%, rgb(72, 94, 117) 75%, rgb(72, 94, 117) 85%, rgb(166, 181, 57) 85%, rgb(166, 181, 57) 100%) repeat scroll 0 0 transparent;
}

@media only screen and (max-width: 769px) and (orientation: landscape) {
  .fixed-header {
    padding-top: 0;
  }
  .site-header {
    position: relative;
  }
  .nav-toggle {
    background: white;
    box-shadow: -2px 4px 5px rgba(0, 0, 0, 0.1);
  }
}
.site-navigation {
  padding-right: 4.0625rem;
  background-color: #ffffff;
}
@media only screen and (min-width:64.063em) {
  .site-navigation {
    padding-right: 0;
  }
}
.site-navigation .site-navigation_items {
  float: right;
  margin: 0;
  list-style: none;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.site-navigation .site-navigation_item {
  position: relative;
  float: left;
  height: 5.55rem;
  background-color: #ffffff;
  text-decoration: none;
}
.site-navigation .site-navigation_item .button, .site-navigation .site-navigation_item .reliant-datepicker .ui-datepicker-close.ui-datepicker-close.ui-priority-primary, .reliant-datepicker .site-navigation .site-navigation_item .ui-datepicker-close.ui-datepicker-close.ui-priority-primary {
  margin: 0 1rem;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.site-navigation .site-navigation_item.active .site-navigation_item_link:before {
  border-bottom-color: #52484C;
  border-bottom-width: 2px;
}
.site-navigation .site-navigation_item:hover, .site-navigation .site-navigation_item:focus, .site-navigation .site-navigation_item:active {
  outline: 0 none transparent;
}
.site-navigation .site-navigation_item:hover .site-navigation_item_link, .site-navigation .site-navigation_item:focus .site-navigation_item_link, .site-navigation .site-navigation_item:active .site-navigation_item_link {
  background-color: #52484C;
  color: #ffffff;
}
.site-navigation .site-navigation_item:hover .site-navigation_item_link:before, .site-navigation .site-navigation_item:focus .site-navigation_item_link:before, .site-navigation .site-navigation_item:active .site-navigation_item_link:before {
  border-bottom-color: #ffffff;
  border-bottom-width: 2px;
}
.site-navigation .site-navigation_item.has-subnavigation .site-navigation_item_link:after {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOC4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgODcuNyA1MSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgODcuNyA1MSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cGF0aCBmaWxsPSIjNTI0ODRDIiBkPSJNODcuNywwYy0yLjksNC40LTYsOC42LTkuMiwxMi43Yy0xLjYsMi0zLjIsNC4xLTQuOSw2LjFjLTAuOCwxLTEuNywyLTIuNSwzYy0wLjgsMS0xLjcsMi0yLjUsMw0KCWMtMS43LDItMy40LDMuOS01LjEsNS44Yy0xLjcsMS45LTMuNSwzLjgtNS4yLDUuN2MtMS44LDEuOS0zLjYsMy43LTUuMyw1LjZsLTUuNCw1LjVMNDMuOCw1MWwtMy41LTMuNmwtNS40LTUuNQ0KCWMtMS44LTEuOS0zLjYtMy43LTUuMy01LjZjLTEuOC0xLjktMy41LTMuOC01LjItNS43Yy0xLjctMS45LTMuNC0zLjktNS4xLTUuOGMtMS43LTItMy40LTMuOS01LTUuOWMtMS43LTItMy4zLTQtNC45LTYuMQ0KCUM2LDguNiwyLjksNC40LDAsMGM0LjQsMi45LDguNiw2LDEyLjcsOS4yYzIsMS42LDQuMSwzLjIsNi4xLDQuOWMyLDEuNyw0LDMuMyw1LjksNWMyLDEuNywzLjksMy40LDUuOCw1LjFjMS45LDEuNywzLjgsMy41LDUuNyw1LjINCgljMS45LDEuOCwzLjcsMy42LDUuNiw1LjNsNS41LDUuNGgtNy4xbDUuNS01LjRjMS45LTEuOCwzLjctMy42LDUuNi01LjNjMS45LTEuOCwzLjgtMy41LDUuNy01LjJjMS45LTEuNywzLjktMy40LDUuOC01LjENCgljMS0wLjksMi0xLjcsMy0yLjVjMS0wLjgsMi0xLjcsMy0yLjVjMi0xLjcsNC0zLjMsNi4xLTQuOUM3OS4xLDYsODMuMywyLjksODcuNywweiIvPg0KPC9zdmc+DQo=") no-repeat 0 50%;
  width: 0.8rem;
  margin-left: 1rem;
}
.site-navigation .site-navigation_item.has-subnavigation .site-navigation_subnavigation {
  display: none;
}
.site-navigation .site-navigation_item.has-subnavigation:hover .site-navigation_item_link:after, .site-navigation .site-navigation_item.has-subnavigation:focus .site-navigation_item_link:after, .site-navigation .site-navigation_item.has-subnavigation:active .site-navigation_item_link:after {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOC4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgODcuNyA1MSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgODcuNyA1MSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNODcuNywwYy0yLjksNC40LTYsOC42LTkuMiwxMi43Yy0xLjYsMi0zLjIsNC4xLTQuOSw2LjFjLTAuOCwxLTEuNywyLTIuNSwzYy0wLjgsMS0xLjcsMi0yLjUsMw0KCWMtMS43LDItMy40LDMuOS01LjEsNS44Yy0xLjcsMS45LTMuNSwzLjgtNS4yLDUuN2MtMS44LDEuOS0zLjYsMy43LTUuMyw1LjZsLTUuNCw1LjVMNDMuOCw1MWwtMy41LTMuNmwtNS40LTUuNQ0KCWMtMS44LTEuOS0zLjYtMy43LTUuMy01LjZjLTEuOC0xLjktMy41LTMuOC01LjItNS43Yy0xLjctMS45LTMuNC0zLjktNS4xLTUuOGMtMS43LTItMy40LTMuOS01LTUuOWMtMS43LTItMy4zLTQtNC45LTYuMQ0KCUM2LDguNiwyLjksNC40LDAsMGM0LjQsMi45LDguNiw2LDEyLjcsOS4yYzIsMS42LDQuMSwzLjIsNi4xLDQuOWMyLDEuNyw0LDMuMyw1LjksNWMyLDEuNywzLjksMy40LDUuOCw1LjFjMS45LDEuNywzLjgsMy41LDUuNyw1LjINCgljMS45LDEuOCwzLjcsMy42LDUuNiw1LjNsNS41LDUuNGgtNy4xbDUuNS01LjRjMS45LTEuOCwzLjctMy42LDUuNi01LjNjMS45LTEuOCwzLjgtMy41LDUuNy01LjJjMS45LTEuNywzLjktMy40LDUuOC01LjENCgljMS0wLjksMi0xLjcsMy0yLjVjMS0wLjgsMi0xLjcsMy0yLjVjMi0xLjcsNC0zLjMsNi4xLTQuOUM3OS4xLDYsODMuMywyLjksODcuNywweiIvPg0KPC9zdmc+DQo=");
}
.site-navigation .site-navigation_item.has-subnavigation:hover .site-navigation_subnavigation, .site-navigation .site-navigation_item.has-subnavigation:focus .site-navigation_subnavigation, .site-navigation .site-navigation_item.has-subnavigation:active .site-navigation_subnavigation {
  display: inherit;
}
.site-navigation .site-navigation_item_logo {
  width: 9rem;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.site-navigation .site-navigation_item_link {
  display: block;
  height: 100%;
  padding: 0 1rem;
  font-weight: 700;
  text-decoration: none;
}
.site-navigation .site-navigation_item_link:before {
  content: "";
  position: absolute;
  right: 1rem;
  bottom: 1.5rem;
  left: 1rem;
  border: 0 solid #ffffff;
}
.site-navigation .site-navigation_item_link:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.site-navigation .site-navigation_subnavigation {
  position: absolute;
  top: 100%;
  margin: 0;
  list-style: none;
  z-index: 100;
}
.site-navigation .site-navigation_subnavigation .site-navigation_item {
  float: none;
  height: inherit;
  background-color: #52484C;
  color: #ffffff;
}
.site-navigation .site-navigation_subnavigation .site-navigation_item .site-navigation_item_link {
  padding: 0.5rem 2rem 0.5rem 1rem;
  font-weight: 400;
  white-space: nowrap;
  -webkit-transition: padding 0.2s;
  -moz-transition: padding 0.2s;
  -ms-transition: padding 0.2s;
  -o-transition: padding 0.2s;
  transition: padding 0.2s;
}
.site-navigation .site-navigation_subnavigation .site-navigation_item .site-navigation_item_link:before {
  top: 0.75rem;
  bottom: 0.75rem;
  left: 1rem;
  border-width: 0;
  opacity: 0;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
.site-navigation .site-navigation_subnavigation .site-navigation_item .site-navigation_item_link:hover {
  background-color: #80787b;
}
.site-navigation .site-navigation_subnavigation .site-navigation_item:hover .site-navigation_item_link, .site-navigation .site-navigation_subnavigation .site-navigation_item.active .site-navigation_item_link {
  padding-right: 1rem;
  padding-left: 2rem;
}
.site-navigation .site-navigation_subnavigation .site-navigation_item:hover .site-navigation_item_link:before, .site-navigation .site-navigation_subnavigation .site-navigation_item.active .site-navigation_item_link:before {
  border-left-width: 2px;
  opacity: 1;
}
.site-navigation .site-navigation_user-navigation {
  position: relative;
  float: right;
}
.site-navigation .site-navigation_user-navigation .reliant-navigation_login-button-open {
  background: #52484C;
  color: #ffffff;
  cursor: pointer;
  display: block;
  height: 100%;
  width: 2.5rem;
  padding: 0 0.5rem;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.site-navigation .site-navigation_user-navigation .reliant-navigation_login-button-open:hover, .site-navigation .site-navigation_user-navigation .reliant-navigation_login-button-open:active, .site-navigation .site-navigation_user-navigation .reliant-navigation_login-button-open:focus {
  background: rgb(109.1558441558, 95.8441558442, 101.1688311688);
}
.site-navigation .site-navigation_user-navigation .reliant-navigation_login-button-open:hover:before, .site-navigation .site-navigation_user-navigation .reliant-navigation_login-button-open:hover:after, .site-navigation .site-navigation_user-navigation .reliant-navigation_login-button-open:active:before, .site-navigation .site-navigation_user-navigation .reliant-navigation_login-button-open:active:after, .site-navigation .site-navigation_user-navigation .reliant-navigation_login-button-open:focus:before, .site-navigation .site-navigation_user-navigation .reliant-navigation_login-button-open:focus:after {
  border-bottom: none;
}
.site-navigation .site-navigation_user-navigation .reliant-navigation_login-button-open .icon-close {
  position: relative;
  top: 46%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
}
.site-navigation .site-navigation_user-navigation .reliant-navigation_login-button-open .icon-close .icon-close-icon:before,
.site-navigation .site-navigation_user-navigation .reliant-navigation_login-button-open .icon-close .icon-close-icon:after {
  content: "";
  position: absolute;
  display: block;
  height: 5px;
  width: 1.5rem;
  border-radius: 1px;
  background: #ffffff;
  -webkit-transition: all 500ms ease-in-out, background-color linear 0.1s;
  -moz-transition: all 500ms ease-in-out, background-color linear 0.1s;
  -o-transition: all 500ms ease-in-out, background-color linear 0.1s;
  transition: all 500ms ease-in-out, background-color linear 0.1s;
}
.site-navigation .site-navigation_user-navigation .reliant-navigation_login-button-open .icon-close .icon-close-icon:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.site-navigation .site-navigation_user-navigation .reliant-navigation_login-button-open .icon-close .icon-close-icon:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.site-navigation .site-navigation_user-navigation_login-container {
  position: absolute;
  left: 100%;
  height: 100%;
  margin-left: 1rem;
  margin-right: 1rem;
}
.site-navigation .site-navigation_user-navigation_login-container input {
  margin-bottom: 0;
}
@media only screen and (min-width:40.063em) {
  .site-navigation .site-navigation_user-navigation_login-container {
    width: 27rem;
  }
}
.site-navigation .site-navigation_user-navigation_login-container .reliant-navigation_user-login {
  padding-top: 0.75rem;
}
.site-navigation .site-navigation_user-navigation_login-container .reliant-navigation_user-login .columns {
  line-height: 1;
}
.site-navigation .site-navigation_user-navigation_login-container .reliant-navigation_user-login small {
  margin-left: 0.3rem;
}
.site-navigation .site-navigation_user-navigation_login-container .reliant-navigation_user-login .button.button, .site-navigation .site-navigation_user-navigation_login-container .reliant-navigation_user-login .reliant-datepicker .ui-datepicker-close.ui-datepicker-close.ui-priority-primary, .reliant-datepicker .site-navigation .site-navigation_user-navigation_login-container .reliant-navigation_user-login .ui-datepicker-close.ui-datepicker-close.ui-priority-primary {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

/*  #endregion  main site navigation ########################### */
/* #region responsive navigation ############### */
.node-toggle, .vertical-navigation .vertical-navigation_level .vertical-navigation_level, .vertical-navigation {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.node-toggle.node-open, .vertical-navigation .vertical-navigation_level .node-open.vertical-navigation_level, .node-open.vertical-navigation {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.vertical-navigation_toggle {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0);
  cursor: pointer;
  z-index: 10000000;
  -webkit-transition: background-color 0.5s, right 0.5s, left 0s 0.5s;
  -moz-transition: background-color 0.5s, right 0.5s, left 0s 0.5s;
  -ms-transition: background-color 0.5s, right 0.5s, left 0s 0.5s;
  -o-transition: background-color 0.5s, right 0.5s, left 0s 0.5s;
  transition: background-color 0.5s, right 0.5s, left 0s 0.5s;
}
.vertical-navigation_toggle.active {
  left: 0;
  right: 16rem;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
@media only screen and (min-width:40.063em) {
  .vertical-navigation_toggle.active {
    right: 20rem;
  }
}

.vertical-navigation {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 16rem;
  background-color: #52484C;
  color: #ffffff;
  z-index: 10000000;
}
.vertical-navigation .vertical-navigation_level {
  position: absolute;
  top: 5.9rem;
  right: 0;
  bottom: 0;
  width: 100%;
  background-color: #52484C;
  color: #ffffff;
  overflow-x: hidden;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.vertical-navigation .vertical-navigation_level .vertical-navigation_level {
  top: 0;
  border-left: 1px solid #52484C;
  box-shadow: 0 0 24px transparent;
  z-index: 1;
}
.vertical-navigation .vertical-navigation_level .vertical-navigation_level.node-open {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.4);
}
.vertical-navigation .vertical-navigation_logo {
  position: relative;
  left: 50%;
  height: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.vertical-navigation .vertical-navigation_level_items {
  height: 100%;
  margin: 0;
  list-style: none;
  overflow-y: auto;
}
.vertical-navigation .vertical-navigation_link {
  display: block;
  padding: 1rem 2rem;
  border-bottom: 1px solid #80787b;
  background-color: #52484C;
  color: #ffffff;
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.vertical-navigation .vertical-navigation_link:hover {
  background-color: #80787b;
}
.vertical-navigation .vertical-navigation_link--logo {
  height: 5.9rem;
}
.vertical-navigation .vertical-navigation_arrow, .vertical-navigation .vertical-navigation_link--has-subnavigation, .vertical-navigation .vertical-navigation_link--back {
  position: relative;
}
.vertical-navigation .vertical-navigation_arrow:after, .vertical-navigation .vertical-navigation_link--has-subnavigation:after, .vertical-navigation .vertical-navigation_link--back:after {
  content: "";
  top: 50%;
  height: 2.75rem;
  width: 1.5rem;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.vertical-navigation .vertical-navigation_link--back:after {
  left: 0.5rem;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNjMuMiAxMjAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDYzLjIgMTIwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6I0ZGRkZGRjt9PC9zdHlsZT48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzguMyw0NS44Yy0wLjcsMS0xLjMsMS45LTIsMi44Yy0wLjMsMC41LTAuNywwLjktMSwxLjRjLTAuMywwLjUtMC43LDAuOS0xLDEuNGMtMC43LDAuOS0xLjQsMS44LTIuMSwyLjZjLTAuNywwLjktMS40LDEuNy0yLjEsMi42Yy0wLjcsMC45LTEuNCwxLjctMi4yLDIuNmwtMi4yLDIuNXYtMy4ybDIuMiwyLjVjMC43LDAuOSwxLjQsMS43LDIuMiwyLjZjMC43LDAuOSwxLjQsMS43LDIuMSwyLjZjMC43LDAuOSwxLjQsMS43LDIuMSwyLjZjMC43LDAuOSwxLjQsMS44LDIuMSwyLjdzMS40LDEuOSwyLDIuOGMxLjMsMS45LDIuNiwzLjgsMy44LDUuOGMtMS44LTEuMy0zLjYtMi43LTUuMy00LjNjLTAuOS0wLjctMS43LTEuNS0yLjUtMi4yYy0wLjgtMC43LTEuNi0xLjUtMi40LTIuM2MtMC44LTAuOC0xLjYtMS42LTIuNC0yLjNjLTAuOC0wLjgtMS42LTEuNi0yLjQtMi40Yy0wLjgtMC44LTEuNS0xLjYtMi4zLTIuNGwtMi4zLTIuNUwyMS4xLDYwbDEuNS0xLjdsMi4zLTIuNWMwLjgtMC44LDEuNS0xLjYsMi4zLTIuNGMwLjgtMC44LDEuNi0xLjYsMi40LTIuNGMwLjgtMC44LDEuNi0xLjYsMi40LTIuM2MwLjQtMC40LDAuOC0wLjgsMS4yLTEuMWMwLjQtMC40LDAuOC0wLjgsMS4yLTEuMWMwLjgtMC44LDEuNy0xLjUsMi41LTIuMmMxLjctMS41LDMuNC0yLjksNS4yLTQuMkM0MC45LDQyLDM5LjYsNDMuOSwzOC4zLDQ1Ljh6Ii8+PC9zdmc+);
}
.vertical-navigation .vertical-navigation_link--back:hover:after {
  left: 0;
}
.vertical-navigation .vertical-navigation_link--has-subnavigation:after {
  right: 0.5rem;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNjMuMiAxMjAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDYzLjIgMTIwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6I0ZGRkZGRjt9PC9zdHlsZT48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMjEuMSw0MGMxLjgsMS4zLDMuNiwyLjcsNS4yLDQuMmMwLjgsMC43LDEuNywxLjUsMi41LDIuMmMwLjQsMC40LDAuOCwwLjgsMS4yLDEuMWMwLjQsMC40LDAuOCwwLjgsMS4yLDEuMWMwLjgsMC44LDEuNiwxLjYsMi40LDIuM2MwLjgsMC44LDEuNiwxLjYsMi40LDIuNGMwLjgsMC44LDEuNSwxLjYsMi4zLDIuNGwyLjMsMi41bDEuNSwxLjdsLTEuNSwxLjdsLTIuMywyLjVjLTAuOCwwLjgtMS41LDEuNi0yLjMsMi40Yy0wLjgsMC44LTEuNiwxLjYtMi40LDIuNGMtMC44LDAuOC0xLjYsMS42LTIuNCwyLjNjLTAuOCwwLjgtMS42LDEuNi0yLjQsMi4zYy0wLjgsMC44LTEuNywxLjUtMi41LDIuMmMtMS43LDEuNS0zLjUsMi45LTUuMyw0LjNjMS4yLTIsMi41LTMuOSwzLjgtNS44YzAuNy0wLjksMS4zLTEuOSwyLTIuOHMxLjQtMS44LDIuMS0yLjdjMC43LTAuOSwxLjQtMS44LDIuMS0yLjZjMC43LTAuOSwxLjQtMS43LDIuMS0yLjZjMC43LTAuOSwxLjUtMS43LDIuMi0yLjZsMi4yLTIuNXYzLjJsLTIuMi0yLjVjLTAuNy0wLjktMS41LTEuNy0yLjItMi42Yy0wLjctMC45LTEuNC0xLjctMi4xLTIuNnMtMS40LTEuOC0yLjEtMi42Yy0wLjQtMC41LTAuNy0wLjktMS0xLjRzLTAuNy0wLjktMS0xLjRjLTAuNy0wLjktMS40LTEuOC0yLTIuOEMyMy41LDQzLjksMjIuMyw0MiwyMS4xLDQweiIvPjwvc3ZnPg==);
}
.vertical-navigation .vertical-navigation_link--has-subnavigation:hover:after {
  right: 0;
}
.vertical-navigation .vertical-navigation_footer {
  padding: 1rem 2rem;
  color: #cfc4ca;
}
.vertical-navigation .vertical-navigation_footer a {
  color: #cfc4ca;
}
.vertical-navigation .vertical-navigation_footer a:hover {
  color: #f9f9f9;
}
@media only screen and (min-width:40.063em) {
  .vertical-navigation {
    width: 20rem;
  }
}

/* #endregion responsive navigation ########################### */
/* #region responsive navigation toggle ############### */
.nav-toggle {
  position: absolute;
  display: block;
  top: 0.35rem;
  right: 0;
  height: 5.55rem;
  width: 5rem;
  padding: 0 1.5rem;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media print {
  .nav-toggle {
    display: none;
  }
}
.nav-toggle:hover span, .nav-toggle:hover span:before, .nav-toggle:hover span:after {
  background-color: rgb(122.7337662338, 107.7662337662, 113.7532467532);
  -webkit-transition: background-color 0.1s;
  -moz-transition: background-color 0.1s;
  -ms-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
  transition: background-color 0.1s;
}
.nav-toggle .nav-toggle_icon, .nav-toggle .nav-toggle_icon:before, .nav-toggle .nav-toggle_icon:after {
  display: block;
  height: 5px;
  width: 2rem;
  border-radius: 1px;
  background: #52484C;
  -webkit-transition: all 500ms ease-in-out, background-color linear 0.1s;
  -moz-transition: all 500ms ease-in-out, background-color linear 0.1s;
  -ms-transition: all 500ms ease-in-out, background-color linear 0.1s;
  -o-transition: all 500ms ease-in-out, background-color linear 0.1s;
  transition: all 500ms ease-in-out, background-color linear 0.1s;
}
.nav-toggle .nav-toggle_icon:before, .nav-toggle .nav-toggle_icon:after {
  content: "";
  position: absolute;
}
.nav-toggle .nav-toggle_icon--root {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.nav-toggle .nav-toggle_icon--root:before {
  top: -10px;
}
.nav-toggle .nav-toggle_icon--root:after {
  bottom: -10px;
}

.active .nav-toggle span {
  background-color: transparent;
}
.active .nav-toggle span:before, .active .nav-toggle span:after {
  top: 0;
}
.active .nav-toggle span:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.active .nav-toggle span:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.active .nav-toggle:hover {
  background: rgba(255, 255, 255, 0.5);
}
@-ms-keyframes wiggle {
  0% {
    -ms-transform: rotate(3deg);
  }
  50% {
    -ms-transform: rotate(-3deg);
  }
  100% {
    -ms-transform: rotate(3deg);
  }
}
@-moz-keyframes wiggle {
  0% {
    -moz-transform: rotate(4deg);
  }
  50% {
    -moz-transform: rotate(-4deg);
  }
  100% {
    -moz-transform: rotate(4deg);
  }
}
@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: rotate(3deg);
  }
  50% {
    -webkit-transform: rotate(-3deg);
  }
  100% {
    -webkit-transform: rotate(3deg);
  }
}
@keyframes wiggle {
  0% {
    transform: rotate(4deg);
  }
  50% {
    transform: rotate(-4deg);
  }
  100% {
    transform: rotate(4deg);
  }
}
.active .nav-toggle:hover span.anim-wiggle {
  -webkit-animation: wiggle 0.3s 2;
  -moz-animation: wiggle 0.3s 2;
  -ms-animation: wiggle 0.3s 2;
  -o-animation: wiggle 0.3s 2;
  animation: wiggle 0.3s 2;
}
.active .nav-toggle:hover span {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.active .nav-toggle:hover span:before, .active .nav-toggle:hover span:after {
  height: 5px;
  width: 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.active .nav-toggle:hover span:hover {
  height: 10px;
  width: 27px;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.active .nav-toggle:hover span:hover:before, .active .nav-toggle:hover span:hover:after {
  height: 6px;
  width: 35px;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}

/*  #endregion responsive navigation toggle ########################### */
/* #region reliant-navigation missionary search ############### */
.reliant-missionary-search {
  padding: 0;
  margin: 0;
  width: 100%;
  top: 5.9rem;
  z-index: 1;
  background-color: #ededed;
  background: -webkit-linear-gradient(#ededed 80%, rgba(0, 0, 0, 0));
  background: -o-linear-gradient(#ededed 80%, rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(#ededed 80%, rgba(0, 0, 0, 0));
  background: linear-gradient(#ededed 0%, #ededed 80%, rgba(255, 255, 255, 0));
}
.reliant-missionary-search:before {
  background: none;
  height: 0;
}
.reliant-missionary-search .row {
  max-width: 62.5rem;
  width: 100%;
  margin: 0 auto;
}
.reliant-missionary-search .table {
  display: table;
  width: 100%;
}
.reliant-missionary-search .tableRow {
  display: table-row;
}
.reliant-missionary-search .tableCell {
  display: table-cell;
  vertical-align: middle;
  height: 5.55rem;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 64.063rem) {
  .reliant-missionary-search .tableCell.tableCell--enforce {
    display: table-cell !important;
  }
}
.reliant-missionary-search .tableCell.reliant-missionary-search-logo {
  width: 15rem;
}
.reliant-missionary-search .tableCell.reliant-missionary-search-logo a {
  padding: 0 3rem 0 4rem;
}
.reliant-missionary-search .tableCell.reliant-missionary-search-logo a img {
  position: relative;
  max-width: 8rem;
  top: 25%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.reliant-missionary-search .tableCell.reliant-missionary-search-logo a:before {
  content: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgODcuNyA1MSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgODcuNyA1MTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+LnN0MHtmaWxsOiM4MDc4N0I7fTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTc0LjksNDEuOGMtMi4xLTEuNi00LjEtMy4yLTYuMS00LjljLTEtMC44LTItMS43LTMtMi41cy0yLTEuNi0zLTIuNWMtMS45LTEuNy0zLjktMy40LTUuOC01LjFzLTMuOC0zLjQtNS43LTUuMmMtMS45LTEuNy0zLjctMy41LTUuNi01LjNsLTUuNS01LjRoNy4xbC01LjUsNS40Yy0xLjksMS43LTMuNywzLjUtNS42LDUuM2MtMS45LDEuNy0zLjgsMy41LTUuNyw1LjJzLTMuOCwzLjQtNS44LDUuMWMtMS45LDEuNy0zLjksMy4zLTUuOSw1cy00LjEsMy4zLTYuMSw0LjlDOC42LDQ1LDQuNCw0OC4xLDAsNTFjMi45LTQuNCw2LTguNiw5LjQtMTIuOGMxLjYtMi4xLDMuMi00LjEsNC45LTYuMWMxLjYtMiwzLjMtMy45LDUtNS45YzEuNy0xLjksMy40LTMuOSw1LjEtNS44YzEuNy0xLjksMy40LTMuOCw1LjItNS43YzEuNy0xLjksMy41LTMuNyw1LjMtNS42bDUuNC01LjVMNDMuOCwwbDMuOCwzLjZMNTMsOS4xYzEuNywxLjksMy41LDMuNyw1LjMsNS42YzEuNywxLjksMy41LDMuOCw1LjIsNS43YzEuNywxLjksMy40LDMuOCw1LjEsNS44YzAuOCwxLDEuNywyLDIuNSwzczEuNywyLDIuNSwzYzEuNywyLDMuMyw0LjEsNC45LDYuMWMzLjIsNC4xLDYuMyw4LjMsOS4yLDEyLjdDODMuMyw0OC4xLDc5LjEsNDUsNzQuOSw0MS44eiIvPjwvc3ZnPg==");
  position: absolute;
  left: 1.5rem;
  top: 2.3rem;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  width: 1rem;
}
.reliant-missionary-search .tableCell.reliant-missionary-search-logo a:hover:before {
  top: 1.9rem;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.reliant-missionary-search .tableCell.reliant-missionary-search-searchBox {
  padding-left: 1rem;
}
.reliant-missionary-search .tableCell.reliant-missionary-search-info {
  text-align: right;
  width: 20rem;
}
.reliant-missionary-search .tableCell.reliant-missionary-search-info a {
  color: #557892;
}
.reliant-missionary-search .tableCell.reliant-missionary-search-info a:visited {
  color: #557892;
}
.reliant-missionary-search .tableCell.reliant-missionary-search-info a:hover {
  color: rgb(95.5779220779, 83.9220779221, 88.5844155844);
}
.reliant-missionary-search .tableCell.reliant-missionary-search-info a:active {
  color: #52484C;
}
.reliant-missionary-search .tableCell.reliant-missionary-search-info a {
  margin-right: 1rem;
  display: inline;
}
.reliant-missionary-search .tableCell.reliant-missionary-search-info a.button.button--help, .reliant-missionary-search .tableCell.reliant-missionary-search-info .reliant-datepicker a.button--help.ui-datepicker-close.ui-priority-primary, .reliant-datepicker .reliant-missionary-search .tableCell.reliant-missionary-search-info a.button--help.ui-datepicker-close.ui-priority-primary {
  color: #ffffff;
}
.reliant-missionary-search .tableCell.reliant-missionary-search-nav {
  width: 4.8rem;
}

@media only screen and (min-width: 40.063rem) {
  .reliant-missionary-search .tableCell.reliant-missionary-search-searchBox {
    padding-left: 2rem;
  }
}
/* #endregion reliant-navigation missionary search ############### */
/* #region side footer ######################## */
.side-footer-menu_item, .sideFooter, .side-footer-menu ul li {
  display: inline-block;
  margin-right: 0.5rem;
  color: #80787b;
}
.side-footer-menu_item a, .sideFooter a, .side-footer-menu ul li a {
  text-decoration: none;
  font-size: 0.9rem;
}
.side-footer-menu_item a, .sideFooter a, .side-footer-menu ul li a {
  color: #80787b;
}
.side-footer-menu_item a:visited, .sideFooter a:visited, .side-footer-menu ul li a:visited {
  color: #80787b;
}
.side-footer-menu_item a:hover, .sideFooter a:hover, .side-footer-menu ul li a:hover {
  color: #52484C;
}
.side-footer-menu_item a:active, .sideFooter a:active, .side-footer-menu ul li a:active {
  color: #52484C;
}

.side-footer-menu ul {
  list-style: none;
}
.side-footer-menu ul li.has-submenu ul {
  height: 0;
  overflow: hidden;
}
.side-footer-menu ul li:last-of-type {
  display: block;
}

.sideFooter {
  display: block;
  margin-top: 1rem;
}
.sideFooter a {
  font-weight: 400;
  font-size: 0.7rem;
}
.sideFooter p {
  font-size: 0.7rem;
}

/* #endregion side footer ######################## */
/* #region functions */
/* #endregion functions */
/* #region constants */
/* #endregion constants */
/* #region mixins */
.timeline {
  margin-top: 3rem;
  padding: 1rem;
}
.timeline .timeline-item {
  border-left: 1px solid #aaa;
  border-top: 1px solid #aaa;
  margin: 0 0 -2rem 0;
  padding: 0 0 0 1rem;
  position: relative;
}
.timeline .timeline-item .timeline-item-spacer {
  left: 1rem;
  top: -1.5rem;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  position: relative;
}
.timeline .timeline-item .timeline-item-spacer .timeline-item-header {
  background: #557892;
  color: white;
  position: relative;
  padding: 0 0.75rem;
  line-height: 3rem;
  font-size: 2rem;
}
.timeline .timeline-item .timeline-item-spacer .timeline-item-content {
  background: white;
  margin-bottom: 2rem;
  padding: 1rem 2rem;
}
.timeline .timeline-item:last-of-type {
  border-left: none;
}
.timeline .timeline-item:last-of-type:before {
  content: "";
  position: absolute;
  background-image: -webkit-gradient(linear, #aaa #aaa, #aaa 100%, from(#aaa), to(transparent));
  background-image: -webkit-linear-gradient(#aaa, transparent);
  background-image: -moz-linear-gradient(#aaa, transparent);
  background-image: -o-linear-gradient(#aaa, transparent);
  background-image: linear-gradient(#aaa, transparent);
  top: -1px;
  bottom: -1px;
  width: 1px;
  left: 0;
}

/* #region functions */
/* #endregion functions */
/* #region constants */
/* #endregion constants */
/* #region mixins */
@media only screen and (min-width:40.063em) and (max-width:64em) {
  .row--partner-types .medium-8 {
    width: 66.66%;
  }
}
.row--partner-types .arrow-left--partner-types {
  height: 20rem;
  margin-right: 2rem;
}
.row--partner-types .arrow-left--partner-types img {
  height: 100%;
  width: 100%;
  vertical-align: middle;
  float: left;
  -moz-transition: margin-left 0.5s;
  -o-transition: margin-left 0.5s;
  -webkit-transition: margin-left 0.5s;
  transition: margin-left 0.5s;
  content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNjMuMiAxMjAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDYzLjIgMTIwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6IzUyNDg0Qzt9PC9zdHlsZT48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzguMyw0NS44Yy0wLjcsMS0xLjMsMS45LTIsMi44Yy0wLjMsMC41LTAuNywwLjktMSwxLjRjLTAuMywwLjUtMC43LDAuOS0xLDEuNGMtMC43LDAuOS0xLjQsMS44LTIuMSwyLjZjLTAuNywwLjktMS40LDEuNy0yLjEsMi42Yy0wLjcsMC45LTEuNCwxLjctMi4yLDIuNmwtMi4yLDIuNXYtMy4ybDIuMiwyLjVjMC43LDAuOSwxLjQsMS43LDIuMiwyLjZjMC43LDAuOSwxLjQsMS43LDIuMSwyLjZjMC43LDAuOSwxLjQsMS43LDIuMSwyLjZjMC43LDAuOSwxLjQsMS44LDIuMSwyLjdzMS40LDEuOSwyLDIuOGMxLjMsMS45LDIuNiwzLjgsMy44LDUuOGMtMS44LTEuMy0zLjYtMi43LTUuMy00LjNjLTAuOS0wLjctMS43LTEuNS0yLjUtMi4yYy0wLjgtMC43LTEuNi0xLjUtMi40LTIuM2MtMC44LTAuOC0xLjYtMS42LTIuNC0yLjNjLTAuOC0wLjgtMS42LTEuNi0yLjQtMi40Yy0wLjgtMC44LTEuNS0xLjYtMi4zLTIuNGwtMi4zLTIuNUwyMS4xLDYwbDEuNS0xLjdsMi4zLTIuNWMwLjgtMC44LDEuNS0xLjYsMi4zLTIuNGMwLjgtMC44LDEuNi0xLjYsMi40LTIuNGMwLjgtMC44LDEuNi0xLjYsMi40LTIuM2MwLjQtMC40LDAuOC0wLjgsMS4yLTEuMWMwLjQtMC40LDAuOC0wLjgsMS4yLTEuMWMwLjgtMC44LDEuNy0xLjUsMi41LTIuMmMxLjctMS41LDMuNC0yLjksNS4yLTQuMkM0MC45LDQyLDM5LjYsNDMuOSwzOC4zLDQ1Ljh6Ii8+PC9zdmc+);
}
.row--partner-types .arrow-left--partner-types img:hover {
  margin-left: -1rem;
}
.row--partner-types .arrow-right--partner-types {
  height: 20rem;
  margin-left: 2rem;
}
.row--partner-types .arrow-right--partner-types img {
  height: 100%;
  width: 100%;
  vertical-align: middle;
  float: right;
  -moz-transition: margin-right 0.5s;
  -o-transition: margin-right 0.5s;
  -webkit-transition: margin-right 0.5s;
  transition: margin-right 0.5s;
  content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNjMuMiAxMjAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDYzLjIgMTIwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6IzUyNDg0Qzt9PC9zdHlsZT48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMjEuMSw0MGMxLjgsMS4zLDMuNiwyLjcsNS4yLDQuMmMwLjgsMC43LDEuNywxLjUsMi41LDIuMmMwLjQsMC40LDAuOCwwLjgsMS4yLDEuMWMwLjQsMC40LDAuOCwwLjgsMS4yLDEuMWMwLjgsMC44LDEuNiwxLjYsMi40LDIuM2MwLjgsMC44LDEuNiwxLjYsMi40LDIuNGMwLjgsMC44LDEuNSwxLjYsMi4zLDIuNGwyLjMsMi41bDEuNSwxLjdsLTEuNSwxLjdsLTIuMywyLjVjLTAuOCwwLjgtMS41LDEuNi0yLjMsMi40Yy0wLjgsMC44LTEuNiwxLjYtMi40LDIuNGMtMC44LDAuOC0xLjYsMS42LTIuNCwyLjNjLTAuOCwwLjgtMS42LDEuNi0yLjQsMi4zYy0wLjgsMC44LTEuNywxLjUtMi41LDIuMmMtMS43LDEuNS0zLjUsMi45LTUuMyw0LjNjMS4yLTIsMi41LTMuOSwzLjgtNS44YzAuNy0wLjksMS4zLTEuOSwyLTIuOHMxLjQtMS44LDIuMS0yLjdjMC43LTAuOSwxLjQtMS44LDIuMS0yLjZjMC43LTAuOSwxLjQtMS43LDIuMS0yLjZjMC43LTAuOSwxLjUtMS43LDIuMi0yLjZsMi4yLTIuNXYzLjJsLTIuMi0yLjVjLTAuNy0wLjktMS41LTEuNy0yLjItMi42Yy0wLjctMC45LTEuNC0xLjctMi4xLTIuNnMtMS40LTEuOC0yLjEtMi42Yy0wLjQtMC41LTAuNy0wLjktMS0xLjRzLTAuNy0wLjktMS0xLjRjLTAuNy0wLjktMS40LTEuOC0yLTIuOEMyMy41LDQzLjksMjIuMyw0MiwyMS4xLDQweiIvPjwvc3ZnPg==);
}
.row--partner-types .arrow-right--partner-types img:hover {
  margin-right: -1rem;
}

/* reliant password tester styles for Reliant */
/* #region functions */
/* #endregion functions */
/* #region constants */
/* #endregion constants */
/* #region mixins */
.password-test {
  position: relative;
  height: auto;
  margin-bottom: 1rem;
}

.password-test > * {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.password-test-bg, .password-test-bar, .password-test-separator {
  height: 0.4375rem;
}

.password-test-bg, .password-test-bar {
  display: block;
  position: absolute;
  width: 100%;
}

.password-test-bg {
  background-color: #BBB;
}

.password-test-separator {
  display: inline-block;
  position: absolute;
  background-color: #FFF;
  width: 0.0625rem;
  z-index: 10;
}

.password-terrible {
  background-color: #ff0000;
}

.password-bad {
  background-color: #C33;
}

.password-medium {
  background-color: #F80;
}

.password-okay {
  background-color: #ff0;
}

.password-good {
  background-color: #3C3;
}

.password-test-scoresummary {
  padding-top: 0.625rem;
  font-size: 0.875rem;
}

.password-test-input {
  margin-bottom: 0.3125rem !important;
}

/* Reliant Payment */
/* #region functions */
/* #endregion functions */
/* #region constants */
/* #endregion constants */
/* #region mixins */
.reliant-payment-method[name=DirectDebitAdd] input[type=text] {
  display: inline-block;
}

.payment-method-image {
  height: 1.2rem;
}

.card--payment-method {
  background-color: #52484C;
  color: #ffffff;
  border-radius: 0.3125rem;
  margin-top: 0;
  margin-right: 1.8rem;
  width: 14rem;
  float: left;
  padding: 0;
}
.card--payment-method .card--payment-method_number {
  font-size: 1.3rem;
  padding-left: 1.7rem;
  word-spacing: 0.2rem;
  margin-top: 4rem !important;
}
.card--payment-method .card--payment-method_info {
  margin-right: -1.8rem;
  width: 12rem;
  float: left;
}
.card--payment-method .card--payment-method_bank {
  background-image: url("/assets/img/bank_icon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 9rem;
}
.card--payment-method .card--payment-method_name-img {
  padding-left: 1.2rem;
  padding-right: 0.8rem;
  text-transform: uppercase;
  font-size: 0.8rem;
}
.card--payment-method .card--payment-method_name-img .card--payment-method_name {
  line-height: 3rem;
  float: left;
  width: 9rem;
  height: 3rem;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.card--payment-method .card--payment-method_name-img .card--payment-method_img {
  float: right;
}

.payment-method_header {
  font-size: 1.2rem;
}

.payment-method_detail {
  color: rgb(160.0909090909, 146.9090909091, 152.1818181818);
  font-style: italic;
}

.payment-method_link:visited, .payment-method_link:hover {
  color: #557892;
}
.payment-method_link {
  color: #557892;
  text-decoration: none;
  font-weight: 400;
}

.credit-card--list.credit-card--list {
  margin-bottom: 1rem !important;
}

.reliant-credit-card--fade {
  opacity: 0.3;
}

.reliant-directDebit_image {
  margin-bottom: 0.875rem;
}

@media only screen and (min-width: 64.063rem) {
  .reliant-directDebit_image {
    margin-top: 0.875rem;
  }
}
.routing-number-section .input-checkmark {
  right: 3rem;
}

.loading-spinner--add-bank {
  position: absolute;
  right: 3rem;
  top: 1.55rem;
}

/*  Reliant profile-header */
/* #region functions */
/* #endregion functions */
/* #region constants */
/* #endregion constants */
/* #region mixins */
/*	#region has-profile-header
	#################################### */
.has-profile-header {
  position: relative;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
  width: 100%;
}
.has-profile-header > div:first-of-type,
.has-profile-header > div:first-of-type > div:first-of-type,
.has-profile-header form {
  height: 100%;
  position: relative;
}
@media only screen and (min-width:40.063em) {
  .has-profile-header {
    height: 11rem;
  }
}
@media only screen and (min-width:64.063em) {
  .has-profile-header {
    height: 18rem;
  }
  .has-profile-header.has-profile-header--contracted {
    height: 14.5rem;
  }
}

/*	#endregion has-profile-header
	#################################### */
/*	#region profile-header-info-item
	#################################### */
.profile-header-info_item {
  display: inline-block;
  margin-right: 1rem;
  font-size: 1.125rem;
  opacity: 0.8;
  position: relative;
  z-index: 100;
}
.profile-header-info_item.button, .reliant-datepicker .profile-header-info_item.ui-datepicker-close.ui-priority-primary, .reliant-datepicker .profile-header-info_item.ui-datepicker-close.ui-priority-primary.ui-state-hover {
  margin-top: -0.3rem;
}

.profile-header-info_item:before {
  content: "";
  display: inline-block;
  height: 15px;
  width: 15px;
  margin-right: 0.5rem;
  background-image: url("/assets/img/reliant-sprite-sheet.png");
}

.profile-header-info_item.profile-header-info_item--address:before {
  margin-right: 0.25rem;
  background-position: -6px -8px;
}

.profile-header-info_item.profile-header-info_item--location:before {
  background-position: -38px -8px;
}

.profile-header-info_item.profile-header-info_item--fund:before {
  background-position: -68px -8px;
}

@media only screen and (max-width: 64rem) {
  .profile-header-info {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 40rem) {
  .profile-header-info {
    margin-top: 0;
  }
  .profile-header-info_heading {
    font-size: 5vw;
    margin-bottom: 0;
  }
  .profile-header-info_item {
    width: 100%;
  }
}
/*	#endregion profile-header-info-item
	#################################### */
/*	#region profile-header
	#################################### */
.profile-header {
  position: relative;
  width: 100%;
}
@media only screen and (min-width:40.063em) {
  .profile-header {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
  }
  .profile-header .row, .profile-header .column, .profile-header .columns, .profile-header div {
    height: 100%;
  }
  .profile-header .profile-header-info {
    background-color: transparent;
  }
}
.profile-header .profile-header-info-container {
  position: relative;
}
.profile-header .profile-header-info {
  color: #52484C;
  padding: 1rem 1.5rem 1.5rem;
  background-color: #ffffff;
  margin-top: 0;
  width: 100%;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
@media only screen and (min-width:40.063em) {
  .profile-header .profile-header-info {
    bottom: 1.8rem;
    position: absolute;
    color: #FFFFFF;
    padding: 0;
    background-color: transparent;
  }
}
.profile-header .profile-header-info.profile-header-info--fade {
  opacity: 0.5;
}
.profile-header .profile-header-info_heading {
  color: #52484C;
  margin: 0 0 0.5rem 0;
  font-size: 5vw;
}
@media only screen and (min-width:40.063em) {
  .profile-header .profile-header-info_heading {
    margin-bottom: 0.15rem;
    color: #FFFFFF;
    position: relative;
    float: left;
    z-index: 100;
    font-size: 4vw;
  }
}
@media only screen and (min-width:90.063em) {
  .profile-header .profile-header-info_heading {
    font-size: 3vw;
  }
}
@media only screen and (min-width:40.063em) {
  .profile-header .profile-header-info_items {
    margin-top: 0.5rem;
  }
}
.profile-header .profile-header-info_item {
  display: inline-block;
  margin-right: 1rem;
  position: relative;
  width: 100%;
  opacity: 0.8;
  z-index: 100;
}
@media only screen and (min-width:40.063em) {
  .profile-header .profile-header-info_item {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width:64.063em) {
  .profile-header .profile-header-info_item {
    margin-bottom: 0.5rem;
    width: auto;
  }
}
.profile-header .profile-header-info_item:before {
  display: none;
  height: 0;
  width: 0;
}
@media only screen and (min-width:40.063em) {
  .profile-header .profile-header-info_item:before {
    content: "";
    display: inline-block;
    height: 15px;
    width: 15px;
    margin-right: 0.5rem;
    background-image: url("/assets/img/reliant-sprite-sheet.png");
  }
}
.profile-header .profile-header-info_item.profile-header-info_item--address:before {
  margin-right: 0;
}
@media only screen and (min-width:40.063em) {
  .profile-header .profile-header-info_item.profile-header-info_item--address:before {
    display: inline-block;
    margin-right: 0.25rem;
    background-position: -6px -8px;
  }
}
@media only screen and (min-width:40.063em) {
  .profile-header .profile-header-info_item.profile-header-info_item--location:before {
    background-position: -38px -8px;
    font-family: "interface", Calibri, Arial, Helvetica, sans-serif;
  }
}
@media only screen and (min-width:40.063em) {
  .profile-header .profile-header-info_item.profile-header-info_item--fund:before {
    background-position: -68px -8px;
  }
}
.profile-header .profile-header-info_item--location {
  font-family: "bree-serif", Georgia, serif;
}
@media only screen and (min-width:40.063em) {
  .profile-header .profile-header-info_item--location {
    font-family: "interface", Calibri, Arial, Helvetica, sans-serif;
  }
}
@media only screen and (min-width:40.063em) {
  .profile-header .profile-header-info_item.profile-header-info_item--location:before {
    background-position: -38px -8px;
    font-family: "interface", Calibri, Arial, Helvetica, sans-serif;
  }
  .profile-header .profile-header-info_item.profile-header-info_item--fund:before {
    background-position: -68px -8px;
  }
}

/*	#endregion profile-header
	#################################### */
/* #region profile editor
	#################################### */
.profile-edit-buttons {
  display: none;
}
@media only screen and (min-width:40.063em) {
  .profile-edit-buttons .button, .profile-edit-buttons .reliant-datepicker .ui-datepicker-close.ui-datepicker-close.ui-priority-primary, .reliant-datepicker .profile-edit-buttons .ui-datepicker-close.ui-datepicker-close.ui-priority-primary {
    width: auto;
    margin-bottom: 0;
  }
}
@media only screen and (min-width:64.063em) {
  .profile-edit-buttons {
    display: block;
  }
  .profile-edit-buttons.button, .reliant-datepicker .profile-edit-buttons.ui-datepicker-close.ui-priority-primary, .reliant-datepicker .profile-edit-buttons.ui-datepicker-close.ui-priority-primary.ui-state-hover {
    margin-top: -0.3rem;
  }
}

.doit {
  display: none;
}
@media only screen and (min-width:64.063em) {
  .doit {
    display: block;
  }
}

/* #endregion profile editor
	#################################### */
/* #region sidecar
	#################################### */
.profile-sidecar {
  margin-top: 0;
}
@media only screen and (min-width:40.063em) {
  .profile-sidecar {
    margin-top: 4rem;
  }
}

.profile_help-section {
  display: none;
  margin-top: 1rem;
}
@media only screen and (min-width:40.063em) {
  .profile_help-section {
    display: block;
  }
}

/* #endregion sidecar
	#################################### */
/*  Reliant profile-photo */
/* #region functions */
/* #endregion functions */
/* #region constants */
/* #endregion constants */
/* #region mixins */
/* variables */
/*  #region profile-photo
	####################################
	#################################### */
.profile-photo {
  position: relative;
  width: 100%;
  border: 5px solid #fff;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.13);
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.13);
  padding-bottom: 100%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.13);
  overflow: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 10000;
}
.profile-photo:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.profile-photo--no-frame {
  position: relative;
  height: 13.75rem;
  width: 13.75rem;
  margin: 0 auto;
  border: 5px solid #fff;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.profile-photo_img {
  max-width: 150%;
  min-width: 100%;
  max-height: 150%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 0;
}

.button--profile-photo-update, .button--profile-photo-update:disabled {
  top: 11rem;
  background: rgba(0, 0, 0, 0.3);
  font-weight: bold;
  transition: all 0.2s;
  z-index: 100;
}
.button--profile-photo-update:active, .button--profile-photo-update:focus, .button--profile-photo-update:hover, .button--profile-photo-update:disabled:active, .button--profile-photo-update:disabled:focus, .button--profile-photo-update:disabled:hover {
  top: 10rem;
  background: rgba(0, 0, 0, 0.5);
  outline: none;
}

/* media queries */
@media (max-width: 40rem) {
  .profile-photo {
    z-index: 1000;
  }
}
/*  #endregion profile-photo
	#################################### */
/*  #region .profile-header > .profile-photo
	####################################
	#################################### */
.profile-header .profile-photo {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 67%;
  overflow: hidden;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 1000;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
.profile-header .profile-photo:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 1;
  border: none;
}
.profile-header .profile-photo_img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 40em) {
  .profile-header .profile-photo_sliding-action {
    display: none;
  }
}
@media only screen and (min-width:40.063em) {
  .has-profile-header .profile-header div.profile-photo {
    bottom: -0.6rem;
  }
  .profile-header div.profile-photo {
    width: 100%;
    position: relative;
    margin: auto -5px 0;
    border: 5px solid #fff;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.13);
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.13);
    padding-bottom: 100%;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.13);
    overflow: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    z-index: 10000;
    transition: all 1s;
  }
  .profile-header div.profile-photo:before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    z-index: 1;
  }
  .profile-header .profile-photo--no-frame {
    position: relative;
    height: 13.75rem;
    width: 13.75rem;
    margin: 0 auto;
    border: 5px solid #fff;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  .profile-header .profile-photo_img {
    width: auto;
    max-width: 150%;
    min-width: 100%;
    max-height: 150%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 0;
  }
}
@media only screen and (min-width:64.063em) {
  .has-profile-header .profile-header div.profile-photo {
    bottom: -7.6rem;
  }
  .has-profile-header--contracted .profile-header div.profile-photo {
    bottom: -4.1rem;
  }
}

/*  #endregion .profile-header > profile-photo
	#################################### */
/* #region functions */
/* #endregion functions */
/* #region constants */
/* #endregion constants */
/* #region mixins */
.unbutton, .profile-search-filter_selection .button.button--outline.expand, .profile-search-filter_selection .reliant-datepicker .button--outline.expand.ui-datepicker-close.ui-priority-primary, .reliant-datepicker .profile-search-filter_selection .button--outline.expand.ui-datepicker-close.ui-priority-primary, .multiselect .multiselect_options .button.button--outline.expand, .multiselect .multiselect_options .reliant-datepicker .button--outline.expand.ui-datepicker-close.ui-priority-primary, .reliant-datepicker .multiselect .multiselect_options .button--outline.expand.ui-datepicker-close.ui-priority-primary {
  margin: 0;
  border-radius: 0;
  border-width: 0;
  border-top: 1px solid #ededed;
}

.multiselect {
  position: relative;
}
.multiselect .multiselect_select:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.multiselect .multiselect_options {
  position: absolute;
  width: 100%;
  margin-top: -1.25rem;
  border: 1px solid;
  border-top-color: #ededed;
  border-radius: 0 0 0.3125rem 0.3125rem;
  background-color: #fff;
  box-shadow: 0 0.5rem 2.5rem -1rem;
  overflow: hidden;
  z-index: 1;
}
.multiselect .multiselect_options .multiselect_options_inner {
  max-height: 21rem;
  overflow: auto;
}
.multiselect .multiselect_options .has--input-icon {
  margin-bottom: 0;
  padding: 0.5rem 0.5rem 0.5rem 2rem;
  line-height: 1;
}
.multiselect .multiselect_options .has--input-icon .input-icon {
  top: 50%;
  left: 0.5rem;
  transform: translateY(-50%);
}
.multiselect .multiselect_options .has--input-icon:hover, .multiselect .multiselect_options .has--input-icon.focus {
  background-color: #f9f9f9;
}

.profile-search-filter-container {
  margin: 1.875rem 0;
  background-color: #ffffff;
}

.profile-search-filter_header {
  position: relative;
  margin: 0;
  padding: 1rem 1.5rem 1rem 1rem;
  cursor: pointer;
}
.profile-search-filter_header:after {
  content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNjMuMiAxMjAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDYzLjIgMTIwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6IzUyNDg0Qzt9PC9zdHlsZT48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMjEuMSw0MGMxLjgsMS4zLDMuNiwyLjcsNS4yLDQuMmMwLjgsMC43LDEuNywxLjUsMi41LDIuMmMwLjQsMC40LDAuOCwwLjgsMS4yLDEuMWMwLjQsMC40LDAuOCwwLjgsMS4yLDEuMWMwLjgsMC44LDEuNiwxLjYsMi40LDIuM2MwLjgsMC44LDEuNiwxLjYsMi40LDIuNGMwLjgsMC44LDEuNSwxLjYsMi4zLDIuNGwyLjMsMi41bDEuNSwxLjdsLTEuNSwxLjdsLTIuMywyLjVjLTAuOCwwLjgtMS41LDEuNi0yLjMsMi40Yy0wLjgsMC44LTEuNiwxLjYtMi40LDIuNGMtMC44LDAuOC0xLjYsMS42LTIuNCwyLjNjLTAuOCwwLjgtMS42LDEuNi0yLjQsMi4zYy0wLjgsMC44LTEuNywxLjUtMi41LDIuMmMtMS43LDEuNS0zLjUsMi45LTUuMyw0LjNjMS4yLTIsMi41LTMuOSwzLjgtNS44YzAuNy0wLjksMS4zLTEuOSwyLTIuOHMxLjQtMS44LDIuMS0yLjdjMC43LTAuOSwxLjQtMS44LDIuMS0yLjZjMC43LTAuOSwxLjQtMS43LDIuMS0yLjZjMC43LTAuOSwxLjUtMS43LDIuMi0yLjZsMi4yLTIuNXYzLjJsLTIuMi0yLjVjLTAuNy0wLjktMS41LTEuNy0yLjItMi42Yy0wLjctMC45LTEuNC0xLjctMi4xLTIuNnMtMS40LTEuOC0yLjEtMi42Yy0wLjQtMC41LTAuNy0wLjktMS0xLjRzLTAuNy0wLjktMS0xLjRjLTAuNy0wLjktMS40LTEuOC0yLTIuOEMyMy41LDQzLjksMjIuMyw0MiwyMS4xLDQweiIvPjwvc3ZnPg==);
  display: inline-block;
  position: absolute;
  right: 0.5rem;
  width: 1.5rem;
  height: 2.75rem;
  top: 50%;
  transform: translateY(-50%);
}
.profile-search-filter_header.expanded {
  padding-right: 2rem;
}
.profile-search-filter_header.expanded:after {
  content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOC4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgODcuNyA1MSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgODcuNyA1MSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cGF0aCBmaWxsPSIjNTI0ODRDIiBkPSJNODcuNywwYy0yLjksNC40LTYsOC42LTkuMiwxMi43Yy0xLjYsMi0zLjIsNC4xLTQuOSw2LjFjLTAuOCwxLTEuNywyLTIuNSwzYy0wLjgsMS0xLjcsMi0yLjUsMw0KCWMtMS43LDItMy40LDMuOS01LjEsNS44Yy0xLjcsMS45LTMuNSwzLjgtNS4yLDUuN2MtMS44LDEuOS0zLjYsMy43LTUuMyw1LjZsLTUuNCw1LjVMNDMuOCw1MWwtMy41LTMuNmwtNS40LTUuNQ0KCWMtMS44LTEuOS0zLjYtMy43LTUuMy01LjZjLTEuOC0xLjktMy41LTMuOC01LjItNS43Yy0xLjctMS45LTMuNC0zLjktNS4xLTUuOGMtMS43LTItMy40LTMuOS01LTUuOWMtMS43LTItMy4zLTQtNC45LTYuMQ0KCUM2LDguNiwyLjksNC40LDAsMGM0LjQsMi45LDguNiw2LDEyLjcsOS4yYzIsMS42LDQuMSwzLjIsNi4xLDQuOWMyLDEuNyw0LDMuMyw1LjksNWMyLDEuNywzLjksMy40LDUuOCw1LjFjMS45LDEuNywzLjgsMy41LDUuNyw1LjINCgljMS45LDEuOCwzLjcsMy42LDUuNiw1LjNsNS41LDUuNGgtNy4xbDUuNS01LjRjMS45LTEuOCwzLjctMy42LDUuNi01LjNjMS45LTEuOCwzLjgtMy41LDUuNy01LjJjMS45LTEuNywzLjktMy40LDUuOC01LjENCgljMS0wLjksMi0xLjcsMy0yLjVjMS0wLjgsMi0xLjcsMy0yLjVjMi0xLjcsNC0zLjMsNi4xLTQuOUM3OS4xLDYsODMuMywyLjksODcuNywweiIvPg0KPC9zdmc+DQo=);
  right: 1rem;
  width: 1rem;
  height: 1.5rem;
}

.profile-search-filter_selection {
  border-top: 1px solid #ededed;
}
.profile-search-filter_selection .profile-search-filter_selection_items {
  margin: 0;
  padding: 0.5rem;
}
.profile-search-filter_selection .profile-search-filter_selection_items .button.remove-option, .profile-search-filter_selection .profile-search-filter_selection_items .reliant-datepicker .remove-option.ui-datepicker-close.ui-priority-primary, .reliant-datepicker .profile-search-filter_selection .profile-search-filter_selection_items .remove-option.ui-datepicker-close.ui-priority-primary {
  margin: 0.25rem 0;
  padding-left: 2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.profile-search-filter_selection .profile-search-filter_selection_items .button.remove-option:before, .profile-search-filter_selection .profile-search-filter_selection_items .reliant-datepicker .remove-option.ui-datepicker-close.ui-priority-primary:before, .reliant-datepicker .profile-search-filter_selection .profile-search-filter_selection_items .remove-option.ui-datepicker-close.ui-priority-primary:before {
  content: "×";
  display: inline-block;
  position: absolute;
  left: 0.5rem;
  font-size: 2rem;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
}
.profile-search-filter_body {
  border-top: 1px solid #ededed;
  padding: 0.5rem 1rem 0;
}

.profile-search-results,
.row .profile-search-results {
  margin-top: 11.5rem;
}

.profile-search_results-container .profile-search_profile-container {
  overflow: hidden;
}
.profile-search_results-container .profile-search_profile-container.ng-enter-stagger {
  transition-delay: 100ms;
}
.profile-search_results-container .profile-search_profile-container.ng-enter {
  transition: all ease-in-out 500ms;
}
.profile-search_results-container .profile-search_profile-container.ng-leave {
  transition: all linear 0ms;
}
.profile-search_results-container .profile-search_profile-container.ng-leave.ng-leave-active, .profile-search_results-container .profile-search_profile-container.ng-enter {
  transform: scale(0);
  opacity: 0;
}
.profile-search_results-container .profile-search_profile-container.ng-leave, .profile-search_results-container .profile-search_profile-container.ng-enter.ng-enter-active {
  transform: scale(1);
  opacity: 1;
}
.profile-search_results-container .card--profile-search {
  opacity: 1 !important;
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.profile-search_results-container.profile-search_results-container--fade .card--profile-search {
  opacity: 0.8 !important;
}
.profile-search_results-container.profile-search_results-container--fade .card--profile-search:hover {
  opacity: 1 !important;
}

.search-bar {
  display: table;
  height: 5.55rem;
}
.search-bar .search-bar_item {
  display: table-cell;
  padding: 0 0.5rem;
  vertical-align: middle;
}
.search-bar .search-bar_search {
  position: relative;
  width: 100%;
  padding: 0 0 0 3rem;
}
.search-bar .search-bar_search .button.button--clear, .search-bar .search-bar_search .reliant-datepicker .button--clear.ui-datepicker-close.ui-priority-primary, .reliant-datepicker .search-bar .search-bar_search .button--clear.ui-datepicker-close.ui-priority-primary {
  position: absolute;
  display: inline-block;
  width: 2rem;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  font-size: 2rem;
  line-height: 2rem;
}
.search-bar .search-bar_item_icon {
  position: absolute;
  display: inline-block;
  height: 20px;
  width: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../SiteContent/assets/img/reliant-sprite-sheet.png");
}
.search-bar .search-bar_item_icon--search {
  left: 1rem;
  background-position: -96px -5px;
}
.search-bar .search-bar_item_field {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
  border: 0 none transparent;
  background-color: transparent;
  box-shadow: 0 0 transparent;
  border-bottom: 2px solid #80787b;
  border-radius: 0;
}
.search-bar .search-bar_item_field:focus {
  border: 0 none transparent;
  background-color: transparent;
  box-shadow: 0 0 transparent;
  border-bottom: 1px solid #cfc4ca;
}

.search-results-endcap {
  padding: 4rem 0;
  text-align: center;
  transition: all ease-in 1s;
}
.search-results-endcap .search-results-endcap_invite {
  display: block;
  margin-bottom: 0.75rem;
  font-size: 0.85rem;
}

.profile-search-filters-sidecar {
  position: relative;
  top: 0;
  bottom: 0;
  overflow: auto;
  height: 60rem;
}

.profile-search-list {
  padding-bottom: 3rem;
}
.profile-search-list .ng-hide {
  opacity: 0;
}
.profile-search-list .ng-hide-add {
  transition: all ease-in 50ms;
}
.profile-search-list .ng-hide-remove {
  transition: all linear 500ms;
}

.loader.loader--profile-search .loader_loading {
  position: relative;
  height: 22rem;
}

@media only screen and (max-width: 769px) {
  .profile-search-filters-sidecar {
    display: none !important;
  }
  .profile-search-list-container {
    width: 100%;
  }
  .reliant-missionary-search {
    position: relative;
  }
  .profile-search-results, .row .profile-search-results {
    margin-top: 5.5rem;
  }
}
@media only screen and (max-width: 480px) {
  .small-block-grid-2 > li {
    width: 100%;
  }
}
@media only screen and (max-width: 769px) and (orientation: landscape) {
  .reliant-missionary-search {
    top: 0;
  }
  .profile-search-results, .row .profile-search-results {
    margin-top: 0;
  }
}
/* Reliant profile widget */
/* #region functions */
/* #endregion functions */
/* #region constants */
/* #endregion constants */
/* #region mixins */
/*  #region profile widget
	####################################
	#################################### */
.reliant-profile-widget_nav {
  color: #ffffff;
  background-color: #557892;
  width: 100%;
  float: left;
  margin: 0 0 2em 0;
  padding: 1.25rem;
  list-style: none;
}

.reliant-profile-widget_nav-item {
  padding: 1.25em 0.6em;
  display: inline;
  position: relative;
}

.reliant-profile-widget_nav-item a {
  color: #ffffff;
  text-decoration: none;
  padding: 1.25em;
}

.reliant-profile-widget_nav-item--active:before {
  content: "";
  display: block;
  width: 0;
  border: 10px solid #557892;
  border-color: #557892 transparent transparent transparent;
  position: absolute;
  top: 105%;
  left: 50%;
  margin-left: -0.625rem;
}

/*  #endregion profile widget
	#################################### */
/* #region functions */
/* #endregion functions */
/* #region constants */
/* #endregion constants */
/* #region mixins */
.ui-widget-header {
  background: #557892;
}

.reliant-progress-bar {
  text-align: center !important;
  overflow: hidden !important;
}

.reliant-progress-bar_label {
  width: 100%;
  position: absolute;
  line-height: 35px;
  color: #52484C;
}

.reliant-progress-bar_value {
  height: 110% !important;
}

.reliant-progress-bar_value--complete {
  background: #B7C534 !important;
}

/* Reliant utility */
/* #region functions */
/* #endregion functions */
/* #region constants */
/* #endregion constants */
/* #region mixins */
.quick-stat {
  background: #ffffff;
  font-family: "interface", Calibri, Arial, Helvetica, sans-serif;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #52484C;
  text-align: center;
}

.quick-stat_description {
  background-color: #557892;
  text-transform: uppercase;
  color: #ffffff;
  display: block;
  font-size: 1.25rem;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}

.quick-stat_main-info {
  font-size: 3.25rem;
  line-height: 3.25rem;
  padding-top: 0.9375rem;
  font-weight: 700;
}

.quick-stat_superscript {
  position: relative;
  top: -1.25rem;
  font-size: 1.875rem;
}

.quick-stat_details a {
  color: rgba(0, 0, 0, 0.4);
}
.quick-stat_details {
  color: rgba(0, 0, 0, 0.4);
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 0.9375rem;
}

.quick-stat_body {
  min-height: 4rem;
  position: relative;
}

/* Reliant utility */
/* #region functions */
/* #endregion functions */
/* #region constants */
/* #endregion constants */
/* #region mixins */
.row .recurring-gift-item {
  background: #ffffff;
  font-family: "interface", Calibri, Arial, Helvetica, sans-serif;
  margin: 1.25rem 0;
  color: #52484C;
  position: relative;
}
.row .recurring-gift-item_image {
  height: 100%;
  padding: 0;
  overflow: hidden;
}
.row .recurring-gift-item_image .recurring-gift-item_image_pic {
  max-width: 150%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.row .recurring-gift-item_data-container {
  height: 100%;
  padding: 1.5625rem;
  text-align: center;
  vertical-align: middle;
}
.row .recurring-gift-item_data-box {
  height: 100%;
  border: 3px solid #ededed;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.row .recurring-gift-item_data {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.row .recurring-gift-item_stats {
  font-size: 0.875rem;
  color: #cfc4ca;
}
.row .recurring-gift-item_details {
  height: 100%;
}
.row .recurring-gift-item_detail-container {
  position: relative;
  height: 100%;
  padding-top: 1.5625rem;
  padding-bottom: 4.6875rem;
}
.row .recurring-gift-item_detail-ctas {
  position: absolute;
  bottom: 0;
  left: 0;
}
.row .recurring-gift-item_status {
  text-transform: uppercase;
  color: #cfc4ca;
  display: inline-block;
}
.row .recurring-gift-item_status.recurring-gift-item_status--held {
  color: #ffffff;
  background-color: #FA5D21;
  padding: 0.2rem 1rem;
}
.row .recurring-gift-item_status.recurring-gift-item_status--held .recurring-gift-item_status--held_icon {
  margin-right: 0.5rem;
}
.row .recurring-gift-item_status--expired {
  background-color: #FA5D21;
  padding: 0.1875rem 0.3125rem 0.1875rem 0.3125rem;
  color: #ffffff;
}
.row .recurring-gift-item_status--held {
  color: #ffffff;
}
.row .recurring-gift-item_fund-name {
  font-size: 2.1875rem;
  font-weight: 700;
  line-height: 0.8;
  margin-top: 0.625rem;
  margin-bottom: 0.9375rem;
}
.row .recurring-gift-item_secondary-detail {
  margin-bottom: 0.1875rem;
  font-size: 1.125rem;
  line-height: 1;
}
.row .recurring-gift-item--expired .recurring-gift-item_fund-name,
.row .recurring-gift-item--expired .recurring-gift-item_status,
.row .recurring-gift-item--expired .recurring-gift-item_secondary-detail,
.row .recurring-gift-item--expired .recurring-gift-item_data-container {
  opacity: 0.5;
}

.recurring-gift-item_decimal {
  font-size: 1.875rem;
}

.recurring-gift-item_main-info {
  font-size: 3.25rem;
  line-height: 2.25rem;
  font-weight: 700;
}

@media only screen and (max-width: 40em) {
  .recurring-gift-item_data-container {
    height: 8.5rem !important;
  }
}
@media only screen and (min-width:40.063em) and (max-width:64em) {
  .recurring-gift-item_data-container {
    height: 8.5rem !important;
  }
}
/* Reliant reliant-breadcrumbs */
/* #region functions */
/* #endregion functions */
/* #region constants */
/* #endregion constants */
/* #region mixins */
/* #region breadcrumbs /////////////////////////// */
.reliant-breadcrumbs {
  margin: 1rem 0 0 0;
}

.reliant-breadcrumbs_crumb {
  display: inline-block;
  font-weight: 700;
  color: #80787b;
  text-decoration: none;
}
.reliant-breadcrumbs_crumb:after {
  content: ">";
  margin: 0 0.5rem;
}
.reliant-breadcrumbs_crumb.end:after {
  content: "";
}
.reliant-breadcrumbs_crumb .reliant-breadcrumbs_crumb_link {
  text-decoration: underline;
}
.reliant-breadcrumbs_crumb .reliant-breadcrumbs_crumb_link:hover {
  color: #557892;
}

/* #endregion breadcrumbs /////////////////////////// */
/* Reliant reliant-footer */
/* #region functions */
/* #endregion functions */
/* #region constants */
/* #endregion constants */
/* #region mixins */
/*  #region reliant-footer
	####################################
	#################################### */
.reliant-footer_copy, reliant-footer_copy a {
  color: #ffffff;
}

.reliant-footer {
  background-color: #52484C;
  color: #f9f9f9;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: initial;
  padding-top: 3em;
  padding-bottom: 4em;
}
.reliant-footer a {
  color: rgb(236.25, 236.25, 236.25);
}
.reliant-footer a:visited {
  color: rgb(236.25, 236.25, 236.25);
}
.reliant-footer a:hover {
  color: rgb(223.5, 223.5, 223.5);
}
.reliant-footer a:active {
  color: rgb(236.25, 236.25, 236.25);
}

.reliant-footer_nav a {
  color: #f9f9f9;
}

.reliant-footer_copy--secondary, .reliant-footer_copy--secondary a, .reliant-footer_copy--secondary a:visited {
  color: #cfc4ca;
}

.reliant-footer_navLogo-container {
  height: 6.125rem;
}

.reliant-footer_nav-container {
  height: 100%;
}

.reliant-footer_nav-container a {
  text-decoration: none;
}

.reliant-footer_nav-logo {
  height: 100%;
}

.reliant-footer_nav {
  font-size: 1.1em;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.reliant-footer_spacer {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  color: #f9f9f9;
  opacity: 0.1;
}

.reliant-footer_blogpost--highlighted, .reliant-footer_blogpost--highlighted a {
  font-size: 1.5rem;
  text-decoration: none;
}

.reliant-footer_blog-headline-container {
  width: 100%;
  height: 2.1875rem;
}

.reliant-footer_blog-headline-copy {
  max-width: 65%;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.reliant-footer_blog-headline-link {
  font-weight: 700;
  font-size: 0.75rem;
  font-style: italic;
  text-decoration: underline;
}

.reliant-footer_blog-post {
  font-size: 0.875rem;
  margin-bottom: 0;
}

.reliant-footer_blog-post-link {
  font-size: 0.875rem;
  color: rgb(236.25, 236.25, 236.25);
  text-decoration: underline;
  font-style: normal;
}

.reliant-footer_search-label {
  font-weight: 700;
  height: 2.1875rem;
}

.reliant-footer_searchbox {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.reliant-footer_searchbox--icon {
  font-size: 1.5em;
  color: #ffffff !important;
  background-color: #557892 !important;
  border: none;
  border-top-left-radius: 0.3125rem !important;
  border-bottom-left-radius: 0.3125rem !important;
  cursor: pointer;
}

.reliant-footer_bottom-nav {
  font-size: 0.875rem;
}

.reliant-footer_bottom-nav a {
  text-decoration: none;
}

.reliant-footer_bottom-nav-item {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.reliant-footer_bottom-nav-seperator {
  border-left: 1px solid;
  padding-left: 10px;
}

.reliant-footer_contact-header {
  padding-bottom: 0.9375rem;
}

/*  #endregion reliant-footer
	#################################### */
/* Reliant reliant-header */
/* #region functions */
/* #endregion functions */
/* #region constants */
/* #endregion constants */
/* #region mixins */
/*  #region reliant-header ########################## */
.reliant-header {
  height: 5.9rem;
  background-color: #ffffff;
  -moz-box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.5);
  box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.5);
}

.reliant-header--fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
}

.nav-user {
  height: 5.55rem;
}

.nav-user_close-container {
  height: 5.55rem;
  color: white;
  background-color: #52484C;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}

.nav-user_close {
  text-align: center;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*
.r-nav--main {
	//height: 6.4rem;
}

.reliant-header_nav-item {
	display: table-cell;
	position: relative;
	height: 100%;
	vertical-align: middle;
}

.reliant-header_nav-item_link {
	padding: 0 1em;
	color: #52484C;
	text-decoration: none;
	cursor: pointer;
}

	.reliant-header_nav-item_link:hover {
		color: #52484C;
		text-decoration: underline;
	}

.reliant-header_nav-item_link-dd:hover {
	background-color: #52484C;
	color: #ffffff;
}

.reliant-header_nav-item_link-img:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.nav-item-dd {
	display: none;
}

.reliant-header_nav-item:hover .nav-item-dd {
	display: block;
}

.nav-user {
	position: absolute;
	top: 6.45rem;
	right: 0;
	min-height: 5rem;
	padding: 1em 3em;
	background-color: #ffffff;
	cursor: default;
	z-index: 10000;
}



.nav-user_login-form {
	white-space: nowrap;
}

.nav-item--vertical {
	height: auto;
	width: 100%;
}

*/
/*  #endregion reliant-header	#################################### */
/* reliant-processnavigation */
/* #region functions */
/* #endregion functions */
/* #region constants */
/* #endregion constants */
/* #region mixins */
.process-navigation--fixed {
  top: 8.5rem;
}

/* <div> */
.reliant-processnavigation {
  text-align: center;
  width: 100%;
  padding: 0;
  margin: 0 0 2rem 0;
}
.reliant-processnavigation .reliant-processnavigation_item {
  position: relative;
  display: inline-block;
  list-style-type: none;
  text-align: center;
}
.reliant-processnavigation .reliant-processnavigation_item .reliant-processnavigation_item-link {
  position: relative;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0 0.625rem 1rem;
  text-decoration: none;
}
.reliant-processnavigation .reliant-processnavigation_item .reliant-processnavigation_item-link a {
  color: #52484C;
}
.reliant-processnavigation .reliant-processnavigation_item .reliant-processnavigation_item-link a:visited {
  color: #52484C;
}
.reliant-processnavigation .reliant-processnavigation_item .reliant-processnavigation_item-link a:hover {
  color: rgb(95.5779220779, 83.9220779221, 88.5844155844);
}
.reliant-processnavigation .reliant-processnavigation_item .reliant-processnavigation_item-link a:active {
  color: #52484C;
}
.reliant-processnavigation .reliant-processnavigation_item .reliant-processnavigation_item-link {
  overflow: hidden;
}
.reliant-processnavigation .reliant-processnavigation_item .reliant-processnavigation_item-link .reliant-processnavigation_item-title,
.reliant-processnavigation .reliant-processnavigation_item .reliant-processnavigation_item-link .reliant-processnavigation_item-description {
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.reliant-processnavigation .reliant-processnavigation_item .reliant-processnavigation_item-link.nav_active {
  border: 4px solid #557892;
}
.reliant-processnavigation .reliant-processnavigation_item .reliant-processnavigation_item-link:hover {
  border-bottom: 5px solid #557892;
  padding-bottom: 5px;
  background-color: #ededed;
}
.reliant-processnavigation .reliant-processnavigation_item .reliant-processnavigation_item-link:hover .reliant-processnavigation_item-title {
  color: #557892;
}
.reliant-processnavigation .reliant-processnavigation_item .reliant-processnavigation_item-link:hover .reliant-processnavigation_item-cta {
  bottom: -5px;
}
@media only screen and (min-width:40.063em) {
  .reliant-processnavigation .reliant-processnavigation_item .reliant-processnavigation_item-link {
    padding: 0 0.625rem 3.125rem;
  }
  .reliant-processnavigation .reliant-processnavigation_item .reliant-processnavigation_item-link .reliant-processnavigation_item-cta {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding-bottom: 1rem;
    font-size: 1rem;
  }
}
.reliant-processnavigation .reliant-processnavigation_item.reliant-processnavigation_item--image .reliant-processnavigation_item-image {
  padding-bottom: 75%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
}
.reliant-processnavigation .reliant-processnavigation_item.reliant-processnavigation_item--numeric {
  padding: 0;
}
.reliant-processnavigation .reliant-processnavigation_item.reliant-processnavigation_item--numeric .reliant-processnavigation_item-image {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: relative;
  height: auto;
  width: 50%;
  margin: 0 auto;
  border: 5px solid #557892;
  border-radius: 100%;
  padding-bottom: 50%;
  background-color: #ffffff;
}
.reliant-processnavigation .reliant-processnavigation_item.reliant-processnavigation_item--numeric .reliant-processnavigation_item-image.reliant-processnavigation_item-image--success {
  border-color: #B7C534 !important;
}
.reliant-processnavigation .reliant-processnavigation_item.reliant-processnavigation_item--numeric .reliant-processnavigation_item-image .reliant-processnavigation_item-image_number {
  font-family: "bree-serif", Georgia, serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 0;
  color: #557892;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.reliant-processnavigation .reliant-processnavigation_item.reliant-processnavigation_item--numeric .reliant-processnavigation_item-image .reliant-processnavigation_item-image_number:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
}
.reliant-processnavigation .reliant-processnavigation_item.reliant-processnavigation_item--numeric .reliant-processnavigation_item-image .reliant-processnavigation_item-image_number.process-icon {
  height: 70%;
  width: 70%;
}
.reliant-processnavigation .reliant-processnavigation_item.reliant-processnavigation_item--numeric .reliant-processnavigation_item-image .reliant-processnavigation_item-image_number.process-icon.process-icon--download {
  top: 25%;
}
.reliant-processnavigation .reliant-processnavigation_item.reliant-processnavigation_item--numeric .reliant-processnavigation_item-image .reliant-processnavigation_item-image_number.process-icon.process-icon--arrow {
  top: 40%;
}
.reliant-processnavigation .reliant-processnavigation_item.reliant-processnavigation_item--numeric .reliant-processnavigation_item-title {
  font-size: 1rem;
  font-weight: 700;
}
.reliant-processnavigation .reliant-processnavigation_item.reliant-processnavigation_item--numeric {
  /* refactored small default */
}
.reliant-processnavigation .reliant-processnavigation_item.reliant-processnavigation_item--numeric .reliant-processnavigation_item-link .reliant-processnavigation_item-image {
  float: left;
  height: 2.5rem;
  width: 2.5rem;
  padding-bottom: 0;
  border-width: 3px;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: relative;
}
.reliant-processnavigation .reliant-processnavigation_item.reliant-processnavigation_item--numeric .reliant-processnavigation_item-link .reliant-processnavigation_item-title {
  text-align: left;
  line-height: 1.5rem;
  font-size: 1.5rem;
  padding: 0 0 0 4rem;
  margin: 0;
}
.reliant-processnavigation .reliant-processnavigation_item.reliant-processnavigation_item--numeric .reliant-processnavigation_item-link .reliant-processnavigation_item-description {
  text-align: left;
  padding: 0 0 0 4rem;
  margin: 0;
}
.reliant-processnavigation .reliant-processnavigation_item.reliant-processnavigation_item--numeric .reliant-processnavigation_item-link .reliant-processnavigation_item-cta {
  display: none;
}
.reliant-processnavigation .reliant-processnavigation_item.reliant-processnavigation_item--numeric .reliant-processnavigation_item-link:hover {
  background-color: #ededed;
  color: #52484C;
}
.reliant-processnavigation .reliant-processnavigation_item.reliant-processnavigation_item--numeric .reliant-processnavigation_item-link:hover .reliant-processnavigation_item-image {
  background-color: #557892;
}
.reliant-processnavigation .reliant-processnavigation_item.reliant-processnavigation_item--numeric .reliant-processnavigation_item-link:hover .reliant-processnavigation_item-image.reliant-processnavigation_item-image--success {
  background-color: #B7C534;
}
.reliant-processnavigation .reliant-processnavigation_item.reliant-processnavigation_item--numeric .reliant-processnavigation_item-link:hover .reliant-processnavigation_item-image .reliant-processnavigation_item-image_number {
  color: #ffffff;
}
.reliant-processnavigation .reliant-processnavigation_item.reliant-processnavigation_item--numeric .reliant-processnavigation_item-link:hover .reliant-processnavigation_item-image .reliant-processnavigation_item-image_number.process-icon .hide {
  display: block !important;
  visibility: visible;
}
.reliant-processnavigation .reliant-processnavigation_item.reliant-processnavigation_item--numeric .reliant-processnavigation_item-link:hover .reliant-processnavigation_item-image .reliant-processnavigation_item-image_number.process-icon .show {
  display: none !important;
}
.reliant-processnavigation .reliant-processnavigation_item.reliant-processnavigation_item--numeric .reliant-processnavigation_item-link:hover .reliant-processnavigation_item-title {
  color: #52484C;
}
.reliant-processnavigation .reliant-processnavigation_item.reliant-processnavigation_item--numeric .reliant-processnavigation_item-link:visited {
  color: #52484C;
}
@media only screen and (min-width:40.063em) {
  .reliant-processnavigation .reliant-processnavigation_item.reliant-processnavigation_item--numeric .reliant-processnavigation_item-link .reliant-processnavigation_item-image {
    float: none;
    width: 50%;
    height: auto;
    margin: 0 auto;
    border: 5px solid #557892;
    border-radius: 100%;
    padding-bottom: 50%;
    background-color: #ffffff;
  }
  .reliant-processnavigation .reliant-processnavigation_item.reliant-processnavigation_item--numeric .reliant-processnavigation_item-link .reliant-processnavigation_item-title {
    text-align: center;
    padding: 1rem 0;
    font-size: 1.25rem;
  }
  .reliant-processnavigation .reliant-processnavigation_item.reliant-processnavigation_item--numeric .reliant-processnavigation_item-link .reliant-processnavigation_item-description {
    text-align: center;
    padding: 0;
  }
}
@media only screen and (min-width:64.063em) {
  .reliant-processnavigation .reliant-processnavigation_item.reliant-processnavigation_item--numeric .reliant-processnavigation_item-link .reliant-processnavigation_item-title {
    font-size: 1.5rem;
  }
}
.reliant-processnavigation .reliant-processnavigation_item.reliant-processnavigation_item--numeric.nav_active .reliant-processnavigation_item-link {
  border: 0 none transparent;
}
.reliant-processnavigation .reliant-processnavigation_item.reliant-processnavigation_item--numeric.nav_active .reliant-processnavigation_item-link .reliant-processnavigation_item-image {
  background-color: #557892;
}
.reliant-processnavigation .reliant-processnavigation_item.reliant-processnavigation_item--numeric.nav_active .reliant-processnavigation_item-link .reliant-processnavigation_item-image.reliant-processnavigation_item-image--success {
  background-color: #B7C534;
}
.reliant-processnavigation .reliant-processnavigation_item.reliant-processnavigation_item--numeric.nav_active .reliant-processnavigation_item-link .reliant-processnavigation_item-image .reliant-processnavigation_item-image_number {
  color: #ffffff;
}
.reliant-processnavigation .reliant-processnavigation_item.reliant-processnavigation_item--numeric.nav_active .reliant-processnavigation_item-link .reliant-processnavigation_item-image .reliant-processnavigation_item-image_number.process-icon .hide {
  display: block !important;
  visibility: visible;
}
.reliant-processnavigation .reliant-processnavigation_item.reliant-processnavigation_item--numeric.nav_active .reliant-processnavigation_item-link .reliant-processnavigation_item-image .reliant-processnavigation_item-image_number.process-icon .show {
  display: none !important;
}
.reliant-processnavigation .reliant-processnavigation_item.reliant-processnavigation_item--numeric.nav_active .reliant-processnavigation_item-link:hover {
  border-bottom: 5px solid #557892;
}
.reliant-processnavigation .reliant-processnavigation_item.reliant-processnavigation_item--numeric--vertical {
  display: inherit;
}
.reliant-processnavigation .reliant-processnavigation_item.reliant-processnavigation_item--numeric--vertical .reliant-processnavigation_item-link {
  display: block;
  margin-bottom: 1rem;
  padding: 0 5px;
}
.reliant-processnavigation .reliant-processnavigation_item.reliant-processnavigation_item--numeric--vertical .reliant-processnavigation_item-link:hover {
  border-bottom: inherit;
  background-color: inherit;
}
.reliant-processnavigation .reliant-processnavigation_item.reliant-processnavigation_item--numeric--vertical .reliant-processnavigation_item-link .reliant-processnavigation_item-image {
  height: 2.5rem;
  width: 2.5rem;
  margin: 0 -5px;
  padding-bottom: 0;
  background-color: transparent;
  border-width: 5px;
}
.reliant-processnavigation .reliant-processnavigation_item.reliant-processnavigation_item--numeric--vertical.nav_active .reliant-processnavigation_item-link:hover {
  border-bottom: inherit;
}
@media only screen and (min-width:40.063em) {
  .reliant-processnavigation.reliant-processnavigation {
    margin-top: 1rem;
  }
}
.reliant-processnavigation.reliant-processnavigation--navigator {
  margin-top: 0;
}
.reliant-processnavigation.reliant-processnavigation--navigator .reliant-processnavigation_item .reliant-processnavigation_item-link {
  display: block;
  height: auto;
  margin: 0 auto;
  opacity: 0.5;
}
.reliant-processnavigation.reliant-processnavigation--navigator .reliant-processnavigation_item .reliant-processnavigation_item-link .reliant-processnavigation_item-image {
  padding-bottom: 33%;
  background-size: 67%;
}
.reliant-processnavigation.reliant-processnavigation--navigator .reliant-processnavigation_item .reliant-processnavigation_item-link:hover {
  border: 0 none transparent;
  opacity: 0.75;
  background-color: transparent;
}
.reliant-processnavigation.reliant-processnavigation--navigator .reliant-processnavigation_item .reliant-processnavigation_item-link:hover .reliant-processnavigation_item-title {
  color: inherit;
}
.reliant-processnavigation.reliant-processnavigation--navigator .reliant-processnavigation_item .reliant-processnavigation_item_navigator {
  content: "";
  position: absolute;
  height: 2rem;
  width: 2rem;
  bottom: 2.25rem;
  border-radius: 100%;
  background-color: #52484C;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOC4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgODcuNyA1MSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgODcuNyA1MSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNODcuNywwYy0yLjksNC40LTYsOC42LTkuMiwxMi43Yy0xLjYsMi0zLjIsNC4xLTQuOSw2LjFjLTAuOCwxLTEuNywyLTIuNSwzYy0wLjgsMS0xLjcsMi0yLjUsMw0KCWMtMS43LDItMy40LDMuOS01LjEsNS44Yy0xLjcsMS45LTMuNSwzLjgtNS4yLDUuN2MtMS44LDEuOS0zLjYsMy43LTUuMyw1LjZsLTUuNCw1LjVMNDMuOCw1MWwtMy41LTMuNmwtNS40LTUuNQ0KCWMtMS44LTEuOS0zLjYtMy43LTUuMy01LjZjLTEuOC0xLjktMy41LTMuOC01LjItNS43Yy0xLjctMS45LTMuNC0zLjktNS4xLTUuOGMtMS43LTItMy40LTMuOS01LTUuOWMtMS43LTItMy4zLTQtNC45LTYuMQ0KCUM2LDguNiwyLjksNC40LDAsMGM0LjQsMi45LDguNiw2LDEyLjcsOS4yYzIsMS42LDQuMSwzLjIsNi4xLDQuOWMyLDEuNyw0LDMuMyw1LjksNWMyLDEuNywzLjksMy40LDUuOCw1LjFjMS45LDEuNywzLjgsMy41LDUuNyw1LjINCgljMS45LDEuOCwzLjcsMy42LDUuNiw1LjNsNS41LDUuNGgtNy4xbDUuNS01LjRjMS45LTEuOCwzLjctMy42LDUuNi01LjNjMS45LTEuOCwzLjgtMy41LDUuNy01LjJjMS45LTEuNywzLjktMy40LDUuOC01LjENCgljMS0wLjksMi0xLjcsMy0yLjVjMS0wLjgsMi0xLjcsMy0yLjVjMi0xLjcsNC0zLjMsNi4xLTQuOUM3OS4xLDYsODMuMywyLjksODcuNywweiIvPg0KPC9zdmc+DQo=");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
  transition: all 0.2s;
  z-index: 100;
}
.reliant-processnavigation.reliant-processnavigation--navigator .reliant-processnavigation_item .reliant-processnavigation_item_navigator.reliant-processnavigation_item_navigator--previous {
  left: 1.5625rem;
  transform: rotate(90deg);
}
.reliant-processnavigation.reliant-processnavigation--navigator .reliant-processnavigation_item .reliant-processnavigation_item_navigator.reliant-processnavigation_item_navigator--next {
  right: 1.5625rem;
  transform: rotate(270deg);
}
.reliant-processnavigation.reliant-processnavigation--navigator .reliant-processnavigation_item.active .reliant-processnavigation_item-link {
  opacity: 1;
}
.reliant-processnavigation.reliant-processnavigation--navigator .reliant-processnavigation_item.active .reliant-processnavigation_item-link .reliant-processnavigation_item-image {
  background-size: contain;
}
@media only screen and (min-width:40.063em) {
  .reliant-processnavigation.reliant-processnavigation--navigator {
    margin-top: 1.875rem;
  }
  .reliant-processnavigation.reliant-processnavigation--navigator .reliant-processnavigation_item .reliant-processnavigation_item-link .reliant-processnavigation_item-image {
    padding-bottom: 100%;
    background-size: 50%;
  }
}

/* reliant-subnavigation */
/* #region functions */
/* #endregion functions */
/* #region constants */
/* #endregion constants */
/* #region mixins */
/* <div> */
.reliant-subnavigation {
  text-align: center;
  width: 100%;
  padding: 0;
  margin: 2rem auto 3rem auto;
  position: relative;
  display: table;
  border-bottom: 1px solid #557892;
  /* <ul> dog */
}
.reliant-subnavigation .reliant-subnavigation_root {
  font-size: 0;
  height: 100%;
  margin: 0 auto;
  display: table-row;
  /* <li> */
}
.reliant-subnavigation .reliant-subnavigation_root .reliant-subnavigation_root-item:first-child {
  padding-left: 0;
}
.reliant-subnavigation .reliant-subnavigation_root .reliant-subnavigation_root-item:last-child {
  padding-right: 0;
}
.reliant-subnavigation .reliant-subnavigation_root .reliant-subnavigation_root-item {
  font-size: 16px;
  list-style-type: none;
  margin: 0;
  height: 3em;
  background-color: #ededed;
  padding: 0 1rem;
  display: none;
}
@media only screen and (min-width:64.063em) {
  .reliant-subnavigation .reliant-subnavigation_root .reliant-subnavigation_root-item {
    display: table-cell;
  }
}
.reliant-subnavigation .reliant-subnavigation_root .reliant-subnavigation_root-item {
  /* <a> */
}
.reliant-subnavigation .reliant-subnavigation_root .reliant-subnavigation_root-item .reliant-subnavigation_root-item-link a {
  color: #52484C;
}
.reliant-subnavigation .reliant-subnavigation_root .reliant-subnavigation_root-item .reliant-subnavigation_root-item-link a:visited {
  color: #52484C;
}
.reliant-subnavigation .reliant-subnavigation_root .reliant-subnavigation_root-item .reliant-subnavigation_root-item-link a:hover {
  color: rgb(95.5779220779, 83.9220779221, 88.5844155844);
}
.reliant-subnavigation .reliant-subnavigation_root .reliant-subnavigation_root-item .reliant-subnavigation_root-item-link a:active {
  color: #52484C;
}
.reliant-subnavigation .reliant-subnavigation_root .reliant-subnavigation_root-item .reliant-subnavigation_root-item-link {
  text-decoration: none;
  line-height: 3rem;
  margin: 0;
  /*border-bottom: 1px solid $copy;*/
  display: inline-block;
  width: 100%;
}
.reliant-subnavigation .reliant-subnavigation_root .reliant-subnavigation_root-item .reliant-subnavigation_root-item-link::before {
  content: "About: ";
}
@media only screen and (min-width:64.063em) {
  .reliant-subnavigation .reliant-subnavigation_root .reliant-subnavigation_root-item .reliant-subnavigation_root-item-link::before {
    content: "";
  }
}
.reliant-subnavigation .reliant-subnavigation_root .reliant-subnavigation_root-item .reliant-subnavigation_root-item-link.nav_active, .reliant-subnavigation .reliant-subnavigation_root .reliant-subnavigation_root-item .reliant-subnavigation_root-item-link.nav_active-parent {
  color: #557892;
}
@media only screen and (min-width:64.063em) {
  .reliant-subnavigation .reliant-subnavigation_root .reliant-subnavigation_root-item .reliant-subnavigation_root-item-link.nav_active, .reliant-subnavigation .reliant-subnavigation_root .reliant-subnavigation_root-item .reliant-subnavigation_root-item-link.nav_active-parent {
    border-bottom: 0.5rem solid #557892;
  }
}
.reliant-subnavigation .reliant-subnavigation_root .reliant-subnavigation_root-item {
  /* </a> */
  /* <ul> */
}
.reliant-subnavigation .reliant-subnavigation_root .reliant-subnavigation_root-item .reliant-subnavigation_dropdown {
  display: none;
  position: absolute;
  overflow: hidden;
  bottom: 0;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  /*left: 0; //stretch it all the way across
  right: 0; //stretch it all the way across*/
  text-align: center;
  margin: 0;
  padding: 0;
  height: 4rem;
  /* <li> */
}
.reliant-subnavigation .reliant-subnavigation_root .reliant-subnavigation_root-item .reliant-subnavigation_dropdown .reliant-subnavigation_dropdown-item {
  list-style-type: none;
  display: inline-block;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.reliant-subnavigation .reliant-subnavigation_root .reliant-subnavigation_root-item .reliant-subnavigation_dropdown .reliant-subnavigation_dropdown-item:hover {
  /* <a> dropdown */
}
.reliant-subnavigation .reliant-subnavigation_root .reliant-subnavigation_root-item .reliant-subnavigation_dropdown .reliant-subnavigation_dropdown-item:hover .reliant-subnavigation_dropdown-item-link {
  /* <div> dropdown */
}
.reliant-subnavigation .reliant-subnavigation_root .reliant-subnavigation_root-item .reliant-subnavigation_dropdown .reliant-subnavigation_dropdown-item:hover .reliant-subnavigation_dropdown-item-link .reliant-subnavigation_dropdown-item-link-box {
  border-bottom: 0.0625rem solid #52484C;
}
.reliant-subnavigation .reliant-subnavigation_root .reliant-subnavigation_root-item .reliant-subnavigation_dropdown .reliant-subnavigation_dropdown-item:hover .reliant-subnavigation_dropdown-item-link {
  /* </div> */
}
.reliant-subnavigation .reliant-subnavigation_root .reliant-subnavigation_root-item .reliant-subnavigation_dropdown .reliant-subnavigation_dropdown-item:hover {
  /* </a> */
}
.reliant-subnavigation .reliant-subnavigation_root .reliant-subnavigation_root-item .reliant-subnavigation_dropdown .reliant-subnavigation_dropdown-item {
  /* <a> */
}
.reliant-subnavigation .reliant-subnavigation_root .reliant-subnavigation_root-item .reliant-subnavigation_dropdown .reliant-subnavigation_dropdown-item .reliant-subnavigation_dropdown-item-link {
  font-size: 14px;
  text-decoration: none;
  line-height: 5rem;
}
.reliant-subnavigation .reliant-subnavigation_root .reliant-subnavigation_root-item .reliant-subnavigation_dropdown .reliant-subnavigation_dropdown-item .reliant-subnavigation_dropdown-item-link .reliant-subnavigation_dropdown-item-link-box {
  height: 3.4rem;
  margin: 0 1rem;
}
.reliant-subnavigation .reliant-subnavigation_root .reliant-subnavigation_root-item .reliant-subnavigation_dropdown .reliant-subnavigation_dropdown-item {
  /* </a> */
}
.reliant-subnavigation .reliant-subnavigation_root .reliant-subnavigation_root-item .reliant-subnavigation_dropdown {
  /* </li> */
}
.reliant-subnavigation .reliant-subnavigation_root .reliant-subnavigation_root-item {
  /* </ul> */
  /* <li> states */
}
.reliant-subnavigation .reliant-subnavigation_root .reliant-subnavigation_root-item:hover .reliant-subnavigation_root-item-link {
  /*border-bottom: remy(2) solid $primary;*/
  color: #557892;
}
@media only screen and (max-width: 40em) {
  .reliant-subnavigation .reliant-subnavigation_root .reliant-subnavigation_root-item.nav_active, .reliant-subnavigation .reliant-subnavigation_root .reliant-subnavigation_root-item.nav_active-parent {
    display: table-cell;
  }
}
@media only screen and (min-width:40.063em) and (max-width:64em) {
  .reliant-subnavigation .reliant-subnavigation_root .reliant-subnavigation_root-item.nav_active, .reliant-subnavigation .reliant-subnavigation_root .reliant-subnavigation_root-item.nav_active-parent {
    display: table-cell;
  }
}
.reliant-subnavigation .reliant-subnavigation_root .reliant-subnavigation_root-item.nav_active, .reliant-subnavigation .reliant-subnavigation_root .reliant-subnavigation_root-item.nav_active-parent {
  /* <ul> dropdown */
}
.reliant-subnavigation .reliant-subnavigation_root .reliant-subnavigation_root-item.nav_active .reliant-subnavigation_dropdown, .reliant-subnavigation .reliant-subnavigation_root .reliant-subnavigation_root-item.nav_active-parent .reliant-subnavigation_dropdown {
  bottom: -4rem;
  overflow: visible;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: table-row;
}
@media only screen and (max-width: 40em) {
  .reliant-subnavigation .reliant-subnavigation_root .reliant-subnavigation_root-item.nav_active .reliant-subnavigation_dropdown, .reliant-subnavigation .reliant-subnavigation_root .reliant-subnavigation_root-item.nav_active-parent .reliant-subnavigation_dropdown {
    width: 100%;
    left: 0;
    right: 0;
  }
}
@media only screen and (min-width:40.063em) and (max-width:64em) {
  .reliant-subnavigation .reliant-subnavigation_root .reliant-subnavigation_root-item.nav_active .reliant-subnavigation_dropdown, .reliant-subnavigation .reliant-subnavigation_root .reliant-subnavigation_root-item.nav_active-parent .reliant-subnavigation_dropdown {
    width: 100%;
    left: 0;
    right: 0;
  }
}
.reliant-subnavigation .reliant-subnavigation_root .reliant-subnavigation_root-item.nav_active .reliant-subnavigation_dropdown, .reliant-subnavigation .reliant-subnavigation_root .reliant-subnavigation_root-item.nav_active-parent .reliant-subnavigation_dropdown {
  /* <li> dropdown*/
}
.reliant-subnavigation .reliant-subnavigation_root .reliant-subnavigation_root-item.nav_active .reliant-subnavigation_dropdown .reliant-subnavigation_dropdown-item, .reliant-subnavigation .reliant-subnavigation_root .reliant-subnavigation_root-item.nav_active-parent .reliant-subnavigation_dropdown .reliant-subnavigation_dropdown-item {
  display: inline-block;
}
@media only screen and (min-width:64.063em) {
  .reliant-subnavigation .reliant-subnavigation_root .reliant-subnavigation_root-item.nav_active .reliant-subnavigation_dropdown .reliant-subnavigation_dropdown-item, .reliant-subnavigation .reliant-subnavigation_root .reliant-subnavigation_root-item.nav_active-parent .reliant-subnavigation_dropdown .reliant-subnavigation_dropdown-item {
    display: table-cell;
  }
}
.reliant-subnavigation .reliant-subnavigation_root .reliant-subnavigation_root-item.nav_active .reliant-subnavigation_dropdown .reliant-subnavigation_dropdown-item:hover, .reliant-subnavigation .reliant-subnavigation_root .reliant-subnavigation_root-item.nav_active .reliant-subnavigation_dropdown .reliant-subnavigation_dropdown-item.nav_active, .reliant-subnavigation .reliant-subnavigation_root .reliant-subnavigation_root-item.nav_active-parent .reliant-subnavigation_dropdown .reliant-subnavigation_dropdown-item:hover, .reliant-subnavigation .reliant-subnavigation_root .reliant-subnavigation_root-item.nav_active-parent .reliant-subnavigation_dropdown .reliant-subnavigation_dropdown-item.nav_active {
  /* <a> dropdown */
}
.reliant-subnavigation .reliant-subnavigation_root .reliant-subnavigation_root-item.nav_active .reliant-subnavigation_dropdown .reliant-subnavigation_dropdown-item:hover .reliant-subnavigation_dropdown-item-link .reliant-subnavigation_dropdown-item-link, .reliant-subnavigation .reliant-subnavigation_root .reliant-subnavigation_root-item.nav_active .reliant-subnavigation_dropdown .reliant-subnavigation_dropdown-item.nav_active .reliant-subnavigation_dropdown-item-link .reliant-subnavigation_dropdown-item-link, .reliant-subnavigation .reliant-subnavigation_root .reliant-subnavigation_root-item.nav_active-parent .reliant-subnavigation_dropdown .reliant-subnavigation_dropdown-item:hover .reliant-subnavigation_dropdown-item-link .reliant-subnavigation_dropdown-item-link, .reliant-subnavigation .reliant-subnavigation_root .reliant-subnavigation_root-item.nav_active-parent .reliant-subnavigation_dropdown .reliant-subnavigation_dropdown-item.nav_active .reliant-subnavigation_dropdown-item-link .reliant-subnavigation_dropdown-item-link {
  border-bottom: 1px solid #52484C;
}
.reliant-subnavigation .reliant-subnavigation_root .reliant-subnavigation_root-item.nav_active .reliant-subnavigation_dropdown .reliant-subnavigation_dropdown-item:hover .reliant-subnavigation_dropdown-item-link, .reliant-subnavigation .reliant-subnavigation_root .reliant-subnavigation_root-item.nav_active .reliant-subnavigation_dropdown .reliant-subnavigation_dropdown-item.nav_active .reliant-subnavigation_dropdown-item-link, .reliant-subnavigation .reliant-subnavigation_root .reliant-subnavigation_root-item.nav_active-parent .reliant-subnavigation_dropdown .reliant-subnavigation_dropdown-item:hover .reliant-subnavigation_dropdown-item-link, .reliant-subnavigation .reliant-subnavigation_root .reliant-subnavigation_root-item.nav_active-parent .reliant-subnavigation_dropdown .reliant-subnavigation_dropdown-item.nav_active .reliant-subnavigation_dropdown-item-link {
  /* <div> dropdown */
}
.reliant-subnavigation .reliant-subnavigation_root .reliant-subnavigation_root-item.nav_active .reliant-subnavigation_dropdown .reliant-subnavigation_dropdown-item:hover .reliant-subnavigation_dropdown-item-link .reliant-subnavigation_dropdown-item-link-box, .reliant-subnavigation .reliant-subnavigation_root .reliant-subnavigation_root-item.nav_active .reliant-subnavigation_dropdown .reliant-subnavigation_dropdown-item.nav_active .reliant-subnavigation_dropdown-item-link .reliant-subnavigation_dropdown-item-link-box, .reliant-subnavigation .reliant-subnavigation_root .reliant-subnavigation_root-item.nav_active-parent .reliant-subnavigation_dropdown .reliant-subnavigation_dropdown-item:hover .reliant-subnavigation_dropdown-item-link .reliant-subnavigation_dropdown-item-link-box, .reliant-subnavigation .reliant-subnavigation_root .reliant-subnavigation_root-item.nav_active-parent .reliant-subnavigation_dropdown .reliant-subnavigation_dropdown-item.nav_active .reliant-subnavigation_dropdown-item-link .reliant-subnavigation_dropdown-item-link-box {
  border-bottom: 1px solid #52484C;
}
.reliant-subnavigation .reliant-subnavigation_root .reliant-subnavigation_root-item.nav_active .reliant-subnavigation_dropdown .reliant-subnavigation_dropdown-item:hover .reliant-subnavigation_dropdown-item-link, .reliant-subnavigation .reliant-subnavigation_root .reliant-subnavigation_root-item.nav_active .reliant-subnavigation_dropdown .reliant-subnavigation_dropdown-item.nav_active .reliant-subnavigation_dropdown-item-link, .reliant-subnavigation .reliant-subnavigation_root .reliant-subnavigation_root-item.nav_active-parent .reliant-subnavigation_dropdown .reliant-subnavigation_dropdown-item:hover .reliant-subnavigation_dropdown-item-link, .reliant-subnavigation .reliant-subnavigation_root .reliant-subnavigation_root-item.nav_active-parent .reliant-subnavigation_dropdown .reliant-subnavigation_dropdown-item.nav_active .reliant-subnavigation_dropdown-item-link {
  /* </div> */
}
.reliant-subnavigation .reliant-subnavigation_root .reliant-subnavigation_root-item.nav_active .reliant-subnavigation_dropdown .reliant-subnavigation_dropdown-item:hover, .reliant-subnavigation .reliant-subnavigation_root .reliant-subnavigation_root-item.nav_active .reliant-subnavigation_dropdown .reliant-subnavigation_dropdown-item.nav_active, .reliant-subnavigation .reliant-subnavigation_root .reliant-subnavigation_root-item.nav_active-parent .reliant-subnavigation_dropdown .reliant-subnavigation_dropdown-item:hover, .reliant-subnavigation .reliant-subnavigation_root .reliant-subnavigation_root-item.nav_active-parent .reliant-subnavigation_dropdown .reliant-subnavigation_dropdown-item.nav_active {
  /* </a> */
}
.reliant-subnavigation .reliant-subnavigation_root .reliant-subnavigation_root-item.nav_active .reliant-subnavigation_dropdown, .reliant-subnavigation .reliant-subnavigation_root .reliant-subnavigation_root-item.nav_active-parent .reliant-subnavigation_dropdown {
  /* </li> */
}
.reliant-subnavigation .reliant-subnavigation_root .reliant-subnavigation_root-item.nav_active, .reliant-subnavigation .reliant-subnavigation_root .reliant-subnavigation_root-item.nav_active-parent {
  /* </ul> */
}
.reliant-subnavigation .reliant-subnavigation_root {
  /* </li> */
}
.reliant-subnavigation {
  /* <div:hover> */
}
.reliant-subnavigation:hover {
  /* <ul> */
}
.reliant-subnavigation:hover .reliant-subnavigation_root {
  /* <li> */
}
.reliant-subnavigation:hover .reliant-subnavigation_root .reliant-subnavigation_root-item.nav_active, .reliant-subnavigation:hover .reliant-subnavigation_root .reliant-subnavigation_root-item.nav_active-parent {
  /* <ul> dropdown */
}
@media only screen and (min-width:64.063em) {
  .reliant-subnavigation:hover .reliant-subnavigation_root .reliant-subnavigation_root-item.nav_active .reliant-subnavigation_dropdown, .reliant-subnavigation:hover .reliant-subnavigation_root .reliant-subnavigation_root-item.nav_active-parent .reliant-subnavigation_dropdown {
    display: none;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
.reliant-subnavigation:hover .reliant-subnavigation_root .reliant-subnavigation_root-item.nav_active, .reliant-subnavigation:hover .reliant-subnavigation_root .reliant-subnavigation_root-item.nav_active-parent {
  /* </ul> dropdown */
}
.reliant-subnavigation:hover .reliant-subnavigation_root .reliant-subnavigation_root-item:hover {
  /* <ul> dropdown */
}
.reliant-subnavigation:hover .reliant-subnavigation_root .reliant-subnavigation_root-item:hover .reliant-subnavigation_dropdown {
  display: inline-block;
  bottom: -4rem;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: table-row;
}
@media only screen and (min-width:64.063em) {
  .reliant-subnavigation:hover .reliant-subnavigation_root .reliant-subnavigation_root-item:hover .reliant-subnavigation_dropdown .reliant-subnavigation_dropdown-item {
    display: table-cell;
  }
}
.reliant-subnavigation:hover .reliant-subnavigation_root .reliant-subnavigation_root-item:hover {
  /* </ul> dropdown*/
}
.reliant-subnavigation:hover .reliant-subnavigation_root {
  /* </li> */
}
.reliant-subnavigation:hover {
  /* </ul> */
}
.reliant-subnavigation {
  /* </div:hover> */
}

/* </div> */
/* Reliant's Site Search */
/* #region functions */
/* #endregion functions */
/* #region constants */
/* #endregion constants */
/* #region mixins */
.site-search h4 {
  margin-top: 2.5rem;
  border-top: #ccc 1px solid;
  padding-top: 2rem;
}

/* #region functions */
/* #endregion functions */
/* #region constants */
/* #endregion constants */
/* #region mixins */
.spinner {
  display: table;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.spinner .spinner_inner {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  border: 0.25rem solid rgb(152.9032258065, 146.0967741935, 148.6491935484);
  background-color: rgb(152.9032258065, 146.0967741935, 148.6491935484);
  -moz-animation: spinner 2s infinite ease;
  -o-animation: spinner 2s infinite ease;
  -webkit-animation: spinner 2s infinite ease;
  animation: spinner 2s infinite ease;
}
.spinner .spinner_fill {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: #ededed;
  -moz-animation: spinner_fill 2s infinite ease-in;
  -o-animation: spinner_fill 2s infinite ease-in;
  -webkit-animation: spinner_fill 2s infinite ease-in;
  animation: spinner_fill 2s infinite ease-in;
}

.spinner--center {
  margin-left: 45%;
  margin-bottom: 1rem;
}

@keyframes spinner {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  50% {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  75% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner_fill {
  0% {
    height: 0%;
  }
  25% {
    height: 0%;
  }
  50% {
    height: 100%;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}
@-webkit-keyframes rotate-forever {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotate-forever {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate-forever {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.loading-spinner {
  -webkit-animation-duration: 0.75s;
  -moz-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: rotate-forever;
  -moz-animation-name: rotate-forever;
  animation-name: rotate-forever;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  animation-timing-function: linear;
  height: 30px !important;
  width: 30px !important;
  border: 8px solid #B7C534;
  border-right-color: transparent;
  border-radius: 50%;
  display: inline-block;
}

/* Reliant social-icons */
/* #region functions */
/* #endregion functions */
/* #region constants */
/* #endregion constants */
/* #region mixins */
/*  #region social-icons
	####################################
	#################################### */
.social-icons {
  margin-left: -0.625rem;
  margin-bottom: 0;
  overflow: visible;
  list-style: none;
}

.social-icons .social-icons_item {
  display: inline-block;
  position: relative;
  margin-left: 0.625rem;
  margin-bottom: 0.625rem;
}

.social-icons_item_link {
  display: inline-block;
  height: 2.188rem;
  width: 2.188rem;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: top;
}
.social-icons_item_link.social-icons_item_link--footer {
  height: 0.875rem;
  width: 0.875rem;
  margin-left: 0.7rem;
  opacity: 70%;
  display: inline;
}

.social-icons_item:hover .social-icons_item_link {
  position: relative;
  z-index: 200;
}

.social-icons_item_popup {
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FFFFFF;
  opacity: 0;
  -moz-transition: opacity 0.25s, padding 0.25s;
  -o-transition: opacity 0.25s, padding 0.25s;
  -webkit-transition: opacity 0.25s, padding 0.25s;
  transition: opacity 0.25s, padding 0.25s;
  z-index: -1;
}

.social-icons_item:hover .social-icons_item_popup {
  padding: 1rem 1rem 1rem 2rem;
  opacity: 1;
  z-index: 100;
}

.social-icons_item_popup-child {
  display: block;
}

.social-icons_item_link--twitter {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4Mi45NyA4Mi45NiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOm5vbmU7c3Ryb2tlOiM1NjQ4NGM7c3Ryb2tlLW1pdGVybGltaXQ6MTA7c3Ryb2tlLXdpZHRoOjMuMzJweDt9LmNscy0ye2ZpbGw6IzU2NDg0Yzt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPnR3aXR0ZXI8L3RpdGxlPjxjaXJjbGUgY2xhc3M9ImNscy0xIiBjeD0iNDEuNDkiIGN5PSI0MS40OCIgcj0iMzkuODMiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xOTEuODEsNTIuNDlhMTcuMiwxNy4yLDAsMCwxLTUuNDEsMiw4LjU2LDguNTYsMCwwLDAtNi4yMS0yLjY1LDguMzksOC4zOSwwLDAsMC04LjI5LDEwLjI5LDI0LjI5LDI0LjI5LDAsMCwxLTE3LjU0LTguNzUsOC4yNCw4LjI0LDAsMCwwLTEuMTUsNC4yMSw4LjM0LDguMzQsMCwwLDAsMy43OSw3LDguNTksOC41OSwwLDAsMS0zLjg2LTF2MC4xMUE4LjQyLDguNDIsMCwwLDAsMTYwLDcxLjg3YTguNjgsOC42OCwwLDAsMS0zLjg1LjE0LDguNTEsOC41MSwwLDAsMCw4LDUuODIsMTcuMjUsMTcuMjUsMCwwLDEtMTAuNTcsMy41OSwxNy42NywxNy42NywwLDAsMS0yLS4xMiwyNC4zOSwyNC4zOSwwLDAsMCwxMywzLjc2LDIzLjg1LDIzLjg1LDAsMCwwLDI0LjIxLTIzLjg0YzAtLjM2LDAtMC43MywwLTEuMDhBMTcuMTIsMTcuMTIsMCwwLDAsMTkzLDU1LjgxYTE3LjE2LDE3LjE2LDAsMCwxLTQuODksMS4zMkE4LjQyLDguNDIsMCwwLDAsMTkxLjgxLDUyLjQ5WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEzMC43MyAtMjYuOTkpIi8+PC9zdmc+);
}
.social-icons_item_link--twitter.no-svg {
  background-image: url("./../../../img/icons/346/twitter.png");
}
.social-icons_item_link--twitter.social-icons_item_link--twitter--inverted {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMzUuMSAxMzUuMDkiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojZmZmO308L3N0eWxlPjwvZGVmcz48dGl0bGU+Zm9vdGVyLXR3aXR0ZXI8L3RpdGxlPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIzOC4zMSw0LjZhNjcuNTUsNjcuNTUsMCwxLDAsNjcuNTQsNjcuNTVBNjcuNTUsNjcuNTUsMCwwLDAsMjM4LjMxLDQuNlptMjYuNDMsNTQuMzFjMCwwLjU4LDAsMS4xNywwLDEuNzYsMCwxOC0xMy44OCwzOC42NS0zOS4yNiwzOC42NWEzOS41NSwzOS41NSwwLDAsMS0yMS4xNi02LjEsMjguNjUsMjguNjUsMCwwLDAsMy4yOS4xOSwyOCwyOCwwLDAsMCwxNy4xNC01LjgxLDEzLjgsMTMuOCwwLDAsMS0xMi44OS05LjQzLDE0LjA3LDE0LjA3LDAsMCwwLDYuMjQtLjIzQTEzLjY1LDEzLjY1LDAsMCwxLDIwNy4wNiw2NC42VjY0LjQzYTEzLjkzLDEzLjkzLDAsMCwwLDYuMjUsMS43LDEzLjUzLDEzLjUzLDAsMCwxLTYuMTQtMTEuM0ExMy4zNywxMy4zNywwLDAsMSwyMDksNDhhMzkuMzksMzkuMzksMCwwLDAsMjguNDQsMTQuMTksMTMuNiwxMy42LDAsMCwxLDEzLjQ0LTE2LjY4QTEzLjg3LDEzLjg3LDAsMCwxLDI2MSw0OS44YTI3Ljg5LDI3Ljg5LDAsMCwwLDguNzctMy4zQTEzLjY2LDEzLjY2LDAsMCwxLDI2My43LDU0YTI3LjgzLDI3LjgzLDAsMCwwLDcuOTMtMi4xNEEyNy43NywyNy43NywwLDAsMSwyNjQuNzQsNTguOTFaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTcwLjc1IC00LjYpIi8+PC9zdmc+);
}
.social-icons_item_link--twitter.social-icons_item_link--twitter--inverted.no-svg {
  background-image: url("./../../../img/icons/44/footer-facebook.png");
}

.social-icons_item_link--facebook {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4Mi45NyA4Mi45NiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOm5vbmU7c3Ryb2tlOiM1NjQ4NGM7c3Ryb2tlLW1pdGVybGltaXQ6MTA7c3Ryb2tlLXdpZHRoOjMuMzJweDt9LmNscy0ye2ZpbGw6IzU2NDg0Yzt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmZiPC90aXRsZT48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMTIuNDgsNjguNDhBMzkuODIsMzkuODIsMCwxLDEsNzIuNjYsMjguNjUsMzkuODIsMzkuODIsMCwwLDEsMTEyLjQ4LDY4LjQ4WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTMxLjE3IC0yNi45OSkiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik02Ni42OCw5MC44OGg5VjY4LjQ4aDYuNjVsMC44Mi05SDc2VjU1LjkzYTEuOSwxLjksMCwwLDEsMi0yLjE1aDVWNDYuMWwtNi45MiwwYy03LjY4LDAtOS40Myw1LjczLTkuNDMsOS4zOXY0SDYyLjJ2OWg0LjQ4djIyLjRaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzEuMTcgLTI2Ljk5KSIvPjwvc3ZnPg==);
}
.social-icons_item_link--facebook.no-svg {
  background-image: url("./../../../img/icons/346/fb.png");
}
.social-icons_item_link--facebook.social-icons_item_link--facebook--inverted {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMzUuMSAxMzUuMDkiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojZmZmO308L3N0eWxlPjwvZGVmcz48dGl0bGU+Zm9vdGVyLWZhY2Vib29rPC90aXRsZT48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik03NS43NSw0LjZBNjcuNTUsNjcuNTUsMCwxLDAsMTQzLjMsNzIuMTQsNjcuNTUsNjcuNTUsMCwwLDAsNzUuNzUsNC42Wk05MS4zNyw3Mi4xNEg4MC41OXYzNi4zMkg2Ni4wNlY3Mi4xNEg1OC44VjU3LjYxSDY2VjUxYzAtNS45NCwyLjgzLTE1LjIzLDE1LjI5LTE1LjIzbDExLjIyLDBWNDguMzFIODQuMzZjLTEuMzMsMC0zLjIxLjY2LTMuMjEsMy40OXY1LjgxSDkyLjdaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtOC4yIC00LjYpIi8+PC9zdmc+);
}
.social-icons_item_link--facebook.social-icons_item_link--facebook--inverted.no-svg {
  background-image: url("./../../../img/icons/44/footer-facebook.png");
}

.social-icons_item_link--website {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4Mi45NiA4Mi45NiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOm5vbmU7c3Ryb2tlOiM1NjQ4NGM7c3Ryb2tlLW1pdGVybGltaXQ6MTA7c3Ryb2tlLXdpZHRoOjMuMzJweDt9LmNscy0ye2ZpbGw6IzU2NDg0Yzt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPndlYnNpdGU8L3RpdGxlPjxjaXJjbGUgY2xhc3M9ImNscy0xIiBjeD0iNDEuNDgiIGN5PSI0MS40OCIgcj0iMzkuODIiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik01NDkuNjQsNzMuOGwtMy41OC0xMGgyLjgzbDEuODEsNiwyLTZoMS42NmwyLDYsMS44MS02SDU2MWwtMy41OCwxMGgtMkw1NTMuNTEsNjhsLTEuODksNS44MWgtMloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MzAuMzggLTI2Ljc0KSIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTU2NS44MSw3My44bC0zLjU4LTEwaDIuODNsMS44MSw2LDItNmgxLjY2bDIsNiwxLjgxLTZoMi44M2wtMy41OCwxMGgtMkw1NjkuNjgsNjhsLTEuODksNS44MWgtMloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MzAuMzggLTI2Ljc0KSIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTU4Miw3My44bC0zLjU4LTEwaDIuODNsMS44MSw2LDItNmgxLjY2bDIsNiwxLjgxLTZoMi44M2wtMy41OCwxMGgtMkw1ODUuODQsNjgsNTg0LDczLjhoLTJaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTMwLjM4IC0yNi43NCkiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik01OTYuMzEsNzRhMS40LDEuNCwwLDAsMS0xLjE3LS40NywxLjYxLDEuNjEsMCwwLDEtLjM3LTEsMS42NCwxLjY0LDAsMCwxLC4zNy0xLjA1LDEuNCwxLjQsMCwwLDEsMS4xNy0uNDcsMS4zNSwxLjM1LDAsMCwxLDEuMTIuNDcsMS42NSwxLjY1LDAsMCwxLDAsMi4wOEExLjM1LDEuMzUsMCwwLDEsNTk2LjMxLDc0WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzMC4zOCAtMjYuNzQpIi8+PC9zdmc+");
}
.social-icons_item_link--website.no-svg {
  background-image: url("./../../../img/icons/346/website.png");
}

.social-icons_item_link--ministry {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4Mi45NiA4Mi45NiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOm5vbmU7c3Ryb2tlOiM1NjQ4NGM7c3Ryb2tlLW1pdGVybGltaXQ6MTA7c3Ryb2tlLXdpZHRoOjMuMzJweDt9LmNscy0ye2ZpbGw6IzU2NDg0Yzt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPndlYnNpdGU8L3RpdGxlPjxjaXJjbGUgY2xhc3M9ImNscy0xIiBjeD0iNDEuNDgiIGN5PSI0MS40OCIgcj0iMzkuODIiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik01NDkuNjQsNzMuOGwtMy41OC0xMGgyLjgzbDEuODEsNiwyLTZoMS42NmwyLDYsMS44MS02SDU2MWwtMy41OCwxMGgtMkw1NTMuNTEsNjhsLTEuODksNS44MWgtMloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MzAuMzggLTI2Ljc0KSIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTU2NS44MSw3My44bC0zLjU4LTEwaDIuODNsMS44MSw2LDItNmgxLjY2bDIsNiwxLjgxLTZoMi44M2wtMy41OCwxMGgtMkw1NjkuNjgsNjhsLTEuODksNS44MWgtMloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MzAuMzggLTI2Ljc0KSIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTU4Miw3My44bC0zLjU4LTEwaDIuODNsMS44MSw2LDItNmgxLjY2bDIsNiwxLjgxLTZoMi44M2wtMy41OCwxMGgtMkw1ODUuODQsNjgsNTg0LDczLjhoLTJaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTMwLjM4IC0yNi43NCkiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik01OTYuMzEsNzRhMS40LDEuNCwwLDAsMS0xLjE3LS40NywxLjYxLDEuNjEsMCwwLDEtLjM3LTEsMS42NCwxLjY0LDAsMCwxLC4zNy0xLjA1LDEuNCwxLjQsMCwwLDEsMS4xNy0uNDcsMS4zNSwxLjM1LDAsMCwxLDEuMTIuNDcsMS42NSwxLjY1LDAsMCwxLDAsMi4wOEExLjM1LDEuMzUsMCwwLDEsNTk2LjMxLDc0WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzMC4zOCAtMjYuNzQpIi8+PC9zdmc+");
}
.social-icons_item_link--ministry.no-svg {
  background-image: url("./../../../img/icons/346/website.png");
}

.social-icons_item_link--linkedin {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4Mi45NyA4Mi45NiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOm5vbmU7c3Ryb2tlOiM1NjQ4NGM7c3Ryb2tlLW1pdGVybGltaXQ6MTA7c3Ryb2tlLXdpZHRoOjMuMzJweDt9LmNscy0ye2ZpbGw6IzU2NDg0Yzt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmxpbmtlZGluPC90aXRsZT48Y2lyY2xlIGNsYXNzPSJjbHMtMSIgY3g9IjQxLjQ4IiBjeT0iNDEuNDgiIHI9IjM5LjgyIi8+PHJlY3QgY2xhc3M9ImNscy0yIiB4PSIyMS41NyIgeT0iMzQuODUiIHdpZHRoPSI5LjI5IiBoZWlnaHQ9IjI2LjU1Ii8+PGNpcmNsZSBjbGFzcz0iY2xzLTIiIGN4PSIyNi4yMiIgY3k9IjI2LjIyIiByPSI0LjY1Ii8+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzkyLjE2LDczLjQ2YzAtNy4xNi0xLjU1LTEyLTkuOS0xMi00LDAtNi43MSwxLjQ5LTcuODEsMy41OGgtMC4xMVY2MS41MWgtNy40Vjg4LjA2aDcuNzRWNzQuOWMwLTMuNDcuNjYtNi44Myw0Ljk1LTYuODNzNC41Nyw0LDQuNTcsNy4wNVY4OC4wNmg4VjczLjQ2WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTMzMC43NyAtMjYuNjYpIi8+PC9zdmc+);
}
.social-icons_item_link--linkedin.no-svg {
  background-image: url("./../../../img/icons/346/linkedin.png");
}

.social-icons_item_link--youtube {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4Mi45NiA4Mi45NiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOm5vbmU7c3Ryb2tlOiM1NjQ4NGM7c3Ryb2tlLW1pdGVybGltaXQ6MTA7c3Ryb2tlLXdpZHRoOjMuMzJweDt9LmNscy0ye2ZpbGw6IzU2NDg0Yzt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPnlvdXR1YmU8L3RpdGxlPjxjaXJjbGUgY2xhc3M9ImNscy0xIiBjeD0iNDEuNDgiIGN5PSI0MS40OCIgcj0iMzkuODIiLz48ZyBpZD0iTG96ZW5nZSI+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNDkzLjM3LDU5LjU3cy0wLjQyLTMuMDktMS43MS00LjQ1YTYsNiwwLDAsMC00LjMtMS45Yy02LS40NS0xNS0wLjQ1LTE1LTAuNDVoMHMtOSwwLTE1LC40NWE2LDYsMCwwLDAtNC4zMSwxLjljLTEuMjksMS4zNi0xLjcxLDQuNDUtMS43MSw0LjQ1YTcwLjQ3LDcwLjQ3LDAsMCwwLS40Myw3LjI2djMuNGE3MC40OCw3MC40OCwwLDAsMCwuNDMsNy4yNnMwLjQyLDMuMDksMS43MSw0LjQ1YzEuNjQsMS43OSwzLjc5LDEuNzMsNC43NCwxLjkxLDMuNDQsMC4zNCwxNC42Mi40NSwxNC42MiwwLjQ1czksMCwxNS4wNS0uNDdhNiw2LDAsMCwwLDQuMy0xLjljMS4yOS0xLjM2LDEuNzEtNC40NSwxLjcxLTQuNDVhNzAuNDcsNzAuNDcsMCwwLDAsLjQzLTcuMjZ2LTMuNEE3MC40Niw3MC40NiwwLDAsMCw0OTMuMzcsNTkuNTdabS0yNS41LDE0Ljc4VjYxLjc1bDExLjYyLDYuMzJaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNDMwLjgzIC0yNy4wNSkiLz48L2c+PC9zdmc+);
}
.social-icons_item_link--youtube.no-svg {
  background-image: url("./../../../img/icons/346/youtube.png");
}

.social-icons_item_link--gplus {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4Mi45NiA4Mi45NiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOm5vbmU7c3Ryb2tlOiM1NjQ4NGM7c3Ryb2tlLW1pdGVybGltaXQ6MTA7c3Ryb2tlLXdpZHRoOjMuMzJweDt9LmNscy0ye2ZpbGw6IzU2NDg0Yzt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmdwbHVzPC90aXRsZT48Y2lyY2xlIGNsYXNzPSJjbHMtMSIgY3g9IjQxLjQ4IiBjeT0iNDEuNDgiIHI9IjM5LjgyIi8+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNTc0LDc5LjU1aDEuOTJhMC45MywwLjkzLDAsMCwwLC45My0wLjkzVjcxLjg4aDYuNzJhMC45MywwLjkzLDAsMCwwLC45My0wLjkzVjY5YTAuOTMsMC45MywwLDAsMC0uOTMtMC45M2gtNi43MlY2MS4zNmEwLjkzLDAuOTMsMCwwLDAtLjkzLTAuOTNINTc0YTAuOTMsMC45MywwLDAsMC0uOTMuOTNWNjguMWgtNi43MmEwLjkzLDAuOTMsMCwwLDAtLjkzLjkzdjEuOTJhMC45MywwLjkzLDAsMCwwLC45My45M2g2LjcydjYuNzNBMC45MywwLjkzLDAsMCwwLDU3NCw3OS41NVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MTcuODMgLTI3LjA1KSIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTU0Ny41NCw5MS4yOGEyMiwyMiwwLDAsMCw1LjQzLjY1LDE3LjM1LDE3LjM1LDAsMCwwLDQuODQtLjY2YzQuNjktMS4zNiw3LjcyLTQuODIsNy43Mi04LjgxLDAtMy44My0xLjIzLTYuMTItNC41My04LjQ2LTEuNDEtMS0yLjctMi40Ny0yLjcyLTIuOTMsMC0uODIuMDctMS4yMiwxLjkyLTIuNjZhOC44Myw4LjgzLDAsMCwwLDMuNjktNi45Miw5LjIxLDkuMjEsMCwwLDAtMS45NC01LjkxaDAuOTVhMC45MywwLjkzLDAsMCwwLC41NS0wLjE3bDIuNjQtMS45MmEwLjkzLDAuOTMsMCwwLDAtLjU1LTEuNjlINTUzLjcxYTEyLDEyLDAsMCwwLTMuOS42N2MtNC4zMSwxLjQ5LTcuMzIsNS4xNy03LjMyLDguOTUsMCw1LjM1LDQuMTQsOS40LDkuNjcsOS41M2E1LjExLDUuMTEsMCwwLDAtLjE2LDEuMjUsNC42OCw0LjY4LDAsMCwwLC42NCwyLjM2aC0wLjE1Yy01LjI3LDAtMTAsMi41OS0xMS44NCw2LjQ1YTcsNywwLDAsMC0uNzEsMyw1LjcsNS43LDAsMCwwLC43NCwyLjc5QzU0MS44MSw4OC44Nyw1NDQuMjUsOTAuNDQsNTQ3LjU0LDkxLjI4Wm0xLjA1LTMwYTYuMTMsNi4xMywwLDAsMSwxLjEzLTQuODMsMy4wOSwzLjA5LDAsMCwxLDIuMzgtMS4xaDAuMTFjMi42MSwwLjA4LDUuMTEsMyw1LjU3LDYuNWE2LjM1LDYuMzUsMCwwLDEtMS4xNiw0Ljk0LDMuMDgsMy4wOCwwLDAsMS0yLjQxLDEuMWgwQzU1MS42MSw2Ny44Miw1NDkuMDYsNjQuNzgsNTQ4LjYsNjEuMjhabTUsMTYuMjZoMC4xMWE5LDksMCwwLDEsMi41NC4zOWwwLjgsMC41NWMxLjg2LDEuMjcsMy4wOSwyLjExLDMuNDQsMy40NmE0LjQ2LDQuNDYsMCwwLDEsLjEyLDFjMCwzLjQ3LTIuNTgsNS4yMy03LjY4LDUuMjMtMy44NiwwLTYuODgtMi4zNy02Ljg4LTUuNEM1NDYuMDYsODAsNTQ5LjYsNzcuNTQsNTUzLjYyLDc3LjU0WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUxNy44MyAtMjcuMDUpIi8+PC9zdmc+);
}
.social-icons_item_link--gplus.no-svg {
  background-image: url("./../../../img/icons/346/gplus.png");
}

.social-icons_item_link--instagram {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4Mi45NiA4Mi45NiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOm5vbmU7c3Ryb2tlOiM1NjQ4NGM7c3Ryb2tlLW1pdGVybGltaXQ6MTA7c3Ryb2tlLXdpZHRoOjMuMzJweDt9LmNscy0ye2ZpbGw6IzU2NDg0Yzt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmluc3RhZ3JhbTwvdGl0bGU+PGNpcmNsZSBjbGFzcz0iY2xzLTEiIGN4PSI0MS40OCIgY3k9IjQxLjQ4IiByPSIzOS44MiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTI4My45MSw0OUgyNjBhNy41NCw3LjU0LDAsMCwwLTcuNTMsNy41M1Y4MC41QTcuNTQsNy41NCwwLDAsMCwyNjAsODhoMjMuOTJhNy41NCw3LjU0LDAsMCwwLDcuNTQtNy41M1Y1Ni41N0E3LjU0LDcuNTQsMCwwLDAsMjgzLjkxLDQ5Wm0yLjE2LDQuNWgwLjg2djYuNjFsLTYuNTksMCwwLTYuNjFabS0xOS42OSwxMWE2Ljg1LDYuODUsMCwxLDEtMS4zLDRBNi44Niw2Ljg2LDAsMCwxLDI2Ni4zOCw2NC41M1ptMjEuMjYsMTZhMy43NCwzLjc0LDAsMCwxLTMuNzQsMy43NEgyNjBhMy43NCwzLjc0LDAsMCwxLTMuNzQtMy43NHYtMTZoNS44MmExMC42NiwxMC42NiwwLDEsMCwxOS43NSwwaDUuODJ2MTZaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjMwLjQ3IC0yNy4wNSkiLz48L3N2Zz4=);
}
.social-icons_item_link--instagram.no-svg {
  background-image: url("./../../../img/icons/346/instagram.png");
}
.social-icons_item_link--instagram.social-icons_item_link--instagram--inverted {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMzUuMSAxMzUuMDkiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojZmZmO308L3N0eWxlPjwvZGVmcz48dGl0bGU+Zm9vdGVyIGluc3RhZ3JhbTwvdGl0bGU+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNDE3LDcyLjUxQTE3LjI5LDE3LjI5LDAsMSwxLDM4My42OSw2NmgtOS40NFY5MS45QTYuMDYsNi4wNiwwLDAsMCwzODAuMzEsOThINDE5LjFhNi4wNyw2LjA3LDAsMCwwLDYuMDYtNi4wNlY2NmgtOS40NEExNy4xOSwxNy4xOSwwLDAsMSw0MTcsNzIuNTFaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzMyLjkgLTQuNikiLz48cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iOTEuMSA1NC4zIDkxLjEgNDQuOTggOTEuMSA0My41OCA4OS43MSA0My41OSA4MC4zOSA0My42MiA4MC40MiA1NC4zMyA5MS4xIDU0LjMiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0zOTkuNzEsODMuNjNhMTEuMTEsMTEuMTEsMCwxLDAtMTEuMTMtMTEuMTNBMTEuMTUsMTEuMTUsMCwwLDAsMzk5LjcxLDgzLjYzWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTMzMi45IC00LjYpIi8+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNDAwLjQ2LDQuNkE2Ny41NSw2Ny41NSwwLDEsMCw0NjgsNzIuMTQsNjcuNTUsNjcuNTUsMCwwLDAsNDAwLjQ2LDQuNlpNNDMxLjMyLDY2VjkxLjlhMTIuMjMsMTIuMjMsMCwwLDEtMTIuMjIsMTIuMjJIMzgwLjMxQTEyLjIzLDEyLjIzLDAsMCwxLDM2OC4xLDkxLjlWNTMuMTFhMTIuMjMsMTIuMjMsMCwwLDEsMTIuMjItMTIuMjJINDE5LjFhMTIuMjMsMTIuMjMsMCwwLDEsMTIuMjIsMTIuMjJWNjZaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzMyLjkgLTQuNikiLz48L3N2Zz4=);
}
.social-icons_item_link--instagram.social-icons_item_link--instagram--inverted.no-svg {
  background-image: url("./../../../img/icons/44/footer-instagram.png");
}

/*  #endregion social-icons
	#################################### */
/* #region functions */
/* #endregion functions */
/* #region constants */
/* #endregion constants */
/* #region mixins */
.staff-bio_header {
  position: relative;
}
.staff-bio_header .staff-bio_header_image-container {
  height: 20rem;
  overflow: hidden;
}
.staff-bio_header .staff-bio_header_image {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}

/* base styles for Reliant */
/* #region functions */
/* #endregion functions */
/* #region constants */
/* #endregion constants */
/* #region mixins */
.reliant-table {
  width: 100%;
}

.reliant-table_heading {
  border-bottom: 1px solid #52484C;
}

.reliant-table_heading_link.active:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 0.25rem solid transparent;
  border-right: 0.25rem solid transparent;
  position: relative;
  display: inline-block;
  top: -0.125rem;
  left: 0.125rem;
}

.reliant-table_heading_link.active.desc:after {
  border-top: 0.25rem solid #80787b;
}

.reliant-table_heading_link.active.asc:after {
  border-bottom: 0.25rem solid #80787b;
}

.reliant-table_heading--primary th {
  color: #557892;
  vertical-align: bottom;
}
.reliant-table_heading--primary th h1, .reliant-table_heading--primary th h2, .reliant-table_heading--primary th h3, .reliant-table_heading--primary th h4, .reliant-table_heading--primary th h5, .reliant-table_heading--primary th h6 {
  color: #557892;
}
.reliant-table_heading--primary th h6 {
  font-weight: 700;
}

@media only screen and (min-width:40.063em) {
  .reliant-table--borderless {
    border: none;
  }
}

.reliant-table_row-bg-primary {
  color: #ffffff;
  background-color: #557892;
}

/* Reliant styles for foundation tabs */
/* #region functions */
/* #endregion functions */
/* #region constants */
/* #endregion constants */
/* #region mixins */
.tabs-menu {
  display: table;
  margin-bottom: 0;
  margin-left: 0;
  list-style: none;
}

@media only screen and (min-width:40.063em) {
  .tab {
    float: left;
  }
}
.tab a {
  outline: none;
  display: block;
  padding: 0.5rem 1.5rem;
  color: #80787b;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.tab a::before {
  content: "";
  background: #557892;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 8px;
  width: 100%;
  width: 1px;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
}

.tab.active a {
  color: #557892;
}
.tab.active a::before {
  width: 9px;
  left: 0;
}

@media only screen and (min-width:40.063em) {
  .tab a {
    padding: 0.75rem 1.35rem;
  }
  .tab a::before {
    width: 0;
    left: 0;
  }
  .tab a::after {
    content: "";
    background: #557892;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.375rem;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform: translate3d(0, 150%, 0);
    -moz-transform: translate3d(0, 150%, 0);
    -ms-transform: translate3d(0, 150%, 0);
    -o-transform: translate3d(0, 150%, 0);
    transform: translate3d(0, 150%, 0);
  }
  .tab.active a::before {
    width: 0;
  }
  .tab.active a::after {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.tab a:hover {
  color: #557892;
}

.tabs-menu.disabled .tab {
  pointer-events: none;
  cursor: default;
}

/* Reliant utility */
/* #region functions */
/* #endregion functions */
/* #region constants */
/* #endregion constants */
/* #region mixins */
.stacked {
  margin-bottom: 3rem;
}

.utility--relative {
  position: relative;
}

.utility--fixed {
  position: fixed;
}

.utility--mirror-horizontal {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.init-hidden {
  opacity: 0;
}

.utility--test-zone {
  background: repeating-radial-gradient(circle, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05) 10px, rgba(0, 0, 0, 0.1) 10px, rgba(0, 0, 0, 0.1) 20px);
}

.utility-width-100percent {
  width: 100%;
}

.utility-no-margin-top {
  margin-top: 0;
}

.utility-no-margin-bottom {
  margin-top: 0;
}

@media only screen and (min-width:40.063em) {
  .utility-no-padding-left {
    padding-left: 0;
  }
  .utility-no-padding-right {
    padding-right: 0;
  }
}
/* base style for custom element */
error-bubble {
  display: inherit;
  font-size: 1rem;
  text-transform: none;
}

.error-bubble.login-error-section--horizontal {
  margin: 0;
}
/* need for form fields with validation */
.error .error-bubble.login-error-section--horizontal {
  margin-top: 1rem;
}

/* Reliant utility */
/* #region functions */
/* #endregion functions */
/* #region constants */
/* #endregion constants */
/* #region mixins */
fade-switch-case {
  display: inherit;
}

.fade-switch_switching {
  display: none !important;
}

.fade {
  opacity: 1 !important;
}
.fade-add, .fade-remove, .fade.ng-hide-add, .fade.ng-hide-remove, .fade.ng-enter, .fade.ng-leave, .fade.ng-hide-add-active {
  display: block !important;
  -webkit-transition: 0.5s linear opacity;
  transition: 0.5s linear opacity;
}
.fade.ng-hide, .fade.ng-enter, .fade.ng-leave.ng-leave-active {
  opacity: 0 !important;
}
.fade.ng-leave, .fade.ng-enter.ng-enter-active {
  opacity: 1 !important;
}
.fade.fade--0 {
  opacity: 0 !important;
}
.fade.fade--30 {
  opacity: 0.3 !important;
}
.fade.fade--50 {
  opacity: 0.5 !important;
}
.fade.fade--cross-add, .fade.fade--cross.ng-enter.ng-enter-active, .fade.fade--cross.ng-hide-remove-active {
  display: block !important;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

/* #region functions */
/* #endregion functions */
/* #region constants */
/* #endregion constants */
/* #region mixins */
.spinner {
  display: table;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.spinner .spinner_inner {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  border: 0.25rem solid rgb(152.9032258065, 146.0967741935, 148.6491935484);
  background-color: rgb(152.9032258065, 146.0967741935, 148.6491935484);
  -moz-animation: spinner 2s infinite ease;
  -o-animation: spinner 2s infinite ease;
  -webkit-animation: spinner 2s infinite ease;
  animation: spinner 2s infinite ease;
}
.spinner .spinner_fill {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: #ededed;
  -moz-animation: spinner_fill 2s infinite ease-in;
  -o-animation: spinner_fill 2s infinite ease-in;
  -webkit-animation: spinner_fill 2s infinite ease-in;
  animation: spinner_fill 2s infinite ease-in;
}

.spinner--center {
  margin-left: 45%;
  margin-bottom: 1rem;
}

@keyframes spinner {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  50% {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  75% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner_fill {
  0% {
    height: 0%;
  }
  25% {
    height: 0%;
  }
  50% {
    height: 100%;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}
@-webkit-keyframes rotate-forever {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotate-forever {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate-forever {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.loading-spinner {
  -webkit-animation-duration: 0.75s;
  -moz-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: rotate-forever;
  -moz-animation-name: rotate-forever;
  animation-name: rotate-forever;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  animation-timing-function: linear;
  height: 30px !important;
  width: 30px !important;
  border: 8px solid #B7C534;
  border-right-color: transparent;
  border-radius: 50%;
  display: inline-block;
}

loader {
  display: inline-block;
  position: relative;
  margin-bottom: 1.25rem;
  line-height: normal;
  vertical-align: bottom;
}
loader.loader--circle {
  height: 30px;
  width: 30px;
}
loader.loader--square {
  height: 4rem;
  width: 4rem;
}

loader-content {
  display: block;
}

.loader.loader--copy .loader_loading {
  position: relative;
}
.loader.loader--copy .copy--loading {
  position: absolute;
  height: 1.2rem;
  width: 100%;
  opacity: 0.5;
  background-color: #80787b;
  background-image: linear-gradient(90deg, #52484C, #52484C, #80787b, #52484C, #52484C);
  background-size: 600% 100%;
  animation: copy-gradient 1s linear infinite;
  animation-direction: reverse;
}

@keyframes copy-gradient {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 100%;
  }
}
profile-map {
  display: inherit;
}

.leaflet-control-attribution {
  position: absolute !important;
  bottom: 0.1rem !important;
  right: 0.1rem !important;
}

.leaflet-control-attribution {
  font-size: 0.5rem;
  opacity: 0.5;
}

/* #region functions */
/* #endregion functions */
/* #region constants */
/* #endregion constants */
/* #region mixins */
donor-giving-receipt,
donor-giving-receipt-card,
donor-giving-receipt-print-email {
  display: block;
  position: relative;
}

.donor-giving-receipt_card {
  margin-top: 0;
}
.donor-giving-receipt_card .receipt-header {
  padding-bottom: 0.5rem;
}
.donor-giving-receipt_card .receipt-header img {
  height: 5rem;
}
.donor-giving-receipt_card .receipt-header .vcard {
  border: 0 none transparent;
}
.donor-giving-receipt_card .reliant-table {
  border: 0 none transparent;
}
.donor-giving-receipt_card .reliant-table tr {
  background-color: inherit;
}
.donor-giving-receipt_card .reliant-table .receipt-total td {
  padding-top: 2rem;
}

.donor-giving-receipt_print-email {
  display: block;
  position: relative;
  height: 5rem;
  margin-top: 0.5rem;
}
.donor-giving-receipt_print-email .button, .donor-giving-receipt_print-email .reliant-datepicker .ui-datepicker-close.ui-datepicker-close.ui-priority-primary, .reliant-datepicker .donor-giving-receipt_print-email .ui-datepicker-close.ui-datepicker-close.ui-priority-primary, .donor-giving-receipt_print-email input {
  margin-bottom: 0;
}
.donor-giving-receipt_print-email .card {
  position: relative;
  bottom: 0.9375rem;
  margin: 0;
  padding: 0.9375rem;
}
.donor-giving-receipt_print-email .card a {
  color: #ffffff;
}
.donor-giving-receipt_print-email .card a:visited {
  color: #ffffff;
}
.donor-giving-receipt_print-email .card a:hover {
  color: rgb(95.5779220779, 83.9220779221, 88.5844155844);
}
.donor-giving-receipt_print-email .card a:active {
  color: #52484C;
}
.donor-giving-receipt_print-email .card h5 {
  margin-top: 0;
}

/* #region functions */
/* #endregion functions */
/* #region constants */
/* #endregion constants */
/* #region mixins */
.donor-giving-history_date-options .options {
  white-space: nowrap;
}

.donor-giving-history_card {
  overflow: auto;
}

/* #region functions */
/* #endregion functions */
/* #region constants */
/* #endregion constants */
/* #region mixins */
give-now-button {
  display: block;
}

/* #region functions */
/* #endregion functions */
/* #region constants */
/* #endregion constants */
/* #region mixins */
billing-account-ng-form {
  display: block;
}

/* #region functions */
/* #endregion functions */
/* #region constants */
/* #endregion constants */
/* #region mixins */
credit-card-ng-form {
  display: block;
}

/* #region functions */
/* #endregion functions */
/* #region constants */
/* #endregion constants */
/* #region mixins */
payment-details-ng-form {
  display: block;
  position: relative;
  min-height: 4rem;
}

missionary-profile.has-missional-address-map {
  display: block;
}

/* Reliant enter gift details */
/* #region functions */
/* #endregion functions */
/* #region constants */
/* #endregion constants */
/* #region mixins */
radio-pill-list {
  display: table;
  width: 100%;
  margin-bottom: 0.5rem;
  table-layout: fixed;
}
radio-pill-list .radio-pill-list_row {
  display: table-row;
}
radio-pill-list .radio-pill-list_row .radio-button-list-pill {
  display: table-cell;
}

/* Reliant enter gift details */
/* #region functions */
/* #endregion functions */
/* #region constants */
/* #endregion constants */
/* #region mixins */
give-now-form {
  display: block;
}

.give-now-form {
  position: relative;
  margin: 1.875rem 0;
  border: 1px solid #ededed;
  border-radius: 5px;
  padding: 0.625rem 0.625rem 1.5625rem;
  background-color: #FFFFFF;
  z-index: 1000;
}
.give-now-form gift-details-ng-form-vertical {
  margin-bottom: 1rem;
}
.give-now-form .give-now-form_cta {
  position: absolute;
  left: -1px;
  right: -1px;
  margin-top: -0.625rem;
}
.give-now-form .give-now-form_cta .button, .give-now-form .give-now-form_cta .reliant-datepicker .ui-datepicker-close.ui-datepicker-close.ui-priority-primary, .reliant-datepicker .give-now-form .give-now-form_cta .ui-datepicker-close.ui-datepicker-close.ui-priority-primary {
  outline: 0 none;
}

.modal-background {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 100;
}

/* #region functions */
/* #endregion functions */
/* #region constants */
/* #endregion constants */
/* #region mixins */
img[photo] {
  overflow: hidden;
  display: block;
  visibility: hidden;
}

.img-container {
  min-height: 600px;
}

.input-file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: -1;
}

.browse-label {
  text-transform: none !important;
}

/* Reliant utility */
/* #region functions */
/* #endregion functions */
/* #region constants */
/* #endregion constants */
/* #region mixins */
giving-amount-large {
  position: relative;
  display: inherit;
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 3.25rem;
}
giving-amount-large .giving-amount-large_symbol {
  position: relative;
  top: -1.25rem;
  font-size: 1.875rem;
}
giving-amount-large .giving-amount-large_cents {
  font-size: 1.875rem;
  line-height: 1;
}

/* #region functions */
/* #endregion functions */
/* #region constants */
/* #endregion constants */
/* #region mixins */
statements {
  display: block;
  position: relative;
  min-height: 20rem;
}
statements .loader_loading {
  margin-top: 3rem;
}

/* #region functions */
/* #endregion functions */
/* #region constants */
/* #endregion constants */
/* #region mixins */
.homepage_partner-cta, .homepage_testimonials, .homepage_partner-logos, .homepage_stats, .homepage_capabilities, .homepage_fundraising-simplified, .homepage_scale, .homepage_secondary-hero, .homepage_primary-hero {
  align-items: center;
  display: grid;
  padding-top: 6rem;
  position: relative;
}

.homepage-section {
  background-color: #ffffff;
  overflow: hidden;
  padding-bottom: 6rem;
}
.homepage-section h1, .homepage-section h2, .homepage-section h3, .homepage-section h4, .homepage-section h5, .homepage-section h6, .homepage-section p {
  line-height: 1.2;
}

.homepage-section--alt {
  background-color: #ededed;
}

.homepage-section--fold {
  position: relative;
}
.homepage-section--fold:before {
  content: "";
  position: absolute;
  height: 35rem;
  aspect-ratio: 1;
  background-color: #ffffff;
  bottom: -0.5px;
  right: -0.5px;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 800px) {
  .homepage-section--fold:before {
    height: 10rem;
  }
}

@media screen and (max-width: 9999999rem) {
  .homepage_primary-hero {
    grid-template-columns: max((100% - 80rem) / 2, 6rem) calc((100% - 980px) / 2 - max((100% - 80rem) / 2, 6rem)) 1.2fr 0.8fr calc((100% - 980px) / 2 - max((100% - 80rem) / 2, 6rem)) max((100% - 80rem) / 2, 6rem);
  }
}
@media screen and (max-width: 80rem) {
  .homepage_primary-hero {
    grid-template-columns: 0px max((100% - 980px) / 2, 3rem) 1.2fr 0.8fr max((100% - 980px) / 2, 3rem) 0px;
  }
}
.homepage_primary-hero {
  padding: 2rem 0;
}
.homepage_primary-hero .primary-hero_background {
  grid-column: 1/6;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #557892;
}
.homepage_primary-hero .primary-hero_background:before {
  content: "";
  position: absolute;
  height: 100%;
  aspect-ratio: 1;
  background-color: #ffffff;
  bottom: -0.5px;
  right: -0.5px;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 64rem) {
  .homepage_primary-hero .primary-hero_background:before {
    height: 10rem;
  }
}
@media screen and (max-width: 800px) {
  .homepage_primary-hero .primary-hero_background:before {
    height: 5rem;
  }
}
.homepage_primary-hero .primary-hero_text-section {
  grid-column: 3;
  position: relative;
  color: #ffffff;
}
.homepage_primary-hero .primary-hero_header {
  font-size: 2.75rem;
}
.homepage_primary-hero .primary-hero_text {
  font-size: 1.2rem;
  padding: 0.25rem 2rem 2.75rem 0rem;
}
.homepage_primary-hero .primary-hero_buttons {
  display: flex;
  flex-wrap: wrap;
}
.homepage_primary-hero .primary-hero_buttons .button, .homepage_primary-hero .primary-hero_buttons .reliant-datepicker .ui-datepicker-close.ui-datepicker-close.ui-priority-primary, .reliant-datepicker .homepage_primary-hero .primary-hero_buttons .ui-datepicker-close.ui-datepicker-close.ui-priority-primary {
  height: 2.5rem;
  width: 10rem;
  margin: 0rem 1rem 0rem 0rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
.homepage_primary-hero .primary-hero_buttons .button.button--success.button--outline, .homepage_primary-hero .primary-hero_buttons .reliant-datepicker .button--success.button--outline.ui-datepicker-close.ui-priority-primary, .reliant-datepicker .homepage_primary-hero .primary-hero_buttons .button--success.button--outline.ui-datepicker-close.ui-priority-primary {
  color: #ffffff;
}
.homepage_primary-hero .primary-hero_buttons .button.button--success.button--outline:hover, .homepage_primary-hero .primary-hero_buttons .reliant-datepicker .button--success.button--outline.ui-datepicker-close.ui-priority-primary:hover, .reliant-datepicker .homepage_primary-hero .primary-hero_buttons .button--success.button--outline.ui-datepicker-close.ui-priority-primary:hover {
  border-color: #ffffff;
  background-color: transparent;
}
.homepage_primary-hero .primary-hero_image-container {
  position: relative;
  grid-column: 4/6;
  padding-left: 3rem;
}
.homepage_primary-hero .primary-hero_image {
  object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 64rem) {
  .homepage_primary-hero .primary-hero_image {
    height: 25rem;
  }
}
@media screen and (max-width: 800px) {
  .homepage_primary-hero {
    padding-top: 0rem;
  }
  .homepage_primary-hero .primary-hero_text-section {
    grid-column: 3/5;
    order: 2;
    padding: 2rem 0rem;
  }
  .homepage_primary-hero .primary-hero_text {
    padding: 0.5rem 0rem 1.75rem 0rem;
  }
  .homepage_primary-hero .primary-hero_image-container {
    grid-column: 1/-1;
    order: 1;
    padding-left: 0;
    padding-top: 50%;
  }
  .homepage_primary-hero .primary-hero_image {
    position: absolute;
    top: 0;
    height: 100%;
  }
}
@media screen and (max-width: 40rem) {
  .homepage_primary-hero .primary-hero_header {
    font-size: 2.5rem;
  }
  .homepage_primary-hero .primary-hero_image-container {
    padding-top: 67%;
  }
}

@media screen and (max-width: 9999999rem) {
  .homepage_secondary-hero {
    grid-template-columns: max((100% - 80rem) / 2, 6rem) calc((100% - 980px) / 2 - max((100% - 80rem) / 2, 6rem)) 1.2fr 0.8fr calc((100% - 980px) / 2 - max((100% - 80rem) / 2, 6rem)) max((100% - 80rem) / 2, 6rem);
  }
}
@media screen and (max-width: 80rem) {
  .homepage_secondary-hero {
    grid-template-columns: 0px max((100% - 980px) / 2, 3rem) 1.2fr 0.8fr max((100% - 980px) / 2, 3rem) 0px;
  }
}
.homepage_secondary-hero .secondary-hero_image-container {
  position: relative;
  grid-column: 2/4;
  overflow: hidden;
  width: 100%;
}
.homepage_secondary-hero .secondary-hero_image-container:before {
  content: "";
  position: absolute;
  height: 100%;
  aspect-ratio: 1;
  background-color: #ffffff;
  top: -0.5px;
  left: -0.5px;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
@media screen and (max-width: 64rem) {
  .homepage_secondary-hero .secondary-hero_image-container:before {
    height: 10rem;
  }
}
@media screen and (max-width: 800px) {
  .homepage_secondary-hero .secondary-hero_image-container:before {
    height: 5rem;
  }
}
.homepage_secondary-hero .secondary-hero_image-container:before {
  z-index: 1;
}
.homepage_secondary-hero .secondary-hero_image {
  height: 21rem;
  width: 100%;
  object-fit: cover;
  object-position: 100% 25%;
}
.homepage_secondary-hero .secondary-hero_text-section {
  grid-column: 4;
  position: relative;
  color: #52484C;
  padding-left: 3rem;
}
.homepage_secondary-hero .secondary-hero_text {
  font-size: 1.2rem;
  padding: 0.25rem 2rem 2.75rem 0rem;
}
.homepage_secondary-hero .button.button--success, .homepage_secondary-hero .reliant-datepicker .button--success.ui-datepicker-close.ui-priority-primary, .reliant-datepicker .homepage_secondary-hero .button--success.ui-datepicker-close.ui-priority-primary {
  height: 2.5rem;
  width: 10rem;
  margin: 0rem 1rem 0rem 0rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .homepage_secondary-hero .secondary-hero_image-container {
    grid-column: -1/1;
    padding-right: 0rem;
    padding-top: 50%;
  }
  .homepage_secondary-hero .secondary-hero_image {
    position: absolute;
    top: 0;
    height: 100%;
  }
  .homepage_secondary-hero .secondary-hero_text-section {
    grid-column: 3/5;
    padding: 2rem 0rem 0rem;
  }
  .homepage_secondary-hero .secondary-hero_text {
    padding: 0.5rem 0rem 1.75rem 0rem;
  }
}
@media screen and (max-width: 40rem) {
  .homepage_secondary-hero .secondary-hero_image-container {
    padding-top: 67%;
  }
}

@media screen and (max-width: 9999999rem) {
  .homepage_scale {
    grid-template-columns: max((100% - 80rem) / 2, 6rem) calc((100% - 980px) / 2 - max((100% - 80rem) / 2, 6rem)) 1fr 2fr calc((100% - 980px) / 2 - max((100% - 80rem) / 2, 6rem)) max((100% - 80rem) / 2, 6rem);
  }
}
@media screen and (max-width: 80rem) {
  .homepage_scale {
    grid-template-columns: 0px max((100% - 980px) / 2, 3rem) 1fr 2fr max((100% - 980px) / 2, 3rem) 0px;
  }
}
.homepage_scale {
  align-items: baseline;
}
.homepage_scale .scale_header {
  grid-column: 3;
  padding-bottom: 2.5rem;
}
.homepage_scale .scale_text {
  grid-column: 4;
  padding-bottom: 1rem;
}
.homepage_scale .scale_card-container {
  grid-column: 3/5;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 2rem;
  row-gap: 1.5rem;
}
.homepage_scale .scale_card {
  background-color: #ffffff;
  border-bottom: 0.5rem solid #557892;
  padding: 2rem;
}
.homepage_scale .scale_card_image {
  height: 3.5rem;
  margin-bottom: 4rem;
}
.homepage_scale .scale_card_header {
  padding: 0.75rem 0rem;
}
.homepage_scale .scale_card_text {
  margin: 0rem;
}
@media screen and (max-width: 64rem) {
  .homepage_scale .scale_header, .homepage_scale .scale_text {
    grid-column: 3/5;
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 800px) {
  .homepage_scale .scale_card-container {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 9999999rem) {
  .homepage_fundraising-simplified {
    grid-template-columns: max((100% - 80rem) / 2, 6rem) calc((100% - 980px) / 2 - max((100% - 80rem) / 2, 6rem)) 0.9fr 1.1fr calc((100% - 980px) / 2 - max((100% - 80rem) / 2, 6rem)) max((100% - 80rem) / 2, 6rem);
  }
}
@media screen and (max-width: 80rem) {
  .homepage_fundraising-simplified {
    grid-template-columns: 0px max((100% - 980px) / 2, 3rem) 0.9fr 1.1fr max((100% - 980px) / 2, 3rem) 0px;
  }
}
.homepage_fundraising-simplified .fundraising-simplified_text-section {
  grid-column: 3;
  padding-bottom: 2rem;
}
.homepage_fundraising-simplified .fundraising-simplified_icon {
  height: 3.5rem;
  margin-bottom: 4rem;
}
.homepage_fundraising-simplified .fundraising-simplified_text {
  margin-bottom: 0.5rem;
}
.homepage_fundraising-simplified .fundraising-simplified_header {
  margin: 0;
}
.homepage_fundraising-simplified .fundraising-simplified_images-container {
  cursor: pointer;
  display: flex;
  grid-column: 4/6;
  padding-top: 67%;
  justify-content: center;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.homepage_fundraising-simplified .fundraising-simplified_image-container {
  align-items: center;
  background-color: #000000;
  display: flex;
  height: 80%;
  justify-content: center;
  position: absolute;
  transform: scaleX(98%);
  top: 110%;
  transition: all 0.5s cubic-bezier(0.5, 0, 0, 1.5);
  user-select: none;
  width: 100%;
}
.homepage_fundraising-simplified .fundraising-simplified_image-container img {
  filter: contrast(0.75);
  height: 100%;
  mask-image: radial-gradient(rgba(0, 0, 0, 0.75) 60%, rgba(0, 0, 0, 0) 125%);
  object-fit: cover;
  object-position: bottom;
  position: absolute;
  width: 100%;
}
.homepage_fundraising-simplified .fundraising-simplified_image-container--non-profit img {
  object-position: 50% 75%;
}
.homepage_fundraising-simplified .fundraising-simplified_image-container--residency img {
  object-position: center;
}
.homepage_fundraising-simplified .fundraising-simplified_image-container--stm img {
  object-position: 50% 80%;
}
.homepage_fundraising-simplified .fundraising-simplified_image-container[data-index="-3"], .homepage_fundraising-simplified .fundraising-simplified_image-container[data-index="-2"], .homepage_fundraising-simplified .fundraising-simplified_image-container[data-index="-1"], .homepage_fundraising-simplified .fundraising-simplified_image-container[data-index="1"] {
  transition-timing-function: ease-in-out;
}
.homepage_fundraising-simplified .fundraising-simplified_image-container[data-index="1"] {
  top: 99%;
  transform: scaleX(98%);
  z-index: 10000;
}
.homepage_fundraising-simplified .fundraising-simplified_image-container[data-index="0"] {
  top: 15%;
  transform: scaleX(100%);
  z-index: 1000;
  transition-timing-function: cubic-bezier(0.25, 0, 0, 1.15);
}
.homepage_fundraising-simplified .fundraising-simplified_image-container[data-index="-1"] {
  top: 10%;
  transform: scaleX(93%);
  z-index: 100;
}
.homepage_fundraising-simplified .fundraising-simplified_image-container[data-index="-2"] {
  top: 5%;
  transform: scaleX(86.25%);
  z-index: 10;
}
.homepage_fundraising-simplified .fundraising-simplified_image-container[data-index="-3"] {
  top: 0%;
  transform: scaleX(79.75%);
  z-index: 1;
}
.homepage_fundraising-simplified .fundraising-simplified_image-text {
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  z-index: 1;
}
@media screen and (min-width: 40.063rem) {
  .homepage_fundraising-simplified .fundraising-simplified_image-text {
    font-size: 3rem;
  }
}
@media screen and (max-width: 800px) {
  .homepage_fundraising-simplified .fundraising-simplified_icon {
    margin-bottom: 2rem;
  }
  .homepage_fundraising-simplified .fundraising-simplified_text-section {
    grid-column: 3/5;
  }
  .homepage_fundraising-simplified .fundraising-simplified_images-container {
    grid-column: 1/-1;
    width: 97%;
    justify-self: center;
  }
}

@media screen and (max-width: 9999999rem) {
  .homepage_capabilities {
    grid-template-columns: max((100% - 80rem) / 2, 6rem) calc((100% - 980px) / 2 - max((100% - 80rem) / 2, 6rem)) 1.5fr 0.5fr calc((100% - 980px) / 2 - max((100% - 80rem) / 2, 6rem)) max((100% - 80rem) / 2, 6rem);
  }
}
@media screen and (max-width: 80rem) {
  .homepage_capabilities {
    grid-template-columns: 0px max((100% - 980px) / 2, 3rem) 1.5fr 0.5fr max((100% - 980px) / 2, 3rem) 0px;
  }
}
.homepage_capabilities .capabilities_header {
  grid-column: 3/5;
}
.homepage_capabilities .capabilities_fade-left, .homepage_capabilities .capabilities_fade-right {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}
.homepage_capabilities .capabilities_fade-left {
  grid-column: 1/3;
  mask: linear-gradient(to right, #ffffff 0%, transparent 100%);
}
.homepage_capabilities .capabilities_fade-right {
  grid-column: 5/-1;
  mask: linear-gradient(to left, #ffffff 0%, transparent 100%);
}
.homepage_capabilities .capabilities_scroll-container {
  grid-column: 1/-1;
  display: flex;
  overflow-x: scroll;
  gap: 2rem;
  margin: 1rem 0rem 1rem;
  scrollbar-width: none;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}
.homepage_capabilities .capabilities_card {
  background-color: #557892;
  color: #ffffff;
  padding: 1.8rem;
  display: flex;
  flex-direction: column;
  flex: 0 0 20rem;
  scroll-snap-align: start;
}
.homepage_capabilities .capabilities_card_header {
  height: 6rem;
}
.homepage_capabilities .capabilities_card_text {
  font-size: 1.2rem;
  display: flex;
  flex-grow: 1;
}
.homepage_capabilities .capabilities_buttons {
  grid-column: 3;
}
.homepage_capabilities .capabilities_buttons .button, .homepage_capabilities .capabilities_buttons .reliant-datepicker .ui-datepicker-close.ui-datepicker-close.ui-priority-primary, .reliant-datepicker .homepage_capabilities .capabilities_buttons .ui-datepicker-close.ui-datepicker-close.ui-priority-primary {
  height: 2.5rem;
  width: 2.5rem;
  margin: 0;
  padding: 0;
}
.homepage_capabilities .capabilities_buttons .button:first-child, .homepage_capabilities .capabilities_buttons .reliant-datepicker .ui-datepicker-close.ui-priority-primary:first-child, .reliant-datepicker .homepage_capabilities .capabilities_buttons .ui-datepicker-close.ui-priority-primary:first-child {
  margin-right: 1rem;
}
@media screen and (max-width: 90rem) {
  .homepage_capabilities .capabilities_fade-left, .homepage_capabilities .capabilities_fade-right {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .homepage_capabilities .capabilities_header {
    grid-column: 3/5;
  }
}
@media screen and (max-width: 40rem) {
  .homepage_capabilities .capabilities_scroll-container {
    gap: 1.25rem;
  }
  .homepage_capabilities .capabilities_card {
    flex: 0 0 17rem;
  }
}

@media screen and (max-width: 9999999rem) {
  .homepage_stats {
    grid-template-columns: max((100% - 80rem) / 2, 6rem) calc((100% - 980px) / 2 - max((100% - 80rem) / 2, 6rem)) 1fr calc((100% - 980px) / 2 - max((100% - 80rem) / 2, 6rem)) max((100% - 80rem) / 2, 6rem);
  }
}
@media screen and (max-width: 80rem) {
  .homepage_stats {
    grid-template-columns: 0px max((100% - 980px) / 2, 3rem) 1fr max((100% - 980px) / 2, 3rem) 0px;
  }
}
.homepage_stats .stats_text-section {
  grid-column: 3;
  display: flex;
  align-items: baseline;
  margin-bottom: 3rem;
}
.homepage_stats .stats_header {
  flex: 3;
}
.homepage_stats .stats_text {
  flex: 2;
  font-size: 1.2rem;
}
.homepage_stats .stats_card-container {
  grid-column: 3;
  display: flex;
  flex-wrap: wrap;
  column-gap: 4rem;
}
.homepage_stats .stats_card {
  width: calc((100% - 8rem) / 3);
  padding: 1rem 0;
  border-top: 2px solid #B7C534;
  box-sizing: border-box;
}
.homepage_stats .stats_card-number {
  color: #B7C534;
  font-size: 6rem;
}
.homepage_stats .stats_card-header {
  margin-top: -0.6rem;
  color: #52484C;
}
.homepage_stats .stats_card-text {
  color: #52484C;
  font-size: 1.2rem;
}
@media screen and (max-width: 64rem) {
  .homepage_stats .stats_card-container {
    column-gap: 2rem;
  }
  .homepage_stats .stats_card {
    width: calc((100% - 4rem) / 3);
  }
  .homepage_stats .stats_card-number {
    font-size: 4.8rem;
  }
  .homepage_stats .stats_card-header {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 800px) {
  .homepage_stats .stats_text-section {
    flex-direction: column;
    margin-bottom: 1rem;
  }
  .homepage_stats .stats_header {
    padding-bottom: 1rem;
  }
  .homepage_stats .stats_text {
    font-size: inherit;
  }
  .homepage_stats .stats_card-container {
    flex-direction: column;
  }
  .homepage_stats .stats_card {
    width: 100%;
    padding: 1rem;
  }
  .homepage_stats .stats_card:last-child {
    border-bottom: 2px solid #B7C534;
  }
}
@media screen and (max-width: 40rem) {
  .homepage_stats .stats_card-number {
    font-size: 4rem;
  }
  .homepage_stats .stats_card-header {
    font-size: 2.25rem;
  }
}

@media screen and (max-width: 9999999rem) {
  .homepage_partner-logos {
    grid-template-columns: max((100% - 80rem) / 2, 6rem) calc((100% - 980px) / 2 - max((100% - 80rem) / 2, 6rem)) 1fr calc((100% - 980px) / 2 - max((100% - 80rem) / 2, 6rem)) max((100% - 80rem) / 2, 6rem);
  }
}
@media screen and (max-width: 80rem) {
  .homepage_partner-logos {
    grid-template-columns: 0px max((100% - 980px) / 2, 3rem) 1fr max((100% - 980px) / 2, 3rem) 0px;
  }
}
.homepage_partner-logos .partner-logos_fade-left, .homepage_partner-logos .partner-logos_fade-right {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 1;
}
.homepage_partner-logos .partner-logos_fade-left {
  grid-column: 1/3;
  mask: linear-gradient(to right, #ffffff 0%, transparent 100%);
}
.homepage_partner-logos .partner-logos_fade-right {
  grid-column: 5/-1;
  mask: linear-gradient(to left, #ffffff 0%, transparent 100%);
}
.homepage_partner-logos .partner-logos_carousel {
  grid-column: 1/-1;
  display: flex;
}
.homepage_partner-logos .partner-logos_image-container {
  padding-right: 8rem;
  height: 5rem;
  flex-shrink: 0;
}
.homepage_partner-logos .partner-logos_image {
  height: 100%;
}
@media screen and (max-width: 90rem) {
  .homepage_partner-logos .partner-logos_fade-left, .homepage_partner-logos .partner-logos_fade-right {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .homepage_partner-logos .partner-logos_image-container {
    padding-right: 5rem;
    height: 4rem;
  }
}

@media screen and (max-width: 9999999rem) {
  .homepage_testimonials {
    grid-template-columns: max((100% - 80rem) / 2, 6rem) calc((100% - 980px) / 2 - max((100% - 80rem) / 2, 6rem)) 0.15fr 0.7fr 0.15fr calc((100% - 980px) / 2 - max((100% - 80rem) / 2, 6rem)) max((100% - 80rem) / 2, 6rem);
  }
}
@media screen and (max-width: 80rem) {
  .homepage_testimonials {
    grid-template-columns: 0px max((100% - 980px) / 2, 3rem) 0.15fr 0.7fr 0.15fr max((100% - 980px) / 2, 3rem) 0px;
  }
}
.homepage_testimonials .testimonials_container {
  position: relative;
  align-items: center;
  display: flex;
}
.homepage_testimonials .testimonials_testimonial {
  display: grid;
  grid-template-columns: 2fr 3fr;
  grid-column-gap: 3rem;
  transition: opacity 0.25s ease-in-out;
  opacity: 0;
  position: absolute;
  min-height: 100%;
  z-index: 0;
}
.homepage_testimonials .testimonials_testimonial--active {
  opacity: 1;
  position: relative;
  transition-duration: 0.5s;
  z-index: 1;
}
.homepage_testimonials .testimonials_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 2rem), calc(100% - 2rem) 100%, 0 100%);
}
.homepage_testimonials .testimonials_text-section {
  display: flex;
  flex-direction: column;
  align-self: center;
}
.homepage_testimonials .testimonials_quote {
  color: #557892;
  font-family: "bree-serif", Georgia, serif;
  font-size: 1.75em;
  margin: 0;
}
.homepage_testimonials .testimonials_name {
  font-size: 1.2rem;
  font-weight: 700;
  padding: 1rem 0rem 0.25rem;
  margin: 0;
}
.homepage_testimonials .testimonials_title {
  margin: 0;
}
.homepage_testimonials button.button, .homepage_testimonials .reliant-datepicker button.ui-datepicker-close.ui-priority-primary, .reliant-datepicker .homepage_testimonials button.ui-datepicker-close.ui-priority-primary, .homepage_testimonials .reliant-datepicker button.ui-datepicker-close.ui-priority-primary.ui-state-hover, .reliant-datepicker .homepage_testimonials button.ui-datepicker-close.ui-priority-primary.ui-state-hover {
  height: 2.5rem;
  width: 2.5rem;
  margin: 0;
  padding: 0;
}
.homepage_testimonials .testimonials_button-left-side {
  grid-column: 3;
}
.homepage_testimonials .testimonials_button-right-side {
  grid-column: 5;
  justify-self: right;
}
.homepage_testimonials .testimonials_button-bottom-container {
  grid-column: 3/6;
  display: none;
}
.homepage_testimonials .testimonials_button-bottom-container .button:first-child, .homepage_testimonials .testimonials_button-bottom-container .reliant-datepicker .ui-datepicker-close.ui-priority-primary:first-child, .reliant-datepicker .homepage_testimonials .testimonials_button-bottom-container .ui-datepicker-close.ui-priority-primary:first-child {
  margin-right: 1rem;
}
@media screen and (max-width: 64rem) {
  .homepage_testimonials .testimonials_container {
    align-items: start;
    grid-column: 3/6;
  }
  .homepage_testimonials .testimonials_testimonial {
    column-gap: 0;
    grid-template-columns: 2fr 1fr;
  }
  .homepage_testimonials .testimonials_image {
    aspect-ratio: 1;
    height: auto;
    object-position: top;
    max-height: 20rem;
    max-width: 20rem;
  }
  .homepage_testimonials .testimonials_text-section {
    flex-direction: column-reverse;
    grid-column: 1/-1;
  }
  .homepage_testimonials .testimonials_quote {
    font-size: 1.5rem;
    padding: 1.5rem 0rem 2rem;
  }
  .homepage_testimonials .testimonials_button-left-side, .homepage_testimonials .testimonials_button-right-side {
    display: none;
  }
  .homepage_testimonials .testimonials_button-bottom-container {
    display: flex;
  }
}
@media screen and (max-width: 40rem) {
  .homepage_testimonials .testimonials_quote {
    font-size: 1.2rem;
  }
  .homepage_testimonials .testimonials_name {
    font-size: unset;
  }
}

@media screen and (max-width: 9999999rem) {
  .homepage_partner-cta {
    grid-template-columns: max((100% - 80rem) / 2, 6rem) calc((100% - 980px) / 2 - max((100% - 80rem) / 2, 6rem)) 1fr 1fr calc((100% - 980px) / 2 - max((100% - 80rem) / 2, 6rem)) max((100% - 80rem) / 2, 6rem);
  }
}
@media screen and (max-width: 80rem) {
  .homepage_partner-cta {
    grid-template-columns: 0px max((100% - 980px) / 2, 3rem) 1fr 1fr max((100% - 980px) / 2, 3rem) 0px;
  }
}
.homepage_partner-cta {
  align-items: baseline;
}
.homepage_partner-cta .partner-cta_header {
  grid-column: 3;
  height: 100%;
  margin: 0rem 0rem 0.5rem;
}
.homepage_partner-cta .partner-cta_body {
  grid-column: 4;
}
.homepage_partner-cta .partner-cta_text {
  font-size: 1.2rem;
  padding: 0.25rem 2rem 2.75rem 0rem;
}
.homepage_partner-cta .button, .homepage_partner-cta .reliant-datepicker .ui-datepicker-close.ui-datepicker-close.ui-priority-primary, .reliant-datepicker .homepage_partner-cta .ui-datepicker-close.ui-datepicker-close.ui-priority-primary {
  height: 2.5rem;
  width: 10rem;
  margin: 0rem 1rem 0rem 0rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 64rem) {
  .homepage_partner-cta .partner-cta_header, .homepage_partner-cta .partner-cta_body {
    grid-column: 3/5;
  }
  .homepage_partner-cta .partner-cta_text {
    padding: 0.5rem 0rem 1.75rem 0rem;
  }
}

/* #region functions */
/* #endregion functions */
/* #region constants */
/* #endregion constants */
/* #region mixins */
.partner-contact .partner-contact_hero {
  height: 22rem;
  width: 100%;
}
.partner-contact .partner-contact_image-container {
  position: absolute;
  width: inherit;
  height: inherit;
}
.partner-contact .partner-contact_image {
  object-fit: cover;
  object-position: bottom;
  height: 100%;
  width: 100%;
}
.partner-contact .partner-contact_header {
  padding-top: 3rem;
  color: #ffffff;
}
.partner-contact .partner-contact_subheader {
  padding-bottom: 0.5rem;
}
.partner-contact .partner-contact_submit .partner-contact_submit_spinner {
  margin-bottom: 0;
  margin-right: 0.5rem;
}
.partner-contact .partner-contact_submit .button, .partner-contact .partner-contact_submit .reliant-datepicker .ui-datepicker-close.ui-datepicker-close.ui-priority-primary, .reliant-datepicker .partner-contact .partner-contact_submit .ui-datepicker-close.ui-datepicker-close.ui-priority-primary {
  margin-bottom: 0;
}
.partner-contact .partner-contact_card-container {
  padding: 2rem 0rem;
}
.partner-contact .partner-contact_card-container:first-child {
  margin-top: 1rem;
}
.partner-contact .partner-contact_card-icon {
  text-align: center;
}
.partner-contact .partner-contact_card {
  margin: 1rem 0 0 0;
  padding: 1rem 2rem;
}
.partner-contact .partner-contact_card_phone :last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 64rem) {
  .partner-contact .partner-contact_header {
    padding: 3rem;
  }
}

/* #region functions */
/* #endregion functions */
/* #region constants */
/* #endregion constants */
/* #region mixins */
.arrow-anchor {
  text-decoration: none;
  font-size: 1rem;
  border-bottom: 2px solid #B7C534;
  padding: 0.5rem 0 0.3rem 0;
  transition: all 0.2s ease-out;
  margin-bottom: 0.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.arrow-anchor .arrow-text {
  padding-right: 0.3rem;
}
.arrow-anchor .arrow-svg {
  width: 20px;
  height: 12px;
  transition: all 0.2s ease-out;
}
.arrow-anchor .arrow-line, .arrow-anchor .arrow-head {
  stroke: #52484C;
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: all 0.2s ease-out;
}
.arrow-anchor:hover {
  border-bottom: 2px solid #557892;
  transform: translateX(0.4rem);
}
.arrow-anchor:hover .arrow-line {
  transform: scaleX(1.2);
}
.arrow-anchor:hover .arrow-head {
  transform: matrix(1, 0, 0, 0.9, 4, 0.7);
}

/* styles only used in our style guide */
/* reliant styleguide-section */
/* #region functions */
/* #endregion functions */
/* #region constants */
/* #endregion constants */
/* #region mixins */
.styleguide-section {
  border: 1px solid #999999;
  padding: 1rem 0 1rem;
  margin-top: 50px;
  margin-bottom: 50px;
}
.styleguide-section a.anchor {
  position: relative;
  padding-top: 80px;
}
.styleguide-section > .columns > .sf_colsIn > div > div > h1:first-of-type {
  position: absolute;
  display: inline;
  top: -4rem;
  padding: 0 10px;
  background-color: #ededed;
}
.styleguide-section .row {
  border-top: 1px solid #ddd;
  padding-top: 10px;
}
.styleguide-section .row:first-of-type {
  border: none;
}

.toc-box {
  position: fixed;
  top: 90px;
  right: 0;
  margin: 1rem;
  padding: 0.75rem 1rem;
  border: 1px solid #333;
  background-color: #fff;
  z-index: 1;
}

.toc-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.collapser {
  background-color: #999;
  color: white;
  height: 1rem;
  width: 1rem;
  display: block;
  overflow: hidden;
  float: right;
  margin-top: -1rem;
  margin-right: -2rem;
}

pre {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #80787b;
  display: block;
  font-size: 0.85rem;
  line-height: 0.95rem;
  margin: 0 0 10px;
  padding: 10px;
  -ms-word-break: break-all;
  word-break: break-all;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

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

.y-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}