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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: 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.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

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

/**
 * Define consistent border, margin, and padding.
 */
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: "1.2.0"; }

meta.foundation-mq {
  font-family: "small=0&medium=46.25rem&large=64.0625rem&xlarge=90rem&xxlarge=120rem"; }

/*
  GLOBAL
  ------

  Global styles and settings for Foundation for Apps are stored here. This file must always
  be imported, no matter what.

  Includes:
   -
*/
html, body {
  height: 100%;
  font-size: 100%; }

html {
  box-sizing: border-box; }

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

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

a, [ui-sref], [zf-open], [zf-close], [zf-toggle] {
  cursor: pointer; }

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

.padding {
  padding: 1rem; }

.iconic {
  width: 1rem;
  height: 1rem;
  vertical-align: middle; }
  a > .iconic {
    margin-top: -2px;
    margin-right: 0.25rem; }
    a > .iconic * {
      fill: #00558b;
      stroke: #00558b; }
      a > .iconic *.iconic-property-accent {
        fill: #00558b;
        stroke: #00558b; }

.iconic * {
  fill: #00558b;
  stroke: #00558b; }
  .iconic *.iconic-property-accent {
    fill: #00558b;
    stroke: #00558b; }

.iconic-color-primary * {
  fill: #00558b;
  stroke: #00558b; }
  .iconic-color-primary *.iconic-property-accent {
    fill: #00558b;
    stroke: #00558b; }

.iconic-color-success * {
  fill: #43AC6A;
  stroke: #43AC6A; }
  .iconic-color-success *.iconic-property-accent {
    fill: #43AC6A;
    stroke: #43AC6A; }

.iconic-color-warning * {
  fill: #F08A24;
  stroke: #F08A24; }
  .iconic-color-warning *.iconic-property-accent {
    fill: #F08A24;
    stroke: #F08A24; }

.iconic-color-alert * {
  fill: #F04124;
  stroke: #F04124; }
  .iconic-color-alert *.iconic-property-accent {
    fill: #F04124;
    stroke: #F04124; }

.iconic-color-dark * {
  fill: #232323;
  stroke: #232323; }
  .iconic-color-dark *.iconic-property-accent {
    fill: #232323;
    stroke: #232323; }

.iconic-color-secondary * {
  fill: #f1f1f1;
  stroke: #f1f1f1; }
  .iconic-color-secondary *.iconic-property-accent {
    fill: #f1f1f1;
    stroke: #f1f1f1; }

/*
  ACTION SHEET
  ------------

  A dropdown menu that sticks to the bottom of the screen on small devices, and becomes a dropdown menu on larger devices.
*/
/*
  Styles for the list inside an action sheet.
  Don't include this mixin if you want to build custom controls inside the sheet.
*/
/*
  Styles for the action sheet container. Action sheets pin to the top or bottom of the screen.
*/
.action-sheet-container {
  position: relative;
  display: inline-block; }
  .action-sheet-container .button {
    margin-left: 0;
    margin-right: 0; }

.action-sheet {
  position: fixed;
  left: 0;
  z-index: 1000;
  width: 100%;
  padding: 1rem;
  background: white;
  text-align: center;
  transition-property: transform opacity;
  transition-duration: 0.25s;
  transition-timing-function: ease-out;
  box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.25);
  bottom: 0;
  transform: translateY(100%); }
  .action-sheet.is-active {
    transform: translateY(0%); }
  .action-sheet ul {
    margin: -1rem;
    margin-top: 0;
    list-style-type: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .action-sheet ul:first-child {
      margin-top: -1rem; }
      .action-sheet ul:first-child li:first-child {
        border-top: 0; }
    .action-sheet ul a {
      display: block;
      padding: 0.8rem;
      line-height: 1;
      color: #000;
      border-top: 1px solid #ccc; }
      .action-sheet ul a:hover {
        color: #000;
        background: #f2f2f2; }
    .action-sheet ul .alert > a {
      color: #F04124; }
    .action-sheet ul .disabled > a {
      pointer-events: none;
      color: #999; }
  @media only screen and (min-width: 46.25em) {
    .action-sheet {
      /*
    Core styles
  */
      position: absolute;
      left: 50%;
      width: 300px;
      border-radius: 4px;
      opacity: 0;
      pointer-events: none;
      /*
    Menu shadow
  */
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
      /*
    Active state
  */
      /*
    Menu tail
  */
      /*
    Positioning
  */
      top: auto;
      bottom: 0;
      transform: translateX(-50%) translateY(110%); }
      .action-sheet.is-active {
        opacity: 1;
        pointer-events: auto; }
      .action-sheet::before, .action-sheet::after {
        content: '';
        position: absolute;
        left: 50%;
        display: block;
        width: 0px;
        height: 0px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        margin-left: -10px; }
      .action-sheet.is-active {
        transform: translateX(-50%) translateY(100%); }
      .action-sheet::before, .action-sheet::after {
        top: -10px;
        bottom: auto;
        border-top: 0;
        border-bottom: 10px solid white; }
      .action-sheet::before {
        top: -12px;
        border-bottom-color: rgba(0, 0, 0, 0.15); }
      .action-sheet.top {
        /*
    Core styles
  */
        position: absolute;
        left: 50%;
        width: 300px;
        border-radius: 4px;
        opacity: 0;
        pointer-events: none;
        /*
    Menu shadow
  */
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
        /*
    Active state
  */
        /*
    Menu tail
  */
        /*
    Positioning
  */
        top: 0;
        bottom: auto;
        transform: translateX(-50%) translateY(-120%); }
        .action-sheet.top.is-active {
          opacity: 1;
          pointer-events: auto; }
        .action-sheet.top::before, .action-sheet.top::after {
          content: '';
          position: absolute;
          left: 50%;
          display: block;
          width: 0px;
          height: 0px;
          border-left: 10px solid transparent;
          border-right: 10px solid transparent;
          margin-left: -10px; }
        .action-sheet.top.is-active {
          transform: translateX(-50%) translateY(-110%); }
        .action-sheet.top::before, .action-sheet.top::after {
          top: auto;
          bottom: -10px;
          border-top: 10px solid white;
          border-bottom: 0; }
        .action-sheet.top::before {
          bottom: -12px;
          border-top-color: rgba(0, 0, 0, 0.15); } }
  .action-sheet.primary {
    background: #00558b;
    color: #fff;
    border: 0; }
    .action-sheet.primary::before {
      display: none; }
    .action-sheet.primary::before, .action-sheet.primary::after {
      border-top-color: #00558b; }
    .action-sheet.primary.top::before, .action-sheet.primary.top::after {
      border-bottom-color: #00558b; }
    .action-sheet.primary ul {
      margin: -1rem;
      margin-top: 0;
      list-style-type: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
      .action-sheet.primary ul:first-child {
        margin-top: -1rem; }
        .action-sheet.primary ul:first-child li:first-child {
          border-top: 0; }
      .action-sheet.primary ul a {
        display: block;
        padding: 0.8rem;
        line-height: 1;
        color: #fff;
        border-top: 1px solid #006cb0; }
        .action-sheet.primary ul a:hover {
          color: #fff;
          background: #00609e; }
      .action-sheet.primary ul .alert > a {
        color: #F04124; }
      .action-sheet.primary ul .disabled > a {
        pointer-events: none;
        color: #999; }
  .action-sheet.dark {
    background: #232323;
    color: #fff;
    border: 0; }
    .action-sheet.dark::before {
      display: none; }
    .action-sheet.dark::before, .action-sheet.dark::after {
      border-top-color: #232323; }
    .action-sheet.dark.top::before, .action-sheet.dark.top::after {
      border-bottom-color: #232323; }
    .action-sheet.dark ul {
      margin: -1rem;
      margin-top: 0;
      list-style-type: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
      .action-sheet.dark ul:first-child {
        margin-top: -1rem; }
        .action-sheet.dark ul:first-child li:first-child {
          border-top: 0; }
      .action-sheet.dark ul a {
        display: block;
        padding: 0.8rem;
        line-height: 1;
        color: #fff;
        border-top: 1px solid #393939; }
        .action-sheet.dark ul a:hover {
          color: #fff;
          background: #2e2e2e; }
      .action-sheet.dark ul .alert > a {
        color: #F04124; }
      .action-sheet.dark ul .disabled > a {
        pointer-events: none;
        color: #999; }

/*
  BLOCK LIST
  ----------

  A generic list component that can accomodate a variety of styles and controls.

  Features:
   - Icons
   - Labels
   - Chevrons
   - Text fields
   - Dropdown menus
   - Checkbox/radio inputs
*/
/*
  Adds styles for a block list container.

  $font-size: global font size for the list.
  $full-bleed: when "true", the margins of the list invert to line it up with the edge of a padded element.
*/
.block-list {
  margin-bottom: 1rem;
  line-height: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .block-list, .block-list ul {
    list-style-type: none; }
  .block-list ul {
    margin-left: 0; }

/*
  Styles block list headers on the selector you include this mixin in (normally a <header>).

  $color - color of the header.
  $font-size - font size of the header.
  $offset - left margin to add to the header, to line it up with the list items.
*/
/*
  Styles block list items on the selector you include this mixin in (normally an <li>).

  $color - color of items.
  $color-hover - color of items on hover.
  $background - background of items.
  $background-hover - background of items on hover.
  $border - border between items.
  $padding - padding on items.
*/
/*
  Adds label styles to the class you include this mixin in.

  $color - color of the label.
  $left-class - extra class to flip the orientation of the label.
  $left-padding - left padding to use for left-hand labels.
*/
/*
  Adds support for chevrons, which appear on the right-hand side of the item.

  $color - color of the chevron.
  $padding - include the global padding of block list items here.
*/
/*
  Adds icon styles. Call this mixin on a block list container.

  $size - size of the icon as a percentage (decimal) of the list item's height.
  $item-selector - overrides the 'li' selector used for list items.
*/
/*
  Adds support for text fields, select menus, and checkbox/radio groups in block lists.

  $color - color of select menu arrow.
  $background-hover - color of select menu when hovered over.
  $padding - include the global padding of block list items here.
  $dropdown-class - class to use for list items that contain a dropdown.
  $switch-class - class to use for switches inside list items.
*/
.block-list {
  font-size: 1rem;
  margin-left: -1rem;
  margin-right: -1rem; }
  .block-list input[type="text"], .block-list input[type="password"], .block-list input[type="date"], .block-list input[type="datetime"], .block-list input[type="datetime-local"], .block-list input[type="month"], .block-list input[type="week"], .block-list input[type="email"], .block-list input[type="number"], .block-list input[type="search"], .block-list input[type="tel"], .block-list input[type="time"], .block-list input[type="url"], .block-list input[type="color"], .block-list textarea {
    overflow: visible;
    box-sizing: border-box;
    margin: 0;
    border: 0;
    height: 2.6rem;
    padding: 0.6rem 1rem 0.6rem 1rem;
    color: inherit;
    font-size: 1rem;
    -webkit-font-smoothing: antialiased;
    vertical-align: middle; }
    .block-list input[type="text"]:hover, .block-list input[type="text"]:focus, .block-list input[type="password"]:hover, .block-list input[type="password"]:focus, .block-list input[type="date"]:hover, .block-list input[type="date"]:focus, .block-list input[type="datetime"]:hover, .block-list input[type="datetime"]:focus, .block-list input[type="datetime-local"]:hover, .block-list input[type="datetime-local"]:focus, .block-list input[type="month"]:hover, .block-list input[type="month"]:focus, .block-list input[type="week"]:hover, .block-list input[type="week"]:focus, .block-list input[type="email"]:hover, .block-list input[type="email"]:focus, .block-list input[type="number"]:hover, .block-list input[type="number"]:focus, .block-list input[type="search"]:hover, .block-list input[type="search"]:focus, .block-list input[type="tel"]:hover, .block-list input[type="tel"]:focus, .block-list input[type="time"]:hover, .block-list input[type="time"]:focus, .block-list input[type="url"]:hover, .block-list input[type="url"]:focus, .block-list input[type="color"]:hover, .block-list input[type="color"]:focus, .block-list textarea:hover, .block-list textarea:focus {
      border: 0; }
  .block-list li > input[type="checkbox"], .block-list li > input[type="radio"] {
    position: absolute;
    left: -9999px; }
    .block-list li > input[type="checkbox"] + label, .block-list li > input[type="radio"] + label {
      display: block;
      font-size: 1rem;
      margin: 0; }
    .block-list li > input[type="checkbox"]:checked + label::before, .block-list li > input[type="radio"]:checked + label::before {
      background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="32" viewBox="0 0 32 32"><path fill="black" d="M16 0c-8.837 0-16 7.163-16 16s7.163 16 16 16 16-7.163 16-16-7.163-16-16-16zm6.906 8.875l2.219 2.031-12.063 13.281-6.188-6.188 2.125-2.125 3.938 3.938 9.969-10.938z"/></svg>');
      content: '';
      background-size: 100% 100%;
      width: 1.5em;
      height: 1.5em;
      color: #00558b;
      float: right;
      pointer-events: none;
      margin-top: -0.25em; }
      @media screen and (min-width: 0\0) {
        .block-list li > input[type="checkbox"]:checked + label::before, .block-list li > input[type="radio"]:checked + label::before {
          background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAdlJREFUeNrMl0FugzAQRY3TRZeoFyhVL0BOkGTXJezaHZwguUnECaCrdFd6gqQnCN11Uyk5QekNOlONJWMVGMCgfGlkEIY3HnsG2xFM3d96PjQB2AJsWdPtAPYOln+dTwXnuw4DHEGzBvNFN6EDCTiS9XIAwB40acNoucKoxODIie0AwAOCu8KOSnIiNx/MakK+A7sW9oTferxx3fP3T1nURoBG/irGVahHwjHm/Ggx7E3TMVdrQmoP0gngghhpZQ3QvG/EdPLUelARWI8Aycjq9Md0qMIdbcNhjmOKLoY7quk3l1Rebeqg4AwFkmq7LWGOh1pmNY0etZAWSq0OX8HoS4JvWuCopbSY26EGR/CW86K0BF+pwkLwlPuyHJhOCl5oe4ZtF++vOqST+GdOYwO+71pN2VNAjmQGPCe42weuHDg0PI8olUwnYrXTGQJH9gxq8l1LKvrQx4O6/YY32Kp/ugb3ey7gZ4xAzuhYiYTxB/UHZFAuaREVXZ2g6yFlvEC2yoKEmbsRZYNgVLk2JeaOaG+xLHN+WCszDWMqLGOrJFa1DlApjSdwoHJGqGzLIb0+cas0wh5Bh780ngswx8GJD7h8sHg2wLA/mfDLPZpdxOF0quP5rwADAAFIzSRvu1m5AAAAAElFTkSuQmCC"); } }
  .block-list .with-dropdown {
    color: inherit; }
    .block-list .with-dropdown select {
      -webkit-appearance: none;
      -moz-appearance: none;
      outline: 0;
      background: 0;
      border: 0;
      height: auto;
      padding: 0.8rem 1rem;
      margin: 0;
      font-size: 1em;
      line-height: 1;
      color: inherit;
      background-color: transparent; }
  .block-list .switch {
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%); }
  .block-list.with-icons li > a, .block-list.with-icons li > span, .block-list.with-icons li > label {
    padding-left: 2.8rem; }
  .block-list.with-icons li img, .block-list.with-icons li .iconic {
    position: absolute;
    top: 0.26rem;
    left: 0.26rem;
    width: 2.08rem;
    height: 2.08rem;
    border-radius: 8px;
    pointer-events: none; }
  .block-list header {
    margin-top: 1em;
    color: #666666;
    font-weight: bold;
    margin-bottom: 0.5em;
    margin-left: 1rem;
    font-size: 0.8em;
    cursor: default;
    text-transform: uppercase; }
  .block-list li {
    position: relative;
    border-bottom: 1px solid #d0d0d0; }
    .block-list li:first-child {
      border-top: 1px solid #d0d0d0; }
    .block-list li > a, .block-list li > span, .block-list li > label {
      display: block;
      padding: 0.8rem 1rem;
      padding-left: 1rem;
      color: #000;
      line-height: 1; }
    .block-list li > span {
      cursor: default; }
    .block-list li > a, .block-list li > label {
      cursor: pointer; }
      .block-list li > a:hover, .block-list li > label:hover {
        color: #000; }
    .block-list li > a:hover, .block-list li > label:hover, .block-list li select:hover {
      background: #f4f4f4; }
    .block-list li.caution > a, .block-list li.caution > a:hover {
      color: #F04124; }
    .block-list li.disabled > a {
      cursor: default; }
      .block-list li.disabled > a, .block-list li.disabled > a:hover {
        color: #999; }
      .block-list li.disabled > a:hover {
        background: transparent; }
    .block-list li.with-chevron::after {
      content: '\203A';
      display: block;
      position: absolute;
      right: 1rem;
      top: 50%;
      transform: translateY(-50%);
      font-weight: bold;
      color: #666666;
      font-size: 2em; }
    .block-list li.with-chevron .block-list-label {
      padding-right: 1.5rem; }
    .block-list li .block-list-label {
      display: inline-block;
      float: right;
      padding: 0;
      color: #999999;
      pointer-events: none; }
      .block-list li .block-list-label.left {
        margin-left: 0.8rem;
        float: none; }

.button, .button-group > li > a, .button-group > li > label, .button-group > li > button {
  display: inline-block;
  border: 0;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  transition: background 0.25s ease-out;
  vertical-align: middle;
  padding: 0.85em 1em;
  margin: 0 1rem 1rem 0;
  font-size: 0.9rem;
  border-radius: 0; }

.button {
  font-size: 0.9rem;
  display: inline-block;
  width: auto;
  margin: 0 1rem 1rem 0;
  background: #00558b;
  color: #fff; }
  .button .iconic {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    margin-right: 0.25em;
    margin-top: -2px; }
  .button:hover, .button:focus {
    background: #004876;
    color: #fff; }
  .button .iconic * {
    fill: #fff;
    stroke: #fff; }
    .button .iconic *.iconic-property-accent {
      fill: #fff;
      stroke: #fff; }
  .button.tiny {
    font-size: 0.63rem; }
    .button.tiny .iconic {
      width: 1em;
      height: 1em;
      vertical-align: middle;
      margin-right: 0.25em;
      margin-top: -2px; }
  .button.small {
    font-size: 0.72rem; }
    .button.small .iconic {
      width: 1em;
      height: 1em;
      vertical-align: middle;
      margin-right: 0.25em;
      margin-top: -2px; }
  .button.large {
    font-size: 1.17rem; }
    .button.large .iconic {
      width: 1em;
      height: 1em;
      vertical-align: middle;
      margin-right: 0.25em;
      margin-top: -2px; }
  .button.expand {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .button.secondary {
    background: #f1f1f1;
    color: #000; }
    .button.secondary:hover, .button.secondary:focus {
      background: #cdcdcd;
      color: #000; }
    .button.secondary .iconic * {
      fill: #000;
      stroke: #000; }
      .button.secondary .iconic *.iconic-property-accent {
        fill: #000;
        stroke: #000; }
  .button.success {
    background: #43AC6A;
    color: #fff; }
    .button.success:hover, .button.success:focus {
      background: #39925a;
      color: #fff; }
    .button.success .iconic * {
      fill: #fff;
      stroke: #fff; }
      .button.success .iconic *.iconic-property-accent {
        fill: #fff;
        stroke: #fff; }
  .button.warning {
    background: #F08A24;
    color: #fff; }
    .button.warning:hover, .button.warning:focus {
      background: #dc750f;
      color: #fff; }
    .button.warning .iconic * {
      fill: #fff;
      stroke: #fff; }
      .button.warning .iconic *.iconic-property-accent {
        fill: #fff;
        stroke: #fff; }
  .button.alert {
    background: #F04124;
    color: #fff; }
    .button.alert:hover, .button.alert:focus {
      background: #dc2c0f;
      color: #fff; }
    .button.alert .iconic * {
      fill: #fff;
      stroke: #fff; }
      .button.alert .iconic *.iconic-property-accent {
        fill: #fff;
        stroke: #fff; }
  .button.info {
    background: #A0D3E8;
    color: #000; }
    .button.info:hover, .button.info:focus {
      background: #71bddd;
      color: #000; }
    .button.info .iconic * {
      fill: #000;
      stroke: #000; }
      .button.info .iconic *.iconic-property-accent {
        fill: #000;
        stroke: #000; }
  .button.dark {
    background: #232323;
    color: #fff; }
    .button.dark:hover, .button.dark:focus {
      background: #1e1e1e;
      color: #fff; }
    .button.dark .iconic * {
      fill: #fff;
      stroke: #fff; }
      .button.dark .iconic *.iconic-property-accent {
        fill: #fff;
        stroke: #fff; }
  .button.hollow {
    border: 1px solid #00558b;
    background: transparent;
    color: #00558b; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #008ee8;
      background: transparent;
      color: #008ee8; }
    .button.hollow .iconic * {
      fill: #00558b;
      stroke: #00558b; }
      .button.hollow .iconic *.iconic-property-accent {
        fill: #00558b;
        stroke: #00558b; }
    .button.hollow:hover .iconic * {
      fill: #008ee8;
      stroke: #008ee8; }
      .button.hollow:hover .iconic *.iconic-property-accent {
        fill: #008ee8;
        stroke: #008ee8; }
    .button.hollow.secondary {
      border: 1px solid #f1f1f1;
      background: transparent;
      color: #f1f1f1; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: whitesmoke;
        background: transparent;
        color: whitesmoke; }
      .button.hollow.secondary .iconic * {
        fill: #f1f1f1;
        stroke: #f1f1f1; }
        .button.hollow.secondary .iconic *.iconic-property-accent {
          fill: #f1f1f1;
          stroke: #f1f1f1; }
      .button.hollow.secondary:hover .iconic * {
        fill: whitesmoke;
        stroke: whitesmoke; }
        .button.hollow.secondary:hover .iconic *.iconic-property-accent {
          fill: whitesmoke;
          stroke: whitesmoke; }
    .button.hollow.success {
      border: 1px solid #43AC6A;
      background: transparent;
      color: #43AC6A; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #6dc68e;
        background: transparent;
        color: #6dc68e; }
      .button.hollow.success .iconic * {
        fill: #43AC6A;
        stroke: #43AC6A; }
        .button.hollow.success .iconic *.iconic-property-accent {
          fill: #43AC6A;
          stroke: #43AC6A; }
      .button.hollow.success:hover .iconic * {
        fill: #6dc68e;
        stroke: #6dc68e; }
        .button.hollow.success:hover .iconic *.iconic-property-accent {
          fill: #6dc68e;
          stroke: #6dc68e; }
    .button.hollow.warning {
      border: 1px solid #F08A24;
      background: transparent;
      color: #F08A24; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #f4a75b;
        background: transparent;
        color: #f4a75b; }
      .button.hollow.warning .iconic * {
        fill: #F08A24;
        stroke: #F08A24; }
        .button.hollow.warning .iconic *.iconic-property-accent {
          fill: #F08A24;
          stroke: #F08A24; }
      .button.hollow.warning:hover .iconic * {
        fill: #f4a75b;
        stroke: #f4a75b; }
        .button.hollow.warning:hover .iconic *.iconic-property-accent {
          fill: #f4a75b;
          stroke: #f4a75b; }
    .button.hollow.alert {
      border: 1px solid #F04124;
      background: transparent;
      color: #F04124; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #f4715b;
        background: transparent;
        color: #f4715b; }
      .button.hollow.alert .iconic * {
        fill: #F04124;
        stroke: #F04124; }
        .button.hollow.alert .iconic *.iconic-property-accent {
          fill: #F04124;
          stroke: #F04124; }
      .button.hollow.alert:hover .iconic * {
        fill: #f4715b;
        stroke: #f4715b; }
        .button.hollow.alert:hover .iconic *.iconic-property-accent {
          fill: #f4715b;
          stroke: #f4715b; }
    .button.hollow.info {
      border: 1px solid #A0D3E8;
      background: transparent;
      color: #A0D3E8; }
      .button.hollow.info:hover, .button.hollow.info:focus {
        border-color: #b8deee;
        background: transparent;
        color: #b8deee; }
      .button.hollow.info .iconic * {
        fill: #A0D3E8;
        stroke: #A0D3E8; }
        .button.hollow.info .iconic *.iconic-property-accent {
          fill: #A0D3E8;
          stroke: #A0D3E8; }
      .button.hollow.info:hover .iconic * {
        fill: #b8deee;
        stroke: #b8deee; }
        .button.hollow.info:hover .iconic *.iconic-property-accent {
          fill: #b8deee;
          stroke: #b8deee; }
    .button.hollow.dark {
      border: 1px solid #232323;
      background: transparent;
      color: #232323; }
      .button.hollow.dark:hover, .button.hollow.dark:focus {
        border-color: #5a5a5a;
        background: transparent;
        color: #5a5a5a; }
      .button.hollow.dark .iconic * {
        fill: #232323;
        stroke: #232323; }
        .button.hollow.dark .iconic *.iconic-property-accent {
          fill: #232323;
          stroke: #232323; }
      .button.hollow.dark:hover .iconic * {
        fill: #5a5a5a;
        stroke: #5a5a5a; }
        .button.hollow.dark:hover .iconic *.iconic-property-accent {
          fill: #5a5a5a;
          stroke: #5a5a5a; }
  .button.disabled {
    opacity: 0.5;
    cursor: default;
    pointer-events: none; }

.button-group {
  margin: 0;
  margin-bottom: 1rem;
  list-style-type: none;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 0;
  overflow: hidden;
  font-size: 0.9rem; }
  .button-group > li {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }
    .button-group > li > a, .button-group > li > label, .button-group > li > button {
      border-radius: 0;
      font-size: inherit;
      display: block;
      margin: 0; }
    .button-group > li > input + label {
      margin-left: 0; }
    .button-group > li:not(:last-child) > a, .button-group > li:not(:last-child) > label, .button-group > li:not(:last-child) > button {
      border-right: 1px solid #004068; }
  .button-group .iconic {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    margin-right: 0.25em;
    margin-top: -2px; }

.button-group.segmented, .button-group.segmented.secondary, .button-group.segmented.success, .button-group.segmented.warning, .button-group.segmented.alert {
  border: 1px solid #00558b;
  transition-property: background color; }
  .button-group.segmented > li > input[type="radio"] {
    position: absolute;
    left: -9999px; }
  .button-group.segmented > li > a, .button-group.segmented.secondary > li > a, .button-group.segmented.success > li > a, .button-group.segmented.warning > li > a, .button-group.segmented.alert > li > a, .button-group.segmented > li > label, .button-group.segmented.secondary > li > label, .button-group.segmented.success > li > label, .button-group.segmented.warning > li > label, .button-group.segmented.alert > li > label, .button-group.segmented > li > button, .button-group.segmented.secondary > li > button, .button-group.segmented.success > li > button, .button-group.segmented.warning > li > button, .button-group.segmented.alert > li > button {
    margin-right: 0;
    background: transparent; }

.button-group {
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 0; }
  .button-group > li {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }
  .button-group > li > a, .button-group > li > label, .button-group > li > button {
    background: #00558b;
    color: #fff;
    border-color: #004876; }
    .button-group > li > a:hover, .button-group > li > a:focus, .button-group > li > label:hover, .button-group > li > label:focus, .button-group > li > button:hover, .button-group > li > button:focus {
      background: #004876;
      color: #fff; }
    .button-group > li > a .iconic *, .button-group > li > label .iconic *, .button-group > li > button .iconic * {
      fill: #fff;
      stroke: #fff; }
      .button-group > li > a .iconic *.iconic-property-accent, .button-group > li > label .iconic *.iconic-property-accent, .button-group > li > button .iconic *.iconic-property-accent {
        fill: #fff;
        stroke: #fff; }
  .button-group > li.is-active > a, .button-group > li.is-active > label, .button-group > li.is-active > button {
    background: #004876; }
  .button-group.secondary > li > a, .button-group.secondary > li > label, .button-group.secondary > li > button {
    background: #f1f1f1;
    color: #000;
    border-color: #cdcdcd; }
    .button-group.secondary > li > a:hover, .button-group.secondary > li > a:focus, .button-group.secondary > li > label:hover, .button-group.secondary > li > label:focus, .button-group.secondary > li > button:hover, .button-group.secondary > li > button:focus {
      background: #cdcdcd;
      color: #000; }
    .button-group.secondary > li > a .iconic *, .button-group.secondary > li > label .iconic *, .button-group.secondary > li > button .iconic * {
      fill: #000;
      stroke: #000; }
      .button-group.secondary > li > a .iconic *.iconic-property-accent, .button-group.secondary > li > label .iconic *.iconic-property-accent, .button-group.secondary > li > button .iconic *.iconic-property-accent {
        fill: #000;
        stroke: #000; }
  .button-group.secondary > li.is-active > a, .button-group.secondary > li.is-active > label, .button-group.secondary > li.is-active > button {
    background: #cdcdcd; }
  .button-group.success > li > a, .button-group.success > li > label, .button-group.success > li > button {
    background: #43AC6A;
    color: #fff;
    border-color: #39925a; }
    .button-group.success > li > a:hover, .button-group.success > li > a:focus, .button-group.success > li > label:hover, .button-group.success > li > label:focus, .button-group.success > li > button:hover, .button-group.success > li > button:focus {
      background: #39925a;
      color: #fff; }
    .button-group.success > li > a .iconic *, .button-group.success > li > label .iconic *, .button-group.success > li > button .iconic * {
      fill: #fff;
      stroke: #fff; }
      .button-group.success > li > a .iconic *.iconic-property-accent, .button-group.success > li > label .iconic *.iconic-property-accent, .button-group.success > li > button .iconic *.iconic-property-accent {
        fill: #fff;
        stroke: #fff; }
  .button-group.success > li.is-active > a, .button-group.success > li.is-active > label, .button-group.success > li.is-active > button {
    background: #39925a; }
  .button-group.warning > li > a, .button-group.warning > li > label, .button-group.warning > li > button {
    background: #F08A24;
    color: #fff;
    border-color: #dc750f; }
    .button-group.warning > li > a:hover, .button-group.warning > li > a:focus, .button-group.warning > li > label:hover, .button-group.warning > li > label:focus, .button-group.warning > li > button:hover, .button-group.warning > li > button:focus {
      background: #dc750f;
      color: #fff; }
    .button-group.warning > li > a .iconic *, .button-group.warning > li > label .iconic *, .button-group.warning > li > button .iconic * {
      fill: #fff;
      stroke: #fff; }
      .button-group.warning > li > a .iconic *.iconic-property-accent, .button-group.warning > li > label .iconic *.iconic-property-accent, .button-group.warning > li > button .iconic *.iconic-property-accent {
        fill: #fff;
        stroke: #fff; }
  .button-group.warning > li.is-active > a, .button-group.warning > li.is-active > label, .button-group.warning > li.is-active > button {
    background: #dc750f; }
  .button-group.alert > li > a, .button-group.alert > li > label, .button-group.alert > li > button {
    background: #F04124;
    color: #fff;
    border-color: #dc2c0f; }
    .button-group.alert > li > a:hover, .button-group.alert > li > a:focus, .button-group.alert > li > label:hover, .button-group.alert > li > label:focus, .button-group.alert > li > button:hover, .button-group.alert > li > button:focus {
      background: #dc2c0f;
      color: #fff; }
    .button-group.alert > li > a .iconic *, .button-group.alert > li > label .iconic *, .button-group.alert > li > button .iconic * {
      fill: #fff;
      stroke: #fff; }
      .button-group.alert > li > a .iconic *.iconic-property-accent, .button-group.alert > li > label .iconic *.iconic-property-accent, .button-group.alert > li > button .iconic *.iconic-property-accent {
        fill: #fff;
        stroke: #fff; }
  .button-group.alert > li.is-active > a, .button-group.alert > li.is-active > label, .button-group.alert > li.is-active > button {
    background: #dc2c0f; }
  .button-group > li.secondary > a, .button-group > li.secondary > label, .button-group > li.secondary > button {
    background: #f1f1f1;
    color: #000;
    border-color: #f1f1f1; }
    .button-group > li.secondary > a:hover, .button-group > li.secondary > a:focus, .button-group > li.secondary > label:hover, .button-group > li.secondary > label:focus, .button-group > li.secondary > button:hover, .button-group > li.secondary > button:focus {
      background: #cdcdcd;
      color: #000; }
    .button-group > li.secondary > a:hover, .button-group > li.secondary > a:focus, .button-group > li.secondary > label:hover, .button-group > li.secondary > label:focus, .button-group > li.secondary > button:hover, .button-group > li.secondary > button:focus {
      border-color: #b5b5b5; }
    .button-group > li.secondary > a .iconic *, .button-group > li.secondary > label .iconic *, .button-group > li.secondary > button .iconic * {
      fill: #000;
      stroke: #000; }
      .button-group > li.secondary > a .iconic *.iconic-property-accent, .button-group > li.secondary > label .iconic *.iconic-property-accent, .button-group > li.secondary > button .iconic *.iconic-property-accent {
        fill: #000;
        stroke: #000; }
  .button-group > li.success > a, .button-group > li.success > label, .button-group > li.success > button {
    background: #43AC6A;
    color: #fff;
    border-color: #43AC6A; }
    .button-group > li.success > a:hover, .button-group > li.success > a:focus, .button-group > li.success > label:hover, .button-group > li.success > label:focus, .button-group > li.success > button:hover, .button-group > li.success > button:focus {
      background: #39925a;
      color: #fff; }
    .button-group > li.success > a:hover, .button-group > li.success > a:focus, .button-group > li.success > label:hover, .button-group > li.success > label:focus, .button-group > li.success > button:hover, .button-group > li.success > button:focus {
      border-color: #328150; }
    .button-group > li.success > a .iconic *, .button-group > li.success > label .iconic *, .button-group > li.success > button .iconic * {
      fill: #fff;
      stroke: #fff; }
      .button-group > li.success > a .iconic *.iconic-property-accent, .button-group > li.success > label .iconic *.iconic-property-accent, .button-group > li.success > button .iconic *.iconic-property-accent {
        fill: #fff;
        stroke: #fff; }
  .button-group > li.warning > a, .button-group > li.warning > label, .button-group > li.warning > button {
    background: #F08A24;
    color: #fff;
    border-color: #F08A24; }
    .button-group > li.warning > a:hover, .button-group > li.warning > a:focus, .button-group > li.warning > label:hover, .button-group > li.warning > label:focus, .button-group > li.warning > button:hover, .button-group > li.warning > button:focus {
      background: #dc750f;
      color: #fff; }
    .button-group > li.warning > a:hover, .button-group > li.warning > a:focus, .button-group > li.warning > label:hover, .button-group > li.warning > label:focus, .button-group > li.warning > button:hover, .button-group > li.warning > button:focus {
      border-color: #c2680d; }
    .button-group > li.warning > a .iconic *, .button-group > li.warning > label .iconic *, .button-group > li.warning > button .iconic * {
      fill: #fff;
      stroke: #fff; }
      .button-group > li.warning > a .iconic *.iconic-property-accent, .button-group > li.warning > label .iconic *.iconic-property-accent, .button-group > li.warning > button .iconic *.iconic-property-accent {
        fill: #fff;
        stroke: #fff; }
  .button-group > li.alert > a, .button-group > li.alert > label, .button-group > li.alert > button {
    background: #F04124;
    color: #fff;
    border-color: #F04124; }
    .button-group > li.alert > a:hover, .button-group > li.alert > a:focus, .button-group > li.alert > label:hover, .button-group > li.alert > label:focus, .button-group > li.alert > button:hover, .button-group > li.alert > button:focus {
      background: #dc2c0f;
      color: #fff; }
    .button-group > li.alert > a:hover, .button-group > li.alert > a:focus, .button-group > li.alert > label:hover, .button-group > li.alert > label:focus, .button-group > li.alert > button:hover, .button-group > li.alert > button:focus {
      border-color: #c2270d; }
    .button-group > li.alert > a .iconic *, .button-group > li.alert > label .iconic *, .button-group > li.alert > button .iconic * {
      fill: #fff;
      stroke: #fff; }
      .button-group > li.alert > a .iconic *.iconic-property-accent, .button-group > li.alert > label .iconic *.iconic-property-accent, .button-group > li.alert > button .iconic *.iconic-property-accent {
        fill: #fff;
        stroke: #fff; }
  .button-group.segmented {
    border-color: #00558b; }
    .button-group.segmented > li > a, .button-group.segmented > li > label, .button-group.segmented > li > button {
      border-color: #00558b;
      color: #00558b; }
      .button-group.segmented > li > a:hover, .button-group.segmented > li > label:hover, .button-group.segmented > li > button:hover {
        background: rgba(0, 85, 139, 0.25);
        color: #00558b; }
      .button-group.segmented > li > a .iconic *, .button-group.segmented > li > label .iconic *, .button-group.segmented > li > button .iconic * {
        fill: #00558b;
        stroke: #00558b; }
        .button-group.segmented > li > a .iconic *.iconic-property-accent, .button-group.segmented > li > label .iconic *.iconic-property-accent, .button-group.segmented > li > button .iconic *.iconic-property-accent {
          fill: #00558b;
          stroke: #00558b; }
    .button-group.segmented > li.is-active > a, .button-group.segmented > li.is-active > a:hover,
    .button-group.segmented > li > input:checked + label,
    .button-group.segmented > li > input:checked + label:hover {
      background: #00558b;
      color: #fff; }
    .button-group.segmented > li.is-active > a .iconic *,
    .button-group.segmented > li > input:checked + label .iconic * {
      fill: #fff;
      stroke: #fff; }
      .button-group.segmented > li.is-active > a .iconic *.iconic-property-accent,
      .button-group.segmented > li > input:checked + label .iconic *.iconic-property-accent {
        fill: #fff;
        stroke: #fff; }
    .button-group.segmented.secondary {
      border-color: #f1f1f1; }
      .button-group.segmented.secondary > li > a, .button-group.segmented.secondary > li > label, .button-group.segmented.secondary > li > button {
        border-color: #f1f1f1;
        color: #f1f1f1; }
        .button-group.segmented.secondary > li > a:hover, .button-group.segmented.secondary > li > label:hover, .button-group.segmented.secondary > li > button:hover {
          background: rgba(241, 241, 241, 0.25);
          color: #f1f1f1; }
        .button-group.segmented.secondary > li > a .iconic *, .button-group.segmented.secondary > li > label .iconic *, .button-group.segmented.secondary > li > button .iconic * {
          fill: #f1f1f1;
          stroke: #f1f1f1; }
          .button-group.segmented.secondary > li > a .iconic *.iconic-property-accent, .button-group.segmented.secondary > li > label .iconic *.iconic-property-accent, .button-group.segmented.secondary > li > button .iconic *.iconic-property-accent {
            fill: #f1f1f1;
            stroke: #f1f1f1; }
      .button-group.segmented.secondary > li.is-active > a, .button-group.segmented.secondary > li.is-active > a:hover,
      .button-group.segmented.secondary > li > input:checked + label,
      .button-group.segmented.secondary > li > input:checked + label:hover {
        background: #f1f1f1;
        color: #000; }
      .button-group.segmented.secondary > li.is-active > a .iconic *,
      .button-group.segmented.secondary > li > input:checked + label .iconic * {
        fill: #000;
        stroke: #000; }
        .button-group.segmented.secondary > li.is-active > a .iconic *.iconic-property-accent,
        .button-group.segmented.secondary > li > input:checked + label .iconic *.iconic-property-accent {
          fill: #000;
          stroke: #000; }
    .button-group.segmented.success {
      border-color: #43AC6A; }
      .button-group.segmented.success > li > a, .button-group.segmented.success > li > label, .button-group.segmented.success > li > button {
        border-color: #43AC6A;
        color: #43AC6A; }
        .button-group.segmented.success > li > a:hover, .button-group.segmented.success > li > label:hover, .button-group.segmented.success > li > button:hover {
          background: rgba(67, 172, 106, 0.25);
          color: #43AC6A; }
        .button-group.segmented.success > li > a .iconic *, .button-group.segmented.success > li > label .iconic *, .button-group.segmented.success > li > button .iconic * {
          fill: #43AC6A;
          stroke: #43AC6A; }
          .button-group.segmented.success > li > a .iconic *.iconic-property-accent, .button-group.segmented.success > li > label .iconic *.iconic-property-accent, .button-group.segmented.success > li > button .iconic *.iconic-property-accent {
            fill: #43AC6A;
            stroke: #43AC6A; }
      .button-group.segmented.success > li.is-active > a, .button-group.segmented.success > li.is-active > a:hover,
      .button-group.segmented.success > li > input:checked + label,
      .button-group.segmented.success > li > input:checked + label:hover {
        background: #43AC6A;
        color: #fff; }
      .button-group.segmented.success > li.is-active > a .iconic *,
      .button-group.segmented.success > li > input:checked + label .iconic * {
        fill: #fff;
        stroke: #fff; }
        .button-group.segmented.success > li.is-active > a .iconic *.iconic-property-accent,
        .button-group.segmented.success > li > input:checked + label .iconic *.iconic-property-accent {
          fill: #fff;
          stroke: #fff; }
    .button-group.segmented.warning {
      border-color: #F08A24; }
      .button-group.segmented.warning > li > a, .button-group.segmented.warning > li > label, .button-group.segmented.warning > li > button {
        border-color: #F08A24;
        color: #F08A24; }
        .button-group.segmented.warning > li > a:hover, .button-group.segmented.warning > li > label:hover, .button-group.segmented.warning > li > button:hover {
          background: rgba(240, 138, 36, 0.25);
          color: #F08A24; }
        .button-group.segmented.warning > li > a .iconic *, .button-group.segmented.warning > li > label .iconic *, .button-group.segmented.warning > li > button .iconic * {
          fill: #F08A24;
          stroke: #F08A24; }
          .button-group.segmented.warning > li > a .iconic *.iconic-property-accent, .button-group.segmented.warning > li > label .iconic *.iconic-property-accent, .button-group.segmented.warning > li > button .iconic *.iconic-property-accent {
            fill: #F08A24;
            stroke: #F08A24; }
      .button-group.segmented.warning > li.is-active > a, .button-group.segmented.warning > li.is-active > a:hover,
      .button-group.segmented.warning > li > input:checked + label,
      .button-group.segmented.warning > li > input:checked + label:hover {
        background: #F08A24;
        color: #fff; }
      .button-group.segmented.warning > li.is-active > a .iconic *,
      .button-group.segmented.warning > li > input:checked + label .iconic * {
        fill: #fff;
        stroke: #fff; }
        .button-group.segmented.warning > li.is-active > a .iconic *.iconic-property-accent,
        .button-group.segmented.warning > li > input:checked + label .iconic *.iconic-property-accent {
          fill: #fff;
          stroke: #fff; }
    .button-group.segmented.alert {
      border-color: #F04124; }
      .button-group.segmented.alert > li > a, .button-group.segmented.alert > li > label, .button-group.segmented.alert > li > button {
        border-color: #F04124;
        color: #F04124; }
        .button-group.segmented.alert > li > a:hover, .button-group.segmented.alert > li > label:hover, .button-group.segmented.alert > li > button:hover {
          background: rgba(240, 65, 36, 0.25);
          color: #F04124; }
        .button-group.segmented.alert > li > a .iconic *, .button-group.segmented.alert > li > label .iconic *, .button-group.segmented.alert > li > button .iconic * {
          fill: #F04124;
          stroke: #F04124; }
          .button-group.segmented.alert > li > a .iconic *.iconic-property-accent, .button-group.segmented.alert > li > label .iconic *.iconic-property-accent, .button-group.segmented.alert > li > button .iconic *.iconic-property-accent {
            fill: #F04124;
            stroke: #F04124; }
      .button-group.segmented.alert > li.is-active > a, .button-group.segmented.alert > li.is-active > a:hover,
      .button-group.segmented.alert > li > input:checked + label,
      .button-group.segmented.alert > li > input:checked + label:hover {
        background: #F04124;
        color: #fff; }
      .button-group.segmented.alert > li.is-active > a .iconic *,
      .button-group.segmented.alert > li > input:checked + label .iconic * {
        fill: #fff;
        stroke: #fff; }
        .button-group.segmented.alert > li.is-active > a .iconic *.iconic-property-accent,
        .button-group.segmented.alert > li > input:checked + label .iconic *.iconic-property-accent {
          fill: #fff;
          stroke: #fff; }
  .button-group.tiny {
    font-size: 0.63rem; }
  .button-group.small {
    font-size: 0.72rem; }
  .button-group.large {
    font-size: 1.17rem; }
  .button-group.expand {
    display: -ms-flexbox;
    display: flex; }
    .button-group.expand > li {
      -ms-flex: 1;
          flex: 1; }
      .button-group.expand > li > a, .button-group.expand > li > label, .button-group.expand > li > button {
        display: block;
        width: 100%;
        margin-left: 0;
        margin-right: 0; }
  .button-group li.disabled > a, .button-group li.disabled > label, .button-group li.disabled > button {
    opacity: 0.5;
    cursor: default;
    pointer-events: none; }

/*
  Cards

  Structure:

  titles
  lists
*/
.card {
  border: 1px solid #ededed;
  margin-bottom: 0.5rem;
  background: #fff;
  color: #000;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  overflow: hidden; }
  .card h1, .card h2, .card h3, .card h4, .card h5, .card h6 {
    color: inherit; }
  .card ul {
    margin-bottom: 0; }
  .card img {
    width: 100%; }
  .card.primary {
    border: 0;
    margin-bottom: 0.5rem;
    background: #00558b;
    color: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    overflow: hidden; }
    .card.primary h1, .card.primary h2, .card.primary h3, .card.primary h4, .card.primary h5, .card.primary h6 {
      color: inherit; }
    .card.primary ul {
      margin-bottom: 0; }
    .card.primary img {
      width: 100%; }
    .card.primary .card-divider {
      background: #0065a5;
      padding: 1rem; }
  .card.success {
    border: 0;
    margin-bottom: 0.5rem;
    background: #43AC6A;
    color: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    overflow: hidden; }
    .card.success h1, .card.success h2, .card.success h3, .card.success h4, .card.success h5, .card.success h6 {
      color: inherit; }
    .card.success ul {
      margin-bottom: 0; }
    .card.success img {
      width: 100%; }
    .card.success .card-divider {
      background: #4ab873;
      padding: 1rem; }
  .card.warning {
    border: 0;
    margin-bottom: 0.5rem;
    background: #F08A24;
    color: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    overflow: hidden; }
    .card.warning h1, .card.warning h2, .card.warning h3, .card.warning h4, .card.warning h5, .card.warning h6 {
      color: inherit; }
    .card.warning ul {
      margin-bottom: 0; }
    .card.warning img {
      width: 100%; }
    .card.warning .card-divider {
      background: #f19233;
      padding: 1rem; }
  .card.alert {
    border: 0;
    margin-bottom: 0.5rem;
    background: #F04124;
    color: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    overflow: hidden; }
    .card.alert h1, .card.alert h2, .card.alert h3, .card.alert h4, .card.alert h5, .card.alert h6 {
      color: inherit; }
    .card.alert ul {
      margin-bottom: 0; }
    .card.alert img {
      width: 100%; }
    .card.alert .card-divider {
      background: #f14e33;
      padding: 1rem; }
  .card.dark {
    border: 0;
    margin-bottom: 0.5rem;
    background: #232323;
    color: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    overflow: hidden; }
    .card.dark h1, .card.dark h2, .card.dark h3, .card.dark h4, .card.dark h5, .card.dark h6 {
      color: inherit; }
    .card.dark ul {
      margin-bottom: 0; }
    .card.dark img {
      width: 100%; }
    .card.dark .card-divider {
      background: #323232;
      padding: 1rem; }

.card-divider {
  background: #ededed;
  padding: 1rem; }

.card-section {
  padding: 1rem; }

/*
  Odds and ends.
*/
.close-button {
  position: absolute;
  color: #999;
  top: 1rem;
  right: 1rem;
  font-size: 2em;
  line-height: 0.5;
  cursor: pointer; }
  .close-button:hover {
    color: #333; }

.thumbnail, ul.thumbnails > li img {
  padding: 0.5rem;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.25); }

ul.thumbnails > li {
  margin-bottom: 1rem; }
  ul.thumbnails > li a {
    display: block; }

/*
  FORMS
  -----

  Our form styles include basic resets for text fields, select menus, and so on, along with some of our own custom components.

  Includes:
   - Text fields
   - Text areas
   - Select menus
   - Checkboxes and radio buttons
   - Range slider
   - Progress bars and meters
*/
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;
  -moz-appearance: none;
  display: block;
  width: 100%;
  height: 2.4rem;
  padding: 0.5rem;
  margin: 0 0 1rem 0;
  border: 1px solid #ccc;
  border-radius: 0;
  background: #fff;
  color: #000;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle; }
  input[type="text"]:hover, input[type="password"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="month"]:hover, input[type="week"]:hover, input[type="email"]:hover, input[type="number"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="color"]:hover, textarea:hover {
    border: 1px solid #bbb;
    background: #fff;
    color: #000; }
  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 {
    outline: 0;
    border: 1px solid #999;
    background: #fff;
    color: #000; }
  label > input[type="text"], label > input[type="password"], label > input[type="date"], label > input[type="datetime"], label > input[type="datetime-local"], label > input[type="month"], label > input[type="week"], label > input[type="email"], label > input[type="number"], label > input[type="search"], label > input[type="tel"], label > input[type="time"], label > input[type="url"], label > input[type="color"], label > textarea {
    margin-top: 0.5rem; }

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

input.disabled, input[disabled], input[readonly],
fieldset[disabled] input, textarea.disabled, textarea[disabled], textarea[readonly],
fieldset[disabled] textarea {
  cursor: not-allowed; }
  input.disabled, input.disabled:hover, input[disabled], input[disabled]:hover, input[readonly], input[readonly]:hover,
  fieldset[disabled] input,
  fieldset[disabled] input:hover, textarea.disabled, textarea.disabled:hover, textarea[disabled], textarea[disabled]:hover, textarea[readonly], textarea[readonly]:hover,
  fieldset[disabled] textarea,
  fieldset[disabled] textarea:hover {
    background-color: #f2f2f2; }

label {
  display: block;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
  color: #333; }
  label > input, label > textarea {
    margin-top: 0.5rem; }

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

.inline-label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-align: stretch;
      align-items: stretch;
  margin-bottom: 1rem; }
  label > .inline-label {
    margin-top: 0.5rem; }
  .inline-label > input, .inline-label > select {
    -ms-flex: 1;
        flex: 1;
    margin: 0; }
  .inline-label > .form-label {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    background: #eee;
    color: #333;
    border: 1px solid #ccc;
    padding: 0 0.5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    .inline-label > .form-label:first-child {
      border-right: 0; }
    .inline-label > .form-label:last-child {
      border-left: 0; }
  .inline-label > a,
  .inline-label > button,
  .inline-label > input[type="button"],
  .inline-label > input[type="submit"] {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
    border-radius: 0; }

textarea {
  height: auto;
  width: 100%;
  min-height: 50px; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  width: 100%;
  height: 2.4rem;
  padding: 0.5rem;
  margin: 0 0 1rem 0;
  font-size: 1rem;
  color: #000;
  border-radius: 0;
  border: 1px solid #ccc;
  background: #fafafa url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20version%3D%221.1%22%20width%3D%2232%22%20height%3D%2224%22%20viewBox%3D%220%200%2032%2024%22%3E%3Cpolygon%20points%3D%220%2C0%2032%2C0%2016%2C24%22%20style%3D%22fill%3A%20black%22%3E%3C/polygon%3E%3C/svg%3E") right 10px center no-repeat;
  background-size: 8px 8px;
  padding-right: 1.625rem; }
  select:hover {
    background-color: #f0f0f0; }
  select:focus {
    outline: 0; }
  select::-ms-expand {
    display: none; }

input[type="range"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  width: 100%;
  height: auto;
  cursor: pointer;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  border: 0;
  line-height: 1; }
  input[type="range"]:focus {
    outline: 0; }
  input[type="range"]::-webkit-slider-runnable-track {
    height: 1rem;
    background: #ddd; }
  input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    background: #00558b;
    width: 1.5rem;
    height: 1.5rem;
    margin-top: -0.25rem; }
  input[type="range"]::-moz-range-track {
    -moz-appearance: none;
    height: 1rem;
    background: #ccc; }
  input[type="range"]::-moz-range-thumb {
    -moz-appearance: none;
    background: #00558b;
    width: 1.5rem;
    height: 1.5rem;
    margin-top: -0.25rem; }
  input[type="range"]::-ms-track {
    height: 1rem;
    background: #ddd;
    color: transparent;
    border: 0;
    overflow: visible;
    border-top: 0.25rem solid #fff;
    border-bottom: 0.25rem solid #fff; }
  input[type="range"]::-ms-thumb {
    background: #00558b;
    width: 1.5rem;
    height: 1.5rem;
    border: 0; }
  input[type="range"]::-ms-fill-lower, input[type="range"]::-ms-fill-upper {
    background: #ddd; }

output {
  line-height: 1.5rem;
  vertical-align: middle;
  margin-left: 0.5em; }

input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  background: #00558b; }

progress, meter {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  width: 100%;
  height: 1.5rem;
  margin-bottom: 1rem;
  background: #ccc;
  border: 0; }

progress::-webkit-progress-bar {
  background: #ccc; }

progress::-webkit-progress-value {
  background: #00558b; }

progress::-moz-progress-bar {
  background: #00558b; }

progress.high::-webkit-progress-value {
  background: #43AC6A; }

progress.high::-moz-progress-bar {
  background: #43AC6A; }

progress.medium::-webkit-progress-value {
  background: #e7cf00; }

progress.medium::-moz-progress-bar {
  background: #e7cf00; }

progress.low::-webkit-progress-value {
  background: #F04124; }

progress.low::-moz-progress-bar {
  background: #F04124; }

meter {
  background: #ccc; }
  meter::-webkit-meter-bar {
    background: #ccc; }
  meter::-webkit-meter-optimum-value {
    background: #43AC6A; }
  meter::-webkit-meter-suboptimum-value {
    background: #e7cf00; }
  meter::-webkit-meter-even-less-good-value {
    background: #F04124; }
  meter::-moz-meter-bar {
    background: #00558b; }
  meter:-moz-meter-optimum::-moz-meter-bar {
    background: #43AC6A; }
  meter:-moz-meter-sub-optimum::-moz-meter-bar {
    background: #e7cf00; }
  meter:-moz-meter-sub-sub-optimum::-moz-meter-bar {
    background: #F04124; }

/*
  PANEL
  -----

  The friendly panel is an all-purpose container for hiding content off-screen.

  Features:
   - Position at top, right, bottom, or left
   - Anchor to grid block or window
   - Define max width or height
   - Transform into grid block depending on screen size
*/
.panel {
  position: absolute;
  z-index: 100;
  overflow-y: auto;
  display: none; }
  .is-active.panel {
    display: block; }

.panel {
  /*
    Basic styles
  */
  padding: 0;
  background: #fff; }

.panel-top {
  /*
    Direction
  */
  top: 0;
  left: 0;
  width: 100%;
  /*
    Sizing
  */
  height: 300px;
  /*
    Shadows
  */ }
  .panel-top.is-active {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25); }

.panel-right {
  /*
    Direction
  */
  top: 0;
  right: 0;
  height: 100%;
  /*
    Sizing
  */
  width: 100%;
  /*
    Shadows
  */ }
  @media only screen and (min-width: 18.75em) {
    .panel-right {
      width: 300px; } }
  .panel-right.is-active {
    box-shadow: -3px 0 10px rgba(0, 0, 0, 0.25); }

.panel-bottom {
  /*
    Direction
  */
  bottom: 0;
  left: 0;
  width: 100%;
  /*
    Sizing
  */
  height: 300px;
  /*
    Shadows
  */ }
  .panel-bottom.is-active {
    box-shadow: 2px -3px 10px rgba(0, 0, 0, 0.25); }

.panel-left {
  /*
    Direction
  */
  top: 0;
  left: 0;
  height: 100%;
  /*
    Sizing
  */
  width: 100%;
  /*
    Shadows
  */ }
  @media only screen and (min-width: 18.75em) {
    .panel-left {
      width: 300px; } }
  .panel-left.is-active {
    box-shadow: 3px 0 10px rgba(0, 0, 0, 0.25); }

.panel-fixed {
  position: fixed; }

/*
  THE GRID
  --------

  Foundation's magical, flexbox-powered grid.

  Features:
   - Horizontal or vertical grids
   - Auto-sizing or percentage width grid blocks
   - Independently-scrollable blocks
   - Column alignment
   - Source ordering
   - Offsets
*/
/*
  Define the size of a grid block. Blocks are flex items. By default, they stretch to fill all available space, based on the size of sibling blocks. This is the "expand" behavior.

  If set to "shrink", the block will contract and only fill as much space as it needs for its content.

  If set to a number, the block will be given a percentage width, based on the total number of columns (12 by default). Percentage widths don't work if a block is inside a vertical grid.

  @group grid

  @param {number|string} $size - Sizing behavior of the block. Should be expand, shrink, or a number.

  @output The flex-basis, flex-grow, and flex-shrink properties.
*/
/*
  Set the orientation of blocks within this block. The grid is re-oriented by changing the flex direction of the block.

  @group grid

  @param {string} $orientation - Direction of the grid, either horizontal or vertical.

  @output A flex-flow property to match the direction given.
*/
/*
  Stretch a grid's child blocks across its cross-axis, making every column appear to have the same height.

  @group grid

  @param {bool} $stretch - Stretch blocks if true, or align blocks to top if false.

  @output Sets align-items to "stretch" if $stretch is true, or "flex-start" (the default value) if false.
*/
/*
  Set the alignment of blocks within a grid.

  left: Items align to the left.
  right: Items align to the right.
  center: Items align to the center.
  justify: Items are spaced equally apart so they occupy the space of the entire grid.
  spaced: Items are given equal space to their left and right.

  @group grid

  @param {string} $align - Alignment to use.

  @output An appropriate justify-content value.
*/
/*
  Set the source order of a block. Items with lower numbers appear first. If multiple items have the same number, the one in the HTML first will appear first.

  @group grid

  @param {number} $order - Position in source order.

  @output An order property.
*/
/*
  Collapse a content block by removing the padding.

  @group grid

  @param {bool} $collapse - Collapses the block if true.

  @output A padding value.

  @todo No way to reverse collapse using this mixin. Solution:
    - If true, add padding: 0;
    - If false, add padding: 1rem;
    - If null, add nothing, to cut down on CSS output
    - Make null the default value
*/
/*
  Constrain the size of a block to the size of the average grid row, and center-align it. This imitates the behavior of ordinary Foundation rows.

  @group grid

  @param {bool} $container - Adds container styles if true.

  @output A maximum width and the good old margin: 0 auto for center alignment.
*/
/*
  Add negative margins to a block, equal to the padding of a content block. This aligns the edges of a block nested inside a content block.

  @group grid

  @param {bool} $nest - Adds negative margins if true.

  @output Negative margin values.
*/
/*
  Offset a block by adding a left margin.

  @group grid

  @param {number | bool} $offset - If false, nothing is output. If a number, offsets the column by the specified number of columns.

  @output A left margin based on the number of columns specified, and the global number of columns.
*/
/*
  Resets styles set by panels. Use this when a panel transforms into a block on larger screens.

  @group grid

  @output Resets to transform, position, and a few visual styles.
*/
/*
  Frames are containers that stretch to the full dimmensions of the browser window.
*/
/*
  Groups are collections of content items. They're the "rows" of Foundation for Apps.
*/
/*
  Blocks are containers for actual content. They're the "columns" of Foundation for Apps.
*/
.vertical.grid-frame, .vertical.grid-block, .vertical.small-grid-block, .vertical.medium-grid-block, .vertical.large-grid-block {
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  -ms-flex-align: stretch;
      align-items: stretch; }

.small-vertical.grid-frame, .small-vertical.grid-block, .small-vertical.small-grid-block, .small-vertical.medium-grid-block, .small-vertical.large-grid-block {
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  -ms-flex-align: stretch;
      align-items: stretch; }

.small-horizontal.grid-frame, .small-horizontal.grid-block, .small-horizontal.small-grid-block, .small-horizontal.medium-grid-block, .small-horizontal.large-grid-block {
  -ms-flex-flow: row wrap;
      flex-flow: row wrap; }

@media only screen and (min-width: 46.25em) {
  .medium-vertical.grid-frame, .medium-vertical.grid-block, .medium-vertical.small-grid-block, .medium-vertical.medium-grid-block, .medium-vertical.large-grid-block {
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    -ms-flex-align: stretch;
        align-items: stretch; }
  .medium-horizontal.grid-frame, .medium-horizontal.grid-block, .medium-horizontal.small-grid-block, .medium-horizontal.medium-grid-block, .medium-horizontal.large-grid-block {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap; } }

@media only screen and (min-width: 64.0625em) {
  .large-vertical.grid-frame, .large-vertical.grid-block, .large-vertical.small-grid-block, .large-vertical.medium-grid-block, .large-vertical.large-grid-block {
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    -ms-flex-align: stretch;
        align-items: stretch; }
  .large-horizontal.grid-frame, .large-horizontal.grid-block, .large-horizontal.small-grid-block, .large-horizontal.medium-grid-block, .large-horizontal.large-grid-block {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap; } }

.align-right.grid-frame, .align-right.grid-block, .align-right.small-grid-block, .align-right.medium-grid-block, .align-right.large-grid-block {
  -ms-flex-pack: end;
      justify-content: flex-end; }

.align-center.grid-frame, .align-center.grid-block, .align-center.small-grid-block, .align-center.medium-grid-block, .align-center.large-grid-block {
  -ms-flex-pack: center;
      justify-content: center; }

.align-justify.grid-frame, .align-justify.grid-block, .align-justify.small-grid-block, .align-justify.medium-grid-block, .align-justify.large-grid-block {
  -ms-flex-pack: justify;
      justify-content: space-between; }

.align-spaced.grid-frame, .align-spaced.grid-block, .align-spaced.small-grid-block, .align-spaced.medium-grid-block, .align-spaced.large-grid-block {
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.wrap.grid-frame, .wrap.grid-block, .wrap.small-grid-block, .wrap.medium-grid-block, .wrap.large-grid-block {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: flex-start; }

.shrink.grid-block, .shrink.grid-content, .shrink.small-grid-block, .shrink.small-grid-content, .shrink.medium-grid-block, .shrink.medium-grid-content, .shrink.large-grid-block, .shrink.large-grid-content {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  overflow: visible; }

.noscroll.grid-block, .noscroll.grid-content, .noscroll.small-grid-block, .noscroll.small-grid-content, .noscroll.medium-grid-block, .noscroll.medium-grid-content, .noscroll.large-grid-block, .noscroll.large-grid-content {
  overflow: visible; }

.grid-frame {
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  position: relative;
  overflow: hidden;
  backface-visibility: hidden;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-order: 0;
      order: 0; }

.grid-block {
  display: -ms-flexbox;
  display: flex;
  height: auto;
  position: relative;
  overflow: hidden;
  backface-visibility: hidden;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-order: 0;
      order: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

.grid-content {
  display: block;
  padding: 0 1rem;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto; }
  .grid-content.collapse {
    padding: 0; }
  .grid-content .grid-block {
    margin-left: -1rem;
    margin-right: -1rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: visible; }
    .grid-content .grid-block.nowrap {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -ms-flex-align: stretch;
          align-items: stretch; }
    .grid-content .grid-block .grid-content {
      overflow: visible; }

.grid-container {
  max-width: 56.25rem;
  margin: 0 auto; }
  .grid-container.contain-left {
    max-width: 56.25rem;
    margin: 0 auto 0 0; }
  .grid-container.contain-right {
    max-width: 56.25rem;
    margin: 0 0 0 auto; }

.small-grid-block {
  display: -ms-flexbox;
  display: flex;
  height: auto;
  position: relative;
  overflow: hidden;
  backface-visibility: hidden;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-order: 0;
      order: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .small-grid-block.panel {
    transform: none;
    position: relative;
    width: auto;
    height: auto;
    z-index: auto;
    box-shadow: none;
    background: transparent;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto; }

.small-grid-content {
  display: block;
  padding: 0 1rem;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto; }
  .small-grid-content.panel {
    transform: none;
    position: relative;
    width: auto;
    height: auto;
    z-index: auto;
    box-shadow: none;
    background: transparent;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto; }

@media only screen and (min-width: 46.25em) {
  .medium-grid-block {
    display: -ms-flexbox;
    display: flex;
    height: auto;
    position: relative;
    overflow: hidden;
    backface-visibility: hidden;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: stretch;
        align-items: stretch;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-order: 0;
        order: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .medium-grid-block.panel {
      transform: none;
      position: relative;
      width: auto;
      height: auto;
      z-index: auto;
      box-shadow: none;
      background: transparent;
      top: auto;
      right: auto;
      bottom: auto;
      left: auto; } }

@media only screen and (min-width: 46.25em) {
  .medium-grid-content {
    display: block;
    padding: 0 1rem;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto; }
    .medium-grid-content.panel {
      transform: none;
      position: relative;
      width: auto;
      height: auto;
      z-index: auto;
      box-shadow: none;
      background: transparent;
      top: auto;
      right: auto;
      bottom: auto;
      left: auto; } }

@media only screen and (min-width: 64.0625em) {
  .large-grid-block {
    display: -ms-flexbox;
    display: flex;
    height: auto;
    position: relative;
    overflow: hidden;
    backface-visibility: hidden;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: stretch;
        align-items: stretch;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-order: 0;
        order: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .large-grid-block.panel {
      transform: none;
      position: relative;
      width: auto;
      height: auto;
      z-index: auto;
      box-shadow: none;
      background: transparent;
      top: auto;
      right: auto;
      bottom: auto;
      left: auto; } }

@media only screen and (min-width: 64.0625em) {
  .large-grid-content {
    display: block;
    padding: 0 1rem;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto; }
    .large-grid-content.panel {
      transform: none;
      position: relative;
      width: auto;
      height: auto;
      z-index: auto;
      box-shadow: none;
      background: transparent;
      top: auto;
      right: auto;
      bottom: auto;
      left: auto; } }

.order-1 {
  -ms-flex-order: 1;
      order: 1; }

.order-2 {
  -ms-flex-order: 2;
      order: 2; }

.order-3 {
  -ms-flex-order: 3;
      order: 3; }

.order-4 {
  -ms-flex-order: 4;
      order: 4; }

.order-5 {
  -ms-flex-order: 5;
      order: 5; }

.order-6 {
  -ms-flex-order: 6;
      order: 6; }

.order-7 {
  -ms-flex-order: 7;
      order: 7; }

.order-8 {
  -ms-flex-order: 8;
      order: 8; }

.order-9 {
  -ms-flex-order: 9;
      order: 9; }

.order-10 {
  -ms-flex-order: 10;
      order: 10; }

.order-11 {
  -ms-flex-order: 11;
      order: 11; }

.order-12 {
  -ms-flex-order: 12;
      order: 12; }

.small-1 {
  -ms-flex: 0 0 8.33333%;
      flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.small-order-1 {
  -ms-flex-order: 1;
      order: 1; }

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

.small-up-1 {
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  overflow: visible;
  list-style-type: none; }
  .small-up-1 > li, .small-up-1 > div, .small-up-1 > section {
    padding: 0 1rem 1rem;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }

.small-2 {
  -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.small-order-2 {
  -ms-flex-order: 2;
      order: 2; }

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

.small-up-2 {
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  overflow: visible;
  list-style-type: none; }
  .small-up-2 > li, .small-up-2 > div, .small-up-2 > section {
    padding: 0 1rem 1rem;
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }

.small-3 {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
  max-width: 25%; }

.small-order-3 {
  -ms-flex-order: 3;
      order: 3; }

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

.small-up-3 {
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  overflow: visible;
  list-style-type: none; }
  .small-up-3 > li, .small-up-3 > div, .small-up-3 > section {
    padding: 0 1rem 1rem;
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }

.small-4 {
  -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.small-order-4 {
  -ms-flex-order: 4;
      order: 4; }

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

.small-up-4 {
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  overflow: visible;
  list-style-type: none; }
  .small-up-4 > li, .small-up-4 > div, .small-up-4 > section {
    padding: 0 1rem 1rem;
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }

.small-5 {
  -ms-flex: 0 0 41.66667%;
      flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.small-order-5 {
  -ms-flex-order: 5;
      order: 5; }

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

.small-up-5 {
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  overflow: visible;
  list-style-type: none; }
  .small-up-5 > li, .small-up-5 > div, .small-up-5 > section {
    padding: 0 1rem 1rem;
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    max-width: 20%; }

.small-6 {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%; }

.small-order-6 {
  -ms-flex-order: 6;
      order: 6; }

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

.small-up-6 {
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  overflow: visible;
  list-style-type: none; }
  .small-up-6 > li, .small-up-6 > div, .small-up-6 > section {
    padding: 0 1rem 1rem;
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }

.small-7 {
  -ms-flex: 0 0 58.33333%;
      flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.small-order-7 {
  -ms-flex-order: 7;
      order: 7; }

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

.small-up-7 {
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  overflow: visible;
  list-style-type: none; }
  .small-up-7 > li, .small-up-7 > div, .small-up-7 > section {
    padding: 0 1rem 1rem;
    -ms-flex: 0 0 14.28571%;
        flex: 0 0 14.28571%;
    max-width: 14.28571%; }

.small-8 {
  -ms-flex: 0 0 66.66667%;
      flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.small-order-8 {
  -ms-flex-order: 8;
      order: 8; }

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

.small-up-8 {
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  overflow: visible;
  list-style-type: none; }
  .small-up-8 > li, .small-up-8 > div, .small-up-8 > section {
    padding: 0 1rem 1rem;
    -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
    max-width: 12.5%; }

.small-9 {
  -ms-flex: 0 0 75%;
      flex: 0 0 75%;
  max-width: 75%; }

.small-order-9 {
  -ms-flex-order: 9;
      order: 9; }

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

.small-up-9 {
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  overflow: visible;
  list-style-type: none; }
  .small-up-9 > li, .small-up-9 > div, .small-up-9 > section {
    padding: 0 1rem 1rem;
    -ms-flex: 0 0 11.11111%;
        flex: 0 0 11.11111%;
    max-width: 11.11111%; }

.small-10 {
  -ms-flex: 0 0 83.33333%;
      flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.small-order-10 {
  -ms-flex-order: 10;
      order: 10; }

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

.small-up-10 {
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  overflow: visible;
  list-style-type: none; }
  .small-up-10 > li, .small-up-10 > div, .small-up-10 > section {
    padding: 0 1rem 1rem;
    -ms-flex: 0 0 10%;
        flex: 0 0 10%;
    max-width: 10%; }

.small-11 {
  -ms-flex: 0 0 91.66667%;
      flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.small-order-11 {
  -ms-flex-order: 11;
      order: 11; }

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

.small-up-11 {
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  overflow: visible;
  list-style-type: none; }
  .small-up-11 > li, .small-up-11 > div, .small-up-11 > section {
    padding: 0 1rem 1rem;
    -ms-flex: 0 0 9.09091%;
        flex: 0 0 9.09091%;
    max-width: 9.09091%; }

.small-12 {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%; }

.small-order-12 {
  -ms-flex-order: 12;
      order: 12; }

.small-offset-12 {
  margin-left: 100%; }

.small-up-12 {
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  overflow: visible;
  list-style-type: none; }
  .small-up-12 > li, .small-up-12 > div, .small-up-12 > section {
    padding: 0 1rem 1rem;
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }

@media only screen and (min-width: 46.25em) {
  .medium-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .medium-order-1 {
    -ms-flex-order: 1;
        order: 1; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-up-1 {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    overflow: visible;
    list-style-type: none; }
    .medium-up-1 > li, .medium-up-1 > div, .medium-up-1 > section {
      padding: 0 1rem 1rem;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%; } }

@media only screen and (min-width: 46.25em) {
  .medium-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .medium-order-2 {
    -ms-flex-order: 2;
        order: 2; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-up-2 {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    overflow: visible;
    list-style-type: none; }
    .medium-up-2 > li, .medium-up-2 > div, .medium-up-2 > section {
      padding: 0 1rem 1rem;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
      max-width: 50%; } }

@media only screen and (min-width: 46.25em) {
  .medium-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .medium-order-3 {
    -ms-flex-order: 3;
        order: 3; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-up-3 {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    overflow: visible;
    list-style-type: none; }
    .medium-up-3 > li, .medium-up-3 > div, .medium-up-3 > section {
      padding: 0 1rem 1rem;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
      max-width: 33.33333%; } }

@media only screen and (min-width: 46.25em) {
  .medium-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .medium-order-4 {
    -ms-flex-order: 4;
        order: 4; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-up-4 {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    overflow: visible;
    list-style-type: none; }
    .medium-up-4 > li, .medium-up-4 > div, .medium-up-4 > section {
      padding: 0 1rem 1rem;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
      max-width: 25%; } }

@media only screen and (min-width: 46.25em) {
  .medium-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .medium-order-5 {
    -ms-flex-order: 5;
        order: 5; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-up-5 {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    overflow: visible;
    list-style-type: none; }
    .medium-up-5 > li, .medium-up-5 > div, .medium-up-5 > section {
      padding: 0 1rem 1rem;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
      max-width: 20%; } }

@media only screen and (min-width: 46.25em) {
  .medium-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .medium-order-6 {
    -ms-flex-order: 6;
        order: 6; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-up-6 {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    overflow: visible;
    list-style-type: none; }
    .medium-up-6 > li, .medium-up-6 > div, .medium-up-6 > section {
      padding: 0 1rem 1rem;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
      max-width: 16.66667%; } }

@media only screen and (min-width: 46.25em) {
  .medium-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .medium-order-7 {
    -ms-flex-order: 7;
        order: 7; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-up-7 {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    overflow: visible;
    list-style-type: none; }
    .medium-up-7 > li, .medium-up-7 > div, .medium-up-7 > section {
      padding: 0 1rem 1rem;
      -ms-flex: 0 0 14.28571%;
          flex: 0 0 14.28571%;
      max-width: 14.28571%; } }

@media only screen and (min-width: 46.25em) {
  .medium-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .medium-order-8 {
    -ms-flex-order: 8;
        order: 8; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-up-8 {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    overflow: visible;
    list-style-type: none; }
    .medium-up-8 > li, .medium-up-8 > div, .medium-up-8 > section {
      padding: 0 1rem 1rem;
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media only screen and (min-width: 46.25em) {
  .medium-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .medium-order-9 {
    -ms-flex-order: 9;
        order: 9; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-up-9 {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    overflow: visible;
    list-style-type: none; }
    .medium-up-9 > li, .medium-up-9 > div, .medium-up-9 > section {
      padding: 0 1rem 1rem;
      -ms-flex: 0 0 11.11111%;
          flex: 0 0 11.11111%;
      max-width: 11.11111%; } }

@media only screen and (min-width: 46.25em) {
  .medium-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .medium-order-10 {
    -ms-flex-order: 10;
        order: 10; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-up-10 {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    overflow: visible;
    list-style-type: none; }
    .medium-up-10 > li, .medium-up-10 > div, .medium-up-10 > section {
      padding: 0 1rem 1rem;
      -ms-flex: 0 0 10%;
          flex: 0 0 10%;
      max-width: 10%; } }

@media only screen and (min-width: 46.25em) {
  .medium-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .medium-order-11 {
    -ms-flex-order: 11;
        order: 11; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-11 {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    overflow: visible;
    list-style-type: none; }
    .medium-up-11 > li, .medium-up-11 > div, .medium-up-11 > section {
      padding: 0 1rem 1rem;
      -ms-flex: 0 0 9.09091%;
          flex: 0 0 9.09091%;
      max-width: 9.09091%; } }

@media only screen and (min-width: 46.25em) {
  .medium-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .medium-order-12 {
    -ms-flex-order: 12;
        order: 12; }
  .medium-offset-12 {
    margin-left: 100%; }
  .medium-up-12 {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    overflow: visible;
    list-style-type: none; }
    .medium-up-12 > li, .medium-up-12 > div, .medium-up-12 > section {
      padding: 0 1rem 1rem;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
      max-width: 8.33333%; } }

@media only screen and (min-width: 64.0625em) {
  .large-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .large-order-1 {
    -ms-flex-order: 1;
        order: 1; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-up-1 {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    overflow: visible;
    list-style-type: none; }
    .large-up-1 > li, .large-up-1 > div, .large-up-1 > section {
      padding: 0 1rem 1rem;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%; } }

@media only screen and (min-width: 64.0625em) {
  .large-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .large-order-2 {
    -ms-flex-order: 2;
        order: 2; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-up-2 {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    overflow: visible;
    list-style-type: none; }
    .large-up-2 > li, .large-up-2 > div, .large-up-2 > section {
      padding: 0 1rem 1rem;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
      max-width: 50%; } }

@media only screen and (min-width: 64.0625em) {
  .large-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .large-order-3 {
    -ms-flex-order: 3;
        order: 3; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-up-3 {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    overflow: visible;
    list-style-type: none; }
    .large-up-3 > li, .large-up-3 > div, .large-up-3 > section {
      padding: 0 1rem 1rem;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
      max-width: 33.33333%; } }

@media only screen and (min-width: 64.0625em) {
  .large-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .large-order-4 {
    -ms-flex-order: 4;
        order: 4; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-up-4 {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    overflow: visible;
    list-style-type: none; }
    .large-up-4 > li, .large-up-4 > div, .large-up-4 > section {
      padding: 0 1rem 1rem;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
      max-width: 25%; } }

@media only screen and (min-width: 64.0625em) {
  .large-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .large-order-5 {
    -ms-flex-order: 5;
        order: 5; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-up-5 {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    overflow: visible;
    list-style-type: none; }
    .large-up-5 > li, .large-up-5 > div, .large-up-5 > section {
      padding: 0 1rem 1rem;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
      max-width: 20%; } }

@media only screen and (min-width: 64.0625em) {
  .large-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .large-order-6 {
    -ms-flex-order: 6;
        order: 6; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-up-6 {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    overflow: visible;
    list-style-type: none; }
    .large-up-6 > li, .large-up-6 > div, .large-up-6 > section {
      padding: 0 1rem 1rem;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
      max-width: 16.66667%; } }

@media only screen and (min-width: 64.0625em) {
  .large-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .large-order-7 {
    -ms-flex-order: 7;
        order: 7; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-up-7 {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    overflow: visible;
    list-style-type: none; }
    .large-up-7 > li, .large-up-7 > div, .large-up-7 > section {
      padding: 0 1rem 1rem;
      -ms-flex: 0 0 14.28571%;
          flex: 0 0 14.28571%;
      max-width: 14.28571%; } }

@media only screen and (min-width: 64.0625em) {
  .large-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .large-order-8 {
    -ms-flex-order: 8;
        order: 8; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-up-8 {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    overflow: visible;
    list-style-type: none; }
    .large-up-8 > li, .large-up-8 > div, .large-up-8 > section {
      padding: 0 1rem 1rem;
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media only screen and (min-width: 64.0625em) {
  .large-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .large-order-9 {
    -ms-flex-order: 9;
        order: 9; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-up-9 {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    overflow: visible;
    list-style-type: none; }
    .large-up-9 > li, .large-up-9 > div, .large-up-9 > section {
      padding: 0 1rem 1rem;
      -ms-flex: 0 0 11.11111%;
          flex: 0 0 11.11111%;
      max-width: 11.11111%; } }

@media only screen and (min-width: 64.0625em) {
  .large-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .large-order-10 {
    -ms-flex-order: 10;
        order: 10; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-up-10 {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    overflow: visible;
    list-style-type: none; }
    .large-up-10 > li, .large-up-10 > div, .large-up-10 > section {
      padding: 0 1rem 1rem;
      -ms-flex: 0 0 10%;
          flex: 0 0 10%;
      max-width: 10%; } }

@media only screen and (min-width: 64.0625em) {
  .large-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .large-order-11 {
    -ms-flex-order: 11;
        order: 11; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-11 {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    overflow: visible;
    list-style-type: none; }
    .large-up-11 > li, .large-up-11 > div, .large-up-11 > section {
      padding: 0 1rem 1rem;
      -ms-flex: 0 0 9.09091%;
          flex: 0 0 9.09091%;
      max-width: 9.09091%; } }

@media only screen and (min-width: 64.0625em) {
  .large-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .large-order-12 {
    -ms-flex-order: 12;
        order: 12; }
  .large-offset-12 {
    margin-left: 100%; }
  .large-up-12 {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    overflow: visible;
    list-style-type: none; }
    .large-up-12 > li, .large-up-12 > div, .large-up-12 > section {
      padding: 0 1rem 1rem;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
      max-width: 8.33333%; } }

.grid-content .modal .grid-block {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }

/*
  TITLE BAR
  ---------

  A navigational component which can display the current screen the user is on, along with additional controls or menu items.

  The title bar includes classes to create center, left, and right sections, which can be used in any combination. However, in the markup, the sections must come in this order:
   - Center
   - Left
   - Right
*/
.title-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  overflow: visible; }
  .title-bar .title {
    font-weight: bold; }
  .title-bar .left, .title-bar .center, .title-bar .right {
    display: block;
    white-space: nowrap;
    overflow: visible; }
    .title-bar .left:first-child:last-child, .title-bar .center:first-child:last-child, .title-bar .right:first-child:last-child {
      -ms-flex: 1;
          flex: 1;
      margin: 0; }
  .title-bar .left {
    -ms-flex-order: 1;
        order: 1;
    -ms-flex: 0 0 25%;
        flex: 0 0 25%; }
  .title-bar .center {
    -ms-flex-order: 2;
        order: 2;
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    text-align: center; }
  .title-bar .right {
    -ms-flex-order: 3;
        order: 3;
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    text-align: right; }
  .title-bar .left:first-child {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto; }
  .title-bar .left:first-child + .right:last-child {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto; }
  .title-bar .center:first-child:not(:last-child) {
    margin-left: 25%; }
  .title-bar .center + .left {
    margin-right: -25%; }

.title-bar {
  background: #eee;
  color: #000;
  padding: 1rem;
  border-bottom: 1px solid #ccc; }
  .title-bar.primary {
    background: #00558b;
    color: #fff;
    padding: 1rem;
    border-bottom: 1px solid #ccc; }
    .title-bar.primary a, .title-bar.primary a:hover {
      color: #fff; }
    .title-bar.primary .iconic * {
      fill: #fff;
      stroke: #fff; }
      .title-bar.primary .iconic *.iconic-property-accent {
        fill: #fff;
        stroke: #fff; }
  .title-bar.dark {
    background: #232323;
    color: #fff;
    padding: 1rem;
    border-bottom: 1px solid #ccc; }
    .title-bar.dark a, .title-bar.dark a:hover {
      color: #fff; }
    .title-bar.dark .iconic * {
      fill: #fff;
      stroke: #fff; }
      .title-bar.dark .iconic *.iconic-property-accent {
        fill: #fff;
        stroke: #fff; }

.title-bar-bottom {
  border-bottom: 0;
  border-top: 1px solid #ccc; }

/*
  Label
*/
.label {
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  cursor: default; }

.label {
  font-size: 0.8rem;
  padding: 0.33333rem 0.5rem;
  background: #00558b;
  border-radius: 0;
  color: #fff; }
  .label.primary {
    background: #00558b;
    border-radius: 0;
    color: #fff; }
  .label.success {
    background: #43AC6A;
    border-radius: 0;
    color: #fff; }
  .label.warning {
    background: #F08A24;
    border-radius: 0;
    color: #fff; }
  .label.alert {
    background: #F04124;
    border-radius: 0;
    color: #fff; }
  .label.dark {
    background: #232323;
    border-radius: 0;
    color: #fff; }

/*
  Badge
*/
.badge {
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 1000px; }

.badge {
  font-size: 0.8em;
  width: 1.5rem;
  height: 1.5rem;
  background: #00558b;
  color: #fff; }
  .badge.secondary {
    background: #f1f1f1;
    color: #000; }
  .badge.primary {
    background: #00558b;
    color: #fff; }
  .badge.success {
    background: #43AC6A;
    color: #fff; }
  .badge.warning {
    background: #F08A24;
    color: #fff; }
  .badge.alert {
    background: #F04124;
    color: #fff; }
  .badge.dark {
    background: #232323;
    color: #fff; }

.inline-list {
  list-style-type: none;
  text-align: left; }
  .inline-list li, .inline-list dt, .inline-list dd {
    display: inline-block;
    margin-left: -2px;
    margin-right: -2px; }
  .inline-list li {
    margin-right: 1rem;
    margin-left: 0; }

/*
  MENU BAR
  --------

  A generic, flexible menu component.

  Features:
   - Orient horizontally and vertically
     - Change orientation at certain breakpoints
   - Items with icons above, below, or to the left or right
   - Text labels for vertical menus and badges for horizontal menus
*/
.menu-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  margin: 0;
  list-style-type: none;
  overflow-y: visible; }
  .menu-bar > li {
    -ms-flex: 1 0 0;
        flex: 1 0 0;
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
        align-items: stretch; }
    .menu-bar > li > a {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
      -ms-flex-align: center;
          align-items: center;
      padding: 1rem;
      font-size: 1rem;
      line-height: 1; }

/*
  Set the alignment of menu items (li) within a menu-bar

  left: Items align to the left.
  right: Items align to the right.
  center: Items align to the center.
  justify: Items are spaced equally apart so they occupy the space of the entire grid.
  spaced: Items are given equal space to their left and right.

  @group menu-bar

  @param {string} $align - Alignment to use.

  @output An appropriate justify-content value.
*/
/*
  CSS output
*/
.menu-bar {
  background: #fff; }
  .menu-bar > li > a {
    color: #000; }
    .menu-bar > li > a:hover {
      background: #ededed;
      color: #000; }
  .menu-bar .is-active > a {
    background: #ededed;
    color: #000; }
  .menu-bar .iconic * {
    fill: #000;
    stroke: #000; }
    .menu-bar .iconic *.iconic-property-accent {
      fill: #000;
      stroke: #000; }
  .menu-bar, .menu-bar.horizontal {
    /*
    Orientation
  */
    overflow-x: hidden;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    /*
    Stretch
  */ }
    .menu-bar > li > a, .menu-bar.horizontal > li > a {
      -ms-flex: 1 0 0;
          flex: 1 0 0; }
    .menu-bar > li > a, .menu-bar.horizontal > li > a {
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap; }
  .menu-bar.vertical {
    /*
    Orientation
  */
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    /*
    Stretch
  */ }
    .menu-bar.vertical > li {
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }
    .menu-bar.vertical > li > a {
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap; }
  .menu-bar.condense > li {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }
  .menu-bar.align-right {
    -ms-flex-pack: end;
        justify-content: flex-end; }
  .menu-bar.align-center {
    -ms-flex-pack: center;
        justify-content: center; }
  .menu-bar.align-justify {
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .menu-bar.align-spaced {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .menu-bar.small-condense li {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }
  .menu-bar.small-expand li {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto; }
  .menu-bar.small-align-left {
    -ms-flex-pack: start;
        justify-content: flex-start; }
  .menu-bar.small-align-right {
    -ms-flex-pack: end;
        justify-content: flex-end; }
  .menu-bar.small-align-center {
    -ms-flex-pack: center;
        justify-content: center; }
  .menu-bar.small-align-justify {
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .menu-bar.small-align-spaced {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  @media only screen and (min-width: 46.25em) {
    .menu-bar.medium-condense li {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
    .menu-bar.medium-expand li {
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }
    .menu-bar.medium-align-left {
      -ms-flex-pack: start;
          justify-content: flex-start; }
    .menu-bar.medium-align-right {
      -ms-flex-pack: end;
          justify-content: flex-end; }
    .menu-bar.medium-align-center {
      -ms-flex-pack: center;
          justify-content: center; }
    .menu-bar.medium-align-justify {
      -ms-flex-pack: justify;
          justify-content: space-between; }
    .menu-bar.medium-align-spaced {
      -ms-flex-pack: distribute;
          justify-content: space-around; } }
  @media only screen and (min-width: 64.0625em) {
    .menu-bar.large-condense li {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
    .menu-bar.large-expand li {
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }
    .menu-bar.large-align-left {
      -ms-flex-pack: start;
          justify-content: flex-start; }
    .menu-bar.large-align-right {
      -ms-flex-pack: end;
          justify-content: flex-end; }
    .menu-bar.large-align-center {
      -ms-flex-pack: center;
          justify-content: center; }
    .menu-bar.large-align-justify {
      -ms-flex-pack: justify;
          justify-content: space-between; }
    .menu-bar.large-align-spaced {
      -ms-flex-pack: distribute;
          justify-content: space-around; } }
  .menu-bar.small-horizontal {
    /*
    Orientation
  */
    overflow-x: hidden;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    /*
    Stretch
  */ }
    .menu-bar.small-horizontal > li > a {
      -ms-flex: 1 0 0;
          flex: 1 0 0; }
    .menu-bar.small-horizontal > li > a {
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap; }
  .menu-bar.small-vertical {
    /*
    Orientation
  */
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    /*
    Stretch
  */ }
    .menu-bar.small-vertical > li {
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }
    .menu-bar.small-vertical > li > a {
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap; }
  @media only screen and (min-width: 46.25em) {
    .menu-bar.medium-horizontal {
      /*
    Orientation
  */
      overflow-x: hidden;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
      /*
    Stretch
  */ }
      .menu-bar.medium-horizontal > li > a {
        -ms-flex: 1 0 0;
            flex: 1 0 0; }
      .menu-bar.medium-horizontal > li > a {
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap; }
    .menu-bar.medium-vertical {
      /*
    Orientation
  */
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
      /*
    Stretch
  */ }
      .menu-bar.medium-vertical > li {
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
      .menu-bar.medium-vertical > li > a {
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap; } }
  @media only screen and (min-width: 64.0625em) {
    .menu-bar.large-horizontal {
      /*
    Orientation
  */
      overflow-x: hidden;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
      /*
    Stretch
  */ }
      .menu-bar.large-horizontal > li > a {
        -ms-flex: 1 0 0;
            flex: 1 0 0; }
      .menu-bar.large-horizontal > li > a {
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap; }
    .menu-bar.large-vertical {
      /*
    Orientation
  */
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
      /*
    Stretch
  */ }
      .menu-bar.large-vertical > li {
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
      .menu-bar.large-vertical > li > a {
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap; } }
  .menu-bar > li > img, .menu-bar > li > .iconic, .menu-bar.icon-top > li > img, .menu-bar.icon-top > li > .iconic {
    margin: 0;
    width: 25px;
    height: 25px; }
    .menu-bar > li > img:first-child:last-child, .menu-bar > li > .iconic:first-child:last-child, .menu-bar.icon-top > li > img:first-child:last-child, .menu-bar.icon-top > li > .iconic:first-child:last-child {
      margin: 0; }
  .menu-bar > li > a, .menu-bar.icon-top > li > a {
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap; }
    .menu-bar > li > a > img, .menu-bar > li > a > .iconic, .menu-bar.icon-top > li > a > img, .menu-bar.icon-top > li > a > .iconic {
      margin: 0 0 1rem 0; }
  .menu-bar.icon-right > li > img, .menu-bar.icon-right > li > .iconic {
    margin: 0;
    width: 25px;
    height: 25px; }
    .menu-bar.icon-right > li > img:first-child:last-child, .menu-bar.icon-right > li > .iconic:first-child:last-child {
      margin: 0; }
  .menu-bar.icon-right > li > a {
    -ms-flex-flow: row-reverse nowrap;
        flex-flow: row-reverse nowrap; }
    .menu-bar.icon-right > li > a > img, .menu-bar.icon-right > li > a > .iconic {
      margin: 0 0 0 1rem; }
  .menu-bar.icon-bottom > li > img, .menu-bar.icon-bottom > li > .iconic {
    margin: 0;
    width: 25px;
    height: 25px; }
    .menu-bar.icon-bottom > li > img:first-child:last-child, .menu-bar.icon-bottom > li > .iconic:first-child:last-child {
      margin: 0; }
  .menu-bar.icon-bottom > li > a {
    -ms-flex-flow: column-reverse nowrap;
        flex-flow: column-reverse nowrap; }
    .menu-bar.icon-bottom > li > a > img, .menu-bar.icon-bottom > li > a > .iconic {
      margin: 1rem 0 0 0; }
  .menu-bar.icon-left > li > img, .menu-bar.icon-left > li > .iconic {
    margin: 0;
    width: 25px;
    height: 25px; }
    .menu-bar.icon-left > li > img:first-child:last-child, .menu-bar.icon-left > li > .iconic:first-child:last-child {
      margin: 0; }
  .menu-bar.icon-left > li > a {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-align: center;
        align-items: center; }
    .menu-bar.icon-left > li > a > img, .menu-bar.icon-left > li > a > .iconic {
      margin: 0 1rem 0 0; }
  .menu-bar.small-icon-top > li > img, .menu-bar.small-icon-top > li > .iconic {
    margin: 0;
    width: 25px;
    height: 25px; }
    .menu-bar.small-icon-top > li > img:first-child:last-child, .menu-bar.small-icon-top > li > .iconic:first-child:last-child {
      margin: 0; }
  .menu-bar.small-icon-top > li > a {
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap; }
    .menu-bar.small-icon-top > li > a > img, .menu-bar.small-icon-top > li > a > .iconic {
      margin: 0 0 1rem 0; }
  .menu-bar.small-icon-right > li > img, .menu-bar.small-icon-right > li > .iconic {
    margin: 0;
    width: 25px;
    height: 25px; }
    .menu-bar.small-icon-right > li > img:first-child:last-child, .menu-bar.small-icon-right > li > .iconic:first-child:last-child {
      margin: 0; }
  .menu-bar.small-icon-right > li > a {
    -ms-flex-flow: row-reverse nowrap;
        flex-flow: row-reverse nowrap; }
    .menu-bar.small-icon-right > li > a > img, .menu-bar.small-icon-right > li > a > .iconic {
      margin: 0 0 0 1rem; }
  .menu-bar.small-icon-bottom > li > img, .menu-bar.small-icon-bottom > li > .iconic {
    margin: 0;
    width: 25px;
    height: 25px; }
    .menu-bar.small-icon-bottom > li > img:first-child:last-child, .menu-bar.small-icon-bottom > li > .iconic:first-child:last-child {
      margin: 0; }
  .menu-bar.small-icon-bottom > li > a {
    -ms-flex-flow: column-reverse nowrap;
        flex-flow: column-reverse nowrap; }
    .menu-bar.small-icon-bottom > li > a > img, .menu-bar.small-icon-bottom > li > a > .iconic {
      margin: 1rem 0 0 0; }
  .menu-bar.small-icon-left > li > img, .menu-bar.small-icon-left > li > .iconic {
    margin: 0;
    width: 25px;
    height: 25px; }
    .menu-bar.small-icon-left > li > img:first-child:last-child, .menu-bar.small-icon-left > li > .iconic:first-child:last-child {
      margin: 0; }
  .menu-bar.small-icon-left > li > a {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-align: center;
        align-items: center; }
    .menu-bar.small-icon-left > li > a > img, .menu-bar.small-icon-left > li > a > .iconic {
      margin: 0 1rem 0 0; }
  @media only screen and (min-width: 46.25em) {
    .menu-bar.medium-icon-top > li > img, .menu-bar.medium-icon-top > li > .iconic {
      margin: 0;
      width: 25px;
      height: 25px; }
      .menu-bar.medium-icon-top > li > img:first-child:last-child, .menu-bar.medium-icon-top > li > .iconic:first-child:last-child {
        margin: 0; }
    .menu-bar.medium-icon-top > li > a {
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap; }
      .menu-bar.medium-icon-top > li > a > img, .menu-bar.medium-icon-top > li > a > .iconic {
        margin: 0 0 1rem 0; } }
  @media only screen and (min-width: 46.25em) {
    .menu-bar.medium-icon-right > li > img, .menu-bar.medium-icon-right > li > .iconic {
      margin: 0;
      width: 25px;
      height: 25px; }
      .menu-bar.medium-icon-right > li > img:first-child:last-child, .menu-bar.medium-icon-right > li > .iconic:first-child:last-child {
        margin: 0; }
    .menu-bar.medium-icon-right > li > a {
      -ms-flex-flow: row-reverse nowrap;
          flex-flow: row-reverse nowrap; }
      .menu-bar.medium-icon-right > li > a > img, .menu-bar.medium-icon-right > li > a > .iconic {
        margin: 0 0 0 1rem; } }
  @media only screen and (min-width: 46.25em) {
    .menu-bar.medium-icon-bottom > li > img, .menu-bar.medium-icon-bottom > li > .iconic {
      margin: 0;
      width: 25px;
      height: 25px; }
      .menu-bar.medium-icon-bottom > li > img:first-child:last-child, .menu-bar.medium-icon-bottom > li > .iconic:first-child:last-child {
        margin: 0; }
    .menu-bar.medium-icon-bottom > li > a {
      -ms-flex-flow: column-reverse nowrap;
          flex-flow: column-reverse nowrap; }
      .menu-bar.medium-icon-bottom > li > a > img, .menu-bar.medium-icon-bottom > li > a > .iconic {
        margin: 1rem 0 0 0; } }
  @media only screen and (min-width: 46.25em) {
    .menu-bar.medium-icon-left > li > img, .menu-bar.medium-icon-left > li > .iconic {
      margin: 0;
      width: 25px;
      height: 25px; }
      .menu-bar.medium-icon-left > li > img:first-child:last-child, .menu-bar.medium-icon-left > li > .iconic:first-child:last-child {
        margin: 0; }
    .menu-bar.medium-icon-left > li > a {
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
      -ms-flex-align: center;
          align-items: center; }
      .menu-bar.medium-icon-left > li > a > img, .menu-bar.medium-icon-left > li > a > .iconic {
        margin: 0 1rem 0 0; } }
  @media only screen and (min-width: 64.0625em) {
    .menu-bar.large-icon-top > li > img, .menu-bar.large-icon-top > li > .iconic {
      margin: 0;
      width: 25px;
      height: 25px; }
      .menu-bar.large-icon-top > li > img:first-child:last-child, .menu-bar.large-icon-top > li > .iconic:first-child:last-child {
        margin: 0; }
    .menu-bar.large-icon-top > li > a {
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap; }
      .menu-bar.large-icon-top > li > a > img, .menu-bar.large-icon-top > li > a > .iconic {
        margin: 0 0 1rem 0; } }
  @media only screen and (min-width: 64.0625em) {
    .menu-bar.large-icon-right > li > img, .menu-bar.large-icon-right > li > .iconic {
      margin: 0;
      width: 25px;
      height: 25px; }
      .menu-bar.large-icon-right > li > img:first-child:last-child, .menu-bar.large-icon-right > li > .iconic:first-child:last-child {
        margin: 0; }
    .menu-bar.large-icon-right > li > a {
      -ms-flex-flow: row-reverse nowrap;
          flex-flow: row-reverse nowrap; }
      .menu-bar.large-icon-right > li > a > img, .menu-bar.large-icon-right > li > a > .iconic {
        margin: 0 0 0 1rem; } }
  @media only screen and (min-width: 64.0625em) {
    .menu-bar.large-icon-bottom > li > img, .menu-bar.large-icon-bottom > li > .iconic {
      margin: 0;
      width: 25px;
      height: 25px; }
      .menu-bar.large-icon-bottom > li > img:first-child:last-child, .menu-bar.large-icon-bottom > li > .iconic:first-child:last-child {
        margin: 0; }
    .menu-bar.large-icon-bottom > li > a {
      -ms-flex-flow: column-reverse nowrap;
          flex-flow: column-reverse nowrap; }
      .menu-bar.large-icon-bottom > li > a > img, .menu-bar.large-icon-bottom > li > a > .iconic {
        margin: 1rem 0 0 0; } }
  @media only screen and (min-width: 64.0625em) {
    .menu-bar.large-icon-left > li > img, .menu-bar.large-icon-left > li > .iconic {
      margin: 0;
      width: 25px;
      height: 25px; }
      .menu-bar.large-icon-left > li > img:first-child:last-child, .menu-bar.large-icon-left > li > .iconic:first-child:last-child {
        margin: 0; }
    .menu-bar.large-icon-left > li > a {
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
      -ms-flex-align: center;
          align-items: center; }
      .menu-bar.large-icon-left > li > a > img, .menu-bar.large-icon-left > li > a > .iconic {
        margin: 0 1rem 0 0; } }
  .menu-bar.label-side > li {
    position: relative; }
    .menu-bar.label-side > li > a {
      padding-right: 3.2rem; }
  .menu-bar.label-side .menu-bar-label {
    display: block;
    font-size: 0.9rem;
    width: 1.2rem;
    height: 1.2rem;
    line-height: 1.2rem;
    text-align: center;
    border-radius: 1000px;
    background: red;
    color: #fff;
    position: absolute;
    pointer-events: none;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%); }
  .menu-bar.label-corner > li {
    position: relative; }
    .menu-bar.label-corner > li > a {
      padding-right: 3.2rem; }
  .menu-bar.label-corner .menu-bar-label {
    display: block;
    font-size: 0.9rem;
    width: 1.2rem;
    height: 1.2rem;
    line-height: 1.2rem;
    text-align: center;
    border-radius: 1000px;
    background: red;
    color: #fff;
    position: absolute;
    pointer-events: none;
    right: 1rem;
    top: 1rem; }
  .menu-bar.primary {
    background: #00558b; }
    .menu-bar.primary > li > a {
      color: #fff; }
      .menu-bar.primary > li > a:hover {
        background: #0065a5;
        color: #fff; }
    .menu-bar.primary .is-active > a {
      background: #0065a5;
      color: #fff; }
    .menu-bar.primary .iconic * {
      fill: #fff;
      stroke: #fff; }
      .menu-bar.primary .iconic *.iconic-property-accent {
        fill: #fff;
        stroke: #fff; }
  .menu-bar.dark {
    background: #232323; }
    .menu-bar.dark > li > a {
      color: #fff; }
      .menu-bar.dark > li > a:hover {
        background: #323232;
        color: #fff; }
    .menu-bar.dark .is-active > a {
      background: #323232;
      color: #fff; }
    .menu-bar.dark .iconic * {
      fill: #fff;
      stroke: #fff; }
      .menu-bar.dark .iconic *.iconic-property-accent {
        fill: #fff;
        stroke: #fff; }
  .menu-bar > li.title {
    padding: 1rem;
    cursor: default;
    font-weight: bold; }

.menu-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media only screen and (min-width: 46.25em) {
    .menu-group {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }
  .menu-group > .menu-group-left, .menu-group > .menu-group-right {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%; }
    @media only screen and (min-width: 46.25em) {
      .menu-group > .menu-group-left, .menu-group > .menu-group-right {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; } }
  .menu-group .menu-bar {
    margin: 0; }
    .menu-group .menu-bar > li {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
  .menu-group.primary {
    background-color: #00558b; }
    .menu-group.primary .menu-bar {
      background: #00558b; }
      .menu-group.primary .menu-bar > li > a {
        color: #fff; }
        .menu-group.primary .menu-bar > li > a:hover {
          background: #0065a5;
          color: #fff; }
      .menu-group.primary .menu-bar .is-active > a {
        background: #0065a5;
        color: #fff; }
      .menu-group.primary .menu-bar .iconic * {
        fill: #fff;
        stroke: #fff; }
        .menu-group.primary .menu-bar .iconic *.iconic-property-accent {
          fill: #fff;
          stroke: #fff; }
  .menu-group.dark {
    background-color: #232323; }
    .menu-group.dark .menu-bar {
      background: #232323; }
      .menu-group.dark .menu-bar > li > a {
        color: #fff; }
        .menu-group.dark .menu-bar > li > a:hover {
          background: #323232;
          color: #fff; }
      .menu-group.dark .menu-bar .is-active > a {
        background: #323232;
        color: #fff; }
      .menu-group.dark .menu-bar .iconic * {
        fill: #fff;
        stroke: #fff; }
        .menu-group.dark .menu-bar .iconic *.iconic-property-accent {
          fill: #fff;
          stroke: #fff; }

/*
  MODAL
  -----

  The humble modal hides off-canvas until summoned with an fa-open directive. Modals appear over an overlay that darkens the rest of the page, and have a maxmimum width. You can construct a grid inside a modal, or attach panels to it.

  Note that the modal overlay is hardcoded into the CSS, because whether or not you build your modal semantically, the overlay is always required and will always look the same.
*/
.modal {
  position: relative;
  z-index: 1001;
  background: #fff;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 100%;
  height: 100vh;
  max-height: 100%;
  overflow: hidden;
  padding: 1rem; }
  @media only screen and (min-width: 46.25em) {
    .modal {
      height: auto;
      max-width: 600px; } }
  .modal .grid-content, .modal .grid-block {
    margin: 0; }
  .modal .close-button, .modal [fa-close] {
    z-index: 1001; }

.modal {
  max-width: 600px; }
  .tiny > .modal {
    max-width: 300px; }
  .small > .modal {
    max-width: 500px; }
  .large > .modal {
    max-width: 800px; }
  .dialog > .modal {
    height: auto; }
  .collapse > .modal {
    padding: 0; }

.modal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: none;
  background-color: rgba(51, 51, 51, 0.7);
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-transform: translate3d(0, 0, 0); }
  .modal-overlay.is-active {
    display: -ms-flexbox;
    display: flex; }

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

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

@keyframes spin-ccw {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(-360deg); } }

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

/*
    Transitions
  */
.slideInUp.ng-enter, .slideInUp.ng-hide-remove {
  transition-duration: 500ms;
  transition-timing-function: ease;
  transition-delay: 0;
  transition-property: transform, opacity;
  backface-visibility: hidden;
  transform: translateY(100%); }

.slideInUp.ng-enter.ng-enter-active, .slideInUp.ng-hide-remove.ng-hide-remove-active {
  transform: translateX(0) translateY(0); }

.slideInRight.ng-enter, .slideInRight.ng-hide-remove {
  transition-duration: 500ms;
  transition-timing-function: ease;
  transition-delay: 0;
  transition-property: transform, opacity;
  backface-visibility: hidden;
  transform: translateX(-100%); }

.slideInRight.ng-enter.ng-enter-active, .slideInRight.ng-hide-remove.ng-hide-remove-active {
  transform: translateX(0) translateY(0); }

.slideInDown.ng-enter, .slideInDown.ng-hide-remove {
  transition-duration: 500ms;
  transition-timing-function: ease;
  transition-delay: 0;
  transition-property: transform, opacity;
  backface-visibility: hidden;
  transform: translateY(-100%); }

.slideInDown.ng-enter.ng-enter-active, .slideInDown.ng-hide-remove.ng-hide-remove-active {
  transform: translateX(0) translateY(0); }

.slideInLeft.ng-enter, .slideInLeft.ng-hide-remove {
  transition-duration: 500ms;
  transition-timing-function: ease;
  transition-delay: 0;
  transition-property: transform, opacity;
  backface-visibility: hidden;
  transform: translateX(100%); }

.slideInLeft.ng-enter.ng-enter-active, .slideInLeft.ng-hide-remove.ng-hide-remove-active {
  transform: translateX(0) translateY(0); }

.slideOutUp.ng-leave, .slideOutUp.ng-hide-add {
  transition-duration: 500ms;
  transition-timing-function: ease;
  transition-delay: 0;
  transition-property: transform, opacity;
  backface-visibility: hidden;
  transform: translateX(0) translateY(0); }

.slideOutUp.ng-leave.ng-leave-active, .slideOutUp.ng-hide-add.ng-hide-add-active {
  transform: translateY(-100%); }

.slideOutRight.ng-leave, .slideOutRight.ng-hide-add {
  transition-duration: 500ms;
  transition-timing-function: ease;
  transition-delay: 0;
  transition-property: transform, opacity;
  backface-visibility: hidden;
  transform: translateX(0) translateY(0); }

.slideOutRight.ng-leave.ng-leave-active, .slideOutRight.ng-hide-add.ng-hide-add-active {
  transform: translateX(100%); }

.slideOutDown.ng-leave, .slideOutDown.ng-hide-add {
  transition-duration: 500ms;
  transition-timing-function: ease;
  transition-delay: 0;
  transition-property: transform, opacity;
  backface-visibility: hidden;
  transform: translateX(0) translateY(0); }

.slideOutDown.ng-leave.ng-leave-active, .slideOutDown.ng-hide-add.ng-hide-add-active {
  transform: translateY(100%); }

.slideOutLeft.ng-leave, .slideOutLeft.ng-hide-add {
  transition-duration: 500ms;
  transition-timing-function: ease;
  transition-delay: 0;
  transition-property: transform, opacity;
  backface-visibility: hidden;
  transform: translateX(0) translateY(0); }

.slideOutLeft.ng-leave.ng-leave-active, .slideOutLeft.ng-hide-add.ng-hide-add-active {
  transform: translateX(-100%); }

.fadeIn.ng-enter, .fadeIn.ng-hide-remove {
  transition-duration: 500ms;
  transition-timing-function: ease;
  transition-delay: 0;
  transition-property: opacity;
  opacity: 0; }

.fadeIn.ng-enter.ng-enter-active, .fadeIn.ng-hide-remove.ng-hide-remove-active {
  opacity: 1; }

.fadeOut.ng-leave, .fadeOut.ng-hide-add {
  transition-duration: 500ms;
  transition-timing-function: ease;
  transition-delay: 0;
  transition-property: opacity;
  opacity: 1; }

.fadeOut.ng-leave.ng-leave-active, .fadeOut.ng-hide-add.ng-hide-add-active {
  opacity: 0; }

.hingeInFromTop.ng-enter, .hingeInFromTop.ng-hide-remove {
  transition-duration: 500ms;
  transition-timing-function: ease;
  transition-delay: 0;
  transition-property: transform, opacity;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  opacity: 0; }

.hingeInFromTop.ng-enter.ng-enter-active, .hingeInFromTop.ng-hide-remove.ng-hide-remove-active {
  transform: rotate(0deg);
  opacity: 1; }

.hingeInFromRight.ng-enter, .hingeInFromRight.ng-hide-remove {
  transition-duration: 500ms;
  transition-timing-function: ease;
  transition-delay: 0;
  transition-property: transform, opacity;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  opacity: 0; }

.hingeInFromRight.ng-enter.ng-enter-active, .hingeInFromRight.ng-hide-remove.ng-hide-remove-active {
  transform: rotate(0deg);
  opacity: 1; }

.hingeInFromBottom.ng-enter, .hingeInFromBottom.ng-hide-remove {
  transition-duration: 500ms;
  transition-timing-function: ease;
  transition-delay: 0;
  transition-property: transform, opacity;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  opacity: 0; }

.hingeInFromBottom.ng-enter.ng-enter-active, .hingeInFromBottom.ng-hide-remove.ng-hide-remove-active {
  transform: rotate(0deg);
  opacity: 1; }

.hingeInFromLeft.ng-enter, .hingeInFromLeft.ng-hide-remove {
  transition-duration: 500ms;
  transition-timing-function: ease;
  transition-delay: 0;
  transition-property: transform, opacity;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  opacity: 0; }

.hingeInFromLeft.ng-enter.ng-enter-active, .hingeInFromLeft.ng-hide-remove.ng-hide-remove-active {
  transform: rotate(0deg);
  opacity: 1; }

.hingeInFromMiddleX.ng-enter, .hingeInFromMiddleX.ng-hide-remove {
  transition-duration: 500ms;
  transition-timing-function: ease;
  transition-delay: 0;
  transition-property: transform, opacity;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  opacity: 0; }

.hingeInFromMiddleX.ng-enter.ng-enter-active, .hingeInFromMiddleX.ng-hide-remove.ng-hide-remove-active {
  transform: rotate(0deg);
  opacity: 1; }

.hingeInFromMiddleY.ng-enter, .hingeInFromMiddleY.ng-hide-remove {
  transition-duration: 500ms;
  transition-timing-function: ease;
  transition-delay: 0;
  transition-property: transform, opacity;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  opacity: 0; }

.hingeInFromMiddleY.ng-enter.ng-enter-active, .hingeInFromMiddleY.ng-hide-remove.ng-hide-remove-active {
  transform: rotate(0deg);
  opacity: 1; }

.hingeOutFromTop.ng-leave, .hingeOutFromTop.ng-hide-add {
  transition-duration: 500ms;
  transition-timing-function: ease;
  transition-delay: 0;
  transition-property: transform, opacity;
  transform: rotate(0deg);
  transform-origin: top;
  opacity: 1; }

.hingeOutFromTop.ng-leave.ng-leave-active, .hingeOutFromTop.ng-hide-add.ng-hide-add-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hingeOutFromRight.ng-leave, .hingeOutFromRight.ng-hide-add {
  transition-duration: 500ms;
  transition-timing-function: ease;
  transition-delay: 0;
  transition-property: transform, opacity;
  transform: rotate(0deg);
  transform-origin: right;
  opacity: 1; }

.hingeOutFromRight.ng-leave.ng-leave-active, .hingeOutFromRight.ng-hide-add.ng-hide-add-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hingeOutFromBottom.ng-leave, .hingeOutFromBottom.ng-hide-add {
  transition-duration: 500ms;
  transition-timing-function: ease;
  transition-delay: 0;
  transition-property: transform, opacity;
  transform: rotate(0deg);
  transform-origin: bottom;
  opacity: 1; }

.hingeOutFromBottom.ng-leave.ng-leave-active, .hingeOutFromBottom.ng-hide-add.ng-hide-add-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hingeOutFromLeft.ng-leave, .hingeOutFromLeft.ng-hide-add {
  transition-duration: 500ms;
  transition-timing-function: ease;
  transition-delay: 0;
  transition-property: transform, opacity;
  transform: rotate(0deg);
  transform-origin: left;
  opacity: 1; }

.hingeOutFromLeft.ng-leave.ng-leave-active, .hingeOutFromLeft.ng-hide-add.ng-hide-add-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hingeOutFromMiddleX.ng-leave, .hingeOutFromMiddleX.ng-hide-add {
  transition-duration: 500ms;
  transition-timing-function: ease;
  transition-delay: 0;
  transition-property: transform, opacity;
  transform: rotate(0deg);
  transform-origin: center;
  opacity: 1; }

.hingeOutFromMiddleX.ng-leave.ng-leave-active, .hingeOutFromMiddleX.ng-hide-add.ng-hide-add-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hingeOutFromMiddleY.ng-leave, .hingeOutFromMiddleY.ng-hide-add {
  transition-duration: 500ms;
  transition-timing-function: ease;
  transition-delay: 0;
  transition-property: transform, opacity;
  transform: rotate(0deg);
  transform-origin: center;
  opacity: 1; }

.hingeOutFromMiddleY.ng-leave.ng-leave-active, .hingeOutFromMiddleY.ng-hide-add.ng-hide-add-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.zoomIn.ng-enter, .zoomIn.ng-hide-remove {
  transition-duration: 500ms;
  transition-timing-function: ease;
  transition-delay: 0;
  transition-property: transform, property;
  transform: scale(1.5);
  opacity: 0; }

.zoomIn.ng-enter.ng-enter-active, .zoomIn.ng-hide-remove.ng-hide-remove-active {
  transform: scale(1);
  opacity: 1; }

.zoomOut.ng-leave, .zoomOut.ng-hide-add {
  transition-duration: 500ms;
  transition-timing-function: ease;
  transition-delay: 0;
  transition-property: transform, property;
  transform: scale(0.5);
  opacity: 1; }

.zoomOut.ng-leave.ng-leave-active, .zoomOut.ng-hide-add.ng-hide-add-active {
  transform: scale(1);
  opacity: 0; }

.spinIn.ng-enter, .spinIn.ng-hide-remove {
  transition-duration: 500ms;
  transition-timing-function: ease;
  transition-delay: 0;
  transition-property: transform, opacity;
  transform: rotate(-270deg);
  opacity: 0; }

.spinIn.ng-enter.ng-enter-active, .spinIn.ng-hide-remove.ng-hide-remove-active {
  transform: rotate(0);
  opacity: 1; }

.spinOut.ng-leave, .spinOut.ng-hide-add {
  transition-duration: 500ms;
  transition-timing-function: ease;
  transition-delay: 0;
  transition-property: transform, opacity;
  transform: rotate(0);
  opacity: 1; }

.spinOut.ng-leave.ng-leave-active, .spinOut.ng-hide-add.ng-hide-add-active {
  transform: rotate(270deg);
  opacity: 0; }

.spinInCCW.ng-enter, .spinInCCW.ng-hide-remove {
  transition-duration: 500ms;
  transition-timing-function: ease;
  transition-delay: 0;
  transition-property: transform, opacity;
  transform: rotate(270deg);
  opacity: 0; }

.spinInCCW.ng-enter.ng-enter-active, .spinInCCW.ng-hide-remove.ng-hide-remove-active {
  transform: rotate(0);
  opacity: 1; }

.spinOutCCW.ng-leave, .spinOutCCW.ng-hide-add {
  transition-duration: 500ms;
  transition-timing-function: ease;
  transition-delay: 0;
  transition-property: transform, opacity;
  transform: rotate(0);
  opacity: 1; }

.spinOutCCW.ng-leave.ng-leave-active, .spinOutCCW.ng-hide-add.ng-hide-add-active {
  transform: rotate(-270deg);
  opacity: 0; }

/*
    Transition modifiers
  */
.slow {
  transition-duration: 750ms !important; }

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

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

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

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

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

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

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

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

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

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

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

/*
    Animations
  */
.shake {
  animation-name: shake;
  animation-duration: 500ms;
  animation-timing-function: ease;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  animation-delay: 0; }

.spin-cw {
  animation-name: spin-cw;
  animation-duration: 500ms;
  animation-timing-function: ease;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  animation-delay: 0; }

.spin-ccw {
  animation-name: spin-ccw;
  animation-duration: 500ms;
  animation-timing-function: ease;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  animation-delay: 0; }

.wiggle {
  animation-name: wiggle;
  animation-duration: 500ms;
  animation-timing-function: ease;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  animation-delay: 0; }

/*
    Animation modifiers
  */
.shake.infinite,
.spin-cw.infinite,
.spin-ccw.infinite,
.wiggle.infinite {
  animation-iteration-count: infinite; }

.shake.linear,
.spin-cw.linear,
.spin-ccw.linear,
.wiggle.linear {
  animation-timing-function: linear !important; }

.shake.ease,
.spin-cw.ease,
.spin-ccw.ease,
.wiggle.ease {
  animation-timing-function: ease !important; }

.shake.easeIn,
.spin-cw.easeIn,
.spin-ccw.easeIn,
.wiggle.easeIn {
  animation-timing-function: ease-in !important; }

.shake.easeOut,
.spin-cw.easeOut,
.spin-ccw.easeOut,
.wiggle.easeOut {
  animation-timing-function: ease-out !important; }

.shake.easeInOut,
.spin-cw.easeInOut,
.spin-ccw.easeInOut,
.wiggle.easeInOut {
  animation-timing-function: ease-in-out !important; }

.shake.bounceIn,
.spin-cw.bounceIn,
.spin-ccw.bounceIn,
.wiggle.bounceIn {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.shake.bounceOut,
.spin-cw.bounceOut,
.spin-ccw.bounceOut,
.wiggle.bounceOut {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.shake.bounceInOut,
.spin-cw.bounceInOut,
.spin-ccw.bounceInOut,
.wiggle.bounceInOut {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.shake.slow,
.spin-cw.slow,
.spin-ccw.slow,
.wiggle.slow {
  animation-duration: 750ms !important; }

.shake.fast,
.spin-cw.fast,
.spin-ccw.fast,
.wiggle.fast {
  animation-duration: 250ms !important; }

.shake.delay,
.spin-cw.delay,
.spin-ccw.delay,
.wiggle.delay {
  animation-delay: 300ms !important; }

.shake.long-delay,
.spin-cw.long-delay,
.spin-ccw.long-delay,
.wiggle.long-delay {
  animation-delay: 700ms !important; }

.stagger {
  transition-delay: 150ms;
  transition-duration: 0; }

.stort-stagger {
  transition-delay: 150ms;
  transition-duration: 0; }

.long-stagger {
  transition-delay: 150ms;
  transition-duration: 0; }

.position-absolute {
  overflow: hidden;
  position: relative; }

[ui-view].ng-enter-active, [ui-view].ng-leave-active {
  position: absolute !important;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

/*
  NOTIFICATION
  ------------

  An alert that pins to the corner of the screen when triggered by JavaScript. It can be set to disappear after a certain period of time, or to stay put until the user clicks on it. A custom action can be asigned to a notification as well.

  Optionally, the notifications directive can also tap into the browser's native notification support, if it exists.
*/
.notification, .static-notification {
  z-index: 1000;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-top: .5rem;
  margin-bottom: .5rem;
  display: none; }
  .notification h1, .static-notification h1 {
    font-size: 1.25em;
    margin: 0; }
  .notification p, .static-notification p {
    margin: 0; }
  .is-active.notification, .is-active.static-notification {
    display: -ms-flexbox;
    display: flex; }
  .notification .close-button, .static-notification .close-button {
    color: white; }

.notification-container {
  z-index: 3000;
  position: fixed;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }

/*
  CSS Output
*/
.notification {
  background: #00558b;
  padding: 1rem;
  border-radius: 4px; }
  .notification, .notification h1, .notification h2, .notification h3, .notification h4, .notification h5, .notification h6 {
    color: white; }
  .notification.success {
    background: #43AC6A;
    padding: 1rem;
    border-radius: 4px; }
    .notification.success, .notification.success h1, .notification.success h2, .notification.success h3, .notification.success h4, .notification.success h5, .notification.success h6 {
      color: white; }
  .notification.warning {
    background: #F08A24;
    padding: 1rem;
    border-radius: 4px; }
    .notification.warning, .notification.warning h1, .notification.warning h2, .notification.warning h3, .notification.warning h4, .notification.warning h5, .notification.warning h6 {
      color: white; }
  .notification.alert {
    background: #F04124;
    padding: 1rem;
    border-radius: 4px; }
    .notification.alert, .notification.alert h1, .notification.alert h2, .notification.alert h3, .notification.alert h4, .notification.alert h5, .notification.alert h6 {
      color: white; }
  .notification.dark {
    background: #232323;
    padding: 1rem;
    border-radius: 4px; }
    .notification.dark, .notification.dark h1, .notification.dark h2, .notification.dark h3, .notification.dark h4, .notification.dark h5, .notification.dark h6 {
      color: #fff; }

.static-notification {
  background: #00558b;
  padding: 1rem;
  border-radius: 4px;
  position: fixed !important; }
  .static-notification, .static-notification h1, .static-notification h2, .static-notification h3, .static-notification h4, .static-notification h5, .static-notification h6 {
    color: white; }
  .static-notification.top-right {
    width: 25rem;
    right: 1rem;
    top: 1rem; }
    @media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
      .static-notification.top-right {
        width: auto;
        left: 1rem;
        right: 1rem;
        margin-left: 0; } }
  .static-notification.top-left {
    width: 25rem;
    left: 1rem;
    top: 1rem; }
    @media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
      .static-notification.top-left {
        width: auto;
        left: 1rem;
        right: 1rem;
        margin-left: 0; } }
  .static-notification.top-middle {
    width: 25rem;
    left: 50%;
    margin-left: -12.5rem;
    top: 1rem; }
    @media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
      .static-notification.top-middle {
        width: auto;
        left: 1rem;
        right: 1rem;
        margin-left: 0; } }
  .static-notification.bottom-right {
    width: 25rem;
    right: 1rem;
    top: auto;
    bottom: 1rem; }
    @media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
      .static-notification.bottom-right {
        width: auto;
        left: 1rem;
        right: 1rem;
        margin-left: 0; } }
  .static-notification.bottom-left {
    width: 25rem;
    left: 1rem;
    top: auto;
    bottom: 1rem; }
    @media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
      .static-notification.bottom-left {
        width: auto;
        left: 1rem;
        right: 1rem;
        margin-left: 0; } }
  .static-notification.bottom-middle {
    width: 25rem;
    left: 50%;
    margin-left: -12.5rem;
    top: auto;
    bottom: 1rem; }
    @media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
      .static-notification.bottom-middle {
        width: auto;
        left: 1rem;
        right: 1rem;
        margin-left: 0; } }
  .static-notification.success {
    background: #43AC6A;
    padding: 1rem;
    border-radius: 4px; }
    .static-notification.success, .static-notification.success h1, .static-notification.success h2, .static-notification.success h3, .static-notification.success h4, .static-notification.success h5, .static-notification.success h6 {
      color: white; }
  .static-notification.warning {
    background: #F08A24;
    padding: 1rem;
    border-radius: 4px; }
    .static-notification.warning, .static-notification.warning h1, .static-notification.warning h2, .static-notification.warning h3, .static-notification.warning h4, .static-notification.warning h5, .static-notification.warning h6 {
      color: white; }
  .static-notification.alert {
    background: #F04124;
    padding: 1rem;
    border-radius: 4px; }
    .static-notification.alert, .static-notification.alert h1, .static-notification.alert h2, .static-notification.alert h3, .static-notification.alert h4, .static-notification.alert h5, .static-notification.alert h6 {
      color: white; }
  .static-notification.dark {
    background: #232323;
    padding: 1rem;
    border-radius: 4px; }
    .static-notification.dark, .static-notification.dark h1, .static-notification.dark h2, .static-notification.dark h3, .static-notification.dark h4, .static-notification.dark h5, .static-notification.dark h6 {
      color: #fff; }

.notification-container {
  width: 25rem;
  right: 1rem;
  top: 1rem; }
  @media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
    .notification-container {
      width: auto;
      left: 1rem;
      right: 1rem;
      margin-left: 0; } }
  .notification-container.top-right {
    width: 25rem;
    right: 1rem;
    top: 1rem; }
    @media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
      .notification-container.top-right {
        width: auto;
        left: 1rem;
        right: 1rem;
        margin-left: 0; } }
  .notification-container.top-left {
    width: 25rem;
    left: 1rem;
    top: 1rem; }
    @media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
      .notification-container.top-left {
        width: auto;
        left: 1rem;
        right: 1rem;
        margin-left: 0; } }
  .notification-container.top-middle {
    width: 25rem;
    left: 50%;
    margin-left: -12.5rem;
    top: 1rem; }
    @media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
      .notification-container.top-middle {
        width: auto;
        left: 1rem;
        right: 1rem;
        margin-left: 0; } }
  .notification-container.bottom-right {
    width: 25rem;
    right: 1rem;
    top: auto;
    bottom: 1rem; }
    @media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
      .notification-container.bottom-right {
        width: auto;
        left: 1rem;
        right: 1rem;
        margin-left: 0; } }
  .notification-container.bottom-left {
    width: 25rem;
    left: 1rem;
    top: auto;
    bottom: 1rem; }
    @media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
      .notification-container.bottom-left {
        width: auto;
        left: 1rem;
        right: 1rem;
        margin-left: 0; } }
  .notification-container.bottom-middle {
    width: 25rem;
    left: 50%;
    margin-left: -12.5rem;
    top: auto;
    bottom: 1rem; }
    @media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
      .notification-container.bottom-middle {
        width: auto;
        left: 1rem;
        right: 1rem;
        margin-left: 0; } }

.notification-icon {
  -ms-flex: 0 0 60px;
      flex: 0 0 60px;
  margin-right: 1rem;
  -ms-flex-item-align: start;
      align-self: flex-start; }
  .notification-icon img {
    width: 100%;
    height: auto; }

.notification-content {
  -ms-flex: 1;
      flex: 1; }

/*
	Off-canvas menu
  ---------------

  A generic container that stays fixed to the left, top, right, or bottom of the screen, and is summoned when needed. When an off-canvas panel is open, the app frame shifts over to reveal the menu.
*/
.off-canvas {
  position: fixed;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  transition: transform 0.25s ease-out;
  z-index: 2; }
  .is-active.off-canvas {
    transform: translate(0, 0) !important; }
  .off-canvas ~ .grid-frame {
    transform: translate(0, 0, 0);
    transition: transform 0.25s ease-out;
    backface-visibility: hidden;
    background: white; }

.off-canvas {
  /*
    Get shadow values for later use
  */
  /*
    Sizing
  */
  width: 250px;
  height: 100%;
  /*
    Positioning
  */
  top: 0;
  left: 0;
  box-shadow: inset -3px 0 10px rgba(0, 0, 0, 0.25);
  transform: translateX(-100%);
  background: #fff;
  color: #000; }
  .off-canvas.is-active ~ .grid-frame {
    transform: translateX(250px) !important; }
  .off-canvas.top {
    /*
    Get shadow values for later use
  */
    /*
    Sizing
  */
    height: 250px;
    width: 100%;
    /*
    Positioning
  */
    top: 0;
    left: 0;
    transform: translateY(-100%);
    box-shadow: inset 0 -3px 10px rgba(0, 0, 0, 0.25); }
    .off-canvas.top.is-active ~ .grid-frame {
      transform: translateY(250px) !important; }
  .off-canvas.right {
    /*
    Get shadow values for later use
  */
    /*
    Sizing
  */
    width: 250px;
    height: 100%;
    /*
    Positioning
  */
    left: auto;
    top: 0;
    right: 0;
    box-shadow: inset 3px 0 10px rgba(0, 0, 0, 0.25);
    transform: translateX(100%); }
    .off-canvas.right.is-active ~ .grid-frame {
      transform: translateX(-250px) !important; }
  .off-canvas.bottom {
    /*
    Get shadow values for later use
  */
    /*
    Sizing
  */
    height: 250px;
    width: 100%;
    /*
    Positioning
  */
    top: auto;
    bottom: 0;
    left: 0;
    transform: translateY(100%);
    box-shadow: inset 0 3px 10px rgba(0, 0, 0, 0.25); }
    .off-canvas.bottom.is-active ~ .grid-frame {
      transform: translateY(-250px) !important; }
  .off-canvas.left {
    /*
    Get shadow values for later use
  */
    /*
    Sizing
  */
    width: 250px;
    height: 100%;
    /*
    Positioning
  */
    top: 0;
    left: 0;
    box-shadow: inset -3px 0 10px rgba(0, 0, 0, 0.25);
    transform: translateX(-100%); }
    .off-canvas.left.is-active ~ .grid-frame {
      transform: translateX(250px) !important; }
  .off-canvas.detached {
    z-index: 0;
    box-shadow: none; }
    .off-canvas.detached, .off-canvas.detached.is-active {
      transform: none; }
    .off-canvas.detached ~ .grid-frame {
      z-index: 1;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); }
  .off-canvas.primary {
    background: #00558b;
    color: #fff; }
  .off-canvas.dark {
    background: #232323;
    color: #fff; }

/*
  POPUP
  -----

  A floating container that can anchor to any other on-screen element, and contain any content, including grid blocks or panels.
*/
.popup {
  position: absolute;
  z-index: 1000;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.25s ease-out;
  pointer-events: none; }
  .tether-enabled.popup {
    opacity: 1;
    pointer-events: auto; }

.popup {
  width: 18.75rem;
  background: #fff;
  border-radius: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  border: 0; }
  .popup.dark {
    background: #232323;
    border-radius: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    border: 0; }
  .popup.primary {
    background: #00558b;
    border-radius: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    border: 0; }

/*
  SWITCH
  ------
*/
.switch {
  position: relative;
  overflow: hidden;
  display: inline-block; }
  .switch > input {
    position: absolute;
    left: -9999px;
    outline: none; }
  .switch > label {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    margin: 0; }
    .switch > label::after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0; }
  .switch input + label {
    margin-left: 0; }

/*
  Defines the dimmensions of the switch.

  $width - width of the switch.
  $height - height of the switch.
*/
.switch {
  width: 3.125rem;
  height: 2rem;
  border-radius: 9999px; }
  .switch > label::after {
    width: 2rem;
    height: 2rem; }
  .switch input:checked + label::after {
    left: 1.125rem; }
  .switch > label {
    background: #ccc; }
    .switch > label::after {
      background: white;
      border-radius: 9999px;
      transition: left 0.15s ease-out;
      border: 4px solid #ccc; }
  .switch input:checked + label {
    background: #00558b;
    margin: 0; }
    .switch input:checked + label::after {
      border-color: #00558b; }
  .switch.small {
    width: 2.5rem;
    height: 1.625rem; }
    .switch.small > label::after {
      width: 1.625rem;
      height: 1.625rem; }
    .switch.small input:checked + label::after {
      left: 0.875rem; }
  .switch.large {
    width: 3.75rem;
    height: 2.375rem; }
    .switch.large > label::after {
      width: 2.375rem;
      height: 2.375rem; }
    .switch.large input:checked + label::after {
      left: 1.375rem; }

/*
  TABS
  ----
*/
.tabs {
  /*
		Container styles
	*/
  display: -ms-flexbox;
  display: flex;
  background: transparent;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
  .tabs.vertical {
    /*
		Container styles
	*/
    display: -ms-flexbox;
    display: flex;
    background: transparent;
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap; }
  .tabs .tab-item {
    background: #f3f3f3;
    padding: 1rem;
    line-height: 1;
    margin: 0;
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    cursor: pointer;
    color: #000; }
    .tabs .tab-item.is-active {
      background: #ececec;
      color: #000; }
      .tabs .tab-item.is-active:hover {
        background: #e7e7e7; }
    .tabs .tab-item:hover {
      background: #e7e7e7; }

.tab-contents {
  padding: 1rem; }
  .tab-contents .tab-content {
    display: none; }
    .tab-contents .tab-content.is-active {
      display: block; }

/*
  ACCORDION
  ---------

  The trusy accordion allows you to create a series of vertical tabs.
*/
.accordion {
  border: 1px solid #cbcbcb; }

.accordion-title {
  padding: 1rem;
  background: #f3f3f3;
  color: #000;
  line-height: 1;
  cursor: pointer; }
  .accordion-title:hover {
    background: #e7e7e7; }
  .is-active > .accordion-title {
    background: #ececec;
    color: #000; }

.accordion-content {
  padding: 1rem;
  display: none; }
  .is-active > .accordion-content {
    display: block; }

/*
  TYPOGRAPHY
  ----------

  Includes typographic resets for many common elements, and a few helper classes.
   - Headers
   - Subheaders
   - Lead paragraphs
   - Ordered/unordered lists
   - Code samples
   - Anchors
   - Dividers
   - Blockquotes
   - Acronyms
*/
/* 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: #00558b;
  text-decoration: none;
  line-height: inherit; }
  a[ui-sref] {
    cursor: pointer; }
  a:hover, a:focus {
    color: #004978; }
  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", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #222;
  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: #6f6f6f;
    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: #6f6f6f;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem; }

hr {
  border: solid #ddd;
  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%;
  color: #6f6f6f;
  line-height: inherit; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #464646;
  background-color: #fbfbfb;
  border-width: 1px;
  border-style: solid;
  border-color: #e2e2e2;
  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; }

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

/* Lists without bullets */
ul.no-bullet {
  margin-left: 0; }
  ul.no-bullet, ul.no-bullet li ul, ul.no-bullet li ol {
    list-style-type: none; }

/* 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;
  border-bottom: 1px dotted #ddd;
  cursor: help; }

abbr {
  text-transform: none; }

/* Blockquotes */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #ddd; }
  blockquote cite {
    display: block;
    font-size: 0.8125rem;
    color: #555555; }
    blockquote cite:before {
      content: "\2014 \0020"; }
    blockquote cite a,
    blockquote cite a:visited {
      color: #555555; }

blockquote,
blockquote p {
  line-height: 1.6;
  color: #6f6f6f; }

@media only screen and (min-width: 46.25em) {
  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; } }

/*
  UTILITIES
  ---------

  Responsive helper classes to assist you in quickly doing basic formatting and layout.

  Features:
   - Vertical alignment
   - Visibility
   - Text alignment
   - Floating
*/
.v-align {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .v-align .align-top {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  .v-align .align-center {
    -ms-flex-item-align: center;
        align-self: center; }
  .v-align .align-bottom {
    -ms-flex-item-align: end;
        align-self: flex-end; }
  .v-align .small-align-top {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  .v-align .small-align-center {
    -ms-flex-item-align: center;
        align-self: center; }
  .v-align .small-align-bottom {
    -ms-flex-item-align: end;
        align-self: flex-end; }
  @media only screen and (min-width: 46.25em) {
    .v-align .medium-align-top {
      -ms-flex-item-align: start;
          align-self: flex-start; } }
  @media only screen and (min-width: 46.25em) {
    .v-align .medium-align-center {
      -ms-flex-item-align: center;
          align-self: center; } }
  @media only screen and (min-width: 46.25em) {
    .v-align .medium-align-bottom {
      -ms-flex-item-align: end;
          align-self: flex-end; } }
  @media only screen and (min-width: 64.0625em) {
    .v-align .large-align-top {
      -ms-flex-item-align: start;
          align-self: flex-start; } }
  @media only screen and (min-width: 64.0625em) {
    .v-align .large-align-center {
      -ms-flex-item-align: center;
          align-self: center; } }
  @media only screen and (min-width: 64.0625em) {
    .v-align .large-align-bottom {
      -ms-flex-item-align: end;
          align-self: flex-end; } }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

.hide-for-small:not(.ng-hide) {
  display: block !important;
  display: none !important; }

.hide-for-small[class*="grid-block"]:not(.ng-hide) {
  display: -ms-flexbox !important;
  display: flex !important;
  display: none !important; }

.show-for-small:not(.ng-hide) {
  display: none !important;
  display: block !important; }

.show-for-small[class*="grid-block"]:not(.ng-hide) {
  display: none !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.hide-for-small-only:not(.ng-hide) {
  display: block !important; }
  @media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
    .hide-for-small-only:not(.ng-hide) {
      display: none !important; } }

.hide-for-small-only[class*="grid-block"]:not(.ng-hide) {
  display: -ms-flexbox !important;
  display: flex !important; }
  @media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
    .hide-for-small-only[class*="grid-block"]:not(.ng-hide) {
      display: none !important; } }

.show-for-small-only:not(.ng-hide) {
  display: none !important; }
  @media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
    .show-for-small-only:not(.ng-hide) {
      display: block !important; } }

.show-for-small-only[class*="grid-block"]:not(.ng-hide) {
  display: none !important; }
  @media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
    .show-for-small-only[class*="grid-block"]:not(.ng-hide) {
      display: -ms-flexbox !important;
      display: flex !important; } }

.hide-for-medium:not(.ng-hide) {
  display: block !important; }
  @media only screen and (min-width: 46.25em) {
    .hide-for-medium:not(.ng-hide) {
      display: none !important; } }

.hide-for-medium[class*="grid-block"]:not(.ng-hide) {
  display: -ms-flexbox !important;
  display: flex !important; }
  @media only screen and (min-width: 46.25em) {
    .hide-for-medium[class*="grid-block"]:not(.ng-hide) {
      display: none !important; } }

.show-for-medium:not(.ng-hide) {
  display: none !important; }
  @media only screen and (min-width: 46.25em) {
    .show-for-medium:not(.ng-hide) {
      display: block !important; } }

.show-for-medium[class*="grid-block"]:not(.ng-hide) {
  display: none !important; }
  @media only screen and (min-width: 46.25em) {
    .show-for-medium[class*="grid-block"]:not(.ng-hide) {
      display: -ms-flexbox !important;
      display: flex !important; } }

.hide-for-medium-only:not(.ng-hide) {
  display: block !important; }
  @media only screen and (min-width: 46.25em) and (max-width: 64rem) {
    .hide-for-medium-only:not(.ng-hide) {
      display: none !important; } }

.hide-for-medium-only[class*="grid-block"]:not(.ng-hide) {
  display: -ms-flexbox !important;
  display: flex !important; }
  @media only screen and (min-width: 46.25em) and (max-width: 64rem) {
    .hide-for-medium-only[class*="grid-block"]:not(.ng-hide) {
      display: none !important; } }

.show-for-medium-only:not(.ng-hide) {
  display: none !important; }
  @media only screen and (min-width: 46.25em) and (max-width: 64rem) {
    .show-for-medium-only:not(.ng-hide) {
      display: block !important; } }

.show-for-medium-only[class*="grid-block"]:not(.ng-hide) {
  display: none !important; }
  @media only screen and (min-width: 46.25em) and (max-width: 64rem) {
    .show-for-medium-only[class*="grid-block"]:not(.ng-hide) {
      display: -ms-flexbox !important;
      display: flex !important; } }

.hide-for-large:not(.ng-hide) {
  display: block !important; }
  @media only screen and (min-width: 64.0625em) {
    .hide-for-large:not(.ng-hide) {
      display: none !important; } }

.hide-for-large[class*="grid-block"]:not(.ng-hide) {
  display: -ms-flexbox !important;
  display: flex !important; }
  @media only screen and (min-width: 64.0625em) {
    .hide-for-large[class*="grid-block"]:not(.ng-hide) {
      display: none !important; } }

.show-for-large:not(.ng-hide) {
  display: none !important; }
  @media only screen and (min-width: 64.0625em) {
    .show-for-large:not(.ng-hide) {
      display: block !important; } }

.show-for-large[class*="grid-block"]:not(.ng-hide) {
  display: none !important; }
  @media only screen and (min-width: 64.0625em) {
    .show-for-large[class*="grid-block"]:not(.ng-hide) {
      display: -ms-flexbox !important;
      display: flex !important; } }

.hide-for-large-only:not(.ng-hide) {
  display: block !important; }
  @media only screen and (min-width: 64.0625em) and (max-width: 89.9375rem) {
    .hide-for-large-only:not(.ng-hide) {
      display: none !important; } }

.hide-for-large-only[class*="grid-block"]:not(.ng-hide) {
  display: -ms-flexbox !important;
  display: flex !important; }
  @media only screen and (min-width: 64.0625em) and (max-width: 89.9375rem) {
    .hide-for-large-only[class*="grid-block"]:not(.ng-hide) {
      display: none !important; } }

.show-for-large-only:not(.ng-hide) {
  display: none !important; }
  @media only screen and (min-width: 64.0625em) and (max-width: 89.9375rem) {
    .show-for-large-only:not(.ng-hide) {
      display: block !important; } }

.show-for-large-only[class*="grid-block"]:not(.ng-hide) {
  display: none !important; }
  @media only screen and (min-width: 64.0625em) and (max-width: 89.9375rem) {
    .show-for-large-only[class*="grid-block"]:not(.ng-hide) {
      display: -ms-flexbox !important;
      display: flex !important; } }

@media only screen and (orientation: portrait) {
  .hide-for-portrait {
    display: none !important; }
    .hide-for-portrait[class*="grid-block"] {
      display: -ms-flexbox !important;
      display: flex !important; } }

.show-for-portrait {
  display: none !important; }
  @media only screen and (orientation: portrait) {
    .show-for-portrait {
      display: block !important; }
      .show-for-portrait[class*="grid-block"] {
        display: -ms-flexbox !important;
        display: flex !important; } }

@media only screen and (orientation: landscape) {
  .hide-for-landscape {
    display: none !important; }
    .hide-for-landscape[class*="grid-block"] {
      display: -ms-flexbox !important;
      display: flex !important; } }

.show-for-landscape {
  display: none !important; }
  @media only screen and (orientation: landscape) {
    .show-for-landscape {
      display: block !important; }
      .show-for-landscape[class*="grid-block"] {
        display: -ms-flexbox !important;
        display: flex !important; } }

/*
    Text alignment
  */
.text-left {
  text-align: left; }

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

@media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
  .small-only-text-left {
    text-align: left; } }

@media only screen and (min-width: 46.25em) {
  .medium-text-left {
    text-align: left; } }

@media only screen and (min-width: 46.25em) and (max-width: 64rem) {
  .medium-only-text-left {
    text-align: left; } }

@media only screen and (min-width: 64.0625em) {
  .large-text-left {
    text-align: left; } }

@media only screen and (min-width: 64.0625em) and (max-width: 89.9375rem) {
  .large-only-text-left {
    text-align: left; } }

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

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

@media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
  .small-only-text-right {
    text-align: right; } }

@media only screen and (min-width: 46.25em) {
  .medium-text-right {
    text-align: right; } }

@media only screen and (min-width: 46.25em) and (max-width: 64rem) {
  .medium-only-text-right {
    text-align: right; } }

@media only screen and (min-width: 64.0625em) {
  .large-text-right {
    text-align: right; } }

@media only screen and (min-width: 64.0625em) and (max-width: 89.9375rem) {
  .large-only-text-right {
    text-align: right; } }

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

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

@media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
  .small-only-text-center {
    text-align: center; } }

@media only screen and (min-width: 46.25em) {
  .medium-text-center {
    text-align: center; } }

@media only screen and (min-width: 46.25em) and (max-width: 64rem) {
  .medium-only-text-center {
    text-align: center; } }

@media only screen and (min-width: 64.0625em) {
  .large-text-center {
    text-align: center; } }

@media only screen and (min-width: 64.0625em) and (max-width: 89.9375rem) {
  .large-only-text-center {
    text-align: center; } }

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

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

@media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
  .small-only-text-justify {
    text-align: justify; } }

@media only screen and (min-width: 46.25em) {
  .medium-text-justify {
    text-align: justify; } }

@media only screen and (min-width: 46.25em) and (max-width: 64rem) {
  .medium-only-text-justify {
    text-align: justify; } }

@media only screen and (min-width: 64.0625em) {
  .large-text-justify {
    text-align: justify; } }

@media only screen and (min-width: 64.0625em) and (max-width: 89.9375rem) {
  .large-only-text-justify {
    text-align: justify; } }

/*
    Floating
  */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.float-none {
  float: none; }

h3 {
  display: block;
  width: 100%; }

.alert-danger {
  background-color: #800000;
  color: #ffffff;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
  margin-top: 0;
  margin-bottom: 0.9375rem;
  font-size: 0.75rem;
  line-height: 1.125rem; }

@font-face {
  font-family: 'open_sansregular';
  src: url("/app/fonts/open-sans/OpenSans-Regular-webfont.eot");
  src: url("/app/fonts/open-sans/OpenSans-Regular-webfont.woff") format("woff"), url("/app/fonts/open-sans/OpenSans-Regular-webfont.ttf") format("truetype"), url("/app/fonts/open-sans/OpenSans-Regular-webfont.svg#open_sansregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'open_sansbold';
  src: url("/app/fonts/open-sans/OpenSans-Bold-webfont.eot");
  src: url("/app/fonts/open-sans/OpenSans-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("/app/fonts/open-sans/OpenSans-Bold-webfont.woff") format("woff"), url("/app/fonts/open-sans/OpenSans-Bold-webfont.ttf") format("truetype"), url("/app/fonts/open-sans/OpenSans-Bold-webfont.svg#open_sansbold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'open_sansitalic';
  src: url("/app/fonts/open-sans/OpenSans-Italic-webfont.eot");
  src: url("/app/fonts/open-sans/OpenSans-Italic-webfont.eot?#iefix") format("embedded-opentype"), url("/app/fonts/open-sans/OpenSans-Italic-webfont.woff") format("woff"), url("/app/fonts/open-sans/OpenSans-Italic-webfont.ttf") format("truetype"), url("/app/fonts/open-sans/OpenSans-Italic-webfont.svg#open_sansitalic") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'josefin_sansbold';
  src: url("/app/fonts/josefin-sans/josefinsans-bold-webfont.eot");
  src: url("/app/fonts/josefin-sans/josefinsans-bold-webfont.eot?#iefix") format("embedded-opentype"), url("/app/fonts/josefin-sans/josefinsans-bold-webfont.woff") format("woff"), url("/app/fonts/josefin-sans/josefinsans-bold-webfont.ttf") format("truetype"), url("/app/fonts/josefin-sans/josefinsans-bold-webfont.svg#josefin_sansbold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'josefin_sansregular';
  src: url("/app/fonts/josefin-sans/josefinsans-italic-webfont.eot");
  src: url("/app/fonts/josefin-sans/josefinsans-italic-webfont.eot?#iefix") format("embedded-opentype"), url("/app/fonts/josefin-sans/josefinsans-italic-webfont.woff2") format("woff2"), url("/app/fonts/josefin-sans/josefinsans-italic-webfont.woff") format("woff"), url("/app/fonts/josefin-sans/josefinsans-italic-webfont.ttf") format("truetype"), url("/app/fonts/josefin-sans/josefinsans-italic-webfont.svg#josefin_sansregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'josefin_sansbold_italic';
  src: url("/app/fonts/josefin-sans/josefinsans-bolditalic-webfont.eot");
  src: url("/app/fonts/josefin-sans/josefinsans-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("/app/fonts/josefin-sans/josefinsans-bolditalic-webfont.woff2") format("woff2"), url("/app/fonts/josefin-sans/josefinsans-bolditalic-webfont.woff") format("woff"), url("/app/fonts/josefin-sans/josefinsans-bolditalic-webfont.ttf") format("truetype"), url("/app/fonts/josefin-sans/josefinsans-bolditalic-webfont.svg#josefin_sansbold_italic") format("svg");
  font-weight: normal;
  font-style: normal; }

/* 
 * Foundation Icons v 3.0
 * Made by ZURB 2013 http://zurb.com/playground/foundation-icon-fonts-3
 * MIT License
 */
@font-face {
  font-family: "foundation-icons";
  src: url("/app/fonts/foundation-icons/foundation-icons.eot");
  src: url("/app/fonts/foundation-icons/foundation-icons.eot?#iefix") format("embedded-opentype"), url("/app/fonts/foundation-icons/foundation-icons.woff") format("woff"), url("/app/fonts/foundation-icons/foundation-icons.ttf") format("truetype"), url("/app/fonts/foundation-icons/foundation-icons.svg#fontcustom") format("svg");
  font-weight: normal;
  font-style: normal; }

.fi-address-book:before,
.fi-alert:before,
.fi-align-center:before,
.fi-align-justify:before,
.fi-align-left:before,
.fi-align-right:before,
.fi-anchor:before,
.fi-annotate:before,
.fi-archive:before,
.fi-arrow-down:before,
.fi-arrow-left:before,
.fi-arrow-right:before,
.fi-arrow-up:before,
.fi-arrows-compress:before,
.fi-arrows-expand:before,
.fi-arrows-in:before,
.fi-arrows-out:before,
.fi-asl:before,
.fi-asterisk:before,
.fi-at-sign:before,
.fi-background-color:before,
.fi-battery-empty:before,
.fi-battery-full:before,
.fi-battery-half:before,
.fi-bitcoin-circle:before,
.fi-bitcoin:before,
.fi-blind:before,
.fi-bluetooth:before,
.fi-bold:before,
.fi-book-bookmark:before,
.fi-book:before,
.fi-bookmark:before,
.fi-braille:before,
.fi-burst-new:before,
.fi-burst-sale:before,
.fi-burst:before,
.fi-calendar:before,
.fi-camera:before,
.fi-check:before,
.fi-checkbox:before,
.fi-clipboard-notes:before,
.fi-clipboard-pencil:before,
.fi-clipboard:before,
.fi-clock:before,
.fi-closed-caption:before,
.fi-cloud:before,
.fi-comment-minus:before,
.fi-comment-quotes:before,
.fi-comment-video:before,
.fi-comment:before,
.fi-comments:before,
.fi-compass:before,
.fi-contrast:before,
.fi-credit-card:before,
.fi-crop:before,
.fi-crown:before,
.fi-css3:before,
.fi-database:before,
.fi-die-five:before,
.fi-die-four:before,
.fi-die-one:before,
.fi-die-six:before,
.fi-die-three:before,
.fi-die-two:before,
.fi-dislike:before,
.fi-dollar-bill:before,
.fi-dollar:before,
.fi-download:before,
.fi-eject:before,
.fi-elevator:before,
.fi-euro:before,
.fi-eye:before,
.fi-fast-forward:before,
.fi-female-symbol:before,
.fi-female:before,
.fi-filter:before,
.fi-first-aid:before,
.fi-flag:before,
.fi-folder-add:before,
.fi-folder-lock:before,
.fi-folder:before,
.fi-foot:before,
.fi-foundation:before,
.fi-graph-bar:before,
.fi-graph-horizontal:before,
.fi-graph-pie:before,
.fi-graph-trend:before,
.fi-guide-dog:before,
.fi-hearing-aid:before,
.fi-heart:before,
.fi-home:before,
.fi-html5:before,
.fi-indent-less:before,
.fi-indent-more:before,
.fi-info:before,
.fi-italic:before,
.fi-key:before,
.fi-laptop:before,
.fi-layout:before,
.fi-lightbulb:before,
.fi-like:before,
.fi-link:before,
.fi-list-bullet:before,
.fi-list-number:before,
.fi-list-thumbnails:before,
.fi-list:before,
.fi-lock:before,
.fi-loop:before,
.fi-magnifying-glass:before,
.fi-mail:before,
.fi-male-female:before,
.fi-male-symbol:before,
.fi-male:before,
.fi-map:before,
.fi-marker:before,
.fi-megaphone:before,
.fi-microphone:before,
.fi-minus-circle:before,
.fi-minus:before,
.fi-mobile-signal:before,
.fi-mobile:before,
.fi-monitor:before,
.fi-mountains:before,
.fi-music:before,
.fi-next:before,
.fi-no-dogs:before,
.fi-no-smoking:before,
.fi-page-add:before,
.fi-page-copy:before,
.fi-page-csv:before,
.fi-page-delete:before,
.fi-page-doc:before,
.fi-page-edit:before,
.fi-page-export-csv:before,
.fi-page-export-doc:before,
.fi-page-export-pdf:before,
.fi-page-export:before,
.fi-page-filled:before,
.fi-page-multiple:before,
.fi-page-pdf:before,
.fi-page-remove:before,
.fi-page-search:before,
.fi-page:before,
.fi-paint-bucket:before,
.fi-paperclip:before,
.fi-pause:before,
.fi-paw:before,
.fi-paypal:before,
.fi-pencil:before,
.fi-photo:before,
.fi-play-circle:before,
.fi-play-video:before,
.fi-play:before,
.fi-plus:before,
.fi-pound:before,
.fi-power:before,
.fi-previous:before,
.fi-price-tag:before,
.fi-pricetag-multiple:before,
.fi-print:before,
.fi-prohibited:before,
.fi-projection-screen:before,
.fi-puzzle:before,
.fi-quote:before,
.fi-record:before,
.fi-refresh:before,
.fi-results-demographics:before,
.fi-results:before,
.fi-rewind-ten:before,
.fi-rewind:before,
.fi-rss:before,
.fi-safety-cone:before,
.fi-save:before,
.fi-share:before,
.fi-sheriff-badge:before,
.fi-shield:before,
.fi-shopping-bag:before,
.fi-shopping-cart:before,
.fi-shuffle:before,
.fi-skull:before,
.fi-social-500px:before,
.fi-social-adobe:before,
.fi-social-amazon:before,
.fi-social-android:before,
.fi-social-apple:before,
.fi-social-behance:before,
.fi-social-bing:before,
.fi-social-blogger:before,
.fi-social-delicious:before,
.fi-social-designer-news:before,
.fi-social-deviant-art:before,
.fi-social-digg:before,
.fi-social-dribbble:before,
.fi-social-drive:before,
.fi-social-dropbox:before,
.fi-social-evernote:before,
.fi-social-facebook:before,
.fi-social-flickr:before,
.fi-social-forrst:before,
.fi-social-foursquare:before,
.fi-social-game-center:before,
.fi-social-github:before,
.fi-social-google-plus:before,
.fi-social-hacker-news:before,
.fi-social-hi5:before,
.fi-social-instagram:before,
.fi-social-joomla:before,
.fi-social-lastfm:before,
.fi-social-linkedin:before,
.fi-social-medium:before,
.fi-social-myspace:before,
.fi-social-orkut:before,
.fi-social-path:before,
.fi-social-picasa:before,
.fi-social-pinterest:before,
.fi-social-rdio:before,
.fi-social-reddit:before,
.fi-social-skillshare:before,
.fi-social-skype:before,
.fi-social-smashing-mag:before,
.fi-social-snapchat:before,
.fi-social-spotify:before,
.fi-social-squidoo:before,
.fi-social-stack-overflow:before,
.fi-social-steam:before,
.fi-social-stumbleupon:before,
.fi-social-treehouse:before,
.fi-social-tumblr:before,
.fi-social-twitter:before,
.fi-social-vimeo:before,
.fi-social-windows:before,
.fi-social-xbox:before,
.fi-social-yahoo:before,
.fi-social-yelp:before,
.fi-social-youtube:before,
.fi-social-zerply:before,
.fi-social-zurb:before,
.fi-sound:before,
.fi-star:before,
.fi-stop:before,
.fi-strikethrough:before,
.fi-subscript:before,
.fi-superscript:before,
.fi-tablet-landscape:before,
.fi-tablet-portrait:before,
.fi-target-two:before,
.fi-target:before,
.fi-telephone-accessible:before,
.fi-telephone:before,
.fi-text-color:before,
.fi-thumbnails:before,
.fi-ticket:before,
.fi-torso-business:before,
.fi-torso-female:before,
.fi-torso:before,
.fi-torsos-all-female:before,
.fi-torsos-all:before,
.fi-torsos-female-male:before,
.fi-torsos-male-female:before,
.fi-torsos:before,
.fi-trash:before,
.fi-trees:before,
.fi-trophy:before,
.fi-underline:before,
.fi-universal-access:before,
.fi-unlink:before,
.fi-unlock:before,
.fi-upload-cloud:before,
.fi-upload:before,
.fi-usb:before,
.fi-video:before,
.fi-volume-none:before,
.fi-volume-strike:before,
.fi-volume:before,
.fi-web:before,
.fi-wheelchair:before,
.fi-widget:before,
.fi-wrench:before,
.fi-x-circle:before,
.fi-x:before,
.fi-yen:before,
.fi-zoom-in:before,
.fi-zoom-out:before {
  font-family: "foundation-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit; }

.fi-address-book:before {
  content: "\f100"; }

.fi-alert:before {
  content: "\f101"; }

.fi-align-center:before {
  content: "\f102"; }

.fi-align-justify:before {
  content: "\f103"; }

.fi-align-left:before {
  content: "\f104"; }

.fi-align-right:before {
  content: "\f105"; }

.fi-anchor:before {
  content: "\f106"; }

.fi-annotate:before {
  content: "\f107"; }

.fi-archive:before {
  content: "\f108"; }

.fi-arrow-down:before {
  content: "\f109"; }

.fi-arrow-left:before {
  content: "\f10a"; }

.fi-arrow-right:before {
  content: "\f10b"; }

.fi-arrow-up:before {
  content: "\f10c"; }

.fi-arrows-compress:before {
  content: "\f10d"; }

.fi-arrows-expand:before {
  content: "\f10e"; }

.fi-arrows-in:before {
  content: "\f10f"; }

.fi-arrows-out:before {
  content: "\f110"; }

.fi-asl:before {
  content: "\f111"; }

.fi-asterisk:before {
  content: "\f112"; }

.fi-at-sign:before {
  content: "\f113"; }

.fi-background-color:before {
  content: "\f114"; }

.fi-battery-empty:before {
  content: "\f115"; }

.fi-battery-full:before {
  content: "\f116"; }

.fi-battery-half:before {
  content: "\f117"; }

.fi-bitcoin-circle:before {
  content: "\f118"; }

.fi-bitcoin:before {
  content: "\f119"; }

.fi-blind:before {
  content: "\f11a"; }

.fi-bluetooth:before {
  content: "\f11b"; }

.fi-bold:before {
  content: "\f11c"; }

.fi-book-bookmark:before {
  content: "\f11d"; }

.fi-book:before {
  content: "\f11e"; }

.fi-bookmark:before {
  content: "\f11f"; }

.fi-braille:before {
  content: "\f120"; }

.fi-burst-new:before {
  content: "\f121"; }

.fi-burst-sale:before {
  content: "\f122"; }

.fi-burst:before {
  content: "\f123"; }

.fi-calendar:before {
  content: "\f124"; }

.fi-camera:before {
  content: "\f125"; }

.fi-check:before {
  content: "\f126"; }

.fi-checkbox:before {
  content: "\f127"; }

.fi-clipboard-notes:before {
  content: "\f128"; }

.fi-clipboard-pencil:before {
  content: "\f129"; }

.fi-clipboard:before {
  content: "\f12a"; }

.fi-clock:before {
  content: "\f12b"; }

.fi-closed-caption:before {
  content: "\f12c"; }

.fi-cloud:before {
  content: "\f12d"; }

.fi-comment-minus:before {
  content: "\f12e"; }

.fi-comment-quotes:before {
  content: "\f12f"; }

.fi-comment-video:before {
  content: "\f130"; }

.fi-comment:before {
  content: "\f131"; }

.fi-comments:before {
  content: "\f132"; }

.fi-compass:before {
  content: "\f133"; }

.fi-contrast:before {
  content: "\f134"; }

.fi-credit-card:before {
  content: "\f135"; }

.fi-crop:before {
  content: "\f136"; }

.fi-crown:before {
  content: "\f137"; }

.fi-css3:before {
  content: "\f138"; }

.fi-database:before {
  content: "\f139"; }

.fi-die-five:before {
  content: "\f13a"; }

.fi-die-four:before {
  content: "\f13b"; }

.fi-die-one:before {
  content: "\f13c"; }

.fi-die-six:before {
  content: "\f13d"; }

.fi-die-three:before {
  content: "\f13e"; }

.fi-die-two:before {
  content: "\f13f"; }

.fi-dislike:before {
  content: "\f140"; }

.fi-dollar-bill:before {
  content: "\f141"; }

.fi-dollar:before {
  content: "\f142"; }

.fi-download:before {
  content: "\f143"; }

.fi-eject:before {
  content: "\f144"; }

.fi-elevator:before {
  content: "\f145"; }

.fi-euro:before {
  content: "\f146"; }

.fi-eye:before {
  content: "\f147"; }

.fi-fast-forward:before {
  content: "\f148"; }

.fi-female-symbol:before {
  content: "\f149"; }

.fi-female:before {
  content: "\f14a"; }

.fi-filter:before {
  content: "\f14b"; }

.fi-first-aid:before {
  content: "\f14c"; }

.fi-flag:before {
  content: "\f14d"; }

.fi-folder-add:before {
  content: "\f14e"; }

.fi-folder-lock:before {
  content: "\f14f"; }

.fi-folder:before {
  content: "\f150"; }

.fi-foot:before {
  content: "\f151"; }

.fi-foundation:before {
  content: "\f152"; }

.fi-graph-bar:before {
  content: "\f153"; }

.fi-graph-horizontal:before {
  content: "\f154"; }

.fi-graph-pie:before {
  content: "\f155"; }

.fi-graph-trend:before {
  content: "\f156"; }

.fi-guide-dog:before {
  content: "\f157"; }

.fi-hearing-aid:before {
  content: "\f158"; }

.fi-heart:before {
  content: "\f159"; }

.fi-home:before {
  content: "\f15a"; }

.fi-html5:before {
  content: "\f15b"; }

.fi-indent-less:before {
  content: "\f15c"; }

.fi-indent-more:before {
  content: "\f15d"; }

.fi-info:before {
  content: "\f15e"; }

.fi-italic:before {
  content: "\f15f"; }

.fi-key:before {
  content: "\f160"; }

.fi-laptop:before {
  content: "\f161"; }

.fi-layout:before {
  content: "\f162"; }

.fi-lightbulb:before {
  content: "\f163"; }

.fi-like:before {
  content: "\f164"; }

.fi-link:before {
  content: "\f165"; }

.fi-list-bullet:before {
  content: "\f166"; }

.fi-list-number:before {
  content: "\f167"; }

.fi-list-thumbnails:before {
  content: "\f168"; }

.fi-list:before {
  content: "\f169"; }

.fi-list:before {
  content: "&#xf169;"; }

.fi-lock:before {
  content: "\f16a"; }

.fi-loop:before {
  content: "\f16b"; }

.fi-magnifying-glass:before {
  content: "\f16c"; }

.fi-mail:before {
  content: "\f16d"; }

.fi-male-female:before {
  content: "\f16e"; }

.fi-male-symbol:before {
  content: "\f16f"; }

.fi-male:before {
  content: "\f170"; }

.fi-map:before {
  content: "\f171"; }

.fi-marker:before {
  content: "\f172"; }

.fi-megaphone:before {
  content: "\f173"; }

.fi-microphone:before {
  content: "\f174"; }

.fi-minus-circle:before {
  content: "\f175"; }

.fi-minus:before {
  content: "\f176"; }

.fi-mobile-signal:before {
  content: "\f177"; }

.fi-mobile:before {
  content: "\f178"; }

.fi-monitor:before {
  content: "\f179"; }

.fi-mountains:before {
  content: "\f17a"; }

.fi-music:before {
  content: "\f17b"; }

.fi-next:before {
  content: "\f17c"; }

.fi-no-dogs:before {
  content: "\f17d"; }

.fi-no-smoking:before {
  content: "\f17e"; }

.fi-page-add:before {
  content: "\f17f"; }

.fi-page-copy:before {
  content: "\f180"; }

.fi-page-csv:before {
  content: "\f181"; }

.fi-page-delete:before {
  content: "\f182"; }

.fi-page-doc:before {
  content: "\f183"; }

.fi-page-edit:before {
  content: "\f184"; }

.fi-page-export-csv:before {
  content: "\f185"; }

.fi-page-export-doc:before {
  content: "\f186"; }

.fi-page-export-pdf:before {
  content: "\f187"; }

.fi-page-export:before {
  content: "\f188"; }

.fi-page-filled:before {
  content: "\f189"; }

.fi-page-multiple:before {
  content: "\f18a"; }

.fi-page-pdf:before {
  content: "\f18b"; }

.fi-page-remove:before {
  content: "\f18c"; }

.fi-page-search:before {
  content: "\f18d"; }

.fi-page:before {
  content: "\f18e"; }

.fi-paint-bucket:before {
  content: "\f18f"; }

.fi-paperclip:before {
  content: "\f190"; }

.fi-pause:before {
  content: "\f191"; }

.fi-paw:before {
  content: "\f192"; }

.fi-paypal:before {
  content: "\f193"; }

.fi-pencil:before {
  content: "\f194"; }

.fi-photo:before {
  content: "\f195"; }

.fi-play-circle:before {
  content: "\f196"; }

.fi-play-video:before {
  content: "\f197"; }

.fi-play:before {
  content: "\f198"; }

.fi-plus:before {
  content: "\f199"; }

.fi-pound:before {
  content: "\f19a"; }

.fi-power:before {
  content: "\f19b"; }

.fi-previous:before {
  content: "\f19c"; }

.fi-price-tag:before {
  content: "\f19d"; }

.fi-pricetag-multiple:before {
  content: "\f19e"; }

.fi-print:before {
  content: "\f19f"; }

.fi-prohibited:before {
  content: "\f1a0"; }

.fi-projection-screen:before {
  content: "\f1a1"; }

.fi-puzzle:before {
  content: "\f1a2"; }

.fi-quote:before {
  content: "\f1a3"; }

.fi-record:before {
  content: "\f1a4"; }

.fi-refresh:before {
  content: "\f1a5"; }

.fi-results-demographics:before {
  content: "\f1a6"; }

.fi-results:before {
  content: "\f1a7"; }

.fi-rewind-ten:before {
  content: "\f1a8"; }

.fi-rewind:before {
  content: "\f1a9"; }

.fi-rss:before {
  content: "\f1aa"; }

.fi-safety-cone:before {
  content: "\f1ab"; }

.fi-save:before {
  content: "\f1ac"; }

.fi-share:before {
  content: "\f1ad"; }

.fi-sheriff-badge:before {
  content: "\f1ae"; }

.fi-shield:before {
  content: "\f1af"; }

.fi-shopping-bag:before {
  content: "\f1b0"; }

.fi-shopping-cart:before {
  content: "\f1b1"; }

.fi-shuffle:before {
  content: "\f1b2"; }

.fi-skull:before {
  content: "\f1b3"; }

.fi-social-500px:before {
  content: "\f1b4"; }

.fi-social-adobe:before {
  content: "\f1b5"; }

.fi-social-amazon:before {
  content: "\f1b6"; }

.fi-social-android:before {
  content: "\f1b7"; }

.fi-social-apple:before {
  content: "\f1b8"; }

.fi-social-behance:before {
  content: "\f1b9"; }

.fi-social-bing:before {
  content: "\f1ba"; }

.fi-social-blogger:before {
  content: "\f1bb"; }

.fi-social-delicious:before {
  content: "\f1bc"; }

.fi-social-designer-news:before {
  content: "\f1bd"; }

.fi-social-deviant-art:before {
  content: "\f1be"; }

.fi-social-digg:before {
  content: "\f1bf"; }

.fi-social-dribbble:before {
  content: "\f1c0"; }

.fi-social-drive:before {
  content: "\f1c1"; }

.fi-social-dropbox:before {
  content: "\f1c2"; }

.fi-social-evernote:before {
  content: "\f1c3"; }

.fi-social-facebook:before {
  content: "\f1c4"; }

.fi-social-flickr:before {
  content: "\f1c5"; }

.fi-social-forrst:before {
  content: "\f1c6"; }

.fi-social-foursquare:before {
  content: "\f1c7"; }

.fi-social-game-center:before {
  content: "\f1c8"; }

.fi-social-github:before {
  content: "\f1c9"; }

.fi-social-google-plus:before {
  content: "\f1ca"; }

.fi-social-hacker-news:before {
  content: "\f1cb"; }

.fi-social-hi5:before {
  content: "\f1cc"; }

.fi-social-instagram:before {
  content: "\f1cd"; }

.fi-social-joomla:before {
  content: "\f1ce"; }

.fi-social-lastfm:before {
  content: "\f1cf"; }

.fi-social-linkedin:before {
  content: "\f1d0"; }

.fi-social-medium:before {
  content: "\f1d1"; }

.fi-social-myspace:before {
  content: "\f1d2"; }

.fi-social-orkut:before {
  content: "\f1d3"; }

.fi-social-path:before {
  content: "\f1d4"; }

.fi-social-picasa:before {
  content: "\f1d5"; }

.fi-social-pinterest:before {
  content: "\f1d6"; }

.fi-social-rdio:before {
  content: "\f1d7"; }

.fi-social-reddit:before {
  content: "\f1d8"; }

.fi-social-skillshare:before {
  content: "\f1d9"; }

.fi-social-skype:before {
  content: "\f1da"; }

.fi-social-smashing-mag:before {
  content: "\f1db"; }

.fi-social-snapchat:before {
  content: "\f1dc"; }

.fi-social-spotify:before {
  content: "\f1dd"; }

.fi-social-squidoo:before {
  content: "\f1de"; }

.fi-social-stack-overflow:before {
  content: "\f1df"; }

.fi-social-steam:before {
  content: "\f1e0"; }

.fi-social-stumbleupon:before {
  content: "\f1e1"; }

.fi-social-treehouse:before {
  content: "\f1e2"; }

.fi-social-tumblr:before {
  content: "\f1e3"; }

.fi-social-twitter:before {
  content: "\f1e4"; }

.fi-social-vimeo:before {
  content: "\f1e5"; }

.fi-social-windows:before {
  content: "\f1e6"; }

.fi-social-xbox:before {
  content: "\f1e7"; }

.fi-social-yahoo:before {
  content: "\f1e8"; }

.fi-social-yelp:before {
  content: "\f1e9"; }

.fi-social-youtube:before {
  content: "\f1ea"; }

.fi-social-zerply:before {
  content: "\f1eb"; }

.fi-social-zurb:before {
  content: "\f1ec"; }

.fi-sound:before {
  content: "\f1ed"; }

.fi-star:before {
  content: "\f1ee"; }

.fi-stop:before {
  content: "\f1ef"; }

.fi-strikethrough:before {
  content: "\f1f0"; }

.fi-subscript:before {
  content: "\f1f1"; }

.fi-superscript:before {
  content: "\f1f2"; }

.fi-tablet-landscape:before {
  content: "\f1f3"; }

.fi-tablet-portrait:before {
  content: "\f1f4"; }

.fi-target-two:before {
  content: "\f1f5"; }

.fi-target:before {
  content: "\f1f6"; }

.fi-telephone-accessible:before {
  content: "\f1f7"; }

.fi-telephone:before {
  content: "\f1f8"; }

.fi-text-color:before {
  content: "\f1f9"; }

.fi-thumbnails:before {
  content: "\f1fa"; }

.fi-ticket:before {
  content: "\f1fb"; }

.fi-torso-business:before {
  content: "\f1fc"; }

.fi-torso-female:before {
  content: "\f1fd"; }

.fi-torso:before {
  content: "\f1fe"; }

.fi-torsos-all-female:before {
  content: "\f1ff"; }

.fi-torsos-all:before {
  content: "\f200"; }

.fi-torsos-female-male:before {
  content: "\f201"; }

.fi-torsos-male-female:before {
  content: "\f202"; }

.fi-torsos:before {
  content: "\f203"; }

.fi-trash:before {
  content: "\f204"; }

.fi-trees:before {
  content: "\f205"; }

.fi-trophy:before {
  content: "\f206"; }

.fi-underline:before {
  content: "\f207"; }

.fi-universal-access:before {
  content: "\f208"; }

.fi-unlink:before {
  content: "\f209"; }

.fi-unlock:before {
  content: "\f20a"; }

.fi-upload-cloud:before {
  content: "\f20b"; }

.fi-upload:before {
  content: "\f20c"; }

.fi-usb:before {
  content: "\f20d"; }

.fi-video:before {
  content: "\f20e"; }

.fi-volume-none:before {
  content: "\f20f"; }

.fi-volume-strike:before {
  content: "\f210"; }

.fi-volume:before {
  content: "\f211"; }

.fi-web:before {
  content: "\f212"; }

.fi-wheelchair:before {
  content: "\f213"; }

.fi-widget:before {
  content: "\f214"; }

.fi-wrench:before {
  content: "\f215"; }

.fi-x-circle:before {
  content: "\f216"; }

.fi-x:before {
  content: "\f217"; }

.fi-yen:before {
  content: "\f218"; }

.fi-zoom-in:before {
  content: "\f219"; }

.fi-zoom-out:before {
  content: "\f21a"; }

/* BEGIN FIX TO ENABLE TOOL TIPS AND OTHER HOVER CONTENT TO GO ABOVE OTHER CONTENT AS NEEDED */
.grid-block {
  overflow: unset !important;
  overflow: visible !important;
  overflow-y: unset !important;
  overflow-y: visible !important; }

.grid-content {
  overflow: unset !important;
  overflow: visible !important;
  overflow-y: unset !important;
  overflow-y: visible !important; }

/* END FIX TO ENABLE TOOL TIPS AND OTHER HOVER CONTENT TO GO ABOVE OTHER CONTENT AS NEEDED */
@media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
  .page-container {
    margin: auto !important;
    padding: 0; } }
  @media only screen and (min-width: 0em) and (max-width: 46.1875rem) and (min-width: 64.0625em) {
    .page-container {
      max-width: 1250px;
      min-width: 1050px; } }
  @media only screen and (min-width: 0em) and (max-width: 46.1875rem) and (min-width: 46.25em) and (max-width: 64rem) {
    .page-container {
      max-width: 1049px;
      min-width: 601px; } }

@media only screen and (min-width: 46.25em) {
  .page-container {
    overflow: auto !important; } }

.show-element {
  visibility: visible !important; }

.scroll-to-top {
  width: 75px;
  height: 75px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 1.25rem;
  margin-right: 0;
  margin-top: 0.625rem;
  margin-bottom: 0;
  text-align: center;
  text-decoration: none;
  position: fixed;
  z-index: 10000;
  visibility: hidden;
  top: 530px;
  right: 0px;
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/portal-images/home-up-arrow.png);
  background-position: center top;
  background-repeat: no-repeat; }
  @media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
    .scroll-to-top {
      width: 75px;
      height: 75px;
      top: 430px; } }

.general-content-row {
  background-color: #e9eff2;
  padding-top: 35px;
  padding-bottom: 35px; }
  .general-content-row .general-content-container {
    margin: auto !important;
    padding: 0;
    background-color: #ffffff;
    padding-left: 4.6875rem;
    padding-right: 4.6875rem;
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem; }
    @media only screen and (min-width: 64.0625em) {
      .general-content-row .general-content-container {
        max-width: 1250px;
        min-width: 1050px; } }
    @media only screen and (min-width: 46.25em) and (max-width: 64rem) {
      .general-content-row .general-content-container {
        max-width: 1049px;
        min-width: 601px; } }
    .general-content-row .general-content-container h4 {
      line-height: 24px;
      font-size: 15px;
      font-family: "open_sansbold", Verdana, sans-serif;
      margin-bottom: 35px;
      margin-top: 0px;
      text-transform: uppercase; }
    .general-content-row .general-content-container h2 {
      line-height: 29px;
      font-size: 23px;
      font-weight: normal;
      font-family: "open_sansbold", Verdana, sans-serif;
      margin-bottom: 20px;
      margin-top: 0px;
      text-align: left;
      width: 100%;
      font-weight: bold; }
    .general-content-row .general-content-container h5 {
      line-height: 24px;
      font-size: 15px;
      font-family: "open_sansbold", Verdana, sans-serif;
      margin-bottom: 40px;
      font-style: italic;
      margin-top: 0px; }
    .general-content-row .general-content-container p, .general-content-row .general-content-container h6 {
      color: #282828;
      line-height: 24px;
      font-size: 15px;
      font-weight: normal;
      font-family: "open_sansregular", Verdana, sans-serif;
      margin-bottom: 15px;
      margin-top: 0px;
      text-align: left;
      width: 100%; }
    .general-content-row .general-content-container ul {
      padding-left: 25px;
      display: block;
      width: 100%; }
      .general-content-row .general-content-container ul li {
        font-family: "open_sansregular", Verdana, sans-serif !important;
        line-height: 24px;
        font-size: 15px; }
    .general-content-row .general-content-container ul.list-3-cols {
      padding: 25px;
      columns: 3;
      -webkit-columns: 3;
      -moz-columns: 3;
      display: block;
      width: 100%; }
      .general-content-row .general-content-container ul.list-3-cols li {
        font-family: "open_sansregular", Verdana, sans-serif !important;
        line-height: 24px;
        font-size: 15px; }
    .general-content-row .general-content-container a {
      text-decoration: underline !important; }

/* MGW TOOL TIPS */
/* GREEN HELP TOOLTOP */
a.pure-css-tooltip-help {
  position: relative;
  cursor: pointer;
  /*font: normal normal 85% sans-serif;
	color: white;
	text-shadow: #090A0B 0 -1px;*/
  display: inline-block; }

a.pure-css-tooltip-help > span {
  text-align: left;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.125rem;
  color: black;
  /*text-shadow: white 0 1px;*/
  background: #e2f0e2;
  background-clip: padding-box;
  /*box-shadow: 0 0px 2px rgba(0, 0, 0, 0.5);*/
  border: 1px solid #8bcc89;
  /*border: 1px solid rgba(0, 0, 0, 0.5);*/
  border-radius: 0px;
  position: absolute !important;
  width: 250px;
  left: 50%;
  margin-left: -125px;
  padding: 22px 18px;
  bottom: 100%;
  margin-bottom: 15px;
  visibility: hidden;
  z-index: 100000000 !important;
  opacity: 0;
  /*-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	-ms-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;*/ }

a.pure-css-tooltip-help > span:before, a.pure-css-tooltip-help > span:after {
  content: "";
  position: absolute !important;
  z-index: 100000000 !important;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  top: 100%;
  left: 50%;
  margin-left: -10px; }

a.pure-css-tooltip-help > span:before {
  border-top: 10px solid #8bcc89;
  /*border-top: 10px solid rgba(0, 0, 0, 0.5);*/
  margin-top: 0px; }

a.pure-css-tooltip-help > span:after {
  border-top: 10px solid #e2f0e2;
  margin-top: -2px;
  z-index: 1; }

a.pure-css-tooltip-help:hover > span {
  visibility: visible;
  opacity: 1; }

/* BLUE INFO TOOLTIP */
a.pure-css-tooltip-blue img {
  margin-top: -3px; }

a.pure-css-tooltip-info {
  position: relative;
  cursor: pointer;
  /*font: normal normal 85% sans-serif;
	color: white;
	text-shadow: #090A0B 0 -1px;*/
  display: inline-block;
  outline: none; }

a.pure-css-tooltip-info > span {
  text-align: left;
  font-family: "josefin_sansregular", Verdana, sans-serif;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.125rem;
  color: black;
  /*text-shadow: white 0 1px;*/
  background: #e8f1f4;
  background-clip: padding-box;
  /*box-shadow: 0 0px 2px rgba(0, 0, 0, 0.5);*/
  border: 1px solid #91c0d0;
  /*border: 1px solid rgba(0, 0, 0, 0.5);*/
  border-radius: 0px;
  position: absolute;
  width: 250px;
  left: 50%;
  margin-left: -125px;
  padding: 22px 18px;
  bottom: 100%;
  margin-bottom: 15px;
  visibility: hidden;
  z-index: 100000000000;
  opacity: 0;
  /*-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	-ms-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;*/ }
  a.pure-css-tooltip-info > span table {
    border: none;
    border-collapse: collapse;
    background-color: transparent !important;
    margin: 0 !important; }
  a.pure-css-tooltip-info > span table tr {
    background-color: transparent !important; }
  a.pure-css-tooltip-info > span table tr td {
    font-family: "josefin_sansregular", Verdana, sans-serif;
    font-size: 0.75rem;
    font-weight: normal;
    line-height: 1.125rem;
    padding: 0; }
    a.pure-css-tooltip-info > span table tr td strong {
      color: #246680;
      font-weight: bold; }

a.pure-css-tooltip-info > span:before, a.pure-css-tooltip-info > span:after {
  content: "";
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  top: 100%;
  left: 50%;
  margin-left: -10px; }

a.pure-css-tooltip-info > span:before {
  border-top: 10px solid #91c0d0;
  /*border-top: 10px solid rgba(0, 0, 0, 0.5);*/
  margin-top: 0px; }

a.pure-css-tooltip-info > span:after {
  border-top: 10px solid #e8f1f4;
  margin-top: -2px;
  z-index: 1; }

a.pure-css-tooltip-info:hover > span {
  visibility: visible;
  opacity: 1; }

/* GRAY INFO TOOLTIP */
a.pure-css-tooltip-gray img {
  margin-top: -3px; }

a.pure-css-tooltip-gray {
  position: relative;
  cursor: pointer;
  /*font: normal normal 85% sans-serif;
	color: white;
	text-shadow: #090A0B 0 -1px;*/
  display: inline-block; }

a.pure-css-tooltip-gray > span {
  text-align: left;
  font-family: "josefin_sansregular", Verdana, sans-serif;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.125rem;
  color: black;
  /*text-shadow: white 0 1px;*/
  background: #f1f1f1;
  background-clip: padding-box;
  /*box-shadow: 0 0px 2px rgba(0, 0, 0, 0.5);*/
  border: 1px solid #c0c0c0;
  /*border: 1px solid rgba(0, 0, 0, 0.5);*/
  border-radius: 0px;
  position: absolute;
  width: 250px;
  left: 50%;
  margin-left: -125px;
  padding: 22px 18px;
  bottom: 100%;
  margin-bottom: 15px;
  visibility: hidden;
  z-index: 100000000000;
  opacity: 0;
  /*-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	-ms-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;*/ }
  a.pure-css-tooltip-gray > span table {
    border: none;
    border-collapse: collapse;
    background-color: transparent !important;
    margin: 0 !important; }
  a.pure-css-tooltip-gray > span table tr {
    background-color: transparent !important; }
  a.pure-css-tooltip-gray > span table tr td {
    font-family: "josefin_sansregular", Verdana, sans-serif;
    font-size: 0.75rem;
    font-weight: normal;
    line-height: 1.125rem;
    padding: 0; }
    a.pure-css-tooltip-gray > span table tr td strong {
      color: #246680;
      font-weight: bold; }

a.pure-css-tooltip-gray > span:before, a.pure-css-tooltip-gray > span:after {
  content: "";
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  top: 100%;
  left: 50%;
  margin-left: -10px; }

a.pure-css-tooltip-gray > span:before {
  border-top: 10px solid #c0c0c0;
  /*border-top: 10px solid rgba(0, 0, 0, 0.5);*/
  margin-top: 0px; }

a.pure-css-tooltip-gray > span:after {
  border-top: 10px solid #f1f1f1;
  margin-top: -2px;
  z-index: 1; }

a.pure-css-tooltip-gray:hover > span {
  visibility: visible;
  opacity: 1; }

/* BLUE INFO TOOLTIP */
a.pure-css-tooltip-blue img {
  margin-top: -3px; }

a.pure-css-tooltip-blue {
  position: relative;
  cursor: pointer;
  /*font: normal normal 85% sans-serif;
	color: white;
	text-shadow: #090A0B 0 -1px;*/
  display: inline-block; }

a.pure-css-tooltip-blue > span {
  text-align: left;
  font-family: "josefin_sansregular", Verdana, sans-serif;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.125rem;
  color: black;
  /*text-shadow: white 0 1px;*/
  background: #e8f1f4;
  background-clip: padding-box;
  /*box-shadow: 0 0px 2px rgba(0, 0, 0, 0.5);*/
  border: 1px solid #91c0d0;
  /*border: 1px solid rgba(0, 0, 0, 0.5);*/
  border-radius: 0px;
  position: absolute;
  width: 250px;
  left: 50%;
  margin-left: -125px;
  padding: 22px 18px;
  bottom: 100%;
  margin-bottom: 15px;
  visibility: hidden;
  z-index: 100000000000;
  opacity: 0;
  /*-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	-ms-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;*/ }
  a.pure-css-tooltip-blue > span table {
    border: none;
    border-collapse: collapse;
    background-color: transparent !important;
    margin: 0 !important; }
  a.pure-css-tooltip-blue > span table tr {
    background-color: transparent !important; }
  a.pure-css-tooltip-blue > span table tr td {
    font-family: "josefin_sansregular", Verdana, sans-serif;
    font-size: 0.75rem;
    font-weight: normal;
    line-height: 1.125rem;
    padding: 0; }
    a.pure-css-tooltip-blue > span table tr td strong {
      color: #246680;
      font-weight: bold; }

a.pure-css-tooltip-blue > span:before, a.pure-css-tooltip-blue > span:after {
  content: "";
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  top: 100%;
  left: 50%;
  margin-left: -10px; }

a.pure-css-tooltip-blue > span:before {
  border-top: 10px solid #91c0d0;
  /*border-top: 10px solid rgba(0, 0, 0, 0.5);*/
  margin-top: 0px; }

a.pure-css-tooltip-blue > span:after {
  border-top: 10px solid #e8f1f4;
  margin-top: -2px;
  z-index: 1; }

a.pure-css-tooltip-blue:hover > span {
  visibility: visible;
  opacity: 1; }

/* --------------------------------------------- */
/* Green INFO TOOLTIP */
a.pure-css-tooltip-green img {
  margin-top: -3px; }

a.pure-css-tooltip-green {
  position: relative;
  cursor: pointer;
  /*font: normal normal 85% sans-serif;
	color: white;
	text-shadow: #090A0B 0 -1px;*/
  display: inline-block; }

a.pure-css-tooltip-green > span {
  text-align: left;
  font-family: "josefin_sansregular", Verdana, sans-serif;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.125rem;
  color: black;
  /*text-shadow: white 0 1px;*/
  background: #e2f0e2;
  background-clip: padding-box;
  /*box-shadow: 0 0px 2px rgba(0, 0, 0, 0.5);*/
  border: 1px solid #8bcc89;
  /*border: 1px solid rgba(0, 0, 0, 0.5);*/
  border-radius: 0px;
  position: absolute;
  width: 250px;
  left: 50%;
  margin-left: -125px;
  padding: 22px 18px;
  bottom: 100%;
  margin-bottom: 15px;
  visibility: hidden;
  z-index: 100000000;
  opacity: 0;
  /*-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	-ms-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;*/ }

a.pure-css-tooltip-green > span:before, a.pure-css-tooltip-green > span:after {
  content: "";
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  top: 100%;
  left: 50%;
  margin-left: -10px; }

a.pure-css-tooltip-green > span:before {
  border-top: 10px solid #8bcc89;
  /*border-top: 10px solid rgba(0, 0, 0, 0.5);*/
  margin-top: 0px; }

a.pure-css-tooltip-green > span:after {
  border-top: 10px solid #e2f0e2;
  margin-top: -2px;
  z-index: 1; }

a.pure-css-tooltip-green:hover > span {
  visibility: visible;
  opacity: 1; }

/* --------------------------------------------- */
/* RED INFO TOOLTIP */
a.pure-css-tooltip-red img {
  margin-top: -3px; }

a.pure-css-tooltip-red {
  position: relative;
  cursor: pointer;
  /*font: normal normal 85% sans-serif;
	color: white;
	text-shadow: #090A0B 0 -1px;*/
  display: inline-block; }

a.pure-css-tooltip-red > span {
  text-align: left;
  font-family: "josefin_sansregular", Verdana, sans-serif;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.125rem;
  color: black;
  /*text-shadow: white 0 1px;*/
  background: #f0e3e2;
  background-clip: padding-box;
  /*box-shadow: 0 0px 2px rgba(0, 0, 0, 0.5);*/
  border: 1px solid #cc8e89;
  /*border: 1px solid rgba(0, 0, 0, 0.5);*/
  border-radius: 0px;
  position: absolute;
  width: 250px;
  left: 50%;
  margin-left: -125px;
  padding: 22px 18px;
  bottom: 100%;
  margin-bottom: 15px;
  visibility: hidden;
  z-index: 100000000000;
  opacity: 0;
  /*-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	-ms-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;*/ }
  a.pure-css-tooltip-red > span table {
    border: none;
    border-collapse: collapse;
    background-color: transparent !important;
    margin: 0 !important; }
  a.pure-css-tooltip-red > span table tr {
    background-color: transparent !important; }
  a.pure-css-tooltip-red > span table tr td {
    font-family: "josefin_sansregular", Verdana, sans-serif;
    font-size: 0.75rem;
    font-weight: normal;
    line-height: 1.125rem;
    padding: 0; }
    a.pure-css-tooltip-red > span table tr td strong {
      color: #246680;
      font-weight: bold; }

a.pure-css-tooltip-red > span:before, a.pure-css-tooltip-red > span:after {
  content: "";
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  top: 100%;
  left: 50%;
  margin-left: -10px; }

a.pure-css-tooltip-red > span:before {
  border-top: 10px solid #cc8e89;
  /*border-top: 10px solid rgba(0, 0, 0, 0.5);*/
  margin-top: 0px; }

a.pure-css-tooltip-red > span:after {
  border-top: 10px solid #f0e3e2;
  margin-top: -2px;
  z-index: 1; }

a.pure-css-tooltip-red:hover > span {
  visibility: visible;
  opacity: 1; }

/* --------------------------------------------- */
/* PURPLE INFO TOOLTIP */
a.pure-css-tooltip-purple img {
  margin-top: -3px; }

a.pure-css-tooltip-purple {
  position: relative;
  cursor: pointer;
  /*font: normal normal 85% sans-serif;
	color: white;
	text-shadow: #090A0B 0 -1px;*/
  display: inline-block; }

a.pure-css-tooltip-purple > span {
  text-align: left;
  font-family: "josefin_sansregular", Verdana, sans-serif;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.125rem;
  color: black;
  /*text-shadow: white 0 1px;*/
  background: #eae2f0;
  background-clip: padding-box;
  /*box-shadow: 0 0px 2px rgba(0, 0, 0, 0.5);*/
  border: 1px solid #b089cc;
  /*border: 1px solid rgba(0, 0, 0, 0.5);*/
  border-radius: 0px;
  position: absolute;
  width: 250px;
  left: 50%;
  margin-left: -125px;
  padding: 22px 18px;
  bottom: 100%;
  margin-bottom: 15px;
  visibility: hidden;
  z-index: 100000000000;
  opacity: 0;
  /*-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	-ms-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;*/ }
  a.pure-css-tooltip-purple > span table {
    border: none;
    border-collapse: collapse;
    background-color: transparent !important;
    margin: 0 !important; }
  a.pure-css-tooltip-purple > span table tr {
    background-color: transparent !important; }
  a.pure-css-tooltip-purple > span table tr td {
    font-family: "josefin_sansregular", Verdana, sans-serif;
    font-size: 0.75rem;
    font-weight: normal;
    line-height: 1.125rem;
    padding: 0; }
    a.pure-css-tooltip-purple > span table tr td strong {
      color: #246680;
      font-weight: bold; }

a.pure-css-tooltip-purple > span:before, a.pure-css-tooltip-purple > span:after {
  content: "";
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  top: 100%;
  left: 50%;
  margin-left: -10px; }

a.pure-css-tooltip-purple > span:before {
  border-top: 10px solid #b089cc;
  /*border-top: 10px solid rgba(0, 0, 0, 0.5);*/
  margin-top: 0px; }

a.pure-css-tooltip-purple > span:after {
  border-top: 10px solid #f0e3e2;
  margin-top: -2px;
  z-index: 1; }

a.pure-css-tooltip-purple:hover > span {
  visibility: visible;
  opacity: 1; }

/* --------------------------------------------- */
/* ORANGE INFO TOOLTIP */
a.pure-css-tooltip-orange img {
  margin-top: -3px; }

a.pure-css-tooltip-orange {
  position: relative;
  cursor: pointer;
  /*font: normal normal 85% sans-serif;
	color: white;
	text-shadow: #090A0B 0 -1px;*/
  display: inline-block; }

a.pure-css-tooltip-orange > span {
  text-align: left;
  font-family: "josefin_sansregular", Verdana, sans-serif;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.125rem;
  color: black;
  /*text-shadow: white 0 1px;*/
  background: #f0e8e2;
  background-clip: padding-box;
  /*box-shadow: 0 0px 2px rgba(0, 0, 0, 0.5);*/
  border: 1px solid #cca989;
  /*border: 1px solid rgba(0, 0, 0, 0.5);*/
  border-radius: 0px;
  position: absolute;
  width: 250px;
  left: 50%;
  margin-left: -125px;
  padding: 22px 18px;
  bottom: 100%;
  margin-bottom: 15px;
  visibility: hidden;
  z-index: 100000000000;
  opacity: 0;
  /*-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	-ms-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;*/ }
  a.pure-css-tooltip-orange > span table {
    border: none;
    border-collapse: collapse;
    background-color: transparent !important;
    margin: 0 !important; }
  a.pure-css-tooltip-orange > span table tr {
    background-color: transparent !important; }
  a.pure-css-tooltip-orange > span table tr td {
    font-family: "josefin_sansregular", Verdana, sans-serif;
    font-size: 0.75rem;
    font-weight: normal;
    line-height: 1.125rem;
    padding: 0; }
    a.pure-css-tooltip-orange > span table tr td strong {
      color: #246680;
      font-weight: bold; }

a.pure-css-tooltip-orange > span:before, a.pure-css-tooltip-orange > span:after {
  content: "";
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  top: 100%;
  left: 50%;
  margin-left: -10px; }

a.pure-css-tooltip-orange > span:before {
  border-top: 10px solid #cca989;
  /*border-top: 10px solid rgba(0, 0, 0, 0.5);*/
  margin-top: 0px; }

a.pure-css-tooltip-orange > span:after {
  border-top: 10px solid #f0e8e2;
  margin-top: -2px;
  z-index: 1; }

a.pure-css-tooltip-orange:hover > span {
  visibility: visible;
  opacity: 1; }

/* --------------------------------------------- */
/* YELLOW INFO TOOLTIP */
a.pure-css-tooltip-yellow img {
  margin-top: -3px; }

a.pure-css-tooltip-yellow {
  position: relative;
  cursor: pointer;
  /*font: normal normal 85% sans-serif;
	color: white;
	text-shadow: #090A0B 0 -1px;*/
  display: inline-block; }

a.pure-css-tooltip-yellow > span {
  text-align: left;
  font-family: "josefin_sansregular", Verdana, sans-serif;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.125rem;
  color: black;
  /*text-shadow: white 0 1px;*/
  background: #f0ede2;
  background-clip: padding-box;
  /*box-shadow: 0 0px 2px rgba(0, 0, 0, 0.5);*/
  border: 1px solid #ccbf89;
  /*border: 1px solid rgba(0, 0, 0, 0.5);*/
  border-radius: 0px;
  position: absolute;
  width: 250px;
  left: 50%;
  margin-left: -125px;
  padding: 22px 18px;
  bottom: 100%;
  margin-bottom: 15px;
  visibility: hidden;
  z-index: 100000000000;
  opacity: 0;
  /*-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	-ms-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;*/ }
  a.pure-css-tooltip-yellow > span table {
    border: none;
    border-collapse: collapse;
    background-color: transparent !important;
    margin: 0 !important; }
  a.pure-css-tooltip-yellow > span table tr {
    background-color: transparent !important; }
  a.pure-css-tooltip-yellow > span table tr td {
    font-family: "josefin_sansregular", Verdana, sans-serif;
    font-size: 0.75rem;
    font-weight: normal;
    line-height: 1.125rem;
    padding: 0; }
    a.pure-css-tooltip-yellow > span table tr td strong {
      color: #246680;
      font-weight: bold; }

a.pure-css-tooltip-yellow > span:before, a.pure-css-tooltip-yellow > span:after {
  content: "";
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  top: 100%;
  left: 50%;
  margin-left: -10px; }

a.pure-css-tooltip-yellow > span:before {
  border-top: 10px solid #ccbf89;
  /*border-top: 10px solid rgba(0, 0, 0, 0.5);*/
  margin-top: 0px; }

a.pure-css-tooltip-yellow > span:after {
  border-top: 10px solid #f0ede2;
  margin-top: -2px;
  z-index: 1; }

a.pure-css-tooltip-yellow:hover > span {
  visibility: visible;
  opacity: 1; }

#footer {
  padding: 0 !important;
  margin: 0 !important;
  width: 100%; }

#footer-container {
  background-color: #2c7189;
  width: 100%; }

#portal-footer-bar {
  margin: auto !important;
  padding: 0; }
  @media only screen and (min-width: 64.0625em) {
    #portal-footer-bar {
      max-width: 1250px;
      min-width: 1050px; } }
  @media only screen and (min-width: 46.25em) and (max-width: 64rem) {
    #portal-footer-bar {
      max-width: 1049px;
      min-width: 601px; } }

#portal-footer-top-row {
  min-height: 4rem;
  padding: 0;
  margin: 0;
  width: 100%; }

.footer-box-stats .bottom-number {
  color: #383838;
  font-size: 1.5rem;
  border-right: none;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0.625rem;
  margin-bottom: 0.1875rem;
  padding: 0px; }

#portal-footer-bottom-row {
  padding: 0;
  margin: 0;
  width: 100%; }

.portal-footer-links {
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: center; }

ul.portal-footer-links {
  list-style: none;
  padding: 0.5rem 0 0 0;
  margin: 0px;
  width: 100%; }

ul.portal-footer-links li {
  display: inline;
  list-style: none;
  line-height: 1rem;
  color: #fff;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0; }
  @media only screen and (min-width: 46.25em) and (max-width: 64rem) {
    ul.portal-footer-links li {
      padding: 0 0.6875rem 0 0; } }

ul.portal-footer-links li a {
  color: #fff;
  text-decoration: none;
  padding: 0;
  margin: 0;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.9375rem; }
  @media only screen and (min-width: 46.25em) and (max-width: 64rem) {
    ul.portal-footer-links li a {
      font-size: 0.75rem; } }

ul.portal-footer-links li a:hover {
  color: #7db3c6;
  margin: 0; }

p.portal-footer-copyright {
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.75rem;
  color: #d0e8f1 !important;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.625rem;
  padding-bottom: 0.375rem;
  margin: 0; }

p.portal-footer-copyright a {
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.75rem;
  color: #d0e8f1 !important;
  padding: 0 0.625rem;
  text-decoration: none;
  margin: 0; }

p.portal-footer-copyright a:hover {
  color: #d0e8f1 !important;
  padding: 0 0.625rem;
  text-decoration: underline;
  margin: 0; }

.error-messages.ng-active {
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.75rem !important;
  font-weight: normal;
  line-height: 1.125rem !important;
  background: #c24a44;
  color: white;
  padding: 5px;
  border-radius: 5px;
  margin-top: -10px;
  margin-bottom: 15px;
  position: relative; }

.error-messages.ng-active:after {
  position: absolute;
  top: -9px;
  content: "";
  left: 20px;
  border-style: solid;
  border-color: transparent transparent #c24a44;
  border-width: 5px; }

.alert {
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.75rem !important;
  font-weight: normal;
  line-height: 1.125rem !important;
  background: #c24a44;
  color: white;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 1.25rem;
  overflow: hidden; }

input {
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.8125rem !important;
  font-weight: normal;
  background-color: #ffffff;
  color: #666666 !important; }
  @media only screen and (min-width: 46.25em) and (max-width: 64rem) {
    input {
      font-size: 0.6875rem !important; } }

input[type="checkbox"] + label, input[type="radio"] + label {
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.8125rem !important;
  font-weight: normal !important;
  vertical-align: top !important;
  color: #000000 !important;
  padding-left: 0.625rem !important;
  padding-right: 0 !important;
  padding-top: 0.125rem !important;
  padding-bottom: 0.3125rem !important;
  margin: 0 !important; }

select {
  background-color: #ffffff;
  color: #acacac; }

option {
  background-color: #e9e9e9;
  color: #000000; }

label {
  color: #000000;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 1rem !important;
  font-weight: normal;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0.4375rem !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important; }
  label img {
    /* for tool tip icon alignment */
    margin-left: 0.3125rem; }
  @media only screen and (min-width: 46.25em) and (max-width: 64rem) {
    label {
      font-size: 0.8125rem !important; } }

form p {
  width: 100% !important; }

.green-button {
  background: #21a018;
  color: #ffffff;
  font-size: 1rem !important; }
  .green-button:hover, .green-button:focus {
    background: #1c8814;
    color: #ffffff; }
  .green-button .iconic * {
    fill: #ffffff;
    stroke: #ffffff; }
    .green-button .iconic *.iconic-property-accent {
      fill: #ffffff;
      stroke: #ffffff; }
  .green-button.custom-disabled {
    opacity: 0.5;
    cursor: default;
    pointer-events: none; }

.blue-button {
  background: #2a90a3;
  color: #ffffff;
  font-size: 1rem !important; }
  .blue-button:hover, .blue-button:focus {
    background: #247a8b;
    color: #ffffff; }
  .blue-button .iconic * {
    fill: #ffffff;
    stroke: #ffffff; }
    .blue-button .iconic *.iconic-property-accent {
      fill: #ffffff;
      stroke: #ffffff; }
  .blue-button.custom-disabled {
    opacity: 0.5;
    cursor: default;
    pointer-events: none; }

.small-dark-blue {
  background: #417185;
  color: #a2bbc6;
  font-size: 0.75rem !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0.3125rem !important;
  margin-bottom: 0 !important;
  padding-left: 0.3125rem !important;
  padding-right: 0.3125rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  font-weight: bold !important;
  font-family: "open_sansbold", Verdana, sans-serif !important;
  color: #d9e6eb !important; }
  .small-dark-blue:hover, .small-dark-blue:focus {
    background: #376071;
    color: #a2bbc6; }
  .small-dark-blue .iconic * {
    fill: #a2bbc6;
    stroke: #a2bbc6; }
    .small-dark-blue .iconic *.iconic-property-accent {
      fill: #a2bbc6;
      stroke: #a2bbc6; }
  .small-dark-blue.custom-disabled {
    opacity: 0.5;
    cursor: default;
    pointer-events: none; }

.purple-callout-button {
  background: #7c568f;
  color: #ffffff;
  font-family: "open_sansbold", Verdana, sans-serif !important;
  color: #d9e6eb !important; }
  .purple-callout-button:hover, .purple-callout-button:focus {
    background: #3e1951;
    color: #ffffff; }
  .purple-callout-button .iconic * {
    fill: #ffffff;
    stroke: #ffffff; }
    .purple-callout-button .iconic *.iconic-property-accent {
      fill: #ffffff;
      stroke: #ffffff; }
  .purple-callout-button.custom-disabled {
    opacity: 0.5;
    cursor: default;
    pointer-events: none; }
  @media only screen and (min-width: 46.25em) {
    .purple-callout-button {
      font-size: 0.9375rem !important;
      margin-left: 0 !important;
      margin-right: 0 !important;
      margin-top: 0.3125rem !important;
      margin-bottom: 1.25rem !important;
      padding-left: 1.5625rem !important;
      padding-right: 1.5625rem !important;
      padding-top: 0.625rem !important;
      padding-bottom: 0.625rem !important;
      width: 100%; } }
  @media only screen and (min-width: 46.25em) {
    .purple-callout-button {
      font-size: 1rem !important;
      margin-left: 0 !important;
      margin-right: 0 !important;
      margin-top: 0.3125rem !important;
      margin-bottom: 1.25rem !important;
      padding-left: 1.5625rem !important;
      padding-right: 1.5625rem !important;
      padding-top: 0.625rem !important;
      padding-bottom: 0.625rem !important;
      width: unset; } }

.red-callout-button {
  background: #21a018;
  color: #ffffff;
  font-size: 1rem !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0.3125rem !important;
  margin-bottom: 1.25rem !important;
  padding-left: 1.5625rem !important;
  padding-right: 1.5625rem !important;
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
  font-family: "open_sansbold", Verdana, sans-serif !important;
  color: #ffffff !important; }
  .red-callout-button:hover, .red-callout-button:focus {
    background: #0d5a01;
    color: #ffffff; }
  .red-callout-button .iconic * {
    fill: #ffffff;
    stroke: #ffffff; }
    .red-callout-button .iconic *.iconic-property-accent {
      fill: #ffffff;
      stroke: #ffffff; }
  .red-callout-button.custom-disabled {
    opacity: 0.5;
    cursor: default;
    pointer-events: none; }
  @media only screen and (min-width: 46.25em) {
    .red-callout-button {
      background: #c24a44;
      color: #ffffff; }
      .red-callout-button:hover, .red-callout-button:focus {
        background: #a0241d;
        color: #ffffff; }
      .red-callout-button .iconic * {
        fill: #ffffff;
        stroke: #ffffff; }
        .red-callout-button .iconic *.iconic-property-accent {
          fill: #ffffff;
          stroke: #ffffff; }
      .red-callout-button.custom-disabled {
        opacity: 0.5;
        cursor: default;
        pointer-events: none; } }
  @media only screen and (min-width: 46.25em) {
    .red-callout-button {
      font-size: 1.25rem !important;
      margin-left: 0 !important;
      margin-right: 0 !important;
      margin-top: 0.3125rem !important;
      margin-bottom: 1.25rem !important;
      padding-left: 1.5625rem !important;
      padding-right: 1.5625rem !important;
      padding-top: 0.625rem !important;
      padding-bottom: 0.625rem !important;
      font-family: "open_sansbold", Verdana, sans-serif !important;
      color: #ffffff !important; } }

.contact-form-container {
  width: 100% !important; }
  .contact-form-container .title-container {
    width: 100% !important; }
    .contact-form-container .title-container h2 {
      text-align: center !important;
      font-size: 1.75rem !important;
      font-family: "open_sansregular", Verdana, sans-serif;
      font-weight: bold;
      width: 100% !important;
      display: block;
      padding-bottom: 0.625rem;
      border-bottom-color: #bababa !important;
      border-bottom-width: 1px !important;
      border-bottom-style: solid !important;
      color: #21a018;
      background-color: #ffffff;
      margin-bottom: 25px; }

.contact-us-success {
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #ffffff;
  background: #52a8b8;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  margin-bottom: 1.25rem; }

.form-demo-sign-up {
  margin-top: 1.25rem;
  margin-bottom: 3.75rem; }
  .form-demo-sign-up .green-button {
    margin-left: 0;
    margin-right: 0;
    margin-top: 1.25rem;
    margin-bottom: 0; }
  .form-demo-sign-up label {
    font-size: 0.8125rem;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 1.25rem; }
    @media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
      .form-demo-sign-up label {
        font-size: 0.6875rem; } }
  .form-demo-sign-up p {
    /*padding: {
			left: rem-calc(20) !important;
			right: rem-calc(0) !important;
			top: rem-calc(0) !important;
			bottom: rem-calc(20) !important;
		}*/
    margin-left: 1.125rem !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    width: 100% !important; }
  .form-demo-sign-up a {
    text-decoration: underline;
    color: #2a90a3; }
  .form-demo-sign-up h2 {
    font-family: "josefin_sansbold", Verdana, sans-serif;
    font-size: 1.5rem;
    color: #21a018;
    padding-left: 0;
    padding-right: 0;
    padding-top: 1.5625rem;
    padding-bottom: 0.625rem; }

.form-portal-home-sign-up {
  background-color: #ffffff;
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 35px; }
  .form-portal-home-sign-up h2 {
    font-family: "open_sansbold", Verdana, sans-serif;
    font-size: 1.5rem;
    color: #21a018;
    padding-left: 0;
    padding-right: 0;
    padding-top: 1.4375rem;
    padding-bottom: 0.625rem;
    text-align: center;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #e8e8e8 !important;
    margin-bottom: 25px; }
  .form-portal-home-sign-up h2 {
    font-family: "open_sansbold", Verdana, sans-serif;
    font-size: 1.125rem;
    color: #21a018;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0.625rem;
    width: 100%;
    display: block;
    text-align: center;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #e8e8e8 !important;
    margin-bottom: 20px;
    margin-top: -20px; }
  .form-portal-home-sign-up p, .form-portal-home-sign-up label {
    font-size: 13px !important;
    color: #000000 !important;
    font-family: "open_sansregular", Verdana, sans-serif !important;
    font-weight: bold !important; }
  .form-portal-home-sign-up .small-note {
    font-size: 11px !important;
    color: #303030 !important;
    font-family: "open_sansregular", Verdana, sans-serif !important;
    font-style: italic;
    margin-top: -15px !important;
    display: block;
    margin-bottom: 25px;
    margin-left: 0px; }
  .form-portal-home-sign-up .password-form-elements-container {
    max-height: 31px; }
    .form-portal-home-sign-up .password-form-elements-container .eye-icon-container img {
      opacity: 0.4;
      max-width: unset !important; }
  .form-portal-home-sign-up .password-form-elements-container:hover .eye-icon-container {
    cursor: pointer; }
    .form-portal-home-sign-up .password-form-elements-container:hover .eye-icon-container img {
      opacity: 0.8;
      max-width: unset !important; }
  .form-portal-home-sign-up input[type="text"], .form-portal-home-sign-up input[type="email"], .form-portal-home-sign-up input[type="password"], .form-portal-home-sign-up input.internal-autofill-selected {
    border-style: solid;
    border-color: #efefef;
    border-width: 1px;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important;
    font-family: "open_sansregular", Verdana, sans-serif !important;
    font-weight: normal !important;
    font-size: 0.875rem !important;
    color: #4a4a4a !important;
    background-color: #efefef;
    margin-bottom: 1.5625rem !important;
    height: 1.9375rem !important;
    top: 0.625rem !important; }
  .form-portal-home-sign-up input:hover {
    border-color: #eaf1f8;
    background-color: #eaf1f8; }
  .form-portal-home-sign-up input:active, .form-portal-home-sign-up input:focus {
    border-color: #337ab7;
    background-color: #ffffff !important; }
  .form-portal-home-sign-up input::-webkit-input-placeholder {
    color: #ababab; }
  .form-portal-home-sign-up input::-moz-placeholder {
    color: #ababab; }
  .form-portal-home-sign-up input:-ms-input-placeholder {
    color: #ababab; }
  .form-portal-home-sign-up input::placeholder {
    color: #ababab; }
  .form-portal-home-sign-up .tool-tip-button {
    margin-top: 12px;
    padding-left: 0px; }
  .form-portal-home-sign-up .green-button {
    margin-left: 0;
    margin-right: 0;
    margin-top: -10px;
    margin-bottom: 0; }
  .form-portal-home-sign-up a {
    text-decoration: underline;
    color: #2a90a3; }
  .form-portal-home-sign-up a:hover {
    text-decoration: underline;
    color: #417185; }
  .form-portal-home-sign-up .eye-icon-container {
    height: 1.9375rem;
    width: 2.1875rem;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 6px;
    display: inline-block;
    cursor: pointer;
    border-top-color: #337ab7;
    border-top-width: 0px;
    border-top-style: 0px;
    border-right-color: #337ab7;
    border-right-width: 0px;
    border-right-style: 0px; }

.form-portal-home-sign-up-success {
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #ffffff;
  background: #c6e3e9;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  margin-bottom: 1.25rem; }

#header {
  padding: 0 !important;
  margin: 0 !important;
  width: 100%;
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/portal-images/page_bg_top.png);
  background-position: top;
  background-repeat: repeat-x;
  background-color: #f6f6f6;
  overflow: hidden !important; }
  @media only screen and (min-width: 46.25em) and (max-width: 64rem) {
    #header {
      padding-left: 0.625rem !important;
      padding-right: 0.625rem !important;
      padding-top: 0;
      padding-bottom: 0; } }

.header-container {
  margin: auto !important;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0; }
  @media only screen and (min-width: 64.0625em) {
    .header-container {
      max-width: 1250px;
      min-width: 1050px; } }
  @media only screen and (min-width: 46.25em) and (max-width: 64rem) {
    .header-container {
      max-width: 1049px;
      min-width: 601px; } }
  @media only screen and (min-width: 46.25em) {
    .header-container {
      overflow: hidden !important; } }

.header-top-row-container {
  /*padding: {
			left: 0;
			right: 0;
			top: rem-calc(10);
			bottom: 0;	
		}*/
  margin: 0;
  width: 100%; }
  @media only screen and (min-width: 46.25em) {
    .header-top-row-container {
      padding-left: 0;
      padding-right: 0;
      padding-top: 0;
      padding-bottom: 0; } }

.header-top-row {
  min-height: 38px;
  margin: auto !important;
  padding: 0; }
  @media only screen and (min-width: 64.0625em) {
    .header-top-row {
      max-width: 1250px;
      min-width: 1050px; } }
  @media only screen and (min-width: 46.25em) and (max-width: 64rem) {
    .header-top-row {
      max-width: 1049px;
      min-width: 601px; } }

.header-top-row-content-left {
  overflow: hidden; }

.header-middle-row-container {
  /*padding: {
			left: 0;
			right: 0;
			top: rem-calc(10);
			bottom: 0;	
		}*/
  margin: 0;
  width: 100%; }
  @media only screen and (min-width: 46.25em) {
    .header-middle-row-container {
      padding-left: 0;
      padding-right: 0;
      padding-top: 0;
      padding-bottom: 0; } }

.header-middle-row {
  height: 54px;
  margin: auto !important;
  padding: 0; }
  @media only screen and (min-width: 64.0625em) {
    .header-middle-row {
      max-width: 1250px;
      min-width: 1050px; } }
  @media only screen and (min-width: 46.25em) and (max-width: 64rem) {
    .header-middle-row {
      max-width: 1049px;
      min-width: 601px; } }

.header-middle-row-content {
  overflow: hidden; }
  .header-middle-row-content #logo-top {
    margin-left: 0;
    margin-right: 0;
    margin-top: 2.1875rem;
    margin-bottom: 0; }

.header-middle-row-content-right {
  overflow: hidden; }

.header-bottom-row-container {
  /*padding: {
			left: 0;
			right: 0;
			top: rem-calc(10);
			bottom: 0;	
		}*/
  margin: 0;
  width: 100%; }
  @media only screen and (min-width: 46.25em) {
    .header-bottom-row-container {
      padding-left: 0;
      padding-right: 0;
      padding-top: 0;
      padding-bottom: 0; } }
  .header-bottom-row-container #logo-bottom {
    vertical-align: unset !important; }

.header-bottom-row {
  min-height: 59px;
  margin: auto !important;
  padding: 0; }
  @media only screen and (min-width: 64.0625em) {
    .header-bottom-row {
      max-width: 1250px;
      min-width: 1050px; } }
  @media only screen and (min-width: 46.25em) and (max-width: 64rem) {
    .header-bottom-row {
      max-width: 1049px;
      min-width: 601px; } }

.header-bottom-row-content-left {
  overflow: hidden; }

.header-bottom-row-content-right {
  overflow: hidden; }

.header-login {
  padding-left: 1.125rem;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0; }
  .header-login .grid-content {
    padding-left: 0.5rem;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0; }
  .header-login input[type="text"], .header-login input[type="password"] {
    border-style: none;
    border-width: 0;
    background-color: #badce8;
    font-family: "open_sansregular", Verdana, sans-serif;
    font-size: 0.75rem;
    box-shadow: none;
    line-height: 1rem;
    padding-left: 0.4375rem;
    padding-right: 0.4375rem;
    padding-top: 0.4375rem;
    padding-bottom: 0.4375rem;
    margin-left: 0;
    margin-right: 0.3125rem !important;
    margin-top: 0.3125rem;
    margin-bottom: 0;
    height: 1.75rem;
    color: #417185; }
  .header-login a {
    color: #000000;
    text-decoration: underline;
    font-size: 0.6875rem;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.75rem;
    padding-bottom: 0; }

#header-login-info .login-info-right-container {
  background-color: #ebebeb;
  min-height: 54px !important;
  overflow: hidden;
  border-left-color: #ffffff;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #ffffff;
  border-right-style: solid;
  border-right-width: 1px; }
  #header-login-info .login-info-right-container .login-status {
    width: 100%;
    min-height: 54px !important;
    overflow: hidden;
    border-left-color: #d5d5d5;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #d5d5d5;
    border-right-style: solid;
    border-right-width: 1px;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    padding-top: 1.25rem;
    padding-bottom: 0;
    font-family: "open_sansregular", Verdana, sans-serif;
    font-size: 0.75rem;
    color: #527c8e; }
    #header-login-info .login-info-right-container .login-status a {
      padding-left: 1.25rem;
      text-decoration: underline;
      color: #527c8e; }
    #header-login-info .login-info-right-container .login-status a:hover {
      color: #000000; }

#header-main-nav .menu-bar {
  background-color: rgba(246, 246, 246, 0.95); }
  #header-main-nav .menu-bar li {
    text-align: center !important;
    display: block; }
  #header-main-nav .menu-bar li a:not(.button) {
    background-color: rgba(246, 246, 246, 0.95); }
  #header-main-nav .menu-bar li a:hover {
    background-color: #d8d8d8; }
  #header-main-nav .menu-bar a {
    font-size: 0.875rem;
    font-line-height: 0.875rem;
    font-family: "open_sansregular", Verdana, sans-serif;
    text-align: left !important;
    padding-left: 1.375rem !important;
    padding-right: 1.375rem !important;
    padding-top: 1.375rem !important;
    padding-bottom: 1.4375rem !important; }
  #header-main-nav .menu-bar li:last-child {
    padding-right: 0 !important; }

@media only screen and (min-width: 46.25em) and (max-width: 64rem) {
  #header-main-nav .menu-bar {
    background-color: rgba(246, 246, 246, 0.95); }
    #header-main-nav .menu-bar li a:not(.button) {
      padding-left: 0.875rem !important;
      padding-right: 0.875rem !important;
      padding-top: 1.375rem !important;
      padding-bottom: 1.4375rem !important;
      background-color: rgba(246, 246, 246, 0.95); }
    #header-main-nav .menu-bar li a:hover {
      background-color: #d8d8d8; }
    #header-main-nav .menu-bar li {
      padding: 0; }
    #header-main-nav .menu-bar a {
      font-size: 0.75rem !important;
      font-line-height: 0.75rem;
      font-family: "open_sansregular", Verdana, sans-serif; } }

#mobile-top-header {
  min-height: 4.375rem;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  background-color: #f2f2f2;
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/portal-images/mobile-logo.png);
  background-repeat: no-repeat;
  background-position-y: 0;
  background-position-x: 0.625rem;
  background-size: inherit;
  padding-right: 15px; }
  #mobile-top-header img {
    padding-right: 0.625rem; }
  @media only screen and (min-width: 46.25em) {
    #mobile-top-header {
      padding-right: 0px; } }

#mobile-menu .action-sheet ul a {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important; }

.hero-container {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/portal-images/home-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.625rem;
  padding-bottom: 0;
  background-position: 30% top;
  background-size: 300%;
  margin: 0;
  width: 100%;
  border-top-width: 0.75rem;
  border-top-style: solid;
  border-top-color: #ffffff;
  border-bottom-width: 0.75rem;
  border-bottom-style: solid;
  border-bottom-color: #ffffff; }
  @media only screen and (min-width: 46.25em) {
    .hero-container {
      padding-left: 0;
      padding-right: 0;
      padding-top: 3.125rem;
      padding-bottom: 0;
      height: 33.625rem;
      background-position: 56% top;
      background-size: cover; } }
  @media only screen and (min-width: 90em) {
    .hero-container {
      background-position: 70% top; } }

.hero {
  margin: auto !important;
  padding: 0; }
  @media only screen and (min-width: 64.0625em) {
    .hero {
      max-width: 1250px;
      min-width: 1050px; } }
  @media only screen and (min-width: 46.25em) and (max-width: 64rem) {
    .hero {
      max-width: 1049px;
      min-width: 601px; } }

.hero-left {
  padding-left: 1.25rem;
  padding-top: 0.9375rem;
  padding-bottom: 1.875rem;
  text-align: left; }
  @media only screen and (min-width: 46.25em) {
    .hero-left {
      padding-left: 2.8125rem;
      padding-top: 2.5rem;
      padding-bottom: 1.875rem;
      padding-right: 1.875rem; } }
  .hero-left .hero-left-content {
    background-color: rgba(255, 255, 255, 0.9); }
  .hero-left h1 {
    background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/portal-images/home-header-color-underline.png);
    background-position: bottom;
    background-repeat: repeat-x;
    font-family: "josefin_sansbold", Verdana, sans-serif;
    font-size: 1.875rem;
    line-height: 1.875rem;
    color: #050708;
    padding-left: 1.25rem;
    padding-right: 0;
    padding-top: 0.625rem;
    padding-bottom: 1.25rem;
    font-family: "josefin_sansbold", Verdana, sans-serif;
    font-size: 1.375rem;
    line-height: 1.6875rem; }
    @media only screen and (min-width: 46.25em) {
      .hero-left h1 {
        padding-left: 0;
        padding-right: 0;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        margin-left: 1.75rem;
        margin-right: 1.75rem; } }
  .hero-left p {
    font-family: "open_sansregular", Verdana, sans-serif;
    font-size: 0.9375rem;
    line-height: 1.375rem;
    color: #000000;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.625rem;
    padding-bottom: 0.375rem;
    margin: 0;
    font-size: 0.875rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem; }
    @media only screen and (min-width: 46.25em) {
      .hero-left p {
        width: 25rem;
        margin-left: 1.1875rem;
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 1.25rem; } }
  @media only screen and (min-width: 46.25em) {
    .hero-left {
      padding-left: 0;
      padding-top: 0.5rem;
      padding-bottom: 0;
      padding-right: 0;
      width: 25rem; }
      .hero-left h1 {
        font-size: 2.5rem;
        line-height: 2.5rem;
        width: 24.6875rem; } }

.hero-middle {
  overflow: hidden; }
  .hero-middle img {
    max-width: none; }
  @media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
    .hero-middle {
      overflow: hidden; }
      .hero-middle img {
        max-width: 100%; } }

.hero-right {
  background-color: #ffffff;
  padding: 1.25rem; }

.home-content-row-header {
  padding-left: 0;
  padding-right: 0;
  padding-top: 1.875rem;
  padding-bottom: 1.5625rem;
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/portal-images/home-gray-line.png);
  background-position: center;
  background-repeat: repeat-x; }
  .home-content-row-header h2 {
    font-family: "josefin_sansbold", Verdana, sans-serif;
    font-size: 1.625rem;
    line-height: 1.625rem;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom-style: solid;
    border-bottom-width: 5px;
    margin-left: 2.5rem;
    display: inline; }
    @media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
      .home-content-row-header h2 {
        font-size: 1.375rem; } }
  .home-content-row-header .home-content-row-header-wrapper {
    background-repeat: no-repeat;
    display: inline;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    border-style: solid;
    border-width: 1px;
    margin: auto; }

.home-content-row-text {
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  padding-top: 0.625rem;
  padding-bottom: 0;
  text-align: center; }
  .home-content-row-text p {
    font-family: "open_sansregular", Verdana, sans-serif;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #414141;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.625rem;
    padding-bottom: 1.25rem;
    margin: 0; }
  @media only screen and (min-width: 46.25em) {
    .home-content-row-text {
      padding-left: 9.375rem;
      padding-right: 9.375rem;
      padding-top: 0.625rem;
      padding-bottom: 1.25rem; } }
  @media only screen and (min-width: 64.0625em) {
    .home-content-row-text {
      padding-left: 18.75rem;
      padding-right: 18.75rem;
      padding-top: 0.625rem;
      padding-bottom: 1.25rem; } }

.home-content-row-gray {
  height: auto;
  background-color: #f9f9f9;
  width: 100% !important; }

.home-content-row-white {
  height: auto;
  background-color: #ffffff;
  width: 100% !important; }

#how-it-works-container {
  width: 100% !important;
  background-color: #4e94b0; }
  @media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
    #how-it-works-container {
      margin-top: 3.125rem; } }

.how-it-works-header {
  margin: auto !important;
  padding: 0; }
  @media only screen and (min-width: 64.0625em) {
    .how-it-works-header {
      max-width: 1250px;
      min-width: 1050px; } }
  @media only screen and (min-width: 46.25em) and (max-width: 64rem) {
    .how-it-works-header {
      max-width: 1049px;
      min-width: 601px; } }
  .how-it-works-header h2 {
    display: block;
    width: 100%;
    text-align: center;
    font-family: "josefin_sansbold", Verdana, sans-serif;
    font-size: 3rem;
    font-weight: bold;
    color: #ffffff;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.625rem;
    padding-bottom: 0; }
    @media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
      .how-it-works-header h2 {
        font-family: "josefin_sansbold", Verdana, sans-serif;
        font-size: 2.5rem;
        font-weight: bold; } }

#how-it-works-content-container {
  width: 100% !important;
  background-color: #c7dbe3; }

.how-it-works-content {
  margin: auto !important;
  padding: 0; }
  @media only screen and (min-width: 64.0625em) {
    .how-it-works-content {
      max-width: 1250px;
      min-width: 1050px; } }
  @media only screen and (min-width: 46.25em) and (max-width: 64rem) {
    .how-it-works-content {
      max-width: 1049px;
      min-width: 601px; } }
  .how-it-works-content .how-it-works-intro-text {
    color: #000000;
    font-family: "open_sansregular", Verdana, sans-serif;
    font-size: 1.125rem;
    text-align: center;
    padding-left: 8.75rem;
    padding-right: 8.75rem;
    padding-top: 2.1875rem;
    padding-bottom: 1.875rem; }
    @media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
      .how-it-works-content .how-it-works-intro-text {
        padding-left: 1.875rem;
        padding-right: 1.875rem;
        padding-top: 2.1875rem;
        padding-bottom: 1.875rem; } }
  .how-it-works-content h3 {
    color: #414141;
    border-bottom-color: #b8b8b8;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    width: 100%;
    text-align: center;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-top: 0;
    padding-bottom: 0.625rem;
    font-family: "josefin_sansbold", Verdana, sans-serif;
    font-size: 1.5rem;
    font-weight: bold; }
  .how-it-works-content .how-it-works-step-container {
    margin-left: 0;
    margin-right: 0;
    margin-top: 1.25rem;
    margin-bottom: 0.625rem; }
  .how-it-works-content .how-it-works-step {
    background-color: #ffffff;
    width: 100%;
    min-height: 18.75rem;
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    margin-top: 0;
    margin-bottom: 0; }
    @media only screen and (min-width: 46.25em) and (max-width: 64rem) {
      .how-it-works-content .how-it-works-step {
        min-height: 30.625rem; } }
    .how-it-works-content .how-it-works-step h4 {
      border-radius: 50%;
      width: 50px;
      height: 50px;
      background-color: #dde8ed;
      text-align: center;
      padding-left: 0;
      padding-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      margin-left: auto;
      margin-right: auto;
      margin-top: 1.25rem;
      font-family: "josefin_sansbold", Verdana, sans-serif;
      font-size: 2.25rem;
      font-weight: bold;
      color: #7eb2c7; }
    .how-it-works-content .how-it-works-step h3 {
      font-family: "josefin_sansbold", Verdana, sans-serif;
      font-size: 1.5rem;
      font-weight: bold;
      line-height: 1.75rem;
      border-style: none;
      color: #4089a7;
      display: block;
      width: 100%;
      text-align: center;
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      padding-top: 0.625rem;
      padding-bottom: 0.3125rem; }
    .how-it-works-content .how-it-works-step p {
      color: #000000;
      font-family: "open_sansregular", Verdana, sans-serif;
      font-size: 0.875rem;
      line-height: 1.25rem;
      text-align: center;
      padding-left: 1.875rem;
      padding-right: 1.875rem;
      padding-top: 0;
      padding-bottom: 1.25rem; }
  .how-it-works-content .how-it-works-step:hover {
    background-color: #eaf2f5; }
    .how-it-works-content .how-it-works-step:hover h4 {
      background-color: #c7dce6; }

.how-it-works-cta-button {
  margin: auto !important;
  padding: 0;
  text-align: center; }
  @media only screen and (min-width: 64.0625em) {
    .how-it-works-cta-button {
      max-width: 1250px;
      min-width: 1050px; } }
  @media only screen and (min-width: 46.25em) and (max-width: 64rem) {
    .how-it-works-cta-button {
      max-width: 1049px;
      min-width: 601px; } }
  .how-it-works-cta-button .button {
    background: #417185;
    color: #ffffff;
    padding-left: 3.75rem;
    padding-right: 3.75rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    margin-left: 0;
    margin-right: 0;
    margin-top: 1.25rem;
    margin-bottom: 2.5rem; }
    .how-it-works-cta-button .button:hover, .how-it-works-cta-button .button:focus {
      background: #376071;
      color: #ffffff; }
    .how-it-works-cta-button .button .iconic * {
      fill: #ffffff;
      stroke: #ffffff; }
      .how-it-works-cta-button .button .iconic *.iconic-property-accent {
        fill: #ffffff;
        stroke: #ffffff; }
    .how-it-works-cta-button .button.custom-disabled {
      opacity: 0.5;
      cursor: default;
      pointer-events: none; }
    @media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
      .how-it-works-cta-button .button {
        font-size: 0.75rem; } }

#secondary-callout-container {
  width: 100% !important;
  background-color: #f6f1f1;
  margin-top: 3.125rem;
  margin-bottom: 3.125rem; }

.secondary-callout-content {
  margin: auto !important;
  padding: 0; }
  @media only screen and (min-width: 64.0625em) {
    .secondary-callout-content {
      max-width: 1250px;
      min-width: 1050px; } }
  @media only screen and (min-width: 46.25em) and (max-width: 64rem) {
    .secondary-callout-content {
      max-width: 1049px;
      min-width: 601px; } }
  .secondary-callout-content p {
    color: #000000;
    font-family: "open_sansregular", Verdana, sans-serif;
    font-size: 1.125rem;
    line-height: 1.5625rem;
    text-align: center;
    padding-left: 11.25rem;
    padding-right: 11.25rem;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem; }
    @media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
      .secondary-callout-content p {
        padding-left: 1.875rem;
        padding-right: 1.875rem;
        padding-top: 1.875rem;
        padding-bottom: 1.875rem; } }

#know-the-past-container .know-the-past {
  margin: auto !important;
  padding: 0; }
  @media only screen and (min-width: 64.0625em) {
    #know-the-past-container .know-the-past {
      max-width: 1250px;
      min-width: 1050px; } }
  @media only screen and (min-width: 46.25em) and (max-width: 64rem) {
    #know-the-past-container .know-the-past {
      max-width: 1049px;
      min-width: 601px; } }

#know-the-past-container h2 {
  color: #2a90a3;
  border-bottom-color: #2a90a3;
  border-color: #2a90a3; }

#know-the-past-container .home-content-row-header-wrapper {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/portal-images/home-header-bg-know-the-past.png);
  background-color: #cbdee5;
  border-color: #2a90a3; }

#know-the-past-container .box-left {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/portal-images/home-icon-sprite-get-secret-govt-docs.png); }

#know-the-past-container .box-middle {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/portal-images/home-icon-sprite-know-competitor-pricing.png); }

#know-the-past-container .box-right {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/portal-images/home-icon-sprite-see-competitor-proposals.png); }

#know-the-past-container .home-content-row-callouts .call-out-box:hover {
  background-color: #cbdee5; }

#act-on-the-present-container .act-on-the-present {
  margin: auto !important;
  padding: 0; }
  @media only screen and (min-width: 64.0625em) {
    #act-on-the-present-container .act-on-the-present {
      max-width: 1250px;
      min-width: 1050px; } }
  @media only screen and (min-width: 46.25em) and (max-width: 64rem) {
    #act-on-the-present-container .act-on-the-present {
      max-width: 1049px;
      min-width: 601px; } }

#act-on-the-present-container h2 {
  color: #c24a44;
  border-bottom-color: #c24a44;
  border-color: #c24a44; }

#act-on-the-present-container .home-content-row-header-wrapper {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/portal-images/home-header-bg-act-on-the-present.png);
  background-color: #e7cecc;
  border-color: #c24a44; }

#act-on-the-present-container .box-left {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/portal-images/home-icon-sprite-submit-anonymous-questions.png); }

#act-on-the-present-container .box-middle {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/portal-images/home-icon-sprite-dont-miss-amendments.png); }

#act-on-the-present-container .box-right {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/portal-images/home-icon-sprite-get-pricing-comps.png); }

#act-on-the-present-container .home-content-row-callouts .call-out-box:hover {
  background-color: #e7cecc; }

#predict-the-future-container .predict-the-future {
  margin: auto !important;
  padding: 0; }
  @media only screen and (min-width: 64.0625em) {
    #predict-the-future-container .predict-the-future {
      max-width: 1250px;
      min-width: 1050px; } }
  @media only screen and (min-width: 46.25em) and (max-width: 64rem) {
    #predict-the-future-container .predict-the-future {
      max-width: 1049px;
      min-width: 601px; } }

#predict-the-future-container h2 {
  color: #21a018;
  border-bottom-color: #21a018;
  border-color: #21a018; }

#predict-the-future-container .home-content-row-header-wrapper {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/portal-images/home-header-bg-predict-the-future.png);
  background-color: #cee7d0;
  border-color: #21a018; }

#predict-the-future-container .box-left {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/portal-images/home-icon-sprite-get-advanced-notice.png); }

#predict-the-future-container .box-middle {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/portal-images/home-icon-sprite-predict-price-points.png); }

#predict-the-future-container .box-right {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/portal-images/home-icon-sprite-predict-buyer-decision-making.png); }

#predict-the-future-container .home-content-row-callouts .call-out-box:hover {
  background-color: #cee7d0; }

#analytics-container .analytics {
  margin: auto !important;
  padding: 0; }
  @media only screen and (min-width: 64.0625em) {
    #analytics-container .analytics {
      max-width: 1250px;
      min-width: 1050px; } }
  @media only screen and (min-width: 46.25em) and (max-width: 64rem) {
    #analytics-container .analytics {
      max-width: 1049px;
      min-width: 601px; } }

#analytics-container h2 {
  color: #d76e22;
  border-bottom-color: #d76e22;
  border-color: #d76e22; }

#analytics-container .home-content-row-header-wrapper {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/portal-images/home-header-bg-analytics.png);
  background-color: #e9dace;
  border-color: #d76e22; }

#analytics-container .box-left {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/portal-images/home-icon-sprite-pull-reports.png); }

#analytics-container .box-middle {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/portal-images/home-icon-sprite-use-maps.png); }

#analytics-container .box-right {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/portal-images/home-icon-sprite-view-charts.png); }

#analytics-container .home-content-row-callouts .call-out-box:hover {
  background-color: #e9dace; }

.home-content-row-callouts {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0; }
  .home-content-row-callouts .call-out-box {
    position: relative;
    clear: both;
    margin-left: 0;
    background-position: center top;
    background-repeat: no-repeat; }
  .home-content-row-callouts .call-out-box:hover {
    border-radius: 10px;
    background-position: center -275px; }
  .home-content-row-callouts h3 {
    font-family: "josefin_sansbold", Verdana, sans-serif;
    font-size: 1.0625rem;
    line-height: 1.125rem;
    color: #414141;
    padding-left: 0;
    padding-right: 0;
    padding-top: 6.25rem;
    padding-bottom: 0; }
  .home-content-row-callouts p {
    font-family: "open_sansregular", Verdana, sans-serif;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #414141;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0;
    padding-bottom: 0; }
    @media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
      .home-content-row-callouts p {
        height: 95px; } }
    @media only screen and (min-width: 46.25em) {
      .home-content-row-callouts p {
        height: 120px; } }
  .home-content-row-callouts li {
    list-style: none; }
    @media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
      .home-content-row-callouts li {
        margin-left: auto !important;
        margin-right: auto !important; } }
  @media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
    .home-content-row-callouts {
      margin-left: auto !important;
      margin-right: auto !important;
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      padding-top: 0;
      padding-bottom: 0;
      width: 100%  !important; }
      .home-content-row-callouts .call-out-box {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        padding-top: 0;
        padding-bottom: 0; } }
  @media only screen and (min-width: 46.25em) {
    .home-content-row-callouts .call-out-box {
      width: 13.4375rem;
      margin-left: 0.9375rem; } }
  @media only screen and (orientation: landscape) {
    .home-content-row-callouts .call-out-box {
      width: 17.1875rem;
      margin-left: 2.1875rem;
      padding-left: 2.5rem;
      padding-right: 2.5rem;
      padding-top: 0;
      padding-bottom: 0; }
    .home-content-row-callouts p {
      padding: 0; } }
  @media only screen and (min-width: 64.0625em) {
    .home-content-row-callouts .call-out-box {
      width: 17.1875rem;
      margin-left: 6.0625rem; } }

#about-us-container {
  width: 100% !important;
  background-color: #7eb2c7;
  margin-top: 4.375rem; }
  @media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
    #about-us-container {
      margin-top: 0.625rem; } }

.about-us-header {
  margin: auto !important;
  padding: 0; }
  @media only screen and (min-width: 64.0625em) {
    .about-us-header {
      max-width: 1250px;
      min-width: 1050px; } }
  @media only screen and (min-width: 46.25em) and (max-width: 64rem) {
    .about-us-header {
      max-width: 1049px;
      min-width: 601px; } }
  .about-us-header h2 {
    display: block;
    width: 100%;
    text-align: center;
    font-family: "josefin_sansbold", Verdana, sans-serif;
    font-size: 2.25rem;
    font-weight: bold;
    color: #ffffff;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.625rem;
    padding-bottom: 0; }

#about-us-content-container {
  width: 100% !important;
  background-color: #c7dbe3; }

.about-us-content {
  margin: auto !important;
  padding: 0; }
  @media only screen and (min-width: 64.0625em) {
    .about-us-content {
      max-width: 1250px;
      min-width: 1050px; } }
  @media only screen and (min-width: 46.25em) and (max-width: 64rem) {
    .about-us-content {
      max-width: 1049px;
      min-width: 601px; } }
  .about-us-content h5 {
    font-family: "josefin_sansbold", Verdana, sans-serif;
    font-size: 1.375rem;
    font-weight: bold; }
    @media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
      .about-us-content h5 {
        padding-left: 1.875rem;
        padding-right: 1.875rem !important;
        padding-top: 1.25rem;
        padding-bottom: 0; } }
  .about-us-content p {
    padding-left: 0;
    padding-right: 5rem !important;
    padding-top: 0;
    padding-bottom: 0;
    color: #414141;
    font-family: "open_sansregular", Verdana, sans-serif;
    font-size: 1.125rem;
    line-height: 1.875rem; }
    @media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
      .about-us-content p {
        padding-left: 1.875rem;
        padding-right: 1.875rem !important;
        padding-top: 0;
        padding-bottom: 0; } }

.about-us-mgw-difference {
  padding-top: 3.75rem !important;
  padding-bottom: 3.75rem !important; }
  @media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
    .about-us-mgw-difference {
      padding-left: 1.875rem !important;
      padding-right: 1.875rem !important;
      padding-top: 0.625rem !important; }
      .about-us-mgw-difference h5 {
        padding-left: 0 !important;
        padding-right: 0 !important; } }
  .about-us-mgw-difference h5 {
    font-family: "josefin_sansbold", Verdana, sans-serif;
    font-size: 1.375rem;
    font-weight: bold;
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important; }

.about-us-mgw-difference-points {
  width: 100%; }
  .about-us-mgw-difference-points img {
    margin: 0 !important;
    padding: 0 !important; }
  .about-us-mgw-difference-points p {
    padding-left: 0  !important;
    padding-right: 0 !important;
    padding-top: 0;
    padding-bottom: 0 !important;
    line-height: 1.375rem;
    width: 100%; }
    @media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
      .about-us-mgw-difference-points p {
        padding-left: 0.625rem !important; } }

.about-us-left-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 7.5rem;
  padding-bottom: 0 !important; }
  @media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
    .about-us-left-content {
      padding-left: 0 !important;
      padding-right: 0 !important;
      padding-top: 1.875rem;
      padding-bottom: 0 !important; } }

#home-page-cta-bar {
  background-color: #b1b1b1;
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/portal-images/public_home_foot_cta_bkgd.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  width: 100% !important;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 1.625rem;
  margin-bottom: em-rem-calccalc(0); }

.home-page-cta {
  margin: auto !important;
  padding: 0;
  height: 11.25rem;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.9375rem;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0; }
  @media only screen and (min-width: 64.0625em) {
    .home-page-cta {
      max-width: 1250px;
      min-width: 1050px; } }
  @media only screen and (min-width: 46.25em) and (max-width: 64rem) {
    .home-page-cta {
      max-width: 1049px;
      min-width: 601px; } }
  .home-page-cta h3 {
    font-family: "josefin_sansbold", Verdana, sans-serif;
    font-size: 2.5rem;
    color: #ffffff;
    line-height: 2.875rem; }
  @media only screen and (min-width: 46.25em) {
    .home-page-cta {
      padding-left: 0;
      padding-right: 0;
      padding-top: 1.875rem;
      padding-bottom: 0; }
      .home-page-cta h3 {
        font-size: 3rem;
        line-height: 3.4375rem; } }
  @media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
    .home-page-cta {
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      padding-top: 0.9375rem;
      padding-bottom: 0;
      text-align: center; }
      .home-page-cta h3 {
        font-size: 2.0625rem;
        line-height: 2.5rem; } }

.public-home-cta-button {
  background: #21a018;
  color: #ffffff;
  margin-top: 1.25rem;
  margin-bottom: 0;
  display: inline-block;
  color: #ffffff; }
  .public-home-cta-button:hover, .public-home-cta-button:focus {
    background: #1c8814;
    color: #ffffff; }
  .public-home-cta-button .iconic * {
    fill: #ffffff;
    stroke: #ffffff; }
    .public-home-cta-button .iconic *.iconic-property-accent {
      fill: #ffffff;
      stroke: #ffffff; }
  .public-home-cta-button.custom-disabled {
    opacity: 0.5;
    cursor: default;
    pointer-events: none; }

#home-page-contact-us-bar {
  width: 100% !important;
  background-color: #1e5369;
  padding-left: 0;
  padding-right: 0;
  padding-top: 1.875rem;
  padding-bottom: 0;
  margin-top: 1.625rem;
  margin-bottom: 0; }
  #home-page-contact-us-bar i {
    color: #bbbbbb !important;
    font-size: 2rem !important;
    line-height: 2rem !important; }
  #home-page-contact-us-bar span {
    padding-top: 0.5rem; }

.home-page-contact-us-content {
  margin: auto !important;
  padding: 0; }
  @media only screen and (min-width: 64.0625em) {
    .home-page-contact-us-content {
      max-width: 1250px;
      min-width: 1050px; } }
  @media only screen and (min-width: 46.25em) and (max-width: 64rem) {
    .home-page-contact-us-content {
      max-width: 1049px;
      min-width: 601px; } }

.home-page-contact-us-text {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0; }
  .home-page-contact-us-text h3 {
    font-family: "josefin_sansbold", Verdana, sans-serif;
    font-size: 1.625rem;
    color: #ffffff; }
  .home-page-contact-us-text p {
    font-size: 0.875rem;
    color: #ffffff;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0; }

.home-page-contact-us-form {
  text-align: center; }
  .home-page-contact-us-form textarea {
    height: auto; }

.home-page-contact-us-phone {
  text-align: left;
  padding-bottom: 0.1875rem;
  color: #ffffff;
  font-size: 0.875rem; }

.home-page-contact-us-social-media {
  padding-bottom: 0.1875rem; }

.public-home-contact-form-button {
  background: #528fa4;
  color: #ffffff;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  display: inline-block;
  color: #ffffff; }
  .public-home-contact-form-button:hover, .public-home-contact-form-button:focus {
    background: #467a8b;
    color: #ffffff; }
  .public-home-contact-form-button .iconic * {
    fill: #ffffff;
    stroke: #ffffff; }
    .public-home-contact-form-button .iconic *.iconic-property-accent {
      fill: #ffffff;
      stroke: #ffffff; }
  .public-home-contact-form-button.custom-disabled {
    opacity: 0.5;
    cursor: default;
    pointer-events: none; }

.gray-icon {
  color: #bbbbbb; }

.terms-of-use-container h1 {
  font-family: "open_sansbold", Verdana, sans-serif !important;
  font-size: 1.125rem !important;
  padding-bottom: 0.3125rem;
  display: block;
  width: 100%;
  text-align: left;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #21a018;
  color: #21a018;
  margin-bottom: 15px; }

.terms-of-use-container p {
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.9375rem;
  line-height: 1.375rem;
  color: #000000;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.625rem;
  padding-bottom: 0.375rem;
  margin: 0; }

.terms-of-use-container p {
  width: 100% !important; }

.terms-of-use-container h4 {
  width: 100% !important;
  padding-top: 20px; }

.home-container-2021 .hero-container {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/portal-images/home-2021-bg.jpg);
  background-repeat: no-repeat;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.625rem;
  padding-bottom: 0;
  background-position: top;
  background-size: 100%;
  margin: 0;
  width: 100%;
  border-top-width: 0.75rem;
  border-top-style: solid;
  border-top-color: #ffffff;
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-color: none; }
  .home-container-2021 .hero-container p {
    color: #000000; }
  @media only screen and (min-width: 46.25em) {
    .home-container-2021 .hero-container {
      padding-left: 0;
      padding-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      min-height: 663px !important;
      background-color: #d6e4e9;
      background-size: auto;
      background-position-x: 35%; }
      .home-container-2021 .hero-container p {
        color: #000000; } }
  @media only screen and (min-width: 90em) {
    .home-container-2021 .hero-container {
      background-position: 70% top; }
      .home-container-2021 .hero-container p {
        color: #000000; } }
  .home-container-2021 .hero-container .hero-header {
    margin: auto !important;
    padding: 0;
    padding: 0; }
    @media only screen and (min-width: 64.0625em) {
      .home-container-2021 .hero-container .hero-header {
        max-width: 1250px;
        min-width: 1050px; } }
    @media only screen and (min-width: 46.25em) and (max-width: 64rem) {
      .home-container-2021 .hero-container .hero-header {
        max-width: 1049px;
        min-width: 601px; } }
    .home-container-2021 .hero-container .hero-header h1 {
      font-weight: bold;
      font-family: "josefin_sansbold", Verdana, sans-serif;
      margin: auto;
      color: #ffffff;
      font-size: 25px;
      margin-top: 15px;
      height: 74px; }
      @media only screen and (min-width: 46.25em) {
        .home-container-2021 .hero-container .hero-header h1 {
          font-size: 45px;
          margin-top: 35px;
          height: 100px; } }
  .home-container-2021 .hero-container .hero {
    margin: auto !important;
    padding: 0; }
    @media only screen and (min-width: 64.0625em) {
      .home-container-2021 .hero-container .hero {
        max-width: 1250px;
        min-width: 1050px; } }
    @media only screen and (min-width: 46.25em) and (max-width: 64rem) {
      .home-container-2021 .hero-container .hero {
        max-width: 1049px;
        min-width: 601px; } }
  .home-container-2021 .hero-container .hero-2021-left img {
    margin-top: 10px; }
  .home-container-2021 .hero-container .hero-2021-right {
    padding-top: 70px; }
    .home-container-2021 .hero-container .hero-2021-right h2 {
      color: #ffffff;
      line-height: 30px;
      font-size: 18px;
      font-family: "open_sansbold", Verdana, sans-serif;
      margin-bottom: 22px; }
    .home-container-2021 .hero-container .hero-2021-right h3 {
      color: #ffffff;
      line-height: 23px;
      font-size: 14px;
      font-weight: normal;
      font-family: "open_sansregular", Verdana, sans-serif;
      margin-bottom: 22px; }
    .home-container-2021 .hero-container .hero-2021-right .bold-text {
      font-family: "open_sansbold", Verdana, sans-serif !important; }
  .home-container-2021 .hero-container .hero-mobile-content {
    background-color: #d6e4e9;
    padding: 25px;
    text-align: center; }
    .home-container-2021 .hero-container .hero-mobile-content h2 {
      color: #000000;
      line-height: 30px;
      font-size: 18px;
      font-family: "open_sansbold", Verdana, sans-serif;
      margin-bottom: 22px; }
    .home-container-2021 .hero-container .hero-mobile-content h3 {
      color: #000000;
      line-height: 20px;
      font-size: 13px;
      font-weight: normal;
      font-family: "open_sansregular", Verdana, sans-serif;
      margin-bottom: 22px; }
    .home-container-2021 .hero-container .hero-mobile-content .bold-text {
      font-family: "open_sansbold", Verdana, sans-serif !important; }
  .home-container-2021 .hero-container .home-main-button {
    background: #21a018;
    color: #ffffff;
    font-size: 1.125rem !important;
    padding-left: 3.125rem !important;
    padding-right: 3.125rem !important;
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
    margin: auto;
    font-weight: bold !important;
    font-family: "open_sansbold", Verdana, sans-serif !important;
    border-color: #ffffff;
    border-width: 3px;
    border-style: solid; }
    .home-container-2021 .hero-container .home-main-button:hover, .home-container-2021 .hero-container .home-main-button:focus {
      background: #1c8814;
      color: #ffffff; }
    .home-container-2021 .hero-container .home-main-button .iconic * {
      fill: #ffffff;
      stroke: #ffffff; }
      .home-container-2021 .hero-container .home-main-button .iconic *.iconic-property-accent {
        fill: #ffffff;
        stroke: #ffffff; }
    .home-container-2021 .hero-container .home-main-button.custom-disabled {
      opacity: 0.5;
      cursor: default;
      pointer-events: none; }
    @media only screen and (min-width: 46.25em) {
      .home-container-2021 .hero-container .home-main-button {
        font-size: 1.3125rem !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-top: 0.3125rem !important;
        margin-bottom: 0 !important;
        padding-left: 3.75rem !important;
        padding-right: 3.75rem !important;
        padding-top: 0.9375rem !important;
        padding-bottom: 0.9375rem !important; } }

.home-container-2021 .hero-container-header-only {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/portal-images/home-2021-bg.jpg);
  background-repeat: no-repeat;
  margin: 0;
  width: 100%;
  border-top-width: 0.75rem;
  border-top-style: solid;
  border-top-color: #ffffff;
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-color: none; }
  .home-container-2021 .hero-container-header-only .hero-header {
    margin: auto !important;
    padding: 0;
    padding: 0; }
    @media only screen and (min-width: 64.0625em) {
      .home-container-2021 .hero-container-header-only .hero-header {
        max-width: 1250px;
        min-width: 1050px; } }
    @media only screen and (min-width: 46.25em) and (max-width: 64rem) {
      .home-container-2021 .hero-container-header-only .hero-header {
        max-width: 1049px;
        min-width: 601px; } }
    .home-container-2021 .hero-container-header-only .hero-header h1 {
      font-weight: bold;
      font-family: "josefin_sansbold", Verdana, sans-serif;
      margin: auto;
      color: #ffffff;
      font-size: 25px;
      margin-top: 15px;
      height: 74px; }
      @media only screen and (min-width: 46.25em) {
        .home-container-2021 .hero-container-header-only .hero-header h1 {
          font-size: 45px;
          margin-top: 35px;
          height: 100px; } }

.home-container-2021 .benefits-row {
  background-color: #d6e4e9;
  padding-bottom: 50px;
  width: 100%; }
  .home-container-2021 .benefits-row .benefits-container {
    margin: auto !important;
    padding: 0; }
    @media only screen and (min-width: 64.0625em) {
      .home-container-2021 .benefits-row .benefits-container {
        max-width: 1250px;
        min-width: 1050px; } }
    @media only screen and (min-width: 46.25em) and (max-width: 64rem) {
      .home-container-2021 .benefits-row .benefits-container {
        max-width: 1049px;
        min-width: 601px; } }
    .home-container-2021 .benefits-row .benefits-container .benefit-box {
      position: relative;
      background-color: #ffffff;
      width: 237px;
      max-width: 237px;
      margin-right: 14px;
      padding: 35px;
      text-align: center;
      min-height: 310px; }
      .home-container-2021 .benefits-row .benefits-container .benefit-box h4 {
        line-height: 24px;
        font-size: 16px;
        font-family: "open_sansbold", Verdana, sans-serif;
        margin-bottom: 20px;
        margin-top: 20px;
        text-transform: uppercase; }
      .home-container-2021 .benefits-row .benefits-container .benefit-box p {
        color: #343434;
        line-height: 24px;
        font-size: 16px;
        font-family: "open_sansregular", Verdana, sans-serif; }
      .home-container-2021 .benefits-row .benefits-container .benefit-box .purple {
        color: #7c568f; }
      .home-container-2021 .benefits-row .benefits-container .benefit-box .blue {
        color: #2a90a3; }
      .home-container-2021 .benefits-row .benefits-container .benefit-box .red {
        color: #c24a44; }
      .home-container-2021 .benefits-row .benefits-container .benefit-box .green {
        color: #21a018; }
      .home-container-2021 .benefits-row .benefits-container .benefit-box .orange {
        color: #d76e22; }
    .home-container-2021 .benefits-row .benefits-container .benefit-box:last-child {
      margin-right: 0; }

.home-container-2021 .metrics-container {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.625rem;
  padding-bottom: 0;
  margin: 0;
  width: 100%; }
  @media only screen and (min-width: 46.25em) {
    .home-container-2021 .metrics-container {
      padding-left: 0;
      padding-right: 0;
      padding-top: 0;
      padding-bottom: 40px;
      background-color: #ededed;
      margin-bottom: 35px; } }
  @media only screen and (min-width: 90em) {
    .home-container-2021 .metrics-container {
      background-position: 70% top; }
      .home-container-2021 .metrics-container p {
        color: #000000; } }
  .home-container-2021 .metrics-container .metrics-header {
    background-color: #ffffff;
    padding: 0; }
    .home-container-2021 .metrics-container .metrics-header h1 {
      font-weight: bold;
      font-family: "josefin_sansbold", Verdana, sans-serif;
      margin: auto;
      color: #2b90a4;
      font-size: 38px !important;
      font-size: 38px !important;
      margin-bottom: 20px; }
      @media only screen and (min-width: 46.25em) {
        .home-container-2021 .metrics-container .metrics-header h1 {
          font-size: 38px !important;
          margin-bottom: 20px;
          padding-top: 25px; } }
  .home-container-2021 .metrics-container .metrics {
    margin: auto !important;
    padding: 0; }
    @media only screen and (min-width: 64.0625em) {
      .home-container-2021 .metrics-container .metrics {
        max-width: 1250px;
        min-width: 1050px; } }
    @media only screen and (min-width: 46.25em) and (max-width: 64rem) {
      .home-container-2021 .metrics-container .metrics {
        max-width: 1049px;
        min-width: 601px; } }
  .home-container-2021 .metrics-container .metrics-left {
    padding-top: 100px; }
  .home-container-2021 .metrics-container .metrics-right {
    padding-top: 39px; }

.home-container-2021 .products-container {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.625rem;
  padding-bottom: 0;
  margin: 0;
  width: 100%;
  background-color: #ffffff; }
  @media only screen and (min-width: 46.25em) {
    .home-container-2021 .products-container {
      padding-left: 0;
      padding-right: 0;
      padding-top: 0;
      padding-bottom: 40px;
      margin-bottom: 35px; } }
  @media only screen and (min-width: 90em) {
    .home-container-2021 .products-container {
      background-position: 70% top; }
      .home-container-2021 .products-container p {
        color: #000000; } }
  .home-container-2021 .products-container .products-header {
    background-color: #7c568f;
    padding: 0; }
    .home-container-2021 .products-container .products-header h1 {
      font-weight: bold;
      font-family: "josefin_sansbold", Verdana, sans-serif;
      margin: auto;
      color: #ffffff;
      font-size: 48px;
      margin-bottom: 20px; }
      @media only screen and (min-width: 46.25em) {
        .home-container-2021 .products-container .products-header h1 {
          font-size: 40px;
          margin-bottom: 20px;
          padding-top: 20px; } }
  .home-container-2021 .products-container .products {
    margin: auto !important;
    padding: 0; }
    @media only screen and (min-width: 64.0625em) {
      .home-container-2021 .products-container .products {
        max-width: 1250px;
        min-width: 1050px; } }
    @media only screen and (min-width: 46.25em) and (max-width: 64rem) {
      .home-container-2021 .products-container .products {
        max-width: 1049px;
        min-width: 601px; } }
    .home-container-2021 .products-container .products p {
      color: #282828;
      line-height: 24px;
      font-size: 15px;
      font-weight: normal;
      font-family: "open_sansregular", Verdana, sans-serif;
      margin-bottom: 45px;
      margin-top: 45px;
      text-align: center;
      width: 100%; }
  .home-container-2021 .products-container .products-left .call-out-button {
    margin: auto;
    margin-top: 30px;
    padding-right: 65px; }
    .home-container-2021 .products-container .products-left .call-out-button p {
      background: #e4d8ea;
      height: 3px;
      margin-top: 10px; }
    .home-container-2021 .products-container .products-left .call-out-button p span {
      background: #ffffff;
      padding: 10px;
      position: relative;
      top: -20px;
      left: 6%; }
  .home-container-2021 .products-container .products-left a {
    display: inline-block;
    margin: auto;
    margin-top: 40px;
    padding-right: 44px;
    font-family: "open_sansbold", Verdana, sans-serif;
    font-size: 16px;
    color: #7c568f;
    text-decoration: underline; }
  .home-container-2021 .products-container .products-left a:hover {
    color: #47215a; }
  .home-container-2021 .products-container .products-right {
    width: 440px;
    max-width: 440px;
    background-color: #f0e9f3;
    padding: 25px; }
    .home-container-2021 .products-container .products-right h3 {
      display: inline-block;
      font-weight: bold;
      font-family: "open_sansbold", Verdana, sans-serif;
      font-size: 16px;
      color: #292929;
      margin: auto;
      text-align: center;
      width: 100%;
      padding-bottom: 17px;
      margin-bottom: 15px;
      border-bottom-color: #cdbdd5;
      border-bottom-style: solid;
      border-bottom-width: 2px; }
    .home-container-2021 .products-container .products-right p, .home-container-2021 .products-container .products-right li {
      color: #282828 !important;
      line-height: 20px !important;
      font-size: 13px !important;
      font-weight: normal !important;
      font-family: "open_sansregular", Verdana, sans-serif !important;
      margin-bottom: 0px !important;
      margin-top: 0px !important;
      padding: 0px !important;
      text-align: left; }
    .home-container-2021 .products-container .products-right ul {
      margin-top: 10px;
      margin-left: 40px; }
    .home-container-2021 .products-container .products-right h4 {
      display: inline-block;
      font-weight: bold;
      font-family: "open_sansbold", Verdana, sans-serif;
      font-size: 14px;
      color: #797979;
      width: 100%;
      margin-bottom: 15px; }
    .home-container-2021 .products-container .products-right .call-out-button {
      margin: auto;
      padding-top: 20px;
      padding-bottom: 65px; }
      .home-container-2021 .products-container .products-right .call-out-button p {
        background: #e4d8ea;
        height: 3px;
        margin-top: 10px; }
      .home-container-2021 .products-container .products-right .call-out-button p span {
        background: #f0e9f3;
        padding: 10px;
        position: relative;
        top: -20px;
        left: 25%; }

.home-container-2021 .home-content-row-header {
  padding-left: 0;
  padding-right: 0;
  padding-top: 1.875rem;
  padding-bottom: 1.5625rem;
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/portal-images/home-gray-line.png);
  background-position: center;
  background-repeat: repeat-x; }
  .home-container-2021 .home-content-row-header h2 {
    font-family: "josefin_sansbold", Verdana, sans-serif;
    font-size: 1.625rem;
    line-height: 1.625rem;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom-style: solid;
    border-bottom-width: 5px;
    margin-left: 2.5rem;
    display: inline; }
    @media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
      .home-container-2021 .home-content-row-header h2 {
        font-size: 1.375rem; } }
  .home-container-2021 .home-content-row-header .home-content-row-header-wrapper {
    background-repeat: no-repeat;
    display: inline;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    border-style: solid;
    border-width: 1px;
    margin: auto; }

.home-container-2021 .home-content-row-text {
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  padding-top: 0.625rem;
  padding-bottom: 0;
  text-align: center; }
  .home-container-2021 .home-content-row-text p {
    font-family: "open_sansregular", Verdana, sans-serif;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #414141;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.625rem;
    padding-bottom: 1.25rem;
    margin: 0; }
  @media only screen and (min-width: 46.25em) {
    .home-container-2021 .home-content-row-text {
      padding-left: 9.375rem;
      padding-right: 9.375rem;
      padding-top: 0.625rem;
      padding-bottom: 1.25rem; } }
  @media only screen and (min-width: 64.0625em) {
    .home-container-2021 .home-content-row-text {
      padding-left: 18.75rem;
      padding-right: 18.75rem;
      padding-top: 0.625rem;
      padding-bottom: 1.25rem; } }

.home-container-2021 .home-content-row-gray {
  height: auto;
  background-color: #f9f9f9;
  width: 100% !important; }

.home-container-2021 .home-content-row-white {
  height: auto;
  background-color: #ffffff;
  width: 100% !important; }

.home-container-2021 #how-it-works-container {
  width: 100% !important;
  background-color: #4e94b0; }
  @media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
    .home-container-2021 #how-it-works-container {
      margin-top: 3.125rem; } }

.home-container-2021 .how-it-works-header {
  margin: auto !important;
  padding: 0; }
  @media only screen and (min-width: 64.0625em) {
    .home-container-2021 .how-it-works-header {
      max-width: 1250px;
      min-width: 1050px; } }
  @media only screen and (min-width: 46.25em) and (max-width: 64rem) {
    .home-container-2021 .how-it-works-header {
      max-width: 1049px;
      min-width: 601px; } }
  .home-container-2021 .how-it-works-header h2 {
    display: block;
    width: 100%;
    text-align: center;
    font-family: "josefin_sansbold", Verdana, sans-serif;
    font-size: 3rem;
    font-weight: bold;
    color: #ffffff;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.625rem;
    padding-bottom: 0; }
    @media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
      .home-container-2021 .how-it-works-header h2 {
        font-family: "josefin_sansbold", Verdana, sans-serif;
        font-size: 2.5rem;
        font-weight: bold; } }

.home-container-2021 #how-it-works-content-container {
  width: 100% !important;
  background-color: #c7dbe3; }

.home-container-2021 .how-it-works-content {
  margin: auto !important;
  padding: 0; }
  @media only screen and (min-width: 64.0625em) {
    .home-container-2021 .how-it-works-content {
      max-width: 1250px;
      min-width: 1050px; } }
  @media only screen and (min-width: 46.25em) and (max-width: 64rem) {
    .home-container-2021 .how-it-works-content {
      max-width: 1049px;
      min-width: 601px; } }
  .home-container-2021 .how-it-works-content .how-it-works-intro-text {
    color: #000000;
    font-family: "open_sansregular", Verdana, sans-serif;
    font-size: 1.125rem;
    text-align: center;
    padding-left: 8.75rem;
    padding-right: 8.75rem;
    padding-top: 2.1875rem;
    padding-bottom: 1.875rem; }
    @media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
      .home-container-2021 .how-it-works-content .how-it-works-intro-text {
        padding-left: 1.875rem;
        padding-right: 1.875rem;
        padding-top: 2.1875rem;
        padding-bottom: 1.875rem; } }
  .home-container-2021 .how-it-works-content h3 {
    color: #414141;
    border-bottom-color: #b8b8b8;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    width: 100%;
    text-align: center;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-top: 0;
    padding-bottom: 0.625rem;
    font-family: "josefin_sansbold", Verdana, sans-serif;
    font-size: 1.5rem;
    font-weight: bold; }
  .home-container-2021 .how-it-works-content .how-it-works-step-container {
    margin-left: 0;
    margin-right: 0;
    margin-top: 1.25rem;
    margin-bottom: 0.625rem; }
  .home-container-2021 .how-it-works-content .how-it-works-step {
    background-color: #ffffff;
    width: 100%;
    min-height: 18.75rem;
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    margin-top: 0;
    margin-bottom: 0; }
    @media only screen and (min-width: 46.25em) and (max-width: 64rem) {
      .home-container-2021 .how-it-works-content .how-it-works-step {
        min-height: 30.625rem; } }
    .home-container-2021 .how-it-works-content .how-it-works-step h4 {
      border-radius: 50%;
      width: 50px;
      height: 50px;
      background-color: #dde8ed;
      text-align: center;
      padding-left: 0;
      padding-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      margin-left: auto;
      margin-right: auto;
      margin-top: 1.25rem;
      font-family: "josefin_sansbold", Verdana, sans-serif;
      font-size: 2.25rem;
      font-weight: bold;
      color: #7eb2c7; }
    .home-container-2021 .how-it-works-content .how-it-works-step h3 {
      font-family: "josefin_sansbold", Verdana, sans-serif;
      font-size: 1.5rem;
      font-weight: bold;
      line-height: 1.75rem;
      border-style: none;
      color: #4089a7;
      display: block;
      width: 100%;
      text-align: center;
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      padding-top: 0.625rem;
      padding-bottom: 0.3125rem; }
    .home-container-2021 .how-it-works-content .how-it-works-step p {
      color: #000000;
      font-family: "open_sansregular", Verdana, sans-serif;
      font-size: 0.875rem;
      line-height: 1.25rem;
      text-align: center;
      padding-left: 1.875rem;
      padding-right: 1.875rem;
      padding-top: 0;
      padding-bottom: 1.25rem; }
  .home-container-2021 .how-it-works-content .how-it-works-step:hover {
    background-color: #eaf2f5; }
    .home-container-2021 .how-it-works-content .how-it-works-step:hover h4 {
      background-color: #c7dce6; }

.home-container-2021 #secondary-callout-container {
  width: 100% !important;
  background-color: #f6f1f1;
  margin-top: 3.125rem;
  margin-bottom: 3.125rem; }

.home-container-2021 .secondary-callout-content {
  margin: auto !important;
  padding: 0; }
  @media only screen and (min-width: 64.0625em) {
    .home-container-2021 .secondary-callout-content {
      max-width: 1250px;
      min-width: 1050px; } }
  @media only screen and (min-width: 46.25em) and (max-width: 64rem) {
    .home-container-2021 .secondary-callout-content {
      max-width: 1049px;
      min-width: 601px; } }
  .home-container-2021 .secondary-callout-content p {
    color: #000000;
    font-family: "open_sansregular", Verdana, sans-serif;
    font-size: 1.125rem;
    line-height: 1.5625rem;
    text-align: center;
    padding-left: 11.25rem;
    padding-right: 11.25rem;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem; }
    @media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
      .home-container-2021 .secondary-callout-content p {
        padding-left: 1.875rem;
        padding-right: 1.875rem;
        padding-top: 1.875rem;
        padding-bottom: 1.875rem; } }

.home-container-2021 #know-the-past-container .know-the-past {
  margin: auto !important;
  padding: 0; }
  @media only screen and (min-width: 64.0625em) {
    .home-container-2021 #know-the-past-container .know-the-past {
      max-width: 1250px;
      min-width: 1050px; } }
  @media only screen and (min-width: 46.25em) and (max-width: 64rem) {
    .home-container-2021 #know-the-past-container .know-the-past {
      max-width: 1049px;
      min-width: 601px; } }

.home-container-2021 #know-the-past-container h2 {
  color: #2a90a3;
  border-bottom-color: #2a90a3;
  border-color: #2a90a3; }

.home-container-2021 #know-the-past-container .home-content-row-header-wrapper {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/portal-images/home-header-bg-know-the-past.png);
  background-color: #cbdee5;
  border-color: #2a90a3; }

.home-container-2021 #know-the-past-container .box-left {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/portal-images/home-icon-sprite-get-secret-govt-docs.png); }

.home-container-2021 #know-the-past-container .box-middle {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/portal-images/home-icon-sprite-know-competitor-pricing.png); }

.home-container-2021 #know-the-past-container .box-right {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/portal-images/home-icon-sprite-see-competitor-proposals.png); }

.home-container-2021 #know-the-past-container .home-content-row-callouts .call-out-box:hover {
  background-color: #cbdee5; }

.home-container-2021 #act-on-the-present-container .act-on-the-present {
  margin: auto !important;
  padding: 0; }
  @media only screen and (min-width: 64.0625em) {
    .home-container-2021 #act-on-the-present-container .act-on-the-present {
      max-width: 1250px;
      min-width: 1050px; } }
  @media only screen and (min-width: 46.25em) and (max-width: 64rem) {
    .home-container-2021 #act-on-the-present-container .act-on-the-present {
      max-width: 1049px;
      min-width: 601px; } }

.home-container-2021 #act-on-the-present-container h2 {
  color: #c24a44;
  border-bottom-color: #c24a44;
  border-color: #c24a44; }

.home-container-2021 #act-on-the-present-container .home-content-row-header-wrapper {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/portal-images/home-header-bg-act-on-the-present.png);
  background-color: #e7cecc;
  border-color: #c24a44; }

.home-container-2021 #act-on-the-present-container .box-left {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/portal-images/home-icon-sprite-submit-anonymous-questions.png); }

.home-container-2021 #act-on-the-present-container .box-middle {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/portal-images/home-icon-sprite-dont-miss-amendments.png); }

.home-container-2021 #act-on-the-present-container .box-right {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/portal-images/home-icon-sprite-get-pricing-comps.png); }

.home-container-2021 #act-on-the-present-container .home-content-row-callouts .call-out-box:hover {
  background-color: #e7cecc; }

.home-container-2021 #predict-the-future-container .predict-the-future {
  margin: auto !important;
  padding: 0; }
  @media only screen and (min-width: 64.0625em) {
    .home-container-2021 #predict-the-future-container .predict-the-future {
      max-width: 1250px;
      min-width: 1050px; } }
  @media only screen and (min-width: 46.25em) and (max-width: 64rem) {
    .home-container-2021 #predict-the-future-container .predict-the-future {
      max-width: 1049px;
      min-width: 601px; } }

.home-container-2021 #predict-the-future-container h2 {
  color: #21a018;
  border-bottom-color: #21a018;
  border-color: #21a018; }

.home-container-2021 #predict-the-future-container .home-content-row-header-wrapper {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/portal-images/home-header-bg-predict-the-future.png);
  background-color: #cee7d0;
  border-color: #21a018; }

.home-container-2021 #predict-the-future-container .box-left {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/portal-images/home-icon-sprite-get-advanced-notice.png); }

.home-container-2021 #predict-the-future-container .box-middle {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/portal-images/home-icon-sprite-predict-price-points.png); }

.home-container-2021 #predict-the-future-container .box-right {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/portal-images/home-icon-sprite-predict-buyer-decision-making.png); }

.home-container-2021 #predict-the-future-container .home-content-row-callouts .call-out-box:hover {
  background-color: #cee7d0; }

.home-container-2021 #analytics-container .analytics {
  margin: auto !important;
  padding: 0; }
  @media only screen and (min-width: 64.0625em) {
    .home-container-2021 #analytics-container .analytics {
      max-width: 1250px;
      min-width: 1050px; } }
  @media only screen and (min-width: 46.25em) and (max-width: 64rem) {
    .home-container-2021 #analytics-container .analytics {
      max-width: 1049px;
      min-width: 601px; } }

.home-container-2021 #analytics-container h2 {
  color: #d76e22;
  border-bottom-color: #d76e22;
  border-color: #d76e22; }

.home-container-2021 #analytics-container .home-content-row-header-wrapper {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/portal-images/home-header-bg-analytics.png);
  background-color: #e9dace;
  border-color: #d76e22; }

.home-container-2021 #analytics-container .box-left {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/portal-images/home-icon-sprite-pull-reports.png); }

.home-container-2021 #analytics-container .box-middle {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/portal-images/home-icon-sprite-use-maps.png); }

.home-container-2021 #analytics-container .box-right {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/portal-images/home-icon-sprite-view-charts.png); }

.home-container-2021 #analytics-container .home-content-row-callouts .call-out-box:hover {
  background-color: #e9dace; }

.home-container-2021 .home-content-row-callouts {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0; }
  .home-container-2021 .home-content-row-callouts .call-out-box {
    position: relative;
    clear: both;
    margin-left: 0;
    background-position: center top;
    background-repeat: no-repeat; }
  .home-container-2021 .home-content-row-callouts .call-out-box:hover {
    border-radius: 10px;
    background-position: center -275px; }
  .home-container-2021 .home-content-row-callouts h3 {
    font-family: "josefin_sansbold", Verdana, sans-serif;
    font-size: 1.0625rem;
    line-height: 1.125rem;
    color: #414141;
    padding-left: 0;
    padding-right: 0;
    padding-top: 6.25rem;
    padding-bottom: 0; }
  .home-container-2021 .home-content-row-callouts p {
    font-family: "open_sansregular", Verdana, sans-serif;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #414141;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0;
    padding-bottom: 0; }
    @media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
      .home-container-2021 .home-content-row-callouts p {
        height: 95px; } }
    @media only screen and (min-width: 46.25em) {
      .home-container-2021 .home-content-row-callouts p {
        height: 120px; } }
  .home-container-2021 .home-content-row-callouts li {
    list-style: none; }
    @media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
      .home-container-2021 .home-content-row-callouts li {
        margin-left: auto !important;
        margin-right: auto !important; } }
  @media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
    .home-container-2021 .home-content-row-callouts {
      margin-left: auto !important;
      margin-right: auto !important;
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      padding-top: 0;
      padding-bottom: 0;
      width: 100%  !important; }
      .home-container-2021 .home-content-row-callouts .call-out-box {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        padding-top: 0;
        padding-bottom: 0; } }
  @media only screen and (min-width: 46.25em) {
    .home-container-2021 .home-content-row-callouts .call-out-box {
      width: 13.4375rem;
      margin-left: 0.9375rem; } }
  @media only screen and (orientation: landscape) {
    .home-container-2021 .home-content-row-callouts .call-out-box {
      width: 17.1875rem;
      margin-left: 2.1875rem;
      padding-left: 2.5rem;
      padding-right: 2.5rem;
      padding-top: 0;
      padding-bottom: 0; }
    .home-container-2021 .home-content-row-callouts p {
      padding: 0; } }
  @media only screen and (min-width: 64.0625em) {
    .home-container-2021 .home-content-row-callouts .call-out-box {
      width: 17.1875rem;
      margin-left: 6.0625rem; } }

.home-container-2021 #about-us-container {
  width: 100% !important;
  background-color: #7eb2c7;
  margin-top: 4.375rem; }
  @media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
    .home-container-2021 #about-us-container {
      margin-top: 0.625rem; } }

.home-container-2021 .about-us-header {
  margin: auto !important;
  padding: 0; }
  @media only screen and (min-width: 64.0625em) {
    .home-container-2021 .about-us-header {
      max-width: 1250px;
      min-width: 1050px; } }
  @media only screen and (min-width: 46.25em) and (max-width: 64rem) {
    .home-container-2021 .about-us-header {
      max-width: 1049px;
      min-width: 601px; } }
  .home-container-2021 .about-us-header h2 {
    display: block;
    width: 100%;
    text-align: center;
    font-family: "josefin_sansbold", Verdana, sans-serif;
    font-size: 2.25rem;
    font-weight: bold;
    color: #ffffff;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.625rem;
    padding-bottom: 0; }

.home-container-2021 #about-us-content-container {
  width: 100% !important;
  background-color: #c7dbe3; }

.home-container-2021 .about-us-content {
  margin: auto !important;
  padding: 0; }
  @media only screen and (min-width: 64.0625em) {
    .home-container-2021 .about-us-content {
      max-width: 1250px;
      min-width: 1050px; } }
  @media only screen and (min-width: 46.25em) and (max-width: 64rem) {
    .home-container-2021 .about-us-content {
      max-width: 1049px;
      min-width: 601px; } }
  .home-container-2021 .about-us-content h5 {
    font-family: "josefin_sansbold", Verdana, sans-serif;
    font-size: 1.375rem;
    font-weight: bold; }
    @media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
      .home-container-2021 .about-us-content h5 {
        padding-left: 1.875rem;
        padding-right: 1.875rem !important;
        padding-top: 1.25rem;
        padding-bottom: 0; } }
  .home-container-2021 .about-us-content p {
    padding-left: 0;
    padding-right: 5rem !important;
    padding-top: 0;
    padding-bottom: 0;
    color: #414141;
    font-family: "open_sansregular", Verdana, sans-serif;
    font-size: 1.125rem;
    line-height: 1.875rem; }
    @media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
      .home-container-2021 .about-us-content p {
        padding-left: 1.875rem;
        padding-right: 1.875rem !important;
        padding-top: 0;
        padding-bottom: 0; } }

.home-container-2021 .about-us-mgw-difference {
  padding-top: 3.75rem !important;
  padding-bottom: 3.75rem !important; }
  @media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
    .home-container-2021 .about-us-mgw-difference {
      padding-left: 1.875rem !important;
      padding-right: 1.875rem !important;
      padding-top: 0.625rem !important; }
      .home-container-2021 .about-us-mgw-difference h5 {
        padding-left: 0 !important;
        padding-right: 0 !important; } }
  .home-container-2021 .about-us-mgw-difference h5 {
    font-family: "josefin_sansbold", Verdana, sans-serif;
    font-size: 1.375rem;
    font-weight: bold;
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important; }

.home-container-2021 .about-us-mgw-difference-points {
  width: 100%; }
  .home-container-2021 .about-us-mgw-difference-points img {
    margin: 0 !important;
    padding: 0 !important; }
  .home-container-2021 .about-us-mgw-difference-points p {
    padding-left: 0  !important;
    padding-right: 0 !important;
    padding-top: 0;
    padding-bottom: 0 !important;
    line-height: 1.375rem;
    width: 100%; }
    @media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
      .home-container-2021 .about-us-mgw-difference-points p {
        padding-left: 0.625rem !important; } }

.home-container-2021 .about-us-left-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 7.5rem;
  padding-bottom: 0 !important; }
  @media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
    .home-container-2021 .about-us-left-content {
      padding-left: 0 !important;
      padding-right: 0 !important;
      padding-top: 1.875rem;
      padding-bottom: 0 !important; } }

.home-container-2021 #home-page-cta-bar {
  background-color: #b1b1b1;
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/portal-images/public_home_foot_cta_bkgd.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  width: 100% !important;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 1.625rem;
  margin-bottom: em-rem-calccalc(0); }

.home-container-2021 .home-page-cta {
  margin: auto !important;
  padding: 0;
  height: 11.25rem;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.9375rem;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0; }
  @media only screen and (min-width: 64.0625em) {
    .home-container-2021 .home-page-cta {
      max-width: 1250px;
      min-width: 1050px; } }
  @media only screen and (min-width: 46.25em) and (max-width: 64rem) {
    .home-container-2021 .home-page-cta {
      max-width: 1049px;
      min-width: 601px; } }
  .home-container-2021 .home-page-cta h3 {
    font-family: "josefin_sansbold", Verdana, sans-serif;
    font-size: 2.5rem;
    color: #ffffff;
    line-height: 2.875rem; }
  @media only screen and (min-width: 46.25em) {
    .home-container-2021 .home-page-cta {
      padding-left: 0;
      padding-right: 0;
      padding-top: 1.875rem;
      padding-bottom: 0; }
      .home-container-2021 .home-page-cta h3 {
        font-size: 3rem;
        line-height: 3.4375rem; } }
  @media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
    .home-container-2021 .home-page-cta {
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      padding-top: 0.9375rem;
      padding-bottom: 0;
      text-align: center; }
      .home-container-2021 .home-page-cta h3 {
        font-size: 2.0625rem;
        line-height: 2.5rem; } }

.home-container-2021 .public-home-cta-button {
  background: #21a018;
  color: #ffffff;
  margin-top: 1.25rem;
  margin-bottom: 0;
  display: inline-block;
  color: #ffffff; }
  .home-container-2021 .public-home-cta-button:hover, .home-container-2021 .public-home-cta-button:focus {
    background: #1c8814;
    color: #ffffff; }
  .home-container-2021 .public-home-cta-button .iconic * {
    fill: #ffffff;
    stroke: #ffffff; }
    .home-container-2021 .public-home-cta-button .iconic *.iconic-property-accent {
      fill: #ffffff;
      stroke: #ffffff; }
  .home-container-2021 .public-home-cta-button.custom-disabled {
    opacity: 0.5;
    cursor: default;
    pointer-events: none; }

.home-container-2021 #home-page-contact-us-bar {
  width: 100% !important;
  background-color: #1e5369;
  padding-left: 0;
  padding-right: 0;
  padding-top: 1.875rem;
  padding-bottom: 0;
  margin-top: 1.625rem;
  margin-bottom: 0; }
  .home-container-2021 #home-page-contact-us-bar i {
    color: #bbbbbb !important;
    font-size: 2rem !important;
    line-height: 2rem !important; }
  .home-container-2021 #home-page-contact-us-bar span {
    padding-top: 0.5rem; }

.home-container-2021 .home-page-contact-us-content {
  margin: auto !important;
  padding: 0; }
  @media only screen and (min-width: 64.0625em) {
    .home-container-2021 .home-page-contact-us-content {
      max-width: 1250px;
      min-width: 1050px; } }
  @media only screen and (min-width: 46.25em) and (max-width: 64rem) {
    .home-container-2021 .home-page-contact-us-content {
      max-width: 1049px;
      min-width: 601px; } }

.home-container-2021 .home-page-contact-us-text {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0; }
  .home-container-2021 .home-page-contact-us-text h3 {
    font-family: "josefin_sansbold", Verdana, sans-serif;
    font-size: 1.625rem;
    color: #ffffff; }
  .home-container-2021 .home-page-contact-us-text p {
    font-size: 0.875rem;
    color: #ffffff;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0; }

.home-container-2021 .home-page-contact-us-form {
  text-align: center; }
  .home-container-2021 .home-page-contact-us-form textarea {
    height: auto; }

.home-container-2021 .home-page-contact-us-phone {
  text-align: left;
  padding-bottom: 0.1875rem;
  color: #ffffff;
  font-size: 0.875rem; }

.home-container-2021 .home-page-contact-us-social-media {
  padding-bottom: 0.1875rem; }

.home-container-2021 .public-home-contact-form-button {
  background: #528fa4;
  color: #ffffff;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  display: inline-block;
  color: #ffffff; }
  .home-container-2021 .public-home-contact-form-button:hover, .home-container-2021 .public-home-contact-form-button:focus {
    background: #467a8b;
    color: #ffffff; }
  .home-container-2021 .public-home-contact-form-button .iconic * {
    fill: #ffffff;
    stroke: #ffffff; }
    .home-container-2021 .public-home-contact-form-button .iconic *.iconic-property-accent {
      fill: #ffffff;
      stroke: #ffffff; }
  .home-container-2021 .public-home-contact-form-button.custom-disabled {
    opacity: 0.5;
    cursor: default;
    pointer-events: none; }

.home-container-2021 .gray-icon {
  color: #bbbbbb; }

.home-container-2021 .trust-row {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/portal-images/portal-about-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.625rem;
  padding-bottom: 0;
  background-position: top;
  background-size: 100%; }
  @media only screen and (min-width: 46.25em) {
    .home-container-2021 .trust-row {
      padding-left: 0;
      padding-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      min-height: 663px !important;
      background-size: auto;
      background-position-x: 35%; } }
  @media only screen and (min-width: 90em) {
    .home-container-2021 .trust-row {
      background-position: 70% top; } }
  .home-container-2021 .trust-row .trust-row-container {
    margin: auto !important;
    padding: 0; }
    @media only screen and (min-width: 64.0625em) {
      .home-container-2021 .trust-row .trust-row-container {
        max-width: 1250px;
        min-width: 1050px; } }
    @media only screen and (min-width: 46.25em) and (max-width: 64rem) {
      .home-container-2021 .trust-row .trust-row-container {
        max-width: 1049px;
        min-width: 601px; } }
    .home-container-2021 .trust-row .trust-row-container .trust-box {
      margin-top: 90px;
      background-color: #ffffff;
      padding: 25px; }
      .home-container-2021 .trust-row .trust-row-container .trust-box .trust-box-content {
        background-color: #c7dbe3;
        padding: 25px;
        padding-bottom: 0px; }
        .home-container-2021 .trust-row .trust-row-container .trust-box .trust-box-content span {
          width: 100%;
          display: block; }
          .home-container-2021 .trust-row .trust-row-container .trust-box .trust-box-content span img {
            margin: auto;
            display: block; }
        .home-container-2021 .trust-row .trust-row-container .trust-box .trust-box-content h3 {
          font-weight: bold;
          font-family: "josefin_sansbold", Verdana, sans-serif;
          color: #000000;
          font-size: 20px;
          margin-top: 15px; }
        .home-container-2021 .trust-row .trust-row-container .trust-box .trust-box-content p {
          font-size: 20px;
          line-height: 28px;
          font-family: "open_sansregular", Verdana, sans-serif;
          color: #000000;
          padding: 0px !important;
          padding-bottom: 0px !important; }
      .home-container-2021 .trust-row .trust-row-container .trust-box .contact-content {
        padding-left: 21px;
        text-align: center; }
        .home-container-2021 .trust-row .trust-row-container .trust-box .contact-content h4 {
          color: #797979;
          font-weight: bold;
          font-family: "open_sansbold", Verdana, sans-serif;
          width: 100%;
          display: block;
          font-size: 24px;
          padding-bottom: 17px;
          border-bottom-width: 3px;
          border-bottom-color: #dbdbdb;
          border-bottom-style: solid;
          margin: auto;
          margin-bottom: 17px;
          text-transform: uppercase; }
        .home-container-2021 .trust-row .trust-row-container .trust-box .contact-content h5 {
          color: #797979;
          font-weight: bold;
          font-family: "open_sansbold", Verdana, sans-serif;
          font-size: 16px;
          width: 100%;
          display: block;
          padding-bottom: 17px;
          margin: auto;
          margin-bottom: 17px;
          margin-top: 0px; }
        .home-container-2021 .trust-row .trust-row-container .trust-box .contact-content h6 {
          color: #a5a5a5;
          font-weight: bold;
          font-family: "open_sansbold", Verdana, sans-serif;
          font-size: 20px;
          width: 100%;
          display: block;
          padding-bottom: 17px;
          border-bottom-width: 3px;
          border-bottom-color: #dbdbdb;
          border-bottom-style: solid;
          margin: auto;
          margin-bottom: 17px;
          margin-top: 0px;
          text-transform: uppercase; }
        .home-container-2021 .trust-row .trust-row-container .trust-box .contact-content .gray-large-blue-2-button {
          background: #2b90a4;
          color: #ffffff;
          font-size: 1.25rem !important;
          font-weight: bold;
          font-family: "open_sansbold", Verdana, sans-serif;
          text-transform: uppercase; }
          .home-container-2021 .trust-row .trust-row-container .trust-box .contact-content .gray-large-blue-2-button:hover, .home-container-2021 .trust-row .trust-row-container .trust-box .contact-content .gray-large-blue-2-button:focus {
            background: #257a8b;
            color: #ffffff; }
          .home-container-2021 .trust-row .trust-row-container .trust-box .contact-content .gray-large-blue-2-button .iconic * {
            fill: #ffffff;
            stroke: #ffffff; }
            .home-container-2021 .trust-row .trust-row-container .trust-box .contact-content .gray-large-blue-2-button .iconic *.iconic-property-accent {
              fill: #ffffff;
              stroke: #ffffff; }
          .home-container-2021 .trust-row .trust-row-container .trust-box .contact-content .gray-large-blue-2-button.custom-disabled {
            opacity: 0.5;
            cursor: default;
            pointer-events: none; }

.home-container-2022 .hero-container {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/portal-images/home-2021-bg.jpg);
  background-repeat: no-repeat;
  margin: 0;
  width: 100%;
  border-top-width: 0.75rem;
  border-top-style: solid;
  border-top-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-bottom-color: none; }
  @media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
    .home-container-2022 .hero-container {
      padding-left: 0;
      padding-right: 0;
      padding-top: 0.625rem;
      padding-bottom: 0;
      background-position: top;
      background-size: auto; } }
  @media only screen and (min-width: 46.25em) {
    .home-container-2022 .hero-container {
      padding-left: 0;
      padding-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      min-height: 41.875rem !important;
      background-color: #d6e4e9;
      background-size: cover !important;
      background-position-x: 35%; } }
  @media only screen and (min-width: 90em) {
    .home-container-2022 .hero-container {
      background-position: 70% top; }
      .home-container-2022 .hero-container p {
        color: #000000; } }
  .home-container-2022 .hero-container .hero-header {
    margin: auto !important;
    padding: 0;
    padding: 0; }
    @media only screen and (min-width: 64.0625em) {
      .home-container-2022 .hero-container .hero-header {
        max-width: 1250px;
        min-width: 1050px; } }
    @media only screen and (min-width: 46.25em) and (max-width: 64rem) {
      .home-container-2022 .hero-container .hero-header {
        max-width: 1049px;
        min-width: 601px; } }
    .home-container-2022 .hero-container .hero-header h1 {
      font-weight: bold;
      font-family: "josefin_sansbold", Verdana, sans-serif;
      margin: auto;
      color: #ffffff; }
      @media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
        .home-container-2022 .hero-container .hero-header h1 {
          font-size: 1.5625rem;
          margin-top: 0.625rem;
          height: 4.625rem;
          text-align: center;
          margin-bottom: 0.625rem;
          padding-left: 0.3125rem;
          padding-right: 0.3125rem; } }
      @media only screen and (min-width: 46.25em) and (max-width: 64rem) {
        .home-container-2022 .hero-container .hero-header h1 {
          font-size: 1.875rem;
          margin-top: 2.1875rem;
          height: 5.625rem;
          padding-top: 0.625rem;
          margin-bottom: 0;
          padding-left: 0;
          padding-right: 0; } }
      @media only screen and (min-width: 64.0625em) {
        .home-container-2022 .hero-container .hero-header h1 {
          font-size: 2.8125rem;
          margin-top: 2.1875rem;
          height: 5.625rem;
          padding-top: 0.625rem;
          margin-bottom: 1.25rem;
          padding-left: 0;
          padding-right: 0; } }
  .home-container-2022 .hero-container .hero-2022-left h2 {
    color: #ffffff;
    line-height: 1.875rem;
    font-size: 1.125rem;
    font-family: "open_sansbold", Verdana, sans-serif;
    margin-bottom: 1.375rem; }
  .home-container-2022 .hero-container .hero-2022-left h3 {
    color: #ffffff;
    line-height: 1.4375rem;
    font-size: 0.875rem;
    font-weight: normal;
    font-family: "open_sansregular", Verdana, sans-serif;
    margin-bottom: 1.375rem; }
  .home-container-2022 .hero-container .hero-2022-left ul {
    margin-left: 3.75rem; }
    .home-container-2022 .hero-container .hero-2022-left ul li {
      color: #ffffff;
      line-height: 1.4375rem;
      font-size: 1rem;
      font-family: "open_sansbold", Verdana, sans-serif;
      margin-bottom: 1.125rem;
      list-style-type: none;
      padding: 0.25rem 0 0 2.1875rem;
      position: relative; }
    .home-container-2022 .hero-container .hero-2022-left ul li:after {
      content: " ";
      display: block;
      width: 0.875rem;
      height: 1.875rem;
      border: solid #82b3c6;
      border-width: 0 0.375rem 0.375rem 0;
      position: absolute;
      top: -0.3125rem;
      left: -0.1875rem;
      margin-top: 0;
      transform: rotate(45deg); }
  .home-container-2022 .hero-container .hero-2022-left .bold-text {
    font-family: "open_sansbold", Verdana, sans-serif !important; }
  @media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
    .home-container-2022 .hero-container .hero-2022-left {
      padding-top: 0.9375rem;
      padding-left: 6.25rem;
      padding-right: 2.5rem; } }
  @media only screen and (min-width: 46.25em) and (max-width: 64rem) {
    .home-container-2022 .hero-container .hero-2022-left {
      padding-top: 0;
      padding-left: 1.875rem;
      padding-right: 0.625rem; }
      .home-container-2022 .hero-container .hero-2022-left ul {
        margin-left: 0.625rem; }
        .home-container-2022 .hero-container .hero-2022-left ul li {
          line-height: 1.125rem;
          font-size: 0.875rem;
          top: -0.0625rem;
          padding: 0.25rem 0 0 1.875rem; }
        .home-container-2022 .hero-container .hero-2022-left ul li:after {
          width: 0.625rem;
          height: 1.5625rem;
          border-width: 0 0.25rem 0.25rem 0; } }
  @media only screen and (min-width: 64.0625em) {
    .home-container-2022 .hero-container .hero-2022-left {
      padding-top: 0.9375rem;
      padding-left: 6.25rem;
      padding-right: 2.5rem; } }
  .home-container-2022 .hero-container .tight-bullets li {
    margin-bottom: 12px !important; }
  @media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
    .home-container-2022 .hero-container .hero-2022-right {
      padding-right: 6.25rem; } }
  @media only screen and (min-width: 46.25em) and (max-width: 64rem) {
    .home-container-2022 .hero-container .hero-2022-right {
      padding-right: 1.25rem; } }
  @media only screen and (min-width: 64.0625em) {
    .home-container-2022 .hero-container .hero-2022-right {
      padding-right: 6.25rem; } }
  .home-container-2022 .hero-container .hero-mobile-content {
    background-color: #e4ebe3;
    padding: 1.25rem;
    font-size: 0.75rem;
    font-family: "open_sansregular", Verdana, sans-serif !important;
    width: 100%; }
    .home-container-2022 .hero-container .hero-mobile-content h2 {
      color: #000000;
      line-height: 1.6875rem;
      font-size: 1.1875rem;
      font-family: "open_sansbold", Verdana, sans-serif;
      margin-bottom: 1.25rem;
      text-align: center;
      padding-left: 0;
      padding-right: 0;
      margin-top: 0.3125rem;
      margin-bottom: 1.125rem; }
    .home-container-2022 .hero-container .hero-mobile-content ul {
      margin-left: 0.625rem; }
      .home-container-2022 .hero-container .hero-mobile-content ul li {
        color: #202020;
        line-height: 1rem;
        font-size: 0.875rem;
        font-family: "open_sansregular", Verdana, sans-serif !important;
        margin-bottom: 0.0625rem;
        list-style-type: none;
        position: relative;
        padding-left: 1rem;
        display: inline-block !important;
        width: 100% !important; }
      .home-container-2022 .hero-container .hero-mobile-content ul li:after {
        content: " ";
        display: block;
        width: 0.5rem;
        height: 0.9375rem;
        border: solid #126d04;
        border-width: 0 0.3125rem 0.3125rem 0;
        position: absolute;
        top: -0.3125rem;
        left: -0.1875rem;
        margin-top: 0.25rem;
        transform: rotate(45deg); }
  .home-container-2022 .hero-container .home-main-button {
    background: #21a018;
    color: #ffffff;
    font-size: 1.125rem !important;
    padding-left: 3.125rem !important;
    padding-right: 3.125rem !important;
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
    margin: auto;
    font-weight: bold !important;
    font-family: "open_sansbold", Verdana, sans-serif !important;
    border-color: #ffffff;
    border-width: 0.1875rem;
    border-style: solid; }
    .home-container-2022 .hero-container .home-main-button:hover, .home-container-2022 .hero-container .home-main-button:focus {
      background: #1c8814;
      color: #ffffff; }
    .home-container-2022 .hero-container .home-main-button .iconic * {
      fill: #ffffff;
      stroke: #ffffff; }
      .home-container-2022 .hero-container .home-main-button .iconic *.iconic-property-accent {
        fill: #ffffff;
        stroke: #ffffff; }
    .home-container-2022 .hero-container .home-main-button.custom-disabled {
      opacity: 0.5;
      cursor: default;
      pointer-events: none; }
    @media only screen and (min-width: 46.25em) {
      .home-container-2022 .hero-container .home-main-button {
        font-size: 1.3125rem !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-top: 0.3125rem !important;
        margin-bottom: 0 !important;
        padding-left: 3.75rem !important;
        padding-right: 3.75rem !important;
        padding-top: 0.9375rem !important;
        padding-bottom: 0.9375rem !important; } }

.home-container-2022 .hero-container-header-only {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/portal-images/home-2021-bg.jpg);
  background-repeat: no-repeat;
  margin: 0;
  width: 100%;
  border-top-width: 0.75rem;
  border-top-style: solid;
  border-top-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-bottom-color: none; }
  @media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
    .home-container-2022 .hero-container-header-only {
      padding-left: 0;
      padding-right: 0;
      padding-top: 0.625rem;
      padding-bottom: 0;
      background-position: top;
      background-size: auto; } }
  @media only screen and (min-width: 46.25em) {
    .home-container-2022 .hero-container-header-only {
      padding-left: 0;
      padding-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      background-color: #d6e4e9;
      background-size: cover !important;
      background-position-x: 35%; } }
  @media only screen and (min-width: 90em) {
    .home-container-2022 .hero-container-header-only {
      background-position: 70% top; } }
  .home-container-2022 .hero-container-header-only .hero-header {
    margin: auto !important;
    padding: 0;
    padding: 0; }
    @media only screen and (min-width: 64.0625em) {
      .home-container-2022 .hero-container-header-only .hero-header {
        max-width: 1250px;
        min-width: 1050px; } }
    @media only screen and (min-width: 46.25em) and (max-width: 64rem) {
      .home-container-2022 .hero-container-header-only .hero-header {
        max-width: 1049px;
        min-width: 601px; } }
    .home-container-2022 .hero-container-header-only .hero-header h1 {
      font-weight: bold;
      font-family: "josefin_sansbold", Verdana, sans-serif;
      margin: auto;
      color: #ffffff; }
      @media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
        .home-container-2022 .hero-container-header-only .hero-header h1 {
          font-size: 1.5625rem;
          margin-top: 0.625rem;
          height: 2.5rem;
          text-align: center;
          margin-bottom: 0.625rem;
          padding-left: 0.3125rem;
          padding-right: 0.3125rem; } }
      @media only screen and (min-width: 46.25em) and (max-width: 64rem) {
        .home-container-2022 .hero-container-header-only .hero-header h1 {
          font-size: 1.875rem;
          margin-top: 2.1875rem;
          height: 5.625rem;
          padding-top: 0.625rem;
          margin-bottom: 0;
          padding-left: 0;
          padding-right: 0; } }
      @media only screen and (min-width: 64.0625em) {
        .home-container-2022 .hero-container-header-only .hero-header h1 {
          font-size: 2.8125rem;
          margin-top: 2.1875rem;
          height: 5.625rem;
          padding-top: 0.625rem;
          margin-bottom: 1.25rem;
          padding-left: 0;
          padding-right: 0; } }

.home-container-2022 .benefits-row {
  background-color: #d6e4e9;
  padding-bottom: 3.125rem;
  width: 100%;
  margin-top: 3.125rem !important;
  margin-bottom: 3.125rem !important; }
  @media only screen and (min-width: 46.25em) {
    .home-container-2022 .benefits-row {
      background-color: #d6e4e9;
      padding-bottom: 3.125rem;
      width: 100%;
      margin-top: unset !important;
      margin-bottom: unset !important; } }
  .home-container-2022 .benefits-row .benefits-header {
    margin: auto !important;
    padding: 0;
    padding: 0; }
    @media only screen and (min-width: 64.0625em) {
      .home-container-2022 .benefits-row .benefits-header {
        max-width: 1250px;
        min-width: 1050px; } }
    @media only screen and (min-width: 46.25em) and (max-width: 64rem) {
      .home-container-2022 .benefits-row .benefits-header {
        max-width: 1049px;
        min-width: 601px; } }
    .home-container-2022 .benefits-row .benefits-header h2 {
      font-weight: bold;
      font-family: "open_sansbold", Verdana, sans-serif;
      margin: auto;
      font-size: 1rem;
      margin-top: 1.875rem !important;
      height: 2rem;
      color: #1e5068; }
      @media only screen and (min-width: 46.25em) {
        .home-container-2022 .benefits-row .benefits-header h2 {
          font-size: 1.5625rem;
          color: #1e5068;
          margin-bottom: 1.5rem !important; } }
    .home-container-2022 .benefits-row .benefits-header h3 {
      font-family: "open_sansregular", Verdana, sans-serif;
      margin: auto;
      color: #000000;
      font-size: 0.9375rem;
      text-align: center;
      margin-bottom: 1.875rem;
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      display: block !important; }
      @media only screen and (min-width: 46.25em) {
        .home-container-2022 .benefits-row .benefits-header h3 {
          font-size: 1.25rem;
          text-align: center;
          margin-bottom: 1.875rem;
          padding-left: 1.875rem;
          padding-right: 1.875rem;
          display: unset !important; } }
      @media only screen and (min-width: 64.0625em) {
        .home-container-2022 .benefits-row .benefits-header h3 {
          font-size: 1.375rem;
          text-align: center;
          margin-bottom: 1.875rem;
          padding-left: 0;
          padding-right: 0;
          display: unset !important; } }
  .home-container-2022 .benefits-row .benefits-container {
    width: 24.375rem; }
    @media only screen and (min-width: 46.25em) {
      .home-container-2022 .benefits-row .benefits-container {
        width: unset !important;
        margin: auto !important;
        padding: 0; } }
  @media only screen and (min-width: 46.25em) and (min-width: 64.0625em) {
    .home-container-2022 .benefits-row .benefits-container {
      max-width: 1250px;
      min-width: 1050px; } }
  @media only screen and (min-width: 46.25em) and (min-width: 46.25em) and (max-width: 64rem) {
    .home-container-2022 .benefits-row .benefits-container {
      max-width: 1049px;
      min-width: 601px; } }
    .home-container-2022 .benefits-row .benefits-container .benefit-box {
      position: relative;
      background-color: #ffffff;
      width: 21.25rem;
      margin: auto;
      padding: 1.25rem;
      text-align: center;
      margin-bottom: 0.5625rem; }
      .home-container-2022 .benefits-row .benefits-container .benefit-box img {
        margin: auto !important; }
      .home-container-2022 .benefits-row .benefits-container .benefit-box h4 {
        line-height: 1.8125rem;
        font-size: 0.8125rem;
        font-family: "open_sansbold", Verdana, sans-serif;
        margin-top: 1.25rem;
        text-transform: uppercase; }
      .home-container-2022 .benefits-row .benefits-container .benefit-box p {
        color: #343434;
        line-height: 1.375rem;
        font-size: 0.9375rem;
        font-family: "open_sansregular", Verdana, sans-serif; }
      @media only screen and (min-width: 46.25em) {
        .home-container-2022 .benefits-row .benefits-container .benefit-box {
          position: relative;
          background-color: #ffffff;
          width: 43.75rem;
          margin-right: 0.875rem;
          padding: 2.1875rem;
          text-align: center;
          margin-bottom: 0.625rem; }
          .home-container-2022 .benefits-row .benefits-container .benefit-box h4 {
            line-height: 1.5rem;
            font-size: 1rem;
            font-family: "open_sansbold", Verdana, sans-serif;
            margin-bottom: 1.25rem;
            margin-top: 1.25rem;
            text-transform: uppercase; }
          .home-container-2022 .benefits-row .benefits-container .benefit-box p {
            color: #343434;
            line-height: 1.5rem;
            font-size: 1rem;
            font-family: "open_sansregular", Verdana, sans-serif; } }
      @media only screen and (min-width: 64.0625em) {
        .home-container-2022 .benefits-row .benefits-container .benefit-box {
          position: relative;
          background-color: #ffffff;
          width: 14.8125rem;
          max-width: 14.8125rem;
          margin-right: 0.875rem;
          padding: 2.1875rem;
          text-align: center;
          height: 21.875rem;
          min-height: 19.375rem;
          margin-left: 0;
          margin-bottom: 0; }
          .home-container-2022 .benefits-row .benefits-container .benefit-box h4 {
            line-height: 1.5rem;
            font-size: 1rem;
            font-family: "open_sansbold", Verdana, sans-serif;
            margin-bottom: 1.25rem;
            margin-top: 1.25rem;
            text-transform: uppercase; }
          .home-container-2022 .benefits-row .benefits-container .benefit-box p {
            color: #343434;
            line-height: 1.5rem;
            font-size: 1rem;
            font-family: "open_sansregular", Verdana, sans-serif; } }
      .home-container-2022 .benefits-row .benefits-container .benefit-box .purple {
        color: #7c568f; }
      .home-container-2022 .benefits-row .benefits-container .benefit-box .blue {
        color: #2a90a3; }
      .home-container-2022 .benefits-row .benefits-container .benefit-box .red {
        color: #c24a44; }
      .home-container-2022 .benefits-row .benefits-container .benefit-box .green {
        color: #21a018; }
      .home-container-2022 .benefits-row .benefits-container .benefit-box .orange {
        color: #d76e22; }
    @media only screen and (min-width: 46.25em) {
      .home-container-2022 .benefits-row .benefits-container .benefit-box:last-child {
        margin-right: 0; } }
  .home-container-2022 .benefits-row .benefits-call-out-link {
    margin: auto !important;
    padding: 0;
    padding: 0; }
    @media only screen and (min-width: 64.0625em) {
      .home-container-2022 .benefits-row .benefits-call-out-link {
        max-width: 1250px;
        min-width: 1050px; } }
    @media only screen and (min-width: 46.25em) and (max-width: 64rem) {
      .home-container-2022 .benefits-row .benefits-call-out-link {
        max-width: 1049px;
        min-width: 601px; } }
    .home-container-2022 .benefits-row .benefits-call-out-link a {
      font-weight: bold;
      font-family: "open_sansbold", Verdana, sans-serif;
      margin: auto;
      color: #21a018;
      margin-top: 2.1875rem;
      margin-bottom: 1.25rem;
      text-decoration: underline;
      font-size: 1.125rem; }
      @media only screen and (min-width: 46.25em) {
        .home-container-2022 .benefits-row .benefits-call-out-link a {
          font-size: 1rem; } }
      @media only screen and (min-width: 64.0625em) {
        .home-container-2022 .benefits-row .benefits-call-out-link a {
          font-size: 1.125rem; } }
    .home-container-2022 .benefits-row .benefits-call-out-link a:hover {
      color: #1d860c; }

.home-container-2022 .metrics-container {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #ededed;
  margin-top: 3.4375rem;
  margin-bottom: 3.4375rem;
  margin: 0;
  width: 100%; }
  @media only screen and (min-width: 46.25em) {
    .home-container-2022 .metrics-container {
      padding-left: 0;
      padding-right: 0;
      padding-top: 0;
      padding-bottom: 2.5rem;
      background-color: #ededed;
      margin-top: 0; } }
  @media only screen and (min-width: 90em) {
    .home-container-2022 .metrics-container {
      background-position: 70% top; }
      .home-container-2022 .metrics-container p {
        color: #000000; } }
  .home-container-2022 .metrics-container .metrics-header {
    padding: 0; }
    @media only screen and (min-width: 46.25em) {
      .home-container-2022 .metrics-container .metrics-header {
        background-color: #ffffff !important; } }
    .home-container-2022 .metrics-container .metrics-header h1 {
      font-weight: bold;
      font-family: "josefin_sansbold", Verdana, sans-serif;
      margin: auto;
      font-size: 2.375rem !important;
      font-size: 1.125rem !important;
      margin-bottom: 1.25rem;
      text-align: center;
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      color: #ffffff;
      background-color: #3b90a4;
      padding-top: 1.25rem;
      padding-bottom: 1.25rem; }
      @media only screen and (min-width: 46.25em) {
        .home-container-2022 .metrics-container .metrics-header h1 {
          font-size: 2.375rem !important;
          margin-bottom: 0;
          padding-top: 1.25rem;
          padding-left: 1.25rem;
          padding-right: 1.25rem;
          margin-top: 0;
          background-color: #ffffff !important;
          color: #2b90a4; } }
  .home-container-2022 .metrics-container .metrics {
    width: 24.375rem !important; }
    @media only screen and (min-width: 46.25em) {
      .home-container-2022 .metrics-container .metrics {
        width: 46.875rem !important; } }
    @media only screen and (min-width: 64.0625em) {
      .home-container-2022 .metrics-container .metrics {
        margin: auto !important;
        padding: 0;
        width: 100% !important; } }
  @media only screen and (min-width: 64.0625em) and (min-width: 64.0625em) {
    .home-container-2022 .metrics-container .metrics {
      max-width: 1250px;
      min-width: 1050px; } }
  @media only screen and (min-width: 64.0625em) and (min-width: 46.25em) and (max-width: 64rem) {
    .home-container-2022 .metrics-container .metrics {
      max-width: 1049px;
      min-width: 601px; } }
  .home-container-2022 .metrics-container .metrics-left img {
    width: 21.875rem !important;
    margin-left: 1.25rem;
    margin-top: 2.1875rem; }
  @media only screen and (min-width: 46.25em) {
    .home-container-2022 .metrics-container .metrics-left {
      padding-top: 6.25rem; }
      .home-container-2022 .metrics-container .metrics-left img {
        width: unset !important;
        margin-left: 0;
        margin-top: 0; } }
  .home-container-2022 .metrics-container .metrics-right {
    padding-top: 3.4375rem;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem; }
    @media only screen and (min-width: 46.25em) {
      .home-container-2022 .metrics-container .metrics-right {
        padding-left: 0;
        padding-right: 0; } }

.home-container-2022 .event-series-container {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.625rem;
  padding-bottom: 0;
  background-color: #e3f2e1;
  margin-bottom: 3.4375rem;
  margin-top: 7.8125rem;
  margin: 0;
  width: 100%;
  /* (C) MATCH HEIGHT */
  /* (D) TEXT BLOCK */ }
  @media only screen and (min-width: 46.25em) {
    .home-container-2022 .event-series-container {
      padding-left: 0;
      padding-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      background-color: #e3f2e1;
      margin-bottom: 2.1875rem;
      margin-top: 4.6875rem; } }
  .home-container-2022 .event-series-container .event-series {
    margin: auto !important;
    padding: 0;
    margin-top: -0.75rem !important; }
    @media only screen and (min-width: 64.0625em) {
      .home-container-2022 .event-series-container .event-series {
        max-width: 1250px;
        min-width: 1050px; } }
    @media only screen and (min-width: 46.25em) and (max-width: 64rem) {
      .home-container-2022 .event-series-container .event-series {
        max-width: 1049px;
        min-width: 601px; } }
    @media only screen and (min-width: 46.25em) {
      .home-container-2022 .event-series-container .event-series {
        padding-top: 1.25rem !important;
        margin-top: 0 !important; } }
  .home-container-2022 .event-series-container .event-series-left h1 {
    font-weight: bold;
    font-family: "josefin_sansbold", Verdana, sans-serif;
    color: #000000;
    font-size: 1.125rem !important;
    margin-bottom: 1.25rem;
    padding-top: 1.5625rem;
    margin-bottom: 1.125rem;
    padding-top: 1.875rem;
    font-size: 1.125rem !important;
    margin-bottom: 1.875rem;
    background-color: #cae7c4;
    text-align: center;
    padding-bottom: 1.5625rem;
    width: 100% !important; }
    @media only screen and (min-width: 46.25em) {
      .home-container-2022 .event-series-container .event-series-left h1 {
        font-size: 1.5625rem !important;
        margin-bottom: 0.9375rem;
        padding-top: 1.75rem;
        padding-left: 1.25rem !important;
        margin-bottom: 0.625rem;
        background-color: unset;
        text-align: left;
        padding-bottom: 0;
        border-top-style: none;
        border-top-width: 0;
        border-top-color: none; } }
    @media only screen and (min-width: 64.0625em) {
      .home-container-2022 .event-series-container .event-series-left h1 {
        font-size: 1.9375rem !important;
        margin-bottom: 0.9375rem;
        padding-top: 1.5625rem;
        padding-left: 0 !important;
        margin-bottom: 1.25rem;
        background-color: unset;
        text-align: left;
        padding-bottom: 0;
        border-top-style: none;
        border-top-width: 0;
        border-top-color: none; } }
  .home-container-2022 .event-series-container .event-series-left p {
    color: #363636;
    line-height: 1.375rem;
    font-size: 0.8125rem !important;
    font-family: "open_sansregular", Verdana, sans-serif;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem; }
    @media only screen and (min-width: 46.25em) {
      .home-container-2022 .event-series-container .event-series-left p {
        color: #535353;
        line-height: 1.75rem;
        font-size: 0.9375rem !important;
        font-family: "open_sansregular", Verdana, sans-serif;
        padding-left: 1.25rem;
        padding-right: 0; } }
    @media only screen and (min-width: 64.0625em) {
      .home-container-2022 .event-series-container .event-series-left p {
        color: #535353;
        line-height: 1.75rem;
        font-size: 1.125rem !important;
        font-family: "open_sansregular", Verdana, sans-serif;
        padding-left: 0;
        padding-right: 0; } }
  .home-container-2022 .event-series-container .event-series-left a {
    width: 100% !important; }
    @media only screen and (min-width: 46.25em) {
      .home-container-2022 .event-series-container .event-series-left a {
        width: unset !important; } }
  .home-container-2022 .event-series-container .event-series-right {
    min-height: 18.75rem;
    background-repeat: no-repeat;
    background-position: right;
    padding-top: 2.4375rem;
    background-size: contain !important;
    margin-top: -3.75rem; }
    @media only screen and (min-width: 46.25em) {
      .home-container-2022 .event-series-container .event-series-right {
        padding-top: 8.0625rem;
        padding-right: 0;
        background-size: contain !important;
        margin-top: 0; } }
    @media only screen and (min-width: 64.0625em) {
      .home-container-2022 .event-series-container .event-series-right {
        padding-top: 2.4375rem;
        padding-right: 0;
        background-size: contain !important; } }
  .home-container-2022 .event-series-container .event-action-row {
    background-color: #aad8a3;
    padding-top: 0.9375rem;
    padding-bottom: 0;
    margin-top: 0.9375rem; }
    .home-container-2022 .event-series-container .event-action-row button:hover {
      background-color: #0d5a01; }
    .home-container-2022 .event-series-container .event-action-row button {
      font-size: 1.125rem !important;
      padding-left: 0.9375rem !important;
      padding-right: 0.9375rem !important;
      background-color: #126d04;
      margin-left: 0.9375rem; }
    @media only screen and (min-width: 46.25em) {
      .home-container-2022 .event-series-container .event-action-row {
        padding-top: 2.1875rem;
        padding-bottom: 1.5625rem;
        margin-top: 3.4375rem; }
        .home-container-2022 .event-series-container .event-action-row button {
          font-size: 1.3125rem !important;
          padding-left: 2.1875rem !important;
          padding-right: 2.1875rem !important;
          background-color: #126d04;
          margin-left: 0; } }
  .home-container-2022 .event-series-container .current-event-rcircle {
    /* (A) PERCENTAGE WIDTH & BORDER RADIUS */
    width: 8.75rem;
    height: 8.75rem;
    border-radius: 50%;
    background: #383838;
    /* (B) NECESSARY TO POSITION TEXT BLOCK */
    line-height: 0;
    position: relative;
    border-color: #222222;
    border-width: 0.5rem;
    border-style: solid;
    margin: auto !important;
    margin-top: 9.375rem !important; }
    @media only screen and (min-width: 46.25em) {
      .home-container-2022 .event-series-container .current-event-rcircle {
        margin: unset !important;
        margin-left: 5.9375rem !important;
        margin-top: 9.375rem !important; } }
  .home-container-2022 .event-series-container .current-event-rcircle::after {
    content: "";
    display: block;
    padding-bottom: 100%; }
  .home-container-2022 .event-series-container .current-event-rcircle .txt {
    /* (D1) CENTER TEXT IN CIRCLE */
    position: absolute;
    bottom: 50%;
    width: 100%;
    text-align: center;
    bottom: 1.0625rem; }
    .home-container-2022 .event-series-container .current-event-rcircle .txt h1 {
      font-weight: bold;
      font-family: "open_sansbold", Verdana, sans-serif;
      font-size: 1.875rem;
      color: #ffffff;
      line-height: 1.5625rem; }
    .home-container-2022 .event-series-container .current-event-rcircle .txt h2 {
      font-weight: bold;
      font-family: "open_sansbold", Verdana, sans-serif;
      font-size: 16px;
      color: #ffffff;
      line-height: 0.875rem; }
    .home-container-2022 .event-series-container .current-event-rcircle .txt h3 {
      font-weight: bold;
      font-family: "open_sansbold", Verdana, sans-serif;
      font-size: 1rem;
      color: #ffffff;
      line-height: 0.75rem; }

.home-container-2022 .event-series-upcoming-container {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.625rem;
  padding-bottom: 0;
  background-color: #f9f9f9;
  margin-bottom: 3.4375rem;
  margin-top: 7.8125rem;
  margin: 0;
  width: 100%; }
  @media only screen and (min-width: 46.25em) {
    .home-container-2022 .event-series-upcoming-container {
      padding-left: 0;
      padding-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      background-color: #f1f1f1;
      margin-bottom: 2.1875rem;
      margin-top: 4.6875rem; } }
  .home-container-2022 .event-series-upcoming-container .event-series-upcoming-content {
    margin: auto !important;
    padding: 0;
    background-color: #f1f1f1 !important;
    padding-bottom: 2.5rem;
    /* (C) MATCH HEIGHT */
    /* (D) TEXT BLOCK */ }
    @media only screen and (min-width: 64.0625em) {
      .home-container-2022 .event-series-upcoming-container .event-series-upcoming-content {
        max-width: 1250px;
        min-width: 1050px; } }
    @media only screen and (min-width: 46.25em) and (max-width: 64rem) {
      .home-container-2022 .event-series-upcoming-container .event-series-upcoming-content {
        max-width: 1049px;
        min-width: 601px; } }
    .home-container-2022 .event-series-upcoming-container .event-series-upcoming-content h1 {
      font-weight: bold;
      font-family: "open_sansbold", Verdana, sans-serif;
      color: #000000;
      font-size: 1.25rem !important;
      margin: auto !important;
      margin-bottom: 0.9375rem;
      padding-top: 1.75rem;
      padding-left: 1.25rem !important;
      margin-bottom: 0.625rem;
      background-color: unset;
      text-align: center;
      padding-bottom: 0;
      border-top-style: none;
      border-top-width: 0;
      border-top-color: none; }
      @media only screen and (min-width: 46.25em) {
        .home-container-2022 .event-series-upcoming-container .event-series-upcoming-content h1 {
          font-size: 1.5625rem !important;
          margin: auto !important;
          margin-bottom: 0.9375rem;
          padding-top: 1.75rem;
          padding-left: 1.25rem !important;
          margin-bottom: 0.625rem;
          background-color: unset;
          text-align: center;
          padding-bottom: 0;
          border-top-style: none;
          border-top-width: 0;
          border-top-color: none; } }
    .home-container-2022 .event-series-upcoming-container .event-series-upcoming-content h2 {
      font-family: "open_sansregular", Verdana, sans-serif;
      color: #000000;
      font-size: 0.875rem !important;
      padding-top: 0;
      padding-left: 3.125rem !important;
      padding-right: 3.125rem !important;
      margin-bottom: 0.625rem;
      background-color: unset;
      text-align: center;
      padding-bottom: 0;
      border-top-style: none;
      border-top-width: 0;
      border-top-color: none;
      margin-bottom: 2.1875rem;
      border-bottom-width: 0.0625rem;
      border-bottom-style: dotted;
      border-bottom-color: #b7b6b6;
      padding-bottom: 1.25rem; }
      @media only screen and (min-width: 46.25em) {
        .home-container-2022 .event-series-upcoming-container .event-series-upcoming-content h2 {
          font-size: 1rem !important;
          padding-top: 0;
          padding-left: 3.125rem !important;
          padding-right: 3.125rem !important;
          margin-bottom: 0.625rem;
          background-color: unset;
          text-align: center;
          padding-bottom: 0;
          border-top-style: none;
          border-top-width: 0;
          border-top-color: none;
          margin-bottom: 2.1875rem;
          border-bottom-width: 0.0625rem;
          border-bottom-style: dotted;
          border-bottom-color: #b7b6b6;
          padding-bottom: 1.25rem; } }
    .home-container-2022 .event-series-upcoming-container .event-series-upcoming-content .upcoming-event-row {
      margin-bottom: 0.9375rem;
      background-color: #ffffff;
      padding: 1.5625rem;
      max-width: 90% !important;
      margin-left: 1.25rem !important; }
      @media only screen and (min-width: 46.25em) {
        .home-container-2022 .event-series-upcoming-container .event-series-upcoming-content .upcoming-event-row {
          max-width: 100% !important;
          margin-left: 0 !important; } }
      .home-container-2022 .event-series-upcoming-container .event-series-upcoming-content .upcoming-event-row .event-info {
        padding-left: 0;
        padding-right: 0.625rem; }
        @media only screen and (min-width: 46.25em) {
          .home-container-2022 .event-series-upcoming-container .event-series-upcoming-content .upcoming-event-row .event-info {
            padding-left: 1.5625rem;
            padding-right: 1.5625rem; } }
    .home-container-2022 .event-series-upcoming-container .event-series-upcoming-content .event-info-register {
      border-left-style: solid;
      border-left-width: 0.125rem;
      border-left-color: #bdd3db;
      padding-left: 0.625rem; }
      .home-container-2022 .event-series-upcoming-container .event-series-upcoming-content .event-info-register a {
        font-size: 0.6875rem !important;
        margin-top: 2.5rem; }
      @media only screen and (min-width: 46.25em) {
        .home-container-2022 .event-series-upcoming-container .event-series-upcoming-content .event-info-register {
          border-left-style: solid;
          border-left-width: 0.125rem;
          border-left-color: #bdd3db;
          padding-left: 1.25rem; }
          .home-container-2022 .event-series-upcoming-container .event-series-upcoming-content .event-info-register a {
            font-size: 0.875rem !important;
            margin-top: 2.5rem; } }
    .home-container-2022 .event-series-upcoming-container .event-series-upcoming-content .rcircle {
      /* (A) PERCENTAGE WIDTH & BORDER RADIUS */
      width: 7.5rem;
      height: 7.5rem;
      border-radius: 50%;
      background: #7db3c6;
      /* (B) NECESSARY TO POSITION TEXT BLOCK */
      line-height: 0;
      position: relative;
      border-color: #69a4b9;
      border-width: 0.5rem;
      border-style: solid; }
    .home-container-2022 .event-series-upcoming-container .event-series-upcoming-content .rcircle::after {
      content: "";
      display: block;
      padding-bottom: 100%; }
    .home-container-2022 .event-series-upcoming-container .event-series-upcoming-content .rcircle .txt {
      /* (D1) CENTER TEXT IN CIRCLE */
      position: absolute;
      bottom: 50%;
      width: 100%;
      text-align: center;
      bottom: 1.875rem;
      margin-left: -0.5rem !important; }
      .home-container-2022 .event-series-upcoming-container .event-series-upcoming-content .rcircle .txt h1 {
        font-weight: bold;
        font-family: "open_sansbold", Verdana, sans-serif;
        font-size: 1.5rem !important;
        color: #ffffff;
        line-height: 1.5625rem;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important; }
      .home-container-2022 .event-series-upcoming-container .event-series-upcoming-content .rcircle .txt h2 {
        font-weight: bold;
        font-family: "open_sansbold", Verdana, sans-serif;
        font-size: 1rem !important;
        color: #ffffff;
        line-height: 0.875rem;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important; }
      .home-container-2022 .event-series-upcoming-container .event-series-upcoming-content .rcircle .txt h3 {
        font-weight: bold;
        font-family: "open_sansbold", Verdana, sans-serif;
        font-size: 0.875rem !important;
        color: #ffffff;
        line-height: 0.75rem;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        margin-top: 0.25rem !important;
        margin-bottom: 0 !important; }
    .home-container-2022 .event-series-upcoming-container .event-series-upcoming-content h3 {
      font-weight: bold;
      font-family: "open_sansbold", Verdana, sans-serif;
      color: #000000;
      font-size: 1.25rem !important;
      margin-bottom: 0.9375rem;
      padding-top: 1.75rem;
      padding-left: 1.25rem !important;
      margin-bottom: 0.625rem;
      background-color: unset;
      text-align: center;
      padding-bottom: 0;
      border-top-style: none;
      border-top-width: 0;
      border-top-color: none; }
      @media only screen and (min-width: 46.25em) {
        .home-container-2022 .event-series-upcoming-container .event-series-upcoming-content h3 {
          font-size: 1.25rem !important;
          margin-bottom: 0.9375rem;
          padding-top: 1.75rem;
          padding-left: 1.25rem !important;
          margin-bottom: 0.625rem;
          background-color: unset;
          text-align: center;
          padding-bottom: 0;
          border-top-style: none;
          border-top-width: 0;
          border-top-color: none; } }
    .home-container-2022 .event-series-upcoming-container .event-series-upcoming-content h4 {
      font-family: "open_sansregular", Verdana, sans-serif;
      color: #000000;
      font-size: 0.9375rem !important;
      margin-bottom: 0.9375rem;
      padding-top: 0;
      padding-left: 0 !important;
      margin-bottom: 0.625rem;
      background-color: unset;
      padding-bottom: 0;
      border-top-style: none;
      border-top-width: 0;
      border-top-color: none;
      text-align: left !important;
      line-height: 1.375rem;
      padding-top: 0.9375rem; }
      @media only screen and (min-width: 46.25em) {
        .home-container-2022 .event-series-upcoming-container .event-series-upcoming-content h4 {
          font-size: 0.9375rem !important;
          margin-bottom: 0.9375rem;
          padding-top: 0;
          padding-left: 0 !important;
          margin-bottom: 0.625rem;
          background-color: unset;
          padding-bottom: 0;
          border-top-style: none;
          border-top-width: 0;
          border-top-color: none;
          text-align: left !important;
          line-height: 1.375rem;
          padding-top: 0.9375rem; } }
    .home-container-2022 .event-series-upcoming-container .event-series-upcoming-content h5 {
      font-family: "open_sansbold", Verdana, sans-serif;
      color: #2a90a3;
      font-size: 0.75rem !important;
      margin-bottom: 0.9375rem;
      font-weight: bold;
      padding-top: 0;
      padding-left: 0 !important;
      margin-bottom: 0;
      background-color: unset;
      padding-bottom: 0;
      border-top-style: none;
      border-top-width: 0;
      border-top-color: none;
      text-align: left !important;
      font-style: italic; }
      @media only screen and (min-width: 46.25em) {
        .home-container-2022 .event-series-upcoming-container .event-series-upcoming-content h5 {
          font-size: 0.75rem !important;
          margin-bottom: 0.9375rem;
          font-weight: bold;
          padding-top: 0;
          padding-left: 0 !important;
          margin-bottom: 0;
          background-color: unset;
          padding-bottom: 0;
          border-top-style: none;
          border-top-width: 0;
          border-top-color: none;
          text-align: left !important;
          font-style: italic; } }
    .home-container-2022 .event-series-upcoming-container .event-series-upcoming-content h6 {
      font-family: "open_sansbold", Verdana, sans-serif;
      color: #000000;
      font-size: 14px !important;
      margin-bottom: 0px;
      font-weight: bold;
      padding-top: 0px;
      padding-left: 0px !important;
      margin-bottom: -10px;
      background-color: unset;
      padding-bottom: 0px;
      border-top-style: none;
      border-top-width: 0px;
      border-top-color: none;
      text-align: left !important; }
      @media only screen and (min-width: 46.25em) {
        .home-container-2022 .event-series-upcoming-container .event-series-upcoming-content h6 {
          font-size: 14px !important;
          margin-bottom: 0px;
          font-weight: bold;
          padding-top: 0px;
          padding-left: 0px !important;
          margin-bottom: -10px;
          background-color: unset;
          padding-bottom: 0px;
          border-top-style: none;
          border-top-width: 0px;
          border-top-color: none;
          text-align: left !important; } }
    .home-container-2022 .event-series-upcoming-container .event-series-upcoming-content .free-notice {
      font-family: "open_sansregular", Verdana, sans-serif;
      color: #000000;
      font-size: 14px !important;
      margin-bottom: 0px;
      padding-top: 0px;
      padding-left: 8px !important;
      margin-bottom: -15px;
      background-color: unset;
      padding-bottom: 0px;
      border-top-style: none;
      border-top-width: 0px;
      border-top-color: none;
      text-align: left !important;
      margin-left: 15px;
      display: block; }
      @media only screen and (min-width: 46.25em) {
        .home-container-2022 .event-series-upcoming-container .event-series-upcoming-content .free-notice {
          font-size: 14px !important;
          margin-bottom: 0px;
          padding-top: 0px;
          padding-left: 20px !important;
          margin-bottom: -15px;
          background-color: unset;
          padding-bottom: 0px;
          border-top-style: none;
          border-top-width: 0px;
          border-top-color: none;
          text-align: left !important;
          margin-left: 15px;
          display: block; } }

.home-container-2022 .event-series-past-container {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.625rem;
  padding-bottom: 0;
  background-color: #e2d9e7;
  margin-bottom: 55px;
  margin-top: 125px;
  margin: 0;
  width: 100%; }
  @media only screen and (min-width: 46.25em) {
    .home-container-2022 .event-series-past-container {
      padding-left: 0;
      padding-right: 0;
      padding-top: 0;
      padding-bottom: 40px;
      background-color: #e2d9e7;
      margin-bottom: 35px;
      margin-top: 75px; } }
  .home-container-2022 .event-series-past-container .event-series-past-content {
    width: 100% !important;
    background-color: #e2d9e7 !important;
    /* (C) MATCH HEIGHT */
    /* (D) TEXT BLOCK */ }
    @media only screen and (min-width: 46.25em) {
      .home-container-2022 .event-series-past-container .event-series-past-content {
        margin: auto !important;
        padding: 0; } }
  @media only screen and (min-width: 46.25em) and (min-width: 64.0625em) {
    .home-container-2022 .event-series-past-container .event-series-past-content {
      max-width: 1250px;
      min-width: 1050px; } }
  @media only screen and (min-width: 46.25em) and (min-width: 46.25em) and (max-width: 64rem) {
    .home-container-2022 .event-series-past-container .event-series-past-content {
      max-width: 1049px;
      min-width: 601px; } }
    .home-container-2022 .event-series-past-container .event-series-past-content h1 {
      font-weight: bold;
      font-family: "open_sansbold", Verdana, sans-serif;
      color: #000000;
      font-size: 20px !important;
      margin: auto !important;
      margin-bottom: 15px;
      padding-top: 28px;
      padding-left: 0px !important;
      margin-bottom: 10px;
      background-color: unset;
      text-align: center;
      padding-bottom: 0px;
      border-top-style: none;
      border-top-width: 0px;
      border-top-color: none; }
      @media only screen and (min-width: 46.25em) {
        .home-container-2022 .event-series-past-container .event-series-past-content h1 {
          font-size: 25px !important;
          margin-bottom: 15px;
          padding-top: 28px;
          padding-left: 20px !important;
          margin-bottom: 10px;
          background-color: unset;
          text-align: center;
          padding-bottom: 0px;
          border-top-style: none;
          border-top-width: 0px;
          border-top-color: none; } }
    .home-container-2022 .event-series-past-container .event-series-past-content h2 {
      font-family: "open_sansregular", Verdana, sans-serif;
      color: #000000;
      margin-bottom: 18px;
      padding-top: 30px;
      font-size: 18px !important;
      margin-bottom: 30px;
      background-color: #e2d9e7;
      text-align: center;
      padding-bottom: 25px;
      border-top-style: solid;
      border-top-width: 20px;
      border-top-color: #ffffff;
      width: 100%; }
      @media only screen and (min-width: 46.25em) {
        .home-container-2022 .event-series-past-container .event-series-past-content h2 {
          font-size: 16px !important;
          padding-top: 0px;
          padding-left: 50px !important;
          padding-right: 50px !important;
          margin-bottom: 10px;
          background-color: unset;
          text-align: center;
          padding-bottom: 0px;
          border-top-style: none;
          border-top-width: 0px;
          border-top-color: none;
          margin-bottom: 35px;
          border-bottom-width: 1px;
          border-bottom-style: dotted;
          border-bottom-color: #b7b6b6;
          padding-bottom: 20px; } }
    .home-container-2022 .event-series-past-container .event-series-past-content .past-event-row {
      margin-bottom: 15px;
      background-color: #f9f9f9;
      max-width: 90% !important;
      margin-left: 20px !important;
      padding: 15px; }
      .home-container-2022 .event-series-past-container .event-series-past-content .past-event-row .last-event-header {
        padding-left: 0px;
        padding-right: 0px; }
      @media only screen and (min-width: 46.25em) {
        .home-container-2022 .event-series-past-container .event-series-past-content .past-event-row {
          max-width: 100% !important;
          margin-left: 0px !important;
          padding: 25px; }
          .home-container-2022 .event-series-past-container .event-series-past-content .past-event-row .last-event-header {
            padding-left: 25px;
            padding-right: 25px; } }
    .home-container-2022 .event-series-past-container .event-series-past-content .rcircle {
      /* (A) PERCENTAGE WIDTH & BORDER RADIUS */
      width: 120px;
      height: 120px;
      border-radius: 50%;
      background: #7db3c6;
      /* (B) NECESSARY TO POSITION TEXT BLOCK */
      line-height: 0;
      position: relative;
      border-color: #69a4b9;
      border-width: 8px;
      border-style: solid; }
    .home-container-2022 .event-series-past-container .event-series-past-content .rcircle::after {
      content: "";
      display: block;
      padding-bottom: 100%; }
    .home-container-2022 .event-series-past-container .event-series-past-content .rcircle .txt {
      /* (D1) CENTER TEXT IN CIRCLE */
      position: absolute;
      bottom: 50%;
      width: 100%;
      text-align: center;
      font-weight: bold;
      font-family: "open_sansbold", Verdana, sans-serif;
      font-size: 24px;
      color: #ffffff; }
    .home-container-2022 .event-series-past-container .event-series-past-content h3 {
      font-weight: bold;
      font-family: "open_sansbold", Verdana, sans-serif;
      color: #000000;
      margin-bottom: 18px;
      padding-top: 30px;
      font-size: 18px !important;
      margin-bottom: 30px;
      background-color: #cae7c4;
      text-align: center;
      padding-bottom: 25px;
      border-top-style: solid;
      border-top-width: 20px;
      border-top-color: #ffffff;
      width: 100%; }
      @media only screen and (min-width: 46.25em) {
        .home-container-2022 .event-series-past-container .event-series-past-content h3 {
          font-size: 20px !important;
          margin-bottom: 15px;
          padding-top: 28px;
          padding-left: 20px !important;
          margin-bottom: 10px;
          background-color: unset;
          text-align: center;
          padding-bottom: 0px;
          border-top-style: none;
          border-top-width: 0px;
          border-top-color: none; } }
    .home-container-2022 .event-series-past-container .event-series-past-content h4 {
      font-family: "open_sansregular", Verdana, sans-serif;
      color: #000000;
      font-size: 14px !important;
      text-align: left;
      width: 100%; }
      @media only screen and (min-width: 46.25em) {
        .home-container-2022 .event-series-past-container .event-series-past-content h4 {
          font-size: 15px !important;
          margin-bottom: 15px;
          padding-top: 0px;
          padding-left: 0px !important;
          margin-bottom: 10px;
          background-color: unset;
          padding-bottom: 0px;
          border-top-style: none;
          border-top-width: 0px;
          border-top-color: none;
          text-align: left !important;
          line-height: 22px;
          padding-top: 15px; } }
    .home-container-2022 .event-series-past-container .event-series-past-content h5 {
      font-family: "open_sansbold", Verdana, sans-serif;
      color: #2a90a3;
      font-size: 15px !important;
      text-align: left;
      width: 100%; }
      @media only screen and (min-width: 46.25em) {
        .home-container-2022 .event-series-past-container .event-series-past-content h5 {
          font-size: 12px !important;
          margin-bottom: 15px;
          font-weight: bold;
          padding-top: 0px;
          padding-left: 0px !important;
          margin-bottom: 0px;
          background-color: unset;
          padding-bottom: 0px;
          border-top-style: none;
          border-top-width: 0px;
          border-top-color: none;
          text-align: left !important;
          font-style: italic; } }
    .home-container-2022 .event-series-past-container .event-series-past-content h6 {
      font-family: "open_sansbold", Verdana, sans-serif;
      color: #000000;
      font-size: 14px !important;
      text-align: left;
      width: 100%; }
      @media only screen and (min-width: 46.25em) {
        .home-container-2022 .event-series-past-container .event-series-past-content h6 {
          font-size: 14px !important;
          margin-bottom: 0px;
          font-weight: bold;
          padding-top: 0px;
          padding-left: 0px !important;
          margin-bottom: -10px;
          background-color: unset;
          padding-bottom: 0px;
          border-top-style: none;
          border-top-width: 0px;
          border-top-color: none;
          text-align: left !important; } }
    .home-container-2022 .event-series-past-container .event-series-past-content p {
      font-family: "open_sansregular", Verdana, sans-serif;
      color: #000000;
      font-size: 13px !important;
      text-align: left;
      width: 100%;
      padding-top: 25px !important;
      padding-left: 5px !important;
      padding-bottom: 5px !important;
      padding-right: 0px !important; }
      @media only screen and (min-width: 46.25em) {
        .home-container-2022 .event-series-past-container .event-series-past-content p {
          font-size: 13px !important;
          margin-bottom: 15px;
          padding-top: 0px;
          padding-left: 0px !important;
          margin-bottom: 10px;
          background-color: unset;
          padding-bottom: 0px;
          border-top-style: none;
          border-top-width: 0px;
          border-top-color: none;
          text-align: left !important;
          line-height: 23px;
          padding-top: 15px; } }
    .home-container-2022 .event-series-past-container .event-series-past-content .accordion-content {
      padding: 0px; }
    .home-container-2022 .event-series-past-container .event-series-past-content .accordion-title {
      font-family: "open_sansbold", Verdana, sans-serif;
      font-size: 13px !important;
      background: #d9cce0;
      color: #202020;
      line-height: 18px;
      cursor: pointer;
      width: 100% !important; }
      @media only screen and (min-width: 46.25em) {
        .home-container-2022 .event-series-past-container .event-series-past-content .accordion-title {
          width: 780px !important; } }
    .home-container-2022 .event-series-past-container .event-series-past-content .accordion-title:hover {
      background: #c9b8d3;
      color: #000; }

.home-container-2022 .categories-container {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/portal-images/home-2022-categories-2-bg.jpg);
  background-repeat: no-repeat;
  margin-top: 4.6875rem !important;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.625rem;
  padding-bottom: 0;
  padding-top: 9.6875rem;
  padding-bottom: 0;
  background-position: top;
  background-size: 75rem;
  background-position-y: -9.375rem;
  margin: 0;
  width: 100%; }
  .home-container-2022 .categories-container p {
    color: #000000; }
  @media only screen and (min-width: 46.25em) {
    .home-container-2022 .categories-container {
      padding-top: 12.5rem;
      padding-bottom: 4.6875rem;
      padding-left: 0;
      padding-right: 0;
      padding-top: 0;
      padding-bottom: 2.5rem;
      background-size: cover;
      background-color: #ededed;
      margin-bottom: 2.1875rem;
      background-position-y: unset;
      margin-bottom: 3.125rem;
      min-height: 44.1875rem; } }
  @media only screen and (min-width: 90em) {
    .home-container-2022 .categories-container {
      background-position: 70% top; }
      .home-container-2022 .categories-container p {
        color: #000000; } }
  .home-container-2022 .categories-container .mobile-categories {
    margin-bottom: 0.9375rem;
    list-style-type: none;
    width: 90% !important; }
    .home-container-2022 .categories-container .mobile-categories li {
      font-family: "open_sansbold", Verdana, sans-serif;
      color: #000000;
      list-style-position: outside !important;
      padding: 0;
      width: 100%;
      font-size: 0.8125rem;
      line-height: 1.25rem; }
      .home-container-2022 .categories-container .mobile-categories li li {
        background-color: unset !important;
        margin-bottom: 0.625rem; }
    .home-container-2022 .categories-container .mobile-categories .category-detail-view {
      background-color: unset !important;
      background-color: #fbfbfb;
      font-family: "open_sansregular", Verdana, sans-serif; }
    .home-container-2022 .categories-container .mobile-categories .accordion {
      margin-bottom: 0.625rem !important; }
    .home-container-2022 .categories-container .mobile-categories .accordion-item {
      width: 100% !important; }
    .home-container-2022 .categories-container .mobile-categories .accordion-title {
      padding: 1rem;
      background: #f7f7f7 !important;
      color: #000;
      line-height: 0.0625rem;
      cursor: pointer; }
    .home-container-2022 .categories-container .mobile-categories .is-active > .accordion-title {
      background: #c2d3d6 !important;
      color: #024756 !important; }
    .home-container-2022 .categories-container .mobile-categories .is-active > .accordion-content p {
      font-family: "open_sansregular", Verdana, sans-serif;
      font-size: 0.75rem;
      line-height: 1.125rem;
      font-style: italic; }
    .home-container-2022 .categories-container .mobile-categories .is-active > .accordion-content li {
      font-family: "open_sansregular", Verdana, sans-serif;
      font-size: 0.75rem;
      line-height: 1.125rem;
      list-style: none;
      list-style-position: inside !important;
      margin-left: -1.25rem !important; }
  .home-container-2022 .categories-container .catgegory-buyer-type-call-to-action-link {
    margin: auto !important;
    padding: 0;
    background-color: #024756;
    padding: 0;
    margin-bottom: 3.4375rem !important; }
    @media only screen and (min-width: 64.0625em) {
      .home-container-2022 .categories-container .catgegory-buyer-type-call-to-action-link {
        max-width: 1250px;
        min-width: 1050px; } }
    @media only screen and (min-width: 46.25em) and (max-width: 64rem) {
      .home-container-2022 .categories-container .catgegory-buyer-type-call-to-action-link {
        max-width: 1049px;
        min-width: 601px; } }
    .home-container-2022 .categories-container .catgegory-buyer-type-call-to-action-link a {
      font-weight: bold;
      font-family: "open_sansbold", Verdana, sans-serif;
      margin: auto;
      color: #ffffff;
      margin-top: 2.1875rem !important;
      margin-bottom: 2.1875rem;
      font-size: 1.125rem; }
      @media only screen and (min-width: 46.25em) {
        .home-container-2022 .categories-container .catgegory-buyer-type-call-to-action-link a {
          font-size: 1.125rem; } }
    .home-container-2022 .categories-container .catgegory-buyer-type-call-to-action-link a:hover {
      color: #c7c7c7; }
  .home-container-2022 .categories-container .category-expander {
    position: relative;
    clear: both;
    margin-left: 0;
    background-position: 0.625rem center;
    background-repeat: no-repeat;
    background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/portal-images/category-toggle-off-btn.png);
    width: 100%;
    display: inline-block; }
    .home-container-2022 .categories-container .category-expander span {
      padding-left: 2.1875rem; }
  .home-container-2022 .categories-container .category-expander:hover {
    color: #000000;
    background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/portal-images/category-toggle-on-btn.png); }

.home-container-2022 .categories {
  margin: auto !important;
  padding: 0;
  margin-top: 6.25rem;
  margin-bottom: 4.6875rem; }
  @media only screen and (min-width: 64.0625em) {
    .home-container-2022 .categories {
      max-width: 1250px;
      min-width: 1050px; } }
  @media only screen and (min-width: 46.25em) and (max-width: 64rem) {
    .home-container-2022 .categories {
      max-width: 1049px;
      min-width: 601px; } }

.home-container-2022 .categories-list {
  margin-top: 1.5625rem;
  background-color: #ffffff; }
  @media only screen and (min-width: 46.25em) {
    .home-container-2022 .categories-list {
      margin-top: 4.6875rem;
      padding: 1.5625rem;
      padding-bottom: 3.25rem;
      background-color: #f5f5f5; } }
  .home-container-2022 .categories-list .group-level {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    list-style-type: none;
    margin: 0px; }
    .home-container-2022 .categories-list .group-level li {
      border-bottom-style: dotted;
      border-bottom-width: 0.0625rem;
      border-bottom-color: #414141; }
  .home-container-2022 .categories-list .categories-list-2-cols {
    list-style-type: none;
    margin: 0; }
    .home-container-2022 .categories-list .categories-list-2-cols li {
      line-height: 1.75rem;
      width: 23.4375rem;
      color: #000000;
      font-size: 0.875rem;
      font-family: "open_sansregular", Verdana, sans-serif;
      padding-bottom: 0.375rem;
      padding-top: 0.375rem;
      border-bottom-style: dotted;
      border-bottom-width: 0.0625rem;
      border-bottom-color: #414141; }
    .home-container-2022 .categories-list .categories-list-2-cols li:hover {
      background-color: #ebebeb; }
    .home-container-2022 .categories-list .categories-list-2-cols li:last-child {
      padding-left: 0;
      border-bottom-style: none;
      border-bottom-width: 0;
      border-bottom-color: none; }
    .home-container-2022 .categories-list .categories-list-2-cols .sub-category-list {
      list-style-type: none;
      margin: 0;
      position: absolute;
      background-color: #ffffff;
      padding: 1.25rem;
      border-style: solid;
      border-width: 0.5rem;
      border-color: #cfcfcf;
      visibility: hidden !important;
      max-height: 0 !important;
      min-height: 0 !important;
      z-index: 100;
      columns: unset !important;
      -webkit-columns: unset !important;
      -moz-columns: unset !important;
      width: 51.25rem !important; }
      .home-container-2022 .categories-list .categories-list-2-cols .sub-category-list .subcategory-header-row {
        width: 100%;
        text-align: center !important;
        margin-bottom: 1.25rem;
        border-bottom-style: dotted;
        border-bottom-width: 0.0625rem;
        border-bottom-color: #969696; }
        .home-container-2022 .categories-list .categories-list-2-cols .sub-category-list .subcategory-header-row h3 {
          color: #000000;
          font-size: 1.375rem;
          font-family: "open_sansregular", Verdana, sans-serif; }
      .home-container-2022 .categories-list .categories-list-2-cols .sub-category-list .subcategory-header-row:hover {
        background-color: #ffffff !important; }
      .home-container-2022 .categories-list .categories-list-2-cols .sub-category-list .subcategory-content-container {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: 100%; }
        .home-container-2022 .categories-list .categories-list-2-cols .sub-category-list .subcategory-content-container p {
          font-size: 0.875rem;
          font-family: "open_sansregular", Verdana, sans-serif;
          line-height: 1.375rem;
          color: #000000;
          font-style: italic; }
        .home-container-2022 .categories-list .categories-list-2-cols .sub-category-list .subcategory-content-container ul {
          columns: 2;
          -webkit-columns: 2;
          -moz-columns: 2;
          list-style-type: none;
          margin-left: 0;
          margin-bottom: 0.9375rem;
          margin-top: 0.3125rem !important; }
          .home-container-2022 .categories-list .categories-list-2-cols .sub-category-list .subcategory-content-container ul li {
            font-size: 0.875rem;
            font-family: "open_sansregular", Verdana, sans-serif;
            line-height: 1.375rem;
            color: #000000;
            padding: 0;
            width: 100%;
            list-style-type: disc;
            margin-left: 1.25rem;
            padding-right: 0.9375rem;
            margin-bottom: 0.375rem; }
          .home-container-2022 .categories-list .categories-list-2-cols .sub-category-list .subcategory-content-container ul li:hover {
            background-color: #ffffff; }
      .home-container-2022 .categories-list .categories-list-2-cols .sub-category-list .subcategory-content-container:hover {
        background-color: #ffffff !important; }
      .home-container-2022 .categories-list .categories-list-2-cols .sub-category-list .subcategory-list-items {
        font-size: 0.875rem;
        font-family: "open_sansregular", Verdana, sans-serif;
        line-height: 1.375rem;
        width: 15.625rem;
        border-bottom-style: none !important;
        border-bottom-width: 0 !important;
        border-bottom-color: none !important; }
      .home-container-2022 .categories-list .categories-list-2-cols .sub-category-list .subcategory-list-close-row {
        color: #ffffff;
        background: #7c568f;
        /* display: inline-block; */
        width: 4.375rem;
        max-height: 1.75rem;
        margin-left: 0; }
      .home-container-2022 .categories-list .categories-list-2-cols .sub-category-list .subcategory-list-close-row:hover {
        background: #3c1850; }
    .home-container-2022 .categories-list .categories-list-2-cols .show-sub-category {
      visibility: visible !important;
      top: 9.375rem;
      left: 0.75rem;
      width: 51.25rem;
      max-height: 31.875rem !important;
      min-height: 31.875rem !important;
      columns: 2;
      -webkit-columns: 2;
      -moz-columns: 2;
      list-style-type: none;
      margin: 0;
      max-width: 49.25rem !important; }
  .home-container-2022 .categories-list h2 {
    font-weight: normal;
    font-family: "open_sansregular", Verdana, sans-serif;
    margin-bottom: 1.5625rem;
    background-color: #2b869b;
    padding-left: 2rem;
    padding-right: 1.25rem;
    padding-top: 0.9375rem;
    padding-bottom: 1.25rem;
    color: #ffffff;
    font-size: 1.25rem;
    line-height: 1.875rem; }
    @media only screen and (min-width: 46.25em) {
      .home-container-2022 .categories-list h2 {
        width: 50rem;
        margin-left: -1.5625rem;
        font-size: 1.75rem;
        line-height: 2.3125rem; } }

.home-container-2022 .buyer-types-list {
  background-color: #ffffff;
  margin-top: 0; }
  @media only screen and (min-width: 46.25em) {
    .home-container-2022 .buyer-types-list {
      margin-top: 4.6875rem;
      padding: 1.5625rem;
      min-height: 35.8125rem;
      padding-left: 2.1875rem;
      padding-right: 1.5rem; } }
  .home-container-2022 .buyer-types-list ul {
    margin-bottom: 0.9375rem;
    list-style-type: none;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    margin-left: 1.5625rem; }
    @media only screen and (min-width: 46.25em) {
      .home-container-2022 .buyer-types-list ul {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
        margin-left: 1.875rem; } }
    .home-container-2022 .buyer-types-list ul li {
      font-family: "open_sansregular", Verdana, sans-serif;
      color: #000000;
      list-style-position: outside !important;
      padding: 0;
      width: 100%;
      line-height: 1.5rem;
      font-size: 0.75rem; }
      @media only screen and (min-width: 46.25em) {
        .home-container-2022 .buyer-types-list ul li {
          font-size: 0.875rem; } }
  .home-container-2022 .buyer-types-list h2 {
    font-weight: normal;
    font-family: "open_sansregular", Verdana, sans-serif;
    font-size: 1.75rem;
    line-height: 2.3125rem;
    margin-bottom: 1.5625rem;
    background-color: #2b869b;
    padding-top: 0.9375rem;
    padding-bottom: 1.25rem;
    color: #ffffff;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    font-size: 1.25rem;
    line-height: 1.875rem; }
    @media only screen and (min-width: 46.25em) {
      .home-container-2022 .buyer-types-list h2 {
        margin-right: -1.5625rem;
        padding-left: 2rem;
        padding-right: 1.25rem;
        font-size: 1.75rem;
        line-height: 2.3125rem; } }

.home-container-2022 .catgegory-callout {
  margin: auto !important;
  padding: 0;
  background-color: #024756;
  padding: 0;
  margin-bottom: 3.4375rem !important;
  text-align: center; }
  @media only screen and (min-width: 64.0625em) {
    .home-container-2022 .catgegory-callout {
      max-width: 1250px;
      min-width: 1050px; } }
  @media only screen and (min-width: 46.25em) and (max-width: 64rem) {
    .home-container-2022 .catgegory-callout {
      max-width: 1049px;
      min-width: 601px; } }
  .home-container-2022 .catgegory-callout h2 {
    font-weight: bold;
    font-family: "open_sansbold", Verdana, sans-serif;
    margin: auto;
    color: #ffffff;
    margin-top: 2.1875rem !important;
    font-size: 1.125rem; }
    @media only screen and (min-width: 46.25em) {
      .home-container-2022 .catgegory-callout h2 {
        font-size: 1.625rem; } }
  .home-container-2022 .catgegory-callout h3 {
    font-weight: bold;
    font-family: "open_sansbold", Verdana, sans-serif;
    margin: auto;
    color: #ffffff;
    margin-top: 1.5625rem !important;
    margin-bottom: 2.1875rem;
    font-size: 0.875rem; }
    @media only screen and (min-width: 46.25em) {
      .home-container-2022 .catgegory-callout h3 {
        font-size: 0.875rem; } }

.home-container-2022 .products-container {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.625rem;
  padding-bottom: 0;
  margin: 0;
  width: 100%;
  background-color: #ffffff;
  margin-top: 2.1875rem !important; }
  @media only screen and (min-width: 46.25em) {
    .home-container-2022 .products-container {
      padding-left: 0;
      padding-right: 0;
      padding-top: 0;
      padding-bottom: 2.5rem;
      margin-bottom: 2.1875rem; } }
  @media only screen and (min-width: 90em) {
    .home-container-2022 .products-container {
      background-position: 70% top; }
      .home-container-2022 .products-container p {
        color: #000000; } }
  .home-container-2022 .products-container .products-header {
    background-color: #7c568f;
    padding: 0; }
    .home-container-2022 .products-container .products-header h1 {
      font-weight: bold;
      font-family: "josefin_sansbold", Verdana, sans-serif;
      margin: auto;
      font-size: 2.375rem !important;
      font-size: 1.25rem !important;
      margin-bottom: 1.25rem;
      text-align: center;
      padding-left: 0.3125rem;
      padding-right: 0.3125rem;
      margin-top: 0.3125rem;
      color: #ffffff;
      background-color: #7c568f;
      padding-top: 1.25rem;
      padding-bottom: 0; }
      @media only screen and (min-width: 46.25em) {
        .home-container-2022 .products-container .products-header h1 {
          font-size: 2.375rem !important;
          margin-bottom: 1.25rem;
          padding-top: 1.5625rem;
          padding-left: 1.25rem;
          padding-right: 1.25rem;
          margin-top: 0.3125rem;
          background-color: #7c568f !important;
          color: #ffffff;
          padding-bottom: 0; } }
  .home-container-2022 .products-container .products {
    margin: auto !important;
    padding: 0; }
    @media only screen and (min-width: 64.0625em) {
      .home-container-2022 .products-container .products {
        max-width: 1250px;
        min-width: 1050px; } }
    @media only screen and (min-width: 46.25em) and (max-width: 64rem) {
      .home-container-2022 .products-container .products {
        max-width: 1049px;
        min-width: 601px; } }
    .home-container-2022 .products-container .products p {
      color: #363636;
      line-height: 1.375rem;
      font-size: 0.8125rem;
      font-family: "open_sansregular", Verdana, sans-serif;
      padding-left: 1.5625rem;
      padding-right: 1.5625rem;
      margin-top: 1.5625rem; }
    @media only screen and (min-width: 46.25em) {
      .home-container-2022 .products-container .products p {
        color: #282828;
        line-height: 1.5rem;
        font-size: 0.9375rem;
        font-weight: normal;
        font-family: "open_sansregular", Verdana, sans-serif;
        margin-bottom: 2.8125rem;
        margin-top: 2.8125rem;
        text-align: center;
        width: 100%; } }
  .home-container-2022 .products-container .products-left h2 {
    font-weight: bold;
    font-family: "open_sansbold", Verdana, sans-serif;
    margin: auto;
    font-size: 0.75rem !important;
    margin-bottom: 1.25rem;
    text-align: center;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: 0.9375rem;
    margin-top: 0.3125rem;
    color: #000000;
    background-color: #c5b8cb;
    padding-top: 0.9375rem;
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    width: 100%; }
  .home-container-2022 .products-container .products-left .call-out-button {
    margin: auto;
    margin-top: 0.3125rem; }
  .home-container-2022 .products-container .products-left a {
    display: inline-block;
    margin: auto;
    margin-top: 2.5rem;
    font-family: "open_sansbold", Verdana, sans-serif;
    font-size: 0.9375rem;
    color: #7c568f;
    width: 100%; }
  @media only screen and (min-width: 46.25em) {
    .home-container-2022 .products-container .products-left .call-out-button {
      margin: auto;
      margin-top: 1.875rem;
      padding-right: 4.0625rem; }
      .home-container-2022 .products-container .products-left .call-out-button p {
        background: #e4d8ea;
        height: 0.1875rem;
        margin-top: 0.625rem; }
      .home-container-2022 .products-container .products-left .call-out-button p span {
        background: #ffffff;
        padding: 0.625rem;
        position: relative;
        top: -1.25rem;
        left: 6%; }
    .home-container-2022 .products-container .products-left a {
      display: inline-block;
      margin: auto;
      margin-top: 2.5rem;
      padding-right: 2.75rem;
      font-family: "open_sansbold", Verdana, sans-serif;
      font-size: 1rem;
      color: #7c568f;
      text-decoration: underline;
      width: unset !important; } }
  .home-container-2022 .products-container .products-left a:hover {
    color: #47215a; }
  .home-container-2022 .products-container .products-left img {
    max-width: unset !important;
    width: 22.5rem !important; }
  @media only screen and (min-width: 46.25em) {
    .home-container-2022 .products-container .products-left img {
      width: unset !important;
      max-width: 100% !important; } }
  .home-container-2022 .products-container .products-right {
    width: 27.5rem;
    max-width: 27.5rem;
    background-color: #f0e9f3;
    padding: 1.5625rem; }
    .home-container-2022 .products-container .products-right h3 {
      display: inline-block;
      font-weight: bold;
      font-family: "open_sansbold", Verdana, sans-serif;
      font-size: 1rem;
      color: #292929;
      margin: auto;
      text-align: center;
      width: 100%;
      padding-bottom: 1.0625rem;
      margin-bottom: 0.9375rem;
      border-bottom-color: #cdbdd5;
      border-bottom-style: solid;
      border-bottom-width: 0.125rem; }
    .home-container-2022 .products-container .products-right p, .home-container-2022 .products-container .products-right li {
      color: #282828 !important;
      line-height: 1.25rem !important;
      font-size: 0.8125rem !important;
      font-weight: normal !important;
      font-family: "open_sansregular", Verdana, sans-serif !important;
      margin-bottom: 0 !important;
      margin-top: 0 !important;
      padding: 0 !important;
      text-align: left;
      font-size: 0.9375rem !important; }
      @media only screen and (min-width: 46.25em) {
        .home-container-2022 .products-container .products-right p, .home-container-2022 .products-container .products-right li {
          font-size: 0.8125rem !important; } }
    .home-container-2022 .products-container .products-right ul {
      margin-top: 0.625rem;
      margin-left: 2.5rem; }
    .home-container-2022 .products-container .products-right h4 {
      display: inline-block;
      font-weight: bold;
      font-family: "open_sansbold", Verdana, sans-serif;
      font-size: 0.875rem;
      color: #797979;
      width: 100%;
      margin-bottom: 0.9375rem; }
    .home-container-2022 .products-container .products-right .call-out-button {
      margin: auto;
      padding-top: 1.25rem;
      padding-bottom: 4.0625rem; }
      .home-container-2022 .products-container .products-right .call-out-button p {
        width: 100%; }
      .home-container-2022 .products-container .products-right .call-out-button p span {
        width: 100%; }
    @media only screen and (min-width: 46.25em) {
      .home-container-2022 .products-container .products-right .call-out-button {
        margin: auto;
        padding-top: 1.25rem;
        padding-bottom: 4.0625rem;
        margin-top: 3.4375rem;
        padding-left: 4.6875rem; }
        .home-container-2022 .products-container .products-right .call-out-button p {
          background: #e4d8ea;
          height: 0.1875rem;
          margin-top: 0.625rem; }
        .home-container-2022 .products-container .products-right .call-out-button p span {
          background: #f0e9f3;
          padding: 0.625rem;
          position: relative;
          top: -1.25rem;
          left: 25%; } }

.home-container-2022 .home-content-row-header {
  padding-left: 0;
  padding-right: 0;
  padding-top: 1.875rem;
  padding-bottom: 1.5625rem;
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/portal-images/home-gray-line.png);
  background-position: center;
  background-repeat: repeat-x; }
  .home-container-2022 .home-content-row-header h2 {
    font-family: "josefin_sansbold", Verdana, sans-serif;
    font-size: 1.625rem;
    line-height: 1.625rem;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom-style: solid;
    border-bottom-width: 5px;
    margin-left: 2.5rem;
    display: inline; }
    @media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
      .home-container-2022 .home-content-row-header h2 {
        font-size: 1.375rem; } }
  .home-container-2022 .home-content-row-header .home-content-row-header-wrapper {
    background-repeat: no-repeat;
    display: inline;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    border-style: solid;
    border-width: 1px;
    margin: auto; }

.home-container-2022 .home-content-row-text {
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  padding-top: 0.625rem;
  padding-bottom: 0;
  text-align: center; }
  .home-container-2022 .home-content-row-text p {
    font-family: "open_sansregular", Verdana, sans-serif;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #414141;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.625rem;
    padding-bottom: 1.25rem;
    margin: 0; }
  @media only screen and (min-width: 46.25em) {
    .home-container-2022 .home-content-row-text {
      padding-left: 9.375rem;
      padding-right: 9.375rem;
      padding-top: 0.625rem;
      padding-bottom: 1.25rem; } }
  @media only screen and (min-width: 64.0625em) {
    .home-container-2022 .home-content-row-text {
      padding-left: 18.75rem;
      padding-right: 18.75rem;
      padding-top: 0.625rem;
      padding-bottom: 1.25rem; } }

.home-container-2022 .home-content-row-gray {
  height: auto;
  background-color: #f9f9f9;
  width: 100% !important; }

.home-container-2022 .home-content-row-white {
  height: auto;
  background-color: #ffffff;
  width: 100% !important; }

.home-container-2022 #how-it-works-container {
  width: 100% !important;
  background-color: #4e94b0; }
  @media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
    .home-container-2022 #how-it-works-container {
      margin-top: 3.125rem; } }

.home-container-2022 .how-it-works-header {
  margin: auto !important;
  padding: 0; }
  @media only screen and (min-width: 64.0625em) {
    .home-container-2022 .how-it-works-header {
      max-width: 1250px;
      min-width: 1050px; } }
  @media only screen and (min-width: 46.25em) and (max-width: 64rem) {
    .home-container-2022 .how-it-works-header {
      max-width: 1049px;
      min-width: 601px; } }
  .home-container-2022 .how-it-works-header h2 {
    display: block;
    width: 100%;
    text-align: center;
    font-family: "josefin_sansbold", Verdana, sans-serif;
    font-size: 3rem;
    font-weight: bold;
    color: #ffffff;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.625rem;
    padding-bottom: 0; }
    @media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
      .home-container-2022 .how-it-works-header h2 {
        font-family: "josefin_sansbold", Verdana, sans-serif;
        font-size: 2.5rem;
        font-weight: bold; } }

.home-container-2022 #how-it-works-content-container {
  width: 100% !important;
  background-color: #c7dbe3; }

.home-container-2022 .how-it-works-content {
  margin: auto !important;
  padding: 0; }
  @media only screen and (min-width: 64.0625em) {
    .home-container-2022 .how-it-works-content {
      max-width: 1250px;
      min-width: 1050px; } }
  @media only screen and (min-width: 46.25em) and (max-width: 64rem) {
    .home-container-2022 .how-it-works-content {
      max-width: 1049px;
      min-width: 601px; } }
  .home-container-2022 .how-it-works-content .how-it-works-intro-text {
    color: #000000;
    font-family: "open_sansregular", Verdana, sans-serif;
    font-size: 1.125rem;
    text-align: center;
    padding-left: 8.75rem;
    padding-right: 8.75rem;
    padding-top: 2.1875rem;
    padding-bottom: 1.875rem; }
    @media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
      .home-container-2022 .how-it-works-content .how-it-works-intro-text {
        padding-left: 1.875rem;
        padding-right: 1.875rem;
        padding-top: 2.1875rem;
        padding-bottom: 1.875rem; } }
  .home-container-2022 .how-it-works-content h3 {
    color: #414141;
    border-bottom-color: #b8b8b8;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    width: 100%;
    text-align: center;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-top: 0;
    padding-bottom: 0.625rem;
    font-family: "josefin_sansbold", Verdana, sans-serif;
    font-size: 1.5rem;
    font-weight: bold; }
  .home-container-2022 .how-it-works-content .how-it-works-step-container {
    margin-left: 0;
    margin-right: 0;
    margin-top: 1.25rem;
    margin-bottom: 0.625rem; }
  .home-container-2022 .how-it-works-content .how-it-works-step {
    background-color: #ffffff;
    width: 100%;
    min-height: 18.75rem;
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    margin-top: 0;
    margin-bottom: 0; }
    @media only screen and (min-width: 46.25em) and (max-width: 64rem) {
      .home-container-2022 .how-it-works-content .how-it-works-step {
        min-height: 30.625rem; } }
    .home-container-2022 .how-it-works-content .how-it-works-step h4 {
      border-radius: 50%;
      width: 50px;
      height: 50px;
      background-color: #dde8ed;
      text-align: center;
      padding-left: 0;
      padding-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      margin-left: auto;
      margin-right: auto;
      margin-top: 1.25rem;
      font-family: "josefin_sansbold", Verdana, sans-serif;
      font-size: 2.25rem;
      font-weight: bold;
      color: #7eb2c7; }
    .home-container-2022 .how-it-works-content .how-it-works-step h3 {
      font-family: "josefin_sansbold", Verdana, sans-serif;
      font-size: 1.5rem;
      font-weight: bold;
      line-height: 1.75rem;
      border-style: none;
      color: #4089a7;
      display: block;
      width: 100%;
      text-align: center;
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      padding-top: 0.625rem;
      padding-bottom: 0.3125rem; }
    .home-container-2022 .how-it-works-content .how-it-works-step p {
      color: #000000;
      font-family: "open_sansregular", Verdana, sans-serif;
      font-size: 0.875rem;
      line-height: 1.25rem;
      text-align: center;
      padding-left: 1.875rem;
      padding-right: 1.875rem;
      padding-top: 0;
      padding-bottom: 1.25rem; }
  .home-container-2022 .how-it-works-content .how-it-works-step:hover {
    background-color: #eaf2f5; }
    .home-container-2022 .how-it-works-content .how-it-works-step:hover h4 {
      background-color: #c7dce6; }

.home-container-2022 #secondary-callout-container {
  width: 100% !important;
  background-color: #f6f1f1;
  margin-top: 3.125rem;
  margin-bottom: 3.125rem; }

.home-container-2022 .secondary-callout-content {
  margin: auto !important;
  padding: 0; }
  @media only screen and (min-width: 64.0625em) {
    .home-container-2022 .secondary-callout-content {
      max-width: 1250px;
      min-width: 1050px; } }
  @media only screen and (min-width: 46.25em) and (max-width: 64rem) {
    .home-container-2022 .secondary-callout-content {
      max-width: 1049px;
      min-width: 601px; } }
  .home-container-2022 .secondary-callout-content p {
    color: #000000;
    font-family: "open_sansregular", Verdana, sans-serif;
    font-size: 1.125rem;
    line-height: 1.5625rem;
    text-align: center;
    padding-left: 11.25rem;
    padding-right: 11.25rem;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem; }
    @media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
      .home-container-2022 .secondary-callout-content p {
        padding-left: 1.875rem;
        padding-right: 1.875rem;
        padding-top: 1.875rem;
        padding-bottom: 1.875rem; } }

.home-container-2022 #know-the-past-container .know-the-past {
  margin: auto !important;
  padding: 0; }
  @media only screen and (min-width: 64.0625em) {
    .home-container-2022 #know-the-past-container .know-the-past {
      max-width: 1250px;
      min-width: 1050px; } }
  @media only screen and (min-width: 46.25em) and (max-width: 64rem) {
    .home-container-2022 #know-the-past-container .know-the-past {
      max-width: 1049px;
      min-width: 601px; } }

.home-container-2022 #know-the-past-container h2 {
  color: #2a90a3;
  border-bottom-color: #2a90a3;
  border-color: #2a90a3; }

.home-container-2022 #know-the-past-container .home-content-row-header-wrapper {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/portal-images/home-header-bg-know-the-past.png);
  background-color: #cbdee5;
  border-color: #2a90a3; }

.home-container-2022 #know-the-past-container .box-left {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/portal-images/home-icon-sprite-get-secret-govt-docs.png); }

.home-container-2022 #know-the-past-container .box-middle {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/portal-images/home-icon-sprite-know-competitor-pricing.png); }

.home-container-2022 #know-the-past-container .box-right {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/portal-images/home-icon-sprite-see-competitor-proposals.png); }

.home-container-2022 #know-the-past-container .home-content-row-callouts .call-out-box:hover {
  background-color: #cbdee5; }

.home-container-2022 #act-on-the-present-container .act-on-the-present {
  margin: auto !important;
  padding: 0; }
  @media only screen and (min-width: 64.0625em) {
    .home-container-2022 #act-on-the-present-container .act-on-the-present {
      max-width: 1250px;
      min-width: 1050px; } }
  @media only screen and (min-width: 46.25em) and (max-width: 64rem) {
    .home-container-2022 #act-on-the-present-container .act-on-the-present {
      max-width: 1049px;
      min-width: 601px; } }

.home-container-2022 #act-on-the-present-container h2 {
  color: #c24a44;
  border-bottom-color: #c24a44;
  border-color: #c24a44; }

.home-container-2022 #act-on-the-present-container .home-content-row-header-wrapper {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/portal-images/home-header-bg-act-on-the-present.png);
  background-color: #e7cecc;
  border-color: #c24a44; }

.home-container-2022 #act-on-the-present-container .box-left {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/portal-images/home-icon-sprite-submit-anonymous-questions.png); }

.home-container-2022 #act-on-the-present-container .box-middle {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/portal-images/home-icon-sprite-dont-miss-amendments.png); }

.home-container-2022 #act-on-the-present-container .box-right {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/portal-images/home-icon-sprite-get-pricing-comps.png); }

.home-container-2022 #act-on-the-present-container .home-content-row-callouts .call-out-box:hover {
  background-color: #e7cecc; }

.home-container-2022 #predict-the-future-container .predict-the-future {
  margin: auto !important;
  padding: 0; }
  @media only screen and (min-width: 64.0625em) {
    .home-container-2022 #predict-the-future-container .predict-the-future {
      max-width: 1250px;
      min-width: 1050px; } }
  @media only screen and (min-width: 46.25em) and (max-width: 64rem) {
    .home-container-2022 #predict-the-future-container .predict-the-future {
      max-width: 1049px;
      min-width: 601px; } }

.home-container-2022 #predict-the-future-container h2 {
  color: #21a018;
  border-bottom-color: #21a018;
  border-color: #21a018; }

.home-container-2022 #predict-the-future-container .home-content-row-header-wrapper {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/portal-images/home-header-bg-predict-the-future.png);
  background-color: #cee7d0;
  border-color: #21a018; }

.home-container-2022 #predict-the-future-container .box-left {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/portal-images/home-icon-sprite-get-advanced-notice.png); }

.home-container-2022 #predict-the-future-container .box-middle {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/portal-images/home-icon-sprite-predict-price-points.png); }

.home-container-2022 #predict-the-future-container .box-right {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/portal-images/home-icon-sprite-predict-buyer-decision-making.png); }

.home-container-2022 #predict-the-future-container .home-content-row-callouts .call-out-box:hover {
  background-color: #cee7d0; }

.home-container-2022 #analytics-container .analytics {
  margin: auto !important;
  padding: 0; }
  @media only screen and (min-width: 64.0625em) {
    .home-container-2022 #analytics-container .analytics {
      max-width: 1250px;
      min-width: 1050px; } }
  @media only screen and (min-width: 46.25em) and (max-width: 64rem) {
    .home-container-2022 #analytics-container .analytics {
      max-width: 1049px;
      min-width: 601px; } }

.home-container-2022 #analytics-container h2 {
  color: #d76e22;
  border-bottom-color: #d76e22;
  border-color: #d76e22; }

.home-container-2022 #analytics-container .home-content-row-header-wrapper {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/portal-images/home-header-bg-analytics.png);
  background-color: #e9dace;
  border-color: #d76e22; }

.home-container-2022 #analytics-container .box-left {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/portal-images/home-icon-sprite-pull-reports.png); }

.home-container-2022 #analytics-container .box-middle {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/portal-images/home-icon-sprite-use-maps.png); }

.home-container-2022 #analytics-container .box-right {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/portal-images/home-icon-sprite-view-charts.png); }

.home-container-2022 #analytics-container .home-content-row-callouts .call-out-box:hover {
  background-color: #e9dace; }

.home-container-2022 .home-content-row-callouts {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0; }
  .home-container-2022 .home-content-row-callouts .call-out-box {
    position: relative;
    clear: both;
    margin-left: 0;
    background-position: center top;
    background-repeat: no-repeat; }
  .home-container-2022 .home-content-row-callouts .call-out-box:hover {
    border-radius: 10px;
    background-position: center -275px; }
  .home-container-2022 .home-content-row-callouts h3 {
    font-family: "josefin_sansbold", Verdana, sans-serif;
    font-size: 1.0625rem;
    line-height: 1.125rem;
    color: #414141;
    padding-left: 0;
    padding-right: 0;
    padding-top: 6.25rem;
    padding-bottom: 0; }
  .home-container-2022 .home-content-row-callouts p {
    font-family: "open_sansregular", Verdana, sans-serif;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #414141;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0;
    padding-bottom: 0; }
    @media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
      .home-container-2022 .home-content-row-callouts p {
        height: 95px; } }
    @media only screen and (min-width: 46.25em) {
      .home-container-2022 .home-content-row-callouts p {
        height: 120px; } }
  .home-container-2022 .home-content-row-callouts li {
    list-style: none; }
    @media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
      .home-container-2022 .home-content-row-callouts li {
        margin-left: auto !important;
        margin-right: auto !important; } }
  @media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
    .home-container-2022 .home-content-row-callouts {
      margin-left: auto !important;
      margin-right: auto !important;
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      padding-top: 0;
      padding-bottom: 0;
      width: 100%  !important; }
      .home-container-2022 .home-content-row-callouts .call-out-box {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        padding-top: 0;
        padding-bottom: 0; } }
  @media only screen and (min-width: 46.25em) {
    .home-container-2022 .home-content-row-callouts .call-out-box {
      width: 13.4375rem;
      margin-left: 0.9375rem; } }
  @media only screen and (orientation: landscape) {
    .home-container-2022 .home-content-row-callouts .call-out-box {
      width: 17.1875rem;
      margin-left: 2.1875rem;
      padding-left: 2.5rem;
      padding-right: 2.5rem;
      padding-top: 0;
      padding-bottom: 0; }
    .home-container-2022 .home-content-row-callouts p {
      padding: 0; } }
  @media only screen and (min-width: 64.0625em) {
    .home-container-2022 .home-content-row-callouts .call-out-box {
      width: 17.1875rem;
      margin-left: 6.0625rem; } }

.home-container-2022 #about-us-container {
  width: 100% !important;
  background-color: #7eb2c7;
  margin-top: 4.375rem; }
  @media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
    .home-container-2022 #about-us-container {
      margin-top: 0.625rem; } }

.home-container-2022 .about-us-header {
  margin: auto !important;
  padding: 0; }
  @media only screen and (min-width: 64.0625em) {
    .home-container-2022 .about-us-header {
      max-width: 1250px;
      min-width: 1050px; } }
  @media only screen and (min-width: 46.25em) and (max-width: 64rem) {
    .home-container-2022 .about-us-header {
      max-width: 1049px;
      min-width: 601px; } }
  .home-container-2022 .about-us-header h2 {
    display: block;
    width: 100%;
    text-align: center;
    font-family: "josefin_sansbold", Verdana, sans-serif;
    font-size: 2.25rem;
    font-weight: bold;
    color: #ffffff;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.625rem;
    padding-bottom: 0; }

.home-container-2022 #about-us-content-container {
  width: 100% !important;
  background-color: #c7dbe3; }

.home-container-2022 .about-us-content {
  margin: auto !important;
  padding: 0; }
  @media only screen and (min-width: 64.0625em) {
    .home-container-2022 .about-us-content {
      max-width: 1250px;
      min-width: 1050px; } }
  @media only screen and (min-width: 46.25em) and (max-width: 64rem) {
    .home-container-2022 .about-us-content {
      max-width: 1049px;
      min-width: 601px; } }
  .home-container-2022 .about-us-content h5 {
    font-family: "josefin_sansbold", Verdana, sans-serif;
    font-size: 1.375rem;
    font-weight: bold; }
    @media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
      .home-container-2022 .about-us-content h5 {
        padding-left: 1.875rem;
        padding-right: 1.875rem !important;
        padding-top: 1.25rem;
        padding-bottom: 0; } }
  .home-container-2022 .about-us-content p {
    padding-left: 0;
    padding-right: 5rem !important;
    padding-top: 0;
    padding-bottom: 0;
    color: #414141;
    font-family: "open_sansregular", Verdana, sans-serif;
    font-size: 1.125rem;
    line-height: 1.875rem; }
    @media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
      .home-container-2022 .about-us-content p {
        padding-left: 1.875rem;
        padding-right: 1.875rem !important;
        padding-top: 0;
        padding-bottom: 0; } }

.home-container-2022 .about-us-mgw-difference {
  padding-top: 3.75rem !important;
  padding-bottom: 3.75rem !important; }
  @media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
    .home-container-2022 .about-us-mgw-difference {
      padding-left: 1.875rem !important;
      padding-right: 1.875rem !important;
      padding-top: 0.625rem !important; }
      .home-container-2022 .about-us-mgw-difference h5 {
        padding-left: 0 !important;
        padding-right: 0 !important; } }
  .home-container-2022 .about-us-mgw-difference h5 {
    font-family: "josefin_sansbold", Verdana, sans-serif;
    font-size: 1.375rem;
    font-weight: bold;
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important; }

.home-container-2022 .about-us-mgw-difference-points {
  width: 100%; }
  .home-container-2022 .about-us-mgw-difference-points img {
    margin: 0 !important;
    padding: 0 !important; }
  .home-container-2022 .about-us-mgw-difference-points p {
    padding-left: 0  !important;
    padding-right: 0 !important;
    padding-top: 0;
    padding-bottom: 0 !important;
    line-height: 1.375rem;
    width: 100%; }
    @media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
      .home-container-2022 .about-us-mgw-difference-points p {
        padding-left: 0.625rem !important; } }

.home-container-2022 .about-us-left-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 7.5rem;
  padding-bottom: 0 !important; }
  @media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
    .home-container-2022 .about-us-left-content {
      padding-left: 0 !important;
      padding-right: 0 !important;
      padding-top: 1.875rem;
      padding-bottom: 0 !important; } }

.home-container-2022 #home-page-cta-bar {
  background-color: #b1b1b1;
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/portal-images/public_home_foot_cta_bkgd.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  width: 100% !important;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 1.625rem;
  margin-bottom: em-rem-calccalc(0); }

.home-container-2022 .home-page-cta {
  margin: auto !important;
  padding: 0;
  height: 11.25rem;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.9375rem;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0; }
  @media only screen and (min-width: 64.0625em) {
    .home-container-2022 .home-page-cta {
      max-width: 1250px;
      min-width: 1050px; } }
  @media only screen and (min-width: 46.25em) and (max-width: 64rem) {
    .home-container-2022 .home-page-cta {
      max-width: 1049px;
      min-width: 601px; } }
  .home-container-2022 .home-page-cta h3 {
    font-family: "josefin_sansbold", Verdana, sans-serif;
    font-size: 2.5rem;
    color: #ffffff;
    line-height: 2.875rem; }
  @media only screen and (min-width: 46.25em) {
    .home-container-2022 .home-page-cta {
      padding-left: 0;
      padding-right: 0;
      padding-top: 1.875rem;
      padding-bottom: 0; }
      .home-container-2022 .home-page-cta h3 {
        font-size: 3rem;
        line-height: 3.4375rem; } }
  @media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
    .home-container-2022 .home-page-cta {
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      padding-top: 0.9375rem;
      padding-bottom: 0;
      text-align: center; }
      .home-container-2022 .home-page-cta h3 {
        font-size: 2.0625rem;
        line-height: 2.5rem; } }

.home-container-2022 .public-home-cta-button {
  background: #21a018;
  color: #ffffff;
  margin-top: 1.25rem;
  margin-bottom: 0;
  display: inline-block;
  color: #ffffff; }
  .home-container-2022 .public-home-cta-button:hover, .home-container-2022 .public-home-cta-button:focus {
    background: #1c8814;
    color: #ffffff; }
  .home-container-2022 .public-home-cta-button .iconic * {
    fill: #ffffff;
    stroke: #ffffff; }
    .home-container-2022 .public-home-cta-button .iconic *.iconic-property-accent {
      fill: #ffffff;
      stroke: #ffffff; }
  .home-container-2022 .public-home-cta-button.custom-disabled {
    opacity: 0.5;
    cursor: default;
    pointer-events: none; }

.home-container-2022 #home-page-contact-us-bar {
  width: 100% !important;
  background-color: #1e5369;
  padding-left: 0;
  padding-right: 0;
  padding-top: 1.875rem;
  padding-bottom: 0;
  margin-top: 1.625rem;
  margin-bottom: 0; }
  .home-container-2022 #home-page-contact-us-bar i {
    color: #bbbbbb !important;
    font-size: 2rem !important;
    line-height: 2rem !important; }
  .home-container-2022 #home-page-contact-us-bar span {
    padding-top: 0.5rem; }

.home-container-2022 .home-page-contact-us-content {
  margin: auto !important;
  padding: 0; }
  @media only screen and (min-width: 64.0625em) {
    .home-container-2022 .home-page-contact-us-content {
      max-width: 1250px;
      min-width: 1050px; } }
  @media only screen and (min-width: 46.25em) and (max-width: 64rem) {
    .home-container-2022 .home-page-contact-us-content {
      max-width: 1049px;
      min-width: 601px; } }

.home-container-2022 .home-page-contact-us-text {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0; }
  .home-container-2022 .home-page-contact-us-text h3 {
    font-family: "josefin_sansbold", Verdana, sans-serif;
    font-size: 1.625rem;
    color: #ffffff; }
  .home-container-2022 .home-page-contact-us-text p {
    font-size: 0.875rem;
    color: #ffffff;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0; }

.home-container-2022 .home-page-contact-us-form {
  text-align: center; }
  .home-container-2022 .home-page-contact-us-form textarea {
    height: auto; }

.home-container-2022 .home-page-contact-us-phone {
  text-align: left;
  padding-bottom: 0.1875rem;
  color: #ffffff;
  font-size: 0.875rem; }

.home-container-2022 .home-page-contact-us-social-media {
  padding-bottom: 0.1875rem; }

.home-container-2022 .public-home-contact-form-button {
  background: #528fa4;
  color: #ffffff;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  display: inline-block;
  color: #ffffff; }
  .home-container-2022 .public-home-contact-form-button:hover, .home-container-2022 .public-home-contact-form-button:focus {
    background: #467a8b;
    color: #ffffff; }
  .home-container-2022 .public-home-contact-form-button .iconic * {
    fill: #ffffff;
    stroke: #ffffff; }
    .home-container-2022 .public-home-contact-form-button .iconic *.iconic-property-accent {
      fill: #ffffff;
      stroke: #ffffff; }
  .home-container-2022 .public-home-contact-form-button.custom-disabled {
    opacity: 0.5;
    cursor: default;
    pointer-events: none; }

.home-container-2022 .gray-icon {
  color: #bbbbbb; }

.home-container-2022 .trust-row-container {
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/portal-images/portal-about-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin-bottom: 3.125rem; }
  .home-container-2022 .trust-row-container .trust-row {
    margin: auto !important;
    padding: 0;
    margin-top: -0.75rem !important; }
    @media only screen and (min-width: 64.0625em) {
      .home-container-2022 .trust-row-container .trust-row {
        max-width: 1250px;
        min-width: 1050px; } }
    @media only screen and (min-width: 46.25em) and (max-width: 64rem) {
      .home-container-2022 .trust-row-container .trust-row {
        max-width: 1049px;
        min-width: 601px; } }
    @media only screen and (min-width: 46.25em) {
      .home-container-2022 .trust-row-container .trust-row {
        padding-top: 1.25rem !important;
        margin-top: 0 !important; } }
    .home-container-2022 .trust-row-container .trust-row .trust-box {
      margin-top: 5.625rem;
      background-color: #ffffff;
      padding: 1.5625rem; }
      .home-container-2022 .trust-row-container .trust-row .trust-box .trust-box-content {
        background-color: #c7dbe3;
        padding: 1.5625rem;
        padding-bottom: 0; }
        .home-container-2022 .trust-row-container .trust-row .trust-box .trust-box-content span {
          width: 100%;
          display: block; }
          .home-container-2022 .trust-row-container .trust-row .trust-box .trust-box-content span img {
            margin: auto;
            display: block; }
        .home-container-2022 .trust-row-container .trust-row .trust-box .trust-box-content h3 {
          font-weight: bold;
          font-family: "josefin_sansbold", Verdana, sans-serif;
          color: #000000;
          margin-top: 0.9375rem;
          font-size: 1.0625rem; }
          @media only screen and (min-width: 46.25em) {
            .home-container-2022 .trust-row-container .trust-row .trust-box .trust-box-content h3 {
              font-size: 1.25rem; } }
        .home-container-2022 .trust-row-container .trust-row .trust-box .trust-box-content p {
          line-height: 1.75rem;
          font-family: "open_sansregular", Verdana, sans-serif;
          color: #000000;
          padding: 0 !important;
          padding-bottom: 0 !important;
          font-size: 0.9375rem; }
          @media only screen and (min-width: 46.25em) {
            .home-container-2022 .trust-row-container .trust-row .trust-box .trust-box-content p {
              font-size: 1.25rem; } }
      .home-container-2022 .trust-row-container .trust-row .trust-box .contact-content {
        text-align: center;
        padding-left: 0;
        margin-top: 45px; }
        @media only screen and (min-width: 46.25em) {
          .home-container-2022 .trust-row-container .trust-row .trust-box .contact-content {
            padding-left: 1.3125rem; } }
        .home-container-2022 .trust-row-container .trust-row .trust-box .contact-content h4 {
          color: #797979;
          font-weight: bold;
          font-family: "open_sansbold", Verdana, sans-serif;
          width: 100%;
          display: block;
          padding-bottom: 1.0625rem;
          border-bottom-width: 0.1875rem;
          border-bottom-color: #dbdbdb;
          border-bottom-style: solid;
          margin: auto;
          margin-bottom: 1.0625rem;
          text-transform: uppercase; }
        .home-container-2022 .trust-row-container .trust-row .trust-box .contact-content h5 {
          color: #797979;
          font-weight: bold;
          font-family: "open_sansbold", Verdana, sans-serif;
          font-size: 1rem;
          width: 100%;
          display: block;
          padding-bottom: 1.0625rem;
          margin: auto;
          margin-bottom: 1.0625rem;
          margin-top: 0 !important; }
        .home-container-2022 .trust-row-container .trust-row .trust-box .contact-content h6 {
          color: #a5a5a5;
          font-weight: bold;
          font-family: "open_sansbold", Verdana, sans-serif;
          font-size: 1.25rem;
          width: 100%;
          display: block;
          padding-bottom: 1.0625rem;
          border-bottom-width: 0.1875rem;
          border-bottom-color: #dbdbdb;
          border-bottom-style: solid;
          margin: auto;
          margin-bottom: 1.0625rem;
          margin-top: 0;
          text-transform: uppercase; }
        .home-container-2022 .trust-row-container .trust-row .trust-box .contact-content .gray-large-blue-2-button {
          background: #2b90a4;
          color: #ffffff;
          font-weight: bold;
          font-family: "open_sansbold", Verdana, sans-serif;
          text-transform: uppercase;
          margin-bottom: 25px !important; }
          .home-container-2022 .trust-row-container .trust-row .trust-box .contact-content .gray-large-blue-2-button:hover, .home-container-2022 .trust-row-container .trust-row .trust-box .contact-content .gray-large-blue-2-button:focus {
            background: #257a8b;
            color: #ffffff; }
          .home-container-2022 .trust-row-container .trust-row .trust-box .contact-content .gray-large-blue-2-button .iconic * {
            fill: #ffffff;
            stroke: #ffffff; }
            .home-container-2022 .trust-row-container .trust-row .trust-box .contact-content .gray-large-blue-2-button .iconic *.iconic-property-accent {
              fill: #ffffff;
              stroke: #ffffff; }
          .home-container-2022 .trust-row-container .trust-row .trust-box .contact-content .gray-large-blue-2-button.custom-disabled {
            opacity: 0.5;
            cursor: default;
            pointer-events: none; }
        .home-container-2022 .trust-row-container .trust-row .trust-box .contact-content .news-link {
          font-weight: bold;
          font-family: "open_sansbold", Verdana, sans-serif;
          font-size: 16px;
          color: #2a90a3; }
        .home-container-2022 .trust-row-container .trust-row .trust-box .contact-content .news-link:hover {
          text-decoration: underline; }
        .home-container-2022 .trust-row-container .trust-row .trust-box .contact-content img {
          padding-left: 5px;
          padding-right: 5px;
          max-width: unset !important; }
          @media only screen and (min-width: 46.25em) {
            .home-container-2022 .trust-row-container .trust-row .trust-box .contact-content img {
              max-width: 30px !important; } }
          @media only screen and (min-width: 64.0625em) {
            .home-container-2022 .trust-row-container .trust-row .trust-box .contact-content img {
              max-width: unset !important; } }
        .home-container-2022 .trust-row-container .trust-row .trust-box .contact-content h4 {
          font-size: 19px; }
        .home-container-2022 .trust-row-container .trust-row .trust-box .contact-content .gray-large-blue-2-button {
          font-size: 1rem !important; }
        @media only screen and (min-width: 46.25em) {
          .home-container-2022 .trust-row-container .trust-row .trust-box .contact-content {
            margin-top: 0px; }
            .home-container-2022 .trust-row-container .trust-row .trust-box .contact-content h4 {
              font-size: 24px; }
            .home-container-2022 .trust-row-container .trust-row .trust-box .contact-content .gray-large-blue-2-button {
              font-size: 0.875rem !important; } }
        @media only screen and (min-width: 64.0625em) {
          .home-container-2022 .trust-row-container .trust-row .trust-box .contact-content {
            margin-top: 0px; }
            .home-container-2022 .trust-row-container .trust-row .trust-box .contact-content h4 {
              font-size: 24px; }
            .home-container-2022 .trust-row-container .trust-row .trust-box .contact-content .gray-large-blue-2-button {
              font-size: 1.25rem !important; } }

.home-container-2022 .sales-row-container {
  width: 100%; }
  .home-container-2022 .sales-row-container .sales-row {
    margin: auto !important;
    padding: 0;
    border-top-color: #e9e9e9;
    border-top-width: 3px;
    border-top-style: solid;
    margin-top: 30px !important;
    margin-bottom: 40px !important; }
    @media only screen and (min-width: 64.0625em) {
      .home-container-2022 .sales-row-container .sales-row {
        max-width: 1250px;
        min-width: 1050px; } }
    @media only screen and (min-width: 46.25em) and (max-width: 64rem) {
      .home-container-2022 .sales-row-container .sales-row {
        max-width: 1049px;
        min-width: 601px; } }
    .home-container-2022 .sales-row-container .sales-row .about-section {
      padding-top: 0px;
      padding-left: 1.5625rem;
      padding-right: 1.5625rem; }
      .home-container-2022 .sales-row-container .sales-row .about-section p {
        line-height: 1.375rem;
        font-family: "open_sansregular", Verdana, sans-serif;
        font-size: 0.875rem; }
      @media only screen and (min-width: 46.25em) {
        .home-container-2022 .sales-row-container .sales-row .about-section {
          padding-top: 70px;
          padding-left: 50px; }
          .home-container-2022 .sales-row-container .sales-row .about-section p {
            line-height: 1.375rem;
            font-family: "open_sansregular", Verdana, sans-serif;
            font-size: 0.875rem; } }

.custom-checkbox {
  display: block;
  position: relative;
  padding-left: 30px !important;
  cursor: pointer;
  font-size: 0.75rem !important;
  font-family: "open_sansregular", Verdana, sans-serif !important;
  color: #000000 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  line-height: 18px;
  margin-bottom: 0px;
  padding-bottom: 10px;
  padding-top: 8px !important;
  margin-top: -2px; }

.custom-checkbox a {
  color: #000000 !important; }

.custom-checkbox:hover {
  color: #000000 !important; }

/* Hide the browser's default checkbox */
.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

/* Create a custom checkbox */
.checkmark-check {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #dbdbdb;
  margin-top: 6px;
  border-color: #dbdbdb !important;
  border-style: solid;
  border-width: 1px; }

/* On mouse-over, add a grey background color */
.custom-checkbox:hover input ~ .checkmark-check {
  border-color: #337ab7 !important;
  border-style: solid;
  border-width: 1px; }

/* When the checkbox is checked, add a blue background */
.custom-checkbox input:checked ~ .checkmark-check {
  background-color: #21a018;
  border-color: #dbdbdb !important;
  border-style: solid;
  border-width: 1px; }

/* When the checkbox is disabled, apply style */
.custom-checkbox input:disabled ~ .checkmark-check {
  background: repeating-linear-gradient(-45deg, rgba(194, 74, 68, 0.4) 1px, rgba(194, 74, 68, 0.4) 1px, rgba(255, 255, 255, 0.3) 5px, rgba(255, 255, 255, 0.3) 5px); }

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark-check:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
.custom-checkbox input:checked ~ .checkmark-check:after {
  display: block; }

/* Style the checkmark/indicator */
.custom-checkbox .checkmark-check:after {
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg); }

.error-alert {
  background-color: rgba(194, 74, 68, 0.2);
  border-width: 1px;
  border-color: #c24a44;
  border-style: solid;
  font-size: 0.75rem;
  font-family: "open_sansregular", Verdana, sans-serif;
  line-height: 20px !important;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  text-align: left;
  font-weight: bold;
  width: 100%;
  margin-bottom: 1.25rem;
  color: #c24a44 !important; }
  .error-alert li {
    list-style-type: none;
    list-style-position: inside;
    font-size: 0.8125rem;
    font-family: "open_sansregular", Verdana, sans-serif; }

.call-out-button-bg {
  margin-top: 16px; }
  .call-out-button-bg p {
    overflow: hidden;
    text-align: center;
    width: 90%; }
  .call-out-button-bg p:before,
  .call-out-button-bg p:after {
    background-color: #dddddd;
    content: "";
    display: inline-block;
    height: 4px;
    position: relative;
    vertical-align: middle;
    width: 50%; }
  .call-out-button-bg p:before {
    right: 0.5em;
    margin-left: -50%; }
  .call-out-button-bg p:after {
    left: 0.5em;
    margin-right: -50%; }
  @media only screen and (min-width: 46.25em) {
    .call-out-button-bg {
      margin-top: 55px; } }

.videocontent > .modal {
  max-width: 700px !important;
  height: 394px !important;
  overflow: hidden;
  padding: 0px;
  padding-top: 0px; }

.videocontent-modal {
  background-color: rgba(24, 24, 24, 0.9) !important; }

.videocontent-modal-content {
  overflow-x: hidden !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important; }
  .videocontent-modal-content .title-container h2 {
    text-align: center !important;
    font-size: 1.75rem !important;
    font-family: "open_sansregular", Verdana, sans-serif;
    font-weight: bold;
    width: 100% !important;
    display: block;
    padding-bottom: 0.625rem;
    border-bottom-color: #bababa !important;
    border-bottom-width: 1px !important;
    border-bottom-style: solid !important;
    color: #21a018; }
  .videocontent-modal-content .close-button {
    background-color: #c9dbe3;
    padding: 3px;
    color: #000000; }
  .videocontent-modal-content .close-button:hover {
    background-color: #a5c5d4;
    padding: 3px; }

.live-event-intro-row {
  width: 100%;
  background-color: #ededed;
  margin-top: 25px; }
  .live-event-intro-row .live-event-intro-container {
    margin: auto !important;
    padding: 0; }
    @media only screen and (min-width: 64.0625em) {
      .live-event-intro-row .live-event-intro-container {
        max-width: 1250px;
        min-width: 1050px; } }
    @media only screen and (min-width: 46.25em) and (max-width: 64rem) {
      .live-event-intro-row .live-event-intro-container {
        max-width: 1049px;
        min-width: 601px; } }
    .live-event-intro-row .live-event-intro-container .live-event-intro-box h2 {
      text-align: center;
      margin: 0;
      width: 100%;
      text-align: center !important;
      font-size: 1.375rem !important;
      line-height: 30px !important;
      font-family: "open_sansregular", Verdana, sans-serif;
      width: 100% !important;
      display: block;
      padding-top: 50px;
      padding-bottom: 50px;
      padding-left: 225px;
      padding-right: 225px; }
    @media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
      .live-event-intro-row .live-event-intro-container .live-event-intro-box {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0.625rem;
        padding-bottom: 0;
        background-position: top;
        background-size: auto; } }
    @media only screen and (min-width: 46.25em) {
      .live-event-intro-row .live-event-intro-container .live-event-intro-box {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0; } }

@media only screen and (min-width: 46.25em) {
  .special-trust-wrapper {
    margin: auto !important;
    padding: 0; } }
  @media only screen and (min-width: 46.25em) and (min-width: 64.0625em) {
    .special-trust-wrapper {
      max-width: 1250px;
      min-width: 1050px; } }
  @media only screen and (min-width: 46.25em) and (min-width: 46.25em) and (max-width: 64rem) {
    .special-trust-wrapper {
      max-width: 1049px;
      min-width: 601px; } }

html, body {
  text-size-adjust: none !important;
  -webkit-text-size-adjust: none !important;
  -moz-text-size-adjust: none !important;
  -ms-text-size-adjust: none !important; }

.general-content-container {
  width: 100% !important; }
  @media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
    .general-content-container {
      padding-left: 1.875rem !important;
      padding-right: 1.875rem !important;
      padding-top: 0 !important;
      padding-bottom: 0.9375rem !important; }
      .general-content-container h4 {
        padding-top: 20px; } }
  .general-content-container .general-content {
    margin: auto !important;
    padding: 0;
    background-color: #ffffff;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 2.1875rem !important;
    margin-bottom: 2.1875rem !important;
    padding-left: 9.375rem !important;
    padding-right: 9.375rem !important;
    padding-top: 0 !important;
    padding-bottom: 0.9375rem !important;
    /*@include set-border($template_medium_light_gray_2, 1);*/ }
    @media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
      .general-content-container .general-content {
        padding-left: 1.875rem !important;
        padding-right: 1.875rem !important;
        padding-top: 0 !important;
        padding-bottom: 0.9375rem !important; } }
    @media only screen and (min-width: 64.0625em) {
      .general-content-container .general-content {
        max-width: 1250px;
        min-width: 1050px; } }
    @media only screen and (min-width: 46.25em) and (max-width: 64rem) {
      .general-content-container .general-content {
        max-width: 1049px;
        min-width: 601px; } }
    .general-content-container .general-content h4 {
      font-size: 1.125rem;
      font-weight: bold;
      width: 100%; }
    .general-content-container .general-content h5 {
      font-size: 0.875rem;
      font-weight: bold;
      font-style: italic;
      padding-bottom: 0.9375rem; }
    .general-content-container .general-content p {
      font-size: 0.875rem;
      padding-left: 0 !important;
      padding-right: 0 !important;
      padding-top: 0 !important;
      padding-bottom: 0 !important;
      line-height: 1.25rem; }
    .general-content-container .general-content ul {
      padding-left: 1.25rem !important;
      padding-right: 0 !important;
      padding-top: 0 !important;
      padding-bottom: 0 !important;
      width: 100%; }
      .general-content-container .general-content ul li {
        font-size: 0.8125rem;
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important; }
  .general-content-container .general-content-header {
    background-color: #7db3c6;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 0;
    padding-top: 0.6875rem;
    padding-bottom: 0.5625rem; }
    .general-content-container .general-content-header h1 {
      font-family: "josefin_sansbold", Verdana, sans-serif;
      font-size: 1.5rem;
      color: #ffffff;
      line-height: 1.5rem; }

.general-content-logo {
  margin-top: 2.5rem; }

.terms-of-use-modal-content {
  font-family: "open_sansregular", Verdana, sans-serif !important;
  font-size: 0.75rem !important;
  color: #000000;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0.5rem !important;
  padding-bottom: 1.25rem !important; }
  .terms-of-use-modal-content h1 {
    font-family: "open_sansregular", Verdana, sans-serif !important;
    font-size: 1.5rem !important;
    font-weight: bold;
    padding-bottom: 1.25rem; }
  .terms-of-use-modal-content p, .terms-of-use-modal-content li {
    font-family: "open_sansregular", Verdana, sans-serif !important;
    font-size: 0.8125rem !important; }
  .terms-of-use-modal-content li {
    margin-left: 20px !important; }
  .terms-of-use-modal-content a {
    font-family: "open_sansregular", Verdana, sans-serif !important;
    font-size: 0.75rem !important;
    color: #174457 !important; }
  .terms-of-use-modal-content a:hover {
    text-decoration: underline !important; }

.terms-of-use-modal {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  overflow: scroll;
  z-index: 999999 !important; }

.modal {
  overflow: scroll; }

.report-request-container {
  width: 100%;
  margin-top: 50px; }
  .report-request-container .report-request-header {
    background-color: #5794a7 !important; }
    .report-request-container .report-request-header h4 {
      font-family: "open_sansbold", Verdana, sans-serif !important;
      font-size: 2rem !important;
      color: #ffffff !important;
      margin: auto !important;
      margin-top: 1.875rem !important;
      margin-bottom: 1.875rem !important;
      text-transform: unset !important; }
    @media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
      .report-request-container .report-request-header h4 {
        font-size: 1.125rem !important;
        text-align: center !important;
        margin-top: 0.625rem !important; } }
  .report-request-container .report-request-left {
    background-color: #0d2737;
    background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/portal-images/buyer-survey-thumb-bg.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: initial;
    min-height: 524px; }
    .report-request-container .report-request-left img {
      margin: auto;
      margin-top: 3.125rem;
      margin-bottom: 1.25rem; }
    @media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
      .report-request-container .report-request-left {
        min-height: unset !important; } }
  .report-request-container .report-request-right {
    background-color: #d2dfe3;
    min-height: 480px; }
    @media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
      .report-request-container .report-request-right {
        padding-bottom: 3.125rem !important;
        min-height: unset !important; } }
  .report-request-container p {
    color: #000000 !important;
    width: 38.75rem !important;
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important; }
  .report-request-container input {
    color: #000000 !important; }
  .report-request-container .form-container, .report-request-container form {
    margin: auto;
    background-color: #ffffff;
    color: #000000 !important;
    padding: 0.625rem;
    margin-top: 1.5625rem;
    margin-bottom: 1.5625rem;
    padding-top: 0;
    padding-bottom: 0; }
    .report-request-container .form-container p, .report-request-container form p {
      color: #000000 !important; }
  .report-request-container .button {
    background-color: #21a018 !important;
    font-family: "open_sansbold", Verdana, sans-serif;
    font-size: 0.75rem; }
  .report-request-container .contact-us-success {
    margin-bottom: 12.5rem !important;
    width: 40.625rem !important;
    margin-top: 0.625rem !important;
    background-color: #ffffff !important;
    padding: 1.875rem !important;
    color: #000000 !important; }
    .report-request-container .contact-us-success a {
      font-family: "open_sansbold", Verdana, sans-serif;
      color: #2a90a3;
      text-decoration: none !important; }

.floating-login-box {
  background-color: #145067;
  background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/portal-images/home-2021-bg.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  overflow: visible !important;
  width: 100% !important; }
  @media only screen and (min-width: 46.25em) {
    .floating-login-box {
      background-size: cover; } }

.login-container {
  width: 650px;
  background-color: #ffffff;
  margin: auto;
  margin-top: 100px; }

.floating-login-box-header {
  overflow: hidden;
  margin-top: 2.1875rem;
  margin-bottom: 2.8125rem;
  min-height: 3.125rem; }

.login-username-box {
  display: block;
  padding: 0 !important; }
  .login-username-box label {
    font-size: 0.8125rem;
    font-weight: normal !important; }

.login-password-box {
  display: block; }
  .login-password-box label {
    font-size: 0.8125rem;
    font-weight: normal !important; }
  @media only screen and (min-width: 46.25em) {
    .login-password-box {
      padding-left: 0.625rem !important; } }

.login-external-link {
  text-align: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  padding-top: 3.125rem !important;
  padding-bottom: 1.25rem !important; }

.login-register-link {
  font-family: "open_sansbold", Verdana, sans-serif;
  padding-left: 0.625rem !important;
  padding-right: 0.625rem !important;
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 1.25rem !important;
  margin-bottom: 0 !important;
  background-color: #c7dbe3; }
  .login-register-link a {
    font-family: "open_sansbold", Verdana, sans-serif;
    margin-left: 0.75rem; }
  .login-register-link a:hover {
    text-decoration: underline;
    color: #2a90a3; }

.login-message {
  display: inline-block !important;
  padding-left: 0.625rem !important;
  padding-right: 0.625rem !important;
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  background-color: #d76e22;
  color: #ffffff; }
  .login-message a {
    color: #ffffff !important;
    text-decoration: underline !important; }
  .login-message a:hover {
    color: rgba(255, 255, 255, 0.8) !important; }

.login-form-container {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  background-color: #f9f9f9;
  border-style: solid;
  border-width: 2px;
  border-color: #e9e9e9;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem; }
  .login-form-container p {
    padding-left: 0;
    font-style: italic;
    font-size: 0.8125rem !important;
    margin-left: 0.125rem !important;
    font-family: "open_sansbold", Verdana, sans-serif; }
  .login-form-container .grid-block {
    overflow: hidden !important; }
  .login-form-container .wrap {
    overflow: hidden !important; }
  .login-form-container .login-checkbox-row label {
    font-family: "open_sansbold", Verdana, sans-serif;
    font-size: 0.8125rem !important;
    font-weight: normal !important;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    color: #000000; }
    @media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
      .login-form-container .login-checkbox-row label {
        font-size: 0.6875rem; } }
  .login-form-container .login-username-box {
    padding-right: 0.3125rem;
    padding-left: 0.3125rem; }
  .login-form-container .login-help-box {
    padding-right: 0.3125rem;
    padding-left: 0.3125rem; }
    .login-form-container .login-help-box label {
      font-size: 0.8125rem !important;
      font-weight: normal !important;
      font-family: "open_sansbold", Verdana, sans-serif;
      padding-left: 0;
      padding-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      color: #000000; }
      @media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
        .login-form-container .login-help-box label {
          font-size: 0.6875rem; } }
    .login-form-container .login-help-box p {
      padding-left: 0;
      font-style: italic;
      font-size: 0.8125rem !important;
      margin-left: 0.125rem !important;
      font-family: "open_sansbold", Verdana, sans-serif; }
  .login-form-container .login-help-box-input {
    padding-right: 0.3125rem;
    padding-left: 1.5625rem; }
    .login-form-container .login-help-box-input p {
      font-size: 0.8125rem !important;
      font-weight: normal !important;
      font-family: "open_sansbold", Verdana, sans-serif;
      padding-left: 0;
      padding-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      color: #000000; }
    .login-form-container .login-help-box-input label {
      font-size: 0.8125rem !important;
      font-weight: normal !important;
      font-family: "open_sansbold", Verdana, sans-serif;
      padding-left: 0;
      padding-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      color: #000000;
      font-weight: bold; }
      @media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
        .login-form-container .login-help-box-input label {
          font-size: 0.6875rem; } }
    .login-form-container .login-help-box-input h3 {
      padding-left: 0; }
    .login-form-container .login-help-box-input p {
      padding-left: 0;
      font-style: italic;
      font-size: 0.8125rem !important;
      margin-left: 0.125rem !important;
      font-family: "open_sansbold", Verdana, sans-serif; }
  .login-form-container h3 {
    font-family: "josefin_sansbold", Verdana, sans-serif;
    font-size: 1.5rem;
    line-height: 2rem;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0; }
  .login-form-container p {
    font-size: 0.875rem !important; }
    @media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
      .login-form-container p {
        font-size: 0.6875rem; } }
  .login-form-container .green-button {
    margin-bottom: 1.25rem !important;
    margin-top: 3.125rem !important;
    text-transform: uppercase;
    font-family: "josefin_sansbold", Verdana, sans-serif; }
  .login-form-container .login-help-link {
    padding-left: 0.9375rem !important;
    padding-right: 0.3125rem !important;
    padding-top: 0.625rem !important;
    padding-bottom: 0 !important;
    overflow: hidden; }
    .login-form-container .login-help-link a {
      font-family: "open_sansregular", Verdana, sans-serif !important;
      color: #2a90a3 !important;
      font-size: 0.75rem !important; }
    .login-form-container .login-help-link a:hover {
      text-decoration: underline;
      color: #174457; }
  .login-form-container .login-alert {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
    margin-bottom: 0.9375rem;
    text-align: center;
    background-color: #800000;
    color: #ffffff; }

.login-loading-spinner {
  margin-top: 0px;
  margin-bottom: 165px; }
  .login-loading-spinner img {
    width: 10.9375rem;
    height: 10.9375rem; }

.login-help-message-screen {
  padding-left: 0.9375rem !important;
  padding-right: 0.9375rem !important;
  padding-top: 1.5625rem !important;
  padding-bottom: 0.9375rem !important;
  text-align: center;
  width: 100%; }
  .login-help-message-screen a {
    font-weight: bold;
    text-decoration: underline;
    color: #2a90a3; }
  .login-help-message-screen a:hover {
    color: #174457; }

a.help-link {
  font-family: "open_sansregular", Verdana, sans-serif !important;
  color: #2a90a3 !important;
  font-size: 0.8125rem !important; }

a.help-link:hover {
  text-decoration: underline;
  color: #174457; }

p.p-form-element {
  padding-left: 0;
  font-size: 0.8125rem !important;
  margin-left: 0.125rem !important;
  font-family: "open_sansregular", Verdana, sans-serif; }

.landing-hero-container {
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.625rem;
  padding-bottom: 0;
  background-position: 30% top;
  background-size: 300%;
  margin: 0;
  width: 100%;
  border-top-width: 0.75rem;
  border-top-style: solid;
  border-top-color: #ffffff;
  border-bottom-width: 0.75rem;
  border-bottom-style: solid;
  border-bottom-color: #ffffff; }
  @media only screen and (min-width: 46.25em) {
    .landing-hero-container {
      padding-left: 0;
      padding-right: 0;
      padding-top: 3.125rem;
      padding-bottom: 0;
      height: 33.625rem;
      background-position: 56% top;
      background-size: cover; } }
  @media only screen and (min-width: 90em) {
    .landing-hero-container {
      background-position: 70% top; } }

.landing-hero {
  margin: auto !important;
  padding: 0; }
  @media only screen and (min-width: 64.0625em) {
    .landing-hero {
      max-width: 1250px;
      min-width: 1050px; } }
  @media only screen and (min-width: 46.25em) and (max-width: 64rem) {
    .landing-hero {
      max-width: 1049px;
      min-width: 601px; } }

.landing-hero-left {
  padding-left: 0;
  padding-top: 0.9375rem;
  padding-bottom: 0;
  text-align: left; }
  @media only screen and (min-width: 46.25em) {
    .landing-hero-left {
      padding-left: 2.8125rem;
      padding-top: 2.5rem;
      padding-bottom: 1.875rem;
      padding-right: 1.875rem; } }
  .landing-hero-left .landing-hero-left-content {
    background-color: rgba(255, 255, 255, 0.9); }
  .landing-hero-left h1 {
    background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/portal-images/home-header-color-underline.png);
    background-position: bottom;
    background-repeat: repeat-x;
    font-family: "josefin_sansbold", Verdana, sans-serif;
    font-size: 2.375rem !important;
    line-height: 1.875rem;
    color: #050708;
    padding-left: 1.25rem;
    padding-right: 0;
    padding-top: 0.625rem;
    padding-bottom: 1.25rem;
    font-family: "josefin_sansbold", Verdana, sans-serif;
    font-size: 1.375rem;
    line-height: 2.375rem; }
    @media only screen and (min-width: 46.25em) {
      .landing-hero-left h1 {
        padding-left: 0;
        padding-right: 0;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        margin-left: 1.75rem;
        margin-right: 1.75rem; } }
  .landing-hero-left h2 {
    font-family: "josefin_sansbold", Verdana, sans-serif;
    font-size: 1.625rem !important;
    color: #050708;
    padding-left: 1.25rem;
    padding-right: 0;
    padding-top: 0.625rem;
    padding-bottom: 0;
    font-family: "josefin_sansbold", Verdana, sans-serif;
    font-size: 1.375rem;
    line-height: 1.6875rem; }
    @media only screen and (min-width: 46.25em) {
      .landing-hero-left h2 {
        padding-left: 0;
        padding-right: 0;
        padding-top: 1.25rem;
        padding-bottom: 0 !important;
        margin-left: 1.75rem;
        margin-right: 1.75rem; } }
  .landing-hero-left p {
    font-family: "open_sansregular", Verdana, sans-serif;
    font-size: 0.9375rem;
    line-height: 1.375rem;
    color: #000000;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.625rem;
    padding-bottom: 0.375rem;
    margin: 0;
    font-size: 0.875rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem; }
    @media only screen and (min-width: 46.25em) {
      .landing-hero-left p {
        width: 25rem;
        margin-left: 1.1875rem;
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 1.25rem; } }
  @media only screen and (min-width: 46.25em) {
    .landing-hero-left {
      padding-left: 0;
      padding-top: 0.5rem;
      padding-bottom: 0;
      padding-right: 0;
      width: 25rem; }
      .landing-hero-left h1 {
        font-size: 2.5rem;
        line-height: 2.5rem;
        width: 24.6875rem; } }

.landing-hero-right {
  background-color: #ffffff;
  padding: 1.25rem; }

#landing-how-it-works-content-container {
  width: 100% !important;
  background-color: #c7dbe3; }

.landing-how-it-works-content .landing-how-it-works-callout-text {
  color: #000000;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 1rem;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.9375rem;
  padding-bottom: 0; }
  @media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
    .landing-how-it-works-content .landing-how-it-works-callout-text {
      padding-left: 1.875rem;
      padding-right: 1.875rem;
      padding-top: 0;
      padding-bottom: 1.25rem; } }
  .landing-how-it-works-content .landing-how-it-works-callout-text h3 {
    font-family: "josefin_sansbold", Verdana, sans-serif;
    font-size: 1.3125rem;
    font-weight: bold;
    line-height: 1.75rem;
    border-style: none;
    color: #1b758a;
    width: 100%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-top: 0.625rem;
    padding-bottom: 0;
    margin-top: 0.625rem; }
  .landing-how-it-works-content .landing-how-it-works-callout-text p, .landing-how-it-works-content .landing-how-it-works-callout-text li {
    color: #000000;
    font-family: "open_sansregular", Verdana, sans-serif;
    font-size: 0.8125rem;
    line-height: 1.125rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-top: 0;
    padding-bottom: 0; }
  .landing-how-it-works-content .landing-how-it-works-callout-text ul {
    margin-left: 2.5rem; }
  .landing-how-it-works-content .landing-how-it-works-callout-text li {
    margin-bottom: 0.625rem; }

.landing-how-it-works-content .landing-how-it-works-intro-text {
  color: #000000;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.9375rem;
  text-align: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  background-color: #a5c3d1;
  margin-top: 2.5rem;
  margin-bottom: 0; }
  @media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
    .landing-how-it-works-content .landing-how-it-works-intro-text {
      padding-left: 1.875rem;
      padding-right: 1.875rem;
      padding-top: 2.1875rem;
      padding-bottom: 1.875rem; } }

.landing-how-it-works-content h3 {
  color: #414141;
  border-bottom-color: #b8b8b8;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  width: 100%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0;
  padding-bottom: 0.625rem;
  font-family: "josefin_sansbold", Verdana, sans-serif;
  font-size: 1.5rem;
  font-weight: bold; }

.landing-how-it-works-content .landing-how-it-works-step-container {
  margin-left: 0;
  margin-right: 0;
  margin-top: 1.25rem;
  margin-bottom: 0.625rem; }

.landing-how-it-works-content .landing-how-it-works-step {
  background-color: #e7edf0;
  width: 100%;
  min-height: 8.75rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0; }
  @media only screen and (min-width: 46.25em) and (max-width: 64rem) {
    .landing-how-it-works-content .landing-how-it-works-step {
      min-height: 8.75rem; } }
  .landing-how-it-works-content .landing-how-it-works-step h4 {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background-color: #cfdfe6;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.25rem;
    font-family: "josefin_sansbold", Verdana, sans-serif;
    font-size: 2.25rem;
    font-weight: bold;
    color: #7eb2c7; }
  .landing-how-it-works-content .landing-how-it-works-step h3 {
    font-family: "josefin_sansbold", Verdana, sans-serif;
    font-size: 1.3125rem;
    font-weight: bold;
    line-height: 1.75rem;
    border-style: none;
    color: #4089a7;
    width: 100%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-top: 0.625rem;
    padding-bottom: 0.3125rem; }
  .landing-how-it-works-content .landing-how-it-works-step p {
    color: #000000;
    font-family: "open_sansregular", Verdana, sans-serif;
    font-size: 0.8125rem;
    line-height: 1.125rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-top: 0;
    padding-bottom: 0.625rem; }

.landing-how-it-works-content .landing-how-it-works-step:hover {
  /*background-color: #eaf2f5;
		h4 {
			background-color: #c7dce6;
		}*/ }

.landing-how-it-works-cta-button {
  margin: auto !important;
  padding: 0;
  text-align: center; }
  @media only screen and (min-width: 64.0625em) {
    .landing-how-it-works-cta-button {
      max-width: 1250px;
      min-width: 1050px; } }
  @media only screen and (min-width: 46.25em) and (max-width: 64rem) {
    .landing-how-it-works-cta-button {
      max-width: 1049px;
      min-width: 601px; } }
  .landing-how-it-works-cta-button .button {
    background: #417185;
    color: #ffffff;
    padding-left: 3.75rem;
    padding-right: 3.75rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    margin-left: 0;
    margin-right: 0;
    margin-top: 1.25rem;
    margin-bottom: 2.5rem; }
    .landing-how-it-works-cta-button .button:hover, .landing-how-it-works-cta-button .button:focus {
      background: #376071;
      color: #ffffff; }
    .landing-how-it-works-cta-button .button .iconic * {
      fill: #ffffff;
      stroke: #ffffff; }
      .landing-how-it-works-cta-button .button .iconic *.iconic-property-accent {
        fill: #ffffff;
        stroke: #ffffff; }
    .landing-how-it-works-cta-button .button.custom-disabled {
      opacity: 0.5;
      cursor: default;
      pointer-events: none; }
    @media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
      .landing-how-it-works-cta-button .button {
        font-size: 0.75rem; } }

.list-view-map-thumb {
  border-style: solid;
  border-width: 0.0625rem;
  border-color: #f6f6f6;
  max-width: none !important; }

.list-view-info-container {
  text-align: center;
  background-color: #ffffff;
  max-height: 475px;
  overflow-y: scroll !important;
  margin-bottom: 3.125rem !important; }

a.list-view-info-title {
  font-family: "open_sansbold", Verdana, sans-serif;
  font-size: 0.875rem;
  line-height: 1rem;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
  padding-top: 0;
  padding-bottom: 0.375rem !important;
  margin-bottom: 0.375rem !important;
  text-decoration: none;
  color: #000000; }

.list-view-info-address, .list-view-info-entity-info, .list-view-rfp-name, .list-view-rfp-details {
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.6875rem;
  line-height: 1rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0;
  padding-bottom: 0 !important;
  margin-bottom: 0.0625rem !important;
  text-decoration: none;
  color: #373737; }
  .list-view-info-address a, .list-view-info-entity-info a, .list-view-rfp-name a, .list-view-rfp-details a {
    color: #373737; }
  .list-view-info-address a:hover, .list-view-info-entity-info a:hover, .list-view-rfp-name a:hover, .list-view-rfp-details a:hover {
    text-decoration: underline;
    color: #000000; }
  .list-view-info-address .list-view-rfp-due-date, .list-view-info-entity-info .list-view-rfp-due-date, .list-view-rfp-name .list-view-rfp-due-date, .list-view-rfp-details .list-view-rfp-due-date {
    color: #c24a44;
    font-size: 0.8125rem;
    margin-top: 0.75rem !important;
    display: block; }

.list-view-buyer-name {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin: 0 !important;
  text-decoration: none !important;
  border-bottom-color: none  !important;
  border-bottom-width: 0 !important;
  border-bottom-style: none !important;
  font-family: "open_sansbold", Verdana, sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: bolf  !important;
  line-height: 1.0625rem; }
  .list-view-buyer-name a {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
    padding-top: 0;
    padding-bottom: 0 !important;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0 !important;
    text-decoration: none !important;
    color: #000000 !important; }

.list-end {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin: 0 !important;
  border-bottom-color: none  !important;
  border-bottom-width: 0 !important;
  border-bottom-style: none !important;
  font-family: "open_sansbold", Verdana, sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: bolf  !important;
  line-height: 1.0625rem;
  color: #c24a44 !important;
  text-decoration: underline !important; }
  .list-end a {
    color: #c24a44 !important; }

.rfp-record-row-premium-false {
  border-top-style: solid;
  border-top-color: #d2e2e7;
  border-top-width: 5px;
  margin-bottom: 1.25rem;
  padding-top: 1.25rem;
  padding-left: 1.25rem; }
  .rfp-record-row-premium-false img {
    border-style: solid;
    border-width: 1px;
    border-color: #b8b8b8;
    width: 80px !important; }

.landing-highlight-list-style-1 .landing-highlight-list-item {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0; }

.landing-highlight-list-style-1 .landing-highlight-list-item-icon {
  padding-left: 0.9375rem; }
  .landing-highlight-list-style-1 .landing-highlight-list-item-icon h4 {
    border-radius: 50%;
    width: 70px;
    height: 70px;
    background-color: #ffffff;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.3125rem;
    padding-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.25rem;
    font-family: "josefin_sansbold", Verdana, sans-serif;
    font-size: 2.25rem;
    font-weight: bold;
    color: #7eb2c7; }
  @media only screen and (min-width: 46.25em) {
    .landing-highlight-list-style-1 .landing-highlight-list-item-icon {
      padding-left: 0; } }

.landing-highlight-list-style-1 .landing-highlight-list-item-text {
  margin-top: 0.625rem;
  padding-left: 0.3125rem;
  padding-left: 2.1875rem; }
  .landing-highlight-list-style-1 .landing-highlight-list-item-text h3 {
    font-family: "josefin_sansbold", Verdana, sans-serif;
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.75rem;
    border-style: none;
    color: #000000;
    width: 100%;
    padding-left: 0;
    padding-right: 0.625rem;
    padding-top: 0.625rem;
    padding-bottom: 0;
    margin-bottom: 0px !important; }
  .landing-highlight-list-style-1 .landing-highlight-list-item-text p {
    color: #000000;
    font-family: "open_sansregular", Verdana, sans-serif;
    font-size: 0.8125rem;
    line-height: 1.125rem;
    padding-left: 0;
    padding-right: 0.625rem;
    padding-top: 0;
    padding-bottom: 0.625rem;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important; }
  @media only screen and (min-width: 46.25em) {
    .landing-highlight-list-style-1 .landing-highlight-list-item-text {
      padding-left: 0.3125rem; } }

.landing-secondary-callout-container {
  width: 100% !important;
  background-color: #f6f1f1;
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
  padding-bottom: 3.125rem; }
  .landing-secondary-callout-container .landing-secondary-callout-header {
    background-color: #ffffff; }
    .landing-secondary-callout-container .landing-secondary-callout-header h4 {
      font-family: "josefin_sansbold", Verdana, sans-serif;
      font-size: 2rem;
      font-weight: bold;
      line-height: 1.75rem;
      border-style: none;
      color: #2a90a3;
      display: block;
      width: 100%;
      text-align: center !important;
      padding-left: 0;
      padding-right: 0.625rem;
      padding-top: 0.625rem;
      padding-bottom: 0;
      margin-top: 0 !important;
      padding-bottom: 1.25rem !important;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      font-size: 1.5625rem; }
      @media only screen and (min-width: 46.25em) {
        .landing-secondary-callout-container .landing-secondary-callout-header h4 {
          padding-left: 0;
          font-size: 2rem; } }
  .landing-secondary-callout-container .landing-secondary-callout-intro p {
    color: #000000;
    font-family: "open_sansregular", Verdana, sans-serif;
    font-size: 1.125rem;
    line-height: 1.5625rem;
    text-align: center;
    padding-left: 16.25rem;
    padding-right: 16.25rem;
    padding-top: 1.875rem;
    padding-bottom: 1.25rem; }
    @media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
      .landing-secondary-callout-container .landing-secondary-callout-intro p {
        padding-left: 1.875rem;
        padding-right: 1.875rem;
        padding-top: 1.875rem;
        padding-bottom: 1.875rem; } }
  .landing-secondary-callout-container .landing-secondary-callout-intro h5 {
    color: #000000;
    font-family: "open_sansregular", Verdana, sans-serif;
    font-size: 1.125rem;
    line-height: 1.5625rem;
    text-align: center;
    padding-left: 16.25rem;
    padding-right: 16.25rem;
    padding-top: 1.875rem;
    padding-bottom: 1.25rem;
    margin-top: 2.5rem;
    background-image: url(https://mgwprod.blob.core.windows.net/mgw-prod-cdn/portal-images/home-header-color-underline.png);
    background-position: top;
    background-repeat: repeat-x; }
    @media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
      .landing-secondary-callout-container .landing-secondary-callout-intro h5 {
        padding-left: 1.875rem;
        padding-right: 1.875rem;
        padding-top: 1.875rem;
        padding-bottom: 1.875rem; } }
  .landing-secondary-callout-container .landing-secondary-callout-box {
    background-color: #ffffff;
    min-height: 28.125rem; }
    .landing-secondary-callout-container .landing-secondary-callout-box h3 {
      font-family: "josefin_sansbold", Verdana, sans-serif;
      font-size: 1.5rem;
      font-weight: bold;
      line-height: 1.75rem;
      border-style: none;
      color: #2a90a3;
      display: block;
      width: 100%;
      text-align: center !important;
      padding-left: 0;
      padding-right: 0.625rem;
      padding-top: 0.625rem;
      padding-bottom: 0;
      margin-top: 0.9375rem !important;
      padding-bottom: 0.625rem !important; }
    .landing-secondary-callout-container .landing-secondary-callout-box h4 {
      color: #000000;
      font-family: "open_sansregular", Verdana, sans-serif;
      font-size: 0.8125rem;
      line-height: 1.125rem;
      text-align: center;
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      padding-top: 0;
      padding-bottom: 0.625rem; }
    .landing-secondary-callout-container .landing-secondary-callout-box p {
      color: #000000;
      font-family: "open_sansregular", Verdana, sans-serif;
      font-size: 0.8125rem;
      line-height: 1.125rem;
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      padding-top: 0;
      padding-bottom: 0.625rem; }

.clients-standard-layout-container {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.625rem;
  padding-bottom: 0;
  margin: 0;
  width: 100%; }
  @media only screen and (min-width: 46.25em) {
    .clients-standard-layout-container {
      padding-left: 0;
      padding-right: 0;
      padding-top: 3.125rem;
      padding-bottom: 0; } }

.clients-standard-layout {
  margin: auto !important;
  padding: 0; }
  @media only screen and (min-width: 64.0625em) {
    .clients-standard-layout {
      max-width: 1250px;
      min-width: 1050px; } }
  @media only screen and (min-width: 46.25em) and (max-width: 64rem) {
    .clients-standard-layout {
      max-width: 1049px;
      min-width: 601px; } }

.clients-standard-layout-left {
  padding-left: 0;
  padding-right: 1.25rem;
  padding-top: 0;
  padding-bottom: 0; }

.clients-standard-layout-middle {
  padding-left: 0;
  padding-right: 1.25rem;
  padding-top: 0;
  padding-bottom: 0; }

.clients-standard-layout-right {
  background-color: pink; }

.clients-main-header {
  background-color: #7db3c6;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0.625rem;
  padding-left: 1.25rem;
  padding-right: 0;
  padding-top: 0.6875rem;
  padding-bottom: 0.5625rem; }
  .clients-main-header h1 {
    font-family: "josefin_sansbold", Verdana, sans-serif;
    font-size: 1.5rem;
    color: #ffffff;
    line-height: 1.5rem; }

.info-list {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 1.25rem;
  background-color: pink; }
  .info-list .info-list-header {
    color: #8f8f8f;
    font-size: 1.1875rem;
    font-family: "josefin_sansbold", Verdana, sans-serif;
    line-height: 1.1875rem; }
  .info-list .info-list-content {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0.625rem;
    margin-bottom: 0;
    padding: 0; }
    .info-list .info-list-content ul {
      list-style: none;
      list-style-position: outside;
      padding: 0;
      margin: 0; }
    .info-list .info-list-content li {
      color: #797979;
      font-size: 0.75rem;
      font-family: "open_sansregular", Verdana, sans-serif;
      line-height: 1.125rem;
      padding-left: 0;
      padding-right: 0;
      padding-top: 0;
      padding-bottom: 0.5rem; }
      .info-list .info-list-content li a {
        color: #797979; }
      .info-list .info-list-content li a:hover {
        color: #417185; }

.price-grid-wrapper {
  margin: auto !important;
  padding: 0; }
  @media only screen and (min-width: 64.0625em) {
    .price-grid-wrapper {
      max-width: 1250px;
      min-width: 1050px; } }
  @media only screen and (min-width: 46.25em) and (max-width: 64rem) {
    .price-grid-wrapper {
      max-width: 1049px;
      min-width: 601px; } }

.layout-marketing-price-grid-container {
  width: 1210px !important;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0; }
  .layout-marketing-price-grid-container .comparison {
    width: 100%;
    margin: 0 auto;
    font-family: "josefin_sansbold", Verdana, sans-serif;
    font-size: 0.875rem;
    font-weight: bold;
    text-align: center; }
    .layout-marketing-price-grid-container .comparison .comparison-special-header-row {
      background-color: #e1eaec;
      font-family: "open_sansregular", Verdana, sans-serif;
      font-size: 1.125rem;
      font-weight: normal;
      line-height: 28px;
      text-align: center;
      padding: 30px;
      padding-left: 180px;
      padding-right: 180px;
      padding-top: 20px; }
  .layout-marketing-price-grid-container .comparison table {
    width: 100%;
    table-layout: fixed; }
  .layout-marketing-price-grid-container .comparison td, .layout-marketing-price-grid-container .comparison th {
    empty-cells: show;
    padding: 10px; }
  .layout-marketing-price-grid-container .compare-heading {
    font-family: "josefin_sansbold", Verdana, sans-serif;
    font-size: 1.875rem;
    font-weight: bold !important; }
  .layout-marketing-price-grid-container .comparison .compare-row {
    background: #F5F5F5; }
  .layout-marketing-price-grid-container .comparison .tickblue {
    color: #174457; }
  .layout-marketing-price-grid-container .comparison .tickgreen {
    color: #21a018; }
  .layout-marketing-price-grid-container .comparison th {
    font-weight: normal;
    padding: 0; }
  .layout-marketing-price-grid-container .comparison tr td:first-child {
    text-align: left; }
  .layout-marketing-price-grid-container .comparison tr {
    height: 3.4375rem !important; }
  .layout-marketing-price-grid-container .comparison .qbse, .layout-marketing-price-grid-container .comparison .qbo, .layout-marketing-price-grid-container .comparison .tl {
    color: #FFF;
    padding: 10px;
    font-size: 13px;
    border-bottom: 0; }
  .layout-marketing-price-grid-container .tl-for-setup-view-of-grid {
    color: #7c568f !important;
    font-family: "open_sansregular", Verdana, sans-serif !important;
    font-size: 0.75rem !important;
    font-weight: bold !important;
    text-align: left !important; }
  .layout-marketing-price-grid-container .comparison .tl2 {
    border-right: 0; }
  .layout-marketing-price-grid-container .comparison .qbse {
    background: #2a90a3;
    border-top-left-radius: 3px;
    border-left: 0px; }
  .layout-marketing-price-grid-container .comparison .qbo {
    background: #21a018;
    border-top-right-radius: 3px;
    border-right: 0px; }
  .layout-marketing-price-grid-container .comparison .price-info .downgrade-alert {
    font-size: 13px;
    font-family: "open_sansregular", Verdana, sans-serif;
    font-weight: normal;
    color: black; }
    .layout-marketing-price-grid-container .comparison .price-info .downgrade-alert a {
      text-decoration: underline;
      padding-top: 15px !important;
      display: block; }
    .layout-marketing-price-grid-container .comparison .price-info .downgrade-alert a:hover {
      color: #414141; }
  .layout-marketing-price-grid-container .comparison .price-was {
    color: #999;
    text-decoration: line-through;
    transition: 0.2s !important; }
  .layout-marketing-price-grid-container .comparison .price-now, .layout-marketing-price-grid-container .comparison .price-now span {
    color: #7c568f;
    padding-bottom: 1.25rem !important;
    padding-top: 15px !important;
    transition: 0.2s !important; }
  .layout-marketing-price-grid-container .comparison .price-now span {
    font-size: 32px;
    transition: 0.2s !important; }
  .layout-marketing-price-grid-container .comparison .price-small {
    font-size: 18px !important;
    position: relative;
    top: -11px;
    left: 2px;
    transition: 0.2s !important; }
  .layout-marketing-price-grid-container .comparison .price-buy {
    font-family: "open_sansbold", Verdana, sans-serif;
    text-transform: uppercase;
    margin: 5px 0 30px 0;
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
    transition: 0.2s !important; }
  .layout-marketing-price-grid-container .comparison .price-try {
    font-family: "open_sansbold", Verdana, sans-serif;
    font-size: 0.9375rem;
    font-weight: bold;
    color: #7c568f;
    padding-top: 25px;
    transition: 0.2s !important; }
  .layout-marketing-price-grid-container .comparison .price-try a {
    color: #202020; }
  .layout-marketing-price-grid-container .free-trial {
    font-family: "open_sansbold", Verdana, sans-serif;
    font-size: 1.25rem;
    font-weight: bold;
    color: #21a018;
    padding-top: 25px;
    transition: 0.2s !important; }
  .layout-marketing-price-grid-container tbody {
    font-family: "open_sansregular", Verdana, sans-serif;
    font-line-height: 20px;
    font-font-weight: normal;
    font-padding-top: 5px;
    font-padding-bottom: 5px; }
  .layout-marketing-price-grid-container .row-description {
    font-family: "open_sansregular", Verdana, sans-serif;
    font-size: 0.8125rem;
    line-height: 1.125rem;
    color: #414141;
    padding: 0 !important; }
    .layout-marketing-price-grid-container .row-description .accordion {
      border: 0px none #ffffff !important; }
    .layout-marketing-price-grid-container .row-description .accordion-title {
      line-height: unset !important;
      background: unset !important; }
    .layout-marketing-price-grid-container .row-description .accordion-title:hover {
      background: #c9dbe3; }
    .layout-marketing-price-grid-container .row-description .accordion-content {
      padding: 10px !important;
      margin-left: 0.625rem !important;
      margin-right: 0.625rem !important;
      margin-top: -10px !important;
      margin-bottom: 0.625rem !important;
      font-weight: normal !important;
      border-width: 1px !important;
      border-style: solid !important;
      border-color: #ccc !important;
      background-color: #ffffff !important; }
  .layout-marketing-price-grid-container .row-description-2 {
    font-family: "open_sansregular", Verdana, sans-serif;
    font-size: 0.8125rem;
    line-height: 1.125rem;
    color: #414141;
    padding-left: 15px !important; }
  .layout-marketing-price-grid-container .row-long-description {
    font-family: "open_sansregular", Verdana, sans-serif;
    font-size: 0.75rem;
    font-weight: normal;
    font-style: italic;
    line-height: 1.125rem;
    color: #414141;
    padding-left: 15px !important;
    text-align: left !important; }
  .layout-marketing-price-grid-container .premium-callout-row {
    font-family: "open_sansregular", Verdana, sans-serif;
    font-size: 0.75rem;
    font-weight: normal;
    line-height: 1.125rem;
    color: #000000;
    padding-left: 15px !important;
    text-align: left !important; }
  .layout-marketing-price-grid-container .greencheck {
    font-size: 30px;
    font-weight: bold;
    color: #21a018; }
  .layout-marketing-price-grid-container .redx {
    font-size: 30px;
    font-weight: bold;
    color: #c24a44; }
  @media (max-width: 767px) {
    .layout-marketing-price-grid-container .comparison td:first-child, .layout-marketing-price-grid-container .comparison th:first-child {
      display: none; }
    .layout-marketing-price-grid-container .comparison tbody tr:nth-child(odd) {
      display: table-row;
      background: #F7F7F7; }
    .layout-marketing-price-grid-container .comparison .row {
      background: #FFF; }
    .layout-marketing-price-grid-container .comparison td, .layout-marketing-price-grid-container .comparison th {
      border: 1px solid #CCC; }
    .layout-marketing-price-grid-container .price-info {
      border-top: 0 !important; } }
  @media (max-width: 639px) {
    .layout-marketing-price-grid-container .comparison .price-buy {
      padding: 5px 10px; }
    .layout-marketing-price-grid-container .comparison td, .layout-marketing-price-grid-container .comparison th {
      padding: 10px 5px; }
    .layout-marketing-price-grid-container .comparison .hide-mobile {
      display: none; }
    .layout-marketing-price-grid-container .comparison .price-now span {
      font-size: 16px; }
    .layout-marketing-price-grid-container .comparison .price-small {
      font-size: 16px !important;
      top: 0;
      left: 0; }
    .layout-marketing-price-grid-container .comparison .qbse, .layout-marketing-price-grid-container .comparison .qbo {
      font-size: 12px;
      padding: 10px 5px; }
    .layout-marketing-price-grid-container .comparison .price-buy {
      margin-top: 10px; }
    .layout-marketing-price-grid-container .compare-heading {
      font-size: 13px; } }

.sticky-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  transition: 0.2s;
  /* Add a transition effect (when scrolling - and font size is decreased) */
  background-color: #ffffff;
  z-index: 100000000; }

#scrollbox-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  transition: 0.2s;
  /* Add a transition effect (when scrolling - and font size is decreased) */
  background-color: #ffffff;
  z-index: 100000000; }

.short-header {
  background-color: #eaeaea !important;
  /*th {
		border-right-style: solid;
		border-right-color: #b3b3b3;
		border-right-width: 1px;	
	}
	th:last-child {
		border-right-style: none;
		border-right-color: none;
		border-right-width: 0;	
	}*/ }

.comparison .short-header .price-now, .comparison .short-header .price-now span {
  padding-bottom: 0px !important;
  padding-top: 0px !important;
  transition: 0.2s !important; }

.comparison .short-header .price-now span {
  transition: 0.2s !important; }

.short-header .free-trial {
  font-size: 0.8125rem !important;
  padding-top: 10px !important;
  transition: 0.2s !important; }

.comparison .short-header .price-small span {
  font-size: 18px !important;
  position: relative !important;
  top: -11px !important;
  left: 2px !important;
  transition: 0.2s !important; }

.comparison .short-header .price-try {
  font-size: 0.75rem !important;
  padding-top: 10px !important;
  transition: 0.2s !important; }

.short-header .price-superscript {
  font-size: 10px !important;
  transition: 0.2s !important; }

.price-table-header-row {
  background-color: #ffffff !important; }
  .price-table-header-row .title-container-header {
    transition: 0.2s !important; }
    .price-table-header-row .title-container-header h2 {
      text-align: center !important;
      font-size: 1.75rem !important;
      font-family: "open_sansregular", Verdana, sans-serif;
      font-weight: bold;
      width: 100% !important;
      display: block;
      color: #21a018; }

.short-header .price-table-header-row {
  background-color: #ffffff !important;
  transition: 0.2s !important; }
  .short-header .price-table-header-row .title-container-header {
    transition: 0.2s !important; }
    .short-header .price-table-header-row .title-container-header h2 {
      transition: 0.2s !important; }

/*
.short-header {

	.comparison .price-info {
		padding:5px 15px 15px 15px;
		.downgrade-alert {
			font-size: 13px;
			font-family: $template_sanserif_font_1;
			font-weight: normal;
			color: black;
			a {
				text-decoration: underline;
				padding-top: 15px !important;
				display:  block;
			}
			a:hover {
				color: $template_medium_gray_4;
			}
		}
	}
		
	.comparison .price-was {

	}
	
	.comparison .price-buy { 
		font: {
			family: $template_sanserif_font_bold_1;
		}
		text-transform:uppercase;
		margin:5px 0 30px 0;
		padding: {
			left: rem-calc(20) !important;
			right: rem-calc(20) !important;
			top: rem-calc(10) !important;
			bottom: rem-calc(10) !important;
		}
	}	
	.comparison .price-try a {
		color:#202020;
	}


	
}
*/
.current-plan-fill-light {
  background-color: #e6f0f3 !important;
  mix-blend-mode: multiply; }

.current-plan-fill-dark {
  background-color: #e1ece0 !important; }

.customFadeIn.ng-enter, .customFadeIn.ng-hide-remove {
  transition-duration: 1s;
  transition-timing-function: ease-in;
  transition-delay: 0.25s;
  transition-property: opacity;
  opacity: 0; }

.customFadeIn.ng-enter.ng-enter-active, .customFadeIn.ng-hide-remove.ng-hide-remove-active {
  opacity: 1; }

.no-button {
  text-align: center;
  color: #000000;
  font-family: "open_sansbold", Verdana, sans-serif;
  font-size: 0.75rem !important;
  font-weight: bold;
  text-transform: uppercase;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  padding-left: 0.3125rem !important;
  padding-right: 0.3125rem !important;
  padding-top: 20px !important;
  padding-bottom: 0.5rem !important; }

.upgrade-modal, .product-purchase-confirmation-container {
  width: 100% !important;
  min-height: 500px; }
  .upgrade-modal .title-container-header h2, .product-purchase-confirmation-container .title-container-header h2 {
    text-align: center !important;
    font-size: 1.75rem !important;
    font-family: "open_sansregular", Verdana, sans-serif;
    font-weight: bold;
    width: 100% !important;
    display: block;
    color: #21a018; }
  .upgrade-modal .content-container, .product-purchase-confirmation-container .content-container {
    background-color: #f6f6f6;
    margin-top: 20px;
    margin-bottom: 20px;
    min-height: 415px; }
    .upgrade-modal .content-container .content-intro h3, .product-purchase-confirmation-container .content-container .content-intro h3 {
      text-align: center !important;
      font-size: 1rem !important;
      font-family: "open_sansregular", Verdana, sans-serif;
      font-weight: bold;
      width: 100% !important;
      display: block;
      padding-top: 0.5rem;
      padding-bottom: 0.625rem;
      color: #000000; }
    .upgrade-modal .content-container .content-confirmation-intro h3, .product-purchase-confirmation-container .content-container .content-confirmation-intro h3 {
      text-align: center !important;
      font-size: 1rem !important;
      font-family: "open_sansregular", Verdana, sans-serif;
      font-weight: bold;
      width: 100% !important;
      display: block;
      padding-top: 25px;
      padding-left: 100px;
      padding-right: 100px;
      color: #000000; }
    .upgrade-modal .content-container .content-checked-checklist, .product-purchase-confirmation-container .content-container .content-checked-checklist {
      margin: auto;
      font-size: 0.875rem !important;
      font-family: "open_sansregular", Verdana, sans-serif;
      color: #000000;
      line-height: 19px; }
      .upgrade-modal .content-container .content-checked-checklist .greencheck, .product-purchase-confirmation-container .content-container .content-checked-checklist .greencheck {
        color: #21a018;
        text-align: center;
        font-size: 1.5rem !important;
        font-weight: bold; }
      .upgrade-modal .content-container .content-checked-checklist .checked-checklist-row, .product-purchase-confirmation-container .content-container .content-checked-checklist .checked-checklist-row {
        padding-bottom: 10px; }
    .upgrade-modal .content-container .content-upgrade-options-container, .product-purchase-confirmation-container .content-container .content-upgrade-options-container {
      margin: auto;
      background-color: #ffffff;
      margin-top: 15px;
      margin-bottom: 15px;
      padding-top: 15px;
      padding-bottom: 15px; }
    .upgrade-modal .content-container .content-upgrade-confirmation-row, .product-purchase-confirmation-container .content-container .content-upgrade-confirmation-row {
      text-align: center; }
      .upgrade-modal .content-container .content-upgrade-confirmation-row p, .product-purchase-confirmation-container .content-container .content-upgrade-confirmation-row p {
        font-size: 0.8125rem !important;
        font-family: "open_sansregular", Verdana, sans-serif;
        width: 100% !important;
        padding-left: 40px;
        padding-right: 40px;
        color: #000000; }
    .upgrade-modal .content-container .content-upgrade-options-product, .product-purchase-confirmation-container .content-container .content-upgrade-options-product {
      text-align: center;
      font-family: "josefin_sansbold", Verdana, sans-serif;
      font-size: 1.875rem;
      font-weight: bold !important;
      border-bottom: 0 !important;
      padding-top: 10px !important;
      padding-bottom: 20px !important; }
    .upgrade-modal .content-container .content-upgrade-options-price, .product-purchase-confirmation-container .content-container .content-upgrade-options-price {
      text-align: center; }
      .upgrade-modal .content-container .content-upgrade-options-price .price-now, .upgrade-modal .content-container .content-upgrade-options-price .price-now span, .product-purchase-confirmation-container .content-container .content-upgrade-options-price .price-now, .product-purchase-confirmation-container .content-container .content-upgrade-options-price .price-now span {
        font-family: "josefin_sansbold", Verdana, sans-serif;
        color: #7c568f;
        padding-bottom: 1.25rem !important; }
      .upgrade-modal .content-container .content-upgrade-options-price .price-now span, .product-purchase-confirmation-container .content-container .content-upgrade-options-price .price-now span {
        font-size: 32px; }
      .upgrade-modal .content-container .content-upgrade-options-price .price-small, .product-purchase-confirmation-container .content-container .content-upgrade-options-price .price-small {
        font-family: "josefin_sansbold", Verdana, sans-serif;
        font-size: 18px !important;
        position: relative;
        top: -11px;
        left: 2px; }
      .upgrade-modal .content-container .content-upgrade-options-price .free-trial, .product-purchase-confirmation-container .content-container .content-upgrade-options-price .free-trial {
        font-family: "open_sansbold", Verdana, sans-serif;
        font-size: 1.25rem;
        font-weight: bold;
        color: #21a018;
        padding-top: 5px; }
      .upgrade-modal .content-container .content-upgrade-options-price .price-try, .product-purchase-confirmation-container .content-container .content-upgrade-options-price .price-try {
        font-family: "open_sansbold", Verdana, sans-serif;
        font-size: 0.9375rem;
        font-weight: bold;
        color: #7c568f;
        padding-top: 5px; }
      .upgrade-modal .content-container .content-upgrade-options-price .price-try a, .product-purchase-confirmation-container .content-container .content-upgrade-options-price .price-try a {
        color: #202020; }
    .upgrade-modal .content-container .price-details-row, .product-purchase-confirmation-container .content-container .price-details-row {
      border-bottom-style: dashed;
      border-bottom-color: #52a8b8;
      border-bottom-width: 1px;
      margin-right: 20px;
      margin-left: 20px;
      margin-bottom: 10px;
      padding-bottom: 10px; }
      .upgrade-modal .content-container .price-details-row h4, .product-purchase-confirmation-container .content-container .price-details-row h4 {
        font-size: 0.75rem !important;
        font-family: "open_sansregular", Verdana, sans-serif;
        font-weight: bold;
        color: #000000;
        line-height: 18px;
        padding-left: 35px;
        padding-right: 35px;
        padding-top: 15px; }
    .upgrade-modal .content-container .content-upgrade-options-product-small, .product-purchase-confirmation-container .content-container .content-upgrade-options-product-small {
      text-align: center;
      font-family: "josefin_sansbold", Verdana, sans-serif;
      font-size: 1.25rem;
      font-weight: bold !important;
      border-bottom: 0 !important;
      padding-top: 10px !important;
      padding-bottom: 8px !important; }
    .upgrade-modal .content-container .content-upgrade-options-add-ons, .product-purchase-confirmation-container .content-container .content-upgrade-options-add-ons {
      margin-left: 20px; }
      .upgrade-modal .content-container .content-upgrade-options-add-ons .add-on-name, .product-purchase-confirmation-container .content-container .content-upgrade-options-add-ons .add-on-name {
        font-size: 0.8125rem !important;
        font-family: "open_sansregular", Verdana, sans-serif;
        font-weight: normal;
        color: #000000;
        padding-right: 10px; }
      .upgrade-modal .content-container .content-upgrade-options-add-ons .add-on-price, .product-purchase-confirmation-container .content-container .content-upgrade-options-add-ons .add-on-price {
        font-family: "josefin_sansbold", Verdana, sans-serif;
        color: #7c568f;
        padding-bottom: 0.9375rem !important;
        padding-right: 10px;
        font-weight: bold; }
      .upgrade-modal .content-container .content-upgrade-options-add-ons .btn, .product-purchase-confirmation-container .content-container .content-upgrade-options-add-ons .btn {
        font-family: "open_sansbold", Verdana, sans-serif;
        font-weight: bold;
        font-size: 12px; }
      .upgrade-modal .content-container .content-upgrade-options-add-ons .add-on-row, .product-purchase-confirmation-container .content-container .content-upgrade-options-add-ons .add-on-row {
        margin-bottom: 15px; }

.upgrade-list-view-call-out h3 {
  text-align: center;
  font-family: "open_sansbold", Verdana, sans-serif;
  font-size: 0.8125rem;
  font-weight: bold !important;
  color: #21a018;
  line-height: 18px;
  background-color: #def1dd;
  padding-top: 8px;
  padding-bottom: 8px; }

.upgrade-list-view-call-out p {
  text-align: center;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.75rem;
  font-weight: normal !important;
  color: #000000;
  line-height: 18px;
  background-color: #eaf6e9;
  padding: 8px;
  padding-bottom: 15px;
  margin: 0; }

.extralarge > .modal {
  max-width: 1275px !important;
  overflow: hidden;
  padding: 0px;
  padding-top: 0px; }

.extralargecontent-modal-content {
  overflow-x: hidden !important;
  max-height: 35rem !important;
  padding-right: 1.25rem !important;
  padding-bottom: 1.25rem !important; }
  .extralargecontent-modal-content .title-container h2 {
    text-align: center !important;
    font-size: 1.75rem !important;
    font-family: "open_sansregular", Verdana, sans-serif;
    font-weight: bold;
    width: 100% !important;
    display: block;
    padding-bottom: 0.625rem;
    border-bottom-color: #bababa !important;
    border-bottom-width: 1px !important;
    border-bottom-style: solid !important;
    color: #21a018; }
  .extralargecontent-modal-content .close-button {
    background-color: #c9dbe3;
    padding: 3px;
    color: #000000; }
  .extralargecontent-modal-content .close-button:hover {
    background-color: #a5c5d4;
    padding: 3px; }

/*
    ---- MIXINS FOR TOOL TIP STYLES. PASS A COLOR VALUE TO CREATE THE COLOR VERSION YOU WANT
*/
.price-grid-tooltip-container {
  float: left; }

a.price-grid-tooltip-blue {
  min-width: 15px;
  max-height: 15px;
  min-width: 15px;
  max-height: 15px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 2px;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0; }

a.price-grid-tooltip-blue > span {
  text-align: left;
  font-family: "open_sansregular", Verdana, sans-serif;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.125rem;
  color: black;
  background: #c4eff8;
  background-clip: padding-box;
  border: 1px solid #127d91;
  border-radius: 0px;
  position: absolute !important;
  width: 250px !important;
  left: 50%;
  margin-left: -125px !important;
  padding: 22px 18px;
  bottom: 100%;
  margin-bottom: 15px;
  visibility: hidden;
  z-index: 1000000000 !important;
  opacity: 0;
  left: 110px !important; }
  a.price-grid-tooltip-blue > span h4 {
    text-align: center !important;
    display: inline-block;
    width: 250px;
    font-weight: bold !important;
    font-family: "open_sansregular", Verdana, sans-serif;
    font-size: 0.875rem;
    line-height: 0.9375rem;
    color: #127d91;
    padding-bottom: 0.3125rem; }
  a.price-grid-tooltip-blue > span h5 {
    font-weight: bold !important;
    font-family: "open_sansregular", Verdana, sans-serif;
    font-size: 0.6875rem;
    line-height: 0.9375rem;
    color: #127d91; }
  a.price-grid-tooltip-blue > span .tool-tip-content {
    padding-top: 0.3125rem;
    padding-bottom: 0.1875rem;
    margin-top: 0.3125rem;
    border-top-style: dotted;
    border-top-width: 1px;
    border-top-color: #80deef;
    /*p {
			display: inline-block  !important;
			width: 100% !important;
		}*/ }
  a.price-grid-tooltip-blue > span .tool-tip-left-bold, a.price-grid-tooltip-blue > span .tool-tip-left, a.price-grid-tooltip-blue > span .tool-tip-right, a.price-grid-tooltip-blue > span .tool-tip-no-records, a.price-grid-tooltip-blue > span .tool-contact-name, a.price-grid-tooltip-blue > span .tool-contact-info, a.price-grid-tooltip-blue > span .tool-content-general {
    font-weight: normal !important;
    font-family: "open_sansregular", Verdana, sans-serif;
    font-size: 0.6875rem;
    line-height: 0.9375rem;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0 !important; }
  a.price-grid-tooltip-blue > span .tool-tip-left-bold {
    font-weight: bold !important;
    font-family: "open_sansregular", Verdana, sans-serif;
    font-size: 0.6875rem;
    line-height: 0.9375rem;
    color: #127d91; }
  a.price-grid-tooltip-blue > span .tool-tip-left {
    width: 125px;
    display: inline-block; }
  a.price-grid-tooltip-blue > span .tool-tip-right {
    width: 125px;
    display: inline-block; }
  a.price-grid-tooltip-blue > span .tool-content-general {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    text-align: center !important;
    display: inline-block; }
    a.price-grid-tooltip-blue > span .tool-content-general h3 {
      text-align: center !important;
      display: inline-block;
      font-weight: bold !important;
      font-family: "open_sansregular", Verdana, sans-serif;
      font-size: 0.6875rem;
      line-height: 0.9375rem;
      color: #000000;
      max-width: 12.5rem;
      overflow-wrap: break-word; }
    a.price-grid-tooltip-blue > span .tool-content-general p {
      display: inline-block;
      font-weight: normal !important;
      font-family: "open_sansregular", Verdana, sans-serif;
      font-size: 0.6875rem;
      line-height: 0.9375rem;
      color: #000000; }
  a.price-grid-tooltip-blue > span .tool-tip-content-left {
    padding-bottom: 0.625rem !important;
    text-align: left !important;
    display: inline-block; }
    a.price-grid-tooltip-blue > span .tool-tip-content-left h3 {
      text-align: center !important;
      display: inline-block;
      font-weight: bold !important;
      font-family: "open_sansregular", Verdana, sans-serif;
      font-size: 0.6875rem;
      line-height: 0.9375rem;
      color: #000000; }
    a.price-grid-tooltip-blue > span .tool-tip-content-left ul {
      font-family: "open_sansregular", Verdana, sans-serif !important;
      font-size: 0.6875rem !important;
      line-height: 0.9375rem !important;
      color: #000000 !important;
      margin-top: 0.9375rem; }
    a.price-grid-tooltip-blue > span .tool-tip-content-left li {
      font-family: "open_sansregular", Verdana, sans-serif !important;
      font-size: 0.6875rem !important;
      line-height: 0.9375rem !important;
      color: #000000 !important; }
  a.price-grid-tooltip-blue > span .tool-content-general-title {
    padding-bottom: 0.625rem !important;
    text-align: center !important;
    display: inline-block;
    font-weight: bold; }
  a.price-grid-tooltip-blue > span .tool-tip-no-records {
    width: 250px;
    display: inline-block;
    text-align: center !important;
    font-style: italic; }
  a.price-grid-tooltip-blue > span .tool-contact-name, a.price-grid-tooltip-blue > span .tool-contact-info {
    width: 250px; }
  a.price-grid-tooltip-blue > span .tool-contact-name {
    font-weight: bold !important; }
  a.price-grid-tooltip-blue > span .tool-tip-50-50-left {
    width: 150px;
    display: block;
    text-align: right !important;
    padding-left: 0;
    padding-right: 0.5rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem !important;
    font-weight: bold;
    border-right-style: dashed;
    border-right-color: #52a8b8;
    border-right-width: 1px;
    height: 1.5625rem;
    margin-top: 0.9375rem; }
  a.price-grid-tooltip-blue > span .tool-tip-50-50-right {
    width: 150px;
    display: block;
    text-align: left;
    padding-left: 0.5rem;
    padding-right: 0;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem !important;
    margin-top: 0.9375rem; }

a.price-grid-tooltip-blue > span:before, a.price-grid-tooltip-blue > span:after {
  content: "";
  position: absolute !important;
  z-index: 1000000000 !important;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  margin-left: -110px !important; }

a.price-grid-tooltip-blue > span:before {
  border-top: 10px solid #127d91;
  margin-top: 0px; }

a.price-grid-tooltip-blue > span:after {
  border-top: 10px solid #c4eff8;
  margin-top: -2px;
  z-index: 1; }

a.price-grid-tooltip-blue:hover > span {
  visibility: visible;
  opacity: 1 !important; }

.marketing-call-out-bar-container {
  width: 100% !important; }
  @media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
    .marketing-call-out-bar-container {
      margin-top: 3.125rem; } }

.marketing-call-out-bar-header {
  margin: auto !important;
  padding: 0;
  margin-top: 20px; }
  @media only screen and (min-width: 64.0625em) {
    .marketing-call-out-bar-header {
      max-width: 1250px;
      min-width: 1050px; } }
  @media only screen and (min-width: 46.25em) and (max-width: 64rem) {
    .marketing-call-out-bar-header {
      max-width: 1049px;
      min-width: 601px; } }
  .marketing-call-out-bar-header h2 {
    display: block;
    width: 100%;
    text-align: center;
    font-family: "josefin_sansbold", Verdana, sans-serif;
    font-size: 3rem;
    font-weight: bold;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.625rem;
    padding-bottom: 0; }
    @media only screen and (min-width: 0em) and (max-width: 46.1875rem) {
      .marketing-call-out-bar-header h2 {
        font-family: "josefin_sansbold", Verdana, sans-serif;
        font-weight: bold; } }

.marketing-call-out-bar-bluewhitelarge {
  background-color: #4e94b0; }
  .marketing-call-out-bar-bluewhitelarge h2 {
    color: #ffffff;
    font-size: 2.0625rem; }

.marketing-call-out-bar-blueblacklarge {
  background-color: #4e94b0; }
  .marketing-call-out-bar-blueblacklarge h2 {
    color: #000000;
    font-size: 2.0625rem; }

.marketing-call-out-bar-graywhitelarge {
  background-color: #c9c9c9; }
  .marketing-call-out-bar-graywhitelarge h2 {
    color: #ffffff;
    font-size: 2.0625rem; }

.marketing-call-out-bar-grayblacklarge {
  background-color: #c9c9c9;
  margin-top: 20px; }
  .marketing-call-out-bar-grayblacklarge h2 {
    color: #000000;
    font-size: 2.0625rem; }

.marketing-call-out-bar-darkbluewhitelarge {
  background-color: #417185; }
  .marketing-call-out-bar-darkbluewhitelarge h2 {
    color: #ffffff;
    font-size: 2.0625rem; }
