@charset "UTF-8";
/*
example
.site-header {
    padding: 2rem;
    font-size: 1.8rem;
    @include mq('tablet-wide') {
        padding-top: 4rem;
        font-size: 2.4rem;
    }
}
 */
/*
example
.site-header {
    padding: 2rem;
    font-size: 1.8rem;
    @include mq('tablet-wide') {
        padding-top: 4rem;
        font-size: 2.4rem;
    }
}
 */
/*
 * Button mixin- creates a button effect with correct
 * highlights/shadows, based on a base color.
 */
/*
example
.site-header {
    padding: 2rem;
    font-size: 1.8rem;
    @include mq('tablet-wide') {
        padding-top: 4rem;
        font-size: 2.4rem;
    }
}
 */
/* line 1, scss/_layouts.scss */
.layout--twocol-section > .layout__region--first {
  padding-right: 10px;
}

/* line 5, scss/_layouts.scss */
.layout--twocol-section > .layout__region--second {
  padding-left: 10px;
}

/* line 10, scss/_layouts.scss */
.node--type-layout-components-page .layout__region {
  padding: 10px 0;
}

/* line 16, scss/_layouts.scss */
.exportdata-table-invisible .tablefield-export-link {
  display: none;
}

/* line 21, scss/_layouts.scss */
.paragraph--type--stories-text {
  padding: 10px;
}

/* line 26, scss/_layouts.scss */
.paragraph--type--stories-link-list .field--name-field-stories-link-list-links {
  padding-left: 20px;
}

/* line 29, scss/_layouts.scss */
.paragraph--type--stories-link-list .field--name-field-stories-link-list-links .field__item {
  display: list-item;
}

/* line 35, scss/_layouts.scss */
.paragraph--type--stories-table .table-row-stripe-none {
  background: none;
  color: #000000;
}

/* line 39, scss/_layouts.scss */
.paragraph--type--stories-table .table-row-stripe-light-blue {
  background-color: #EEFAFE;
  color: #000000;
}

/* line 43, scss/_layouts.scss */
.paragraph--type--stories-table .table-row-stripe-grey {
  background-color: #BDBDBD;
}

/* line 46, scss/_layouts.scss */
.paragraph--type--stories-table .table-row-stripe-light-grey {
  background-color: #EDEDE9;
  color: #000000;
}

/* line 49, scss/_layouts.scss */
.paragraph--type--stories-table .table-row-stripe-light-grey td {
  color: #000000;
}

/* line 53, scss/_layouts.scss */
.paragraph--type--stories-table .table-row-bck-white {
  background-color: #FFFFFF;
  color: #000000;
}

/* line 57, scss/_layouts.scss */
.paragraph--type--stories-table .table-row-bck-black {
  background-color: #000000;
  color: #FFFFFF;
}

/* line 61, scss/_layouts.scss */
.paragraph--type--stories-table .table-row-bck-grey {
  background-color: #BDBDBD;
  color: #FFFFFF;
}

/* line 65, scss/_layouts.scss */
.paragraph--type--stories-table .table-row-bck-light-grey {
  background-color: #EDEDE9;
  color: #000000;
}

/* line 74, scss/_layouts.scss */
.node__content table.tablefield .table-row-stripe-grey td, .node__content table.tablefield .table-row-stripe-grey th {
  color: #000000;
}

/* line 78, scss/_layouts.scss */
.node__content table.tablefield .table-row-bck-grey {
  color: #000000;
}

/* line 84, scss/_layouts.scss */
.paragraph--type--tile-row {
  width: 100%;
  padding: 1rem;
}

@media (min-width: 1248px) {
  /* line 84, scss/_layouts.scss */
  .paragraph--type--tile-row {
    padding: 0rem;
  }
}

/* line 92, scss/_layouts.scss */
.paragraph--type--tile-row .field--name-field-tile-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 3rem;
}

@media all and (max-width: 768px) {
  /* line 92, scss/_layouts.scss */
  .paragraph--type--tile-row .field--name-field-tile-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/* line 101, scss/_layouts.scss */
.paragraph--type--tile-row .field--name-field-tile-items .field_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 109, scss/_layouts.scss */
.paragraph--type--tile-row.blocks-border .paragraph--type--tile-item {
  border: 1px solid #aeb0b5;
  border-radius: 5px;
}

/* line 115, scss/_layouts.scss */
.paragraph--type--tile-row .paragraph--type--tile-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 40px 20px;
  height: 100%;
}

/* line 122, scss/_layouts.scss */
.paragraph--type--tile-row .field--name-field-image, .paragraph--type--tile-row .field--name-field-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center;
}

/* line 126, scss/_layouts.scss */
.paragraph--type--tile-row .field--name-field-image .field_item, .paragraph--type--tile-row .field--name-field-link .field_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 130, scss/_layouts.scss */
.paragraph--type--tile-row .field--name-field-link {
  color: #17415f;
  font-size: 22px;
  font-weight: bold;
  font-family: Merriweather;
}

/* line 136, scss/_layouts.scss */
.paragraph--type--tile-row .field--name-field-link a {
  color: #17415f;
  text-decoration: none;
}

/* line 140, scss/_layouts.scss */
.paragraph--type--tile-row .field--name-field-link a:hover {
  text-decoration: underline;
}

/* line 146, scss/_layouts.scss */
.paragraph--type--tile-row .field--name-field-image {
  padding-right: 10px;
}

/* line 149, scss/_layouts.scss */
.paragraph--type--tile-row .field--name-field-image img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 157, scss/_layouts.scss */
.alternate-version-small-text.paragraph--type--tile-row .paragraph--type--tile-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px 20px;
}

/* line 162, scss/_layouts.scss */
.alternate-version-small-text.paragraph--type--tile-row .field--name-field-media-image {
  max-width: 60px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
}

/* line 170, scss/_layouts.scss */
.alternate-version-small-text.paragraph--type--tile-row .field--name-field-link {
  text-align: center;
}

/* line 173, scss/_layouts.scss */
.alternate-version-small-text.paragraph--type--tile-row .field--name-field-link a {
  font-size: 14px;
  padding: 5px;
  font-family: "Source Sans Pro","Helvetica Neue","Helvetica","Roboto","Arial",sans-serif;
  font-weight: 700;
}

/* line 179, scss/_layouts.scss */
.alternate-version-small-text.paragraph--type--tile-row .field--name-field-link a:visited {
  color: #17415F;
}

/* line 186, scss/_layouts.scss */
.field--name-field-resources-list.field--label-visually_hidden {
  display: none;
}

/* line 191, scss/_layouts.scss */
.media--type-audio audio {
  max-width: 100%;
}

/* line 196, scss/_layouts.scss */
.node--type-layout-components-page .node__content {
  margin-top: 0px;
}

@media screen and (min-width: 40em) {
  /* line 202, scss/_layouts.scss */
  .path-frontpage .layout--twocol-section.layout--twocol-section--67-33 > .layout__region--first {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 64%;
    flex: 0 1 64%;
  }
}

/* line 208, scss/_layouts.scss */
.paragraph--type--right-rail-box {
  background-color: #eefafe;
  padding: 10px;
  margin: 0 10px;
}

@media screen and (min-width: 768px) {
  /* line 208, scss/_layouts.scss */
  .paragraph--type--right-rail-box {
    float: right;
    width: 260px;
    margin: 0 10px;
  }
}

/* line 220, scss/_layouts.scss */
.paragraph--type--right-rail-box .field--name-field-right-rail-box {
  background: #ffffff;
  padding: 10px;
}

/* line 225, scss/_layouts.scss */
.paragraph--type--right-rail-box .field--name-field-right-rail-box p:first-child {
  margin-top: 0;
}

/* line 232, scss/_layouts.scss */
.layout--twocol-section.layout--twocol-section--25-75 > .layout__region--first,
.layout--twocol-section.layout--twocol-section--75-25 > .layout__region--second {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 25%;
}

/* line 238, scss/_layouts.scss */
.layout--twocol-section.layout--twocol-section--25-75 > .layout__region--second,
.layout--twocol-section.layout--twocol-section--75-25 > .layout__region--first {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 75%;
}

/*! uswds @version */
/* line 4, scss/_uswds.scss */
* {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

/* line 7, scss/_uswds.scss */
*::after, *::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

/*! 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.
*/
/* line 20, scss/_uswds.scss */
html {
  font-family: sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
* Remove default margin.
*/
/* line 36, scss/_uswds.scss */
body {
  margin: 0;
}

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

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

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

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

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

/* line 111, scss/_uswds.scss */
a:active, a:hover {
  outline: 0;
}

/**
* Improve readability of focused elements when they are also in an
* active/hover state.
*/
/* Text-level semantics
========================================================================== */
/**
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
*/
/* line 128, scss/_uswds.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

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

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

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

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

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

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

/* line 187, scss/_uswds.scss */
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

/* line 195, scss/_uswds.scss */
sub {
  bottom: -0.25em;
}

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

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

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

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

/**
* Contain overflow in all browsers.
*/
/* line 240, scss/_uswds.scss */
pre {
  overflow: auto;
}

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

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

/**
* Address `overflow` set to `hidden` in IE 8/9/10/11.
*/
/* line 289, scss/_uswds.scss */
button {
  overflow: visible;
  text-transform: none;
}

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

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

/* line 324, scss/_uswds.scss */
input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

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

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

/* line 353, scss/_uswds.scss */
input {
  line-height: normal;
}

/* line 354, scss/_uswds.scss */
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 361, scss/_uswds.scss */
input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/* line 372, scss/_uswds.scss */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 378, scss/_uswds.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */
}

/* line 386, scss/_uswds.scss */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
/**
* 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.
*/
/**
* 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`.
*/
/**
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
*/
/**
* 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).
*/
/**
* Define consistent border, margin, and padding.
*/
/* line 427, scss/_uswds.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

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

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

/* Tables
========================================================================== */
/**
* Remove most spacing between table cells.
*/
/* line 470, scss/_uswds.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 475, scss/_uswds.scss */
td,
th {
  padding: 0;
}

/* stylelint-disable at-rule-empty-line-before */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 300;
  src: url("/themes/custom/medicaid/fonts/sourcesanspro-light-webfont.eot?#iefix") format("embedded-opentype"), url("/themes/custom/medicaid/fonts/sourcesanspro-light-webfont.woff2") format("woff2"), url("/themes/custom/medicaid/fonts/sourcesanspro-light-webfont.woff") format("woff"), url("/themes/custom/medicaid/fonts/sourcesanspro-light-webfont.ttf") format("truetype");
}

@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  src: url("/themes/custom/medicaid/fonts/sourcesanspro-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/themes/custom/medicaid/fonts/sourcesanspro-regular-webfont.woff2") format("woff2"), url("/themes/custom/medicaid/fonts/sourcesanspro-regular-webfont.woff") format("woff"), url("/themes/custom/medicaid/fonts/sourcesanspro-regular-webfont.ttf") format("truetype");
}

@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 400;
  src: url("/themes/custom/medicaid/fonts/sourcesanspro-italic-webfont.eot?#iefix") format("embedded-opentype"), url("/themes/custom/medicaid/fonts/sourcesanspro-italic-webfont.woff2") format("woff2"), url("/themes/custom/medicaid/fonts/sourcesanspro-italic-webfont.woff") format("woff"), url("/themes/custom/medicaid/fonts/sourcesanspro-italic-webfont.ttf") format("truetype");
}

@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  src: url("/themes/custom/medicaid/fonts/sourcesanspro-bold-webfont.eot?#iefix") format("embedded-opentype"), url("/themes/custom/medicaid/fonts/sourcesanspro-bold-webfont.woff2") format("woff2"), url("/themes/custom/medicaid/fonts/sourcesanspro-bold-webfont.woff") format("woff"), url("/themes/custom/medicaid/fonts/sourcesanspro-bold-webfont.ttf") format("truetype");
}

@font-face {
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 300;
  src: url("/themes/custom/medicaid/fonts/merriweather-light-webfont.eot?#iefix") format("embedded-opentype"), url("/themes/custom/medicaid/fonts/merriweather-light-webfont.woff2") format("woff2"), url("/themes/custom/medicaid/fonts/merriweather-light-webfont.woff") format("woff"), url("/themes/custom/medicaid/fonts/merriweather-light-webfont.ttf") format("truetype");
}

@font-face {
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 400;
  src: url("/themes/custom/medicaid/fonts/merriweather-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/themes/custom/medicaid/fonts/merriweather-regular-webfont.woff2") format("woff2"), url("/themes/custom/medicaid/fonts/merriweather-regular-webfont.woff") format("woff"), url("/themes/custom/medicaid/fonts/merriweather-regular-webfont.ttf") format("truetype");
}

@font-face {
  font-family: "Merriweather";
  font-style: italic;
  font-weight: 400;
  src: url("/themes/custom/medicaid/fonts/merriweather-italic-webfont.eot?#iefix") format("embedded-opentype"), url("/themes/custom/medicaid/fonts/merriweather-italic-webfont.woff2") format("woff2"), url("/themes/custom/medicaid/fonts/merriweather-italic-webfont.woff") format("woff"), url("/themes/custom/medicaid/fonts/merriweather-italic-webfont.ttf") format("truetype");
}

@font-face {
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 700;
  src: url("/themes/custom/medicaid/fonts/merriweather-bold-webfont.eot?#iefix") format("embedded-opentype"), url("/themes/custom/medicaid/fonts/merriweather-bold-webfont.woff2") format("woff2"), url("/themes/custom/medicaid/fonts/merriweather-bold-webfont.woff") format("woff"), url("/themes/custom/medicaid/fonts/merriweather-bold-webfont.ttf") format("truetype");
}

/* stylelint-enable */
/* line 571, scss/_uswds.scss */
.usa-grid,
.usa-grid-full {
  margin-left: auto;
  margin-right: auto;
  max-width: 1180px;
}

/* line 578, scss/_uswds.scss */
.usa-grid::after,
.usa-grid-full::after {
  clear: both;
  content: "";
  display: block;
}

/* line 585, scss/_uswds.scss */
.usa-grid {
  padding-right: 0.35%;
  padding-left: 0.35%;
}

@media screen and (min-width: 600px) {
  /* line 591, scss/_uswds.scss */
  .usa-grid {
    padding-right: 0.35%;
    padding-left: 0.35%;
  }
}

/* line 597, scss/_uswds.scss */
.usa-grid-full {
  padding: 0;
}

@media screen and (min-width: 600px) {
  /* line 602, scss/_uswds.scss */
  .usa-width-one-whole {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 100%;
  }
  /* line 608, scss/_uswds.scss */
  .usa-width-one-whole:last-child {
    margin-right: 0;
  }
  /* line 613, scss/_uswds.scss */
  .usa-width-one-half {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 47.58542%;
  }
  /* line 619, scss/_uswds.scss */
  .usa-width-one-half:last-child {
    margin-right: 0;
  }
  /* line 624, scss/_uswds.scss */
  .usa-width-one-third {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 30.11389%;
  }
  /* line 630, scss/_uswds.scss */
  .usa-width-one-third:last-child {
    margin-right: 0;
  }
  /* line 635, scss/_uswds.scss */
  .usa-width-two-thirds {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 65.05695%;
  }
  /* line 641, scss/_uswds.scss */
  .usa-width-two-thirds:last-child {
    margin-right: 0;
  }
  /* line 646, scss/_uswds.scss */
  .usa-width-one-fourth {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 47.58542%;
  }
  /* line 652, scss/_uswds.scss */
  .usa-width-one-fourth:last-child, .usa-width-one-fourth:nth-child(2n) {
    margin-right: 0;
  }
  /* line 658, scss/_uswds.scss */
  .usa-width-three-fourths {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 100%;
  }
  /* line 664, scss/_uswds.scss */
  .usa-width-three-fourths:last-child {
    margin-right: 0;
  }
  /* line 669, scss/_uswds.scss */
  .usa-width-one-sixth {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 30.11389%;
  }
  /* line 675, scss/_uswds.scss */
  .usa-width-one-sixth:last-child, .usa-width-one-sixth:nth-child(3n) {
    margin-right: 0;
  }
  /* line 681, scss/_uswds.scss */
  .usa-width-five-sixths {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 65.05695%;
  }
  /* line 687, scss/_uswds.scss */
  .usa-width-five-sixths:last-child {
    margin-right: 0;
  }
  /* line 692, scss/_uswds.scss */
  .usa-width-one-twelfth {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 30.11389%;
  }
  /* line 698, scss/_uswds.scss */
  .usa-width-one-twelfth:last-child, .usa-width-one-twelfth:nth-child(3n) {
    margin-right: 0;
  }
  /* line 704, scss/_uswds.scss */
  .usa-width-five-twelfths {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 30.11389%;
  }
  /* line 710, scss/_uswds.scss */
  .usa-width-five-twelfths:last-child {
    margin-right: 0;
  }
  /* line 715, scss/_uswds.scss */
  .usa-width-seven-twelfths {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 65.05695%;
  }
  /* line 721, scss/_uswds.scss */
  .usa-width-seven-twelfths:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 951px) {
  /* line 728, scss/_uswds.scss */
  .usa-width-one-whole {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }
  /* line 734, scss/_uswds.scss */
  .usa-width-one-whole:last-child {
    margin-right: 0;
  }
  /* line 739, scss/_uswds.scss */
  .usa-width-one-half {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
  }
  /* line 745, scss/_uswds.scss */
  .usa-width-one-half:last-child {
    margin-right: 0;
  }
  /* line 750, scss/_uswds.scss */
  .usa-width-one-third {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
  }
  /* line 756, scss/_uswds.scss */
  .usa-width-one-third:last-child {
    margin-right: 0;
  }
  /* line 761, scss/_uswds.scss */
  .usa-width-two-thirds {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
  }
  /* line 767, scss/_uswds.scss */
  .usa-width-two-thirds:last-child {
    margin-right: 0;
  }
  /* line 772, scss/_uswds.scss */
  .usa-width-one-fourth {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
  }
  /* line 778, scss/_uswds.scss */
  .usa-width-one-fourth:last-child {
    margin-right: 0;
  }
  /* line 782, scss/_uswds.scss */
  .usa-width-one-fourth:nth-child(2n) {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
  }
  /* line 788, scss/_uswds.scss */
  .usa-width-one-fourth:nth-child(2n):last-child {
    margin-right: 0;
  }
  /* line 793, scss/_uswds.scss */
  .usa-width-one-fourth:nth-child(4n) {
    margin-right: 0;
  }
  /* line 798, scss/_uswds.scss */
  .usa-width-three-fourths {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%;
  }
  /* line 804, scss/_uswds.scss */
  .usa-width-three-fourths:last-child {
    margin-right: 0;
  }
  /* line 809, scss/_uswds.scss */
  .usa-width-one-sixth {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 14.70196%;
  }
  /* line 815, scss/_uswds.scss */
  .usa-width-one-sixth:last-child {
    margin-right: 0;
  }
  /* line 819, scss/_uswds.scss */
  .usa-width-one-sixth:nth-child(3n) {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 14.70196%;
  }
  /* line 825, scss/_uswds.scss */
  .usa-width-one-sixth:nth-child(3n):last-child {
    margin-right: 0;
  }
  /* line 830, scss/_uswds.scss */
  .usa-width-one-sixth:nth-child(6n) {
    margin-right: 0;
  }
  /* line 835, scss/_uswds.scss */
  .usa-width-five-sixths {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
  }
  /* line 841, scss/_uswds.scss */
  .usa-width-five-sixths:last-child {
    margin-right: 0;
  }
  /* line 846, scss/_uswds.scss */
  .usa-width-one-twelfth {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 6.17215%;
  }
  /* line 852, scss/_uswds.scss */
  .usa-width-one-twelfth:last-child {
    margin-right: 0;
  }
  /* line 856, scss/_uswds.scss */
  .usa-width-one-twelfth:nth-child(3n) {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 6.17215%;
  }
  /* line 862, scss/_uswds.scss */
  .usa-width-one-twelfth:nth-child(3n):last-child {
    margin-right: 0;
  }
  /* line 867, scss/_uswds.scss */
  .usa-width-one-twelfth:nth-child(12n) {
    margin-right: 0;
  }
  /* line 872, scss/_uswds.scss */
  .usa-width-five-twelfths {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 40.29137%;
  }
  /* line 878, scss/_uswds.scss */
  .usa-width-five-twelfths:last-child {
    margin-right: 0;
  }
  /* line 883, scss/_uswds.scss */
  .usa-width-seven-twelfths {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 57.35098%;
  }
  /* line 889, scss/_uswds.scss */
  .usa-width-seven-twelfths:last-child {
    margin-right: 0;
  }
}

/* line 895, scss/_uswds.scss */
ul {
  list-style-type: disc;
}

/* line 897, scss/_uswds.scss */
ul ul {
  list-style-type: circle !important;
}

/* line 899, scss/_uswds.scss */
ul ul ul {
  list-style-type: square !important;
}

/* line 905, scss/_uswds.scss */
.usa-end-row {
  margin-right: 0;
}

/* line 909, scss/_uswds.scss */
.usa-offset-one-twelfth {
  margin-left: 8.5298%;
}

/* line 913, scss/_uswds.scss */
.usa-offset-one-sixth {
  margin-left: 17.05961%;
}

/* line 917, scss/_uswds.scss */
.usa-offset-one-fourth {
  margin-left: 25.58941%;
}

/* line 921, scss/_uswds.scss */
.usa-offset-one-third {
  margin-left: 34.11922%;
}

/* line 925, scss/_uswds.scss */
.usa-offset-five-twelfths {
  margin-left: 42.64902%;
}

/* line 929, scss/_uswds.scss */
.usa-offset-one-half {
  margin-left: 51.17883%;
}

/* line 933, scss/_uswds.scss */
.usa-offset-seven-twelfths {
  margin-left: 59.70863%;
}

/* line 937, scss/_uswds.scss */
.usa-offset-two-thirds {
  margin-left: 68.23843%;
}

/* line 941, scss/_uswds.scss */
.usa-offset-three-fourths {
  margin-left: 76.76824%;
}

/* line 945, scss/_uswds.scss */
.usa-offset-five-sixths {
  margin-left: 85.29804%;
}

/* line 949, scss/_uswds.scss */
.usa-offset-eleven-twelfths {
  margin-left: 93.82785%;
}

/* line 953, scss/_uswds.scss */
.usa-sr-only {
  position: absolute;
  left: -999em;
}

/* line 958, scss/_uswds.scss */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 962, scss/_uswds.scss */
* {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

/* line 965, scss/_uswds.scss */
*::before, *::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

/* line 971, scss/_uswds.scss */
body {
  background-color: #ffffff;
  overflow-x: hidden;
}

/* line 976, scss/_uswds.scss */
.lt-ie9 * {
  -webkit-filter: none !important;
  filter: none !important;
  /* stylelint-disable-line declaration-no-important */
}

/* line 982, scss/_uswds.scss */
[hidden] {
  display: none !important;
  /* stylelint-disable-line declaration-no-important */
}

/* line 988, scss/_uswds.scss */
*:focus,
.usa-focus {
  outline: 2px dotted #aeb0b5;
  outline-offset: 3px;
}

/* stylelint-disable selector-no-qualifying-type */
/* line 996, scss/_uswds.scss */
.usa-button,
.usa-button-primary,
.usa-button:visited,
.usa-button-primary:visited,
button,
[type="button"],
[type="submit"],
[type="reset"],
[type="image"] {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-top: 0.5em;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #046791;
  border: 0;
  border-radius: 5px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
  padding: 1rem 2rem;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

@media screen and (min-width: 481px) {
  /* line 1028, scss/_uswds.scss */
  .usa-button,
  .usa-button-primary,
  .usa-button:visited,
  .usa-button-primary:visited,
  button,
  [type="button"],
  [type="submit"],
  [type="reset"],
  [type="image"] {
    width: auto;
  }
}

/* line 1042, scss/_uswds.scss */
.usa-button:hover, .usa-button.usa-button-hover {
  background-color: #17415f;
  border-bottom: 0;
  color: #ffffff;
  text-decoration: none;
}

/* line 1052, scss/_uswds.scss */
.usa-button-primary:hover, .usa-button-primary.usa-button-hover {
  background-color: #17415f;
  border-bottom: 0;
  color: #ffffff;
  text-decoration: none;
}

/* line 1062, scss/_uswds.scss */
.usa-button:visited:hover, .usa-button:visited.usa-button-hover {
  background-color: #17415f;
  border-bottom: 0;
  color: #ffffff;
  text-decoration: none;
}

/* line 1072, scss/_uswds.scss */
.usa-button-primary:visited:hover, .usa-button-primary:visited.usa-button-hover {
  background-color: #17415f;
  border-bottom: 0;
  color: #ffffff;
  text-decoration: none;
}

/* line 1082, scss/_uswds.scss */
button:hover, button.usa-button-hover {
  background-color: #17415f;
  border-bottom: 0;
  color: #ffffff;
  text-decoration: none;
}

/* line 1092, scss/_uswds.scss */
[type="button"]:hover, [type="button"].usa-button-hover {
  background-color: #17415f;
  border-bottom: 0;
  color: #ffffff;
  text-decoration: none;
}

/* line 1102, scss/_uswds.scss */
[type="submit"]:hover, [type="submit"].usa-button-hover {
  background-color: #17415f;
  border-bottom: 0;
  color: #ffffff;
  text-decoration: none;
}

/* line 1112, scss/_uswds.scss */
[type="reset"]:hover, [type="reset"].usa-button-hover {
  background-color: #17415f;
  border-bottom: 0;
  color: #ffffff;
  text-decoration: none;
}

/* line 1122, scss/_uswds.scss */
[type="image"]:hover, [type="image"].usa-button-hover {
  background-color: #17415f;
  border-bottom: 0;
  color: #ffffff;
  text-decoration: none;
}

/* line 1132, scss/_uswds.scss */
.usa-button:active, .usa-button.usa-button-active {
  background-color: #112e51;
}

/* line 1139, scss/_uswds.scss */
.usa-button-primary:active, .usa-button-primary.usa-button-active {
  background-color: #112e51;
}

/* line 1146, scss/_uswds.scss */
.usa-button:visited:active, .usa-button:visited.usa-button-active {
  background-color: #112e51;
}

/* line 1153, scss/_uswds.scss */
.usa-button-primary:visited:active, .usa-button-primary:visited.usa-button-active {
  background-color: #112e51;
}

/* line 1160, scss/_uswds.scss */
button:active, button.usa-button-active {
  background-color: #112e51;
}

/* line 1167, scss/_uswds.scss */
[type="button"]:active, [type="button"].usa-button-active {
  background-color: #112e51;
}

/* line 1174, scss/_uswds.scss */
[type="submit"]:active, [type="submit"].usa-button-active {
  background-color: #112e51;
}

/* line 1181, scss/_uswds.scss */
[type="reset"]:active, [type="reset"].usa-button-active {
  background-color: #112e51;
}

/* line 1188, scss/_uswds.scss */
[type="image"]:active, [type="image"].usa-button-active {
  background-color: #112e51;
}

/* line 1194, scss/_uswds.scss */
.usa-button.usa-button-primary-alt,
.usa-button-primary.usa-button-primary-alt,
.usa-button:visited.usa-button-primary-alt,
.usa-button-primary:visited.usa-button-primary-alt,
button.usa-button-primary-alt,
[type="button"].usa-button-primary-alt,
[type="submit"].usa-button-primary-alt,
[type="reset"].usa-button-primary-alt,
[type="image"].usa-button-primary-alt {
  background-color: #02bfe7;
  color: #212121;
}

/* line 1208, scss/_uswds.scss */
.usa-button.usa-button-primary-alt:hover, .usa-button.usa-button-primary-alt.usa-button-hover {
  background-color: #00a6d2;
}

/* line 1215, scss/_uswds.scss */
.usa-button-primary.usa-button-primary-alt:hover, .usa-button-primary.usa-button-primary-alt.usa-button-hover {
  background-color: #00a6d2;
}

/* line 1222, scss/_uswds.scss */
.usa-button:visited.usa-button-primary-alt:hover, .usa-button:visited.usa-button-primary-alt.usa-button-hover {
  background-color: #00a6d2;
}

/* line 1229, scss/_uswds.scss */
.usa-button-primary:visited.usa-button-primary-alt:hover, .usa-button-primary:visited.usa-button-primary-alt.usa-button-hover {
  background-color: #00a6d2;
}

/* line 1236, scss/_uswds.scss */
button.usa-button-primary-alt:hover, button.usa-button-primary-alt.usa-button-hover {
  background-color: #00a6d2;
}

/* line 1243, scss/_uswds.scss */
[type="button"].usa-button-primary-alt:hover, [type="button"].usa-button-primary-alt.usa-button-hover {
  background-color: #00a6d2;
}

/* line 1250, scss/_uswds.scss */
[type="submit"].usa-button-primary-alt:hover, [type="submit"].usa-button-primary-alt.usa-button-hover {
  background-color: #00a6d2;
}

/* line 1257, scss/_uswds.scss */
[type="reset"].usa-button-primary-alt:hover, [type="reset"].usa-button-primary-alt.usa-button-hover {
  background-color: #00a6d2;
}

/* line 1264, scss/_uswds.scss */
[type="image"].usa-button-primary-alt:hover, [type="image"].usa-button-primary-alt.usa-button-hover {
  background-color: #00a6d2;
}

/* line 1271, scss/_uswds.scss */
.usa-button.usa-button-primary-alt:active, .usa-button.usa-button-primary-alt.usa-button-active {
  background-color: #046b99;
  color: #ffffff;
}

/* line 1279, scss/_uswds.scss */
.usa-button-primary.usa-button-primary-alt:active, .usa-button-primary.usa-button-primary-alt.usa-button-active {
  background-color: #046b99;
  color: #ffffff;
}

/* line 1287, scss/_uswds.scss */
.usa-button:visited.usa-button-primary-alt:active, .usa-button:visited.usa-button-primary-alt.usa-button-active {
  background-color: #046b99;
  color: #ffffff;
}

/* line 1295, scss/_uswds.scss */
.usa-button-primary:visited.usa-button-primary-alt:active, .usa-button-primary:visited.usa-button-primary-alt.usa-button-active {
  background-color: #046b99;
  color: #ffffff;
}

/* line 1303, scss/_uswds.scss */
button.usa-button-primary-alt:active, button.usa-button-primary-alt.usa-button-active {
  background-color: #046b99;
  color: #ffffff;
}

/* line 1311, scss/_uswds.scss */
[type="button"].usa-button-primary-alt:active, [type="button"].usa-button-primary-alt.usa-button-active {
  background-color: #046b99;
  color: #ffffff;
}

/* line 1319, scss/_uswds.scss */
[type="submit"].usa-button-primary-alt:active, [type="submit"].usa-button-primary-alt.usa-button-active {
  background-color: #046b99;
  color: #ffffff;
}

/* line 1327, scss/_uswds.scss */
[type="reset"].usa-button-primary-alt:active, [type="reset"].usa-button-primary-alt.usa-button-active {
  background-color: #046b99;
  color: #ffffff;
}

/* line 1335, scss/_uswds.scss */
[type="image"].usa-button-primary-alt:active, [type="image"].usa-button-primary-alt.usa-button-active {
  background-color: #046b99;
  color: #ffffff;
}

/* line 1342, scss/_uswds.scss */
.usa-button.usa-button-secondary,
.usa-button-primary.usa-button-secondary,
.usa-button:visited.usa-button-secondary,
.usa-button-primary:visited.usa-button-secondary,
button.usa-button-secondary,
[type="button"].usa-button-secondary,
[type="submit"].usa-button-secondary,
[type="reset"].usa-button-secondary,
[type="image"].usa-button-secondary {
  background-color: #ffffff;
  -webkit-box-shadow: inset 0 0 0 2px #046791;
  box-shadow: inset 0 0 0 2px #046791;
  color: #046791;
}

/* line 1357, scss/_uswds.scss */
.usa-button.usa-button-secondary:hover, .usa-button.usa-button-secondary.usa-button-hover {
  -webkit-box-shadow: inset 0 0 0 2px #17415f;
  box-shadow: inset 0 0 0 2px #17415f;
  color: #17415f;
}

/* line 1365, scss/_uswds.scss */
.usa-button-primary.usa-button-secondary:hover, .usa-button-primary.usa-button-secondary.usa-button-hover {
  -webkit-box-shadow: inset 0 0 0 2px #17415f;
  box-shadow: inset 0 0 0 2px #17415f;
  color: #17415f;
}

/* line 1373, scss/_uswds.scss */
.usa-button:visited.usa-button-secondary:hover, .usa-button:visited.usa-button-secondary.usa-button-hover {
  -webkit-box-shadow: inset 0 0 0 2px #17415f;
  box-shadow: inset 0 0 0 2px #17415f;
  color: #17415f;
}

/* line 1381, scss/_uswds.scss */
.usa-button-primary:visited.usa-button-secondary:hover, .usa-button-primary:visited.usa-button-secondary.usa-button-hover {
  -webkit-box-shadow: inset 0 0 0 2px #17415f;
  box-shadow: inset 0 0 0 2px #17415f;
  color: #17415f;
}

/* line 1389, scss/_uswds.scss */
button.usa-button-secondary:hover, button.usa-button-secondary.usa-button-hover {
  -webkit-box-shadow: inset 0 0 0 2px #17415f;
  box-shadow: inset 0 0 0 2px #17415f;
  color: #17415f;
}

/* line 1397, scss/_uswds.scss */
[type="button"].usa-button-secondary:hover, [type="button"].usa-button-secondary.usa-button-hover {
  -webkit-box-shadow: inset 0 0 0 2px #17415f;
  box-shadow: inset 0 0 0 2px #17415f;
  color: #17415f;
}

/* line 1405, scss/_uswds.scss */
[type="submit"].usa-button-secondary:hover, [type="submit"].usa-button-secondary.usa-button-hover {
  -webkit-box-shadow: inset 0 0 0 2px #17415f;
  box-shadow: inset 0 0 0 2px #17415f;
  color: #17415f;
}

/* line 1413, scss/_uswds.scss */
[type="reset"].usa-button-secondary:hover, [type="reset"].usa-button-secondary.usa-button-hover {
  -webkit-box-shadow: inset 0 0 0 2px #17415f;
  box-shadow: inset 0 0 0 2px #17415f;
  color: #17415f;
}

/* line 1421, scss/_uswds.scss */
[type="image"].usa-button-secondary:hover, [type="image"].usa-button-secondary.usa-button-hover {
  -webkit-box-shadow: inset 0 0 0 2px #17415f;
  box-shadow: inset 0 0 0 2px #17415f;
  color: #17415f;
}

/* line 1429, scss/_uswds.scss */
.usa-button.usa-button-secondary:active, .usa-button.usa-button-secondary.usa-button-active {
  -webkit-box-shadow: inset 0 0 0 2px #112e51;
  box-shadow: inset 0 0 0 2px #112e51;
  color: #112e51;
}

/* line 1437, scss/_uswds.scss */
.usa-button-primary.usa-button-secondary:active, .usa-button-primary.usa-button-secondary.usa-button-active {
  -webkit-box-shadow: inset 0 0 0 2px #112e51;
  box-shadow: inset 0 0 0 2px #112e51;
  color: #112e51;
}

/* line 1445, scss/_uswds.scss */
.usa-button:visited.usa-button-secondary:active, .usa-button:visited.usa-button-secondary.usa-button-active {
  -webkit-box-shadow: inset 0 0 0 2px #112e51;
  box-shadow: inset 0 0 0 2px #112e51;
  color: #112e51;
}

/* line 1453, scss/_uswds.scss */
.usa-button-primary:visited.usa-button-secondary:active, .usa-button-primary:visited.usa-button-secondary.usa-button-active {
  -webkit-box-shadow: inset 0 0 0 2px #112e51;
  box-shadow: inset 0 0 0 2px #112e51;
  color: #112e51;
}

/* line 1461, scss/_uswds.scss */
button.usa-button-secondary:active, button.usa-button-secondary.usa-button-active {
  -webkit-box-shadow: inset 0 0 0 2px #112e51;
  box-shadow: inset 0 0 0 2px #112e51;
  color: #112e51;
}

/* line 1469, scss/_uswds.scss */
[type="button"].usa-button-secondary:active, [type="button"].usa-button-secondary.usa-button-active {
  -webkit-box-shadow: inset 0 0 0 2px #112e51;
  box-shadow: inset 0 0 0 2px #112e51;
  color: #112e51;
}

/* line 1477, scss/_uswds.scss */
[type="submit"].usa-button-secondary:active, [type="submit"].usa-button-secondary.usa-button-active {
  -webkit-box-shadow: inset 0 0 0 2px #112e51;
  box-shadow: inset 0 0 0 2px #112e51;
  color: #112e51;
}

/* line 1485, scss/_uswds.scss */
[type="reset"].usa-button-secondary:active, [type="reset"].usa-button-secondary.usa-button-active {
  -webkit-box-shadow: inset 0 0 0 2px #112e51;
  box-shadow: inset 0 0 0 2px #112e51;
  color: #112e51;
}

/* line 1493, scss/_uswds.scss */
[type="image"].usa-button-secondary:active, [type="image"].usa-button-secondary.usa-button-active {
  -webkit-box-shadow: inset 0 0 0 2px #112e51;
  box-shadow: inset 0 0 0 2px #112e51;
  color: #112e51;
}

/* line 1501, scss/_uswds.scss */
.usa-button.usa-button-secondary-inverse, .usa-button.usa-button-outline-inverse {
  background: transparent;
  -webkit-box-shadow: inset 0 0 0 2px #ffffff;
  box-shadow: inset 0 0 0 2px #ffffff;
  color: #ffffff;
}

/* line 1510, scss/_uswds.scss */
.usa-button-primary.usa-button-secondary-inverse, .usa-button-primary.usa-button-outline-inverse {
  background: transparent;
  -webkit-box-shadow: inset 0 0 0 2px #ffffff;
  box-shadow: inset 0 0 0 2px #ffffff;
  color: #ffffff;
}

/* line 1519, scss/_uswds.scss */
.usa-button:visited.usa-button-secondary-inverse, .usa-button:visited.usa-button-outline-inverse {
  background: transparent;
  -webkit-box-shadow: inset 0 0 0 2px #ffffff;
  box-shadow: inset 0 0 0 2px #ffffff;
  color: #ffffff;
}

/* line 1528, scss/_uswds.scss */
.usa-button-primary:visited.usa-button-secondary-inverse, .usa-button-primary:visited.usa-button-outline-inverse {
  background: transparent;
  -webkit-box-shadow: inset 0 0 0 2px #ffffff;
  box-shadow: inset 0 0 0 2px #ffffff;
  color: #ffffff;
}

/* line 1537, scss/_uswds.scss */
button.usa-button-secondary-inverse, button.usa-button-outline-inverse {
  background: transparent;
  -webkit-box-shadow: inset 0 0 0 2px #ffffff;
  box-shadow: inset 0 0 0 2px #ffffff;
  color: #ffffff;
}

/* line 1546, scss/_uswds.scss */
[type="button"].usa-button-secondary-inverse, [type="button"].usa-button-outline-inverse {
  background: transparent;
  -webkit-box-shadow: inset 0 0 0 2px #ffffff;
  box-shadow: inset 0 0 0 2px #ffffff;
  color: #ffffff;
}

/* line 1555, scss/_uswds.scss */
[type="submit"].usa-button-secondary-inverse, [type="submit"].usa-button-outline-inverse {
  background: transparent;
  -webkit-box-shadow: inset 0 0 0 2px #ffffff;
  box-shadow: inset 0 0 0 2px #ffffff;
  color: #ffffff;
}

/* line 1564, scss/_uswds.scss */
[type="reset"].usa-button-secondary-inverse, [type="reset"].usa-button-outline-inverse {
  background: transparent;
  -webkit-box-shadow: inset 0 0 0 2px #ffffff;
  box-shadow: inset 0 0 0 2px #ffffff;
  color: #ffffff;
}

/* line 1573, scss/_uswds.scss */
[type="image"].usa-button-secondary-inverse, [type="image"].usa-button-outline-inverse {
  background: transparent;
  -webkit-box-shadow: inset 0 0 0 2px #ffffff;
  box-shadow: inset 0 0 0 2px #ffffff;
  color: #ffffff;
}

/* line 1583, scss/_uswds.scss */
.usa-button.usa-button-secondary-inverse:hover, .usa-button.usa-button-secondary-inverse.usa-button-hover {
  -webkit-box-shadow: inset 0 0 0 2px #d6d7d9;
  box-shadow: inset 0 0 0 2px #d6d7d9;
  color: #d6d7d9;
}

/* line 1591, scss/_uswds.scss */
.usa-button.usa-button-outline-inverse:hover, .usa-button.usa-button-outline-inverse.usa-button-hover {
  -webkit-box-shadow: inset 0 0 0 2px #d6d7d9;
  box-shadow: inset 0 0 0 2px #d6d7d9;
  color: #d6d7d9;
}

/* line 1601, scss/_uswds.scss */
.usa-button-primary.usa-button-secondary-inverse:hover, .usa-button-primary.usa-button-secondary-inverse.usa-button-hover {
  -webkit-box-shadow: inset 0 0 0 2px #d6d7d9;
  box-shadow: inset 0 0 0 2px #d6d7d9;
  color: #d6d7d9;
}

/* line 1609, scss/_uswds.scss */
.usa-button-primary.usa-button-outline-inverse:hover, .usa-button-primary.usa-button-outline-inverse.usa-button-hover {
  -webkit-box-shadow: inset 0 0 0 2px #d6d7d9;
  box-shadow: inset 0 0 0 2px #d6d7d9;
  color: #d6d7d9;
}

/* line 1619, scss/_uswds.scss */
.usa-button:visited.usa-button-secondary-inverse:hover, .usa-button:visited.usa-button-secondary-inverse.usa-button-hover {
  -webkit-box-shadow: inset 0 0 0 2px #d6d7d9;
  box-shadow: inset 0 0 0 2px #d6d7d9;
  color: #d6d7d9;
}

/* line 1627, scss/_uswds.scss */
.usa-button:visited.usa-button-outline-inverse:hover, .usa-button:visited.usa-button-outline-inverse.usa-button-hover {
  -webkit-box-shadow: inset 0 0 0 2px #d6d7d9;
  box-shadow: inset 0 0 0 2px #d6d7d9;
  color: #d6d7d9;
}

/* line 1637, scss/_uswds.scss */
.usa-button-primary:visited.usa-button-secondary-inverse:hover, .usa-button-primary:visited.usa-button-secondary-inverse.usa-button-hover {
  -webkit-box-shadow: inset 0 0 0 2px #d6d7d9;
  box-shadow: inset 0 0 0 2px #d6d7d9;
  color: #d6d7d9;
}

/* line 1645, scss/_uswds.scss */
.usa-button-primary:visited.usa-button-outline-inverse:hover, .usa-button-primary:visited.usa-button-outline-inverse.usa-button-hover {
  -webkit-box-shadow: inset 0 0 0 2px #d6d7d9;
  box-shadow: inset 0 0 0 2px #d6d7d9;
  color: #d6d7d9;
}

/* line 1655, scss/_uswds.scss */
button.usa-button-secondary-inverse:hover, button.usa-button-secondary-inverse.usa-button-hover {
  -webkit-box-shadow: inset 0 0 0 2px #d6d7d9;
  box-shadow: inset 0 0 0 2px #d6d7d9;
  color: #d6d7d9;
}

/* line 1663, scss/_uswds.scss */
button.usa-button-outline-inverse:hover, button.usa-button-outline-inverse.usa-button-hover {
  -webkit-box-shadow: inset 0 0 0 2px #d6d7d9;
  box-shadow: inset 0 0 0 2px #d6d7d9;
  color: #d6d7d9;
}

/* line 1673, scss/_uswds.scss */
[type="button"].usa-button-secondary-inverse:hover, [type="button"].usa-button-secondary-inverse.usa-button-hover {
  -webkit-box-shadow: inset 0 0 0 2px #d6d7d9;
  box-shadow: inset 0 0 0 2px #d6d7d9;
  color: #d6d7d9;
}

/* line 1681, scss/_uswds.scss */
[type="button"].usa-button-outline-inverse:hover, [type="button"].usa-button-outline-inverse.usa-button-hover {
  -webkit-box-shadow: inset 0 0 0 2px #d6d7d9;
  box-shadow: inset 0 0 0 2px #d6d7d9;
  color: #d6d7d9;
}

/* line 1691, scss/_uswds.scss */
[type="submit"].usa-button-secondary-inverse:hover, [type="submit"].usa-button-secondary-inverse.usa-button-hover {
  -webkit-box-shadow: inset 0 0 0 2px #d6d7d9;
  box-shadow: inset 0 0 0 2px #d6d7d9;
  color: #d6d7d9;
}

/* line 1699, scss/_uswds.scss */
[type="submit"].usa-button-outline-inverse:hover, [type="submit"].usa-button-outline-inverse.usa-button-hover {
  -webkit-box-shadow: inset 0 0 0 2px #d6d7d9;
  box-shadow: inset 0 0 0 2px #d6d7d9;
  color: #d6d7d9;
}

/* line 1709, scss/_uswds.scss */
[type="reset"].usa-button-secondary-inverse:hover, [type="reset"].usa-button-secondary-inverse.usa-button-hover {
  -webkit-box-shadow: inset 0 0 0 2px #d6d7d9;
  box-shadow: inset 0 0 0 2px #d6d7d9;
  color: #d6d7d9;
}

/* line 1717, scss/_uswds.scss */
[type="reset"].usa-button-outline-inverse:hover, [type="reset"].usa-button-outline-inverse.usa-button-hover {
  -webkit-box-shadow: inset 0 0 0 2px #d6d7d9;
  box-shadow: inset 0 0 0 2px #d6d7d9;
  color: #d6d7d9;
}

/* line 1727, scss/_uswds.scss */
[type="image"].usa-button-secondary-inverse:hover, [type="image"].usa-button-secondary-inverse.usa-button-hover {
  -webkit-box-shadow: inset 0 0 0 2px #d6d7d9;
  box-shadow: inset 0 0 0 2px #d6d7d9;
  color: #d6d7d9;
}

/* line 1735, scss/_uswds.scss */
[type="image"].usa-button-outline-inverse:hover, [type="image"].usa-button-outline-inverse.usa-button-hover {
  -webkit-box-shadow: inset 0 0 0 2px #d6d7d9;
  box-shadow: inset 0 0 0 2px #d6d7d9;
  color: #d6d7d9;
}

/* line 1745, scss/_uswds.scss */
.usa-button.usa-button-secondary-inverse:active, .usa-button.usa-button-secondary-inverse.usa-button-active {
  -webkit-box-shadow: inset 0 0 0 2px #aeb0b5;
  box-shadow: inset 0 0 0 2px #aeb0b5;
  color: #d6d7d9;
}

/* line 1753, scss/_uswds.scss */
.usa-button.usa-button-outline-inverse:active, .usa-button.usa-button-outline-inverse.usa-button-active {
  -webkit-box-shadow: inset 0 0 0 2px #aeb0b5;
  box-shadow: inset 0 0 0 2px #aeb0b5;
  color: #d6d7d9;
}

/* line 1763, scss/_uswds.scss */
.usa-button-primary.usa-button-secondary-inverse:active, .usa-button-primary.usa-button-secondary-inverse.usa-button-active {
  -webkit-box-shadow: inset 0 0 0 2px #aeb0b5;
  box-shadow: inset 0 0 0 2px #aeb0b5;
  color: #d6d7d9;
}

/* line 1771, scss/_uswds.scss */
.usa-button-primary.usa-button-outline-inverse:active, .usa-button-primary.usa-button-outline-inverse.usa-button-active {
  -webkit-box-shadow: inset 0 0 0 2px #aeb0b5;
  box-shadow: inset 0 0 0 2px #aeb0b5;
  color: #d6d7d9;
}

/* line 1781, scss/_uswds.scss */
.usa-button:visited.usa-button-secondary-inverse:active, .usa-button:visited.usa-button-secondary-inverse.usa-button-active {
  -webkit-box-shadow: inset 0 0 0 2px #aeb0b5;
  box-shadow: inset 0 0 0 2px #aeb0b5;
  color: #d6d7d9;
}

/* line 1789, scss/_uswds.scss */
.usa-button:visited.usa-button-outline-inverse:active, .usa-button:visited.usa-button-outline-inverse.usa-button-active {
  -webkit-box-shadow: inset 0 0 0 2px #aeb0b5;
  box-shadow: inset 0 0 0 2px #aeb0b5;
  color: #d6d7d9;
}

/* line 1799, scss/_uswds.scss */
.usa-button-primary:visited.usa-button-secondary-inverse:active, .usa-button-primary:visited.usa-button-secondary-inverse.usa-button-active {
  -webkit-box-shadow: inset 0 0 0 2px #aeb0b5;
  box-shadow: inset 0 0 0 2px #aeb0b5;
  color: #d6d7d9;
}

/* line 1807, scss/_uswds.scss */
.usa-button-primary:visited.usa-button-outline-inverse:active, .usa-button-primary:visited.usa-button-outline-inverse.usa-button-active {
  -webkit-box-shadow: inset 0 0 0 2px #aeb0b5;
  box-shadow: inset 0 0 0 2px #aeb0b5;
  color: #d6d7d9;
}

/* line 1817, scss/_uswds.scss */
button.usa-button-secondary-inverse:active, button.usa-button-secondary-inverse.usa-button-active {
  -webkit-box-shadow: inset 0 0 0 2px #aeb0b5;
  box-shadow: inset 0 0 0 2px #aeb0b5;
  color: #d6d7d9;
}

/* line 1825, scss/_uswds.scss */
button.usa-button-outline-inverse:active, button.usa-button-outline-inverse.usa-button-active {
  -webkit-box-shadow: inset 0 0 0 2px #aeb0b5;
  box-shadow: inset 0 0 0 2px #aeb0b5;
  color: #d6d7d9;
}

/* line 1835, scss/_uswds.scss */
[type="button"].usa-button-secondary-inverse:active, [type="button"].usa-button-secondary-inverse.usa-button-active {
  -webkit-box-shadow: inset 0 0 0 2px #aeb0b5;
  box-shadow: inset 0 0 0 2px #aeb0b5;
  color: #d6d7d9;
}

/* line 1843, scss/_uswds.scss */
[type="button"].usa-button-outline-inverse:active, [type="button"].usa-button-outline-inverse.usa-button-active {
  -webkit-box-shadow: inset 0 0 0 2px #aeb0b5;
  box-shadow: inset 0 0 0 2px #aeb0b5;
  color: #d6d7d9;
}

/* line 1853, scss/_uswds.scss */
[type="submit"].usa-button-secondary-inverse:active, [type="submit"].usa-button-secondary-inverse.usa-button-active {
  -webkit-box-shadow: inset 0 0 0 2px #aeb0b5;
  box-shadow: inset 0 0 0 2px #aeb0b5;
  color: #d6d7d9;
}

/* line 1861, scss/_uswds.scss */
[type="submit"].usa-button-outline-inverse:active, [type="submit"].usa-button-outline-inverse.usa-button-active {
  -webkit-box-shadow: inset 0 0 0 2px #aeb0b5;
  box-shadow: inset 0 0 0 2px #aeb0b5;
  color: #d6d7d9;
}

/* line 1871, scss/_uswds.scss */
[type="reset"].usa-button-secondary-inverse:active, [type="reset"].usa-button-secondary-inverse.usa-button-active {
  -webkit-box-shadow: inset 0 0 0 2px #aeb0b5;
  box-shadow: inset 0 0 0 2px #aeb0b5;
  color: #d6d7d9;
}

/* line 1879, scss/_uswds.scss */
[type="reset"].usa-button-outline-inverse:active, [type="reset"].usa-button-outline-inverse.usa-button-active {
  -webkit-box-shadow: inset 0 0 0 2px #aeb0b5;
  box-shadow: inset 0 0 0 2px #aeb0b5;
  color: #d6d7d9;
}

/* line 1889, scss/_uswds.scss */
[type="image"].usa-button-secondary-inverse:active, [type="image"].usa-button-secondary-inverse.usa-button-active {
  -webkit-box-shadow: inset 0 0 0 2px #aeb0b5;
  box-shadow: inset 0 0 0 2px #aeb0b5;
  color: #d6d7d9;
}

/* line 1897, scss/_uswds.scss */
[type="image"].usa-button-outline-inverse:active, [type="image"].usa-button-outline-inverse.usa-button-active {
  -webkit-box-shadow: inset 0 0 0 2px #aeb0b5;
  box-shadow: inset 0 0 0 2px #aeb0b5;
  color: #d6d7d9;
}

/* line 1905, scss/_uswds.scss */
.usa-button.usa-button-gray,
.usa-button-primary.usa-button-gray,
.usa-button:visited.usa-button-gray,
.usa-button-primary:visited.usa-button-gray,
button.usa-button-gray,
[type="button"].usa-button-gray,
[type="submit"].usa-button-gray,
[type="reset"].usa-button-gray,
[type="image"].usa-button-gray {
  background-color: #5b616b;
}

/* line 1918, scss/_uswds.scss */
.usa-button.usa-button-gray:hover, .usa-button.usa-button-gray.usa-button-hover {
  background-color: #323a45;
}

/* line 1925, scss/_uswds.scss */
.usa-button-primary.usa-button-gray:hover, .usa-button-primary.usa-button-gray.usa-button-hover {
  background-color: #323a45;
}

/* line 1932, scss/_uswds.scss */
.usa-button:visited.usa-button-gray:hover, .usa-button:visited.usa-button-gray.usa-button-hover {
  background-color: #323a45;
}

/* line 1939, scss/_uswds.scss */
.usa-button-primary:visited.usa-button-gray:hover, .usa-button-primary:visited.usa-button-gray.usa-button-hover {
  background-color: #323a45;
}

/* line 1946, scss/_uswds.scss */
button.usa-button-gray:hover, button.usa-button-gray.usa-button-hover {
  background-color: #323a45;
}

/* line 1953, scss/_uswds.scss */
[type="button"].usa-button-gray:hover, [type="button"].usa-button-gray.usa-button-hover {
  background-color: #323a45;
}

/* line 1960, scss/_uswds.scss */
[type="submit"].usa-button-gray:hover, [type="submit"].usa-button-gray.usa-button-hover {
  background-color: #323a45;
}

/* line 1967, scss/_uswds.scss */
[type="reset"].usa-button-gray:hover, [type="reset"].usa-button-gray.usa-button-hover {
  background-color: #323a45;
}

/* line 1974, scss/_uswds.scss */
[type="image"].usa-button-gray:hover, [type="image"].usa-button-gray.usa-button-hover {
  background-color: #323a45;
}

/* line 1981, scss/_uswds.scss */
.usa-button.usa-button-gray:active, .usa-button.usa-button-gray.usa-button-active {
  background-color: #212121;
}

/* line 1988, scss/_uswds.scss */
.usa-button-primary.usa-button-gray:active, .usa-button-primary.usa-button-gray.usa-button-active {
  background-color: #212121;
}

/* line 1995, scss/_uswds.scss */
.usa-button:visited.usa-button-gray:active, .usa-button:visited.usa-button-gray.usa-button-active {
  background-color: #212121;
}

/* line 2002, scss/_uswds.scss */
.usa-button-primary:visited.usa-button-gray:active, .usa-button-primary:visited.usa-button-gray.usa-button-active {
  background-color: #212121;
}

/* line 2009, scss/_uswds.scss */
button.usa-button-gray:active, button.usa-button-gray.usa-button-active {
  background-color: #212121;
}

/* line 2016, scss/_uswds.scss */
[type="button"].usa-button-gray:active, [type="button"].usa-button-gray.usa-button-active {
  background-color: #212121;
}

/* line 2023, scss/_uswds.scss */
[type="submit"].usa-button-gray:active, [type="submit"].usa-button-gray.usa-button-active {
  background-color: #212121;
}

/* line 2030, scss/_uswds.scss */
[type="reset"].usa-button-gray:active, [type="reset"].usa-button-gray.usa-button-active {
  background-color: #212121;
}

/* line 2037, scss/_uswds.scss */
[type="image"].usa-button-gray:active, [type="image"].usa-button-gray.usa-button-active {
  background-color: #212121;
}

/* line 2043, scss/_uswds.scss */
.usa-button.usa-button-red,
.usa-button-primary.usa-button-red,
.usa-button:visited.usa-button-red,
.usa-button-primary:visited.usa-button-red,
button.usa-button-red,
[type="button"].usa-button-red,
[type="submit"].usa-button-red,
[type="reset"].usa-button-red,
[type="image"].usa-button-red {
  background-color: #e31c3d;
}

/* line 2056, scss/_uswds.scss */
.usa-button.usa-button-red:hover, .usa-button.usa-button-red.usa-button-hover {
  background-color: #cd2026;
}

/* line 2063, scss/_uswds.scss */
.usa-button-primary.usa-button-red:hover, .usa-button-primary.usa-button-red.usa-button-hover {
  background-color: #cd2026;
}

/* line 2070, scss/_uswds.scss */
.usa-button:visited.usa-button-red:hover, .usa-button:visited.usa-button-red.usa-button-hover {
  background-color: #cd2026;
}

/* line 2077, scss/_uswds.scss */
.usa-button-primary:visited.usa-button-red:hover, .usa-button-primary:visited.usa-button-red.usa-button-hover {
  background-color: #cd2026;
}

/* line 2084, scss/_uswds.scss */
button.usa-button-red:hover, button.usa-button-red.usa-button-hover {
  background-color: #cd2026;
}

/* line 2091, scss/_uswds.scss */
[type="button"].usa-button-red:hover, [type="button"].usa-button-red.usa-button-hover {
  background-color: #cd2026;
}

/* line 2098, scss/_uswds.scss */
[type="submit"].usa-button-red:hover, [type="submit"].usa-button-red.usa-button-hover {
  background-color: #cd2026;
}

/* line 2105, scss/_uswds.scss */
[type="reset"].usa-button-red:hover, [type="reset"].usa-button-red.usa-button-hover {
  background-color: #cd2026;
}

/* line 2112, scss/_uswds.scss */
[type="image"].usa-button-red:hover, [type="image"].usa-button-red.usa-button-hover {
  background-color: #cd2026;
}

/* line 2119, scss/_uswds.scss */
.usa-button.usa-button-red:active, .usa-button.usa-button-red.usa-button-active {
  background-color: #981b1e;
}

/* line 2126, scss/_uswds.scss */
.usa-button-primary.usa-button-red:active, .usa-button-primary.usa-button-red.usa-button-active {
  background-color: #981b1e;
}

/* line 2133, scss/_uswds.scss */
.usa-button:visited.usa-button-red:active, .usa-button:visited.usa-button-red.usa-button-active {
  background-color: #981b1e;
}

/* line 2140, scss/_uswds.scss */
.usa-button-primary:visited.usa-button-red:active, .usa-button-primary:visited.usa-button-red.usa-button-active {
  background-color: #981b1e;
}

/* line 2147, scss/_uswds.scss */
button.usa-button-red:active, button.usa-button-red.usa-button-active {
  background-color: #981b1e;
}

/* line 2154, scss/_uswds.scss */
[type="button"].usa-button-red:active, [type="button"].usa-button-red.usa-button-active {
  background-color: #981b1e;
}

/* line 2161, scss/_uswds.scss */
[type="submit"].usa-button-red:active, [type="submit"].usa-button-red.usa-button-active {
  background-color: #981b1e;
}

/* line 2168, scss/_uswds.scss */
[type="reset"].usa-button-red:active, [type="reset"].usa-button-red.usa-button-active {
  background-color: #981b1e;
}

/* line 2175, scss/_uswds.scss */
[type="image"].usa-button-red:active, [type="image"].usa-button-red.usa-button-active {
  background-color: #981b1e;
}

/* line 2181, scss/_uswds.scss */
.usa-button.usa-button-big,
.usa-button-primary.usa-button-big,
.usa-button:visited.usa-button-big,
.usa-button-primary:visited.usa-button-big,
button.usa-button-big,
[type="button"].usa-button-big,
[type="submit"].usa-button-big,
[type="reset"].usa-button-big,
[type="image"].usa-button-big {
  border-radius: 8px;
  font-size: 2.4rem;
  padding: 1.5rem 3rem;
}

/* line 2195, scss/_uswds.scss */
.usa-button:disabled,
.usa-button-primary:disabled,
.usa-button:visited:disabled,
.usa-button-primary:visited:disabled,
button:disabled,
[type="button"]:disabled,
[type="submit"]:disabled,
[type="reset"]:disabled,
[type="image"]:disabled {
  background-color: #d6d7d9;
  pointer-events: none;
}

/* line 2209, scss/_uswds.scss */
.usa-button:disabled:hover, .usa-button:disabled.usa-button-hover, .usa-button:disabled:active, .usa-button:disabled.usa-button-active, .usa-button:disabled:focus, .usa-button:disabled.usa-focus {
  background-color: #d6d7d9;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 2222, scss/_uswds.scss */
.usa-button-primary:disabled:hover, .usa-button-primary:disabled.usa-button-hover, .usa-button-primary:disabled:active, .usa-button-primary:disabled.usa-button-active, .usa-button-primary:disabled:focus, .usa-button-primary:disabled.usa-focus {
  background-color: #d6d7d9;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 2235, scss/_uswds.scss */
.usa-button:visited:disabled:hover, .usa-button:visited:disabled.usa-button-hover, .usa-button:visited:disabled:active, .usa-button:visited:disabled.usa-button-active, .usa-button:visited:disabled:focus, .usa-button:visited:disabled.usa-focus {
  background-color: #d6d7d9;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 2248, scss/_uswds.scss */
.usa-button-primary:visited:disabled:hover, .usa-button-primary:visited:disabled.usa-button-hover, .usa-button-primary:visited:disabled:active, .usa-button-primary:visited:disabled.usa-button-active, .usa-button-primary:visited:disabled:focus, .usa-button-primary:visited:disabled.usa-focus {
  background-color: #d6d7d9;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 2261, scss/_uswds.scss */
button:disabled:hover, button:disabled.usa-button-hover, button:disabled:active, button:disabled.usa-button-active, button:disabled:focus, button:disabled.usa-focus {
  background-color: #d6d7d9;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 2274, scss/_uswds.scss */
[type="button"]:disabled:hover, [type="button"]:disabled.usa-button-hover, [type="button"]:disabled:active, [type="button"]:disabled.usa-button-active, [type="button"]:disabled:focus, [type="button"]:disabled.usa-focus {
  background-color: #d6d7d9;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 2287, scss/_uswds.scss */
[type="submit"]:disabled:hover, [type="submit"]:disabled.usa-button-hover, [type="submit"]:disabled:active, [type="submit"]:disabled.usa-button-active, [type="submit"]:disabled:focus, [type="submit"]:disabled.usa-focus {
  background-color: #d6d7d9;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 2300, scss/_uswds.scss */
[type="reset"]:disabled:hover, [type="reset"]:disabled.usa-button-hover, [type="reset"]:disabled:active, [type="reset"]:disabled.usa-button-active, [type="reset"]:disabled:focus, [type="reset"]:disabled.usa-focus {
  background-color: #d6d7d9;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 2313, scss/_uswds.scss */
[type="image"]:disabled:hover, [type="image"]:disabled.usa-button-hover, [type="image"]:disabled:active, [type="image"]:disabled.usa-button-active, [type="image"]:disabled:focus, [type="image"]:disabled.usa-focus {
  background-color: #d6d7d9;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* stylelint-disable */
/* line 2327, scss/_uswds.scss */
.usa-button-disabled {
  background-color: #d6d7d9;
  pointer-events: none;
}

/* line 2331, scss/_uswds.scss */
.usa-button-disabled:hover, .usa-button-disabled.usa-button-hover, .usa-button-disabled:active, .usa-button-disabled.usa-button-active, .usa-button-disabled:focus, .usa-button-disabled.usa-focus {
  background-color: #d6d7d9;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 2343, scss/_uswds.scss */
.usa-button-secondary-disabled,
.usa-button-secondary-inverse-disabled,
.usa-button-secondary:disabled,
.usa-button-secondary-inverse:disabled,
.usa-button-outline-inverse:disabled {
  -webkit-box-shadow: inset 0 0 0 2px #d6d7d9;
  box-shadow: inset 0 0 0 2px #d6d7d9;
  pointer-events: none;
  color: #d6d7d9;
}

/* line 2354, scss/_uswds.scss */
.usa-button-secondary-disabled:hover, .usa-button-secondary-disabled.usa-button-hover, .usa-button-secondary-disabled:active, .usa-button-secondary-disabled.usa-button-active, .usa-button-secondary-disabled:focus, .usa-button-secondary-disabled.usa-focus {
  background-color: #ffffff;
  border: 0;
}

/* line 2366, scss/_uswds.scss */
.usa-button-secondary-inverse-disabled:hover, .usa-button-secondary-inverse-disabled.usa-button-hover, .usa-button-secondary-inverse-disabled:active, .usa-button-secondary-inverse-disabled.usa-button-active, .usa-button-secondary-inverse-disabled:focus, .usa-button-secondary-inverse-disabled.usa-focus {
  background-color: #ffffff;
  border: 0;
}

/* line 2378, scss/_uswds.scss */
.usa-button-secondary:disabled:hover, .usa-button-secondary:disabled.usa-button-hover, .usa-button-secondary:disabled:active, .usa-button-secondary:disabled.usa-button-active, .usa-button-secondary:disabled:focus, .usa-button-secondary:disabled.usa-focus {
  background-color: #ffffff;
  border: 0;
}

/* line 2390, scss/_uswds.scss */
.usa-button-secondary-inverse:disabled:hover, .usa-button-secondary-inverse:disabled.usa-button-hover, .usa-button-secondary-inverse:disabled:active, .usa-button-secondary-inverse:disabled.usa-button-active, .usa-button-secondary-inverse:disabled:focus, .usa-button-secondary-inverse:disabled.usa-focus {
  background-color: #ffffff;
  border: 0;
}

/* line 2402, scss/_uswds.scss */
.usa-button-outline-inverse:disabled:hover, .usa-button-outline-inverse:disabled.usa-button-hover, .usa-button-outline-inverse:disabled:active, .usa-button-outline-inverse:disabled.usa-button-active, .usa-button-outline-inverse:disabled:focus, .usa-button-outline-inverse:disabled.usa-focus {
  background-color: #ffffff;
  border: 0;
}

/* line 2413, scss/_uswds.scss */
html .usa-button-secondary-disabled,
.usa-button-secondary:disabled {
  background-color: #ffffff;
}

/* line 2418, scss/_uswds.scss */
html .usa-button-secondary-inverse-disabled,
.usa-button-secondary-inverse:disabled {
  background-color: transparent;
  color: #5b616b;
  -webkit-box-shadow: inset 0 0 0 2px #5b616b;
  box-shadow: inset 0 0 0 2px #5b616b;
}

/* line 2425, scss/_uswds.scss */
.usa-button-unstyled {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
}

/* line 2435, scss/_uswds.scss */
.usa-button-unstyled:hover {
  background-color: transparent;
}

/* line 2440, scss/_uswds.scss */
.usa-embed-container {
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

/* line 2441, scss/_uswds.scss */
.usa-embed-container iframe,
.usa-embed-container object,
.usa-embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 2458, scss/_uswds.scss */
img {
  max-width: 100%;
}

/* line 2462, scss/_uswds.scss */
.media_link {
  display: inline-block;
  line-height: 0;
}

/* stylelint-disable selector-no-qualifying-type */
/* line 2469, scss/_uswds.scss */
input,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0.1rem solid #5b616b;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #212121;
  display: block;
  font-size: 1.7rem;
  height: 4.4rem;
  line-height: 1.3;
  margin: 0.2em 0;
  max-width: 46rem;
  padding: 1rem 0.7em;
  width: 100%;
}

/* line 2487, scss/_uswds.scss */
input.usa-input-success,
textarea.usa-input-success,
select.usa-input-success {
  border: 3px solid #4aa564;
}

/* stylelint-enable */
/* line 2495, scss/_uswds.scss */
.usa-input-error {
  border-left: 4px solid #cd2026;
  margin-top: 3rem;
  padding-bottom: 0.8rem;
  padding-left: 1.5rem;
  padding-top: 0.8rem;
  position: relative;
  right: 1.9rem;
}

/* line 2504, scss/_uswds.scss */
.usa-input-error input,
.usa-input-error textarea,
.usa-input-error select {
  border: 3px solid #cd2026;
  width: calc(100% + 1.9rem);
}

/* line 2511, scss/_uswds.scss */
.usa-input-error label {
  margin-top: 0;
}

/* line 2515, scss/_uswds.scss */
.usa-input-error .usa-input-inline {
  border: 0.1rem solid #5b616b;
  width: inherit;
}

/* line 2520, scss/_uswds.scss */
.usa-input-error .usa-input-inline-error {
  border: 3px solid #cd2026;
}

/* line 2525, scss/_uswds.scss */
.usa-input-error-label {
  display: block;
  font-size: 1.7rem;
  font-weight: 700;
}

/* line 2531, scss/_uswds.scss */
.usa-input-error-message {
  color: #cd2026;
  display: block;
  font-size: 1.7rem;
  font-weight: 700;
  padding-bottom: 3px;
  padding-top: 3px;
}

/* line 2540, scss/_uswds.scss */
.usa-input-required:after {
  color: #981b1e;
  content: " (*required)";
}

/* line 2545, scss/_uswds.scss */
.usa-input-optional:after {
  color: #757575;
  content: " (optional)";
}

/* line 2550, scss/_uswds.scss */
label {
  display: block;
  margin-top: 3rem;
}

/* line 2556, scss/_uswds.scss */
textarea {
  height: 16rem;
}

/* line 2560, scss/_uswds.scss */
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #ffffff;
  background-image: url("/themes/custom/medicaid/img/arrow-both.png");
  background-image: url("/themes/custom/medicaid/img/arrow-both.svg");
  background-position: right 1.3rem center;
  background-repeat: no-repeat;
  background-size: 1rem;
  padding-right: 3rem;
}

/* line 2572, scss/_uswds.scss */
select::-ms-expand {
  display: none;
}

/* line 2576, scss/_uswds.scss */
select:-webkit-autofill {
  -webkit-appearance: menulist;
  appearance: menulist;
}

/* line 2580, scss/_uswds.scss */
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000000;
}

/* line 2586, scss/_uswds.scss */
option:first-child {
  font-weight: 700;
}

/* line 2590, scss/_uswds.scss */
legend {
  font-size: 3rem;
  font-weight: 700;
}

/* line 2595, scss/_uswds.scss */
.usa-fieldset-inputs label {
  margin-top: 0;
}

/* line 2599, scss/_uswds.scss */
.usa-form-hint {
  color: #757575;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  margin-bottom: 0;
}

/* line 2605, scss/_uswds.scss */
[type="checkbox"],
[type="radio"] {
  position: absolute;
  left: -999em;
}

/* line 2612, scss/_uswds.scss */
.lt-ie9 [type="checkbox"],
.lt-ie9 [type="radio"] {
  border: 0;
  float: left;
  margin: 0.4em 0.4em 0 0;
  position: static;
  width: auto;
}

/* line 2622, scss/_uswds.scss */
[type="checkbox"] + label,
[type="radio"] + label {
  cursor: pointer;
  font-weight: 400;
  margin-bottom: 0.65em;
}

/* line 2629, scss/_uswds.scss */
[type="checkbox"] + label::before {
  background: #ffffff;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 0 1px #757575;
  box-shadow: 0 0 0 1px #757575;
  content: "\a0";
  display: inline-block;
  height: 2rem;
  line-height: 2rem;
  margin-right: 0.6em;
  text-indent: 0.15em;
  vertical-align: middle\0;
  width: 2rem;
}

/* line 2643, scss/_uswds.scss */
[type="radio"] + label::before {
  background: #ffffff;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 0 1px #757575;
  box-shadow: 0 0 0 1px #757575;
  content: "\a0";
  display: inline-block;
  height: 2rem;
  line-height: 2rem;
  margin-right: 0.6em;
  text-indent: 0.15em;
  vertical-align: middle\0;
  width: 2rem;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 0 2px #ffffff, 0 0 0 3px #757575;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 3px #757575;
  height: 1.4rem;
  line-height: 1.4rem;
  margin-right: 0.75em;
  width: 1.4rem;
}

/* line 2665, scss/_uswds.scss */
[type="checkbox"]:checked + label::before {
  background-color: #046791;
  -webkit-box-shadow: 0 0 0 1px #046791;
  box-shadow: 0 0 0 1px #046791;
}

/* line 2670, scss/_uswds.scss */
[type="radio"]:checked + label::before {
  background-color: #046791;
  -webkit-box-shadow: 0 0 0 1px #046791;
  box-shadow: 0 0 0 1px #046791;
  -webkit-box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #046791;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #046791;
}

/* line 2679, scss/_uswds.scss */
[type="checkbox"]:checked + label::before,
[type="checkbox"]:checked:disabled + label::before {
  background-image: url("/themes/custom/medicaid/img/correct8.png");
  background-image: url("/themes/custom/medicaid/img/correct8.svg");
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 2688, scss/_uswds.scss */
[type="radio"]:focus + label::before {
  outline: 2px dotted #aeb0b5;
  outline-offset: 6px;
}

/* line 2694, scss/_uswds.scss */
[type="checkbox"]:disabled + label {
  color: #d6d7d9;
}

/* line 2698, scss/_uswds.scss */
[type="checkbox"]:focus + label::before {
  outline: 2px dotted #aeb0b5;
  outline-offset: 3px;
}

/* line 2703, scss/_uswds.scss */
[type="checkbox"]:disabled + label::before {
  background: #f1f1f1;
  -webkit-box-shadow: 0 0 0 1px #aeb0b5;
  box-shadow: 0 0 0 1px #aeb0b5;
  cursor: not-allowed;
}

/* line 2710, scss/_uswds.scss */
[type="radio"]:disabled + label::before {
  background: #f1f1f1;
  -webkit-box-shadow: 0 0 0 1px #aeb0b5;
  box-shadow: 0 0 0 1px #aeb0b5;
  cursor: not-allowed;
}

/* line 2716, scss/_uswds.scss */
[type="range"] {
  -webkit-appearance: none;
  border: none;
  padding-left: 0;
  width: 100%;
}

/* line 2722, scss/_uswds.scss */
[type="range"]::-webkit-slider-runnable-track {
  background: #aeb0b5;
  border: 1px solid #757575;
  cursor: pointer;
  height: 1.2rem;
  width: 100%;
}

/* line 2730, scss/_uswds.scss */
[type="range"]::-moz-range-track {
  background: #046791;
  border: 1px solid #757575;
  cursor: pointer;
  height: 1.2rem;
  width: 100%;
}

/* line 2738, scss/_uswds.scss */
[type="range"]::-ms-track {
  background: transparent;
  color: transparent;
  cursor: pointer;
  height: 1.2rem;
  width: 100%;
}

/* line 2746, scss/_uswds.scss */
[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 1px solid #757575;
  height: 2.2rem;
  border-radius: 1.5rem;
  background: #f1f1f1;
  cursor: pointer;
  margin-top: -0.65rem;
  width: 2.2rem;
}

/* line 2757, scss/_uswds.scss */
[type="range"]::-moz-range-thumb, [type="range"]::-ms-thumb {
  background: #f1f1f1;
  border: 1px solid #757575;
  border-radius: 1.5rem;
  cursor: pointer;
  height: 2.2rem;
  width: 2.2rem;
}

/* line 2767, scss/_uswds.scss */
[type="range"]::-ms-fill-lower, [type="range"]::-ms-fill-upper {
  background: #aeb0b5;
  border: 1px solid #757575;
  border-radius: 2rem;
}

/* line 2776, scss/_uswds.scss */
.usa-date-of-birth label {
  margin-top: 0;
}

/* line 2780, scss/_uswds.scss */
.usa-date-of-birth [type="number"] {
  -moz-appearance: textfield;
}

/* line 2781, scss/_uswds.scss */
.usa-date-of-birth [type="number"]::-webkit-inner-spin-button, .usa-date-of-birth [type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

/* line 2792, scss/_uswds.scss */
.usa-form-group-day,
.usa-form-group-month {
  clear: none;
  float: left;
  margin-right: 1.5rem;
  width: 5rem;
}

/* line 2800, scss/_uswds.scss */
.usa-form-group-year {
  clear: none;
  float: left;
  margin-right: 1.5rem;
  width: 5rem;
  width: 7rem;
}

/* line 2808, scss/_uswds.scss */
.usa-label,
.usa-label-big {
  background-color: #5b616b;
  border-radius: 2px;
  color: #ffffff;
  font-size: 1.5rem;
  margin-right: 0.5rem;
  padding: 0.1rem 0.7rem;
  text-transform: uppercase;
}

/* line 2819, scss/_uswds.scss */
.usa-label:only-of-type {
  margin-right: 0;
}

/* line 2823, scss/_uswds.scss */
.usa-label-big {
  font-size: 1.7rem;
  padding-left: 0.9rem;
  padding-right: 0.9rem;
}

/* line 2824, scss/_uswds.scss */
.usa-label-big:only-of-type {
  margin-right: 0;
}

/* line 2833, scss/_uswds.scss */
ul,
ol {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 1.94em;
}

/* line 2840, scss/_uswds.scss */
li {
  line-height: 1.5;
  margin-bottom: 0.5em;
}

/* line 2844, scss/_uswds.scss */
li:last-child {
  margin-bottom: 0;
}

/* line 2850, scss/_uswds.scss */
h1 + ul,
h1 + ol {
  margin-top: 0;
}

/* line 2857, scss/_uswds.scss */
h2 + ul,
h2 + ol {
  margin-top: 0;
}

/* line 2864, scss/_uswds.scss */
h3 + ul,
h3 + ol {
  margin-top: 0;
}

/* line 2871, scss/_uswds.scss */
h4 + ul,
h4 + ol {
  margin-top: 0;
}

/* line 2878, scss/_uswds.scss */
h5 + ul,
h5 + ol {
  margin-top: 0;
}

/* line 2885, scss/_uswds.scss */
h6 + ul,
h6 + ol {
  margin-top: 0;
}

/* line 2892, scss/_uswds.scss */
p + ul,
p + ol {
  margin-top: 0;
}

/* line 2898, scss/_uswds.scss */
.usa-unstyled-list {
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
}

/* line 2904, scss/_uswds.scss */
.usa-unstyled-list > li {
  margin-bottom: 0;
}

/* line 2909, scss/_uswds.scss */
table {
  border-spacing: 0;
  margin: 2em 0;
}

/* line 2915, scss/_uswds.scss */
thead th {
  font-weight: 700;
  background-color: #f1f1f1;
}

/* line 2920, scss/_uswds.scss */
thead td {
  background-color: #f1f1f1;
}

/* line 2925, scss/_uswds.scss */
th {
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #5b616b;
  font-weight: 400;
  padding: 1rem 1.5rem;
}

/* line 2933, scss/_uswds.scss */
td {
  background-color: #ffffff;
  border: 1px solid #5b616b;
  font-weight: 400;
  padding: 1rem 1.5rem;
}

/* line 2941, scss/_uswds.scss */
.usa-table-borderless thead th {
  background-color: transparent;
  border-top: 0;
}

/* line 2946, scss/_uswds.scss */
.usa-table-borderless th,
.usa-table-borderless td {
  border-left: 0;
  border-right: 0;
}

/* line 2952, scss/_uswds.scss */
.usa-table-borderless th:first-child {
  padding-left: 0;
}

/* line 2957, scss/_uswds.scss */
caption {
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Merriweather", "Georgia", "Cambria", "Times New Roman", "Times", serif;
  margin-bottom: 1.2rem;
  text-align: left;
}

/* line 2965, scss/_uswds.scss */
html {
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 10px;
}

/* line 2970, scss/_uswds.scss */
body {
  font-size: 1.7rem;
}

/* line 2974, scss/_uswds.scss */
p {
  line-height: 1.5;
  margin-bottom: 1em;
  margin-top: 1em;
}

/* line 2980, scss/_uswds.scss */
a {
  color: #046791;
  text-decoration: underline;
}

/* line 2984, scss/_uswds.scss */
a:hover, a:active {
  color: #17415f;
}

/* line 2989, scss/_uswds.scss */
a:focus {
  outline: 2px dotted #aeb0b5;
  outline-offset: 3px;
}

/* line 2994, scss/_uswds.scss */
a:visited {
  color: #862074;
}

/* line 3000, scss/_uswds.scss */
.usa-external_link::after {
  background: url("/themes/custom/medicaid/img/external-link.png") no-repeat 0 0;
  background: url("/themes/custom/medicaid/img/external-link.svg") no-repeat 0 0;
  background-size: 100%;
  content: "";
  display: inline-block;
  height: 0.65em;
  margin-bottom: -1px;
  margin-left: 4px;
  width: 0.65em;
}

/* line 3012, scss/_uswds.scss */
.usa-external_link:hover::after {
  background-image: url("/themes/custom/medicaid/img/external-link-hover.png");
  background-image: url("/themes/custom/medicaid/img/external-link-hover.svg");
}

/* line 3019, scss/_uswds.scss */
.usa-external_link-alt::after {
  background: url("/themes/custom/medicaid/img/external-link-alt.png") no-repeat 0 0;
  background: url("/themes/custom/medicaid/img/external-link-alt.svg") no-repeat 0 0;
  background-size: 100%;
  content: "";
  display: inline-block;
  height: 0.65em;
  margin-bottom: -1px;
  margin-left: 4px;
  width: 0.65em;
}

/* line 3031, scss/_uswds.scss */
.usa-external_link-alt:hover::after {
  background-image: url("/themes/custom/medicaid/img/external-link-alt-hover.png");
  background-image: url("/themes/custom/medicaid/img/external-link-alt-hover.svg");
}

/* line 3037, scss/_uswds.scss */
h1,
h2,
h3,
h4,
h5 {
  clear: both;
  font-family: "Merriweather", "Georgia", "Cambria", "Times New Roman", "Times", serif;
  line-height: 1.3;
  margin-bottom: 0.5em;
  margin-top: 1.5em;
}

/* line 3049, scss/_uswds.scss */
h6 {
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
}

/* line 3053, scss/_uswds.scss */
h1 {
  font-size: 4rem;
  font-weight: 700;
}

/* line 3058, scss/_uswds.scss */
h2 {
  font-size: 3rem;
  font-weight: 700;
}

/* line 3063, scss/_uswds.scss */
h3 {
  font-size: 2rem;
  font-weight: 700;
}

/* line 3068, scss/_uswds.scss */
h4 {
  font-size: 1.7rem;
  font-weight: 700;
}

/* line 3073, scss/_uswds.scss */
h5 {
  font-size: 1.5rem;
  font-weight: 700;
}

/* line 3078, scss/_uswds.scss */
h6 {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
}

/* line 3085, scss/_uswds.scss */
cite,
var,
address,
dfn {
  font-style: normal;
}

/* line 3093, scss/_uswds.scss */
.usa-content p,
.usa-content ul:not(.usa-accordion):not(.usa-accordion-bordered),
.usa-content ol:not(.usa-accordion):not(.usa-accordion-bordered) {
  max-width: 66ch;
}

/* line 3100, scss/_uswds.scss */
.usa-content-list {
  max-width: 66ch;
}

/* line 3105, scss/_uswds.scss */
.usa-sans p,
.usa-sans a,
.usa-sans li,
.usa-sans span {
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
}

/* line 3112, scss/_uswds.scss */
.usa-sans a {
  border-bottom: none;
  font-weight: 700;
}

/* line 3119, scss/_uswds.scss */
.usa-serif p,
.usa-serif a,
.usa-serif li,
.usa-serif span {
  font-family: "Merriweather", "Georgia", "Cambria", "Times New Roman", "Times", serif;
}

/* line 3127, scss/_uswds.scss */
.usa-display {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0;
}

@media screen and (min-width: 481px) {
  /* line 3134, scss/_uswds.scss */
  .usa-display {
    font-size: 4rem;
    font-weight: 700;
  }
}

@media screen and (min-width: 600px) {
  /* line 3141, scss/_uswds.scss */
  .usa-display {
    font-size: 5.2rem;
    font-weight: 700;
  }
}

/* line 3147, scss/_uswds.scss */
.usa-font-lead {
  font-family: "Merriweather", "Georgia", "Cambria", "Times New Roman", "Times", serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.7;
  max-width: 77rem;
}

/* line 3155, scss/_uswds.scss */
.usa-image-block {
  position: relative;
}

/* line 3159, scss/_uswds.scss */
.usa-image-text-block {
  color: #ffffff;
  left: 0;
  margin-left: 8%;
  position: absolute;
  top: 0;
}

/* line 3167, scss/_uswds.scss */
.usa-image-text {
  margin-top: 0;
}

/* line 3171, scss/_uswds.scss */
.usa-drop_text {
  margin-bottom: 0;
}

/* line 3175, scss/_uswds.scss */
.usa-background-dark {
  background-color: #323a45;
}

/* line 3178, scss/_uswds.scss */
.usa-background-dark p,
.usa-background-dark span {
  color: #ffffff;
}

/* line 3183, scss/_uswds.scss */
.usa-background-dark a {
  color: #d6d7d9;
}

/* line 3186, scss/_uswds.scss */
.usa-background-dark a:hover {
  color: #ffffff;
}

/* line 3192, scss/_uswds.scss */
.usa-text-small {
  font-size: 1.3rem;
  margin-top: 0;
}

/* line 3197, scss/_uswds.scss */
.usa-section > :first-child,
.usa-grid > :first-child,
.usa-grid-full > :first-child {
  margin-top: 0;
}

/* line 3203, scss/_uswds.scss */
.usa-section > :last-child,
.usa-grid > :last-child,
.usa-grid-full > :last-child {
  margin-bottom: 0;
}

/* line 3209, scss/_uswds.scss */
.usa-width-one-whole:first-child > :first-child,
.usa-width-one-half:first-child > :first-child,
.usa-width-one-third:first-child > :first-child,
.usa-width-two-thirds:first-child > :first-child,
.usa-width-one-fourth:first-child > :first-child,
.usa-width-three-fourths:first-child > :first-child,
.usa-width-one-sixth:first-child > :first-child,
.usa-width-five-sixths:first-child > :first-child,
.usa-width-one-twelfth:first-child > :first-child {
  margin-top: 0;
}

@media screen and (min-width: 600px) {
  /* line 3222, scss/_uswds.scss */
  .usa-width-one-whole > :first-child,
  .usa-width-one-half > :first-child,
  .usa-width-one-third > :first-child,
  .usa-width-two-thirds > :first-child,
  .usa-width-one-fourth > :first-child,
  .usa-width-three-fourths > :first-child,
  .usa-width-one-sixth > :first-child,
  .usa-width-five-sixths > :first-child,
  .usa-width-one-twelfth > :first-child {
    margin-top: 0;
  }
}

/* line 3235, scss/_uswds.scss */
.usa-width-one-whole:last-child > :last-child,
.usa-width-one-half:last-child > :last-child,
.usa-width-one-third:last-child > :last-child,
.usa-width-two-thirds:last-child > :last-child,
.usa-width-one-fourth:last-child > :last-child,
.usa-width-three-fourths:last-child > :last-child,
.usa-width-one-sixth:last-child > :last-child,
.usa-width-five-sixths:last-child > :last-child,
.usa-width-one-twelfth:last-child > :last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 600px) {
  /* line 3248, scss/_uswds.scss */
  .usa-width-one-whole > :last-child,
  .usa-width-one-half > :last-child,
  .usa-width-one-third > :last-child,
  .usa-width-two-thirds > :last-child,
  .usa-width-one-fourth > :last-child,
  .usa-width-three-fourths > :last-child,
  .usa-width-one-sixth > :last-child,
  .usa-width-five-sixths > :last-child,
  .usa-width-one-twelfth > :last-child {
    margin-bottom: 0;
  }
}

/* line 3261, scss/_uswds.scss */
.usa-accordion,
.usa-accordion-bordered {
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  color: #212121;
  margin: 0;
  padding: 0;
  width: 100%;
}

/* line 3273, scss/_uswds.scss */
.usa-accordion > li,
.usa-accordion-bordered > li {
  margin-bottom: 0;
}

/* line 3278, scss/_uswds.scss */
.usa-accordion > ul li ul,
.usa-accordion-bordered > ul li ul {
  list-style: disc;
}

/* line 3283, scss/_uswds.scss */
.usa-accordion > ul li ul > li > ul,
.usa-accordion-bordered > ul li ul > li > ul {
  list-style: circle;
}

/* line 3288, scss/_uswds.scss */
.usa-accordion > ul li ul > li > ul > li > ul,
.usa-accordion-bordered > ul li ul > li > ul > li > ul {
  list-style: square;
}

/* line 3294, scss/_uswds.scss */
.usa-accordion + .usa-accordion,
.usa-accordion + .usa-accordion-bordered {
  margin-top: 1rem;
}

/* line 3301, scss/_uswds.scss */
.usa-accordion-bordered + .usa-accordion,
.usa-accordion-bordered + .usa-accordion-bordered {
  margin-top: 1rem;
}

/* line 3307, scss/_uswds.scss */
.usa-accordion > ul,
.usa-accordion-bordered > ul {
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  color: #212121;
  margin: 0;
  padding: 0;
  width: 100%;
}

/* line 3319, scss/_uswds.scss */
.usa-accordion > ul > li,
.usa-accordion-bordered > ul > li {
  margin-bottom: 0;
}

/* line 3324, scss/_uswds.scss */
.usa-accordion > ul > li,
.usa-accordion-bordered > ul > li {
  background-color: #f1f1f1;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  list-style: none;
  margin-bottom: 0.5rem;
  width: 100%;
}

/* line 3333, scss/_uswds.scss */
.usa-accordion > ul button,
.usa-accordion-bordered > ul button {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  background-color: #f1f1f1;
  background-image: url("/themes/custom/medicaid/img/minus.png");
  background-image: url("/themes/custom/medicaid/img/minus.svg");
  background-position: right 2rem center;
  background-repeat: no-repeat;
  background-size: 1.5rem;
  color: #212121;
  cursor: pointer;
  display: inline-block;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 1.5rem 5.5rem 1.5rem 2rem;
  width: 100%;
}

/* line 3359, scss/_uswds.scss */
.usa-accordion > ul button:hover,
.usa-accordion-bordered > ul button:hover {
  background-color: transparent;
}

/* line 3364, scss/_uswds.scss */
.usa-accordion > ul button:hover,
.usa-accordion-bordered > ul button:hover {
  background-color: #d6d7d9;
  color: #212121;
}

/* line 3371, scss/_uswds.scss */
.usa-accordion > ul button h1,
.usa-accordion > ul button h2,
.usa-accordion > ul button h3,
.usa-accordion > ul button h4,
.usa-accordion > ul button h5,
.usa-accordion > ul button h6 {
  margin: 0;
}

/* line 3382, scss/_uswds.scss */
.usa-accordion-bordered > ul button h1,
.usa-accordion-bordered > ul button h2,
.usa-accordion-bordered > ul button h3,
.usa-accordion-bordered > ul button h4,
.usa-accordion-bordered > ul button h5,
.usa-accordion-bordered > ul button h6 {
  margin: 0;
}

/* line 3392, scss/_uswds.scss */
.usa-accordion > ul [aria-expanded="false"],
.usa-accordion-bordered > ul [aria-expanded="false"] {
  background-image: url("/themes/custom/medicaid/img/plus.png");
  background-image: url("/themes/custom/medicaid/img/plus.svg");
  background-repeat: no-repeat;
  background-size: 1.5rem;
}

/* line 3400, scss/_uswds.scss */
.usa-accordion > li {
  background-color: #f1f1f1;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  list-style: none;
  margin-bottom: 0.5rem;
  width: 100%;
}

/* line 3409, scss/_uswds.scss */
.usa-accordion-bordered > li {
  background-color: #f1f1f1;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  list-style: none;
  margin-bottom: 0.5rem;
  width: 100%;
}

/* line 3417, scss/_uswds.scss */
.usa-accordion-bordered .usa-accordion-content {
  border-bottom: 3px solid #f1f1f1;
  border-left: 3px solid #f1f1f1;
  border-right: 3px solid #f1f1f1;
}

/* line 3424, scss/_uswds.scss */
.usa-accordion-content {
  background-color: #ffffff;
  overflow: auto;
  padding: 1.5rem 2rem;
}

/* line 3430, scss/_uswds.scss */
.usa-accordion-content > *:first-child {
  margin-top: 0;
}

/* line 3434, scss/_uswds.scss */
.usa-accordion-content > *:last-child {
  margin-bottom: 0;
}

/* line 3439, scss/_uswds.scss */
.usa-accordion-content:not([aria-hidden]) {
  position: absolute;
  left: -999em;
}

/* line 3444, scss/_uswds.scss */
.usa-accordion-content[aria-hidden="true"] {
  display: none;
}

/* line 3449, scss/_uswds.scss */
.usa-accordion-button {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  background-color: #f1f1f1;
  background-image: url("/themes/custom/medicaid/img/minus.png");
  background-image: url("/themes/custom/medicaid/img/minus.svg");
  background-position: right 2rem center;
  background-repeat: no-repeat;
  background-size: 1.5rem;
  color: #212121;
  cursor: pointer;
  display: inline-block;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 1.5rem 5.5rem 1.5rem 2rem;
  width: 100%;
}

/* line 3473, scss/_uswds.scss */
.usa-accordion-button:hover {
  background-color: transparent;
  background-color: #d6d7d9;
  color: #212121;
}

/* line 3479, scss/_uswds.scss */
.usa-accordion-button h1,
.usa-accordion-button h2,
.usa-accordion-button h3,
.usa-accordion-button h4,
.usa-accordion-button h5,
.usa-accordion-button h6 {
  margin: 0;
}

/* line 3488, scss/_uswds.scss */
.usa-accordion-button[aria-expanded="false"] {
  background-image: url("/themes/custom/medicaid/img/plus.png");
  background-image: url("/themes/custom/medicaid/img/plus.svg");
  background-repeat: no-repeat;
  background-size: 1.5rem;
}

/* line 3496, scss/_uswds.scss */
.usa-alert {
  background-color: #f1f1f1;
  background-position: 2rem 2rem;
  background-repeat: no-repeat;
  background-size: 5.2rem;
  padding-bottom: 1.4rem;
  padding-left: 3rem;
  padding-right: 2rem;
  padding-top: 2rem;
  position: relative;
}

/* line 3507, scss/_uswds.scss */
.usa-alert::before {
  background-color: #8b8b8b;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 1rem;
}

/* line 3517, scss/_uswds.scss */
.usa-alert a {
  color: #17415f;
}

/* line 3520, scss/_uswds.scss */
.usa-alert a:focus, .usa-alert a:hover {
  color: #112e51;
}

/* line 3526, scss/_uswds.scss */
.usa-alert ul {
  margin-bottom: 0;
  margin-top: 1rem;
  padding-left: 1rem;
}

/* line 3536, scss/_uswds.scss */
.usa-alert-slim {
  background-position: 2rem 1rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
}

/* line 3541, scss/_uswds.scss */
.usa-alert-slim .usa-alert-text:only-child {
  margin-bottom: 0.5rem;
  padding-top: 0.5rem;
}

/* line 3547, scss/_uswds.scss */
.usa-alert-icon {
  display: table-cell;
  padding-right: 1rem;
}

/* line 3552, scss/_uswds.scss */
.usa-alert-body {
  display: table-cell;
  padding-left: 5rem;
  vertical-align: top;
  color: #1b1b1b;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
}

/* line 3560, scss/_uswds.scss */
.usa-alert-heading {
  margin-top: 0;
  margin-bottom: 0.8rem;
  line-height: 0.9;
  font-size: 2.13rem;
  color: #1b1b1b;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
}

/* line 3569, scss/_uswds.scss */
.usa-alert-text {
  margin-bottom: 0;
  margin-top: 0;
  color: #1b1b1b;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
}

/* line 3575, scss/_uswds.scss */
.usa-alert-text:only-child {
  margin-bottom: 1rem;
  padding-top: 0.5rem;
}

/* line 3581, scss/_uswds.scss */
.usa-alert-success {
  background-color: #ecf3ec;
  background-image: url("/themes/custom/medicaid/img/alerts/success.png");
  background-image: url("/themes/custom/medicaid/img/alerts/success.svg");
}

/* line 3586, scss/_uswds.scss */
.usa-alert-success::before {
  background-color: #00a91c;
}

/* line 3591, scss/_uswds.scss */
.usa-alert-warning {
  background-color: #faf3d1;
  background-image: url("/themes/custom/medicaid/img/alerts/warning.png");
  background-image: url("/themes/custom/medicaid/img/alerts/warning.svg");
}

/* line 3596, scss/_uswds.scss */
.usa-alert-warning::before {
  background-color: #ffbe2e;
}

/* line 3601, scss/_uswds.scss */
.usa-alert-error {
  background-color: #f4e3db;
  background-image: url("/themes/custom/medicaid/img/alerts/error.png");
  background-image: url("/themes/custom/medicaid/img/alerts/error.svg");
}

/* line 3606, scss/_uswds.scss */
.usa-alert-error::before {
  background-color: #d54309;
}

/* line 3611, scss/_uswds.scss */
.usa-alert-info {
  background-color: #e7f6f8;
  background-image: url("/themes/custom/medicaid/img/alerts/info.png");
  background-image: url("/themes/custom/medicaid/img/alerts/info.svg");
}

/* line 3616, scss/_uswds.scss */
.usa-alert-info::before {
  background-color: #00bde3;
}

/* line 3621, scss/_uswds.scss */
.usa-alert-no_icon {
  background-image: none;
}

/* line 3625, scss/_uswds.scss */
.usa-alert-paragraph {
  width: 66ch;
}

/* line 3629, scss/_uswds.scss */
.usa-alert {
  margin-top: 0;
}

/* line 3633, scss/_uswds.scss */
.usa-banner {
  background-color: #f1f1f1;
  padding-bottom: 0.7rem;
}

@media screen and (min-width: 481px) {
  /* line 3639, scss/_uswds.scss */
  .usa-banner {
    font-size: 1.3rem;
    padding-bottom: 0;
  }
}

/* line 3645, scss/_uswds.scss */
.usa-banner-content {
  padding-right: 0.35%;
  padding-bottom: 3px;
  padding-left: 0.35%;
  background-color: transparent;
  font-size: 1.5rem;
  padding-top: 2rem;
  width: 100%;
}

/* line 3654, scss/_uswds.scss */
.usa-banner-content p:first-child {
  margin-top: 1rem;
}

@media screen and (min-width: 600px) {
  /* line 3660, scss/_uswds.scss */
  .usa-banner-content {
    padding-bottom: 2.3rem;
    padding-top: 4rem;
  }
}

@media screen and (min-width: 1071px) {
  /* line 3667, scss/_uswds.scss */
  .usa-banner-content {
    padding-right: 0.35%;
    padding-left: 0.35%;
  }
}

@media screen and (min-width: 600px) {
  /* line 3674, scss/_uswds.scss */
  .usa-banner-content p:first-child {
    margin-top: 0;
  }
}

/* line 3679, scss/_uswds.scss */
.usa-banner-inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0.35%;
  padding-left: 0.35%;
  max-width: 1180px;
}

/* line 3687, scss/_uswds.scss */
.usa-banner-inner::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (min-width: 1071px) {
  /* line 3695, scss/_uswds.scss */
  .usa-banner-inner {
    padding-right: 0.35%;
    padding-left: 0.35%;
  }
}

/* line 3701, scss/_uswds.scss */
.usa-banner-header {
  padding-top: 0.55rem;
  padding-bottom: 0.55rem;
  font-size: 1.4rem;
  font-weight: 400;
}

/* line 3707, scss/_uswds.scss */
.usa-banner-header p {
  margin-top: 0.3rem;
  display: inline;
  overflow: hidden;
  vertical-align: middle;
}

/* line 3714, scss/_uswds.scss */
.usa-banner-header img {
  float: left;
  margin-right: 1rem;
  margin-top: 1px;
  width: 2.4rem;
}

@media screen and (min-width: 481px) {
  /* line 3723, scss/_uswds.scss */
  .usa-banner-header {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 481px) {
  /* line 3730, scss/_uswds.scss */
  .usa-banner-header p {
    display: inline-block;
  }
}

@media screen and (min-width: 481px) {
  /* line 3736, scss/_uswds.scss */
  .usa-banner-header img {
    margin-right: 1.2rem;
    margin-top: 0.3rem !important;
    margin-bottom: 0.3rem;
    width: 2rem;
  }
}

/* line 3744, scss/_uswds.scss */
.usa-banner-header-expanded {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #aeb0b5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
  min-height: 5.6rem;
  padding-right: 3rem;
}

/* line 3752, scss/_uswds.scss */
.usa-banner-header-expanded > .usa-banner-inner {
  margin-left: 0;
}

/* line 3756, scss/_uswds.scss */
.usa-banner-header-expanded img {
  margin-right: 2.4rem;
}

/* line 3760, scss/_uswds.scss */
.usa-banner-header-expanded p {
  line-height: 1.3;
  vertical-align: top;
}

@media screen and (min-width: 481px) {
  /* line 3767, scss/_uswds.scss */
  .usa-banner-header-expanded {
    border-bottom: none;
    display: block;
    font-size: 1.2rem;
    font-weight: 400;
    min-height: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 481px) {
  /* line 3778, scss/_uswds.scss */
  .usa-banner-header-expanded > .usa-banner-inner {
    margin-left: auto;
  }
}

@media screen and (min-width: 481px) {
  /* line 3784, scss/_uswds.scss */
  .usa-banner-header-expanded img {
    margin-right: 0.7rem;
  }
}

@media screen and (min-width: 481px) {
  /* line 3790, scss/_uswds.scss */
  .usa-banner-header-expanded p {
    line-height: 1.5;
    vertical-align: middle;
  }
}

/* line 3796, scss/_uswds.scss */
.usa-banner-button {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  padding-top: 1.3rem;
  padding-left: 4.8rem;
  background-position-x: right;
  color: #046791;
  display: block;
  font-size: 1.2rem;
  height: 4.3rem;
  left: 0;
  position: absolute;
  text-decoration: underline;
  top: 0;
  width: 100%;
}

/* line 3818, scss/_uswds.scss */
.usa-banner-button:hover {
  background-color: transparent;
  color: #17415f;
  text-decoration: underline;
}

/* line 3824, scss/_uswds.scss */
.usa-banner-button[aria-expanded="false"] {
  background-image: none;
}

/* line 3827, scss/_uswds.scss */
.usa-banner-button[aria-expanded="false"]::after {
  background-image: url("/themes/custom/medicaid/img/angle-arrow-down-primary.png");
  background-image: url("/themes/custom/medicaid/img/angle-arrow-down-primary.svg");
  background-size: 100%;
  content: "";
  display: inline-block;
  height: 1rem;
  width: 1rem;
  /* stylelint-disable block-closing-brace-newline-after, at-rule-empty-line-before */
  margin-left: 0;
  /* stylelint-enable */
}

/* line 3842, scss/_uswds.scss */
.usa-banner-button[aria-expanded="false"]:hover::after {
  background-image: url("/themes/custom/medicaid/img/angle-arrow-down-primary-hover.png");
  background-image: url("/themes/custom/medicaid/img/angle-arrow-down-primary-hover.svg");
}

/* line 3847, scss/_uswds.scss */
.usa-banner-button[aria-expanded="false"]::after {
  background-position-y: 1px;
}

/* line 3852, scss/_uswds.scss */
.usa-banner-button[aria-expanded="true"] {
  background-image: none;
  height: 5.6rem;
}

/* line 3856, scss/_uswds.scss */
.usa-banner-button[aria-expanded="true"]::after {
  background-image: url("/themes/custom/medicaid/img/close.png");
  background-image: url("/themes/custom/medicaid/img/close.svg");
  background-size: 100%;
  content: "";
  display: inline-block;
  height: 1.3rem;
  width: 1.3rem;
  /* stylelint-disable block-closing-brace-newline-after, at-rule-empty-line-before */
  margin-left: 0;
  /* stylelint-enable */
  position: absolute;
  right: 1.5rem;
  top: 2.15rem;
}

/* line 3875, scss/_uswds.scss */
.usa-banner-button[aria-expanded="true"] .usa-banner-button-text {
  display: none;
}

@media screen and (min-width: 481px) {
  /* line 3882, scss/_uswds.scss */
  .usa-banner-button {
    padding-top: 0;
    padding-left: 0;
    /* stylelint-disable declaration-block-no-ignored-properties */
    display: inline;
    height: initial;
    margin-left: 3px;
    position: relative;
    vertical-align: middle;
    width: initial;
    /* stylelint-enable */
  }
}

@media screen and (min-width: 481px) {
  /* line 3899, scss/_uswds.scss */
  .usa-banner-button[aria-expanded="true"] {
    height: initial;
    padding: 0;
    position: relative;
  }
  /* line 3904, scss/_uswds.scss */
  .usa-banner-button[aria-expanded="true"]::after {
    background-image: url("/themes/custom/medicaid/img/angle-arrow-up-primary.png");
    background-image: url("/themes/custom/medicaid/img/angle-arrow-up-primary.svg");
    background-size: 100%;
    content: "";
    display: inline-block;
    height: 1rem;
    width: 1rem;
    /* stylelint-disable block-closing-brace-newline-after, at-rule-empty-line-before */
    margin-left: 0;
    /* stylelint-enable */
  }
  /* line 3919, scss/_uswds.scss */
  .usa-banner-button[aria-expanded="true"]:hover::after {
    background-image: url("/themes/custom/medicaid/img/angle-arrow-up-primary-hover.png");
    background-image: url("/themes/custom/medicaid/img/angle-arrow-up-primary-hover.svg");
  }
  /* line 3924, scss/_uswds.scss */
  .usa-banner-button[aria-expanded="true"]::after {
    background-position-y: 1px;
  }
}

@media screen and (min-width: 481px) {
  /* line 3931, scss/_uswds.scss */
  .usa-banner-button[aria-expanded="true"]::after {
    position: static;
  }
}

@media screen and (min-width: 481px) {
  /* line 3937, scss/_uswds.scss */
  .usa-banner-button[aria-expanded="true"] .usa-banner-button-text {
    display: inline;
  }
}

/* line 3942, scss/_uswds.scss */
.usa-banner-icon {
  width: 3.8rem;
}

/* line 3947, scss/_uswds.scss */
.usa-footer .usa-unstyled-list {
  display: block;
}

/* line 3951, scss/_uswds.scss */
.usa-footer .usa-footer-primary-link {
  color: #212121;
  display: block;
  font-weight: 700;
  margin-top: 0;
  padding-bottom: 2rem;
  padding-top: 2rem;
  text-decoration: none;
}

/* line 3960, scss/_uswds.scss */
.usa-footer .usa-footer-primary-link ~ li a {
  text-decoration: none;
}

/* line 3965, scss/_uswds.scss */
.usa-footer .usa-footer-secondary-link {
  text-decoration: none;
}

@media screen and (min-width: 600px) {
  /* line 3971, scss/_uswds.scss */
  .usa-footer .usa-footer-primary-link {
    border-top: none;
  }
}

/* line 3976, scss/_uswds.scss */
.usa-footer-contact_info {
  display: inline-block;
}

/* line 3979, scss/_uswds.scss */
.usa-footer-contact_info a {
  color: #212121;
  text-decoration: none;
}

/* line 3984, scss/_uswds.scss */
.usa-footer-contact_info:hover {
  text-decoration: underline;
}

/* line 3989, scss/_uswds.scss */
.usa-footer-return-to-top {
  color: #046791;
  padding-bottom: 2rem;
  padding-top: 2rem;
  text-decoration: underline;
}

/* line 3996, scss/_uswds.scss */
.usa-footer-primary-section {
  background-color: #f1f1f1;
}

/* line 3999, scss/_uswds.scss */
.usa-footer-primary-section .usa-footer-primary-content {
  padding-left: 1.5rem;
  padding-right: 2.5rem;
}

/* line 4003, scss/_uswds.scss */
.usa-footer-primary-section .usa-footer-primary-content li {
  margin-left: 1rem;
}

@media screen and (min-width: 600px) {
  /* line 4010, scss/_uswds.scss */
  .usa-footer-primary-section .usa-footer-primary-content {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 600px) {
  /* line 4017, scss/_uswds.scss */
  .usa-footer-primary-section .usa-footer-primary-content li {
    margin-left: 0;
  }
}

@media screen and (min-width: 600px) {
  /* line 4023, scss/_uswds.scss */
  .usa-footer-primary-section .usa-grid-full {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

/* line 4030, scss/_uswds.scss */
.usa-footer-medium .usa-footer-contact_info p {
  margin: 0 1rem 0 0;
}

/* line 4034, scss/_uswds.scss */
.usa-footer-medium .usa-footer-contact-heading {
  margin-top: 0;
}

/* line 4038, scss/_uswds.scss */
.usa-footer-medium .usa-footer-logo {
  padding: 1rem 0;
}

/* line 4042, scss/_uswds.scss */
.usa-footer-medium .usa-footer-primary-link {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}

/* line 4047, scss/_uswds.scss */
.usa-footer-medium .usa-footer-primary-section > .usa-grid {
  padding: 0;
}

@media screen and (min-width: 600px) {
  /* line 4053, scss/_uswds.scss */
  .usa-footer-medium .usa-footer-contact_info p {
    margin: 0 0 0 1rem;
  }
}

@media screen and (min-width: 600px) {
  /* line 4059, scss/_uswds.scss */
  .usa-footer-medium .usa-footer-contact-heading {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}

@media screen and (min-width: 600px) {
  /* line 4066, scss/_uswds.scss */
  .usa-footer-medium .usa-footer-logo {
    padding: 2rem 0;
  }
}

@media screen and (min-width: 600px) {
  /* line 4072, scss/_uswds.scss */
  .usa-footer-medium .usa-footer-primary-section > .usa-grid {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media screen and (min-width: 951px) {
  /* line 4079, scss/_uswds.scss */
  .usa-footer-medium .usa-footer-primary-section .usa-footer-primary-content {
    margin-right: 5%;
    width: inherit;
  }
}

@media screen and (min-width: 951px) {
  /* line 4086, scss/_uswds.scss */
  .usa-footer-medium .usa-footer-primary-section .usa-footer-primary-content:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 600px) {
  /* line 4092, scss/_uswds.scss */
  .usa-footer-medium .usa-footer-nav ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

/* line 4098, scss/_uswds.scss */
.usa-footer-slim .usa-footer-nav a {
  display: block;
}

/* line 4102, scss/_uswds.scss */
.usa-footer-slim .usa-footer-primary-link {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}

/* line 4107, scss/_uswds.scss */
.usa-footer-slim .usa-footer-primary-section > .usa-grid {
  padding: 0;
}

@media screen and (min-width: 951px) {
  /* line 4113, scss/_uswds.scss */
  .usa-footer-slim .usa-footer-nav .usa-footer-primary-content {
    margin-right: 5%;
    width: inherit;
  }
}

@media screen and (min-width: 951px) {
  /* line 4120, scss/_uswds.scss */
  .usa-footer-slim .usa-footer-nav .usa-footer-primary-content:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 600px) {
  /* line 4126, scss/_uswds.scss */
  .usa-footer-slim .usa-footer-primary-section > .usa-grid {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media screen and (min-width: 600px) {
  /* line 4133, scss/_uswds.scss */
  .usa-footer-slim .usa-footer-primary-section {
    padding-bottom: 0;
    padding-top: 0;
  }
  /* line 4137, scss/_uswds.scss */
  .usa-footer-slim .usa-footer-primary-section .usa-grid-full {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (min-width: 600px) {
  /* line 4144, scss/_uswds.scss */
  .usa-footer-slim .usa-footer-contact_info > * {
    margin: 0;
  }
}

@media screen and (min-width: 600px) {
  /* line 4150, scss/_uswds.scss */
  .usa-footer-slim .usa-footer-contact_info {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

@media screen and (min-width: 600px) {
  /* line 4157, scss/_uswds.scss */
  .usa-footer-slim .usa-footer-contact_info {
    width: 100%;
  }
}

@media screen and (min-width: 951px) {
  /* line 4163, scss/_uswds.scss */
  .usa-footer-slim .usa-footer-contact_info {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
  }
  /* line 4169, scss/_uswds.scss */
  .usa-footer-slim .usa-footer-contact_info:last-child {
    margin-right: 0;
  }
}

/* stylelint-disable selector-no-qualifying-type */
/* line 4177, scss/_uswds.scss */
ul.usa-footer-primary-content,
li.usa-footer-primary-content {
  border-top: 1px solid #aeb0b5;
}

@media screen and (min-width: 600px) {
  /* line 4183, scss/_uswds.scss */
  ul.usa-footer-primary-content,
  li.usa-footer-primary-content {
    border: none;
  }
}

/* line 4189, scss/_uswds.scss */
ul.usa-footer-primary-content:last-child,
li.usa-footer-primary-content:last-child {
  border-bottom: 1px solid #aeb0b5;
}

@media screen and (min-width: 600px) {
  /* line 4195, scss/_uswds.scss */
  ul.usa-footer-primary-content:last-child,
  li.usa-footer-primary-content:last-child {
    border-bottom: none;
  }
}

/* stylelint-enable */
/* line 4203, scss/_uswds.scss */
.usa-sign_up-block {
  padding-bottom: 4.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/* line 4208, scss/_uswds.scss */
.usa-sign_up-block button {
  float: none;
  margin-right: 0;
  margin-top: 1.5rem;
}

/* line 4214, scss/_uswds.scss */
.usa-sign_up-block input {
  width: 100%;
}

@media screen and (min-width: 600px) {
  /* line 4220, scss/_uswds.scss */
  .usa-sign_up-block {
    float: right;
    padding: 0;
  }
}

/* line 4226, scss/_uswds.scss */
.usa-footer-secondary_section {
  background-color: #d6d7d9;
  padding-bottom: 2rem;
  padding-top: 2rem;
}

/* line 4231, scss/_uswds.scss */
.usa-footer-secondary_section a {
  color: #212121;
}

@media screen and (min-width: 600px) {
  /* line 4237, scss/_uswds.scss */
  .usa-footer-big-secondary-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media screen and (min-width: 600px) {
  /* line 4244, scss/_uswds.scss */
  .usa-footer-contact-links {
    text-align: right;
  }
}

/* line 4249, scss/_uswds.scss */
.usa-social-links a {
  text-decoration: none;
}

/* line 4254, scss/_uswds.scss */
.usa-footer-big .usa-footer-contact_info {
  display: block;
}

/* line 4257, scss/_uswds.scss */
.usa-footer-big .usa-footer-contact_info p {
  margin: 0 1rem 0 0;
}

/* line 4262, scss/_uswds.scss */
.usa-footer-big .usa-footer-logo {
  padding: 1rem 0;
}

/* line 4267, scss/_uswds.scss */
.usa-footer-big .usa-footer-primary-section > .usa-grid {
  padding: 0;
}

/* line 4271, scss/_uswds.scss */
.usa-footer-big .usa-footer-primary-section .usa-footer-primary-content {
  padding-left: 0;
  padding-right: 0;
}

/* line 4275, scss/_uswds.scss */
.usa-footer-big .usa-footer-primary-section .usa-footer-primary-content li {
  margin-left: 1.5rem;
}

/* line 4279, scss/_uswds.scss */
.usa-footer-big .usa-footer-primary-section .usa-footer-primary-content .usa-footer-primary-link {
  margin-left: 0;
}

/* line 4285, scss/_uswds.scss */
.usa-footer-big ul {
  padding-bottom: 2.4rem;
}

/* line 4288, scss/_uswds.scss */
.usa-footer-big ul:last-child {
  border-bottom: 1px solid #aeb0b5;
}

/* line 4292, scss/_uswds.scss */
.usa-footer-big ul li:not(.usa-footer-primary-link) {
  line-height: 1.3;
  padding-bottom: 0.35em;
  padding-top: 0.35em;
}

/* line 4298, scss/_uswds.scss */
.usa-footer-big ul .usa-footer-primary-link {
  background-image: url("/themes/custom/medicaid/img/arrow-down.png");
  background-image: url("/themes/custom/medicaid/img/arrow-down.svg");
  background-position: 1.5rem center;
  background-repeat: no-repeat;
  background-size: 1.3rem;
  margin-left: 0;
  padding-left: 3.5rem;
}

/* line 4307, scss/_uswds.scss */
.usa-footer-big ul .usa-footer-primary-link > * {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 4313, scss/_uswds.scss */
.usa-footer-big ul.hidden {
  /* stylelint-disable-line selector-no-qualifying-type */
  padding-bottom: 0;
}

/* line 4317, scss/_uswds.scss */
.usa-footer-big ul.hidden li {
  display: none;
}

/* line 4321, scss/_uswds.scss */
.usa-footer-big ul.hidden .usa-footer-primary-link {
  /* stylelint-disable-line selector-no-qualifying-type */
  background-image: url("/themes/custom/medicaid/img/arrow-right.png");
  background-image: url("/themes/custom/medicaid/img/arrow-right.svg");
  cursor: pointer;
  display: block;
}

@media screen and (min-width: 600px) {
  /* line 4333, scss/_uswds.scss */
  .usa-footer-big .usa-footer-contact_info p {
    margin: 0.5rem 0 0 1rem;
  }
}

@media screen and (min-width: 600px) {
  /* line 4339, scss/_uswds.scss */
  .usa-footer-big .usa-footer-contact-links {
    padding-top: 2rem;
  }
}

@media screen and (min-width: 600px) {
  /* line 4345, scss/_uswds.scss */
  .usa-footer-big .usa-footer-logo {
    padding: 2rem 0;
  }
}

@media screen and (min-width: 600px) {
  /* line 4351, scss/_uswds.scss */
  .usa-footer-big .usa-footer-primary-section {
    padding-bottom: 4rem;
    padding-top: 3rem;
  }
}

@media screen and (min-width: 600px) {
  /* line 4358, scss/_uswds.scss */
  .usa-footer-big .usa-footer-primary-section > .usa-grid {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media screen and (min-width: 600px) {
  /* line 4365, scss/_uswds.scss */
  .usa-footer-big .usa-footer-primary-section .usa-footer-primary-content li {
    margin-left: 0;
  }
}

@media screen and (min-width: 600px) {
  /* line 4371, scss/_uswds.scss */
  .usa-footer-big ul {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 600px) {
  /* line 4377, scss/_uswds.scss */
  .usa-footer-big ul:last-child {
    border-bottom: none;
  }
}

@media screen and (min-width: 600px) {
  /* line 4383, scss/_uswds.scss */
  .usa-footer-big ul .usa-footer-primary-link {
    background: none;
    margin-bottom: 0.8rem;
    padding-bottom: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 600px) {
  /* line 4392, scss/_uswds.scss */
  .usa-footer-big ul.hidden .usa-footer-primary-link {
    background: none;
    padding-left: 0;
  }
}

/* line 4398, scss/_uswds.scss */
.usa-footer-topic {
  margin: 0;
  padding: 2rem 0;
}

@media screen and (min-width: 600px) {
  /* line 4404, scss/_uswds.scss */
  .usa-sign_up-header {
    margin: 0;
    padding-top: 17px;
    padding-bottom: 20px;
  }
}

/* line 4411, scss/_uswds.scss */
.usa-footer-logo-img {
  max-width: 8rem;
}

@media screen and (min-width: 600px) {
  /* line 4416, scss/_uswds.scss */
  .usa-footer-logo-img {
    float: left;
  }
}

/* line 4421, scss/_uswds.scss */
.usa-footer-big-logo-img {
  max-width: 10rem;
}

/* line 4425, scss/_uswds.scss */
.usa-footer-slim-logo-img {
  float: left;
  max-width: 5rem;
}

/* line 4430, scss/_uswds.scss */
.usa-footer-logo-heading {
  display: block;
  margin-top: 1rem;
}

@media screen and (min-width: 600px) {
  /* line 4436, scss/_uswds.scss */
  .usa-footer-logo-heading {
    display: inline-block;
    margin-top: 3rem;
    padding-left: 1.5rem;
  }
}

/* line 4443, scss/_uswds.scss */
.usa-footer-big-logo-heading {
  margin-top: 1.5rem;
}

@media screen and (min-width: 600px) {
  /* line 4448, scss/_uswds.scss */
  .usa-footer-big-logo-heading {
    margin-top: 2rem;
  }
}

/* line 4453, scss/_uswds.scss */
.usa-footer-slim-logo-heading {
  display: inline-block;
  margin-top: 1.5rem;
  padding-left: 1.5rem;
}

/* line 4459, scss/_uswds.scss */
.usa-footer-contact-heading {
  margin-top: 0;
}

@media screen and (min-width: 600px) {
  /* line 4464, scss/_uswds.scss */
  .usa-footer-contact-heading {
    margin-top: 1rem;
  }
}

/* line 4469, scss/_uswds.scss */
.usa-social_link,
.usa-link-facebook,
.usa-link-twitter,
.usa-link-youtube,
.usa-link-rss {
  margin: 2.5rem 1rem 1.5rem 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 3rem;
  display: inline-block;
  height: 4.4rem;
  left: -1.6rem;
  position: relative;
  text-align: center;
  width: 4.4rem;
}

@media screen and (min-width: 600px) {
  /* line 4487, scss/_uswds.scss */
  .usa-social_link,
  .usa-link-facebook,
  .usa-link-twitter,
  .usa-link-youtube,
  .usa-link-rss {
    margin: 0 0 0 0.5rem;
    left: 1.5rem;
  }
}

/* line 4497, scss/_uswds.scss */
.usa-social_link span,
.usa-link-facebook span,
.usa-link-twitter span,
.usa-link-youtube span,
.usa-link-rss span {
  position: absolute;
  left: -999em;
}

/* line 4506, scss/_uswds.scss */
.usa-link-facebook {
  background-image: url("/themes/custom/medicaid/img/social-icons/png/facebook25.png");
  background-image: url("/themes/custom/medicaid/img/social-icons/svg/facebook25.svg");
}

/* line 4511, scss/_uswds.scss */
.usa-link-twitter {
  background-image: url("/themes/custom/medicaid/img/social-icons/png/twitter16.png");
  background-image: url("/themes/custom/medicaid/img/social-icons/svg/twitter16.svg");
}

/* line 4516, scss/_uswds.scss */
.usa-link-youtube {
  background-image: url("/themes/custom/medicaid/img/social-icons/png/youtube15.png");
  background-image: url("/themes/custom/medicaid/img/social-icons/svg/youtube15.svg");
}

/* line 4521, scss/_uswds.scss */
.usa-link-rss {
  background-image: url("/themes/custom/medicaid/img/social-icons/png/rss25.png");
  background-image: url("/themes/custom/medicaid/img/social-icons/svg/rss25.svg");
}

/* line 4527, scss/_uswds.scss */
form a {
  border-bottom: 0;
}

/* line 4531, scss/_uswds.scss */
form [type="submit"] {
  display: block;
  margin-bottom: 1.5em;
  margin-top: 2.5rem;
}

/* line 4537, scss/_uswds.scss */
form [name="password"],
form [name="confirmPassword"] {
  margin-bottom: 1.1rem;
}

@media screen and (min-width: 600px) {
  /* line 4544, scss/_uswds.scss */
  form [type="submit"] {
    padding-left: 2.7em;
    padding-right: 2.7em;
    width: auto;
  }
}

@media screen and (min-width: 600px) {
  /* line 4552, scss/_uswds.scss */
  .usa-form {
    max-width: 32rem;
  }
}

/* line 4557, scss/_uswds.scss */
.usa-form-note {
  float: right;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1.5rem;
  margin: 0 0 1.5rem;
}

/* line 4563, scss/_uswds.scss */
.usa-form-note + * {
  clear: both;
}

/* line 4568, scss/_uswds.scss */
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 600px) {
  /* line 4575, scss/_uswds.scss */
  .usa-form-large {
    max-width: 46rem;
  }
}

/* line 4581, scss/_uswds.scss */
input.usa-input-tiny, input.usa-input-medium {
  /* stylelint-disable-line selector-no-qualifying-type */
}

@media screen and (min-width: 600px) {
  /* line 4588, scss/_uswds.scss */
  input.usa-input-tiny {
    max-width: 6rem;
  }
}

@media screen and (min-width: 600px) {
  /* line 4594, scss/_uswds.scss */
  input.usa-input-medium {
    max-width: 12rem;
  }
}

@media screen and (min-width: 600px) {
  /* line 4600, scss/_uswds.scss */
  .usa-input-grid {
    padding-right: 5%;
  }
}

@media screen and (min-width: 600px) {
  /* line 4606, scss/_uswds.scss */
  .usa-input-grid:last-of-type {
    padding-right: 0;
  }
}

@media screen and (min-width: 600px) {
  /* line 4612, scss/_uswds.scss */
  .usa-input-grid-small {
    float: left;
    width: 35%;
  }
}

/* line 4619, scss/_uswds.scss */
.usa-input-grid-small input,
.usa-input-grid-small select {
  margin-bottom: 3rem;
}

@media screen and (min-width: 600px) {
  /* line 4626, scss/_uswds.scss */
  .usa-input-grid-medium {
    float: left;
    width: 65%;
  }
}

/* line 4633, scss/_uswds.scss */
.usa-input-grid-medium input,
.usa-input-grid-medium select {
  margin-bottom: 3rem;
}

@media screen and (min-width: 600px) {
  /* line 4640, scss/_uswds.scss */
  .usa-input-grid-large {
    float: left;
    width: 100%;
  }
}

/* line 4647, scss/_uswds.scss */
.usa-input-grid-large input,
.usa-input-grid-large select {
  margin-bottom: 3rem;
}

/* line 4653, scss/_uswds.scss */
.usa-additional_text {
  font-weight: normal;
}

/* line 4657, scss/_uswds.scss */
.usa-checklist {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

/* line 4662, scss/_uswds.scss */
.usa-checklist li {
  display: inline-block;
  list-style: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 3em;
  text-indent: -2em;
}

/* line 4670, scss/_uswds.scss */
.usa-checklist li::before {
  content: " ";
  display: inline-block;
  height: 0.8em;
  margin-right: 0.2em;
  width: 1.8em;
}

/* line 4680, scss/_uswds.scss */
.usa-checklist-checked::before {
  background-image: url("/themes/custom/medicaid/img/correct9.png");
  background-image: url("/themes/custom/medicaid/img/correct9.svg");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
}

/* line 4690, scss/_uswds.scss */
.usa-graphic_list .usa-graphic_list-row .usa-media_block {
  margin-bottom: 0.35%;
}

/* line 4694, scss/_uswds.scss */
.usa-graphic_list .usa-graphic_list-row:last-child .usa-media_block:last-child {
  margin-bottom: 0;
}

/* line 4699, scss/_uswds.scss */
.usa-graphic_list .usa-media_block-img {
  margin-right: 0.35%;
}

/* line 4703, scss/_uswds.scss */
.usa-graphic_list .usa-media_block-body > :first-child {
  margin-top: 0;
}

@media screen and (min-width: 600px) {
  /* line 4709, scss/_uswds.scss */
  .usa-graphic_list .usa-graphic_list-row .usa-media_block {
    margin-bottom: 0.7%;
  }
}

@media screen and (min-width: 600px) {
  /* line 4715, scss/_uswds.scss */
  .usa-graphic_list .usa-graphic_list-row:last-child .usa-media_block {
    margin-bottom: 0;
  }
}

/* line 4720, scss/_uswds.scss */
.usa-header {
  width: 100%;
  z-index: 7000;
}

/* line 4724, scss/_uswds.scss */
.usa-header a {
  border-bottom: none;
}

@media screen and (min-width: 1071px) {
  /* line 4730, scss/_uswds.scss */
  .usa-header {
    border-bottom: 1px solid #d6d7d9;
  }
}

@media screen and (min-width: 1071px) {
  /* line 4736, scss/_uswds.scss */
  .usa-header .usa-search {
    float: right;
    max-width: 21.5rem;
  }
}

/* line 4742, scss/_uswds.scss */
.usa-logo {
  float: left;
  line-height: 4rem;
  margin-left: 1.5rem;
}

/* line 4747, scss/_uswds.scss */
.usa-logo a {
  color: #212121;
  text-decoration: none;
}

/* line 4752, scss/_uswds.scss */
.usa-logo br {
  display: none;
}

@media screen and (min-width: 1071px) {
  /* line 4758, scss/_uswds.scss */
  .usa-logo {
    line-height: 7.5rem;
    margin-left: 0;
  }
}

@media screen and (min-width: 1071px) {
  /* line 4765, scss/_uswds.scss */
  .usa-logo br {
    display: block;
  }
}

/* line 4770, scss/_uswds.scss */
.usa-logo-text {
  display: block;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  margin: 0;
}

@media screen and (min-width: 1071px) {
  /* line 4779, scss/_uswds.scss */
  .usa-logo-text {
    display: block;
    font-size: 2.4rem;
    line-height: 1.3;
  }
}

/* line 4786, scss/_uswds.scss */
.usa-menu-btn {
  /* stylelint-disable declaration-block-no-ignored-properties */
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  background-color: #046791;
  color: #ffffff;
  display: inline;
  float: right;
  font-size: 1.3rem;
  height: 4rem;
  line-height: 4rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 5.8rem;
  /* stylelint-enable */
}

/* line 4810, scss/_uswds.scss */
.usa-menu-btn:hover {
  background-color: transparent;
  color: #ffffff;
  background-color: #17415f;
}

/* line 4816, scss/_uswds.scss */
.usa-menu-btn:visited {
  color: #ffffff;
}

@media screen and (min-width: 1071px) {
  /* line 4822, scss/_uswds.scss */
  .usa-menu-btn {
    display: none;
  }
}

/* line 4827, scss/_uswds.scss */
.usa-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000000;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  visibility: hidden;
  z-index: 8000;
}

/* line 4839, scss/_uswds.scss */
.usa-overlay.is-visible {
  opacity: 0.1;
  visibility: visible;
}

@media screen and (min-width: 1071px) {
  /* line 4846, scss/_uswds.scss */
  .usa-header-basic .usa-logo {
    bottom: 0;
    position: absolute;
  }
}

@media screen and (min-width: 1071px) {
  /* line 4853, scss/_uswds.scss */
  .usa-header-basic .usa-navbar {
    position: relative;
    width: 18%;
  }
}

@media screen and (min-width: 1071px) {
  /* line 4860, scss/_uswds.scss */
  .usa-header-extended .usa-header {
    border-bottom: none;
  }
}

@media screen and (min-width: 1071px) {
  /* line 4866, scss/_uswds.scss */
  .usa-header-extended .usa-logo {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}

@media screen and (min-width: 1071px) {
  /* line 4873, scss/_uswds.scss */
  .usa-header-extended em {
    font-size: 3.2rem;
    line-height: 1;
  }
}

@media screen and (min-width: 1071px) {
  /* line 4880, scss/_uswds.scss */
  .usa-header-extended .usa-navbar {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0.35%;
    padding-left: 0.35%;
    display: block;
    height: auto;
    max-width: 1180px;
  }
  /* line 4890, scss/_uswds.scss */
  .usa-header-extended .usa-navbar::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 1071px) {
  /* line 4899, scss/_uswds.scss */
  .usa-header-extended .usa-nav {
    border-top: 1px solid #d6d7d9;
    float: none;
    padding: 0;
    width: 100%;
  }
}

@media screen and (min-width: 1071px) {
  /* line 4908, scss/_uswds.scss */
  .usa-header-extended .usa-nav-inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0.35%;
    padding-left: 1.5rem;
    margin-top: -1px;
    max-width: 1180px;
    position: relative;
  }
  /* line 4918, scss/_uswds.scss */
  .usa-header-extended .usa-nav-inner::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 1071px) {
  /* line 4927, scss/_uswds.scss */
  .usa-header-extended .usa-nav-primary::after {
    clear: both;
    content: "";
    display: block;
  }
}

/* line 4935, scss/_uswds.scss */
.usa-header-extended .usa-nav-primary button[aria-expanded="false"], .usa-header-extended .usa-nav-primary button[aria-expanded="true"] {
  /* stylelint-disable-line selector-no-qualifying-type */
}

@media screen and (min-width: 1071px) {
  /* line 4943, scss/_uswds.scss */
  .usa-header-extended .usa-nav-primary button[aria-expanded="false"], .usa-header-extended .usa-nav-primary button[aria-expanded="true"] {
    /* stylelint-disable-line selector-no-qualifying-type */
    background-position: right 1.5rem top 53%;
  }
}

@media screen and (min-width: 1071px) {
  /* line 4952, scss/_uswds.scss */
  .usa-header-extended .usa-nav-link {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }
}

@media screen and (min-width: 1071px) {
  /* line 4959, scss/_uswds.scss */
  .usa-header-extended .usa-nav-submenu .usa-grid-full {
    padding-left: 1.2rem;
  }
}

@media screen and (min-width: 1071px) {
  /* line 4965, scss/_uswds.scss */
  .usa-header-extended .usa-megamenu {
    padding-left: 0.35%;
  }
}

/* line 4970, scss/_uswds.scss */
.usa-hero {
  padding-top: 0.35%;
  padding-bottom: 0.35%;
  background-image: url("/themes/custom/medicaid/img/hero.png");
  background-position: center;
  background-size: cover;
}

/* line 4977, scss/_uswds.scss */
.usa-hero .usa-button {
  color: #ffffff;
}

/* line 4982, scss/_uswds.scss */
.usa-section-dark .usa-hero-link {
  color: #02bfe7;
}

/* line 4986, scss/_uswds.scss */
.usa-hero-callout {
  background-color: #112e51;
  padding: 3rem;
}

/* line 4990, scss/_uswds.scss */
.usa-hero-callout > *:first-child {
  margin-top: 0;
  margin-bottom: 2rem;
}

@media screen and (min-width: 481px) {
  /* line 4997, scss/_uswds.scss */
  .usa-hero-callout {
    max-width: 30rem;
  }
}

/* line 5002, scss/_uswds.scss */
.usa-hero-callout-alt {
  color: #ffffff;
  display: block;
}

/* line 5007, scss/_uswds.scss */
.usa-layout-docs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* line 5012, scss/_uswds.scss */
.usa-layout-docs .usa-grid > :first-child:not(.usa-width-*) {
  margin-top: 0;
}

/* line 5016, scss/_uswds.scss */
.usa-layout-docs .usa-grid > :last-child:not(.usa-width-*) {
  margin-bottom: 0;
}

@media screen and (min-width: 951px) {
  /* line 5023, scss/_uswds.scss */
  .usa-layout-docs {
    display: inherit;
  }
}

/* line 5028, scss/_uswds.scss */
.usa-layout-docs-sidenav {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

/* line 5032, scss/_uswds.scss */
.usa-layout-docs-main_content {
  margin-bottom: 0.35%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

/* line 5036, scss/_uswds.scss */
.usa-layout-docs-main_content > :first-child {
  margin-top: 0;
}

@media screen and (min-width: 951px) {
  /* line 5042, scss/_uswds.scss */
  .usa-layout-docs-main_content {
    margin-bottom: 0;
  }
}

/* line 5047, scss/_uswds.scss */
.usa-media_block-img {
  float: left;
  margin-right: 1rem;
}

/* line 5052, scss/_uswds.scss */
.usa-media_block-body {
  overflow: hidden;
}

/* line 5056, scss/_uswds.scss */
.usa-navbar {
  border-bottom: 1px solid #aeb0b5;
  height: 4rem;
}

@media screen and (min-width: 1071px) {
  /* line 5062, scss/_uswds.scss */
  .usa-navbar {
    border-bottom: none;
    display: inline-block;
    height: 7.8rem;
  }
}

/* line 5069, scss/_uswds.scss */
.usa-nav-link {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

@media screen and (min-width: 1071px) {
  /* line 5075, scss/_uswds.scss */
  .usa-nav-link:hover span {
    border-bottom: 0.4rem solid #046791;
    padding-bottom: 0.6rem;
  }
}

@media screen and (min-width: 1071px) {
  /* line 5082, scss/_uswds.scss */
  .usa-nav-link.usa-accordion-button span {
    margin-right: 0;
    padding-right: 1.5rem;
  }
}

@media screen and (min-width: 1071px) {
  /* line 5089, scss/_uswds.scss */
  .usa-nav-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0.35%;
    padding-left: 0.35%;
    max-width: 1180px;
  }
  /* line 5097, scss/_uswds.scss */
  .usa-nav-container::after {
    clear: both;
    content: "";
    display: block;
  }
}

/* line 5105, scss/_uswds.scss */
.usa-nav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  background: #ffffff;
  border-left: 1px solid #aeb0b5;
  border-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-y: auto;
  padding: 2rem;
  -webkit-transform: translateX(26rem);
  -ms-transform: translateX(26rem);
  transform: translateX(26rem);
  width: 26rem;
  z-index: 9000;
}

/* line 5122, scss/_uswds.scss */
.usa-nav.is-visible {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 5127, scss/_uswds.scss */
.usa-nav nav {
  margin-top: 6rem;
  min-height: 100%;
}

/* line 5132, scss/_uswds.scss */
.usa-nav .usa-current {
  border-left: 4px solid #046791;
  color: #046791;
  font-weight: 700;
  padding-left: 1.4rem;
}

/* line 5139, scss/_uswds.scss */
.usa-nav .usa-button {
  width: 100%;
}

@media screen and (min-width: 1071px) {
  /* line 5145, scss/_uswds.scss */
  .usa-nav {
    padding-top: 4.5rem;
    padding-right: 0;
    padding-bottom: 0;
    border-left: none;
    display: block;
    float: right;
    overflow-y: visible;
    position: relative;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    width: auto;
  }
}

@media screen and (min-width: 1071px) {
  /* line 5160, scss/_uswds.scss */
  .usa-nav nav {
    margin-top: 0;
  }
}

@media screen and (min-width: 1071px) {
  /* line 5166, scss/_uswds.scss */
  .usa-nav .usa-current {
    color: #212121;
  }
}

@media screen and (min-width: 1071px) {
  /* line 5172, scss/_uswds.scss */
  .usa-nav .usa-search {
    margin-left: 1.5rem;
    top: 4px;
  }
}

/* line 5178, scss/_uswds.scss */
.usa-nav-primary {
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  margin-top: 1.5rem;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

/* line 5186, scss/_uswds.scss */
.usa-nav-primary > li {
  margin-bottom: 0;
  background-color: transparent;
  border-top: 1px solid #5b616b;
  font-size: 1.7rem;
}

/* line 5192, scss/_uswds.scss */
.usa-nav-primary > li:first-child {
  border-top: none;
}

/* line 5197, scss/_uswds.scss */
.usa-nav-primary a {
  border: none;
  color: #212121;
  display: block;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  line-height: 1.3;
  padding: 0.85rem 1rem 0.85rem 1.8rem;
  text-decoration: none;
}

/* line 5206, scss/_uswds.scss */
.usa-nav-primary a:hover {
  background-color: #f1f1f1;
  color: #046791;
  text-decoration: none;
}

/* line 5212, scss/_uswds.scss */
.usa-nav-primary a:focus {
  outline-offset: 0;
  position: relative;
  z-index: 1;
}

/* line 5218, scss/_uswds.scss */
.usa-nav-primary a.usa-current {
  /* stylelint-disable-line selector-no-qualifying-type */
  border-left: 0.4rem solid #046791;
  color: #046791;
  font-weight: 700;
  padding-left: 1.4rem;
}

/* line 5227, scss/_uswds.scss */
.usa-nav-primary > li {
  width: auto;
}

/* line 5231, scss/_uswds.scss */
.usa-nav-primary button {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  line-height: 1.3;
  padding: 0.85rem 1.5rem 0.85rem 1.8rem;
}

/* line 5246, scss/_uswds.scss */
.usa-nav-primary button:hover {
  background-color: transparent;
}

/* line 5250, scss/_uswds.scss */
.usa-nav-primary button:focus, .usa-nav-primary button:active {
  -webkit-box-shadow: 2px dotted #aeb0b5;
  box-shadow: 2px dotted #aeb0b5;
}

/* line 5255, scss/_uswds.scss */
.usa-nav-primary button:hover {
  background-color: #f1f1f1;
  color: #046791;
}

/* line 5260, scss/_uswds.scss */
.usa-nav-primary button[aria-expanded="false"] {
  /* stylelint-disable-line selector-no-qualifying-type */
  background-image: url("/themes/custom/medicaid/img/plus-alt.png");
  background-image: url("/themes/custom/medicaid/img/plus-alt.svg");
  background-repeat: no-repeat;
  background-position: right 0 center;
  background-size: 1rem;
}

/* line 5269, scss/_uswds.scss */
.usa-nav-primary button[aria-expanded="true"] {
  /* stylelint-disable-line selector-no-qualifying-type */
  background-image: url("/themes/custom/medicaid/img/minus-alt.png");
  background-image: url("/themes/custom/medicaid/img/minus-alt.svg");
  background-repeat: no-repeat;
  background-position: right 0 center;
  background-size: 1rem;
}

@media screen and (min-width: 1071px) {
  /* line 5281, scss/_uswds.scss */
  .usa-nav-primary {
    display: inline;
  }
}

@media screen and (min-width: 1071px) {
  /* line 5287, scss/_uswds.scss */
  .usa-nav-primary li {
    border-top: none;
  }
}

@media screen and (min-width: 1071px) {
  /* line 5293, scss/_uswds.scss */
  .usa-nav-primary > li {
    display: inline-block;
  }
}

@media screen and (min-width: 1071px) {
  /* line 5299, scss/_uswds.scss */
  .usa-nav-primary > li > a {
    padding: 1.3rem 1.5rem 2.2rem;
    color: #5b616b;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
  }
}

@media screen and (min-width: 1071px) {
  /* line 5309, scss/_uswds.scss */
  .usa-nav-primary > li > a:hover {
    background-color: transparent;
  }
}

@media screen and (min-width: 1071px) {
  /* line 5315, scss/_uswds.scss */
  .usa-nav-primary a {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

@media screen and (min-width: 1071px) {
  /* line 5322, scss/_uswds.scss */
  .usa-nav-primary button {
    padding: 1.3rem 1.5rem 2.2rem;
    color: #5b616b;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    width: initial;
  }
}

@media screen and (min-width: 1071px) {
  /* line 5333, scss/_uswds.scss */
  .usa-nav-primary button:hover {
    background-color: transparent;
  }
}

@media screen and (min-width: 1071px) {
  /* line 5339, scss/_uswds.scss */
  .usa-nav-primary button[aria-expanded="false"] {
    background-image: url("/themes/custom/medicaid/img/angle-arrow-down.png");
    background-image: url("/themes/custom/medicaid/img/angle-arrow-down.svg");
    background-position: right 1.5rem top 40%;
  }
}

@media screen and (min-width: 1071px) {
  /* line 5347, scss/_uswds.scss */
  .usa-nav-primary button[aria-expanded="false"]:hover {
    background-image: url("/themes/custom/medicaid/img/angle-arrow-down-primary.png");
    background-image: url("/themes/custom/medicaid/img/angle-arrow-down-primary.svg");
  }
}

@media screen and (min-width: 1071px) {
  /* line 5354, scss/_uswds.scss */
  .usa-nav-primary button[aria-expanded="true"] {
    background-color: #112e51;
    color: #ffffff;
    background-image: url("/themes/custom/medicaid/img/angle-arrow-down-hover.png");
    background-image: url("/themes/custom/medicaid/img/angle-arrow-down-hover.svg");
    background-position: right 1.5rem top 40%;
  }
  /* line 5361, scss/_uswds.scss */
  .usa-nav-primary button[aria-expanded="true"]:hover {
    background-color: #112e51;
  }
  /* line 5365, scss/_uswds.scss */
  .usa-nav-primary button[aria-expanded="true"] span {
    border-bottom: 0.4rem solid #046791;
    padding-bottom: 0.6rem;
    color: #ffffff;
  }
}

@media screen and (min-width: 1071px) {
  /* line 5375, scss/_uswds.scss */
  .usa-nav-primary a.usa-current,
  .usa-nav-primary .usa-current {
    border-left: 0;
    padding-left: 1.5rem;
  }
  /* line 5381, scss/_uswds.scss */
  .usa-nav-primary a.usa-current:hover span,
  .usa-nav-primary .usa-current:hover span {
    color: #046791;
  }
  /* line 5386, scss/_uswds.scss */
  .usa-nav-primary a.usa-current span,
  .usa-nav-primary .usa-current span {
    border-bottom: 0.4rem solid #046791;
    padding-bottom: 0.6rem;
    color: #212121;
  }
}

@media screen and (min-width: 1071px) {
  /* line 5396, scss/_uswds.scss */
  .usa-header-extended .usa-nav-link:hover span {
    border-bottom: 0.7rem solid #046791;
    padding-bottom: 0.9rem;
  }
}

/* line 5402, scss/_uswds.scss */
.usa-header-extended .usa-nav-primary button[aria-expanded="true"] {
  /* stylelint-disable-line selector-no-qualifying-type */
}

@media screen and (min-width: 1071px) {
  /* line 5407, scss/_uswds.scss */
  .usa-header-extended .usa-nav-primary button[aria-expanded="true"] span {
    border-bottom: 0.7rem solid #046791;
    padding-bottom: 0.9rem;
  }
}

@media screen and (min-width: 1071px) {
  /* line 5414, scss/_uswds.scss */
  .usa-header-extended .usa-nav-primary .usa-current span {
    border-bottom: 0.7rem solid #046791;
    padding-bottom: 0.9rem;
  }
}

/* line 5420, scss/_uswds.scss */
.usa-nav-secondary {
  margin-top: 1.5rem;
}

/* line 5423, scss/_uswds.scss */
.usa-nav-secondary .usa-search {
  margin-top: 1.5rem;
  margin-bottom: 0;
}

@media screen and (min-width: 1071px) {
  /* line 5430, scss/_uswds.scss */
  .usa-nav-secondary {
    margin-top: 0;
    position: absolute;
    right: 0.35%;
    top: -5.7rem;
  }
}

@media screen and (min-width: 1071px) {
  /* line 5439, scss/_uswds.scss */
  .usa-nav-secondary .usa-search {
    margin-top: -0.9rem;
    margin-bottom: 0;
    margin-left: 0;
    float: left;
  }
}

/* line 5447, scss/_uswds.scss */
.usa-nav-secondary-links {
  margin-top: 2.4rem;
}

/* line 5450, scss/_uswds.scss */
.usa-nav-secondary-links a,
.usa-nav-secondary-links .usa-header-search-button {
  color: #5b616b;
  display: inline-block;
  font-size: 1.5rem;
  text-decoration: none;
}

/* line 5458, scss/_uswds.scss */
.usa-nav-secondary-links a:hover {
  color: #046791;
  text-decoration: underline;
}

/* line 5463, scss/_uswds.scss */
.usa-nav-secondary-links .usa-header-search-button {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  display: none;
}

/* line 5464, scss/_uswds.scss */
.usa-nav-secondary-links .usa-header-search-button:hover {
  color: #046791;
  text-decoration: underline;
  background-color: transparent;
}

@media screen and (min-width: 1071px) {
  /* line 5483, scss/_uswds.scss */
  .usa-nav-secondary-links {
    float: left;
    margin-top: 0;
  }
}

@media screen and (min-width: 1071px) {
  /* line 5490, scss/_uswds.scss */
  .usa-nav-secondary-links li {
    display: inline;
    padding-left: 0.5rem;
  }
}

@media screen and (min-width: 1071px) {
  /* line 5497, scss/_uswds.scss */
  .usa-nav-secondary-links li:not(:last-child)::after {
    color: #d6d7d9;
    content: "|";
    padding-left: 0.5rem;
  }
}

@media screen and (min-width: 1071px) {
  /* line 5505, scss/_uswds.scss */
  .usa-nav-secondary-links .usa-header-search-button {
    background-image: url("/themes/custom/medicaid/img/search-alt.png");
    background-image: url("/themes/custom/medicaid/img/search-alt.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 2.2rem;
    display: inline-block;
    padding-left: 2.3rem;
  }
}

@media screen and (min-width: 1071px) {
  /* line 5517, scss/_uswds.scss */
  .usa-nav-secondary-links .usa-header-search-button.is-hidden {
    display: none;
  }
}

@media screen and (min-width: 1071px) {
  /* line 5523, scss/_uswds.scss */
  .usa-nav-secondary-links a.usa-current {
    border-left: 0;
    padding-left: 0;
  }
}

/* line 5529, scss/_uswds.scss */
.usa-nav-submenu {
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  margin: 0;
  width: 100%;
}

/* line 5537, scss/_uswds.scss */
.usa-nav-submenu > li {
  margin-bottom: 0;
}

/* line 5541, scss/_uswds.scss */
.usa-nav-submenu li {
  border: none;
  font-size: 1.5rem;
}

/* line 5546, scss/_uswds.scss */
.usa-nav-submenu a {
  padding-left: 2.8rem;
  line-height: 1.3;
}

/* line 5550, scss/_uswds.scss */
.usa-nav-submenu a:hover, .usa-nav-submenu a.usa-current {
  /* stylelint-disable-line selector-no-qualifying-type */
  border: none;
  padding-left: 2.8rem;
}

/* line 5558, scss/_uswds.scss */
.usa-nav-submenu .usa-sidenav-sub_list a {
  padding-left: 3.8rem;
}

/* line 5561, scss/_uswds.scss */
.usa-nav-submenu .usa-sidenav-sub_list a:focus {
  outline-offset: 0;
}

/* line 5565, scss/_uswds.scss */
.usa-nav-submenu .usa-sidenav-sub_list a:hover {
  padding-left: 3.8rem;
}

/* line 5570, scss/_uswds.scss */
.usa-nav-submenu[aria-hidden="true"] {
  display: none;
}

/* line 5574, scss/_uswds.scss */
.usa-nav-submenu li {
  font-size: 1.5rem;
  margin-bottom: 0;
}

@media screen and (min-width: 1071px) {
  /* line 5581, scss/_uswds.scss */
  .usa-nav-submenu {
    margin-top: 0;
    margin-bottom: 0;
    list-style-type: none;
    padding-left: 0;
    padding-top: 0.75rem;
    padding-bottom: 0.9rem;
    background-color: #112e51;
    width: 21.5rem;
    position: absolute;
  }
  /* line 5592, scss/_uswds.scss */
  .usa-nav-submenu > li {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1071px) {
  /* line 5599, scss/_uswds.scss */
  .usa-nav-submenu a {
    color: #ffffff;
    padding-left: 1.5rem;
  }
}

@media screen and (min-width: 1071px) {
  /* line 5606, scss/_uswds.scss */
  .usa-nav-submenu a:hover {
    background-color: #112e51;
    color: #ffffff;
    padding-left: 1.5rem;
    text-decoration: underline;
  }
}

/* line 5614, scss/_uswds.scss */
.usa-nav-close {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  margin: -1.2rem -1.5rem 1.5rem auto;
  float: right;
  height: 4.4rem;
  text-align: center;
  width: 4.4rem;
}

/* line 5629, scss/_uswds.scss */
.usa-nav-close:hover {
  background-color: transparent;
}

/* line 5633, scss/_uswds.scss */
.usa-nav-close img {
  width: 1.3rem;
}

/* line 5637, scss/_uswds.scss */
.usa-nav-close + * {
  clear: both;
}

@media screen and (min-width: 1071px) {
  /* line 5643, scss/_uswds.scss */
  .usa-nav-close {
    display: none;
  }
}

/* line 5648, scss/_uswds.scss */
.usa-mobile_nav-active {
  overflow: hidden;
}

@media screen and (min-width: 1071px) {
  /* line 5653, scss/_uswds.scss */
  .usa-megamenu {
    padding-top: 3.15rem;
    padding-bottom: 3.15rem;
    left: 0px;
    width: 100%;
  }
}

@media screen and (min-width: 1071px) {
  /* line 5662, scss/_uswds.scss */
  .usa-megamenu::before {
    background-color: #112e51;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 1000%;
    right: 100%;
  }
}

@media screen and (min-width: 1071px) {
  /* line 5675, scss/_uswds.scss */
  .usa-megamenu::after {
    background-color: #112e51;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 1000%;
    left: 100%;
  }
}

@media screen and (min-width: 1071px) {
  /* line 5688, scss/_uswds.scss */
  .usa-header-basic-megamenu .usa-nav {
    padding-left: 0;
    padding-top: 0;
    width: 100%;
  }
}

/* line 5695, scss/_uswds.scss */
.usa-header-basic-megamenu .usa-nav-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 1071px) {
  /* line 5701, scss/_uswds.scss */
  .usa-header-basic-megamenu .usa-nav-inner {
    display: block;
    float: right;
    margin-top: -3.8rem;
  }
}

@media screen and (min-width: 1071px) {
  /* line 5709, scss/_uswds.scss */
  .usa-header-basic-megamenu .usa-nav-submenu .usa-grid-full {
    margin-left: -1.8rem;
  }
}

@media screen and (min-width: 1071px) {
  /* line 5715, scss/_uswds.scss */
  .usa-megamenu-col {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
  }
  /* line 5721, scss/_uswds.scss */
  .usa-megamenu-col:last-child {
    margin-right: 0;
  }
  /* line 5725, scss/_uswds.scss */
  .usa-megamenu-col:nth-child(2n) {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
  }
  /* line 5731, scss/_uswds.scss */
  .usa-megamenu-col:nth-child(2n):last-child {
    margin-right: 0;
  }
  /* line 5736, scss/_uswds.scss */
  .usa-megamenu-col:nth-child(4n) {
    margin-right: 0;
  }
}

/* line 5742, scss/_uswds.scss */
.usa-megamenu-col > ul {
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
}

/* line 5748, scss/_uswds.scss */
.usa-megamenu-col > ul > li {
  margin-bottom: 0;
}

/* line 5753, scss/_uswds.scss */
.usa-search {
  max-width: none;
  position: relative;
}

/* line 5757, scss/_uswds.scss */
.usa-search::after {
  clear: both;
  content: "";
  display: block;
}

/* line 5763, scss/_uswds.scss */
.usa-search [type="submit"],
.usa-search .usa-search-submit {
  background-image: url("/themes/custom/medicaid/img/search.png");
  background-image: url("/themes/custom/medicaid/img/search.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  height: 3.3rem;
  margin: 0;
  padding: 0;
  width: 4.5rem;
}

@media screen and (min-width: 481px) {
  /* line 5780, scss/_uswds.scss */
  .usa-search [type="submit"],
  .usa-search .usa-search-submit {
    background-image: none;
    width: 8.5rem;
  }
}

@media screen and (min-width: 481px) {
  /* line 5790, scss/_uswds.scss */
  .usa-search.usa-search-big [type="search"],
  .usa-search.usa-search-big .usa-search-input {
    font-size: 1.7rem;
    height: 4.4rem;
    width: calc(100% - 11.6rem);
  }
  /* line 5797, scss/_uswds.scss */
  .usa-search.usa-search-big [type="submit"],
  .usa-search.usa-search-big .usa-search-submit {
    font-size: 2rem;
    height: 4.4rem;
    width: 11.6rem;
  }
}

@media screen and (min-width: 481px) {
  /* line 5808, scss/_uswds.scss */
  .usa-search.usa-search-small [type="search"],
  .usa-search.usa-search-small .usa-search-input {
    width: calc(100% - 4.5rem);
  }
  /* line 5813, scss/_uswds.scss */
  .usa-search.usa-search-small [type="submit"],
  .usa-search.usa-search-small .usa-search-submit {
    background-image: url("/themes/custom/medicaid/img/search.png");
    background-image: url("/themes/custom/medicaid/img/search.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    width: 4.5rem;
  }
}

@media screen and (max-width: 1070px) {
  /* line 5825, scss/_uswds.scss */
  .usa-search.usa-search-small.usa-sr-only {
    left: auto;
    position: relative;
  }
}

/* line 5831, scss/_uswds.scss */
input[type="search"] {
  /* stylelint-disable-line selector-no-qualifying-type */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
}

/* line 5837, scss/_uswds.scss */
[type="search"],
.usa-search-input {
  padding-top: 0;
  padding-bottom: 0;
  border-bottom-right-radius: 0;
  border-right: none;
  border-top-right-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  font-size: 1.4rem;
  height: 3.3rem;
  margin: 0;
  width: calc(100% - 4.5rem);
}

@media screen and (min-width: 481px) {
  /* line 5853, scss/_uswds.scss */
  [type="search"],
  .usa-search-input {
    width: calc(100% - 8.5rem);
  }
}

/* line 5859, scss/_uswds.scss */
.usa-search-submit-text {
  position: absolute;
  left: -999em;
}

@media screen and (min-width: 481px) {
  /* line 5865, scss/_uswds.scss */
  .usa-search-submit-text {
    position: static;
  }
}

/* line 5870, scss/_uswds.scss */
.usa-section {
  padding-top: 0.35%;
  padding-bottom: 0.35%;
}

@media screen and (min-width: 600px) {
  /* line 5876, scss/_uswds.scss */
  .usa-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

/* line 5882, scss/_uswds.scss */
.usa-section-light {
  background-color: #f1f1f1;
}

/* line 5886, scss/_uswds.scss */
.usa-section-dark {
  background-color: #112e51;
  color: #ffffff;
}

/* line 5890, scss/_uswds.scss */
.usa-section-dark h1,
.usa-section-dark h2,
.usa-section-dark h3,
.usa-section-dark h4,
.usa-section-dark h5,
.usa-section-dark h6 {
  color: #02bfe7;
}

/* line 5899, scss/_uswds.scss */
.usa-section-dark p {
  color: #ffffff;
}

/* line 5903, scss/_uswds.scss */
.usa-section-dark a {
  color: #d6d7d9;
}

/* line 5906, scss/_uswds.scss */
.usa-section-dark a:hover {
  color: #ffffff;
}

/* line 5912, scss/_uswds.scss */
.usa-sidenav-list {
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
}

/* line 5918, scss/_uswds.scss */
.usa-sidenav-list > li {
  margin-bottom: 0;
  background-color: transparent;
  border-top: 1px solid #5b616b;
  font-size: 1.7rem;
}

/* line 5924, scss/_uswds.scss */
.usa-sidenav-list > li:first-child {
  border-top: none;
}

/* line 5929, scss/_uswds.scss */
.usa-sidenav-list a {
  border: none;
  color: #212121;
  display: block;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  line-height: 1.3;
  padding: 0.85rem 1rem 0.85rem 1.8rem;
  text-decoration: none;
}

/* line 5938, scss/_uswds.scss */
.usa-sidenav-list a:hover {
  background-color: #f1f1f1;
  color: #046791;
  text-decoration: none;
}

/* line 5944, scss/_uswds.scss */
.usa-sidenav-list a:focus {
  outline-offset: 0;
  position: relative;
  z-index: 1;
}

/* line 5950, scss/_uswds.scss */
.usa-sidenav-list a.usa-current {
  /* stylelint-disable-line selector-no-qualifying-type */
  border-left: 0.4rem solid #046791;
  color: #046791;
  font-weight: 700;
  padding-left: 1.4rem;
}

/* line 5960, scss/_uswds.scss */
.usa-sidenav-sub_list {
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  margin: 0;
  width: 100%;
}

/* line 5968, scss/_uswds.scss */
.usa-sidenav-sub_list > li {
  margin-bottom: 0;
}

/* line 5972, scss/_uswds.scss */
.usa-sidenav-sub_list li {
  border: none;
  font-size: 1.5rem;
}

/* line 5977, scss/_uswds.scss */
.usa-sidenav-sub_list a {
  padding-left: 2.8rem;
  line-height: 1.3;
}

/* line 5981, scss/_uswds.scss */
.usa-sidenav-sub_list a:hover, .usa-sidenav-sub_list a.usa-current {
  /* stylelint-disable-line selector-no-qualifying-type */
  border: none;
  padding-left: 2.8rem;
}

/* line 5989, scss/_uswds.scss */
.usa-sidenav-sub_list .usa-sidenav-sub_list a {
  padding-left: 3.8rem;
}

/* line 5992, scss/_uswds.scss */
.usa-sidenav-sub_list .usa-sidenav-sub_list a:focus {
  outline-offset: 0;
}

/* line 5996, scss/_uswds.scss */
.usa-sidenav-sub_list .usa-sidenav-sub_list a:hover {
  padding-left: 3.8rem;
}

/* line 6002, scss/_uswds.scss */
.usa-skipnav {
  background: transparent;
  color: #212121;
  left: 0;
  padding: 1rem 1.5rem;
  position: absolute;
  top: -4.2rem;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 100;
}

/* line 6012, scss/_uswds.scss */
.usa-skipnav:focus {
  background: #ffffff;
  left: 0;
  outline: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 6023, scss/_uswds.scss */
.usa-navbar h1 {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0px;
  display: inline-block;
  font-size: 4rem;
}

/* line 6031, scss/_uswds.scss */
.usa-navbar a {
  font-size: 4rem;
}

/* line 6035, scss/_uswds.scss */
.usa-navbar img {
  margin-top: 1.9rem;
  height: 61px;
}

@media (max-width: 1071px) {
  /* line 6042, scss/_uswds.scss */
  .usa-navbar img {
    width: 200px;
    height: 39px;
    margin-top: 0;
    margin-bottom: 0.3rem !important;
  }
  /* line 6049, scss/_uswds.scss */
  a.site-branding__logo {
    padding-left: 5px;
  }
  /* line 6053, scss/_uswds.scss */
  .usa-navbar {
    height: 48px;
  }
}

@media screen and (min-width: 600px) {
  /* line 6059, scss/_uswds.scss */
  .usa-nav-secondary {
    top: -8rem;
  }
}

/* line 6064, scss/_uswds.scss */
.usa-banner-header p {
  /* height: 13px; */
  width: 288px;
  opacity: 0.85;
  color: #040404;
  font-family: "Source Sans Pro";
  font-size: 14px;
  font-weight: 300;
  /* line-height: 0; */
}

@media screen and (max-width: 600px) {
  /* line 6077, scss/_uswds.scss */
  .usa-banner-header {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }
  /* line 6081, scss/_uswds.scss */
  .usa-banner-header p {
    font-size: 13px;
  }
  /* line 6085, scss/_uswds.scss */
  .usa-banner-header img {
    height: 14px;
    width: 20px;
    margin-top: 3px !important;
  }
  /* line 6092, scss/_uswds.scss */
  .usa-banner {
    padding-bottom: 0px;
    padding-left: 5px;
    height: 20px;
  }
  /* line 6098, scss/_uswds.scss */
  .usa-navbar {
    height: 48px;
  }
  /* line 6101, scss/_uswds.scss */
  .usa-navbar img {
    padding-left: 0.35%;
    height: 40px;
    margin-top: 4px;
  }
  /* line 6108, scss/_uswds.scss */
  a.site-branding__logo {
    padding-left: 5px;
    height: 48px;
  }
  /* line 6113, scss/_uswds.scss */
  .usa-menu-btn {
    height: 48px;
    line-height: 5rem;
  }
  /* line 6118, scss/_uswds.scss */
  .content {
    padding: 0px 5px;
  }
  /* line 6122, scss/_uswds.scss */
  .breadcrumb {
    padding-left: 0px !important;
  }
  /* line 6126, scss/_uswds.scss */
  header.usa-banner-header {
    padding-top: 0px;
  }
}

@media screen and (min-width: 481px) {
  /* line 6132, scss/_uswds.scss */
  .usa-banner-header p {
    display: inline;
  }
}

@media all and (max-width: 1071px) {
  /* line 6138, scss/_uswds.scss */
  .usa-menu-btn {
    height: 48px;
    line-height: 5rem;
    width: 70px;
  }
}

/* line 6145, scss/_uswds.scss */
nav.desktop-nav {
  background-color: #17415f;
}

/* line 6148, scss/_uswds.scss */
nav.desktop-nav .usa-nav-inner {
  margin-top: 0px;
}

/* line 6153, scss/_uswds.scss */
nav.desktop-nav .usa-nav-primary > li:hover > .usa-nav-submenu,
nav.desktop-nav .usa-nav-primary > li:active > .usa-nav-submenu,
nav.desktop-nav .usa-nav-primary > li:focus > .usa-nav-submenu,
nav.desktop-nav .usa-nav-primary > li.active > .usa-nav-submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 6160, scss/_uswds.scss */
nav.desktop-nav .usa-nav-primary > li > a {
  position: relative;
  background-color: #17415f;
  background-image: none;
  color: #ffffff;
  font-size: 1.6rem;
}

/* line 6161, scss/_uswds.scss */
nav.desktop-nav .usa-nav-primary > li > a:hover + .usa-nav-submenu,
nav.desktop-nav .usa-nav-primary > li > a:active + .usa-nav-submenu,
nav.desktop-nav .usa-nav-primary > li > a:focus + .usa-nav-submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 6173, scss/_uswds.scss */
nav.desktop-nav .usa-nav-primary > li > a:hover, nav.desktop-nav .usa-nav-primary > li > a[aria-expanded="true"] {
  background-color: #eefafe;
}

/* line 6178, scss/_uswds.scss */
nav.desktop-nav .usa-nav-primary > li > a:hover span,
nav.desktop-nav .usa-nav-primary > li > a[aria-expanded="true"] span {
  border-bottom: 0.7rem solid #76bab2;
  padding-bottom: 0.9rem;
  color: #17415f;
}

/* line 6185, scss/_uswds.scss */
nav.desktop-nav .usa-nav-primary > li > a[aria-controls] span {
  position: relative;
  padding-right: 1.5rem;
}

/* line 6189, scss/_uswds.scss */
nav.desktop-nav .usa-nav-primary > li > a[aria-controls] span:after {
  position: absolute;
  top: 0.4rem;
  right: 0;
  border-style: solid;
  border-width: 0.1rem 0.1rem 0 0;
  content: "";
  display: inline-block;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  height: 0.8rem;
  width: 0.8rem;
}

/* line 6205, scss/_uswds.scss */
nav.desktop-nav .usa-nav-submenu {
  background-color: #eefafe;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 1rem;
  padding-top: 2rem;
}

/* line 6211, scss/_uswds.scss */
nav.desktop-nav .usa-nav-submenu:before, nav.desktop-nav .usa-nav-submenu:after {
  background-color: #eefafe;
}

/* line 6217, scss/_uswds.scss */
nav.desktop-nav .usa-nav-submenu > li,
nav.desktop-nav .usa-nav-submenu > span > li {
  margin-bottom: 1rem;
}

/* line 6222, scss/_uswds.scss */
nav.desktop-nav .usa-nav-submenu > li > a,
nav.desktop-nav .usa-nav-submenu > span > li > a {
  background-image: none;
  position: relative;
  color: #046791;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.8rem;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

/* line 6235, scss/_uswds.scss */
nav.desktop-nav .usa-nav-submenu > li > a:hover,
nav.desktop-nav .usa-nav-submenu > span > li > a:hover {
  background-color: transparent;
}

/* line 6241, scss/_uswds.scss */
nav.desktop-nav .usa-nav-submenu ul {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1rem;
}

/* line 6247, scss/_uswds.scss */
nav.desktop-nav .usa-nav-submenu ul li {
  margin-bottom: 0.3rem;
}

/* line 6250, scss/_uswds.scss */
nav.desktop-nav .usa-nav-submenu ul li a {
  background-image: none;
  color: #000;
  font-size: 1.2rem;
  line-height: 1.4rem;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

/* line 6259, scss/_uswds.scss */
nav.desktop-nav .usa-nav-submenu ul li a:hover {
  background-color: transparent;
}

/* line 6268, scss/_uswds.scss */
.usa-nav {
  bottom: auto;
}

/* line 6271, scss/_uswds.scss */
.usa-nav.sidenav-mobile.is-visible {
  width: 316px;
  padding-left: 10px;
  padding-right: 10px;
  height: 100vh;
  overflow-y: auto;
  padding-bottom: 100px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 6282, scss/_uswds.scss */
  span.ubermenu-target-title.ubermenu-target-text {
    font-size: 15px;
  }
}

/* line 6287, scss/_uswds.scss */
.usa-overlay {
  visibility: hidden;
}

/*
//.mobile-menu-level-one a,
.mobile-menu-level-one .button-level-one{
  padding-left: 0px;
  padding-right: 0px;
}*/
@media (max-width: 1071px) {
  /* line 6298, scss/_uswds.scss */
  .usa-nav.desktop-nav {
    display: none !important;
  }
  /* line 6302, scss/_uswds.scss */
  #atstbx {
    overflow: hidden;
  }
}

@media (min-width: 1071px) {
  /* line 6309, scss/_uswds.scss */
  .usa-nav.desktop-nav {
    display: block;
  }
  /* line 6313, scss/_uswds.scss */
  .usa-nav#mobile-nav {
    display: none;
  }
}

@media (max-width: 1071px) {
  /* line 6320, scss/_uswds.scss */
  .site-nav-secondary {
    display: none;
  }
}

/* line 6325, scss/_uswds.scss */
#mobile-nav,
#movile-nav ul {
  background-color: #eefafe;
}

/* line 6331, scss/_uswds.scss */
#mobile-nav button {
  background-color: #eefafe;
}

/* line 6335, scss/_uswds.scss */
#mobile-nav .usa-nav-primary .usa-nav-submenu {
  background-color: #eefafe;
}

/* line 6338, scss/_uswds.scss */
#mobile-nav .usa-nav-primary .usa-nav-submenu a {
  background-color: #eefafe;
}

/* line 6343, scss/_uswds.scss */
#mobile-nav.sidenav-mobile .usa-nav-inner {
  height: auto;
}

/* line 6348, scss/_uswds.scss */
.usa-nav-secondary-links {
  color: #5b616b;
}

/* line 6351, scss/_uswds.scss */
.usa-nav-secondary-links li a {
  padding-left: 1.8rem;
}

/* line 6357, scss/_uswds.scss */
#mobile-nav button.usa-nav-link {
  font-weight: 400;
}

/* line 6362, scss/_uswds.scss */
#mobile-nav .usa-nav-primary button:hover,
#mobile-nav .usa-nav-primary a:hover {
  background-color: #eefafe;
}

/* line 6369, scss/_uswds.scss */
#mobile-nav button.usa-nav-link[aria-expanded="false"] + ul.usa-nav-submenu {
  display: none;
}

/* line 6373, scss/_uswds.scss */
#mobile-nav button.usa-nav-link[aria-expanded="true"] + ul.usa-nav-submenu {
  display: block;
}

/* line 6378, scss/_uswds.scss */
#mobile-nav form.usa-search button {
  background-color: #0071bc;
}

/* line 6382, scss/_uswds.scss */
#mobile-nav .usa-nav-primary .usa-nav-submenu a:hover {
  text-decoration: none;
}

/* line 6386, scss/_uswds.scss */
#mobile-nav .usa-nav-secondary .usa-nav-secondary-links li {
  line-height: 1.5;
}

/* line 6391, scss/_uswds.scss */
.mobile-menu-level-two {
  font-size: 15px;
  line-height: 19px;
}

/* line 6392, scss/_uswds.scss */
.mobile-menu-level-two button,
.mobile-menu-level-two a {
  padding-left: 2.8rem;
  line-height: 1.3;
}

/* line 6398, scss/_uswds.scss */
.mobile-menu-level-two .usa-nav-submenu a {
  padding-left: 3.8rem;
}

/* line 6405, scss/_uswds.scss */
.mobile-menu-level-two button,
.mobile-menu-level-two a {
  font-size: 15px;
  line-height: 19px;
}

/* line 6413, scss/_uswds.scss */
#mobile-nav a.activeparent-link span {
  border-bottom: none;
  padding-bottom: 0px;
}

/* line 6418, scss/_uswds.scss */
#mobile-nav button.usa-nav-link {
  color: #212121;
  cursor: pointer;
  display: inline-block;
  font-family: "Source Sans Pro";
  width: 100%;
  padding-left: 0px;
}

/* line 6427, scss/_uswds.scss */
#mobile-nav .usa-nav-close {
  margin-right: 0px;
  border: 2px solid #046791;
  height: 25px;
  width: 28px;
}

/* line 6435, scss/_uswds.scss */
#mobile-nav .mobile-menu-level-one a,
#mobile-nav .mobile-menu-level-one button {
  color: #046791;
  font-weight: bold;
}

/* line 6443, scss/_uswds.scss */
#mobile-nav .mobile-menu-level-two a,
#mobile-nav .mobile-menu-level-two button {
  color: black;
  font-weight: normal;
}

/* line 6450, scss/_uswds.scss */
#mobile-nav .usa-nav-primary {
  margin-top: 0px;
}

@media (min-width: 1071px) {
  /* line 6457, scss/_uswds.scss */
  .usa-nav.desktop-nav {
    display: block;
    z-index: 100;
  }
  /* line 6462, scss/_uswds.scss */
  .usa-nav#mobile-nav {
    display: none;
  }
}

/* line 6468, scss/_uswds.scss */
.usa-nav-primary a {
  padding-left: 0px;
}

/* line 6472, scss/_uswds.scss */
body {
  overflow-x: visible;
}

/* line 6475, scss/_uswds.scss */
body > .body:first-child {
  overflow-x: hidden;
}

/* line 6479, scss/_uswds.scss */
body:focus {
  outline: none;
}

/* line 6484, scss/_uswds.scss */
h1,
h2,
h3,
h4,
h5 {
  clear: none;
}

/* line 6492, scss/_uswds.scss */
h1 {
  margin-top: 0;
}

/* line 6496, scss/_uswds.scss */
h2 {
  color: #026666;
  margin-top: 0.5em;
}

/* line 6501, scss/_uswds.scss */
h3 {
  color: #17415f;
  margin-top: 0.5em;
}

/* line 6506, scss/_uswds.scss */
.teal {
  color: #026666;
}

/* line 6510, scss/_uswds.scss */
.navy {
  color: #17415f;
}

/* line 6514, scss/_uswds.scss */
.blue {
  color: #046791;
}

/* line 6518, scss/_uswds.scss */
.mint {
  color: #76bab2;
}

/* line 6522, scss/_uswds.scss */
.orange {
  color: #ca4d22;
}

/* line 6526, scss/_uswds.scss */
.plum {
  color: #862074;
}

/* line 6530, scss/_uswds.scss */
.logo-gray {
  color: #565656;
}

/* line 6534, scss/_uswds.scss */
.dark-gray {
  color: #333333;
}

/* line 6538, scss/_uswds.scss */
.gray {
  color: #888888;
}

/* line 6542, scss/_uswds.scss */
.text-14 {
  font-size: 14px !important;
}

/* line 6546, scss/_uswds.scss */
.text-22 {
  font-size: 22px !important;
}

/* line 6550, scss/_uswds.scss */
.text-26 {
  font-size: 26px !important;
}

/* line 6554, scss/_uswds.scss */
.text-32 {
  font-size: 32px !important;
}

/* line 6558, scss/_uswds.scss */
.arrow-right::after {
  content: "\00a0" "\203A";
}

/* line 6562, scss/_uswds.scss */
.arrow-left::before {
  content: "\2039" "\00a0";
}

/* line 6566, scss/_uswds.scss */
input#email {
  border: 1px solid #888888;
}

/* line 6570, scss/_uswds.scss */
.node-page-edit-form form [type="submit"],
form [type="submit"] {
  display: inline-block;
  margin-bottom: 0em;
  margin-top: 0rem;
  height: inherit;
}

/* line 6579, scss/_uswds.scss */
button.link-edit-summary[type="button"] {
  color: #000000;
  background-color: #ffffff;
}

/* line 6584, scss/_uswds.scss */
button.link-edit-summary:hover[type="button"] {
  text-decoration: underline;
}

/* line 6589, scss/_uswds.scss */
.usa-layout-docs {
  min-height: 500px;
}

/* line 6593, scss/_uswds.scss */
.content a:visited {
  color: #862074;
}

/* line 6597, scss/_uswds.scss */
.view-search-chip-spa-solr summary {
  background: #dbdbdb;
  color: #3b3b3b;
  text-shadow: 0 1px 0 #fff;
  border-radius: 4px;
}

/* line 6604, scss/_uswds.scss */
#main-wrapper {
  padding: 0px;
}

/* line 6608, scss/_uswds.scss */
.object-align-left {
  display: inline-block;
  float: left;
  overflow: hidden;
}

/* line 6613, scss/_uswds.scss */
.object-align-left > a {
  display: inline-block;
  margin-right: 5px;
  vertical-align: top;
}

/* line 6620, scss/_uswds.scss */
.object-align-center > a {
  display: inline-block;
  margin-right: 5px;
  vertical-align: top;
}

/* line 6626, scss/_uswds.scss */
.object-align-left > a img {
  float: left;
}

/* line 6630, scss/_uswds.scss */
.emphasized-text-link {
  line-height: 22px;
  text-decoration: none;
  text-transform: uppercase;
}

/* line 6636, scss/_uswds.scss */
.arrow-right::after {
  content: "\00a0" "\203A";
}

@media all and (min-width: 481px) and (max-width: 1071px) {
  /* line 6641, scss/_uswds.scss */
  #main-wrapper {
    margin-bottom: 40px;
  }
}

/* line 6647, scss/_uswds.scss */
tr:nth-child(odd) td {
  background: #eefafe;
}

/* line 6651, scss/_uswds.scss */
tr:nth-child(even) td {
  background: #ffffff;
}

/* line 6656, scss/_uswds.scss */
td,
th {
  border: none;
}

/* line 6661, scss/_uswds.scss */
.node__content table th {
  background-color: #f7f7f7;
  color: #212121;
  font-weight: 700;
  border: 1px solid #212121;
}

/* line 6667, scss/_uswds.scss */
.node__content table.no-header-border th,
.node__content table.no-header-border thead > tr {
  border: none;
}

/* line 6672, scss/_uswds.scss */
.node__content table.no-header-border th {
  border: none;
}

/* line 6676, scss/_uswds.scss */
.node__content table td.table-row-border-all {
  border: 1px solid #212121;
}

/* line 6680, scss/_uswds.scss */
.node__content table td.table-row-border-col {
  border-right: 1px solid #212121;
}

/* line 6684, scss/_uswds.scss */
.node__content table td.table-row-border-row {
  border-bottom: 1px solid #212121;
}

@media all and (max-width: 950px) {
  /* line 6690, scss/_uswds.scss */
  .node__content table,
  .node__content tbody,
  .node__content caption,
  .node__content tr {
    display: block;
  }
  /* line 6697, scss/_uswds.scss */
  .node__content td {
    display: block;
  }
  /* line 6700, scss/_uswds.scss */
  .node__content td.cellHeader, .node__content td.footnoteLink {
    display: block;
  }
  /* line 6708, scss/_uswds.scss */
  .cols-0 table,
  .cols-0 tbody,
  .cols-0 caption,
  .cols-0 tr {
    display: block;
  }
  /* line 6715, scss/_uswds.scss */
  .cols-0 td {
    display: block;
  }
  /* line 6718, scss/_uswds.scss */
  .cols-0 td.cellHeader, .cols-0 td.footnoteLink {
    display: block;
  }
  /* line 6725, scss/_uswds.scss */
  caption {
    background-color: #f7f7f7;
    border-bottom: 1px solid #212121;
    color: #212121;
    font-style: normal;
    font-weight: bold;
    margin-bottom: 0px;
    padding: 1rem;
    width: 100%;
  }
  /* line 6737, scss/_uswds.scss */
  .table-header-row tr:nth-child(odd) {
    background-color: #ffffff;
  }
  /* line 6741, scss/_uswds.scss */
  .table-header-row tr:nth-child(even) {
    background-color: #eefafe;
  }
  /* line 6747, scss/_uswds.scss */
  td:nth-of-type(3) {
    text-align: left;
  }
  /* line 6751, scss/_uswds.scss */
  td.cellHeader {
    color: #212121;
    font-weight: 700;
    padding-right: 0.1em;
  }
  /* line 6758, scss/_uswds.scss */
  th,
  thead tr {
    display: none;
  }
  /* line 6763, scss/_uswds.scss */
  td {
    padding-bottom: 0px;
    display: inline-block;
  }
  /* line 6769, scss/_uswds.scss */
  div.mobile-table-overflow table.table-header-row th,
  div.mobile-table-overflow table.table-header-row tr {
    display: block;
  }
  /* line 6774, scss/_uswds.scss */
  div.mobile-table-overflow table.table-header-row th {
    background-color: transparent;
    border: 0px;
    padding-top: 1vw;
    padding-bottom: 0px;
    padding-left: 0.7em;
  }
  /* line 6781, scss/_uswds.scss */
  div.mobile-table-overflow table.table-header-row th + td {
    padding-top: 0.2vw;
  }
}

@media (max-width: 599px) {
  /* line 6789, scss/_uswds.scss */
  .mobile-table-overflow {
    overflow-x: auto;
  }
}

/* line 6794, scss/_uswds.scss */
table.responsive-table {
  width: 100%;
}

/* line 6798, scss/_uswds.scss */
td a {
  word-wrap: break-word;
}

/* line 6803, scss/_uswds.scss */
.node__content td:nth-last-of-type(1) {
  border-right: 0;
}

/* line 6807, scss/_uswds.scss */
.node__content table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #212121;
}

/* line 6815, scss/_uswds.scss */
.waiver-details td {
  border: none;
}

/* line 6820, scss/_uswds.scss */
.waiver-details.table-header-row tr {
  border-top: none;
}

/* line 6823, scss/_uswds.scss */
.waiver-details.table-header-row tr td {
  background-color: #ffffff;
}

/* line 6828, scss/_uswds.scss */
.waiver-details.table-header-row th {
  background-color: #ffffff;
  border: none;
  font-weight: normal;
}

/* line 6834, scss/_uswds.scss */
.waiver-details.table-header-row tr:nth-child(even) {
  background-color: #ffffff;
}

/* line 6840, scss/_uswds.scss */
.node__content .waiver-details.table-header-row tr td:nth-last-of-type(1) {
  border-right: none;
}

@media screen and (min-width: 600px) {
  /* line 6845, scss/_uswds.scss */
  .usa-footer-big .usa-footer-primary-section {
    padding-top: 0;
  }
}

/* line 6850, scss/_uswds.scss */
.usa-footer-secondary_section {
  background-color: #eefafe;
}

/* line 6853, scss/_uswds.scss */
.usa-footer-secondary_section a:link {
  text-decoration: none;
  color: #046791;
}

/* line 6859, scss/_uswds.scss */
.footer-heading {
  color: #000000;
  font-family: "Merriweather", "Georgia", "Cambria", "Times New Roman", "Times", serif;
}

/* line 6864, scss/_uswds.scss */
.usa-footer-contact-heading p {
  font-size: 0.8em;
}

@media screen and (min-width: 481px) {
  /* line 6869, scss/_uswds.scss */
  .usa-sign_up > form [type="submit"],
  form [type="submit"] {
    padding-left: 0.8em;
    padding-right: 0.8em;
  }
}

/* line 6876, scss/_uswds.scss */
.usa-footer-logo img {
  height: 46px;
}

/* line 6880, scss/_uswds.scss */
.usa-footer-big .usa-footer-primary-section > .usa-grid {
  padding-left: 2%;
  padding-right: 2%;
}

@media screen and (min-width: 600px) {
  /* line 6886, scss/_uswds.scss */
  .usa-footer-big .usa-footer-primary-section > .usa-grid {
    padding-left: 1%;
    padding-right: 1%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 951px) {
  /* line 6894, scss/_uswds.scss */
  .usa-footer-big .usa-footer-primary-section > .usa-grid {
    padding-left: 0.35%;
    padding-right: 0.35%;
  }
}

@media (min-width: 1071px) {
  /* line 6901, scss/_uswds.scss */
  a.back-to-top {
    background: #046791 !important;
    display: none;
    height: 30px;
    margin-top: 0px;
    position: fixed;
    z-index: 999;
    right: 20px;
    bottom: 475px;
    width: 100px;
    text-align: center;
    color: #fff;
    font-size: 0.85em;
    float: right !important;
    color: #fff;
    text-decoration: none;
    font-weight: normal !important;
  }
  /* line 6919, scss/_uswds.scss */
  a.back-to-top:before {
    border-bottom: 20px solid #046791;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: -20px;
    width: 0;
  }
}

/* line 6934, scss/_uswds.scss */
.usa-sign_up-block.usa-width-one-fourth {
  float: left;
}

/* line 6938, scss/_uswds.scss */
.usa-sign_up-block input {
  max-width: 299px;
}

/* line 6943, scss/_uswds.scss */
.usa-footer-big ul .usa-footer-primary-link  {
  background-image: url("/themes/custom/medicaid/img/arrow-down.png");
  background-size: 1.7rem;
}

@media (min-width: 600px) {
  /* line 6949, scss/_uswds.scss */
  .usa-width-three-fourths {
    display: grid;
    grid-template-columns: 40.29137% 57.35098%;
    grid-template-rows: auto;
    -webkit-column-gap: 2.35765%;
    -moz-column-gap: 2.35765%;
    column-gap: 2.35765%;
  }
  /* line 6956, scss/_uswds.scss */
  .usa-width-three-fourths .usa-footer-primary-content.footer-left-column, .usa-width-three-fourths .usa-footer-primary-content.footer-middle-column {
    width: 100%;
  }
  /* line 6960, scss/_uswds.scss */
  .usa-width-three-fourths .usa-footer-primary-content.footer-left-column .content, .usa-width-three-fourths .usa-footer-primary-content.footer-middle-column .content {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto;
  }
  /* line 6969, scss/_uswds.scss */
  #site_footer .usa-footer-primary-link {
    background-image: none;
  }
}

@media (min-width: 768px) {
  /* line 6977, scss/_uswds.scss */
  .usa-width-three-fourths .usa-footer-primary-content.footer-left-column, .usa-width-three-fourths .usa-footer-primary-content.footer-middle-column {
    width: auto;
    margin: 0;
  }
  /* line 6982, scss/_uswds.scss */
  .usa-width-three-fourths .usa-footer-primary-content.footer-left-column .content, .usa-width-three-fourths .usa-footer-primary-content.footer-middle-column .content {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto;
  }
}

@media (min-width: 1248px) {
  /* line 6995, scss/_uswds.scss */
  .usa-width-three-fourths .usa-footer-primary-content.footer-left-column, .usa-width-three-fourths .usa-footer-primary-content.footer-middle-column {
    width: auto;
    margin: 0;
  }
  /* line 7000, scss/_uswds.scss */
  .usa-width-three-fourths .usa-footer-primary-content.footer-left-column .content, .usa-width-three-fourths .usa-footer-primary-content.footer-middle-column .content {
    grid-template-columns: calc(160px + 2em) auto;
  }
  /* line 7005, scss/_uswds.scss */
  .usa-width-three-fourths .usa-footer-primary-content .usa-sign_up-block.usa-width-one-fourth {
    float: right;
    margin-right: 0px;
  }
}

/* line 7020, scss/_uswds.scss */
.usa-footer-nav .footer-left-column {
  margin-bottom: 0px;
}

/* line 7024, scss/_uswds.scss */
button.sbmt-btn {
  width: 93px;
  border-radius: 10px;
}

@media screen and (max-width: 600px) {
  /* line 7030, scss/_uswds.scss */
  ul.usa-footer-primary-content:first-child {
    border-top: none;
  }
  /* line 7035, scss/_uswds.scss */
  .usa-footer-big ul .usa-footer-primary-link > * {
    padding-left: 15px;
  }
  /* line 7040, scss/_uswds.scss */
  .usa-footer-big .usa-footer-primary-section .usa-footer-primary-content li {
    margin-left: 53.5px;
  }
  /* line 7044, scss/_uswds.scss */
  .usa-footer-big .usa-footer-primary-section .usa-footer-primary-content .usa-footer-primary-link {
    margin-left: 2.5px;
    background-size: 1.7rem;
  }
  /* line 7051, scss/_uswds.scss */
  .usa-sign_up-block {
    padding-left: 52.5px;
  }
  /* line 7055, scss/_uswds.scss */
  button.sbmt-btn {
    width: 100%;
  }
  /* line 7060, scss/_uswds.scss */
  .usa-sign_up-block.usa-width-one-fourth {
    float: none;
    padding-right: 3.9rem;
  }
  /* line 7065, scss/_uswds.scss */
  .usa-sign_up-block input {
    max-width: 100%;
  }
  /* line 7070, scss/_uswds.scss */
  .usa-footer-secondary_section {
    padding-left: 10px;
  }
}

/* line 7075, scss/_uswds.scss */
.usa-footer-nav a {
  text-decoration: none;
}

@media screen and (min-width: 1071px) and (max-width: 1180px) {
  /* line 7080, scss/_uswds.scss */
  a.back-to-top {
    background: #046791 !important;
    display: none;
    height: 28px;
    margin-top: 0px;
    position: relative;
    z-index: 999;
    right: 24px;
    bottom: 7px;
    width: 100px;
    text-align: center;
    color: #fff;
    font-size: 0.85em;
    float: right !important;
  }
  /* line 7095, scss/_uswds.scss */
  a.back-to-top:before {
    border-bottom: 20px solid #046791;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: -20px;
    width: 0px;
  }
}

/*iPad Pro 9.7"*/
/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  /* line 7112, scss/_uswds.scss */
  a.back-to-top {
    display: none !important;
  }
}

/* Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  /* line 7119, scss/_uswds.scss */
  a.back-to-top {
    display: none !important;
  }
}

/*iPad Pro 10.5"*/
/* Portrait */
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  /* line 7127, scss/_uswds.scss */
  a.back-to-top {
    display: none !important;
  }
}

/* Landscape */
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  /* line 7134, scss/_uswds.scss */
  a.back-to-top {
    display: none !important;
  }
}

/*ipad PRo 12.9"*/
/* Portrait */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  /* line 7142, scss/_uswds.scss */
  a.back-to-top {
    display: none !important;
  }
}

/* Landscape */
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  /* line 7149, scss/_uswds.scss */
  a.back-to-top {
    display: none !important;
  }
}

/* line 7154, scss/_uswds.scss */
ul#data-views li > a {
  padding: 1.71rem;
}

/* line 7158, scss/_uswds.scss */
#list-view-label > a {
  padding-left: 2.2rem;
}

/*SOTA Map END*/
/* line 7164, scss/_uswds.scss */
.collection-button.usa-button {
  background-color: #f6f7f7;
  border: 1px solid #e0e0e0;
  color: #006692;
  padding: 0px 0.5rem;
}

/* line 7170, scss/_uswds.scss */
.collection-button.usa-button:hover {
  background-color: #dbdfdf;
}

@media (max-width: 481px) {
  /* line 7176, scss/_uswds.scss */
  dl dd ul {
    margin-left: 6px !important;
  }
  /* line 7180, scss/_uswds.scss */
  .collection-button.usa-button {
    display: inline;
  }
}

/* line 7185, scss/_uswds.scss */
select.sort-options {
  background-image: url("/themes/custom/medicaid/img/arrow-both.png");
}

@media print {
  /* line 7190, scss/_uswds.scss */
  body,
  input,
  textarea,
  select {
    color: #000;
    background: none;
  }
  /* line 7198, scss/_uswds.scss */
  #sidebar-first,
  #sidebar-second,
  .navigation,
  #toolbar,
  .site-footer,
  .tabs,
  .shortcut-action,
  .usa-menu-btn {
    display: none;
  }
  /* line 7210, scss/_uswds.scss */
  #comments .title,
  #comments form {
    display: none;
  }
  /* line 7216, scss/_uswds.scss */
  .comment-forbidden {
    display: none;
  }
  /* line 7220, scss/_uswds.scss */
  .one-sidebar .main-content,
  .two-sidebars .main-content {
    width: 100%;
  }
  /* line 7225, scss/_uswds.scss */
  .featured-bottom {
    width: 960px;
    margin: 0;
    padding: 0;
    border: none;
  }
  /* line 7232, scss/_uswds.scss */
  .featured-bottom-first,
  .featured-bottom-second,
  .featured-bottom-third {
    width: 250px;
  }
  /* line 7238, scss/_uswds.scss */
  .usa-navbar {
    border-bottom: none;
  }
  /* line 7242, scss/_uswds.scss */
  #site-header {
    border-bottom: 2px solid #5e5e5e;
  }
  /* line 7246, scss/_uswds.scss */
  footer {
    display: none;
  }
}

/* line 7251, scss/_uswds.scss */
.featured-bottom .region .contextual-region {
  width: 100%;
}

/* line 7254, scss/_uswds.scss */
.featured-bottom .region .contextual-region .tabs {
  display: none;
}

/* line 7259, scss/_uswds.scss */
#waivers {
  padding-left: 0;
}

/* line 7262, scss/_uswds.scss */
#waivers .dynamicArticle {
  position: relative;
}

/* line 7265, scss/_uswds.scss */
#waivers .dynamicArticle h2 {
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1.7rem;
  line-height: 2.6rem;
  padding-right: 5rem;
}

/* line 7271, scss/_uswds.scss */
#waivers .dynamicArticle h2 > p:first-child {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 7278, scss/_uswds.scss */
#waivers .collection-button {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  margin-top: 0;
}

/* line 7287, scss/_uswds.scss */
#waivers dl dt {
  float: left;
}

/* line 7291, scss/_uswds.scss */
#waivers dl dd {
  font-weight: bold;
  min-height: 1.9rem;
  padding-left: 10rem;
  padding-bottom: 1rem;
}

/* line 7297, scss/_uswds.scss */
#waivers dl dd:before {
  content: "\200b";
}

/* line 7301, scss/_uswds.scss */
#waivers dl dd ul {
  margin-top: 0;
  display: inline-block;
}

/* line 7308, scss/_uswds.scss */
#waivers li {
  margin-bottom: 0;
  padding-right: 0;
  padding-top: 0;
  border-top: 0;
}

/* line 7317, scss/_uswds.scss */
.additional-measures-build .pillarNav,
.additional-measures-build .domainNav {
  display: none;
}

/* line 7324, scss/_uswds.scss */
tr:nth-child(odd) td {
  background: #eefafe;
}

/* line 7327, scss/_uswds.scss */
tr:nth-child(even) td {
  background: #ffffff;
}

/* line 7331, scss/_uswds.scss */
td,
th {
  border: none;
}

/* line 7336, scss/_uswds.scss */
.node__content table th {
  background-color: #f7f7f7;
  color: #212121;
  font-weight: 700;
  border: 1px solid #212121;
}

@media all and (max-width: 950px) {
  /* line 7344, scss/_uswds.scss */
  .node__content table,
  .node__content tbody,
  .node__content caption,
  .node__content tr,
  .node__content td,
  .node__content td.cellHeader,
  .node__content td.footnoteLink,
  .cols-0 table,
  .cols-0 tbody,
  .cols-0 caption,
  .cols-0 tr,
  .cols-0 td,
  .cols-0 td.cellHeader,
  .cols-0 td.footnoteLink {
    display: block;
  }
  /* line 7361, scss/_uswds.scss */
  caption {
    background-color: #f7f7f7;
    border-bottom: 1px solid #212121;
    color: #212121;
    font-style: normal;
    font-weight: bold;
    margin-bottom: 0px;
    padding: 1rem;
    width: 100%;
  }
  /* line 7378, scss/_uswds.scss */
  .table-header-row tr:nth-child(odd) {
    background-color: #ffffff;
  }
  /* line 7382, scss/_uswds.scss */
  .table-header-row tr:nth-child(even) {
    background-color: #eefafe;
  }
  /* line 7385, scss/_uswds.scss */
  td:nth-of-type(3) {
    text-align: left;
  }
  /* line 7388, scss/_uswds.scss */
  td.cellHeader {
    color: #212121;
    font-weight: 700;
    padding-right: 0.1em;
  }
  /* line 7393, scss/_uswds.scss */
  th,
  thead tr {
    display: none;
  }
  /* line 7397, scss/_uswds.scss */
  td {
    padding-bottom: 0px;
    display: inline-block;
  }
  /* line 7407, scss/_uswds.scss */
  div.mobile-table-overflow table.table-header-row th,
  div.mobile-table-overflow table.table-header-row tr {
    display: block;
  }
  /* line 7411, scss/_uswds.scss */
  div.mobile-table-overflow table.table-header-row th {
    background-color: transparent;
    border: 0px;
    padding-top: 1vw;
    padding-bottom: 0px;
    padding-left: 0.7em;
  }
  /* line 7418, scss/_uswds.scss */
  div.mobile-table-overflow table.table-header-row th + td {
    padding-top: 0.2vw;
  }
}

@media (max-width: 599px) {
  /* line 7425, scss/_uswds.scss */
  .mobile-table-overflow {
    overflow-x: auto;
  }
}

/* line 7429, scss/_uswds.scss */
table.responsive-table {
  width: 100%;
}

/* line 7435, scss/_uswds.scss */
td a {
  word-wrap: break-word;
}

/* line 7439, scss/_uswds.scss */
.node__content td:nth-last-of-type(1) {
  border-right: 0;
}

/* line 7444, scss/_uswds.scss */
.node__content table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #212121;
}

/* line 7450, scss/_uswds.scss */
.node__content table.no-border {
  border: none;
}

/* line 7454, scss/_uswds.scss */
.node__content table.no-padding {
  margin: 0px;
}

/* line 7458, scss/_uswds.scss */
.waiver-details td {
  border: none;
}

/* line 7461, scss/_uswds.scss */
.waiver-details.table-header-row tr {
  border-top: none;
}

/* line 7465, scss/_uswds.scss */
.waiver-details.table-header-row tr td {
  background-color: #ffffff;
}

/* line 7469, scss/_uswds.scss */
.waiver-details.table-header-row th {
  background-color: #ffffff;
  border: none;
  font-weight: normal;
}

/* line 7474, scss/_uswds.scss */
.waiver-details.table-header-row tr:nth-child(even) {
  background-color: #ffffff;
}

/* line 7477, scss/_uswds.scss */
.node__content .waiver-details.table-header-row tr td:nth-last-of-type(1) {
  border-right: none;
}
/* line 7483, scss/_uswds.scss */
.lpb-formatter .ckeditor-accordion-container {
  width: 100%;
}

/* line 7485, scss/_uswds.scss */
.lpb-formatter .ckeditor-accordion-container p {
  width: 100%;
}

/* line 7489, scss/_uswds.scss */
.lpb-formatter .ckeditor-accordion-container > dl dt > a {
  width: 100%;
}

/* line 7491, scss/_uswds.scss */
.lpb-formatter .ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle {
  left: 95%;
}

/* line 7499, scss/_uswds.scss */
.path-state-resource-page .form-item-field-state {
  position: relative;
  border-radius: 3px;
}

/* line 7504, scss/_uswds.scss */
.path-state-resource-page .form-item-field-effective-date {
  border-radius: 3px;
}

/* line 7508, scss/_uswds.scss */
.path-state-resource-page .form-item-field-state-rating-period {
  border-radius: 3px;
}

/* line 7512, scss/_uswds.scss */
.view-search-chip-spa-solr .bef-exposed-form .form--inline .form-item .form-item-field-payment-type {
  margin-left: 0 !important;
}

/* line 7516, scss/_uswds.scss */
.path-state-resource-page #edit-field-state-rating-period-1 {
  border: 1px solid #c5c5c5;
  border-radius: 3px;
  position: relative;
  z-index: 200;
  margin-top: 27px;
}

@media screen and (max-width: 572px) {
  /* line 7516, scss/_uswds.scss */
  .path-state-resource-page #edit-field-state-rating-period-1 {
    margin-top: 51px;
  }
}

/* line 7527, scss/_uswds.scss */
.path-state-resource-page .form-item-field-review-type {
  margin-top: 5px;
  border-radius: 3px;
}

/* line 7532, scss/_uswds.scss */
.path-state-resource-page .form-item-field-approval-date {
  position: absolute;
  z-index: 50;
  width: 115px;
  margin-top: 80px;
  margin-left: 650px;
  border-radius: 3px;
}

/* line 7541, scss/_uswds.scss */
.path-state-resource-page .form-item-field-provider-class {
  border-radius: 3px;
}

/* line 7545, scss/_uswds.scss */
.path-state-resource-page .form-item-field-payment-type {
  margin-top: 5px;
  border-radius: 3px;
}

/* line 7550, scss/_uswds.scss */
.view-chip-spa-solr details > .details-wrapper {
  padding: 0.5em 1.5em !important;
  border: 1px solid #c5c5c5;
  border-radius: 4px !important;
}

/* line 7556, scss/_uswds.scss */
.path-state-resource-page #edit-field-approval-date {
  border: solid 1px #c5c5c5;
  border-radius: 4px;
}

/* line 7561, scss/_uswds.scss */
.path-state-resource-page #edit-field-approval-date-1 {
  border: solid 1px #c5c5c5;
  border-radius: 3px;
}

/* line 7566, scss/_uswds.scss */
.path-state-resource-page #edit-field-state {
  border-radius: 3px;
  height: 264px;
}

/* line 7571, scss/_uswds.scss */
.path-state-resource-page #edit-field-payment-type {
  border: solid 1px #c5c5c5;
  border-radius: 3px;
  height: 180px;
}

/* line 7577, scss/_uswds.scss */
.path-state-resource-page #edit-field-provider-class {
  border: solid 1px #c5c5c5;
  border-radius: 3px;
  height: 180px;
}

/* line 7583, scss/_uswds.scss */
.path-state-resource-page #edit-field-approval-period {
  border: solid 1px #c5c5c5;
  border-radius: 3px;
  width: 115px;
}

/* line 7589, scss/_uswds.scss */
.path-state-resource-page #edit-field-review-type {
  border: 1px solid #c5c5c5 !important;
  border-radius: 3px !important;
}

/* line 7594, scss/_uswds.scss */
.path-state-resource-page #edit-field-state-rating-period {
  border: solid 1px #c5c5c5;
  border-radius: 3px;
}

/* line 7599, scss/_uswds.scss */
.path-state-resource-page summary {
  color: #046791 !important;
  font-weight: bold !important;
  font-size: 17px !important;
  margin-top: -36px;
  margin-left: -20px;
}

/* line 7607, scss/_uswds.scss */
.path-state-resource-page .collection-button.usa-button {
  background-color: #f6f7f7;
  border: 1px solid #e0e0e0;
  color: #006692;
  padding: 0px 0.5rem;
}

/* line 7614, scss/_uswds.scss */
.path-state-resource-page #edit-field-state {
  border-radius: 3px;
  height: 291px;
}

/* line 7618, scss/_uswds.scss */
.path-state-resource-page .view-search-chip-spa-solr .field-content .js-form-wrapper summary[aria-expanded]:after {
  content: "\002B";
  font-size: 28px;
  line-height: 28px;
  float: right;
  font-weight: normal;
  margin-top: 0px;
  left: 0px;
  position: relative;
  background-color: #f6f7f7;
  border: 1px solid #e0e0e0;
  color: #006692;
  padding: 0px 0.5rem;
}

/* line 7633, scss/_uswds.scss */
.path-state-resource-page .views-row {
  padding-top: 15px;
  padding-bottom: 10px;
  border-radius: 0px;
}

/* line 7639, scss/_uswds.scss */
.path-state-resource-page .view-display-id-page_2 summary {
  background: #dbdbdb;
  color: #3b3b3b;
  text-shadow: 0 1px 0 #fff;
  width: 102.3%;
  border-radius: 5px;
}

/* line 7647, scss/_uswds.scss */
.path-state-resource-page .recordsPerPage {
  font-weight: bold;
  padding-top: 30px;
}

/* line 7652, scss/_uswds.scss */
.path-state-resource-page #edit-field-payment-type--description {
  font-style: italic;
}

/* line 7656, scss/_uswds.scss */
.path-state-resource-page #edit-field-provider-class--description {
  font-style: italic;
}

/* line 7660, scss/_uswds.scss */
.lpb-borders {
  border-style: solid;
  border-width: 1px;
}

/* line 7663, scss/_uswds.scss */
.lpb-borders td {
  border-style: solid;
  border-width: 1px;
}

/* line 7669, scss/_uswds.scss */
.view-search-chip-spa-solr #edit-secondary > summary {
  background: transparent;
}

/* line 7673, scss/_uswds.scss */
.noresults {
  position: relative;
  top: 80px;
  z-index: 1;
  color: #026666;
  font-size: 30px;
  font-family: "Merriweather", "Georgia", "Cambria", "Times New Roman", "Times", serif;
  font-weight: bold;
}

/* line 7683, scss/_uswds.scss */
.path-quality-resource-library .js-form-wrapper.form-wrapper {
  z-index: 4;
  position: relative;
}

/* line 7688, scss/_uswds.scss */
.usa-search.usa-search-small [type="submit"],
.usa-search.usa-search-small .usa-search-submit {
  top: -2px;
  position: relative;
}

/* line 7694, scss/_uswds.scss */
.path-state-resource-page .page-title {
  display: none;
}

/* line 7698, scss/_uswds.scss */
.view-search-chip-spa-solr #edit-actions {
  top: -5px;
  position: relative;
}

/* Ralph Tracy WYSIWIG Enhancements BEGIN */
/* line 7704, scss/_uswds.scss */
#block-medicaid-content > div > article > div.node__content > div > div.highlight-div-left > ul > li {
  line-height: 20px;
}

/* line 7708, scss/_uswds.scss */
#block-medicaid-content > div > article > div.node__content > div > div.highlight-div-left > ol > li {
  line-height: 20px;
}

/* line 7712, scss/_uswds.scss */
#block-medicaid-content > div > article > div.node__content > div > div.highlight-div-right > ul > li {
  line-height: 20px;
}

/* line 7716, scss/_uswds.scss */
#block-medicaid-content > div > article > div.node__content > div > div.highlight-div-right > ol > li {
  line-height: 20px;
}

/* line 7720, scss/_uswds.scss */
.highlight-div {
  font-size: 30px;
  border-top: 1px #ccc solid;
  border-bottom: 1px #a9a4a4 solid;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #095e17;
  font-family: "Merriweather", serif;
  font-style: italic;
  text-align: center;
}

/* line 7732, scss/_uswds.scss */
.highlight-div-right {
  font-size: 30px;
  border-top: 1px #ccc solid;
  border-bottom: 1px #a9a4a4 solid;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #095e17;
  font-family: "Merriweather", serif;
  font-style: italic;
  float: right;
  display: block;
  max-width: 23%;
  margin-left: 4.82916%;
  width: 47.58542%;
  text-align: center;
}

/* line 7749, scss/_uswds.scss */
.highlight-div-left {
  font-size: 30px;
  border-top: 1px #ccc solid;
  border-bottom: 1px #a9a4a4 solid;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #095e17;
  font-family: "Merriweather", serif;
  font-style: italic;
  float: left;
  display: block;
  margin-right: 25px !important;
  max-width: 23%;
  text-align: center;
}

/* line 7765, scss/_uswds.scss */
.highlight-left {
  border: 1px solid #999999;
  padding: 10px;
  background-color: #eefafe;
  float: left;
  display: block;
  margin-right: 4.82916%;
  max-width: 23%;
  border-radius: 10px;
  text-align: center;
}

/* line 7777, scss/_uswds.scss */
.highlight-right {
  border: 1px solid #999999;
  padding: 10px;
  background-color: #eefafe;
  float: right;
  display: block;
  max-width: 23%;
  margin-left: 4.82916%;
  width: 47.58542%;
  border-radius: 10px;
  text-align: center;
}

/* line 7790, scss/_uswds.scss */
.highlight-button {
  background-color: #0f5cab;
  color: #ffffff;
  font-weight: bold;
  border-radius: 10px;
  padding: 9px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

/* line 7804, scss/_uswds.scss */
.highlight-button-internal {
  background-color: #0f5cab;
  color: #ffffff;
  font-weight: bold;
  border-radius: 10px;
  padding: 9px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  background-image: url("/themes/custom/medicaid/images/hyperlink-button.png");
  background-repeat: no-repeat;
  background-position: center;
  background-position: 98% 13px;
  background-size: 21px 30px;
}

/* line 7823, scss/_uswds.scss */
.highlight-button-external {
  background-color: #0f5cab;
  color: #ffffff;
  font-weight: bold;
  border-radius: 10px;
  padding: 9px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  background-image: url("/themes/custom/medicaid/images/hyperlink-button-a.png");
  background-repeat: no-repeat;
  background-position: center;
  background-position: 98% 13px;
  background-size: 21px 30px;
}

/* line 7842, scss/_uswds.scss */
.highlight-button:hover {
  background-color: #172b4d;
  color: #ffffff;
  font-weight: bold;
  border-radius: 10px;
  padding: 9px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

/* line 7856, scss/_uswds.scss */
.highlight-button-internal:hover {
  background-color: #172b4d;
  color: #ffffff;
  font-weight: bold;
  border-radius: 10px;
  padding: 9px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

/* line 7870, scss/_uswds.scss */
.highlight-button-external:hover {
  background-color: #172b4d;
  color: #ffffff;
  font-weight: bold;
  border-radius: 10px;
  padding: 9px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

/* line 7884, scss/_uswds.scss */
.table-column {
  float: left;
  width: 26%;
  margin-right: -1%;
  padding: 20px;
  padding-left: 13px;
}

/* line 7892, scss/_uswds.scss */
.path-state-resource-page #edit-field-approval-period-taxonomy {
  border: solid 1px #c5c5c5;
  border-radius: 3px;
}

/* line 7897, scss/_uswds.scss */
.paragraph--type--stories-text .media.align-left img {
  padding-right: 20px;
}

/* line 7901, scss/_uswds.scss */
.path-state-resource-page ol ol,
ul ul {
  margin: 0;
  padding: 0 0 0.25em 1em;
  list-style-type: disc;
}

@media screen and (max-width: 900px) {
  /* line 7909, scss/_uswds.scss */
  .view-chip-spa-solr details > .details-wrapper {
    padding: 0.5em 1.5em !important;
    border: 1px solid #c5c5c5;
    border-radius: 4px !important;
  }
}

@media screen and (max-width: 1024px) {
  /* line 7917, scss/_uswds.scss */
  .path-quality-resource-library .qrl-column {
    width: 100%;
    float: inherit;
    margin-top: 0px;
  }
}

/* line 7924, scss/_uswds.scss */
tbody tr:nth-child(odd) {
  background-color: #eefafd;
}

/* line 7927, scss/_uswds.scss */
.block-layout-builder .align-center {
  display: block;
  margin-right: auto;
  margin-left: 6%;
}

/* line 7933, scss/_uswds.scss */
.view-search-chip-spa-solr .view-filters {
  background-color: #ffffff;
  padding: 1.5em;
  border-radius: 9px;
  position: relative;
}

/* line 7940, scss/_uswds.scss */
.view-search-chip-spa-solr summary {
  background: transparent;
  color: #046791;
  text-shadow: none;
  border: none !important;
  font-weight: bold;
  outline: none !important;
}

/* line 7949, scss/_uswds.scss */
.view-search-chip-spa-solr details {
  border: none;
}

/* line 7953, scss/_uswds.scss */
.view-search-chip-spa-solr .form-item-sort-by {
  display: none;
}

/* line 7957, scss/_uswds.scss */
.view-search-chip-spa-solr .form-item-sort-order {
  display: none;
}

/* line 7961, scss/_uswds.scss */
.view-search-chip-spa-solr #edit-search-api-fulltext {
  border-color: #c5c5c5;
  font-size: 15px;
}

/* line 7966, scss/_uswds.scss */
.view-search-chip-spa-solr .views-row {
  padding-top: 15px;
  padding: 20px;
  border: solid 1px #c1c1c1;
  border-radius: 10px;
  margin-bottom: 20px;
  -webkit-box-shadow: 5px 5px #c1c1c1;
  box-shadow: 5px 5px #c1c1c1;
}

/* line 7975, scss/_uswds.scss */
.view-search-chip-spa-solr > div.views-row > div:nth-child(1) {
  border-top: none;
}

/* line 7979, scss/_uswds.scss */
.view-search-chip-spa-solr .view-content {
  margin-top: 20px;
}

/* line 7983, scss/_uswds.scss */
.view-search-chip-spa-solr #edit-field-approval-date {
  border: solid 1px #c5c5c5;
}

/* line 7987, scss/_uswds.scss */
#edit-secondary
> div
> div.js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-field-approval-date-1.form-item-field-approval-date-1
> label {
  display: none;
}

/* line 7994, scss/_uswds.scss */
.view-search-chip-spa-solr #edit-field-approval-date-1 {
  margin-top: 27px;
  border: solid 1px #c5c5c5;
}

@media screen and (max-width: 389px) {
  /* line 7994, scss/_uswds.scss */
  .view-search-chip-spa-solr #edit-field-approval-date-1 {
    margin-top: 51px;
  }
}

/* line 8002, scss/_uswds.scss */
.view-search-chip-spa-solr #edit-field-effective-date {
  border: solid 1px #c5c5c5;
}

/* line 8006, scss/_uswds.scss */
.view-search-chip-spa-solr .form-item-field-approval-date {
  position: relative;
  z-index: 50;
  margin-top: -20px;
  margin-left: -5px;
}

/* line 8013, scss/_uswds.scss */
.view-search-chip-spa-solr #ui-datepicker-div {
  z-index: 1000;
}

/* line 8017, scss/_uswds.scss */
.view-search-chip-spa-solr .search-icon {
  border-radius: 0px !important;
  background-repeat: no-repeat !important;
  background-position: -24px -9px !important;
  background-color: black !important;
  background-image: url(/themes/custom/medicaid/img/search-icon.png) !important;
  text-indent: 1000px !important;
  cursor: pointer !important;
  height: 42px !important;
  width: 69px !important;
  background-size: 171% !important;
  z-index: 50;
}

/* line 8031, scss/_uswds.scss */
.view-search-chip-spa-solr .form-item-field-topics {
  position: relative;
}

/* line 8035, scss/_uswds.scss */
.view-search-chip-spa-solr #edit-field-state {
  height: 182px;
  border: solid 1px #c5c5c5;
  max-width: 100%;
}

/* line 8041, scss/_uswds.scss */
.view-search-chip-spa-solr ::-webkit-scrollbar {
  width: 10px;
}

/* line 8045, scss/_uswds.scss */
.view-search-chip-spa-solr ::-webkit-scrollbar-track {
  background: #ffffff;
}

/* line 8049, scss/_uswds.scss */
.view-search-chip-spa-solr ::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

/* line 8054, scss/_uswds.scss */
.view-search-chip-spa-solr ::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* line 8058, scss/_uswds.scss */
.view-search-chip-spa-solr #edit-field-topics {
  height: 182px;
  width: 383px;
  border: solid 1px #c5c5c5;
}

/* line 8064, scss/_uswds.scss */
.view-search-chip-spa-solr .form-item-search-api-fulltext {
  margin-left: 20px;
}

/* line 8068, scss/_uswds.scss */
.view-search-chip-spa-solr
#block-medicaid-content
> div
> div
> div
> div.view-content
> div:nth-child(1)
> div.views-field.views-field-title {
  padding-bottom: 10px;
}

/* line 8079, scss/_uswds.scss */
.view-search-chip-spa-solr .views-field.views-field-body {
  padding-bottom: 10px;
}

/* line 8083, scss/_uswds.scss */
.view-search-chip-spa-solr .views-field.views-field-field-state {
  padding-bottom: 10px;
}

/* line 8087, scss/_uswds.scss */
.view-search-chip-spa-solr .views-field.views-field-title > span.views-label.views-label-title {
  font-weight: bold;
}

/* line 8091, scss/_uswds.scss */
.view-search-chip-spa-solr .views-field.views-field-field-chip-spa-status {
  display: none;
}

/* line 8095, scss/_uswds.scss */
.view-search-chip-spa-solr .views-field.views-field-field-chip-spa-file-1-factsheet {
  display: none;
}

/* line 8099, scss/_uswds.scss */
.view-search-chip-spa-solr .views-field.views-field-field-chip-spa-file-2-cur-st-pln {
  display: none;
}

/* line 8103, scss/_uswds.scss */
.view-search-chip-spa-solr .views-field-field-effective-date {
  margin-left: 599px;
  margin-top: -25px;
  padding-bottom: 20px;
}

/* line 8109, scss/_uswds.scss */
.view-search-chip-spa-solr .views-field-medicaid-custom-solr-file-display {
  margin-left: 599px;
  margin-top: -22px;
}

/* line 8114, scss/_uswds.scss */
.view-search-chip-spa-solr option:first-child {
  font-weight: normal;
}

/* line 8118, scss/_uswds.scss */
.path-medicaid .form-item-sort-by label {
  margin-top: 3rem;
  display: block;
  text-align: right;
}

/* line 8125, scss/_uswds.scss */
.exp-col-1, .exp-col-2 {
  width: 100%;
}

/* line 8130, scss/_uswds.scss */
.exp-col-2 .onoff-div {
  margin-top: 1rem !important;
}

/* line 8135, scss/_uswds.scss */
.view-search-chip-spa-solr #edit-field-effective-date-1 {
  border: solid 1px #c5c5c5;
  z-index: 50;
  margin-top: 27px;
}

@media screen and (max-width: 386px) {
  /* line 8135, scss/_uswds.scss */
  .view-search-chip-spa-solr #edit-field-effective-date-1 {
    margin-top: 51px;
  }
}

@media only screen and (max-width: 400px) {
  /* line 8145, scss/_uswds.scss */
  #main-search-view h2.cms-hidden-title {
    margin-top: 7rem;
  }
  /* line 8148, scss/_uswds.scss */
  #main-search-view div#edit-actions {
    width: unset !important;
  }
  /* line 8151, scss/_uswds.scss */
  #main-search-view .recordsPerPage {
    margin: 0 !important;
    text-align: right;
    width: 100%;
  }
  /* line 8156, scss/_uswds.scss */
  #main-search-view .seach-icon-btn {
    position: unset;
    display: block;
    top: 12px;
    border-radius: 0px;
    background-repeat: no-repeat;
    background-position: -23px -11px;
    background-color: black;
    background-image: url(/themes/custom/medicaid/img/search-icon.png);
    text-indent: 1000px;
    height: 44px;
    cursor: pointer;
    margin-left: 0 !important;
    width: 69px !important;
    margin-top: 4px;
  }
}

@media only screen and (min-width: 400px) {
  /* line 8175, scss/_uswds.scss */
  #main-search-view .seach-icon-btn {
    position: absolute;
    top: 12px;
    border-radius: 0px;
    background-repeat: no-repeat;
    background-position: -23px -11px;
    background-color: black;
    background-image: url(/themes/custom/medicaid/img/search-icon.png);
    text-indent: 1000px;
    height: 44px;
    cursor: pointer;
    margin-left: 1024px !important;
    width: 69px !important;
    margin-top: 1px;
  }
}

@media (max-width: 900px) {
  /* line 8194, scss/_uswds.scss */
  .view-search-chip-spa-solr #edit-actions {
    top: 0px !important;
    position: relative;
  }
}

@media (max-width: 900px) {
  /* line 8201, scss/_uswds.scss */
  .view-search-chip-spa-solr #edit-secondary > summary {
    width: 297px;
    margin-left: 0px;
    text-indent: 0px;
  }
}

/* line 8208, scss/_uswds.scss */
#ui-datepicker-div {
  z-index: 9999 !important;
}

/* line 8212, scss/_uswds.scss */
.view-search-chip-spa-solr .form-item-field-effective-date {
  margin-left: -227px;
  margin-top: 67px;
}

/* line 8217, scss/_uswds.scss */
.view-search-chip-spa-solr
> div
> div.js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-search-api-fulltext.form-item-search-api-fulltext
> label {
  display: none;
}

/* line 8224, scss/_uswds.scss */
.view-search-chip-spa-solr
> div
> div.js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-search-api-fulltext.form-item-search-api-fulltext
> label {
  display: none;
}

/* line 8231, scss/_uswds.scss */
.view-search-chip-spa-solr .views-field-title .field-content {
  color: #046791;
  font-weight: bold;
}

/* line 8236, scss/_uswds.scss */
.view-search-chip-spa-solr .view-filters {
  padding: 1.5em;
}

@media screen and (max-width: 860px) {
  /* line 8236, scss/_uswds.scss */
  .view-search-chip-spa-solr .view-filters {
    padding: 1.5em 0;
  }
}

/* line 8243, scss/_uswds.scss */
.view-search-chip-spa-solr .search-control-container {
  background-color: #ffffff;
}

/* line 8247, scss/_uswds.scss */
.view-search-chip-spa-solr summary {
  color: #046791;
  text-shadow: none;
  border: none !important;
  font-weight: bold;
  outline: none !important;
}

/* line 8255, scss/_uswds.scss */
.view-search-chip-spa-solr details {
  border: none;
}

/* line 8259, scss/_uswds.scss */
.view-id-chip_spa_solr details {
  border: 1px solid #e5e5e5;
  width: 100%;
  -webkit-box-shadow: 2px 5px #e5e5e5;
  box-shadow: 2px 5px #e5e5e5;
  padding: 0 20px;
}

/* line 8266, scss/_uswds.scss */
.view-search-chip-spa-solr .share-wrapper {
  position: relative;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: auto;
  font-weight: normal;
  text-align: right;
}

/* line 8275, scss/_uswds.scss */
.view-search-chip-spa-solr .field-content .js-form-wrapper summary[aria-expanded]:after {
  content: "\002B";
  font-size: 28px;
  line-height: 28px;
  float: right;
  font-weight: normal;
  margin-top: 0px;
  left: 0px;
  position: relative;
}

/* line 8286, scss/_uswds.scss */
.view-search-chip-spa-solr .arrow {
  font-size: 20px;
}

/* line 8290, scss/_uswds.scss */
.view-search-chip-spa-solr .share-wrapper a {
  text-decoration: none;
}

/* line 8294, scss/_uswds.scss */
.view-search-chip-spa-solr .addthis_share_popup_toolbox {
  text-decoration: none;
  font-size: 17px;
  padding-top: 20px;
}

/* line 8300, scss/_uswds.scss */
.view-search-chip-spa-solr .form-item-sort-order {
  display: none;
}

/* line 8304, scss/_uswds.scss */
button.checkall-on,
button.checkall-search-on {
  vertical-align: middle;
  text-align: left;
  padding: 0px 0px 15px 5px;
  width: 60px;
  border-radius: 30px;
  font-size: 5em;
  line-height: 20px;
  background: #dbdbdb;
}

/* line 8316, scss/_uswds.scss */
button.checkall-off,
button.checkall-search-off {
  vertical-align: middle;
  text-align: right;
  padding: 0px 0px 15px 20px;
  width: 60px;
  border-radius: 30px;
  font-size: 5em;
  line-height: 20px;
}

/* line 8327, scss/_uswds.scss */
.view-search-chip-spa-solr .js-form-wrapper[open] > summary:after {
  content: "\2212";
}

/* line 8331, scss/_uswds.scss */
.view-search-chip-spa-solr .js-form-wrapper summary[aria-expanded]:after {
  content: "\002B";
  font-size: 28px;
  line-height: 28px;
  font-weight: normal;
  padding-left: 10px;
}

/* line 8339, scss/_uswds.scss */
.view-search-chip-spa-solr .bef-exposed-form .form--inline .form-item {
  float: none;
  margin: 0;
}

/* line 8344, scss/_uswds.scss */
.view-search-chip-spa-solr .recordsPerPage {
  font-weight: bold;
  width: 8em;
  padding-top: 0px;
  margin-left: auto;
}

/* line 8351, scss/_uswds.scss */
.view-search-chip-spa-solr .recordsPerPage select {
  width: 8em;
  margin-top: 0.2em;
  border-color: #c5c5c5;
}

/* line 8357, scss/_uswds.scss */
.views-exposed-form-chip-spa-solr-page
> div
> div.js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-search-api-fulltext.form-item-search-api-fulltext
> label {
  display: none;
}

/* line 8364, scss/_uswds.scss */
.views-exposed-form-chip-spa-solr-page summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 50px;
  margin-left: 4px;
}

/* line 8371, scss/_uswds.scss */
.view-search-chip-spa-solr #edit-field-state--description {
  font-style: italic;
}

/* line 8375, scss/_uswds.scss */
.view-search-chip-spa-solr #edit-field-chip-spa-topics--description {
  font-style: italic;
}

/* line 8379, scss/_uswds.scss */
.usa-alert button {
  top: -100px;
  margin-left: 97%;
  position: relative;
  width: 50px !important;
  font-size: 19px;
}

/* line 8387, scss/_uswds.scss */
.usa-alert {
  padding-bottom: 1px !important;
}

/* line 8391, scss/_uswds.scss */
.bef-exposed-form .form--inline .form-item {
  float: none;
}

/* line 8395, scss/_uswds.scss */
.bef-exposed-form .form--inline > .form-item {
  float: left;
}

/* line 8399, scss/_uswds.scss */
.bef-exposed-form .form--inline .bef--secondary {
  clear: left;
}

/* line 8403, scss/_uswds.scss */
.path-medicaid #edit-field-faq-date-wrapper {
  display: none;
}

/* line 8407, scss/_uswds.scss */
.path-medicaid summary {
  background: transparent;
  color: #046791;
  text-shadow: none;
  border: none;
  width: 185px;
  margin-left: 947px;
  font-weight: bold;
}

/* line 8417, scss/_uswds.scss */
.path-medicaid details {
  border: none;
}

/* line 8421, scss/_uswds.scss */
.path-medicaid #edit-field-faq-topic {
  display: none;
}

/* line 8425, scss/_uswds.scss */
.path-medicaid #edit-search-api-fulltext {
  border: solid 1px #c5c5c5;
}

/* line 8429, scss/_uswds.scss */
.path-medicaid #edit-field-fake-state {
  display: none;
}

/* line 8433, scss/_uswds.scss */
.path-medicaid #edit-field-basic-type-4 {
  display: none;
}

/* line 8437, scss/_uswds.scss */
.path-medicaid #edit-field-type {
  width: 200px;
  border: solid 1px #c5c5c5;
  position: absolute;
  margin-top: -51px;
  margin-left: -10px;
}

/* line 8445, scss/_uswds.scss */
.path-medicaid #edit-field-basic-type-2 {
  position: absolute;
  margin-left: 245px;
  margin-top: 4px;
  width: 200px;
  border: 1px solid #c5c5c5;
  margin-left: 210px;
  margin-top: -51px;
}

/* line 8455, scss/_uswds.scss */
.path-medicaid #edit-field-basic-type-3 {
  border-color: #c5c5c5;
  position: absolute;
  margin-left: 430px;
  width: 200px;
  margin-top: -51px;
}

/* line 8463, scss/_uswds.scss */
.path-medicaid
#edit-secondary
> div
> div.js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-field-from-date.form-item-field-from-date {
  position: absolute;
  margin-left: 698px;
  margin-top: -76px;
}

/* line 8472, scss/_uswds.scss */
.path-medicaid
#edit-secondary
> div
> div.js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-field-to-date.form-item-field-to-date {
  position: absolute;
  margin-left: 807px;
  margin-top: -76px;
  width: 102px;
}

/* line 8482, scss/_uswds.scss */
.path-medicaid #edit-field-from-date {
  width: 102px;
  border-color: #c5c5c5;
  height: 43px;
}

/* line 8488, scss/_uswds.scss */
.path-medicaid #edit-field-to-date {
  width: 102px;
  border-color: #c5c5c5;
  height: 43px;
}

/* line 8494, scss/_uswds.scss */
.path-medicaid
#views-exposed-form-main-search-page-1
> div
> div.js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-search-api-fulltext.form-item-search-api-fulltext {
  margin-top: -10px;
  position: relative;
  padding-bottom: 14px;
}

/* line 8503, scss/_uswds.scss */
.path-medicaid
#edit-secondary
> div
> div.js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-field-from-date.form-item-field-from-date
> label {
  top: 4px;
  position: relative;
}

/* line 8512, scss/_uswds.scss */
.path-medicaid
#edit-secondary
> div
> div.js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-field-to-date.form-item-field-to-date
> label {
  top: 4px;
  position: relative;
}

/* line 8521, scss/_uswds.scss */
#views-exposed-form-main-search-page-1
> div
> div.js-form-item.form-item.js-form-type-select.form-type-select.js-form-item-sort-by.form-item-sort-by
> label {
  display: none;
}

/* line 8528, scss/_uswds.scss */
#views-exposed-form-main-search-page-1
> div
> div.js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-field-from-date-2.form-item-field-from-date-2
> label {
  display: none;
}

/* line 8537, scss/_uswds.scss */
.path-medicaid .form-item-sort-by {
  float: right;
  display: inline-block !important;
  top: -104px;
  position: relative;
}

/* line 8544, scss/_uswds.scss */
button.checkall-off,
button.checkall-search-off {
  vertical-align: middle;
  text-align: right;
  padding: 0px 0px 15px 20px;
  width: 60px;
  border-radius: 30px;
  font-size: 5em;
  line-height: 20px;
}

/* line 8555, scss/_uswds.scss */
button.checkall-on,
button.checkall-search-on {
  vertical-align: middle;
  text-align: left;
  padding: 0px 0px 15px 5px;
  width: 60px;
  border-radius: 30px;
  font-size: 5em;
  line-height: 20px;
  background: #dbdbdb;
}

/* line 8567, scss/_uswds.scss */
.path-medicaid .faq-close-container {
  pointer-events: all;
}

/* line 8571, scss/_uswds.scss */
.path-medicaid .onoff-div {
  margin-top: -24px;
}

/* line 8575, scss/_uswds.scss */
.path-medicaid .form-item-sort-by select {
  width: 200px;
}

/* line 8579, scss/_uswds.scss */
.path-medicaid #edit-sort-by > ul {
  display: none;
}

/* line 8583, scss/_uswds.scss */
.path-medicaid #edit-secondary {
  margin-left: -15px;
}

/* line 8587, scss/_uswds.scss */
.path-quality-resource-library #edit-field-cross-topics {
  width: 270px;
}

/* line 8591, scss/_uswds.scss */
.path-quality-resource-library #edit-field-populations {
  margin: 0;
}

/* line 8595, scss/_uswds.scss */
.path-quality-resource-library #edit-field-settings {
  margin: 0px;
}

/* line 8599, scss/_uswds.scss */
.path-quality-resource-library #edit-field-resource-types {
  margin-top: -7px;
  margin-left: 10px;
  width: 270px;
}

/* line 8605, scss/_uswds.scss */
.path-quality-resource-library .form-checkboxes {
  height: 480px;
}

/* line 8609, scss/_uswds.scss */
.path-quality-resource-library #edit-field-fake-state-collapsible .form-checkboxes {
  height: 500px;
}

/* line 8613, scss/_uswds.scss */
.path-quality-resource-library .view-quality-resource-library .js-form-wrapper[open] > summary:after {
  content: "\2212" !important;
}

/* line 8617, scss/_uswds.scss */
.path-quality-resource-library .view-quality-resource-library .js-form-wrapper summary[aria-expanded]:after {
  content: "\002B";
  font-size: 28px;
  line-height: 28px;
  float: right;
}

/* line 8624, scss/_uswds.scss */
.view-quality-resource-library .view-filters .form-checkboxes > ul > li > .form-type-checkbox label {
  font-weight: bold;
}

/* line 8628, scss/_uswds.scss */
.view-quality-resource-library .form-type-checkbox label {
  width: auto;
  float: none;
  max-width: 100%;
}

/* line 8634, scss/_uswds.scss */
.view-quality-resource-library #edit-field-fake-state > div {
  display: grid;
  grid-template-rows: repeat(19, auto);
  grid-auto-flow: column;
}

/* line 8640, scss/_uswds.scss */
.path-quality-resource-library .search-icon {
  position: relative !important;
  top: 88px !important;
  border-radius: 0px !important;
  background-repeat: no-repeat !important;
  background-position: -24px -9px !important;
  background-color: black !important;
  background-image: url(/themes/custom/medicaid/img/search-icon.png) !important;
  text-indent: 1000px !important;
  cursor: pointer !important;
  height: 44px !important;
  width: 69px !important;
  background-size: 171% !important;
  z-index: 50;
}

/* line 8668, scss/_uswds.scss */
.path-quality-resource-library #edit-search-api-fulltext {
  width: 1112px;
}

/* line 8672, scss/_uswds.scss */
.path-quality-resource-library #edit-field-core-domains-collapsible .form-type-checkbox label {
  max-width: 100%;
  display: inline;
  padding-bottom: 14px;
}

/* line 8678, scss/_uswds.scss */
.path-quality-resource-library .search-control-container {
  background-color: transparent;
  padding-bottom: 0.5em;
}

/* line 8683, scss/_uswds.scss */
.path-quality-resource-library
#views-exposed-form-quality-resource-library-solr-page-1
> div
> div.js-form-item.form-item.js-form-type-select.form-type-select.js-form-item-sort-by.form-item-sort-by {
  display: none;
}

/* line 8690, scss/_uswds.scss */
.path-quality-resource-library .qrl-column-left {
  margin-top: 21px;
}

/* line 8694, scss/_uswds.scss */
#edit-field-from-date-2 {
  display: none;
}

/* line 8698, scss/_uswds.scss */
.path-quality-resource-library .views-field .views-field-field-core-domains {
  width: 55% !important;
  float: right !important;
  border: 1px solid #cccccc !important;
  border-radius: 5px !important;
  padding: 10px !important;
  background-color: #efefef !important;
  margin-top: 20px;
  margin-bottom: 20px;
}

/* line 8709, scss/_uswds.scss */
.path-quality-resource-library .views-field .views-field-field-resource-urls {
  width: 27%;
  float: left;
  padding: 20px;
}

/* line 8715, scss/_uswds.scss */
.path-quality-resource-library .details {
  margin-top: 1em;
  margin-bottom: 1em;
  border: 1px solid #ccc;
  display: flow-root;
}

/* line 8722, scss/_uswds.scss */
.path-quality-resource-library .js-form-wrapper.form-wrapper {
  margin-top: 1em;
  margin-bottom: 1em;
  display: flow-root;
  background-color: #ffffff;
}

/* line 8729, scss/_uswds.scss */
.path-quality-resource-library .views-label.views-label-field-resource-urls {
  font-weight: bold;
}

/* line 8733, scss/_uswds.scss */
.path-quality-resource-library .recordsPerPage select {
  float: right;
  width: 8em;
  margin-top: 0.2em;
  border-color: #c5c5c5;
}

/* line 8740, scss/_uswds.scss */
.path-quality-resource-library #edit-field-cross-topics {
  border-color: #c5c5c5;
}

/* line 8744, scss/_uswds.scss */
.path-quality-resource-library #edit-field-settings {
  border-color: #c5c5c5;
}

/* line 8748, scss/_uswds.scss */
.path-quality-resource-library #edit-field-resource-types {
  border-color: #c5c5c5;
}

/* line 8752, scss/_uswds.scss */
.path-quality-resource-library #edit-field-populations {
  border-color: #c5c5c5;
}

/* line 8756, scss/_uswds.scss */
.path-quality-resource-library #edit-search-api-fulltext {
  border-color: #c5c5c5;
}

/* line 8760, scss/_uswds.scss */
.path-quality-resource-library .recordsPerPage > span {
  position: relative;
  margin-left: 88.3%;
  top: 2px;
  font-weight: bold;
  font-size: 17px;
}

/* line 8768, scss/_uswds.scss */
.path-medicaid .recordsPerPage > span {
  position: relative;
  margin-left: 1.3%;
  top: 2px;
  font-weight: bold;
  font-size: 17px;
}

/* line 8776, scss/_uswds.scss */
.path-medicaid .recordsPerPage {
  margin-left: 1034px;
  margin-top: -41px;
  font-weight: bold;
  padding-top: 30px;
}

/* line 8783, scss/_uswds.scss */
.path-medicaid .recordsPerPage select {
  float: right;
  width: 10em;
  margin-top: 0.2em;
  border-color: #c5c5c5;
}

/* line 8790, scss/_uswds.scss */
.path-medicaid .recordsPerPage {
  margin-left: 1034px;
  margin-top: -41px;
  font-weight: bold;
  padding-top: 30px;
}

/* line 8797, scss/_uswds.scss */
.path-medicaid .pager {
  margin-left: 0px;
  top: 0px;
  position: relative;
}

/* line 8803, scss/_uswds.scss */
.path-medicaid .pager {
  display: inherit;
  float: none;
}

/* line 8808, scss/_uswds.scss */
.path-quality-resource-library .pager {
  margin-left: 0px;
  top: 0px;
  position: relative;
}

/* line 8814, scss/_uswds.scss */
.path-quality-resource-library summary {
  font-weight: bold;
}

/* line 8818, scss/_uswds.scss */
.path-quality-resource-library #edit-actions {
  border: transparent;
}

/* line 8822, scss/_uswds.scss */
.path-quality-resource-library #edit-field-core-domains > div > ul > li {
  list-style-type: none !important;
}

/* line 8826, scss/_uswds.scss */
.path-quality-resource-library ul ul {
  list-style: none !important;
}

/* line 8830, scss/_uswds.scss */
.path-quality-resource-library .form-type-checkbox label {
  float: left;
  margin-left: 2%;
  width: 23%;
  font-weight: normal;
  font-size: 14px;
  padding-bottom: 14px;
}

/* line 8839, scss/_uswds.scss */
.path-quality-resource-library .form-type-radio label,
.form-type-checkbox label {
  margin-left: 4px;
  width: 295px !important;
  padding-bottom: 10px;
}

/* line 8846, scss/_uswds.scss */
#edit-field-core-domains > div {
  width: 493px;
}

/* line 8850, scss/_uswds.scss */
.path-quality-resource-library .form-type-radio label,
.form-type-checkbox label {
  margin-left: 4px;
  width: 237px !important;
}

/* line 8856, scss/_uswds.scss */
.path-quality-resource-library .form-type-checkbox label {
  float: left;
  margin-left: 2%;
  width: 23%;
  font-weight: normal;
  font-size: 14px;
}

/* line 8864, scss/_uswds.scss */
#edit-field-core-domains > div > ul > li:nth-child(2) > div > label {
  font-weight: bold;
}

/* line 8868, scss/_uswds.scss */
#edit-field-core-domains > div > ul > li:nth-child(1) > div > label {
  font-weight: bold;
}

/* line 8872, scss/_uswds.scss */
#edit-field-core-domains > div > ul > li:nth-child(3) > div > label {
  font-weight: bold;
}

/* line 8876, scss/_uswds.scss */
#edit-field-core-domains > div > ul > li:nth-child(4) > div > label {
  font-weight: bold;
}

/* line 8880, scss/_uswds.scss */
#edit-field-core-domains > div > ul > li:nth-child(5) > div > label {
  font-weight: bold;
}

/* line 8884, scss/_uswds.scss */
#edit-field-core-domains > div > ul > li:nth-child(6) > div > label {
  font-weight: bold;
}

/* line 8888, scss/_uswds.scss */
#edit-field-core-domains > div > ul > li:nth-child(7) > div > label {
  font-weight: bold;
}

/* line 8892, scss/_uswds.scss */
.path-quality-resource-library .form-type-radio label,
.form-type-checkbox label {
  margin-left: 4px;
  width: 295px !important;
  padding-bottom: 10px;
}

/* line 8899, scss/_uswds.scss */
.form-item-items-per-page {
  display: none;
}

/* line 8903, scss/_uswds.scss */
.path-quality-resource-library #views-exposed-form-quality-resource-library-solr-page-1 > div {
  margin-top: 0px;
  position: relative;
}

/* line 8908, scss/_uswds.scss */
.path-quality-resource-library .intro {
  position: absolute;
  margin-top: -387px;
  margin-left: 4px;
  z-index: -137;
  margin-bottom: 114px;
}

/* line 8916, scss/_uswds.scss */
#block-noresults > div.content {
  display: none;
}

/* line 8920, scss/_uswds.scss */
.path-quality-resource-library #block-noresults {
  position: absolute;
  margin-top: -101px;
  margin-left: 4px;
  z-index: -137;
  margin-bottom: 114px;
}

/* line 8928, scss/_uswds.scss */
.path-quality-resource-library .toggle-title {
  position: relative;
  margin-top: 26px;
  margin-bottom: -39px;
}

/* line 8934, scss/_uswds.scss */
.path-quality-resource-library .cms-hidden-title {
  margin-top: -0px;
  position: relative;
  padding-bottom: 14px;
}

/* line 8940, scss/_uswds.scss */
.path-quality-resource-library .onoff-div {
  background-color: #ffffff;
  height: 76px;
}

/* line 8945, scss/_uswds.scss */
.path-quality-resource-library .main-content .section {
  margin-top: 0px;
}

/* line 8949, scss/_uswds.scss */
.path-quality-resource-library .view-content {
  background-color: #ffffff;
}

/* line 8953, scss/_uswds.scss */
.path-quality-resource-library .js-pager__items {
  background: #ffffff;
  padding: 10px !important;
}

/* line 8958, scss/_uswds.scss */
.view-search-chip-spa-solr .qrl-column-right .form-item-sort-by {
  display: block;
  margin: 0;
}

/* line 8963, scss/_uswds.scss */
.path-quality-resource-library .main_search_sortcontainer {
  background-color: #ffffff;
}

/* line 8967, scss/_uswds.scss */
.view-id-chip_spa_solr #edit-search-api-fulltext {
  width: 1071px;
}

/* line 8971, scss/_uswds.scss */
.view-id-chip_spa_solr .views-row {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding-top: 15px;
  padding-bottom: 10px;
}

/* line 8978, scss/_uswds.scss */
.view-id-chip_spa_solr > div.views-row > div:nth-child(1) {
  border-top: none;
}

/* line 8982, scss/_uswds.scss */
.view-id-chip_spa_solr #edit-field-approval-date {
  width: 92px;
  border: solid 1px #c5c5c5;
}

/* line 8987, scss/_uswds.scss */
#edit-secondary
> div
> div.js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-field-approval-date-1.form-item-field-approval-date-1
> label {
  display: none;
}

/* line 8994, scss/_uswds.scss */
.view-id-chip_spa_solr #edit-field-approval-date-1 {
  margin-top: -61px;
  width: 92px;
  margin-left: 100px;
  border: solid 1px #c5c5c5;
}

/* line 9001, scss/_uswds.scss */
.view-id-chip_spa_solr #edit-field-effective-date {
  width: 92px;
  border: solid 1px #c5c5c5;
}

/* line 9006, scss/_uswds.scss */
.view-id-chip_spa_solr .form-item-field-approval-date {
  position: relative;
  z-index: 1000;
  width: 92px;
}

/* line 9012, scss/_uswds.scss */
.view-id-chip_spa_solr #ui-datepicker-div {
  z-index: 1000;
}

/* line 9016, scss/_uswds.scss */
.path-quality-resource-library .js-form-wrapper summary[aria-expanded]:after {
  content: "\002B";
  font-size: 28px;
  line-height: 28px;
  float: right;
  font-weight: normal;
}

/* line 9024, scss/_uswds.scss */
.path-quality-resource-library .js-form-wrapper[open] > summary:after {
  content: "\2212";
}

/* line 9028, scss/_uswds.scss */
.path-quality-resource-library .view-id-quality_resource_library_solr .details-wrapper a {
  pointer-events: auto;
  color: blue;
  font-weight: normal;
  text-decoration: underline;
}

/* line 9035, scss/_uswds.scss */
.path-quality-resource-library .view-id-quality_resource_library_solr .qrl-resource-item-newurls a {
  cursor: pointer;
  pointer-events: auto;
  text-decoration: underline;
  color: blue;
  font-weight: normal;
  margin-bottom: 26.1px;
  display: inline-block;
}

/* line 9045, scss/_uswds.scss */
.path-quality-resource-library .qrl-resource-item-pdf {
  background-image: url(/themes/custom/medicaid/img/pdf-thin.png) !important;
  background-size: 15px !important;
  background-repeat: no-repeat !important;
  background-position: 8px 0px !important;
  padding-left: 32px !important;
  height: 50px;
  display: initial !important;
  top: -22px;
  position: relative;
}

/* line 9057, scss/_uswds.scss */
.path-quality-resource-library .qrl-resource-item-zip {
  background-image: url(/themes/custom/medicaid/img/zip-thin.png) !important;
  background-size: 15px !important;
  background-repeat: no-repeat !important;
  background-position: 8px 0px !important;
  padding-left: 32px !important;
  height: 50px;
  display: initial !important;
  top: -22px;
  position: relative;
}

/* line 9069, scss/_uswds.scss */
.path-quality-resource-library .qrl-resource-item-word {
  background-image: url(/themes/custom/medicaid/img/zip-thin.png) !important;
  background-size: 15px !important;
  background-repeat: no-repeat !important;
  background-position: 8px 0px !important;
  padding-left: 32px !important;
  height: 50px;
  display: initial !important;
  top: -22px;
  position: relative;
}

/* line 9081, scss/_uswds.scss */
.path-quality-resource-library .qrl-resource-item-text {
  background-image: url(/themes/custom/medicaid/img/zip-thin.png) !important;
  background-size: 15px !important;
  background-repeat: no-repeat !important;
  background-position: 8px 0px !important;
  padding-left: 32px !important;
  height: 50px;
  display: initial !important;
  top: -22px;
  position: relative;
}

/* line 9093, scss/_uswds.scss */
.path-quality-resource-library .qrl-resource-item-video {
  background-image: url(/themes/custom/medicaid/img/zip-thin.png) !important;
  background-size: 15px !important;
  background-repeat: no-repeat !important;
  background-position: 8px 0px !important;
  padding-left: 32px !important;
  height: 50px;
  display: initial !important;
  top: -22px;
  position: relative;
}

/* line 9105, scss/_uswds.scss */
.path-quality-resource-library
.qrl-resource-item-newurls
table
> tbody
> tr
> td:nth-child(2)
> div
> ol
> li:nth-child(1) {
  width: 416px;
}

/* line 9117, scss/_uswds.scss */
.path-quality-resource-library .item-list ol {
  list-style: none !important;
}

/* line 9121, scss/_uswds.scss */
.path-quality-resource-library .qrl-resource-item-newurls td {
  background-color: transparent !important;
  padding: 0;
}

/* line 9126, scss/_uswds.scss */
.path-quality-resource-library .qrl-resource-item-newurls .item-list {
  width: auto;
}

/* line 9130, scss/_uswds.scss */
.path-quality-resource-library .item-list li {
  margin: 0;
  padding: 0;
}

/* line 9135, scss/_uswds.scss */
.path-quality-resource-library .item-list ol {
  margin: 0;
  padding: 0;
}

/* line 9140, scss/_uswds.scss */
.path-quality-resource-library .qrl-resource-item-newurls {
  margin-top: -30px;
  margin-left: -8px;
}

/* line 9145, scss/_uswds.scss */
.path-quality-resource-library .form-item-sort-by {
  margin-top: -114px !important;
}

/* line 9149, scss/_uswds.scss */
.path-quality-resource-library #main_search_sort_by {
  width: 241px;
}

/* line 9153, scss/_uswds.scss */
#views-exposed-form-main-search-page-1 #edit-field-from-date,
#views-exposed-form-main-search-page-1 #edit-field-to-date {
  min-width: 105px;
}

/* line 9158, scss/_uswds.scss */
select#main_search_sort_by {
  position: relative !important;
  margin-bottom: 10px;
  border-color: #c5c5c5;
}

/* line 9164, scss/_uswds.scss */
.view-id-chip_spa_solr .views-row {
  border: none;
  margin-bottom: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0px;
}

/* line 9171, scss/_uswds.scss */
.view-search-chip-spa-solr summary {
  margin: 0;
  background: transparent;
  font-size: 17px;
  position: relative;
  z-index: 9;
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  width: auto !important;
}

/* line 9184, scss/_uswds.scss */
.view-search-chip-spa-solr .js-form-wrapper[open] > summary:after {
  content: "\2212" !important;
  font-size: 28px;
  line-height: 28px;
  font-weight: normal;
}

/* line 9191, scss/_uswds.scss */
.view-search-chip-spa-solr .qrl-column-right .form-item-sort-by label {
  margin-left: 1%;
}

/* line 9195, scss/_uswds.scss */
.view-search-chip-spa-solr .qrl-row .qrl-column {
  -webkit-box-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
}

/* line 9199, scss/_uswds.scss */
.view-search-chip-spa-solr .qrl-row {
  padding-top: 10px;
  width: 100%;
}

/* line 9204, scss/_uswds.scss */
.view-search-chip-spa-solr span.search-icon.seach-icon-btn {
  display: block;
  position: absolute !important;
  top: 28px !important;
  right: 26px;
}

@media screen and (max-width: 860px) {
  /* line 9204, scss/_uswds.scss */
  .view-search-chip-spa-solr span.search-icon.seach-icon-btn {
    right: 0;
  }
}

/* line 9214, scss/_uswds.scss */
.view-search-chip-spa-solr #edit-field-chip-spa-topics {
  height: 182px;
  border: solid 1px #c5c5c5;
  width: 100% !important;
  max-width: 100%;
}

/* line 9221, scss/_uswds.scss */
.views-exposed-form-chip-spa-solr-page #edit-field-topics {
  display: none;
}

/* line 9225, scss/_uswds.scss */
.main-search-container .recordsPerPage select {
  float: none;
  width: 4.7em;
  margin: auto;
  margin-top: 10px;
  font-size: 14px;
  padding: 0.5rem 1rem;
  width: 200px;
}

/* line 9235, scss/_uswds.scss */
.main-search-container .recordsPerPage {
  float: right;
  display: block;
  margin: 1.5em 0;
  font-size: 14px;
  width: 200px;
}

/* line 9243, scss/_uswds.scss */
.path-quality-resource-library
.js-form-item.form-item.js-form-type-select.form-type-select.js-form-item-field-resource-types.form-item-field-resource-types {
  margin-top: 17px !important;
  margin-left: 0px !important;
  height: 36px;
}

/* line 9250, scss/_uswds.scss */
.path-quality-resource-library #edit-secondary .details-wrapper > .form-item {
  float: left;
  margin-right: 0.5em;
  margin: 10px;
  width: 23%;
}

/* line 9257, scss/_uswds.scss */
.path-quality-resource-library #edit-secondary .details-wrapper > .form-item.form-item-field-cross-topics {
  margin-top: 7px !important;
  padding-right: 12px;
}

/* line 9262, scss/_uswds.scss */
.path-quality-resource-library #edit-secondary .details-wrapper details {
  width: 100% !important;
}

/* line 9266, scss/_uswds.scss */
.solr-common-search.view-id-chip_spa_solr #edit-search-api-fulltext {
  width: 1099px;
}

/* line 9270, scss/_uswds.scss */
.solr-common-search.view-id-chip_spa_solr details {
  border: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 9275, scss/_uswds.scss */
.solr-common-search.view-id-chip_spa_solr .js-form-wrapper summary[aria-expanded]:after {
  margin-top: 0px;
  left: 0px;
}

@media screen and (max-width: 1024px) {
  /* line 9281, scss/_uswds.scss */
  .path-quality-resource-library #edit-field-resource-types {
    margin-top: 0px;
    margin-left: 0px;
  }
  /* line 9286, scss/_uswds.scss */
  .path-quality-resource-library #edit-field-settings {
    margin-top: 0px;
    margin-left: 0px;
  }
  /* line 9290, scss/_uswds.scss */
  .path-quality-resource-library #edit-field-populations {
    margin-top: 0px;
    margin-left: 0px;
  }
  /* line 9294, scss/_uswds.scss */
  .path-quality-resource-library .qrl-column {
    width: 50%;
    float: left;
  }
  /* line 9298, scss/_uswds.scss */
  .path-quality-resource-library .view-id-quality_resource_library_solr .qrl-resource-item-newurls a {
    word-wrap: break-word;
    display: inline-block;
    width: 100%;
  }
  /* line 9303, scss/_uswds.scss */
  .path-quality-resource-library .views-field .views-field-field-core-domains {
    width: 95% !important;
  }
  /* line 9306, scss/_uswds.scss */
  .path-quality-resource-library
.qrl-resource-item-newurls
table
> tbody
> tr
> td:nth-child(2)
> div
> ol
> li:nth-child(1) {
    width: 90%;
  }
  /* line 9317, scss/_uswds.scss */
  .path-quality-resource-library .views-field .views-field-field-resource-urls {
    width: 100% !important;
    padding: 20px 0px;
  }
  /* line 9321, scss/_uswds.scss */
  .path-quality-resource-library .qrl-resource-item-newurls {
    margin-left: 0px;
  }
}

/* line 9326, scss/_uswds.scss */
.whiteLine.usa-navbar.region.region-header {
  position: relative;
}

/* line 9330, scss/_uswds.scss */
div#block-previewmodelink,
div#block-previewmodestatus {
  position: absolute;
  right: 0px;
  top: 35px;
  color: #333;
  border: 1px solid #ccc;
  padding: 5px 10px;
  background: #efefef;
}

/* line 9341, scss/_uswds.scss */
div#block-previewmodelink a,
div#block-previewmodestatus a {
  display: inline-block;
  max-width: 200px;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 0.875em;
  color: #333;
}

/* line 9353, scss/_uswds.scss */
.previewmode-disabled-form-field {
  background-color: #eee;
  color: #888;
}

/* line 9358, scss/_uswds.scss */
.view-search-chip-spa-solr .view-display-id-page_1 summary {
  background-color: #efefef;
}

/* line 9362, scss/_uswds.scss */
.view-search-chip-spa-solr.path-state-resource-page #edit-field-state {
  border-radius: 3px;
}

/* line 9366, scss/_uswds.scss */
.view-search-chip-spa-solr.path-state-resource-page .form-item-field-approval-date {
  z-index: 50;
  border-radius: 3px;
}

/* line 9371, scss/_uswds.scss */
.view-search-chip-spa-solr.path-state-resource-page #edit-field-approval-date-1 {
  border: solid 1px #c5c5c5;
  border-radius: 3px;
}

/* line 9376, scss/_uswds.scss */
.view-search-chip-spa-solr.path-state-resource-page #edit-field-approval-date {
  border: solid 1px #c5c5c5;
  border-radius: 4px;
}

@media all and (max-width: 768px) {
  /* line 9382, scss/_uswds.scss */
  .main_search_sortcontainer {
    margin-top: -58px;
  }
  /* line 9386, scss/_uswds.scss */
  .view-search-chip-spa-solr .addthis_share_popup_toolbox {
    padding-top: 0px;
  }
  /* line 9390, scss/_uswds.scss */
  .view-search-chip-spa-solr .search-control-container .search-icon {
    margin-left: calc(100% - 100px) !important;
  }
  /* line 9394, scss/_uswds.scss */
  .qrl-structure-row.qrl-filters {
    margin-top: 20px;
  }
  /* line 9398, scss/_uswds.scss */
  .views-exposed-form-chip-spa-solr-page summary {
    text-indent: 0px;
  }
  /* line 9402, scss/_uswds.scss */
  .view-search-chip-spa-solr #edit-secondary > summary {
    /* text-align: center; */
    padding-left: 30px;
    width: 80%;
  }
  /* line 9408, scss/_uswds.scss */
  details > .details-wrapper {
    height: auto;
  }
  /* line 9412, scss/_uswds.scss */
  .solr-common-search.view-id-chip_spa_solr .js-form-wrapper summary[aria-expanded]:after {
    margin-top: 0px;
  }
  /* line 9416, scss/_uswds.scss */
  .view-search-chip-spa-solr .form-actions .button {
    width: auto;
  }
}

/* line 9423, scss/_uswds.scss */
.view-search-chip-spa-solr .main-content .section {
  padding-left: 20px;
  padding-right: 20px;
}

/* line 9433, scss/_uswds.scss */
.usa-grid .sort-text .bef--secondary .details-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  gap: 20px;
}

/* line 9438, scss/_uswds.scss */
.usa-grid .sort-text .bef--secondary .details-wrapper .form-item {
  -ms-flex-preferred-size: calc(25% - 15px);
  flex-basis: calc(25% - 15px);
}

@media screen and (max-width: 860px) {
  /* line 9438, scss/_uswds.scss */
  .usa-grid .sort-text .bef--secondary .details-wrapper .form-item {
    -ms-flex-preferred-size: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
  }
}

/* line 9443, scss/_uswds.scss */
.usa-grid .sort-text .bef--secondary .details-wrapper .form-item.form-item-field-state {
  -ms-flex-preferred-size: calc(50% - 10px);
  flex-basis: calc(50% - 10px);
}

/* line 9446, scss/_uswds.scss */
.usa-grid .sort-text .bef--secondary .details-wrapper .form-item.form-item-field-chip-spa-topics {
  -ms-flex-preferred-size: calc(50% - 10px);
  flex-basis: calc(50% - 10px);
}

/* line 9456, scss/_uswds.scss */
.usa-grid .solr-common-search.view-display-id-page_1 summary, .usa-grid .solr-common-search.view-display-id-page_2 summary {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  padding: 10px 15px;
  word-break: break-word;
}

/* line 9460, scss/_uswds.scss */
.usa-grid .solr-common-search.view-display-id-page_1 summary:after, .usa-grid .solr-common-search.view-display-id-page_2 summary:after {
  margin-left: auto;
}

/* line 9472, scss/_uswds.scss */
.path-state-resource-page .usa-grid .sort-text .bef--secondary .details-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  gap: 20px;
}

@media screen and (max-width: 860px) {
  /* line 9478, scss/_uswds.scss */
  .path-state-resource-page .usa-grid .sort-text .bef--secondary .details-wrapper .form-item.form-item-field-state {
    -ms-flex-preferred-size: calc(100%);
    flex-basis: calc(100%);
  }
}

/* line 9490, scss/_uswds.scss */
.view-search-chip-spa-solr .form-item-field-chip-spa-topics {
  position: relative !important;
  margin-top: 0 !important;
}

@media screen and (min-width: 861px) {
  /* line 9495, scss/_uswds.scss */
  .main_search_sortcontainer .qrl-structure-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/* line 9499, scss/_uswds.scss */
.main_search_sortcontainer .qrl-structure-row .qrl-column-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 9503, scss/_uswds.scss */
.main_search_sortcontainer .qrl-structure-row .qrl-column-left span {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

/* line 9506, scss/_uswds.scss */
.main_search_sortcontainer .qrl-structure-row .qrl-column-left .onoff-div {
  margin-left: 10px;
}

/* line 9508, scss/_uswds.scss */
.main_search_sortcontainer .qrl-structure-row .qrl-column-left .onoff-div button {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 9515, scss/_uswds.scss */
.main_search_sortcontainer .qrl-column-right {
  margin-left: auto;
}

@media screen and (max-width: 900px) {
  /* line 9521, scss/_uswds.scss */
  .path-quality-resource-library #edit-field-cross-topics {
    width: 163px;
  }
  /* line 9525, scss/_uswds.scss */
  .path-quality-resource-library #edit-field-resource-types {
    margin-top: 16px;
    margin-left: 10px;
    width: 163px;
  }
  /* line 9531, scss/_uswds.scss */
  .path-quality-resource-library
.js-form-item.form-item.js-form-type-select.form-type-select.js-form-item-field-resource-types.form-item-field-resource-types {
    margin-top: 32px;
    margin-left: 14px;
    height: 36px;
    position: absolute;
  }
  /* line 9539, scss/_uswds.scss */
  .path-quality-resource-library
#edit-secondary
> div
> div.js-form-item.form-item.js-form-type-select.form-type-select.js-form-item-field-resource-types.form-item-field-resource-types {
    width: 200px;
  }
  /* line 9546, scss/_uswds.scss */
  .path-quality-resource-library #edit-secondary .details-wrapper > .form-item.form-item-field-cross-topics {
    margin-top: -26px !important;
    padding-right: 8px;
    margin-left: 10px;
  }
  /* line 9552, scss/_uswds.scss */
  .path-quality-resource-library
#edit-secondary
> div
> div.js-form-item.form-item.js-form-type-select.form-type-select.js-form-item-field-populations.form-item-field-populations {
    margin-left: 179px;
    margin-top: -22px;
    width: 163px;
    position: absolute;
  }
  /* line 9562, scss/_uswds.scss */
  .path-quality-resource-library
#edit-secondary
> div
> div.js-form-item.form-item.js-form-type-select.form-type-select.js-form-item-field-settings.form-item-field-settings {
    margin-left: 179px;
    margin-top: -2px;
    width: 163px;
  }
  /* line 9571, scss/_uswds.scss */
  .path-quality-resource-library #edit-field-core-domains > div > ul {
    margin-left: -52px;
  }
  /* line 9575, scss/_uswds.scss */
  .path-quality-resource-library .form-item-sort-by {
    margin-top: -83px !important;
  }
  /* line 9579, scss/_uswds.scss */
  .path-quality-resource-library #edit-search-api-fulltext {
    width: 377px;
  }
  /* line 9583, scss/_uswds.scss */
  .path-quality-resource-library .views-field-field-core-domains {
    left: 21px;
    position: relative;
    width: 100px;
  }
}

/* line 1, scss/_uswds-spacing.scss */
.padding-2 {
  padding: 1rem;
}

/* line 5, scss/_uswds-spacing.scss */
.padding-y-2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* line 11, scss/_uswds-spacing.scss */
.padding-x-2 {
  padding-left: 1rem;
  padding-right: 1rem;
}

/* line 16, scss/_uswds-spacing.scss */
.padding-top-2 {
  padding-top: 1rem;
}

/* line 21, scss/_uswds-spacing.scss */
.padding-right-2 {
  padding-right: 1rem;
}

/* line 25, scss/_uswds-spacing.scss */
.padding-bottom-2 {
  padding-bottom: 1rem;
}

/* line 29, scss/_uswds-spacing.scss */
.padding-left-2 {
  padding-left: 1rem;
}

/* line 33, scss/_uswds-spacing.scss */
.padding-205 {
  padding: 1.25rem;
}

/* line 37, scss/_uswds-spacing.scss */
.padding-y-205 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

/* line 42, scss/_uswds-spacing.scss */
.padding-x-205 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

/* line 47, scss/_uswds-spacing.scss */
.padding-top-205 {
  padding-top: 1.25rem;
}

/* line 51, scss/_uswds-spacing.scss */
.padding-right-205 {
  padding-right: 1.25rem;
}

/* line 55, scss/_uswds-spacing.scss */
.padding-bottom-205 {
  padding-bottom: 1.25rem;
}

/* line 59, scss/_uswds-spacing.scss */
.padding-left-205 {
  padding-left: 1.25rem;
}

/* line 63, scss/_uswds-spacing.scss */
.padding-3 {
  padding: 1.5rem;
}

/* line 67, scss/_uswds-spacing.scss */
.padding-y-3 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

/* line 72, scss/_uswds-spacing.scss */
.padding-x-3 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/* line 77, scss/_uswds-spacing.scss */
.padding-top-3 {
  padding-top: 1.5rem;
}

/* line 81, scss/_uswds-spacing.scss */
.padding-right-3 {
  padding-right: 1.5rem;
}

/* line 85, scss/_uswds-spacing.scss */
.padding-bottom-3 {
  padding-bottom: 1.5rem;
}

/* line 89, scss/_uswds-spacing.scss */
.padding-left-3 {
  padding-left: 1.5rem;
}

/* line 93, scss/_uswds-spacing.scss */
.padding-4 {
  padding: 2rem;
}

/* line 97, scss/_uswds-spacing.scss */
.padding-y-4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/* line 102, scss/_uswds-spacing.scss */
.padding-x-4 {
  padding-left: 2rem;
  padding-right: 2rem;
}

/* line 107, scss/_uswds-spacing.scss */
.padding-top-4 {
  padding-top: 2rem;
}

/* line 111, scss/_uswds-spacing.scss */
.padding-right-4 {
  padding-right: 2rem;
}

/**
 * @file
 * Overall specifications for Medicaid.
 */
/* line 6, scss/base/_elements.scss */
html {
  height: 100%;
}

/* line 10, scss/base/_elements.scss */
body {
  min-height: 100%;
  line-height: 1.5;
  word-wrap: break-word;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /*font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 87.5%;*/
}

/* line 21, scss/base/_elements.scss */
body.cke_editable {
  display: inherit;
  -webkit-box-orient: inherit;
  -webkit-box-direction: inherit;
  -ms-flex-direction: inherit;
  flex-direction: inherit;
}

/* line 27, scss/base/_elements.scss */
a {
  /* text-decoration: none; */
}

/* line 30, scss/base/_elements.scss */
a.link {
  /* text-decoration: none; */
}

/* line 34, scss/base/_elements.scss */
a:active, a:focus {
  text-decoration: none;
}

/* a:hover, */
/* line 41, scss/base/_elements.scss */
.link {
  /*font-family: $helvetica;*/
}

/* line 42, scss/base/_elements.scss */
.link:hover, .link:active, .link:focus {
  text-decoration: none;
}

/* line 49, scss/base/_elements.scss */
h1 a, h2 a {
  border-bottom: none;
}

/**
 * Reusable heading classes are included to help modules change the styling of
 * headings on a page without affecting accessibility.
*/
/*============================================================*/
/* CkEditor styles for Core drupal bartik theme/base config  */
/*============================================================*/
/*h1,
.heading-a {
  margin: 1em 0 0.5em;
  font-weight: inherit;
  font-size: 1.357em;
  color: #000;
}
h2,
.heading-b {
  margin: 1em 0 0.5em;
  font-weight: inherit;
  font-size: 1.143em;
}
h3,
.heading-c {
  margin: 1em 0 0.5em;
  font-weight: inherit;
  font-size: 1.092em;
}
h4,
.heading-d {
  margin: 1em 0 0.5em;
  font-weight: inherit;
  font-size: 1.05em;
}
h5,
.heading-e {
  margin: 1em 0 0.5em;
  font-weight: inherit;
  font-size: 0.889em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
h6,
.heading-f {
  margin: 1em 0 0.5em;
  font-weight: inherit;
  font-size: 0.67em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
*/
/*============================================================*/
/* CkEditor styles accordning to Medicaid invision Standards  */
/*============================================================*/
/* line 107, scss/base/_elements.scss */
h1, .heading-a {
  font-weight: 700;
  font-size: 40px;
  line-height: 52px;
}

/* line 113, scss/base/_elements.scss */
h2, .heading-b {
  font-weight: 700;
  font-size: 30px;
  line-height: 39px;
}

/* line 119, scss/base/_elements.scss */
h3, .heading-c {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
}

/* line 125, scss/base/_elements.scss */
h4, .heading-d {
  font-weight: 700;
  font-size: 17px;
  line-height: 22px;
}

/* line 131, scss/base/_elements.scss */
h5, .heading-e {
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

/* line 139, scss/base/_elements.scss */
h6, .heading-f {
  margin: 1em 0 0.5em;
  font-weight: 700;
  font-size: 13px;
  line-height: 26px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

/*=======================================================================*/
/* line 150, scss/base/_elements.scss */
del {
  text-decoration: line-through;
}

/* line 154, scss/base/_elements.scss */
blockquote {
  background: #f7f7f7;
  border-left: 1px solid #bbb;
  /* LTR */
  font-style: italic;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
}

/* line 164, scss/base/_elements.scss */
[dir="rtl"] blockquote {
  border-left: none;
  border-right: 1px solid #bbb;
}

/* line 169, scss/base/_elements.scss */
blockquote:before {
  color: #bbb;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  /* LTR */
  vertical-align: -0.4em;
}

/* line 180, scss/base/_elements.scss */
[dir="rtl"] blockquote:before {
  content: "\201D";
  margin-left: 0.2em;
  margin-right: 0;
}

/* line 186, scss/base/_elements.scss */
blockquote:after {
  color: #bbb;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
}

/* line 194, scss/base/_elements.scss */
[dir="rtl"] blockquote:after {
  content: "\201C";
}

/* line 198, scss/base/_elements.scss */
blockquote > *:first-child {
  display: inline;
}

/* line 202, scss/base/_elements.scss */
.feed-icon {
  display: block;
  margin: 25px 0 0 0;
}

/* line 207, scss/base/_elements.scss */
img {
  max-width: 100%;
  height: auto;
}

/* ul,
ol {
  margin: 0;
  padding: 0 0 0.25em 1em;  LTR
} */
/* line 219, scss/base/_elements.scss */
[dir="rtl"] ul, [dir="rtl"] ol {
  padding: 0 1em 0.25em 0;
}

/* line 224, scss/base/_elements.scss */
ol ol, ul ul {
  margin: 0;
  padding: 0 0 0.25em 1em;
  /* LTR */
}

/* line 232, scss/base/_elements.scss */
[dir="rtl"] ol ol, [dir="rtl"] ul ul {
  padding: 0 1em 0.25em 0;
}

/* line 237, scss/base/_elements.scss */
label {
  margin: 0;
}

/* line 242, scss/base/_elements.scss */
.field.field--name-field-resources-list h2 {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  line-height: 1.3;
  margin-bottom: .5em;
  clear: none;
  font-family: "Source Sans Pro", "Helvetica Neue";
  font-size: 1.7rem;
  font-weight: 700;
  margin-top: 0;
  color: #17415f;
}

/* line 255, scss/base/_elements.scss */
.field.field--name-field-resources-list h3 {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  font-family: "Merriweather", "Georgia, Times, serif";
  line-height: 1.3;
  margin-bottom: .5em;
  font-weight: 700;
  clear: none;
  color: #17415f;
  margin-top: .5em;
  font-size: 1.4rem;
}

/* line 267, scss/base/_elements.scss */
.field.field--name-field-resources-list ul {
  font-family: "Source Sans Pro", "Helvetica Neue";
  font-size: 1.7rem;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 276, scss/base/_elements.scss */
.field.field--name-field-resources-list li {
  font-family: "Source Sans Pro", "Helvetica Neue";
  font-size: 1.7rem;
  list-style: disc;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  line-height: 1.5;
  margin-bottom: 0.5em;
  margin-left: 1em;
}

/* line 2, scss/_uswds-grid.scss */
.grid-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 64rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media all and (min-width: 64em) {
  /* line 10, scss/_uswds-grid.scss */
  .grid-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/* line 16, scss/_uswds-grid.scss */
.grid-container-card {
  margin-left: auto;
  margin-right: auto;
  max-width: 10rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media all and (min-width: 64em) {
  /* line 24, scss/_uswds-grid.scss */
  .grid-container-card {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/* line 30, scss/_uswds-grid.scss */
.grid-container-card-lg {
  margin-left: auto;
  margin-right: auto;
  max-width: 15rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media all and (min-width: 64em) {
  /* line 38, scss/_uswds-grid.scss */
  .grid-container-card-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/* line 44, scss/_uswds-grid.scss */
.grid-container-mobile {
  margin-left: auto;
  margin-right: auto;
  max-width: 20rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media all and (min-width: 64em) {
  /* line 52, scss/_uswds-grid.scss */
  .grid-container-mobile {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/* line 58, scss/_uswds-grid.scss */
.grid-container-mobile-lg {
  margin-left: auto;
  margin-right: auto;
  max-width: 30rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media all and (min-width: 64em) {
  /* line 66, scss/_uswds-grid.scss */
  .grid-container-mobile-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/* line 72, scss/_uswds-grid.scss */
.grid-container-tablet {
  margin-left: auto;
  margin-right: auto;
  max-width: 40rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media all and (min-width: 64em) {
  /* line 80, scss/_uswds-grid.scss */
  .grid-container-tablet {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/* line 86, scss/_uswds-grid.scss */
.grid-container-tablet-lg {
  margin-left: auto;
  margin-right: auto;
  max-width: 55rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media all and (min-width: 64em) {
  /* line 94, scss/_uswds-grid.scss */
  .grid-container-tablet-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/* line 100, scss/_uswds-grid.scss */
.grid-container-desktop {
  margin-left: auto;
  margin-right: auto;
  max-width: 64rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media all and (min-width: 64em) {
  /* line 108, scss/_uswds-grid.scss */
  .grid-container-desktop {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/* line 114, scss/_uswds-grid.scss */
.grid-container-desktop-lg {
  margin-left: auto;
  margin-right: auto;
  max-width: 75rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media all and (min-width: 64em) {
  /* line 122, scss/_uswds-grid.scss */
  .grid-container-desktop-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/* line 128, scss/_uswds-grid.scss */
.grid-container-widescreen {
  margin-left: auto;
  margin-right: auto;
  max-width: 87.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media all and (min-width: 64em) {
  /* line 136, scss/_uswds-grid.scss */
  .grid-container-widescreen {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media all and (min-width: 30em) {
  /* line 143, scss/_uswds-grid.scss */
  .mobile-lg\:grid-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 64rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media all and (min-width: 30em) and (min-width: 64em) {
  /* line 152, scss/_uswds-grid.scss */
  .mobile-lg\:grid-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media all and (min-width: 30em) {
  /* line 158, scss/_uswds-grid.scss */
  .mobile-lg\:grid-container-card {
    margin-left: auto;
    margin-right: auto;
    max-width: 10rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media all and (min-width: 30em) and (min-width: 64em) {
  /* line 167, scss/_uswds-grid.scss */
  .mobile-lg\:grid-container-card {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media all and (min-width: 30em) {
  /* line 173, scss/_uswds-grid.scss */
  .mobile-lg\:grid-container-card-lg {
    margin-left: auto;
    margin-right: auto;
    max-width: 15rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media all and (min-width: 30em) and (min-width: 64em) {
  /* line 182, scss/_uswds-grid.scss */
  .mobile-lg\:grid-container-card-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media all and (min-width: 30em) {
  /* line 188, scss/_uswds-grid.scss */
  .mobile-lg\:grid-container-mobile {
    margin-left: auto;
    margin-right: auto;
    max-width: 20rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media all and (min-width: 30em) and (min-width: 64em) {
  /* line 197, scss/_uswds-grid.scss */
  .mobile-lg\:grid-container-mobile {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media all and (min-width: 30em) {
  /* line 203, scss/_uswds-grid.scss */
  .mobile-lg\:grid-container-mobile-lg {
    margin-left: auto;
    margin-right: auto;
    max-width: 30rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media all and (min-width: 30em) and (min-width: 64em) {
  /* line 212, scss/_uswds-grid.scss */
  .mobile-lg\:grid-container-mobile-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media all and (min-width: 30em) {
  /* line 218, scss/_uswds-grid.scss */
  .mobile-lg\:grid-container-tablet {
    margin-left: auto;
    margin-right: auto;
    max-width: 40rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media all and (min-width: 30em) and (min-width: 64em) {
  /* line 227, scss/_uswds-grid.scss */
  .mobile-lg\:grid-container-tablet {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media all and (min-width: 30em) {
  /* line 233, scss/_uswds-grid.scss */
  .mobile-lg\:grid-container-tablet-lg {
    margin-left: auto;
    margin-right: auto;
    max-width: 55rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media all and (min-width: 30em) and (min-width: 64em) {
  /* line 242, scss/_uswds-grid.scss */
  .mobile-lg\:grid-container-tablet-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media all and (min-width: 30em) {
  /* line 248, scss/_uswds-grid.scss */
  .mobile-lg\:grid-container-desktop {
    margin-left: auto;
    margin-right: auto;
    max-width: 64rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media all and (min-width: 30em) and (min-width: 64em) {
  /* line 257, scss/_uswds-grid.scss */
  .mobile-lg\:grid-container-desktop {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media all and (min-width: 30em) {
  /* line 263, scss/_uswds-grid.scss */
  .mobile-lg\:grid-container-desktop-lg {
    margin-left: auto;
    margin-right: auto;
    max-width: 75rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media all and (min-width: 30em) and (min-width: 64em) {
  /* line 272, scss/_uswds-grid.scss */
  .mobile-lg\:grid-container-desktop-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media all and (min-width: 30em) {
  /* line 278, scss/_uswds-grid.scss */
  .mobile-lg\:grid-container-widescreen {
    margin-left: auto;
    margin-right: auto;
    max-width: 87.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media all and (min-width: 30em) and (min-width: 64em) {
  /* line 287, scss/_uswds-grid.scss */
  .mobile-lg\:grid-container-widescreen {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media all and (min-width: 40em) {
  /* line 293, scss/_uswds-grid.scss */
  .tablet\:grid-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 64rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media all and (min-width: 40em) and (min-width: 64em) {
  /* line 302, scss/_uswds-grid.scss */
  .tablet\:grid-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media all and (min-width: 40em) {
  /* line 308, scss/_uswds-grid.scss */
  .tablet\:grid-container-card {
    margin-left: auto;
    margin-right: auto;
    max-width: 10rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media all and (min-width: 40em) and (min-width: 64em) {
  /* line 317, scss/_uswds-grid.scss */
  .tablet\:grid-container-card {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media all and (min-width: 40em) {
  /* line 323, scss/_uswds-grid.scss */
  .tablet\:grid-container-card-lg {
    margin-left: auto;
    margin-right: auto;
    max-width: 15rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media all and (min-width: 40em) and (min-width: 64em) {
  /* line 332, scss/_uswds-grid.scss */
  .tablet\:grid-container-card-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media all and (min-width: 40em) {
  /* line 338, scss/_uswds-grid.scss */
  .tablet\:grid-container-mobile {
    margin-left: auto;
    margin-right: auto;
    max-width: 20rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media all and (min-width: 40em) and (min-width: 64em) {
  /* line 347, scss/_uswds-grid.scss */
  .tablet\:grid-container-mobile {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media all and (min-width: 40em) {
  /* line 353, scss/_uswds-grid.scss */
  .tablet\:grid-container-mobile-lg {
    margin-left: auto;
    margin-right: auto;
    max-width: 30rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media all and (min-width: 40em) and (min-width: 64em) {
  /* line 362, scss/_uswds-grid.scss */
  .tablet\:grid-container-mobile-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media all and (min-width: 40em) {
  /* line 368, scss/_uswds-grid.scss */
  .tablet\:grid-container-tablet {
    margin-left: auto;
    margin-right: auto;
    max-width: 40rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media all and (min-width: 40em) and (min-width: 64em) {
  /* line 377, scss/_uswds-grid.scss */
  .tablet\:grid-container-tablet {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media all and (min-width: 40em) {
  /* line 383, scss/_uswds-grid.scss */
  .tablet\:grid-container-tablet-lg {
    margin-left: auto;
    margin-right: auto;
    max-width: 55rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media all and (min-width: 40em) and (min-width: 64em) {
  /* line 392, scss/_uswds-grid.scss */
  .tablet\:grid-container-tablet-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media all and (min-width: 40em) {
  /* line 398, scss/_uswds-grid.scss */
  .tablet\:grid-container-desktop {
    margin-left: auto;
    margin-right: auto;
    max-width: 64rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media all and (min-width: 40em) and (min-width: 64em) {
  /* line 407, scss/_uswds-grid.scss */
  .tablet\:grid-container-desktop {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media all and (min-width: 40em) {
  /* line 413, scss/_uswds-grid.scss */
  .tablet\:grid-container-desktop-lg {
    margin-left: auto;
    margin-right: auto;
    max-width: 75rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media all and (min-width: 40em) and (min-width: 64em) {
  /* line 422, scss/_uswds-grid.scss */
  .tablet\:grid-container-desktop-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media all and (min-width: 40em) {
  /* line 428, scss/_uswds-grid.scss */
  .tablet\:grid-container-widescreen {
    margin-left: auto;
    margin-right: auto;
    max-width: 87.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media all and (min-width: 40em) and (min-width: 64em) {
  /* line 437, scss/_uswds-grid.scss */
  .tablet\:grid-container-widescreen {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media all and (min-width: 64em) {
  /* line 443, scss/_uswds-grid.scss */
  .desktop\:grid-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 64rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media all and (min-width: 64em) and (min-width: 64em) {
  /* line 452, scss/_uswds-grid.scss */
  .desktop\:grid-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media all and (min-width: 64em) {
  /* line 458, scss/_uswds-grid.scss */
  .desktop\:grid-container-card {
    margin-left: auto;
    margin-right: auto;
    max-width: 10rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media all and (min-width: 64em) and (min-width: 64em) {
  /* line 467, scss/_uswds-grid.scss */
  .desktop\:grid-container-card {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media all and (min-width: 64em) {
  /* line 473, scss/_uswds-grid.scss */
  .desktop\:grid-container-card-lg {
    margin-left: auto;
    margin-right: auto;
    max-width: 15rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media all and (min-width: 64em) and (min-width: 64em) {
  /* line 482, scss/_uswds-grid.scss */
  .desktop\:grid-container-card-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media all and (min-width: 64em) {
  /* line 488, scss/_uswds-grid.scss */
  .desktop\:grid-container-mobile {
    margin-left: auto;
    margin-right: auto;
    max-width: 20rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media all and (min-width: 64em) and (min-width: 64em) {
  /* line 497, scss/_uswds-grid.scss */
  .desktop\:grid-container-mobile {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media all and (min-width: 64em) {
  /* line 503, scss/_uswds-grid.scss */
  .desktop\:grid-container-mobile-lg {
    margin-left: auto;
    margin-right: auto;
    max-width: 30rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media all and (min-width: 64em) and (min-width: 64em) {
  /* line 512, scss/_uswds-grid.scss */
  .desktop\:grid-container-mobile-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media all and (min-width: 64em) {
  /* line 518, scss/_uswds-grid.scss */
  .desktop\:grid-container-tablet {
    margin-left: auto;
    margin-right: auto;
    max-width: 40rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media all and (min-width: 64em) and (min-width: 64em) {
  /* line 527, scss/_uswds-grid.scss */
  .desktop\:grid-container-tablet {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media all and (min-width: 64em) {
  /* line 533, scss/_uswds-grid.scss */
  .desktop\:grid-container-tablet-lg {
    margin-left: auto;
    margin-right: auto;
    max-width: 55rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media all and (min-width: 64em) and (min-width: 64em) {
  /* line 542, scss/_uswds-grid.scss */
  .desktop\:grid-container-tablet-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media all and (min-width: 64em) {
  /* line 548, scss/_uswds-grid.scss */
  .desktop\:grid-container-desktop {
    margin-left: auto;
    margin-right: auto;
    max-width: 64rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media all and (min-width: 64em) and (min-width: 64em) {
  /* line 557, scss/_uswds-grid.scss */
  .desktop\:grid-container-desktop {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media all and (min-width: 64em) {
  /* line 563, scss/_uswds-grid.scss */
  .desktop\:grid-container-desktop-lg {
    margin-left: auto;
    margin-right: auto;
    max-width: 75rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media all and (min-width: 64em) and (min-width: 64em) {
  /* line 572, scss/_uswds-grid.scss */
  .desktop\:grid-container-desktop-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media all and (min-width: 64em) {
  /* line 578, scss/_uswds-grid.scss */
  .desktop\:grid-container-widescreen {
    margin-left: auto;
    margin-right: auto;
    max-width: 87.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media all and (min-width: 64em) and (min-width: 64em) {
  /* line 587, scss/_uswds-grid.scss */
  .desktop\:grid-container-widescreen {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/* line 592, scss/_uswds-grid.scss */
.grid-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 596, scss/_uswds-grid.scss */
.grid-row.grid-gap {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

/* line 600, scss/_uswds-grid.scss */
.grid-row.grid-gap > * {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

@media all and (min-width: 64em) {
  /* line 605, scss/_uswds-grid.scss */
  .grid-row.grid-gap {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  /* line 609, scss/_uswds-grid.scss */
  .grid-row.grid-gap > * {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

/* line 614, scss/_uswds-grid.scss */
.grid-row.grid-gap-0 {
  margin-left: 0;
  margin-right: 0;
}

/* line 618, scss/_uswds-grid.scss */
.grid-row.grid-gap-0 > * {
  padding-left: 0;
  padding-right: 0;
}

/* line 622, scss/_uswds-grid.scss */
.grid-row.grid-gap-2px {
  margin-left: -1px;
  margin-right: -1px;
}

/* line 626, scss/_uswds-grid.scss */
.grid-row.grid-gap-2px > * {
  padding-left: 1px;
  padding-right: 1px;
}

/* line 630, scss/_uswds-grid.scss */
.grid-row.grid-gap-05 {
  margin-left: -2px;
  margin-right: -2px;
}

/* line 634, scss/_uswds-grid.scss */
.grid-row.grid-gap-05 > * {
  padding-left: 2px;
  padding-right: 2px;
}

/* line 638, scss/_uswds-grid.scss */
.grid-row.grid-gap-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

/* line 642, scss/_uswds-grid.scss */
.grid-row.grid-gap-1 > * {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

/* line 646, scss/_uswds-grid.scss */
.grid-row.grid-gap-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

/* line 650, scss/_uswds-grid.scss */
.grid-row.grid-gap-2 > * {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

/* line 654, scss/_uswds-grid.scss */
.grid-row.grid-gap-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

/* line 658, scss/_uswds-grid.scss */
.grid-row.grid-gap-3 > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

/* line 662, scss/_uswds-grid.scss */
.grid-row.grid-gap-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}

/* line 666, scss/_uswds-grid.scss */
.grid-row.grid-gap-4 > * {
  padding-left: 1rem;
  padding-right: 1rem;
}

/* line 670, scss/_uswds-grid.scss */
.grid-row.grid-gap-5 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

/* line 674, scss/_uswds-grid.scss */
.grid-row.grid-gap-5 > * {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

/* line 678, scss/_uswds-grid.scss */
.grid-row.grid-gap-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

/* line 682, scss/_uswds-grid.scss */
.grid-row.grid-gap-6 > * {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/* line 686, scss/_uswds-grid.scss */
.grid-row.grid-gap-sm {
  margin-left: -1px;
  margin-right: -1px;
}

/* line 690, scss/_uswds-grid.scss */
.grid-row.grid-gap-sm > * {
  padding-left: 1px;
  padding-right: 1px;
}

/* line 694, scss/_uswds-grid.scss */
.grid-row.grid-gap-md {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

/* line 698, scss/_uswds-grid.scss */
.grid-row.grid-gap-md > * {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

/* line 702, scss/_uswds-grid.scss */
.grid-row.grid-gap-lg {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

/* line 706, scss/_uswds-grid.scss */
.grid-row.grid-gap-lg > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

@media all and (min-width: 30em) {
  /* line 711, scss/_uswds-grid.scss */
  .grid-row.mobile-lg\:grid-gap-0 {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 715, scss/_uswds-grid.scss */
  .grid-row.mobile-lg\:grid-gap-0 > * {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 719, scss/_uswds-grid.scss */
  .grid-row.mobile-lg\:grid-gap-2px {
    margin-left: -1px;
    margin-right: -1px;
  }
  /* line 723, scss/_uswds-grid.scss */
  .grid-row.mobile-lg\:grid-gap-2px > * {
    padding-left: 1px;
    padding-right: 1px;
  }
  /* line 727, scss/_uswds-grid.scss */
  .grid-row.mobile-lg\:grid-gap-05 {
    margin-left: -2px;
    margin-right: -2px;
  }
  /* line 731, scss/_uswds-grid.scss */
  .grid-row.mobile-lg\:grid-gap-05 > * {
    padding-left: 2px;
    padding-right: 2px;
  }
  /* line 735, scss/_uswds-grid.scss */
  .grid-row.mobile-lg\:grid-gap-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
  /* line 739, scss/_uswds-grid.scss */
  .grid-row.mobile-lg\:grid-gap-1 > * {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  /* line 743, scss/_uswds-grid.scss */
  .grid-row.mobile-lg\:grid-gap-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  /* line 747, scss/_uswds-grid.scss */
  .grid-row.mobile-lg\:grid-gap-2 > * {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  /* line 751, scss/_uswds-grid.scss */
  .grid-row.mobile-lg\:grid-gap-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  /* line 755, scss/_uswds-grid.scss */
  .grid-row.mobile-lg\:grid-gap-3 > * {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  /* line 759, scss/_uswds-grid.scss */
  .grid-row.mobile-lg\:grid-gap-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  /* line 763, scss/_uswds-grid.scss */
  .grid-row.mobile-lg\:grid-gap-4 > * {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  /* line 767, scss/_uswds-grid.scss */
  .grid-row.mobile-lg\:grid-gap-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
  /* line 771, scss/_uswds-grid.scss */
  .grid-row.mobile-lg\:grid-gap-5 > * {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  /* line 775, scss/_uswds-grid.scss */
  .grid-row.mobile-lg\:grid-gap-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  /* line 779, scss/_uswds-grid.scss */
  .grid-row.mobile-lg\:grid-gap-6 > * {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  /* line 783, scss/_uswds-grid.scss */
  .grid-row.mobile-lg\:grid-gap-sm {
    margin-left: -1px;
    margin-right: -1px;
  }
  /* line 787, scss/_uswds-grid.scss */
  .grid-row.mobile-lg\:grid-gap-sm > * {
    padding-left: 1px;
    padding-right: 1px;
  }
  /* line 791, scss/_uswds-grid.scss */
  .grid-row.mobile-lg\:grid-gap-md {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  /* line 795, scss/_uswds-grid.scss */
  .grid-row.mobile-lg\:grid-gap-md > * {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  /* line 799, scss/_uswds-grid.scss */
  .grid-row.mobile-lg\:grid-gap-lg {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  /* line 803, scss/_uswds-grid.scss */
  .grid-row.mobile-lg\:grid-gap-lg > * {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

@media all and (min-width: 40em) {
  /* line 809, scss/_uswds-grid.scss */
  .grid-row.tablet\:grid-gap-0 {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 813, scss/_uswds-grid.scss */
  .grid-row.tablet\:grid-gap-0 > * {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 817, scss/_uswds-grid.scss */
  .grid-row.tablet\:grid-gap-2px {
    margin-left: -1px;
    margin-right: -1px;
  }
  /* line 821, scss/_uswds-grid.scss */
  .grid-row.tablet\:grid-gap-2px > * {
    padding-left: 1px;
    padding-right: 1px;
  }
  /* line 825, scss/_uswds-grid.scss */
  .grid-row.tablet\:grid-gap-05 {
    margin-left: -2px;
    margin-right: -2px;
  }
  /* line 829, scss/_uswds-grid.scss */
  .grid-row.tablet\:grid-gap-05 > * {
    padding-left: 2px;
    padding-right: 2px;
  }
  /* line 833, scss/_uswds-grid.scss */
  .grid-row.tablet\:grid-gap-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
  /* line 837, scss/_uswds-grid.scss */
  .grid-row.tablet\:grid-gap-1 > * {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  /* line 841, scss/_uswds-grid.scss */
  .grid-row.tablet\:grid-gap-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  /* line 845, scss/_uswds-grid.scss */
  .grid-row.tablet\:grid-gap-2 > * {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  /* line 849, scss/_uswds-grid.scss */
  .grid-row.tablet\:grid-gap-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  /* line 853, scss/_uswds-grid.scss */
  .grid-row.tablet\:grid-gap-3 > * {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  /* line 857, scss/_uswds-grid.scss */
  .grid-row.tablet\:grid-gap-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  /* line 861, scss/_uswds-grid.scss */
  .grid-row.tablet\:grid-gap-4 > * {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  /* line 865, scss/_uswds-grid.scss */
  .grid-row.tablet\:grid-gap-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
  /* line 869, scss/_uswds-grid.scss */
  .grid-row.tablet\:grid-gap-5 > * {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  /* line 873, scss/_uswds-grid.scss */
  .grid-row.tablet\:grid-gap-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  /* line 877, scss/_uswds-grid.scss */
  .grid-row.tablet\:grid-gap-6 > * {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  /* line 881, scss/_uswds-grid.scss */
  .grid-row.tablet\:grid-gap-sm {
    margin-left: -1px;
    margin-right: -1px;
  }
  /* line 885, scss/_uswds-grid.scss */
  .grid-row.tablet\:grid-gap-sm > * {
    padding-left: 1px;
    padding-right: 1px;
  }
  /* line 889, scss/_uswds-grid.scss */
  .grid-row.tablet\:grid-gap-md {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  /* line 893, scss/_uswds-grid.scss */
  .grid-row.tablet\:grid-gap-md > * {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  /* line 897, scss/_uswds-grid.scss */
  .grid-row.tablet\:grid-gap-lg {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  /* line 901, scss/_uswds-grid.scss */
  .grid-row.tablet\:grid-gap-lg > * {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

@media all and (min-width: 64em) {
  /* line 907, scss/_uswds-grid.scss */
  .grid-row.desktop\:grid-gap-0 {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 911, scss/_uswds-grid.scss */
  .grid-row.desktop\:grid-gap-0 > * {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 915, scss/_uswds-grid.scss */
  .grid-row.desktop\:grid-gap-2px {
    margin-left: -1px;
    margin-right: -1px;
  }
  /* line 919, scss/_uswds-grid.scss */
  .grid-row.desktop\:grid-gap-2px > * {
    padding-left: 1px;
    padding-right: 1px;
  }
  /* line 923, scss/_uswds-grid.scss */
  .grid-row.desktop\:grid-gap-05 {
    margin-left: -2px;
    margin-right: -2px;
  }
  /* line 927, scss/_uswds-grid.scss */
  .grid-row.desktop\:grid-gap-05 > * {
    padding-left: 2px;
    padding-right: 2px;
  }
  /* line 931, scss/_uswds-grid.scss */
  .grid-row.desktop\:grid-gap-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
  /* line 935, scss/_uswds-grid.scss */
  .grid-row.desktop\:grid-gap-1 > * {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  /* line 939, scss/_uswds-grid.scss */
  .grid-row.desktop\:grid-gap-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  /* line 943, scss/_uswds-grid.scss */
  .grid-row.desktop\:grid-gap-2 > * {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  /* line 947, scss/_uswds-grid.scss */
  .grid-row.desktop\:grid-gap-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  /* line 951, scss/_uswds-grid.scss */
  .grid-row.desktop\:grid-gap-3 > * {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  /* line 955, scss/_uswds-grid.scss */
  .grid-row.desktop\:grid-gap-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  /* line 959, scss/_uswds-grid.scss */
  .grid-row.desktop\:grid-gap-4 > * {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  /* line 963, scss/_uswds-grid.scss */
  .grid-row.desktop\:grid-gap-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
  /* line 967, scss/_uswds-grid.scss */
  .grid-row.desktop\:grid-gap-5 > * {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  /* line 971, scss/_uswds-grid.scss */
  .grid-row.desktop\:grid-gap-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  /* line 975, scss/_uswds-grid.scss */
  .grid-row.desktop\:grid-gap-6 > * {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  /* line 979, scss/_uswds-grid.scss */
  .grid-row.desktop\:grid-gap-sm {
    margin-left: -1px;
    margin-right: -1px;
  }
  /* line 983, scss/_uswds-grid.scss */
  .grid-row.desktop\:grid-gap-sm > * {
    padding-left: 1px;
    padding-right: 1px;
  }
  /* line 987, scss/_uswds-grid.scss */
  .grid-row.desktop\:grid-gap-md {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  /* line 991, scss/_uswds-grid.scss */
  .grid-row.desktop\:grid-gap-md > * {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  /* line 995, scss/_uswds-grid.scss */
  .grid-row.desktop\:grid-gap-lg {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  /* line 999, scss/_uswds-grid.scss */
  .grid-row.desktop\:grid-gap-lg > * {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

/* line 1005, scss/_uswds-grid.scss */
[class*=grid-col] {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1011, scss/_uswds-grid.scss */
.grid-col {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  width: auto;
  max-width: 100%;
  min-width: 1px;
}

/* line 1018, scss/_uswds-grid.scss */
.grid-col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: auto;
  max-width: 100%;
}

/* line 1024, scss/_uswds-grid.scss */
.grid-col-fill {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  width: auto;
  max-width: 100%;
  min-width: 1px;
}

/* line 1031, scss/_uswds-grid.scss */
.grid-col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 8.3333333333%;
}

/* line 1036, scss/_uswds-grid.scss */
.grid-col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 16.6666666667%;
}

/* line 1041, scss/_uswds-grid.scss */
.grid-col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 25%;
}

/* line 1046, scss/_uswds-grid.scss */
.grid-col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 33.3333333333%;
}

/* line 1051, scss/_uswds-grid.scss */
.grid-col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 41.6666666667%;
}

/* line 1056, scss/_uswds-grid.scss */
.grid-col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 50%;
}

/* line 1061, scss/_uswds-grid.scss */
.grid-col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 58.3333333333%;
}

/* line 1066, scss/_uswds-grid.scss */
.grid-col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 66.6666666667%;
}

/* line 1071, scss/_uswds-grid.scss */
.grid-col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 75%;
}

/* line 1076, scss/_uswds-grid.scss */
.grid-col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 83.3333333333%;
}

/* line 1081, scss/_uswds-grid.scss */
.grid-col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 91.6666666667%;
}

/* line 1086, scss/_uswds-grid.scss */
.grid-col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 100%;
}

@media all and (min-width: 30em) {
  /* line 1092, scss/_uswds-grid.scss */
  .mobile-lg\:grid-col {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    width: auto;
    max-width: 100%;
    min-width: 1px;
  }
  /* line 1099, scss/_uswds-grid.scss */
  .mobile-lg\:grid-col-fill {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    width: auto;
    max-width: 100%;
    min-width: 1px;
  }
  /* line 1106, scss/_uswds-grid.scss */
  .mobile-lg\:grid-col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 1112, scss/_uswds-grid.scss */
  .mobile-lg\:grid-col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 8.3333333333%;
  }
  /* line 1117, scss/_uswds-grid.scss */
  .mobile-lg\:grid-col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 16.6666666667%;
  }
  /* line 1122, scss/_uswds-grid.scss */
  .mobile-lg\:grid-col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 25%;
  }
  /* line 1127, scss/_uswds-grid.scss */
  .mobile-lg\:grid-col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 33.3333333333%;
  }
  /* line 1132, scss/_uswds-grid.scss */
  .mobile-lg\:grid-col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 41.6666666667%;
  }
  /* line 1137, scss/_uswds-grid.scss */
  .mobile-lg\:grid-col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 50%;
  }
  /* line 1142, scss/_uswds-grid.scss */
  .mobile-lg\:grid-col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 58.3333333333%;
  }
  /* line 1147, scss/_uswds-grid.scss */
  .mobile-lg\:grid-col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 66.6666666667%;
  }
  /* line 1152, scss/_uswds-grid.scss */
  .mobile-lg\:grid-col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 75%;
  }
  /* line 1157, scss/_uswds-grid.scss */
  .mobile-lg\:grid-col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 83.3333333333%;
  }
  /* line 1162, scss/_uswds-grid.scss */
  .mobile-lg\:grid-col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 91.6666666667%;
  }
  /* line 1167, scss/_uswds-grid.scss */
  .mobile-lg\:grid-col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 100%;
  }
}

@media all and (min-width: 40em) {
  /* line 1173, scss/_uswds-grid.scss */
  .tablet\:grid-col {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    width: auto;
    max-width: 100%;
    min-width: 1px;
  }
  /* line 1180, scss/_uswds-grid.scss */
  .tablet\:grid-col-fill {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    width: auto;
    max-width: 100%;
    min-width: 1px;
  }
  /* line 1187, scss/_uswds-grid.scss */
  .tablet\:grid-col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 1193, scss/_uswds-grid.scss */
  .tablet\:grid-col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 8.3333333333%;
  }
  /* line 1198, scss/_uswds-grid.scss */
  .tablet\:grid-col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 16.6666666667%;
  }
  /* line 1203, scss/_uswds-grid.scss */
  .tablet\:grid-col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 25%;
  }
  /* line 1208, scss/_uswds-grid.scss */
  .tablet\:grid-col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 33.3333333333%;
  }
  /* line 1213, scss/_uswds-grid.scss */
  .tablet\:grid-col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 41.6666666667%;
  }
  /* line 1218, scss/_uswds-grid.scss */
  .tablet\:grid-col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 50%;
  }
  /* line 1223, scss/_uswds-grid.scss */
  .tablet\:grid-col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 58.3333333333%;
  }
  /* line 1228, scss/_uswds-grid.scss */
  .tablet\:grid-col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 66.6666666667%;
  }
  /* line 1233, scss/_uswds-grid.scss */
  .tablet\:grid-col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 75%;
  }
  /* line 1238, scss/_uswds-grid.scss */
  .tablet\:grid-col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 83.3333333333%;
  }
  /* line 1243, scss/_uswds-grid.scss */
  .tablet\:grid-col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 91.6666666667%;
  }
  /* line 1248, scss/_uswds-grid.scss */
  .tablet\:grid-col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 100%;
  }
}

@media all and (min-width: 64em) {
  /* line 1254, scss/_uswds-grid.scss */
  .desktop\:grid-col {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    width: auto;
    max-width: 100%;
    min-width: 1px;
  }
  /* line 1261, scss/_uswds-grid.scss */
  .desktop\:grid-col-fill {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    width: auto;
    max-width: 100%;
    min-width: 1px;
  }
  /* line 1268, scss/_uswds-grid.scss */
  .desktop\:grid-col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 1274, scss/_uswds-grid.scss */
  .desktop\:grid-col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 8.3333333333%;
  }
  /* line 1279, scss/_uswds-grid.scss */
  .desktop\:grid-col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 16.6666666667%;
  }
  /* line 1284, scss/_uswds-grid.scss */
  .desktop\:grid-col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 25%;
  }
  /* line 1289, scss/_uswds-grid.scss */
  .desktop\:grid-col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 33.3333333333%;
  }
  /* line 1294, scss/_uswds-grid.scss */
  .desktop\:grid-col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 41.6666666667%;
  }
  /* line 1299, scss/_uswds-grid.scss */
  .desktop\:grid-col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 50%;
  }
  /* line 1304, scss/_uswds-grid.scss */
  .desktop\:grid-col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 58.3333333333%;
  }
  /* line 1309, scss/_uswds-grid.scss */
  .desktop\:grid-col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 66.6666666667%;
  }
  /* line 1314, scss/_uswds-grid.scss */
  .desktop\:grid-col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 75%;
  }
  /* line 1319, scss/_uswds-grid.scss */
  .desktop\:grid-col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 83.3333333333%;
  }
  /* line 1324, scss/_uswds-grid.scss */
  .desktop\:grid-col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 91.6666666667%;
  }
  /* line 1329, scss/_uswds-grid.scss */
  .desktop\:grid-col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 100%;
  }
}

/* line 1334, scss/_uswds-grid.scss */
.grid-offset-1 {
  margin-left: 8.3333333333%;
}

/* line 1338, scss/_uswds-grid.scss */
.grid-offset-2 {
  margin-left: 16.6666666667%;
}

/* line 1342, scss/_uswds-grid.scss */
.grid-offset-3 {
  margin-left: 25%;
}

/* line 1346, scss/_uswds-grid.scss */
.grid-offset-4 {
  margin-left: 33.3333333333%;
}

/* line 1350, scss/_uswds-grid.scss */
.grid-offset-5 {
  margin-left: 41.6666666667%;
}

/* line 1354, scss/_uswds-grid.scss */
.grid-offset-6 {
  margin-left: 50%;
}

/* line 1358, scss/_uswds-grid.scss */
.grid-offset-7 {
  margin-left: 58.3333333333%;
}

/* line 1362, scss/_uswds-grid.scss */
.grid-offset-8 {
  margin-left: 66.6666666667%;
}

/* line 1366, scss/_uswds-grid.scss */
.grid-offset-9 {
  margin-left: 75%;
}

/* line 1370, scss/_uswds-grid.scss */
.grid-offset-10 {
  margin-left: 83.3333333333%;
}

/* line 1374, scss/_uswds-grid.scss */
.grid-offset-11 {
  margin-left: 91.6666666667%;
}

/* line 1378, scss/_uswds-grid.scss */
.grid-offset-12 {
  margin-left: 100%;
}

/* line 1382, scss/_uswds-grid.scss */
.grid-offset-none {
  margin-left: 0;
}

@media all and (min-width: 30em) {
  /* line 1387, scss/_uswds-grid.scss */
  .mobile-lg\:grid-offset-1 {
    margin-left: 8.3333333333%;
  }
}

@media all and (min-width: 30em) {
  /* line 1392, scss/_uswds-grid.scss */
  .mobile-lg\:grid-offset-2 {
    margin-left: 16.6666666667%;
  }
}

@media all and (min-width: 30em) {
  /* line 1397, scss/_uswds-grid.scss */
  .mobile-lg\:grid-offset-3 {
    margin-left: 25%;
  }
}

@media all and (min-width: 30em) {
  /* line 1402, scss/_uswds-grid.scss */
  .mobile-lg\:grid-offset-4 {
    margin-left: 33.3333333333%;
  }
}

@media all and (min-width: 30em) {
  /* line 1407, scss/_uswds-grid.scss */
  .mobile-lg\:grid-offset-5 {
    margin-left: 41.6666666667%;
  }
}

@media all and (min-width: 30em) {
  /* line 1412, scss/_uswds-grid.scss */
  .mobile-lg\:grid-offset-6 {
    margin-left: 50%;
  }
}

@media all and (min-width: 30em) {
  /* line 1417, scss/_uswds-grid.scss */
  .mobile-lg\:grid-offset-7 {
    margin-left: 58.3333333333%;
  }
}

@media all and (min-width: 30em) {
  /* line 1422, scss/_uswds-grid.scss */
  .mobile-lg\:grid-offset-8 {
    margin-left: 66.6666666667%;
  }
}

@media all and (min-width: 30em) {
  /* line 1427, scss/_uswds-grid.scss */
  .mobile-lg\:grid-offset-9 {
    margin-left: 75%;
  }
}

@media all and (min-width: 30em) {
  /* line 1432, scss/_uswds-grid.scss */
  .mobile-lg\:grid-offset-10 {
    margin-left: 83.3333333333%;
  }
}

@media all and (min-width: 30em) {
  /* line 1437, scss/_uswds-grid.scss */
  .mobile-lg\:grid-offset-11 {
    margin-left: 91.6666666667%;
  }
}

@media all and (min-width: 30em) {
  /* line 1442, scss/_uswds-grid.scss */
  .mobile-lg\:grid-offset-12 {
    margin-left: 100%;
  }
}

@media all and (min-width: 30em) {
  /* line 1447, scss/_uswds-grid.scss */
  .mobile-lg\:grid-offset-none {
    margin-left: 0;
  }
}

@media all and (min-width: 40em) {
  /* line 1452, scss/_uswds-grid.scss */
  .tablet\:grid-offset-1 {
    margin-left: 8.3333333333%;
  }
}

@media all and (min-width: 40em) {
  /* line 1457, scss/_uswds-grid.scss */
  .tablet\:grid-offset-2 {
    margin-left: 16.6666666667%;
  }
}

@media all and (min-width: 40em) {
  /* line 1462, scss/_uswds-grid.scss */
  .tablet\:grid-offset-3 {
    margin-left: 25%;
  }
}

@media all and (min-width: 40em) {
  /* line 1467, scss/_uswds-grid.scss */
  .tablet\:grid-offset-4 {
    margin-left: 33.3333333333%;
  }
}

@media all and (min-width: 40em) {
  /* line 1472, scss/_uswds-grid.scss */
  .tablet\:grid-offset-5 {
    margin-left: 41.6666666667%;
  }
}

@media all and (min-width: 40em) {
  /* line 1477, scss/_uswds-grid.scss */
  .tablet\:grid-offset-6 {
    margin-left: 50%;
  }
}

@media all and (min-width: 40em) {
  /* line 1482, scss/_uswds-grid.scss */
  .tablet\:grid-offset-7 {
    margin-left: 58.3333333333%;
  }
}

@media all and (min-width: 40em) {
  /* line 1487, scss/_uswds-grid.scss */
  .tablet\:grid-offset-8 {
    margin-left: 66.6666666667%;
  }
}

@media all and (min-width: 40em) {
  /* line 1492, scss/_uswds-grid.scss */
  .tablet\:grid-offset-9 {
    margin-left: 75%;
  }
}

@media all and (min-width: 40em) {
  /* line 1497, scss/_uswds-grid.scss */
  .tablet\:grid-offset-10 {
    margin-left: 83.3333333333%;
  }
}

@media all and (min-width: 40em) {
  /* line 1502, scss/_uswds-grid.scss */
  .tablet\:grid-offset-11 {
    margin-left: 91.6666666667%;
  }
}

@media all and (min-width: 40em) {
  /* line 1507, scss/_uswds-grid.scss */
  .tablet\:grid-offset-12 {
    margin-left: 100%;
  }
}

@media all and (min-width: 40em) {
  /* line 1512, scss/_uswds-grid.scss */
  .tablet\:grid-offset-none {
    margin-left: 0;
  }
}

@media all and (min-width: 64em) {
  /* line 1517, scss/_uswds-grid.scss */
  .desktop\:grid-offset-1 {
    margin-left: 8.3333333333%;
  }
}

@media all and (min-width: 64em) {
  /* line 1522, scss/_uswds-grid.scss */
  .desktop\:grid-offset-2 {
    margin-left: 16.6666666667%;
  }
}

@media all and (min-width: 64em) {
  /* line 1527, scss/_uswds-grid.scss */
  .desktop\:grid-offset-3 {
    margin-left: 25%;
  }
}

@media all and (min-width: 64em) {
  /* line 1532, scss/_uswds-grid.scss */
  .desktop\:grid-offset-4 {
    margin-left: 33.3333333333%;
  }
}

@media all and (min-width: 64em) {
  /* line 1537, scss/_uswds-grid.scss */
  .desktop\:grid-offset-5 {
    margin-left: 41.6666666667%;
  }
}

@media all and (min-width: 64em) {
  /* line 1542, scss/_uswds-grid.scss */
  .desktop\:grid-offset-6 {
    margin-left: 50%;
  }
}

@media all and (min-width: 64em) {
  /* line 1547, scss/_uswds-grid.scss */
  .desktop\:grid-offset-7 {
    margin-left: 58.3333333333%;
  }
}

@media all and (min-width: 64em) {
  /* line 1552, scss/_uswds-grid.scss */
  .desktop\:grid-offset-8 {
    margin-left: 66.6666666667%;
  }
}

@media all and (min-width: 64em) {
  /* line 1557, scss/_uswds-grid.scss */
  .desktop\:grid-offset-9 {
    margin-left: 75%;
  }
}

@media all and (min-width: 64em) {
  /* line 1562, scss/_uswds-grid.scss */
  .desktop\:grid-offset-10 {
    margin-left: 83.3333333333%;
  }
}

@media all and (min-width: 64em) {
  /* line 1567, scss/_uswds-grid.scss */
  .desktop\:grid-offset-11 {
    margin-left: 91.6666666667%;
  }
}

@media all and (min-width: 64em) {
  /* line 1572, scss/_uswds-grid.scss */
  .desktop\:grid-offset-12 {
    margin-left: 100%;
  }
}

@media all and (min-width: 64em) {
  /* line 1577, scss/_uswds-grid.scss */
  .desktop\:grid-offset-none {
    margin-left: 0;
  }
}

/* line 3, scss/508/_scorecard-home.scss */
.explore_measures_container .select2.select2-container {
  border: 1px solid #000000;
}

/*
example
.site-header {
    padding: 2rem;
    font-size: 1.8rem;
    @include mq('tablet-wide') {
        padding-top: 4rem;
        font-size: 2.4rem;
    }
}
 */
/*
example
.site-header {
    padding: 2rem;
    font-size: 1.8rem;
    @include mq('tablet-wide') {
        padding-top: 4rem;
        font-size: 2.4rem;
    }
}
 */
/*
 * Button mixin- creates a button effect with correct
 * highlights/shadows, based on a base color.
 */
/* line 7, scss/unwind-button/_unwind-button.scss */
.renew-med-hero-text {
  margin: 0 auto;
  display: inline-block;
  position: relative;
  border-radius: 3px;
  color: #862074;
  padding: 0;
  text-align: center;
}

/* line 17, scss/unwind-button/_unwind-button.scss */
.unwind-link-button {
  display: inline-block;
  padding: 7px 25px 7px 25px;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #ce4620;
  margin: 0 auto;
  text-align: center;
  border-radius: 3px;
  font-size: 2.2rem;
  -webkit-box-shadow: #000 0px 6px 22px -11px;
  box-shadow: #000 0px 6px 22px -11px;
  max-height: 100px;
}

/* .unwind-link-button:before{
            content: "";
            color: #fff;
            top: 0;
            left: 0;
            margin: 10px;
            margin-top: 17px;
        } */
/* line 40, scss/unwind-button/_unwind-button.scss */
.unwind-b-text {
  color: #fff !important;
  font-size: 1.7rem;
  text-decoration: none;
  padding: 2px;
  font-weight: bold;
}

/* line 48, scss/unwind-button/_unwind-button.scss */
.usa-hero {
  background-image: url(/themes/custom/medicaid/images/medicaid-hero-image-large-March2022.jpg) !important;
  height: 340px;
  padding-top: 1px;
}

/* line 54, scss/unwind-button/_unwind-button.scss */
a.unwind--text {
  color: #fff;
  text-decoration: none;
  font-weight: 900;
  text-align: center;
}

/* line 60, scss/unwind-button/_unwind-button.scss */
a.unwind--text:visited {
  color: #fff;
}

@media (min-width: 320px) {
  /* line 72, scss/unwind-button/_unwind-button.scss */
  .usa-hero {
    background-position: 46%;
  }
}

@media (min-width: 480px) {
  /* line 72, scss/unwind-button/_unwind-button.scss */
  .usa-hero {
    background-image: url("/themes/custom/medicaid/images/medicaid-hero-image-large-March2022.jpg") !important;
  }
}

@media (min-width: 960px) {
  /* line 72, scss/unwind-button/_unwind-button.scss */
  .usa-hero {
    background-position: 25%;
  }
}

@media (min-width: 320px) {
  /* line 88, scss/unwind-button/_unwind-button.scss */
  .renew-med-hero-text {
    margin: 0 auto;
    display: inline-block;
    top: 8%;
    left: 5%;
    border-radius: 3px;
    color: #862074;
    padding: 0;
    text-align: left;
    max-width: 100%;
  }
}

@media (min-width: 960px) {
  /* line 88, scss/unwind-button/_unwind-button.scss */
  .renew-med-hero-text {
    top: 12%;
    left: 15%;
    text-align: center;
  }
}

@media (min-width: 1260px) {
  /* line 88, scss/unwind-button/_unwind-button.scss */
  .renew-med-hero-text {
    left: 28%;
  }
}

@media (min-width: 2200px) {
  /* line 88, scss/unwind-button/_unwind-button.scss */
  .renew-med-hero-text {
    left: 31%;
  }
}

@media (min-width: 320px) {
  /* line 119, scss/unwind-button/_unwind-button.scss */
  h1 {
    font-weight: 700;
    font-size: calc(1.2vw + 2vh);
    line-height: inherit;
  }
}

@media (min-width: 480px) {
  /* line 119, scss/unwind-button/_unwind-button.scss */
  h1 {
    font-size: calc(2vw + 2vh);
  }
}

@media (min-width: 960px) {
  /* line 119, scss/unwind-button/_unwind-button.scss */
  h1 {
    font-size: 40px;
  }
}

@media (min-width: 320px) {
  /* line 138, scss/unwind-button/_unwind-button.scss */
  .unwind-link-button {
    font-size: 1.3rem;
  }
}

@media (min-width: 480px) {
  /* line 138, scss/unwind-button/_unwind-button.scss */
  .unwind-link-button {
    font-size: 2rem;
  }
}

/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
/* line 4, fontawesome/_core.scss */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

/* line 5, fontawesome/_larger.scss */
.fa-lg {
  font-size: 1.333333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}

/* line 11, fontawesome/_larger.scss */
.fa-xs {
  font-size: .75em;
}

/* line 15, fontawesome/_larger.scss */
.fa-sm {
  font-size: .875em;
}

/* line 20, fontawesome/_larger.scss */
.fa-1x {
  font-size: 1em;
}

/* line 20, fontawesome/_larger.scss */
.fa-2x {
  font-size: 2em;
}

/* line 20, fontawesome/_larger.scss */
.fa-3x {
  font-size: 3em;
}

/* line 20, fontawesome/_larger.scss */
.fa-4x {
  font-size: 4em;
}

/* line 20, fontawesome/_larger.scss */
.fa-5x {
  font-size: 5em;
}

/* line 20, fontawesome/_larger.scss */
.fa-6x {
  font-size: 6em;
}

/* line 20, fontawesome/_larger.scss */
.fa-7x {
  font-size: 7em;
}

/* line 20, fontawesome/_larger.scss */
.fa-8x {
  font-size: 8em;
}

/* line 20, fontawesome/_larger.scss */
.fa-9x {
  font-size: 9em;
}

/* line 20, fontawesome/_larger.scss */
.fa-10x {
  font-size: 10em;
}

/* line 3, fontawesome/_fixed-width.scss */
.fa-fw {
  text-align: center;
  width: 1.25em;
}

/* line 4, fontawesome/_list.scss */
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

/* line 9, fontawesome/_list.scss */
.fa-ul > li {
  position: relative;
}

/* line 12, fontawesome/_list.scss */
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

/* line 4, fontawesome/_bordered-pulled.scss */
.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em;
}

/* line 10, fontawesome/_bordered-pulled.scss */
.fa-pull-left {
  float: left;
}

/* line 11, fontawesome/_bordered-pulled.scss */
.fa-pull-right {
  float: right;
}

/* line 18, fontawesome/_bordered-pulled.scss */
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em;
}

/* line 19, fontawesome/_bordered-pulled.scss */
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em;
}

/* line 4, fontawesome/_animated.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 8, fontawesome/_animated.scss */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

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

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

/* line 4, fontawesome/_rotated-flipped.scss */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 5, fontawesome/_rotated-flipped.scss */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 6, fontawesome/_rotated-flipped.scss */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 8, fontawesome/_rotated-flipped.scss */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 9, fontawesome/_rotated-flipped.scss */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 10, fontawesome/_rotated-flipped.scss */
.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
  -ms-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

/* line 16, fontawesome/_rotated-flipped.scss */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  -webkit-filter: none;
  filter: none;
}

/* line 4, fontawesome/_stacked.scss */
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

/* line 13, fontawesome/_stacked.scss */
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

/* line 21, fontawesome/_stacked.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 25, fontawesome/_stacked.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 29, fontawesome/_stacked.scss */
.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
/* line 4, fontawesome/_icons.scss */
.fa-500px:before {
  content: "\f26e";
}

/* line 5, fontawesome/_icons.scss */
.fa-accessible-icon:before {
  content: "\f368";
}

/* line 6, fontawesome/_icons.scss */
.fa-accusoft:before {
  content: "\f369";
}

/* line 7, fontawesome/_icons.scss */
.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

/* line 8, fontawesome/_icons.scss */
.fa-ad:before {
  content: "\f641";
}

/* line 9, fontawesome/_icons.scss */
.fa-address-book:before {
  content: "\f2b9";
}

/* line 10, fontawesome/_icons.scss */
.fa-address-card:before {
  content: "\f2bb";
}

/* line 11, fontawesome/_icons.scss */
.fa-adjust:before {
  content: "\f042";
}

/* line 12, fontawesome/_icons.scss */
.fa-adn:before {
  content: "\f170";
}

/* line 13, fontawesome/_icons.scss */
.fa-adversal:before {
  content: "\f36a";
}

/* line 14, fontawesome/_icons.scss */
.fa-affiliatetheme:before {
  content: "\f36b";
}

/* line 15, fontawesome/_icons.scss */
.fa-air-freshener:before {
  content: "\f5d0";
}

/* line 16, fontawesome/_icons.scss */
.fa-airbnb:before {
  content: "\f834";
}

/* line 17, fontawesome/_icons.scss */
.fa-algolia:before {
  content: "\f36c";
}

/* line 18, fontawesome/_icons.scss */
.fa-align-center:before {
  content: "\f037";
}

/* line 19, fontawesome/_icons.scss */
.fa-align-justify:before {
  content: "\f039";
}

/* line 20, fontawesome/_icons.scss */
.fa-align-left:before {
  content: "\f036";
}

/* line 21, fontawesome/_icons.scss */
.fa-align-right:before {
  content: "\f038";
}

/* line 22, fontawesome/_icons.scss */
.fa-alipay:before {
  content: "\f642";
}

/* line 23, fontawesome/_icons.scss */
.fa-allergies:before {
  content: "\f461";
}

/* line 24, fontawesome/_icons.scss */
.fa-amazon:before {
  content: "\f270";
}

/* line 25, fontawesome/_icons.scss */
.fa-amazon-pay:before {
  content: "\f42c";
}

/* line 26, fontawesome/_icons.scss */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 27, fontawesome/_icons.scss */
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

/* line 28, fontawesome/_icons.scss */
.fa-amilia:before {
  content: "\f36d";
}

/* line 29, fontawesome/_icons.scss */
.fa-anchor:before {
  content: "\f13d";
}

/* line 30, fontawesome/_icons.scss */
.fa-android:before {
  content: "\f17b";
}

/* line 31, fontawesome/_icons.scss */
.fa-angellist:before {
  content: "\f209";
}

/* line 32, fontawesome/_icons.scss */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 33, fontawesome/_icons.scss */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 34, fontawesome/_icons.scss */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 35, fontawesome/_icons.scss */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 36, fontawesome/_icons.scss */
.fa-angle-down:before {
  content: "\f107";
}

/* line 37, fontawesome/_icons.scss */
.fa-angle-left:before {
  content: "\f104";
}

/* line 38, fontawesome/_icons.scss */
.fa-angle-right:before {
  content: "\f105";
}

/* line 39, fontawesome/_icons.scss */
.fa-angle-up:before {
  content: "\f106";
}

/* line 40, fontawesome/_icons.scss */
.fa-angry:before {
  content: "\f556";
}

/* line 41, fontawesome/_icons.scss */
.fa-angrycreative:before {
  content: "\f36e";
}

/* line 42, fontawesome/_icons.scss */
.fa-angular:before {
  content: "\f420";
}

/* line 43, fontawesome/_icons.scss */
.fa-ankh:before {
  content: "\f644";
}

/* line 44, fontawesome/_icons.scss */
.fa-app-store:before {
  content: "\f36f";
}

/* line 45, fontawesome/_icons.scss */
.fa-app-store-ios:before {
  content: "\f370";
}

/* line 46, fontawesome/_icons.scss */
.fa-apper:before {
  content: "\f371";
}

/* line 47, fontawesome/_icons.scss */
.fa-apple:before {
  content: "\f179";
}

/* line 48, fontawesome/_icons.scss */
.fa-apple-alt:before {
  content: "\f5d1";
}

/* line 49, fontawesome/_icons.scss */
.fa-apple-pay:before {
  content: "\f415";
}

/* line 50, fontawesome/_icons.scss */
.fa-archive:before {
  content: "\f187";
}

/* line 51, fontawesome/_icons.scss */
.fa-archway:before {
  content: "\f557";
}

/* line 52, fontawesome/_icons.scss */
.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

/* line 53, fontawesome/_icons.scss */
.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

/* line 54, fontawesome/_icons.scss */
.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

/* line 55, fontawesome/_icons.scss */
.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

/* line 56, fontawesome/_icons.scss */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 57, fontawesome/_icons.scss */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 58, fontawesome/_icons.scss */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 59, fontawesome/_icons.scss */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 60, fontawesome/_icons.scss */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 61, fontawesome/_icons.scss */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 62, fontawesome/_icons.scss */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 63, fontawesome/_icons.scss */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 64, fontawesome/_icons.scss */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 65, fontawesome/_icons.scss */
.fa-arrows-alt-h:before {
  content: "\f337";
}

/* line 66, fontawesome/_icons.scss */
.fa-arrows-alt-v:before {
  content: "\f338";
}

/* line 67, fontawesome/_icons.scss */
.fa-artstation:before {
  content: "\f77a";
}

/* line 68, fontawesome/_icons.scss */
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

/* line 69, fontawesome/_icons.scss */
.fa-asterisk:before {
  content: "\f069";
}

/* line 70, fontawesome/_icons.scss */
.fa-asymmetrik:before {
  content: "\f372";
}

/* line 71, fontawesome/_icons.scss */
.fa-at:before {
  content: "\f1fa";
}

/* line 72, fontawesome/_icons.scss */
.fa-atlas:before {
  content: "\f558";
}

/* line 73, fontawesome/_icons.scss */
.fa-atlassian:before {
  content: "\f77b";
}

/* line 74, fontawesome/_icons.scss */
.fa-atom:before {
  content: "\f5d2";
}

/* line 75, fontawesome/_icons.scss */
.fa-audible:before {
  content: "\f373";
}

/* line 76, fontawesome/_icons.scss */
.fa-audio-description:before {
  content: "\f29e";
}

/* line 77, fontawesome/_icons.scss */
.fa-autoprefixer:before {
  content: "\f41c";
}

/* line 78, fontawesome/_icons.scss */
.fa-avianex:before {
  content: "\f374";
}

/* line 79, fontawesome/_icons.scss */
.fa-aviato:before {
  content: "\f421";
}

/* line 80, fontawesome/_icons.scss */
.fa-award:before {
  content: "\f559";
}

/* line 81, fontawesome/_icons.scss */
.fa-aws:before {
  content: "\f375";
}

/* line 82, fontawesome/_icons.scss */
.fa-baby:before {
  content: "\f77c";
}

/* line 83, fontawesome/_icons.scss */
.fa-baby-carriage:before {
  content: "\f77d";
}

/* line 84, fontawesome/_icons.scss */
.fa-backspace:before {
  content: "\f55a";
}

/* line 85, fontawesome/_icons.scss */
.fa-backward:before {
  content: "\f04a";
}

/* line 86, fontawesome/_icons.scss */
.fa-bacon:before {
  content: "\f7e5";
}

/* line 87, fontawesome/_icons.scss */
.fa-bacteria:before {
  content: "\e059";
}

/* line 88, fontawesome/_icons.scss */
.fa-bacterium:before {
  content: "\e05a";
}

/* line 89, fontawesome/_icons.scss */
.fa-bahai:before {
  content: "\f666";
}

/* line 90, fontawesome/_icons.scss */
.fa-balance-scale:before {
  content: "\f24e";
}

/* line 91, fontawesome/_icons.scss */
.fa-balance-scale-left:before {
  content: "\f515";
}

/* line 92, fontawesome/_icons.scss */
.fa-balance-scale-right:before {
  content: "\f516";
}

/* line 93, fontawesome/_icons.scss */
.fa-ban:before {
  content: "\f05e";
}

/* line 94, fontawesome/_icons.scss */
.fa-band-aid:before {
  content: "\f462";
}

/* line 95, fontawesome/_icons.scss */
.fa-bandcamp:before {
  content: "\f2d5";
}

/* line 96, fontawesome/_icons.scss */
.fa-barcode:before {
  content: "\f02a";
}

/* line 97, fontawesome/_icons.scss */
.fa-bars:before {
  content: "\f0c9";
}

/* line 98, fontawesome/_icons.scss */
.fa-baseball-ball:before {
  content: "\f433";
}

/* line 99, fontawesome/_icons.scss */
.fa-basketball-ball:before {
  content: "\f434";
}

/* line 100, fontawesome/_icons.scss */
.fa-bath:before {
  content: "\f2cd";
}

/* line 101, fontawesome/_icons.scss */
.fa-battery-empty:before {
  content: "\f244";
}

/* line 102, fontawesome/_icons.scss */
.fa-battery-full:before {
  content: "\f240";
}

/* line 103, fontawesome/_icons.scss */
.fa-battery-half:before {
  content: "\f242";
}

/* line 104, fontawesome/_icons.scss */
.fa-battery-quarter:before {
  content: "\f243";
}

/* line 105, fontawesome/_icons.scss */
.fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 106, fontawesome/_icons.scss */
.fa-battle-net:before {
  content: "\f835";
}

/* line 107, fontawesome/_icons.scss */
.fa-bed:before {
  content: "\f236";
}

/* line 108, fontawesome/_icons.scss */
.fa-beer:before {
  content: "\f0fc";
}

/* line 109, fontawesome/_icons.scss */
.fa-behance:before {
  content: "\f1b4";
}

/* line 110, fontawesome/_icons.scss */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 111, fontawesome/_icons.scss */
.fa-bell:before {
  content: "\f0f3";
}

/* line 112, fontawesome/_icons.scss */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 113, fontawesome/_icons.scss */
.fa-bezier-curve:before {
  content: "\f55b";
}

/* line 114, fontawesome/_icons.scss */
.fa-bible:before {
  content: "\f647";
}

/* line 115, fontawesome/_icons.scss */
.fa-bicycle:before {
  content: "\f206";
}

/* line 116, fontawesome/_icons.scss */
.fa-biking:before {
  content: "\f84a";
}

/* line 117, fontawesome/_icons.scss */
.fa-bimobject:before {
  content: "\f378";
}

/* line 118, fontawesome/_icons.scss */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 119, fontawesome/_icons.scss */
.fa-biohazard:before {
  content: "\f780";
}

/* line 120, fontawesome/_icons.scss */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 121, fontawesome/_icons.scss */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 122, fontawesome/_icons.scss */
.fa-bitcoin:before {
  content: "\f379";
}

/* line 123, fontawesome/_icons.scss */
.fa-bity:before {
  content: "\f37a";
}

/* line 124, fontawesome/_icons.scss */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 125, fontawesome/_icons.scss */
.fa-blackberry:before {
  content: "\f37b";
}

/* line 126, fontawesome/_icons.scss */
.fa-blender:before {
  content: "\f517";
}

/* line 127, fontawesome/_icons.scss */
.fa-blender-phone:before {
  content: "\f6b6";
}

/* line 128, fontawesome/_icons.scss */
.fa-blind:before {
  content: "\f29d";
}

/* line 129, fontawesome/_icons.scss */
.fa-blog:before {
  content: "\f781";
}

/* line 130, fontawesome/_icons.scss */
.fa-blogger:before {
  content: "\f37c";
}

/* line 131, fontawesome/_icons.scss */
.fa-blogger-b:before {
  content: "\f37d";
}

/* line 132, fontawesome/_icons.scss */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 133, fontawesome/_icons.scss */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 134, fontawesome/_icons.scss */
.fa-bold:before {
  content: "\f032";
}

/* line 135, fontawesome/_icons.scss */
.fa-bolt:before {
  content: "\f0e7";
}

/* line 136, fontawesome/_icons.scss */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 137, fontawesome/_icons.scss */
.fa-bone:before {
  content: "\f5d7";
}

/* line 138, fontawesome/_icons.scss */
.fa-bong:before {
  content: "\f55c";
}

/* line 139, fontawesome/_icons.scss */
.fa-book:before {
  content: "\f02d";
}

/* line 140, fontawesome/_icons.scss */
.fa-book-dead:before {
  content: "\f6b7";
}

/* line 141, fontawesome/_icons.scss */
.fa-book-medical:before {
  content: "\f7e6";
}

/* line 142, fontawesome/_icons.scss */
.fa-book-open:before {
  content: "\f518";
}

/* line 143, fontawesome/_icons.scss */
.fa-book-reader:before {
  content: "\f5da";
}

/* line 144, fontawesome/_icons.scss */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 145, fontawesome/_icons.scss */
.fa-bootstrap:before {
  content: "\f836";
}

/* line 146, fontawesome/_icons.scss */
.fa-border-all:before {
  content: "\f84c";
}

/* line 147, fontawesome/_icons.scss */
.fa-border-none:before {
  content: "\f850";
}

/* line 148, fontawesome/_icons.scss */
.fa-border-style:before {
  content: "\f853";
}

/* line 149, fontawesome/_icons.scss */
.fa-bowling-ball:before {
  content: "\f436";
}

/* line 150, fontawesome/_icons.scss */
.fa-box:before {
  content: "\f466";
}

/* line 151, fontawesome/_icons.scss */
.fa-box-open:before {
  content: "\f49e";
}

/* line 152, fontawesome/_icons.scss */
.fa-box-tissue:before {
  content: "\e05b";
}

/* line 153, fontawesome/_icons.scss */
.fa-boxes:before {
  content: "\f468";
}

/* line 154, fontawesome/_icons.scss */
.fa-braille:before {
  content: "\f2a1";
}

/* line 155, fontawesome/_icons.scss */
.fa-brain:before {
  content: "\f5dc";
}

/* line 156, fontawesome/_icons.scss */
.fa-bread-slice:before {
  content: "\f7ec";
}

/* line 157, fontawesome/_icons.scss */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 158, fontawesome/_icons.scss */
.fa-briefcase-medical:before {
  content: "\f469";
}

/* line 159, fontawesome/_icons.scss */
.fa-broadcast-tower:before {
  content: "\f519";
}

/* line 160, fontawesome/_icons.scss */
.fa-broom:before {
  content: "\f51a";
}

/* line 161, fontawesome/_icons.scss */
.fa-brush:before {
  content: "\f55d";
}

/* line 162, fontawesome/_icons.scss */
.fa-btc:before {
  content: "\f15a";
}

/* line 163, fontawesome/_icons.scss */
.fa-buffer:before {
  content: "\f837";
}

/* line 164, fontawesome/_icons.scss */
.fa-bug:before {
  content: "\f188";
}

/* line 165, fontawesome/_icons.scss */
.fa-building:before {
  content: "\f1ad";
}

/* line 166, fontawesome/_icons.scss */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 167, fontawesome/_icons.scss */
.fa-bullseye:before {
  content: "\f140";
}

/* line 168, fontawesome/_icons.scss */
.fa-burn:before {
  content: "\f46a";
}

/* line 169, fontawesome/_icons.scss */
.fa-buromobelexperte:before {
  content: "\f37f";
}

/* line 170, fontawesome/_icons.scss */
.fa-bus:before {
  content: "\f207";
}

/* line 171, fontawesome/_icons.scss */
.fa-bus-alt:before {
  content: "\f55e";
}

/* line 172, fontawesome/_icons.scss */
.fa-business-time:before {
  content: "\f64a";
}

/* line 173, fontawesome/_icons.scss */
.fa-buy-n-large:before {
  content: "\f8a6";
}

/* line 174, fontawesome/_icons.scss */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 175, fontawesome/_icons.scss */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 176, fontawesome/_icons.scss */
.fa-calendar:before {
  content: "\f133";
}

/* line 177, fontawesome/_icons.scss */
.fa-calendar-alt:before {
  content: "\f073";
}

/* line 178, fontawesome/_icons.scss */
.fa-calendar-check:before {
  content: "\f274";
}

/* line 179, fontawesome/_icons.scss */
.fa-calendar-day:before {
  content: "\f783";
}

/* line 180, fontawesome/_icons.scss */
.fa-calendar-minus:before {
  content: "\f272";
}

/* line 181, fontawesome/_icons.scss */
.fa-calendar-plus:before {
  content: "\f271";
}

/* line 182, fontawesome/_icons.scss */
.fa-calendar-times:before {
  content: "\f273";
}

/* line 183, fontawesome/_icons.scss */
.fa-calendar-week:before {
  content: "\f784";
}

/* line 184, fontawesome/_icons.scss */
.fa-camera:before {
  content: "\f030";
}

/* line 185, fontawesome/_icons.scss */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 186, fontawesome/_icons.scss */
.fa-campground:before {
  content: "\f6bb";
}

/* line 187, fontawesome/_icons.scss */
.fa-canadian-maple-leaf:before {
  content: "\f785";
}

/* line 188, fontawesome/_icons.scss */
.fa-candy-cane:before {
  content: "\f786";
}

/* line 189, fontawesome/_icons.scss */
.fa-cannabis:before {
  content: "\f55f";
}

/* line 190, fontawesome/_icons.scss */
.fa-capsules:before {
  content: "\f46b";
}

/* line 191, fontawesome/_icons.scss */
.fa-car:before {
  content: "\f1b9";
}

/* line 192, fontawesome/_icons.scss */
.fa-car-alt:before {
  content: "\f5de";
}

/* line 193, fontawesome/_icons.scss */
.fa-car-battery:before {
  content: "\f5df";
}

/* line 194, fontawesome/_icons.scss */
.fa-car-crash:before {
  content: "\f5e1";
}

/* line 195, fontawesome/_icons.scss */
.fa-car-side:before {
  content: "\f5e4";
}

/* line 196, fontawesome/_icons.scss */
.fa-caravan:before {
  content: "\f8ff";
}

/* line 197, fontawesome/_icons.scss */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 198, fontawesome/_icons.scss */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 199, fontawesome/_icons.scss */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 200, fontawesome/_icons.scss */
.fa-caret-square-down:before {
  content: "\f150";
}

/* line 201, fontawesome/_icons.scss */
.fa-caret-square-left:before {
  content: "\f191";
}

/* line 202, fontawesome/_icons.scss */
.fa-caret-square-right:before {
  content: "\f152";
}

/* line 203, fontawesome/_icons.scss */
.fa-caret-square-up:before {
  content: "\f151";
}

/* line 204, fontawesome/_icons.scss */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 205, fontawesome/_icons.scss */
.fa-carrot:before {
  content: "\f787";
}

/* line 206, fontawesome/_icons.scss */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 207, fontawesome/_icons.scss */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 208, fontawesome/_icons.scss */
.fa-cash-register:before {
  content: "\f788";
}

/* line 209, fontawesome/_icons.scss */
.fa-cat:before {
  content: "\f6be";
}

/* line 210, fontawesome/_icons.scss */
.fa-cc-amazon-pay:before {
  content: "\f42d";
}

/* line 211, fontawesome/_icons.scss */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 212, fontawesome/_icons.scss */
.fa-cc-apple-pay:before {
  content: "\f416";
}

/* line 213, fontawesome/_icons.scss */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 214, fontawesome/_icons.scss */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 215, fontawesome/_icons.scss */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 216, fontawesome/_icons.scss */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 217, fontawesome/_icons.scss */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 218, fontawesome/_icons.scss */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 219, fontawesome/_icons.scss */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 220, fontawesome/_icons.scss */
.fa-centercode:before {
  content: "\f380";
}

/* line 221, fontawesome/_icons.scss */
.fa-centos:before {
  content: "\f789";
}

/* line 222, fontawesome/_icons.scss */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 223, fontawesome/_icons.scss */
.fa-chair:before {
  content: "\f6c0";
}

/* line 224, fontawesome/_icons.scss */
.fa-chalkboard:before {
  content: "\f51b";
}

/* line 225, fontawesome/_icons.scss */
.fa-chalkboard-teacher:before {
  content: "\f51c";
}

/* line 226, fontawesome/_icons.scss */
.fa-charging-station:before {
  content: "\f5e7";
}

/* line 227, fontawesome/_icons.scss */
.fa-chart-area:before {
  content: "\f1fe";
}

/* line 228, fontawesome/_icons.scss */
.fa-chart-bar:before {
  content: "\f080";
}

/* line 229, fontawesome/_icons.scss */
.fa-chart-line:before {
  content: "\f201";
}

/* line 230, fontawesome/_icons.scss */
.fa-chart-pie:before {
  content: "\f200";
}

/* line 231, fontawesome/_icons.scss */
.fa-check:before {
  content: "\f00c";
}

/* line 232, fontawesome/_icons.scss */
.fa-check-circle:before {
  content: "\f058";
}

/* line 233, fontawesome/_icons.scss */
.fa-check-double:before {
  content: "\f560";
}

/* line 234, fontawesome/_icons.scss */
.fa-check-square:before {
  content: "\f14a";
}

/* line 235, fontawesome/_icons.scss */
.fa-cheese:before {
  content: "\f7ef";
}

/* line 236, fontawesome/_icons.scss */
.fa-chess:before {
  content: "\f439";
}

/* line 237, fontawesome/_icons.scss */
.fa-chess-bishop:before {
  content: "\f43a";
}

/* line 238, fontawesome/_icons.scss */
.fa-chess-board:before {
  content: "\f43c";
}

/* line 239, fontawesome/_icons.scss */
.fa-chess-king:before {
  content: "\f43f";
}

/* line 240, fontawesome/_icons.scss */
.fa-chess-knight:before {
  content: "\f441";
}

/* line 241, fontawesome/_icons.scss */
.fa-chess-pawn:before {
  content: "\f443";
}

/* line 242, fontawesome/_icons.scss */
.fa-chess-queen:before {
  content: "\f445";
}

/* line 243, fontawesome/_icons.scss */
.fa-chess-rook:before {
  content: "\f447";
}

/* line 244, fontawesome/_icons.scss */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 245, fontawesome/_icons.scss */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 246, fontawesome/_icons.scss */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 247, fontawesome/_icons.scss */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 248, fontawesome/_icons.scss */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 249, fontawesome/_icons.scss */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 250, fontawesome/_icons.scss */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 251, fontawesome/_icons.scss */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 252, fontawesome/_icons.scss */
.fa-child:before {
  content: "\f1ae";
}

/* line 253, fontawesome/_icons.scss */
.fa-chrome:before {
  content: "\f268";
}

/* line 254, fontawesome/_icons.scss */
.fa-chromecast:before {
  content: "\f838";
}

/* line 255, fontawesome/_icons.scss */
.fa-church:before {
  content: "\f51d";
}

/* line 256, fontawesome/_icons.scss */
.fa-circle:before {
  content: "\f111";
}

/* line 257, fontawesome/_icons.scss */
.fa-circle-notch:before {
  content: "\f1ce";
}

/* line 258, fontawesome/_icons.scss */
.fa-city:before {
  content: "\f64f";
}

/* line 259, fontawesome/_icons.scss */
.fa-clinic-medical:before {
  content: "\f7f2";
}

/* line 260, fontawesome/_icons.scss */
.fa-clipboard:before {
  content: "\f328";
}

/* line 261, fontawesome/_icons.scss */
.fa-clipboard-check:before {
  content: "\f46c";
}

/* line 262, fontawesome/_icons.scss */
.fa-clipboard-list:before {
  content: "\f46d";
}

/* line 263, fontawesome/_icons.scss */
.fa-clock:before {
  content: "\f017";
}

/* line 264, fontawesome/_icons.scss */
.fa-clone:before {
  content: "\f24d";
}

/* line 265, fontawesome/_icons.scss */
.fa-closed-captioning:before {
  content: "\f20a";
}

/* line 266, fontawesome/_icons.scss */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 267, fontawesome/_icons.scss */
.fa-cloud-download-alt:before {
  content: "\f381";
}

/* line 268, fontawesome/_icons.scss */
.fa-cloud-meatball:before {
  content: "\f73b";
}

/* line 269, fontawesome/_icons.scss */
.fa-cloud-moon:before {
  content: "\f6c3";
}

/* line 270, fontawesome/_icons.scss */
.fa-cloud-moon-rain:before {
  content: "\f73c";
}

/* line 271, fontawesome/_icons.scss */
.fa-cloud-rain:before {
  content: "\f73d";
}

/* line 272, fontawesome/_icons.scss */
.fa-cloud-showers-heavy:before {
  content: "\f740";
}

/* line 273, fontawesome/_icons.scss */
.fa-cloud-sun:before {
  content: "\f6c4";
}

/* line 274, fontawesome/_icons.scss */
.fa-cloud-sun-rain:before {
  content: "\f743";
}

/* line 275, fontawesome/_icons.scss */
.fa-cloud-upload-alt:before {
  content: "\f382";
}

/* line 276, fontawesome/_icons.scss */
.fa-cloudflare:before {
  content: "\e07d";
}

/* line 277, fontawesome/_icons.scss */
.fa-cloudscale:before {
  content: "\f383";
}

/* line 278, fontawesome/_icons.scss */
.fa-cloudsmith:before {
  content: "\f384";
}

/* line 279, fontawesome/_icons.scss */
.fa-cloudversify:before {
  content: "\f385";
}

/* line 280, fontawesome/_icons.scss */
.fa-cocktail:before {
  content: "\f561";
}

/* line 281, fontawesome/_icons.scss */
.fa-code:before {
  content: "\f121";
}

/* line 282, fontawesome/_icons.scss */
.fa-code-branch:before {
  content: "\f126";
}

/* line 283, fontawesome/_icons.scss */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 284, fontawesome/_icons.scss */
.fa-codiepie:before {
  content: "\f284";
}

/* line 285, fontawesome/_icons.scss */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 286, fontawesome/_icons.scss */
.fa-cog:before {
  content: "\f013";
}

/* line 287, fontawesome/_icons.scss */
.fa-cogs:before {
  content: "\f085";
}

/* line 288, fontawesome/_icons.scss */
.fa-coins:before {
  content: "\f51e";
}

/* line 289, fontawesome/_icons.scss */
.fa-columns:before {
  content: "\f0db";
}

/* line 290, fontawesome/_icons.scss */
.fa-comment:before {
  content: "\f075";
}

/* line 291, fontawesome/_icons.scss */
.fa-comment-alt:before {
  content: "\f27a";
}

/* line 292, fontawesome/_icons.scss */
.fa-comment-dollar:before {
  content: "\f651";
}

/* line 293, fontawesome/_icons.scss */
.fa-comment-dots:before {
  content: "\f4ad";
}

/* line 294, fontawesome/_icons.scss */
.fa-comment-medical:before {
  content: "\f7f5";
}

/* line 295, fontawesome/_icons.scss */
.fa-comment-slash:before {
  content: "\f4b3";
}

/* line 296, fontawesome/_icons.scss */
.fa-comments:before {
  content: "\f086";
}

/* line 297, fontawesome/_icons.scss */
.fa-comments-dollar:before {
  content: "\f653";
}

/* line 298, fontawesome/_icons.scss */
.fa-compact-disc:before {
  content: "\f51f";
}

/* line 299, fontawesome/_icons.scss */
.fa-compass:before {
  content: "\f14e";
}

/* line 300, fontawesome/_icons.scss */
.fa-compress:before {
  content: "\f066";
}

/* line 301, fontawesome/_icons.scss */
.fa-compress-alt:before {
  content: "\f422";
}

/* line 302, fontawesome/_icons.scss */
.fa-compress-arrows-alt:before {
  content: "\f78c";
}

/* line 303, fontawesome/_icons.scss */
.fa-concierge-bell:before {
  content: "\f562";
}

/* line 304, fontawesome/_icons.scss */
.fa-confluence:before {
  content: "\f78d";
}

/* line 305, fontawesome/_icons.scss */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 306, fontawesome/_icons.scss */
.fa-contao:before {
  content: "\f26d";
}

/* line 307, fontawesome/_icons.scss */
.fa-cookie:before {
  content: "\f563";
}

/* line 308, fontawesome/_icons.scss */
.fa-cookie-bite:before {
  content: "\f564";
}

/* line 309, fontawesome/_icons.scss */
.fa-copy:before {
  content: "\f0c5";
}

/* line 310, fontawesome/_icons.scss */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 311, fontawesome/_icons.scss */
.fa-cotton-bureau:before {
  content: "\f89e";
}

/* line 312, fontawesome/_icons.scss */
.fa-couch:before {
  content: "\f4b8";
}

/* line 313, fontawesome/_icons.scss */
.fa-cpanel:before {
  content: "\f388";
}

/* line 314, fontawesome/_icons.scss */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 315, fontawesome/_icons.scss */
.fa-creative-commons-by:before {
  content: "\f4e7";
}

/* line 316, fontawesome/_icons.scss */
.fa-creative-commons-nc:before {
  content: "\f4e8";
}

/* line 317, fontawesome/_icons.scss */
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

/* line 318, fontawesome/_icons.scss */
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

/* line 319, fontawesome/_icons.scss */
.fa-creative-commons-nd:before {
  content: "\f4eb";
}

/* line 320, fontawesome/_icons.scss */
.fa-creative-commons-pd:before {
  content: "\f4ec";
}

/* line 321, fontawesome/_icons.scss */
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

/* line 322, fontawesome/_icons.scss */
.fa-creative-commons-remix:before {
  content: "\f4ee";
}

/* line 323, fontawesome/_icons.scss */
.fa-creative-commons-sa:before {
  content: "\f4ef";
}

/* line 324, fontawesome/_icons.scss */
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

/* line 325, fontawesome/_icons.scss */
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

/* line 326, fontawesome/_icons.scss */
.fa-creative-commons-share:before {
  content: "\f4f2";
}

/* line 327, fontawesome/_icons.scss */
.fa-creative-commons-zero:before {
  content: "\f4f3";
}

/* line 328, fontawesome/_icons.scss */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 329, fontawesome/_icons.scss */
.fa-critical-role:before {
  content: "\f6c9";
}

/* line 330, fontawesome/_icons.scss */
.fa-crop:before {
  content: "\f125";
}

/* line 331, fontawesome/_icons.scss */
.fa-crop-alt:before {
  content: "\f565";
}

/* line 332, fontawesome/_icons.scss */
.fa-cross:before {
  content: "\f654";
}

/* line 333, fontawesome/_icons.scss */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 334, fontawesome/_icons.scss */
.fa-crow:before {
  content: "\f520";
}

/* line 335, fontawesome/_icons.scss */
.fa-crown:before {
  content: "\f521";
}

/* line 336, fontawesome/_icons.scss */
.fa-crutch:before {
  content: "\f7f7";
}

/* line 337, fontawesome/_icons.scss */
.fa-css3:before {
  content: "\f13c";
}

/* line 338, fontawesome/_icons.scss */
.fa-css3-alt:before {
  content: "\f38b";
}

/* line 339, fontawesome/_icons.scss */
.fa-cube:before {
  content: "\f1b2";
}

/* line 340, fontawesome/_icons.scss */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 341, fontawesome/_icons.scss */
.fa-cut:before {
  content: "\f0c4";
}

/* line 342, fontawesome/_icons.scss */
.fa-cuttlefish:before {
  content: "\f38c";
}

/* line 343, fontawesome/_icons.scss */
.fa-d-and-d:before {
  content: "\f38d";
}

/* line 344, fontawesome/_icons.scss */
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

/* line 345, fontawesome/_icons.scss */
.fa-dailymotion:before {
  content: "\e052";
}

/* line 346, fontawesome/_icons.scss */
.fa-dashcube:before {
  content: "\f210";
}

/* line 347, fontawesome/_icons.scss */
.fa-database:before {
  content: "\f1c0";
}

/* line 348, fontawesome/_icons.scss */
.fa-deaf:before {
  content: "\f2a4";
}

/* line 349, fontawesome/_icons.scss */
.fa-deezer:before {
  content: "\e077";
}

/* line 350, fontawesome/_icons.scss */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 351, fontawesome/_icons.scss */
.fa-democrat:before {
  content: "\f747";
}

/* line 352, fontawesome/_icons.scss */
.fa-deploydog:before {
  content: "\f38e";
}

/* line 353, fontawesome/_icons.scss */
.fa-deskpro:before {
  content: "\f38f";
}

/* line 354, fontawesome/_icons.scss */
.fa-desktop:before {
  content: "\f108";
}

/* line 355, fontawesome/_icons.scss */
.fa-dev:before {
  content: "\f6cc";
}

/* line 356, fontawesome/_icons.scss */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 357, fontawesome/_icons.scss */
.fa-dharmachakra:before {
  content: "\f655";
}

/* line 358, fontawesome/_icons.scss */
.fa-dhl:before {
  content: "\f790";
}

/* line 359, fontawesome/_icons.scss */
.fa-diagnoses:before {
  content: "\f470";
}

/* line 360, fontawesome/_icons.scss */
.fa-diaspora:before {
  content: "\f791";
}

/* line 361, fontawesome/_icons.scss */
.fa-dice:before {
  content: "\f522";
}

/* line 362, fontawesome/_icons.scss */
.fa-dice-d20:before {
  content: "\f6cf";
}

/* line 363, fontawesome/_icons.scss */
.fa-dice-d6:before {
  content: "\f6d1";
}

/* line 364, fontawesome/_icons.scss */
.fa-dice-five:before {
  content: "\f523";
}

/* line 365, fontawesome/_icons.scss */
.fa-dice-four:before {
  content: "\f524";
}

/* line 366, fontawesome/_icons.scss */
.fa-dice-one:before {
  content: "\f525";
}

/* line 367, fontawesome/_icons.scss */
.fa-dice-six:before {
  content: "\f526";
}

/* line 368, fontawesome/_icons.scss */
.fa-dice-three:before {
  content: "\f527";
}

/* line 369, fontawesome/_icons.scss */
.fa-dice-two:before {
  content: "\f528";
}

/* line 370, fontawesome/_icons.scss */
.fa-digg:before {
  content: "\f1a6";
}

/* line 371, fontawesome/_icons.scss */
.fa-digital-ocean:before {
  content: "\f391";
}

/* line 372, fontawesome/_icons.scss */
.fa-digital-tachograph:before {
  content: "\f566";
}

/* line 373, fontawesome/_icons.scss */
.fa-directions:before {
  content: "\f5eb";
}

/* line 374, fontawesome/_icons.scss */
.fa-discord:before {
  content: "\f392";
}

/* line 375, fontawesome/_icons.scss */
.fa-discourse:before {
  content: "\f393";
}

/* line 376, fontawesome/_icons.scss */
.fa-disease:before {
  content: "\f7fa";
}

/* line 377, fontawesome/_icons.scss */
.fa-divide:before {
  content: "\f529";
}

/* line 378, fontawesome/_icons.scss */
.fa-dizzy:before {
  content: "\f567";
}

/* line 379, fontawesome/_icons.scss */
.fa-dna:before {
  content: "\f471";
}

/* line 380, fontawesome/_icons.scss */
.fa-dochub:before {
  content: "\f394";
}

/* line 381, fontawesome/_icons.scss */
.fa-docker:before {
  content: "\f395";
}

/* line 382, fontawesome/_icons.scss */
.fa-dog:before {
  content: "\f6d3";
}

/* line 383, fontawesome/_icons.scss */
.fa-dollar-sign:before {
  content: "\f155";
}

/* line 384, fontawesome/_icons.scss */
.fa-dolly:before {
  content: "\f472";
}

/* line 385, fontawesome/_icons.scss */
.fa-dolly-flatbed:before {
  content: "\f474";
}

/* line 386, fontawesome/_icons.scss */
.fa-donate:before {
  content: "\f4b9";
}

/* line 387, fontawesome/_icons.scss */
.fa-door-closed:before {
  content: "\f52a";
}

/* line 388, fontawesome/_icons.scss */
.fa-door-open:before {
  content: "\f52b";
}

/* line 389, fontawesome/_icons.scss */
.fa-dot-circle:before {
  content: "\f192";
}

/* line 390, fontawesome/_icons.scss */
.fa-dove:before {
  content: "\f4ba";
}

/* line 391, fontawesome/_icons.scss */
.fa-download:before {
  content: "\f019";
}

/* line 392, fontawesome/_icons.scss */
.fa-draft2digital:before {
  content: "\f396";
}

/* line 393, fontawesome/_icons.scss */
.fa-drafting-compass:before {
  content: "\f568";
}

/* line 394, fontawesome/_icons.scss */
.fa-dragon:before {
  content: "\f6d5";
}

/* line 395, fontawesome/_icons.scss */
.fa-draw-polygon:before {
  content: "\f5ee";
}

/* line 396, fontawesome/_icons.scss */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 397, fontawesome/_icons.scss */
.fa-dribbble-square:before {
  content: "\f397";
}

/* line 398, fontawesome/_icons.scss */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 399, fontawesome/_icons.scss */
.fa-drum:before {
  content: "\f569";
}

/* line 400, fontawesome/_icons.scss */
.fa-drum-steelpan:before {
  content: "\f56a";
}

/* line 401, fontawesome/_icons.scss */
.fa-drumstick-bite:before {
  content: "\f6d7";
}

/* line 402, fontawesome/_icons.scss */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 403, fontawesome/_icons.scss */
.fa-dumbbell:before {
  content: "\f44b";
}

/* line 404, fontawesome/_icons.scss */
.fa-dumpster:before {
  content: "\f793";
}

/* line 405, fontawesome/_icons.scss */
.fa-dumpster-fire:before {
  content: "\f794";
}

/* line 406, fontawesome/_icons.scss */
.fa-dungeon:before {
  content: "\f6d9";
}

/* line 407, fontawesome/_icons.scss */
.fa-dyalog:before {
  content: "\f399";
}

/* line 408, fontawesome/_icons.scss */
.fa-earlybirds:before {
  content: "\f39a";
}

/* line 409, fontawesome/_icons.scss */
.fa-ebay:before {
  content: "\f4f4";
}

/* line 410, fontawesome/_icons.scss */
.fa-edge:before {
  content: "\f282";
}

/* line 411, fontawesome/_icons.scss */
.fa-edge-legacy:before {
  content: "\e078";
}

/* line 412, fontawesome/_icons.scss */
.fa-edit:before {
  content: "\f044";
}

/* line 413, fontawesome/_icons.scss */
.fa-egg:before {
  content: "\f7fb";
}

/* line 414, fontawesome/_icons.scss */
.fa-eject:before {
  content: "\f052";
}

/* line 415, fontawesome/_icons.scss */
.fa-elementor:before {
  content: "\f430";
}

/* line 416, fontawesome/_icons.scss */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 417, fontawesome/_icons.scss */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 418, fontawesome/_icons.scss */
.fa-ello:before {
  content: "\f5f1";
}

/* line 419, fontawesome/_icons.scss */
.fa-ember:before {
  content: "\f423";
}

/* line 420, fontawesome/_icons.scss */
.fa-empire:before {
  content: "\f1d1";
}

/* line 421, fontawesome/_icons.scss */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 422, fontawesome/_icons.scss */
.fa-envelope-open:before {
  content: "\f2b6";
}

/* line 423, fontawesome/_icons.scss */
.fa-envelope-open-text:before {
  content: "\f658";
}

/* line 424, fontawesome/_icons.scss */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 425, fontawesome/_icons.scss */
.fa-envira:before {
  content: "\f299";
}

/* line 426, fontawesome/_icons.scss */
.fa-equals:before {
  content: "\f52c";
}

/* line 427, fontawesome/_icons.scss */
.fa-eraser:before {
  content: "\f12d";
}

/* line 428, fontawesome/_icons.scss */
.fa-erlang:before {
  content: "\f39d";
}

/* line 429, fontawesome/_icons.scss */
.fa-ethereum:before {
  content: "\f42e";
}

/* line 430, fontawesome/_icons.scss */
.fa-ethernet:before {
  content: "\f796";
}

/* line 431, fontawesome/_icons.scss */
.fa-etsy:before {
  content: "\f2d7";
}

/* line 432, fontawesome/_icons.scss */
.fa-euro-sign:before {
  content: "\f153";
}

/* line 433, fontawesome/_icons.scss */
.fa-evernote:before {
  content: "\f839";
}

/* line 434, fontawesome/_icons.scss */
.fa-exchange-alt:before {
  content: "\f362";
}

/* line 435, fontawesome/_icons.scss */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 436, fontawesome/_icons.scss */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 437, fontawesome/_icons.scss */
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 438, fontawesome/_icons.scss */
.fa-expand:before {
  content: "\f065";
}

/* line 439, fontawesome/_icons.scss */
.fa-expand-alt:before {
  content: "\f424";
}

/* line 440, fontawesome/_icons.scss */
.fa-expand-arrows-alt:before {
  content: "\f31e";
}

/* line 441, fontawesome/_icons.scss */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 442, fontawesome/_icons.scss */
.fa-external-link-alt:before {
  content: "\f35d";
}

/* line 443, fontawesome/_icons.scss */
.fa-external-link-square-alt:before {
  content: "\f360";
}

/* line 444, fontawesome/_icons.scss */
.fa-eye:before {
  content: "\f06e";
}

/* line 445, fontawesome/_icons.scss */
.fa-eye-dropper:before {
  content: "\f1fb";
}

/* line 446, fontawesome/_icons.scss */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 447, fontawesome/_icons.scss */
.fa-facebook:before {
  content: "\f09a";
}

/* line 448, fontawesome/_icons.scss */
.fa-facebook-f:before {
  content: "\f39e";
}

/* line 449, fontawesome/_icons.scss */
.fa-facebook-messenger:before {
  content: "\f39f";
}

/* line 450, fontawesome/_icons.scss */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 451, fontawesome/_icons.scss */
.fa-fan:before {
  content: "\f863";
}

/* line 452, fontawesome/_icons.scss */
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

/* line 453, fontawesome/_icons.scss */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 454, fontawesome/_icons.scss */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 455, fontawesome/_icons.scss */
.fa-faucet:before {
  content: "\e005";
}

/* line 456, fontawesome/_icons.scss */
.fa-fax:before {
  content: "\f1ac";
}

/* line 457, fontawesome/_icons.scss */
.fa-feather:before {
  content: "\f52d";
}

/* line 458, fontawesome/_icons.scss */
.fa-feather-alt:before {
  content: "\f56b";
}

/* line 459, fontawesome/_icons.scss */
.fa-fedex:before {
  content: "\f797";
}

/* line 460, fontawesome/_icons.scss */
.fa-fedora:before {
  content: "\f798";
}

/* line 461, fontawesome/_icons.scss */
.fa-female:before {
  content: "\f182";
}

/* line 462, fontawesome/_icons.scss */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 463, fontawesome/_icons.scss */
.fa-figma:before {
  content: "\f799";
}

/* line 464, fontawesome/_icons.scss */
.fa-file:before {
  content: "\f15b";
}

/* line 465, fontawesome/_icons.scss */
.fa-file-alt:before {
  content: "\f15c";
}

/* line 466, fontawesome/_icons.scss */
.fa-file-archive:before {
  content: "\f1c6";
}

/* line 467, fontawesome/_icons.scss */
.fa-file-audio:before {
  content: "\f1c7";
}

/* line 468, fontawesome/_icons.scss */
.fa-file-code:before {
  content: "\f1c9";
}

/* line 469, fontawesome/_icons.scss */
.fa-file-contract:before {
  content: "\f56c";
}

/* line 470, fontawesome/_icons.scss */
.fa-file-csv:before {
  content: "\f6dd";
}

/* line 471, fontawesome/_icons.scss */
.fa-file-download:before {
  content: "\f56d";
}

/* line 472, fontawesome/_icons.scss */
.fa-file-excel:before {
  content: "\f1c3";
}

/* line 473, fontawesome/_icons.scss */
.fa-file-export:before {
  content: "\f56e";
}

/* line 474, fontawesome/_icons.scss */
.fa-file-image:before {
  content: "\f1c5";
}

/* line 475, fontawesome/_icons.scss */
.fa-file-import:before {
  content: "\f56f";
}

/* line 476, fontawesome/_icons.scss */
.fa-file-invoice:before {
  content: "\f570";
}

/* line 477, fontawesome/_icons.scss */
.fa-file-invoice-dollar:before {
  content: "\f571";
}

/* line 478, fontawesome/_icons.scss */
.fa-file-medical:before {
  content: "\f477";
}

/* line 479, fontawesome/_icons.scss */
.fa-file-medical-alt:before {
  content: "\f478";
}

/* line 480, fontawesome/_icons.scss */
.fa-file-pdf:before {
  content: "\f1c1";
}

/* line 481, fontawesome/_icons.scss */
.fa-file-powerpoint:before {
  content: "\f1c4";
}

/* line 482, fontawesome/_icons.scss */
.fa-file-prescription:before {
  content: "\f572";
}

/* line 483, fontawesome/_icons.scss */
.fa-file-signature:before {
  content: "\f573";
}

/* line 484, fontawesome/_icons.scss */
.fa-file-upload:before {
  content: "\f574";
}

/* line 485, fontawesome/_icons.scss */
.fa-file-video:before {
  content: "\f1c8";
}

/* line 486, fontawesome/_icons.scss */
.fa-file-word:before {
  content: "\f1c2";
}

/* line 487, fontawesome/_icons.scss */
.fa-fill:before {
  content: "\f575";
}

/* line 488, fontawesome/_icons.scss */
.fa-fill-drip:before {
  content: "\f576";
}

/* line 489, fontawesome/_icons.scss */
.fa-film:before {
  content: "\f008";
}

/* line 490, fontawesome/_icons.scss */
.fa-filter:before {
  content: "\f0b0";
}

/* line 491, fontawesome/_icons.scss */
.fa-fingerprint:before {
  content: "\f577";
}

/* line 492, fontawesome/_icons.scss */
.fa-fire:before {
  content: "\f06d";
}

/* line 493, fontawesome/_icons.scss */
.fa-fire-alt:before {
  content: "\f7e4";
}

/* line 494, fontawesome/_icons.scss */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 495, fontawesome/_icons.scss */
.fa-firefox:before {
  content: "\f269";
}

/* line 496, fontawesome/_icons.scss */
.fa-firefox-browser:before {
  content: "\e007";
}

/* line 497, fontawesome/_icons.scss */
.fa-first-aid:before {
  content: "\f479";
}

/* line 498, fontawesome/_icons.scss */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 499, fontawesome/_icons.scss */
.fa-first-order-alt:before {
  content: "\f50a";
}

/* line 500, fontawesome/_icons.scss */
.fa-firstdraft:before {
  content: "\f3a1";
}

/* line 501, fontawesome/_icons.scss */
.fa-fish:before {
  content: "\f578";
}

/* line 502, fontawesome/_icons.scss */
.fa-fist-raised:before {
  content: "\f6de";
}

/* line 503, fontawesome/_icons.scss */
.fa-flag:before {
  content: "\f024";
}

/* line 504, fontawesome/_icons.scss */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 505, fontawesome/_icons.scss */
.fa-flag-usa:before {
  content: "\f74d";
}

/* line 506, fontawesome/_icons.scss */
.fa-flask:before {
  content: "\f0c3";
}

/* line 507, fontawesome/_icons.scss */
.fa-flickr:before {
  content: "\f16e";
}

/* line 508, fontawesome/_icons.scss */
.fa-flipboard:before {
  content: "\f44d";
}

/* line 509, fontawesome/_icons.scss */
.fa-flushed:before {
  content: "\f579";
}

/* line 510, fontawesome/_icons.scss */
.fa-fly:before {
  content: "\f417";
}

/* line 511, fontawesome/_icons.scss */
.fa-folder:before {
  content: "\f07b";
}

/* line 512, fontawesome/_icons.scss */
.fa-folder-minus:before {
  content: "\f65d";
}

/* line 513, fontawesome/_icons.scss */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 514, fontawesome/_icons.scss */
.fa-folder-plus:before {
  content: "\f65e";
}

/* line 515, fontawesome/_icons.scss */
.fa-font:before {
  content: "\f031";
}

/* line 516, fontawesome/_icons.scss */
.fa-font-awesome:before {
  content: "\f2b4";
}

/* line 517, fontawesome/_icons.scss */
.fa-font-awesome-alt:before {
  content: "\f35c";
}

/* line 518, fontawesome/_icons.scss */
.fa-font-awesome-flag:before {
  content: "\f425";
}

/* line 519, fontawesome/_icons.scss */
.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

/* line 520, fontawesome/_icons.scss */
.fa-fonticons:before {
  content: "\f280";
}

/* line 521, fontawesome/_icons.scss */
.fa-fonticons-fi:before {
  content: "\f3a2";
}

/* line 522, fontawesome/_icons.scss */
.fa-football-ball:before {
  content: "\f44e";
}

/* line 523, fontawesome/_icons.scss */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 524, fontawesome/_icons.scss */
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

/* line 525, fontawesome/_icons.scss */
.fa-forumbee:before {
  content: "\f211";
}

/* line 526, fontawesome/_icons.scss */
.fa-forward:before {
  content: "\f04e";
}

/* line 527, fontawesome/_icons.scss */
.fa-foursquare:before {
  content: "\f180";
}

/* line 528, fontawesome/_icons.scss */
.fa-free-code-camp:before {
  content: "\f2c5";
}

/* line 529, fontawesome/_icons.scss */
.fa-freebsd:before {
  content: "\f3a4";
}

/* line 530, fontawesome/_icons.scss */
.fa-frog:before {
  content: "\f52e";
}

/* line 531, fontawesome/_icons.scss */
.fa-frown:before {
  content: "\f119";
}

/* line 532, fontawesome/_icons.scss */
.fa-frown-open:before {
  content: "\f57a";
}

/* line 533, fontawesome/_icons.scss */
.fa-fulcrum:before {
  content: "\f50b";
}

/* line 534, fontawesome/_icons.scss */
.fa-funnel-dollar:before {
  content: "\f662";
}

/* line 535, fontawesome/_icons.scss */
.fa-futbol:before {
  content: "\f1e3";
}

/* line 536, fontawesome/_icons.scss */
.fa-galactic-republic:before {
  content: "\f50c";
}

/* line 537, fontawesome/_icons.scss */
.fa-galactic-senate:before {
  content: "\f50d";
}

/* line 538, fontawesome/_icons.scss */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 539, fontawesome/_icons.scss */
.fa-gas-pump:before {
  content: "\f52f";
}

/* line 540, fontawesome/_icons.scss */
.fa-gavel:before {
  content: "\f0e3";
}

/* line 541, fontawesome/_icons.scss */
.fa-gem:before {
  content: "\f3a5";
}

/* line 542, fontawesome/_icons.scss */
.fa-genderless:before {
  content: "\f22d";
}

/* line 543, fontawesome/_icons.scss */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 544, fontawesome/_icons.scss */
.fa-gg:before {
  content: "\f260";
}

/* line 545, fontawesome/_icons.scss */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 546, fontawesome/_icons.scss */
.fa-ghost:before {
  content: "\f6e2";
}

/* line 547, fontawesome/_icons.scss */
.fa-gift:before {
  content: "\f06b";
}

/* line 548, fontawesome/_icons.scss */
.fa-gifts:before {
  content: "\f79c";
}

/* line 549, fontawesome/_icons.scss */
.fa-git:before {
  content: "\f1d3";
}

/* line 550, fontawesome/_icons.scss */
.fa-git-alt:before {
  content: "\f841";
}

/* line 551, fontawesome/_icons.scss */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 552, fontawesome/_icons.scss */
.fa-github:before {
  content: "\f09b";
}

/* line 553, fontawesome/_icons.scss */
.fa-github-alt:before {
  content: "\f113";
}

/* line 554, fontawesome/_icons.scss */
.fa-github-square:before {
  content: "\f092";
}

/* line 555, fontawesome/_icons.scss */
.fa-gitkraken:before {
  content: "\f3a6";
}

/* line 556, fontawesome/_icons.scss */
.fa-gitlab:before {
  content: "\f296";
}

/* line 557, fontawesome/_icons.scss */
.fa-gitter:before {
  content: "\f426";
}

/* line 558, fontawesome/_icons.scss */
.fa-glass-cheers:before {
  content: "\f79f";
}

/* line 559, fontawesome/_icons.scss */
.fa-glass-martini:before {
  content: "\f000";
}

/* line 560, fontawesome/_icons.scss */
.fa-glass-martini-alt:before {
  content: "\f57b";
}

/* line 561, fontawesome/_icons.scss */
.fa-glass-whiskey:before {
  content: "\f7a0";
}

/* line 562, fontawesome/_icons.scss */
.fa-glasses:before {
  content: "\f530";
}

/* line 563, fontawesome/_icons.scss */
.fa-glide:before {
  content: "\f2a5";
}

/* line 564, fontawesome/_icons.scss */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 565, fontawesome/_icons.scss */
.fa-globe:before {
  content: "\f0ac";
}

/* line 566, fontawesome/_icons.scss */
.fa-globe-africa:before {
  content: "\f57c";
}

/* line 567, fontawesome/_icons.scss */
.fa-globe-americas:before {
  content: "\f57d";
}

/* line 568, fontawesome/_icons.scss */
.fa-globe-asia:before {
  content: "\f57e";
}

/* line 569, fontawesome/_icons.scss */
.fa-globe-europe:before {
  content: "\f7a2";
}

/* line 570, fontawesome/_icons.scss */
.fa-gofore:before {
  content: "\f3a7";
}

/* line 571, fontawesome/_icons.scss */
.fa-golf-ball:before {
  content: "\f450";
}

/* line 572, fontawesome/_icons.scss */
.fa-goodreads:before {
  content: "\f3a8";
}

/* line 573, fontawesome/_icons.scss */
.fa-goodreads-g:before {
  content: "\f3a9";
}

/* line 574, fontawesome/_icons.scss */
.fa-google:before {
  content: "\f1a0";
}

/* line 575, fontawesome/_icons.scss */
.fa-google-drive:before {
  content: "\f3aa";
}

/* line 576, fontawesome/_icons.scss */
.fa-google-pay:before {
  content: "\e079";
}

/* line 577, fontawesome/_icons.scss */
.fa-google-play:before {
  content: "\f3ab";
}

/* line 578, fontawesome/_icons.scss */
.fa-google-plus:before {
  content: "\f2b3";
}

/* line 579, fontawesome/_icons.scss */
.fa-google-plus-g:before {
  content: "\f0d5";
}

/* line 580, fontawesome/_icons.scss */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 581, fontawesome/_icons.scss */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 582, fontawesome/_icons.scss */
.fa-gopuram:before {
  content: "\f664";
}

/* line 583, fontawesome/_icons.scss */
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 584, fontawesome/_icons.scss */
.fa-gratipay:before {
  content: "\f184";
}

/* line 585, fontawesome/_icons.scss */
.fa-grav:before {
  content: "\f2d6";
}

/* line 586, fontawesome/_icons.scss */
.fa-greater-than:before {
  content: "\f531";
}

/* line 587, fontawesome/_icons.scss */
.fa-greater-than-equal:before {
  content: "\f532";
}

/* line 588, fontawesome/_icons.scss */
.fa-grimace:before {
  content: "\f57f";
}

/* line 589, fontawesome/_icons.scss */
.fa-grin:before {
  content: "\f580";
}

/* line 590, fontawesome/_icons.scss */
.fa-grin-alt:before {
  content: "\f581";
}

/* line 591, fontawesome/_icons.scss */
.fa-grin-beam:before {
  content: "\f582";
}

/* line 592, fontawesome/_icons.scss */
.fa-grin-beam-sweat:before {
  content: "\f583";
}

/* line 593, fontawesome/_icons.scss */
.fa-grin-hearts:before {
  content: "\f584";
}

/* line 594, fontawesome/_icons.scss */
.fa-grin-squint:before {
  content: "\f585";
}

/* line 595, fontawesome/_icons.scss */
.fa-grin-squint-tears:before {
  content: "\f586";
}

/* line 596, fontawesome/_icons.scss */
.fa-grin-stars:before {
  content: "\f587";
}

/* line 597, fontawesome/_icons.scss */
.fa-grin-tears:before {
  content: "\f588";
}

/* line 598, fontawesome/_icons.scss */
.fa-grin-tongue:before {
  content: "\f589";
}

/* line 599, fontawesome/_icons.scss */
.fa-grin-tongue-squint:before {
  content: "\f58a";
}

/* line 600, fontawesome/_icons.scss */
.fa-grin-tongue-wink:before {
  content: "\f58b";
}

/* line 601, fontawesome/_icons.scss */
.fa-grin-wink:before {
  content: "\f58c";
}

/* line 602, fontawesome/_icons.scss */
.fa-grip-horizontal:before {
  content: "\f58d";
}

/* line 603, fontawesome/_icons.scss */
.fa-grip-lines:before {
  content: "\f7a4";
}

/* line 604, fontawesome/_icons.scss */
.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

/* line 605, fontawesome/_icons.scss */
.fa-grip-vertical:before {
  content: "\f58e";
}

/* line 606, fontawesome/_icons.scss */
.fa-gripfire:before {
  content: "\f3ac";
}

/* line 607, fontawesome/_icons.scss */
.fa-grunt:before {
  content: "\f3ad";
}

/* line 608, fontawesome/_icons.scss */
.fa-guilded:before {
  content: "\e07e";
}

/* line 609, fontawesome/_icons.scss */
.fa-guitar:before {
  content: "\f7a6";
}

/* line 610, fontawesome/_icons.scss */
.fa-gulp:before {
  content: "\f3ae";
}

/* line 611, fontawesome/_icons.scss */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 612, fontawesome/_icons.scss */
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 613, fontawesome/_icons.scss */
.fa-hacker-news-square:before {
  content: "\f3af";
}

/* line 614, fontawesome/_icons.scss */
.fa-hackerrank:before {
  content: "\f5f7";
}

/* line 615, fontawesome/_icons.scss */
.fa-hamburger:before {
  content: "\f805";
}

/* line 616, fontawesome/_icons.scss */
.fa-hammer:before {
  content: "\f6e3";
}

/* line 617, fontawesome/_icons.scss */
.fa-hamsa:before {
  content: "\f665";
}

/* line 618, fontawesome/_icons.scss */
.fa-hand-holding:before {
  content: "\f4bd";
}

/* line 619, fontawesome/_icons.scss */
.fa-hand-holding-heart:before {
  content: "\f4be";
}

/* line 620, fontawesome/_icons.scss */
.fa-hand-holding-medical:before {
  content: "\e05c";
}

/* line 621, fontawesome/_icons.scss */
.fa-hand-holding-usd:before {
  content: "\f4c0";
}

/* line 622, fontawesome/_icons.scss */
.fa-hand-holding-water:before {
  content: "\f4c1";
}

/* line 623, fontawesome/_icons.scss */
.fa-hand-lizard:before {
  content: "\f258";
}

/* line 624, fontawesome/_icons.scss */
.fa-hand-middle-finger:before {
  content: "\f806";
}

/* line 625, fontawesome/_icons.scss */
.fa-hand-paper:before {
  content: "\f256";
}

/* line 626, fontawesome/_icons.scss */
.fa-hand-peace:before {
  content: "\f25b";
}

/* line 627, fontawesome/_icons.scss */
.fa-hand-point-down:before {
  content: "\f0a7";
}

/* line 628, fontawesome/_icons.scss */
.fa-hand-point-left:before {
  content: "\f0a5";
}

/* line 629, fontawesome/_icons.scss */
.fa-hand-point-right:before {
  content: "\f0a4";
}

/* line 630, fontawesome/_icons.scss */
.fa-hand-point-up:before {
  content: "\f0a6";
}

/* line 631, fontawesome/_icons.scss */
.fa-hand-pointer:before {
  content: "\f25a";
}

/* line 632, fontawesome/_icons.scss */
.fa-hand-rock:before {
  content: "\f255";
}

/* line 633, fontawesome/_icons.scss */
.fa-hand-scissors:before {
  content: "\f257";
}

/* line 634, fontawesome/_icons.scss */
.fa-hand-sparkles:before {
  content: "\e05d";
}

/* line 635, fontawesome/_icons.scss */
.fa-hand-spock:before {
  content: "\f259";
}

/* line 636, fontawesome/_icons.scss */
.fa-hands:before {
  content: "\f4c2";
}

/* line 637, fontawesome/_icons.scss */
.fa-hands-helping:before {
  content: "\f4c4";
}

/* line 638, fontawesome/_icons.scss */
.fa-hands-wash:before {
  content: "\e05e";
}

/* line 639, fontawesome/_icons.scss */
.fa-handshake:before {
  content: "\f2b5";
}

/* line 640, fontawesome/_icons.scss */
.fa-handshake-alt-slash:before {
  content: "\e05f";
}

/* line 641, fontawesome/_icons.scss */
.fa-handshake-slash:before {
  content: "\e060";
}

/* line 642, fontawesome/_icons.scss */
.fa-hanukiah:before {
  content: "\f6e6";
}

/* line 643, fontawesome/_icons.scss */
.fa-hard-hat:before {
  content: "\f807";
}

/* line 644, fontawesome/_icons.scss */
.fa-hashtag:before {
  content: "\f292";
}

/* line 645, fontawesome/_icons.scss */
.fa-hat-cowboy:before {
  content: "\f8c0";
}

/* line 646, fontawesome/_icons.scss */
.fa-hat-cowboy-side:before {
  content: "\f8c1";
}

/* line 647, fontawesome/_icons.scss */
.fa-hat-wizard:before {
  content: "\f6e8";
}

/* line 648, fontawesome/_icons.scss */
.fa-hdd:before {
  content: "\f0a0";
}

/* line 649, fontawesome/_icons.scss */
.fa-head-side-cough:before {
  content: "\e061";
}

/* line 650, fontawesome/_icons.scss */
.fa-head-side-cough-slash:before {
  content: "\e062";
}

/* line 651, fontawesome/_icons.scss */
.fa-head-side-mask:before {
  content: "\e063";
}

/* line 652, fontawesome/_icons.scss */
.fa-head-side-virus:before {
  content: "\e064";
}

/* line 653, fontawesome/_icons.scss */
.fa-heading:before {
  content: "\f1dc";
}

/* line 654, fontawesome/_icons.scss */
.fa-headphones:before {
  content: "\f025";
}

/* line 655, fontawesome/_icons.scss */
.fa-headphones-alt:before {
  content: "\f58f";
}

/* line 656, fontawesome/_icons.scss */
.fa-headset:before {
  content: "\f590";
}

/* line 657, fontawesome/_icons.scss */
.fa-heart:before {
  content: "\f004";
}

/* line 658, fontawesome/_icons.scss */
.fa-heart-broken:before {
  content: "\f7a9";
}

/* line 659, fontawesome/_icons.scss */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 660, fontawesome/_icons.scss */
.fa-helicopter:before {
  content: "\f533";
}

/* line 661, fontawesome/_icons.scss */
.fa-highlighter:before {
  content: "\f591";
}

/* line 662, fontawesome/_icons.scss */
.fa-hiking:before {
  content: "\f6ec";
}

/* line 663, fontawesome/_icons.scss */
.fa-hippo:before {
  content: "\f6ed";
}

/* line 664, fontawesome/_icons.scss */
.fa-hips:before {
  content: "\f452";
}

/* line 665, fontawesome/_icons.scss */
.fa-hire-a-helper:before {
  content: "\f3b0";
}

/* line 666, fontawesome/_icons.scss */
.fa-history:before {
  content: "\f1da";
}

/* line 667, fontawesome/_icons.scss */
.fa-hive:before {
  content: "\e07f";
}

/* line 668, fontawesome/_icons.scss */
.fa-hockey-puck:before {
  content: "\f453";
}

/* line 669, fontawesome/_icons.scss */
.fa-holly-berry:before {
  content: "\f7aa";
}

/* line 670, fontawesome/_icons.scss */
.fa-home:before {
  content: "\f015";
}

/* line 671, fontawesome/_icons.scss */
.fa-hooli:before {
  content: "\f427";
}

/* line 672, fontawesome/_icons.scss */
.fa-hornbill:before {
  content: "\f592";
}

/* line 673, fontawesome/_icons.scss */
.fa-horse:before {
  content: "\f6f0";
}

/* line 674, fontawesome/_icons.scss */
.fa-horse-head:before {
  content: "\f7ab";
}

/* line 675, fontawesome/_icons.scss */
.fa-hospital:before {
  content: "\f0f8";
}

/* line 676, fontawesome/_icons.scss */
.fa-hospital-alt:before {
  content: "\f47d";
}

/* line 677, fontawesome/_icons.scss */
.fa-hospital-symbol:before {
  content: "\f47e";
}

/* line 678, fontawesome/_icons.scss */
.fa-hospital-user:before {
  content: "\f80d";
}

/* line 679, fontawesome/_icons.scss */
.fa-hot-tub:before {
  content: "\f593";
}

/* line 680, fontawesome/_icons.scss */
.fa-hotdog:before {
  content: "\f80f";
}

/* line 681, fontawesome/_icons.scss */
.fa-hotel:before {
  content: "\f594";
}

/* line 682, fontawesome/_icons.scss */
.fa-hotjar:before {
  content: "\f3b1";
}

/* line 683, fontawesome/_icons.scss */
.fa-hourglass:before {
  content: "\f254";
}

/* line 684, fontawesome/_icons.scss */
.fa-hourglass-end:before {
  content: "\f253";
}

/* line 685, fontawesome/_icons.scss */
.fa-hourglass-half:before {
  content: "\f252";
}

/* line 686, fontawesome/_icons.scss */
.fa-hourglass-start:before {
  content: "\f251";
}

/* line 687, fontawesome/_icons.scss */
.fa-house-damage:before {
  content: "\f6f1";
}

/* line 688, fontawesome/_icons.scss */
.fa-house-user:before {
  content: "\e065";
}

/* line 689, fontawesome/_icons.scss */
.fa-houzz:before {
  content: "\f27c";
}

/* line 690, fontawesome/_icons.scss */
.fa-hryvnia:before {
  content: "\f6f2";
}

/* line 691, fontawesome/_icons.scss */
.fa-html5:before {
  content: "\f13b";
}

/* line 692, fontawesome/_icons.scss */
.fa-hubspot:before {
  content: "\f3b2";
}

/* line 693, fontawesome/_icons.scss */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 694, fontawesome/_icons.scss */
.fa-ice-cream:before {
  content: "\f810";
}

/* line 695, fontawesome/_icons.scss */
.fa-icicles:before {
  content: "\f7ad";
}

/* line 696, fontawesome/_icons.scss */
.fa-icons:before {
  content: "\f86d";
}

/* line 697, fontawesome/_icons.scss */
.fa-id-badge:before {
  content: "\f2c1";
}

/* line 698, fontawesome/_icons.scss */
.fa-id-card:before {
  content: "\f2c2";
}

/* line 699, fontawesome/_icons.scss */
.fa-id-card-alt:before {
  content: "\f47f";
}

/* line 700, fontawesome/_icons.scss */
.fa-ideal:before {
  content: "\e013";
}

/* line 701, fontawesome/_icons.scss */
.fa-igloo:before {
  content: "\f7ae";
}

/* line 702, fontawesome/_icons.scss */
.fa-image:before {
  content: "\f03e";
}

/* line 703, fontawesome/_icons.scss */
.fa-images:before {
  content: "\f302";
}

/* line 704, fontawesome/_icons.scss */
.fa-imdb:before {
  content: "\f2d8";
}

/* line 705, fontawesome/_icons.scss */
.fa-inbox:before {
  content: "\f01c";
}

/* line 706, fontawesome/_icons.scss */
.fa-indent:before {
  content: "\f03c";
}

/* line 707, fontawesome/_icons.scss */
.fa-industry:before {
  content: "\f275";
}

/* line 708, fontawesome/_icons.scss */
.fa-infinity:before {
  content: "\f534";
}

/* line 709, fontawesome/_icons.scss */
.fa-info:before {
  content: "\f129";
}

/* line 710, fontawesome/_icons.scss */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 711, fontawesome/_icons.scss */
.fa-innosoft:before {
  content: "\e080";
}

/* line 712, fontawesome/_icons.scss */
.fa-instagram:before {
  content: "\f16d";
}

/* line 713, fontawesome/_icons.scss */
.fa-instagram-square:before {
  content: "\e055";
}

/* line 714, fontawesome/_icons.scss */
.fa-instalod:before {
  content: "\e081";
}

/* line 715, fontawesome/_icons.scss */
.fa-intercom:before {
  content: "\f7af";
}

/* line 716, fontawesome/_icons.scss */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 717, fontawesome/_icons.scss */
.fa-invision:before {
  content: "\f7b0";
}

/* line 718, fontawesome/_icons.scss */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 719, fontawesome/_icons.scss */
.fa-italic:before {
  content: "\f033";
}

/* line 720, fontawesome/_icons.scss */
.fa-itch-io:before {
  content: "\f83a";
}

/* line 721, fontawesome/_icons.scss */
.fa-itunes:before {
  content: "\f3b4";
}

/* line 722, fontawesome/_icons.scss */
.fa-itunes-note:before {
  content: "\f3b5";
}

/* line 723, fontawesome/_icons.scss */
.fa-java:before {
  content: "\f4e4";
}

/* line 724, fontawesome/_icons.scss */
.fa-jedi:before {
  content: "\f669";
}

/* line 725, fontawesome/_icons.scss */
.fa-jedi-order:before {
  content: "\f50e";
}

/* line 726, fontawesome/_icons.scss */
.fa-jenkins:before {
  content: "\f3b6";
}

/* line 727, fontawesome/_icons.scss */
.fa-jira:before {
  content: "\f7b1";
}

/* line 728, fontawesome/_icons.scss */
.fa-joget:before {
  content: "\f3b7";
}

/* line 729, fontawesome/_icons.scss */
.fa-joint:before {
  content: "\f595";
}

/* line 730, fontawesome/_icons.scss */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 731, fontawesome/_icons.scss */
.fa-journal-whills:before {
  content: "\f66a";
}

/* line 732, fontawesome/_icons.scss */
.fa-js:before {
  content: "\f3b8";
}

/* line 733, fontawesome/_icons.scss */
.fa-js-square:before {
  content: "\f3b9";
}

/* line 734, fontawesome/_icons.scss */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 735, fontawesome/_icons.scss */
.fa-kaaba:before {
  content: "\f66b";
}

/* line 736, fontawesome/_icons.scss */
.fa-kaggle:before {
  content: "\f5fa";
}

/* line 737, fontawesome/_icons.scss */
.fa-key:before {
  content: "\f084";
}

/* line 738, fontawesome/_icons.scss */
.fa-keybase:before {
  content: "\f4f5";
}

/* line 739, fontawesome/_icons.scss */
.fa-keyboard:before {
  content: "\f11c";
}

/* line 740, fontawesome/_icons.scss */
.fa-keycdn:before {
  content: "\f3ba";
}

/* line 741, fontawesome/_icons.scss */
.fa-khanda:before {
  content: "\f66d";
}

/* line 742, fontawesome/_icons.scss */
.fa-kickstarter:before {
  content: "\f3bb";
}

/* line 743, fontawesome/_icons.scss */
.fa-kickstarter-k:before {
  content: "\f3bc";
}

/* line 744, fontawesome/_icons.scss */
.fa-kiss:before {
  content: "\f596";
}

/* line 745, fontawesome/_icons.scss */
.fa-kiss-beam:before {
  content: "\f597";
}

/* line 746, fontawesome/_icons.scss */
.fa-kiss-wink-heart:before {
  content: "\f598";
}

/* line 747, fontawesome/_icons.scss */
.fa-kiwi-bird:before {
  content: "\f535";
}

/* line 748, fontawesome/_icons.scss */
.fa-korvue:before {
  content: "\f42f";
}

/* line 749, fontawesome/_icons.scss */
.fa-landmark:before {
  content: "\f66f";
}

/* line 750, fontawesome/_icons.scss */
.fa-language:before {
  content: "\f1ab";
}

/* line 751, fontawesome/_icons.scss */
.fa-laptop:before {
  content: "\f109";
}

/* line 752, fontawesome/_icons.scss */
.fa-laptop-code:before {
  content: "\f5fc";
}

/* line 753, fontawesome/_icons.scss */
.fa-laptop-house:before {
  content: "\e066";
}

/* line 754, fontawesome/_icons.scss */
.fa-laptop-medical:before {
  content: "\f812";
}

/* line 755, fontawesome/_icons.scss */
.fa-laravel:before {
  content: "\f3bd";
}

/* line 756, fontawesome/_icons.scss */
.fa-lastfm:before {
  content: "\f202";
}

/* line 757, fontawesome/_icons.scss */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 758, fontawesome/_icons.scss */
.fa-laugh:before {
  content: "\f599";
}

/* line 759, fontawesome/_icons.scss */
.fa-laugh-beam:before {
  content: "\f59a";
}

/* line 760, fontawesome/_icons.scss */
.fa-laugh-squint:before {
  content: "\f59b";
}

/* line 761, fontawesome/_icons.scss */
.fa-laugh-wink:before {
  content: "\f59c";
}

/* line 762, fontawesome/_icons.scss */
.fa-layer-group:before {
  content: "\f5fd";
}

/* line 763, fontawesome/_icons.scss */
.fa-leaf:before {
  content: "\f06c";
}

/* line 764, fontawesome/_icons.scss */
.fa-leanpub:before {
  content: "\f212";
}

/* line 765, fontawesome/_icons.scss */
.fa-lemon:before {
  content: "\f094";
}

/* line 766, fontawesome/_icons.scss */
.fa-less:before {
  content: "\f41d";
}

/* line 767, fontawesome/_icons.scss */
.fa-less-than:before {
  content: "\f536";
}

/* line 768, fontawesome/_icons.scss */
.fa-less-than-equal:before {
  content: "\f537";
}

/* line 769, fontawesome/_icons.scss */
.fa-level-down-alt:before {
  content: "\f3be";
}

/* line 770, fontawesome/_icons.scss */
.fa-level-up-alt:before {
  content: "\f3bf";
}

/* line 771, fontawesome/_icons.scss */
.fa-life-ring:before {
  content: "\f1cd";
}

/* line 772, fontawesome/_icons.scss */
.fa-lightbulb:before {
  content: "\f0eb";
}

/* line 773, fontawesome/_icons.scss */
.fa-line:before {
  content: "\f3c0";
}

/* line 774, fontawesome/_icons.scss */
.fa-link:before {
  content: "\f0c1";
}

/* line 775, fontawesome/_icons.scss */
.fa-linkedin:before {
  content: "\f08c";
}

/* line 776, fontawesome/_icons.scss */
.fa-linkedin-in:before {
  content: "\f0e1";
}

/* line 777, fontawesome/_icons.scss */
.fa-linode:before {
  content: "\f2b8";
}

/* line 778, fontawesome/_icons.scss */
.fa-linux:before {
  content: "\f17c";
}

/* line 779, fontawesome/_icons.scss */
.fa-lira-sign:before {
  content: "\f195";
}

/* line 780, fontawesome/_icons.scss */
.fa-list:before {
  content: "\f03a";
}

/* line 781, fontawesome/_icons.scss */
.fa-list-alt:before {
  content: "\f022";
}

/* line 782, fontawesome/_icons.scss */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 783, fontawesome/_icons.scss */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 784, fontawesome/_icons.scss */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 785, fontawesome/_icons.scss */
.fa-lock:before {
  content: "\f023";
}

/* line 786, fontawesome/_icons.scss */
.fa-lock-open:before {
  content: "\f3c1";
}

/* line 787, fontawesome/_icons.scss */
.fa-long-arrow-alt-down:before {
  content: "\f309";
}

/* line 788, fontawesome/_icons.scss */
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

/* line 789, fontawesome/_icons.scss */
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

/* line 790, fontawesome/_icons.scss */
.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

/* line 791, fontawesome/_icons.scss */
.fa-low-vision:before {
  content: "\f2a8";
}

/* line 792, fontawesome/_icons.scss */
.fa-luggage-cart:before {
  content: "\f59d";
}

/* line 793, fontawesome/_icons.scss */
.fa-lungs:before {
  content: "\f604";
}

/* line 794, fontawesome/_icons.scss */
.fa-lungs-virus:before {
  content: "\e067";
}

/* line 795, fontawesome/_icons.scss */
.fa-lyft:before {
  content: "\f3c3";
}

/* line 796, fontawesome/_icons.scss */
.fa-magento:before {
  content: "\f3c4";
}

/* line 797, fontawesome/_icons.scss */
.fa-magic:before {
  content: "\f0d0";
}

/* line 798, fontawesome/_icons.scss */
.fa-magnet:before {
  content: "\f076";
}

/* line 799, fontawesome/_icons.scss */
.fa-mail-bulk:before {
  content: "\f674";
}

/* line 800, fontawesome/_icons.scss */
.fa-mailchimp:before {
  content: "\f59e";
}

/* line 801, fontawesome/_icons.scss */
.fa-male:before {
  content: "\f183";
}

/* line 802, fontawesome/_icons.scss */
.fa-mandalorian:before {
  content: "\f50f";
}

/* line 803, fontawesome/_icons.scss */
.fa-map:before {
  content: "\f279";
}

/* line 804, fontawesome/_icons.scss */
.fa-map-marked:before {
  content: "\f59f";
}

/* line 805, fontawesome/_icons.scss */
.fa-map-marked-alt:before {
  content: "\f5a0";
}

/* line 806, fontawesome/_icons.scss */
.fa-map-marker:before {
  content: "\f041";
}

/* line 807, fontawesome/_icons.scss */
.fa-map-marker-alt:before {
  content: "\f3c5";
}

/* line 808, fontawesome/_icons.scss */
.fa-map-pin:before {
  content: "\f276";
}

/* line 809, fontawesome/_icons.scss */
.fa-map-signs:before {
  content: "\f277";
}

/* line 810, fontawesome/_icons.scss */
.fa-markdown:before {
  content: "\f60f";
}

/* line 811, fontawesome/_icons.scss */
.fa-marker:before {
  content: "\f5a1";
}

/* line 812, fontawesome/_icons.scss */
.fa-mars:before {
  content: "\f222";
}

/* line 813, fontawesome/_icons.scss */
.fa-mars-double:before {
  content: "\f227";
}

/* line 814, fontawesome/_icons.scss */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 815, fontawesome/_icons.scss */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 816, fontawesome/_icons.scss */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 817, fontawesome/_icons.scss */
.fa-mask:before {
  content: "\f6fa";
}

/* line 818, fontawesome/_icons.scss */
.fa-mastodon:before {
  content: "\f4f6";
}

/* line 819, fontawesome/_icons.scss */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 820, fontawesome/_icons.scss */
.fa-mdb:before {
  content: "\f8ca";
}

/* line 821, fontawesome/_icons.scss */
.fa-medal:before {
  content: "\f5a2";
}

/* line 822, fontawesome/_icons.scss */
.fa-medapps:before {
  content: "\f3c6";
}

/* line 823, fontawesome/_icons.scss */
.fa-medium:before {
  content: "\f23a";
}

/* line 824, fontawesome/_icons.scss */
.fa-medium-m:before {
  content: "\f3c7";
}

/* line 825, fontawesome/_icons.scss */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 826, fontawesome/_icons.scss */
.fa-medrt:before {
  content: "\f3c8";
}

/* line 827, fontawesome/_icons.scss */
.fa-meetup:before {
  content: "\f2e0";
}

/* line 828, fontawesome/_icons.scss */
.fa-megaport:before {
  content: "\f5a3";
}

/* line 829, fontawesome/_icons.scss */
.fa-meh:before {
  content: "\f11a";
}

/* line 830, fontawesome/_icons.scss */
.fa-meh-blank:before {
  content: "\f5a4";
}

/* line 831, fontawesome/_icons.scss */
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

/* line 832, fontawesome/_icons.scss */
.fa-memory:before {
  content: "\f538";
}

/* line 833, fontawesome/_icons.scss */
.fa-mendeley:before {
  content: "\f7b3";
}

/* line 834, fontawesome/_icons.scss */
.fa-menorah:before {
  content: "\f676";
}

/* line 835, fontawesome/_icons.scss */
.fa-mercury:before {
  content: "\f223";
}

/* line 836, fontawesome/_icons.scss */
.fa-meteor:before {
  content: "\f753";
}

/* line 837, fontawesome/_icons.scss */
.fa-microblog:before {
  content: "\e01a";
}

/* line 838, fontawesome/_icons.scss */
.fa-microchip:before {
  content: "\f2db";
}

/* line 839, fontawesome/_icons.scss */
.fa-microphone:before {
  content: "\f130";
}

/* line 840, fontawesome/_icons.scss */
.fa-microphone-alt:before {
  content: "\f3c9";
}

/* line 841, fontawesome/_icons.scss */
.fa-microphone-alt-slash:before {
  content: "\f539";
}

/* line 842, fontawesome/_icons.scss */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 843, fontawesome/_icons.scss */
.fa-microscope:before {
  content: "\f610";
}

/* line 844, fontawesome/_icons.scss */
.fa-microsoft:before {
  content: "\f3ca";
}

/* line 845, fontawesome/_icons.scss */
.fa-minus:before {
  content: "\f068";
}

/* line 846, fontawesome/_icons.scss */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 847, fontawesome/_icons.scss */
.fa-minus-square:before {
  content: "\f146";
}

/* line 848, fontawesome/_icons.scss */
.fa-mitten:before {
  content: "\f7b5";
}

/* line 849, fontawesome/_icons.scss */
.fa-mix:before {
  content: "\f3cb";
}

/* line 850, fontawesome/_icons.scss */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 851, fontawesome/_icons.scss */
.fa-mixer:before {
  content: "\e056";
}

/* line 852, fontawesome/_icons.scss */
.fa-mizuni:before {
  content: "\f3cc";
}

/* line 853, fontawesome/_icons.scss */
.fa-mobile:before {
  content: "\f10b";
}

/* line 854, fontawesome/_icons.scss */
.fa-mobile-alt:before {
  content: "\f3cd";
}

/* line 855, fontawesome/_icons.scss */
.fa-modx:before {
  content: "\f285";
}

/* line 856, fontawesome/_icons.scss */
.fa-monero:before {
  content: "\f3d0";
}

/* line 857, fontawesome/_icons.scss */
.fa-money-bill:before {
  content: "\f0d6";
}

/* line 858, fontawesome/_icons.scss */
.fa-money-bill-alt:before {
  content: "\f3d1";
}

/* line 859, fontawesome/_icons.scss */
.fa-money-bill-wave:before {
  content: "\f53a";
}

/* line 860, fontawesome/_icons.scss */
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

/* line 861, fontawesome/_icons.scss */
.fa-money-check:before {
  content: "\f53c";
}

/* line 862, fontawesome/_icons.scss */
.fa-money-check-alt:before {
  content: "\f53d";
}

/* line 863, fontawesome/_icons.scss */
.fa-monument:before {
  content: "\f5a6";
}

/* line 864, fontawesome/_icons.scss */
.fa-moon:before {
  content: "\f186";
}

/* line 865, fontawesome/_icons.scss */
.fa-mortar-pestle:before {
  content: "\f5a7";
}

/* line 866, fontawesome/_icons.scss */
.fa-mosque:before {
  content: "\f678";
}

/* line 867, fontawesome/_icons.scss */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 868, fontawesome/_icons.scss */
.fa-mountain:before {
  content: "\f6fc";
}

/* line 869, fontawesome/_icons.scss */
.fa-mouse:before {
  content: "\f8cc";
}

/* line 870, fontawesome/_icons.scss */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 871, fontawesome/_icons.scss */
.fa-mug-hot:before {
  content: "\f7b6";
}

/* line 872, fontawesome/_icons.scss */
.fa-music:before {
  content: "\f001";
}

/* line 873, fontawesome/_icons.scss */
.fa-napster:before {
  content: "\f3d2";
}

/* line 874, fontawesome/_icons.scss */
.fa-neos:before {
  content: "\f612";
}

/* line 875, fontawesome/_icons.scss */
.fa-network-wired:before {
  content: "\f6ff";
}

/* line 876, fontawesome/_icons.scss */
.fa-neuter:before {
  content: "\f22c";
}

/* line 877, fontawesome/_icons.scss */
.fa-newspaper:before {
  content: "\f1ea";
}

/* line 878, fontawesome/_icons.scss */
.fa-nimblr:before {
  content: "\f5a8";
}

/* line 879, fontawesome/_icons.scss */
.fa-node:before {
  content: "\f419";
}

/* line 880, fontawesome/_icons.scss */
.fa-node-js:before {
  content: "\f3d3";
}

/* line 881, fontawesome/_icons.scss */
.fa-not-equal:before {
  content: "\f53e";
}

/* line 882, fontawesome/_icons.scss */
.fa-notes-medical:before {
  content: "\f481";
}

/* line 883, fontawesome/_icons.scss */
.fa-npm:before {
  content: "\f3d4";
}

/* line 884, fontawesome/_icons.scss */
.fa-ns8:before {
  content: "\f3d5";
}

/* line 885, fontawesome/_icons.scss */
.fa-nutritionix:before {
  content: "\f3d6";
}

/* line 886, fontawesome/_icons.scss */
.fa-object-group:before {
  content: "\f247";
}

/* line 887, fontawesome/_icons.scss */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 888, fontawesome/_icons.scss */
.fa-octopus-deploy:before {
  content: "\e082";
}

/* line 889, fontawesome/_icons.scss */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 890, fontawesome/_icons.scss */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 891, fontawesome/_icons.scss */
.fa-oil-can:before {
  content: "\f613";
}

/* line 892, fontawesome/_icons.scss */
.fa-old-republic:before {
  content: "\f510";
}

/* line 893, fontawesome/_icons.scss */
.fa-om:before {
  content: "\f679";
}

/* line 894, fontawesome/_icons.scss */
.fa-opencart:before {
  content: "\f23d";
}

/* line 895, fontawesome/_icons.scss */
.fa-openid:before {
  content: "\f19b";
}

/* line 896, fontawesome/_icons.scss */
.fa-opera:before {
  content: "\f26a";
}

/* line 897, fontawesome/_icons.scss */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 898, fontawesome/_icons.scss */
.fa-orcid:before {
  content: "\f8d2";
}

/* line 899, fontawesome/_icons.scss */
.fa-osi:before {
  content: "\f41a";
}

/* line 900, fontawesome/_icons.scss */
.fa-otter:before {
  content: "\f700";
}

/* line 901, fontawesome/_icons.scss */
.fa-outdent:before {
  content: "\f03b";
}

/* line 902, fontawesome/_icons.scss */
.fa-page4:before {
  content: "\f3d7";
}

/* line 903, fontawesome/_icons.scss */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 904, fontawesome/_icons.scss */
.fa-pager:before {
  content: "\f815";
}

/* line 905, fontawesome/_icons.scss */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 906, fontawesome/_icons.scss */
.fa-paint-roller:before {
  content: "\f5aa";
}

/* line 907, fontawesome/_icons.scss */
.fa-palette:before {
  content: "\f53f";
}

/* line 908, fontawesome/_icons.scss */
.fa-palfed:before {
  content: "\f3d8";
}

/* line 909, fontawesome/_icons.scss */
.fa-pallet:before {
  content: "\f482";
}

/* line 910, fontawesome/_icons.scss */
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 911, fontawesome/_icons.scss */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 912, fontawesome/_icons.scss */
.fa-parachute-box:before {
  content: "\f4cd";
}

/* line 913, fontawesome/_icons.scss */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 914, fontawesome/_icons.scss */
.fa-parking:before {
  content: "\f540";
}

/* line 915, fontawesome/_icons.scss */
.fa-passport:before {
  content: "\f5ab";
}

/* line 916, fontawesome/_icons.scss */
.fa-pastafarianism:before {
  content: "\f67b";
}

/* line 917, fontawesome/_icons.scss */
.fa-paste:before {
  content: "\f0ea";
}

/* line 918, fontawesome/_icons.scss */
.fa-patreon:before {
  content: "\f3d9";
}

/* line 919, fontawesome/_icons.scss */
.fa-pause:before {
  content: "\f04c";
}

/* line 920, fontawesome/_icons.scss */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 921, fontawesome/_icons.scss */
.fa-paw:before {
  content: "\f1b0";
}

/* line 922, fontawesome/_icons.scss */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 923, fontawesome/_icons.scss */
.fa-peace:before {
  content: "\f67c";
}

/* line 924, fontawesome/_icons.scss */
.fa-pen:before {
  content: "\f304";
}

/* line 925, fontawesome/_icons.scss */
.fa-pen-alt:before {
  content: "\f305";
}

/* line 926, fontawesome/_icons.scss */
.fa-pen-fancy:before {
  content: "\f5ac";
}

/* line 927, fontawesome/_icons.scss */
.fa-pen-nib:before {
  content: "\f5ad";
}

/* line 928, fontawesome/_icons.scss */
.fa-pen-square:before {
  content: "\f14b";
}

/* line 929, fontawesome/_icons.scss */
.fa-pencil-alt:before {
  content: "\f303";
}

/* line 930, fontawesome/_icons.scss */
.fa-pencil-ruler:before {
  content: "\f5ae";
}

/* line 931, fontawesome/_icons.scss */
.fa-penny-arcade:before {
  content: "\f704";
}

/* line 932, fontawesome/_icons.scss */
.fa-people-arrows:before {
  content: "\e068";
}

/* line 933, fontawesome/_icons.scss */
.fa-people-carry:before {
  content: "\f4ce";
}

/* line 934, fontawesome/_icons.scss */
.fa-pepper-hot:before {
  content: "\f816";
}

/* line 935, fontawesome/_icons.scss */
.fa-perbyte:before {
  content: "\e083";
}

/* line 936, fontawesome/_icons.scss */
.fa-percent:before {
  content: "\f295";
}

/* line 937, fontawesome/_icons.scss */
.fa-percentage:before {
  content: "\f541";
}

/* line 938, fontawesome/_icons.scss */
.fa-periscope:before {
  content: "\f3da";
}

/* line 939, fontawesome/_icons.scss */
.fa-person-booth:before {
  content: "\f756";
}

/* line 940, fontawesome/_icons.scss */
.fa-phabricator:before {
  content: "\f3db";
}

/* line 941, fontawesome/_icons.scss */
.fa-phoenix-framework:before {
  content: "\f3dc";
}

/* line 942, fontawesome/_icons.scss */
.fa-phoenix-squadron:before {
  content: "\f511";
}

/* line 943, fontawesome/_icons.scss */
.fa-phone:before {
  content: "\f095";
}

/* line 944, fontawesome/_icons.scss */
.fa-phone-alt:before {
  content: "\f879";
}

/* line 945, fontawesome/_icons.scss */
.fa-phone-slash:before {
  content: "\f3dd";
}

/* line 946, fontawesome/_icons.scss */
.fa-phone-square:before {
  content: "\f098";
}

/* line 947, fontawesome/_icons.scss */
.fa-phone-square-alt:before {
  content: "\f87b";
}

/* line 948, fontawesome/_icons.scss */
.fa-phone-volume:before {
  content: "\f2a0";
}

/* line 949, fontawesome/_icons.scss */
.fa-photo-video:before {
  content: "\f87c";
}

/* line 950, fontawesome/_icons.scss */
.fa-php:before {
  content: "\f457";
}

/* line 951, fontawesome/_icons.scss */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 952, fontawesome/_icons.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 953, fontawesome/_icons.scss */
.fa-pied-piper-hat:before {
  content: "\f4e5";
}

/* line 954, fontawesome/_icons.scss */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 955, fontawesome/_icons.scss */
.fa-pied-piper-square:before {
  content: "\e01e";
}

/* line 956, fontawesome/_icons.scss */
.fa-piggy-bank:before {
  content: "\f4d3";
}

/* line 957, fontawesome/_icons.scss */
.fa-pills:before {
  content: "\f484";
}

/* line 958, fontawesome/_icons.scss */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 959, fontawesome/_icons.scss */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 960, fontawesome/_icons.scss */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 961, fontawesome/_icons.scss */
.fa-pizza-slice:before {
  content: "\f818";
}

/* line 962, fontawesome/_icons.scss */
.fa-place-of-worship:before {
  content: "\f67f";
}

/* line 963, fontawesome/_icons.scss */
.fa-plane:before {
  content: "\f072";
}

/* line 964, fontawesome/_icons.scss */
.fa-plane-arrival:before {
  content: "\f5af";
}

/* line 965, fontawesome/_icons.scss */
.fa-plane-departure:before {
  content: "\f5b0";
}

/* line 966, fontawesome/_icons.scss */
.fa-plane-slash:before {
  content: "\e069";
}

/* line 967, fontawesome/_icons.scss */
.fa-play:before {
  content: "\f04b";
}

/* line 968, fontawesome/_icons.scss */
.fa-play-circle:before {
  content: "\f144";
}

/* line 969, fontawesome/_icons.scss */
.fa-playstation:before {
  content: "\f3df";
}

/* line 970, fontawesome/_icons.scss */
.fa-plug:before {
  content: "\f1e6";
}

/* line 971, fontawesome/_icons.scss */
.fa-plus:before {
  content: "\f067";
}

/* line 972, fontawesome/_icons.scss */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 973, fontawesome/_icons.scss */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 974, fontawesome/_icons.scss */
.fa-podcast:before {
  content: "\f2ce";
}

/* line 975, fontawesome/_icons.scss */
.fa-poll:before {
  content: "\f681";
}

/* line 976, fontawesome/_icons.scss */
.fa-poll-h:before {
  content: "\f682";
}

/* line 977, fontawesome/_icons.scss */
.fa-poo:before {
  content: "\f2fe";
}

/* line 978, fontawesome/_icons.scss */
.fa-poo-storm:before {
  content: "\f75a";
}

/* line 979, fontawesome/_icons.scss */
.fa-poop:before {
  content: "\f619";
}

/* line 980, fontawesome/_icons.scss */
.fa-portrait:before {
  content: "\f3e0";
}

/* line 981, fontawesome/_icons.scss */
.fa-pound-sign:before {
  content: "\f154";
}

/* line 982, fontawesome/_icons.scss */
.fa-power-off:before {
  content: "\f011";
}

/* line 983, fontawesome/_icons.scss */
.fa-pray:before {
  content: "\f683";
}

/* line 984, fontawesome/_icons.scss */
.fa-praying-hands:before {
  content: "\f684";
}

/* line 985, fontawesome/_icons.scss */
.fa-prescription:before {
  content: "\f5b1";
}

/* line 986, fontawesome/_icons.scss */
.fa-prescription-bottle:before {
  content: "\f485";
}

/* line 987, fontawesome/_icons.scss */
.fa-prescription-bottle-alt:before {
  content: "\f486";
}

/* line 988, fontawesome/_icons.scss */
.fa-print:before {
  content: "\f02f";
}

/* line 989, fontawesome/_icons.scss */
.fa-procedures:before {
  content: "\f487";
}

/* line 990, fontawesome/_icons.scss */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 991, fontawesome/_icons.scss */
.fa-project-diagram:before {
  content: "\f542";
}

/* line 992, fontawesome/_icons.scss */
.fa-pump-medical:before {
  content: "\e06a";
}

/* line 993, fontawesome/_icons.scss */
.fa-pump-soap:before {
  content: "\e06b";
}

/* line 994, fontawesome/_icons.scss */
.fa-pushed:before {
  content: "\f3e1";
}

/* line 995, fontawesome/_icons.scss */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 996, fontawesome/_icons.scss */
.fa-python:before {
  content: "\f3e2";
}

/* line 997, fontawesome/_icons.scss */
.fa-qq:before {
  content: "\f1d6";
}

/* line 998, fontawesome/_icons.scss */
.fa-qrcode:before {
  content: "\f029";
}

/* line 999, fontawesome/_icons.scss */
.fa-question:before {
  content: "\f128";
}

/* line 1000, fontawesome/_icons.scss */
.fa-question-circle:before {
  content: "\f059";
}

/* line 1001, fontawesome/_icons.scss */
.fa-quidditch:before {
  content: "\f458";
}

/* line 1002, fontawesome/_icons.scss */
.fa-quinscape:before {
  content: "\f459";
}

/* line 1003, fontawesome/_icons.scss */
.fa-quora:before {
  content: "\f2c4";
}

/* line 1004, fontawesome/_icons.scss */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 1005, fontawesome/_icons.scss */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 1006, fontawesome/_icons.scss */
.fa-quran:before {
  content: "\f687";
}

/* line 1007, fontawesome/_icons.scss */
.fa-r-project:before {
  content: "\f4f7";
}

/* line 1008, fontawesome/_icons.scss */
.fa-radiation:before {
  content: "\f7b9";
}

/* line 1009, fontawesome/_icons.scss */
.fa-radiation-alt:before {
  content: "\f7ba";
}

/* line 1010, fontawesome/_icons.scss */
.fa-rainbow:before {
  content: "\f75b";
}

/* line 1011, fontawesome/_icons.scss */
.fa-random:before {
  content: "\f074";
}

/* line 1012, fontawesome/_icons.scss */
.fa-raspberry-pi:before {
  content: "\f7bb";
}

/* line 1013, fontawesome/_icons.scss */
.fa-ravelry:before {
  content: "\f2d9";
}

/* line 1014, fontawesome/_icons.scss */
.fa-react:before {
  content: "\f41b";
}

/* line 1015, fontawesome/_icons.scss */
.fa-reacteurope:before {
  content: "\f75d";
}

/* line 1016, fontawesome/_icons.scss */
.fa-readme:before {
  content: "\f4d5";
}

/* line 1017, fontawesome/_icons.scss */
.fa-rebel:before {
  content: "\f1d0";
}

/* line 1018, fontawesome/_icons.scss */
.fa-receipt:before {
  content: "\f543";
}

/* line 1019, fontawesome/_icons.scss */
.fa-record-vinyl:before {
  content: "\f8d9";
}

/* line 1020, fontawesome/_icons.scss */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 1021, fontawesome/_icons.scss */
.fa-red-river:before {
  content: "\f3e3";
}

/* line 1022, fontawesome/_icons.scss */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 1023, fontawesome/_icons.scss */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 1024, fontawesome/_icons.scss */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 1025, fontawesome/_icons.scss */
.fa-redhat:before {
  content: "\f7bc";
}

/* line 1026, fontawesome/_icons.scss */
.fa-redo:before {
  content: "\f01e";
}

/* line 1027, fontawesome/_icons.scss */
.fa-redo-alt:before {
  content: "\f2f9";
}

/* line 1028, fontawesome/_icons.scss */
.fa-registered:before {
  content: "\f25d";
}

/* line 1029, fontawesome/_icons.scss */
.fa-remove-format:before {
  content: "\f87d";
}

/* line 1030, fontawesome/_icons.scss */
.fa-renren:before {
  content: "\f18b";
}

/* line 1031, fontawesome/_icons.scss */
.fa-reply:before {
  content: "\f3e5";
}

/* line 1032, fontawesome/_icons.scss */
.fa-reply-all:before {
  content: "\f122";
}

/* line 1033, fontawesome/_icons.scss */
.fa-replyd:before {
  content: "\f3e6";
}

/* line 1034, fontawesome/_icons.scss */
.fa-republican:before {
  content: "\f75e";
}

/* line 1035, fontawesome/_icons.scss */
.fa-researchgate:before {
  content: "\f4f8";
}

/* line 1036, fontawesome/_icons.scss */
.fa-resolving:before {
  content: "\f3e7";
}

/* line 1037, fontawesome/_icons.scss */
.fa-restroom:before {
  content: "\f7bd";
}

/* line 1038, fontawesome/_icons.scss */
.fa-retweet:before {
  content: "\f079";
}

/* line 1039, fontawesome/_icons.scss */
.fa-rev:before {
  content: "\f5b2";
}

/* line 1040, fontawesome/_icons.scss */
.fa-ribbon:before {
  content: "\f4d6";
}

/* line 1041, fontawesome/_icons.scss */
.fa-ring:before {
  content: "\f70b";
}

/* line 1042, fontawesome/_icons.scss */
.fa-road:before {
  content: "\f018";
}

/* line 1043, fontawesome/_icons.scss */
.fa-robot:before {
  content: "\f544";
}

/* line 1044, fontawesome/_icons.scss */
.fa-rocket:before {
  content: "\f135";
}

/* line 1045, fontawesome/_icons.scss */
.fa-rocketchat:before {
  content: "\f3e8";
}

/* line 1046, fontawesome/_icons.scss */
.fa-rockrms:before {
  content: "\f3e9";
}

/* line 1047, fontawesome/_icons.scss */
.fa-route:before {
  content: "\f4d7";
}

/* line 1048, fontawesome/_icons.scss */
.fa-rss:before {
  content: "\f09e";
}

/* line 1049, fontawesome/_icons.scss */
.fa-rss-square:before {
  content: "\f143";
}

/* line 1050, fontawesome/_icons.scss */
.fa-ruble-sign:before {
  content: "\f158";
}

/* line 1051, fontawesome/_icons.scss */
.fa-ruler:before {
  content: "\f545";
}

/* line 1052, fontawesome/_icons.scss */
.fa-ruler-combined:before {
  content: "\f546";
}

/* line 1053, fontawesome/_icons.scss */
.fa-ruler-horizontal:before {
  content: "\f547";
}

/* line 1054, fontawesome/_icons.scss */
.fa-ruler-vertical:before {
  content: "\f548";
}

/* line 1055, fontawesome/_icons.scss */
.fa-running:before {
  content: "\f70c";
}

/* line 1056, fontawesome/_icons.scss */
.fa-rupee-sign:before {
  content: "\f156";
}

/* line 1057, fontawesome/_icons.scss */
.fa-rust:before {
  content: "\e07a";
}

/* line 1058, fontawesome/_icons.scss */
.fa-sad-cry:before {
  content: "\f5b3";
}

/* line 1059, fontawesome/_icons.scss */
.fa-sad-tear:before {
  content: "\f5b4";
}

/* line 1060, fontawesome/_icons.scss */
.fa-safari:before {
  content: "\f267";
}

/* line 1061, fontawesome/_icons.scss */
.fa-salesforce:before {
  content: "\f83b";
}

/* line 1062, fontawesome/_icons.scss */
.fa-sass:before {
  content: "\f41e";
}

/* line 1063, fontawesome/_icons.scss */
.fa-satellite:before {
  content: "\f7bf";
}

/* line 1064, fontawesome/_icons.scss */
.fa-satellite-dish:before {
  content: "\f7c0";
}

/* line 1065, fontawesome/_icons.scss */
.fa-save:before {
  content: "\f0c7";
}

/* line 1066, fontawesome/_icons.scss */
.fa-schlix:before {
  content: "\f3ea";
}

/* line 1067, fontawesome/_icons.scss */
.fa-school:before {
  content: "\f549";
}

/* line 1068, fontawesome/_icons.scss */
.fa-screwdriver:before {
  content: "\f54a";
}

/* line 1069, fontawesome/_icons.scss */
.fa-scribd:before {
  content: "\f28a";
}

/* line 1070, fontawesome/_icons.scss */
.fa-scroll:before {
  content: "\f70e";
}

/* line 1071, fontawesome/_icons.scss */
.fa-sd-card:before {
  content: "\f7c2";
}

/* line 1072, fontawesome/_icons.scss */
.fa-search:before {
  content: "\f002";
}

/* line 1073, fontawesome/_icons.scss */
.fa-search-dollar:before {
  content: "\f688";
}

/* line 1074, fontawesome/_icons.scss */
.fa-search-location:before {
  content: "\f689";
}

/* line 1075, fontawesome/_icons.scss */
.fa-search-minus:before {
  content: "\f010";
}

/* line 1076, fontawesome/_icons.scss */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 1077, fontawesome/_icons.scss */
.fa-searchengin:before {
  content: "\f3eb";
}

/* line 1078, fontawesome/_icons.scss */
.fa-seedling:before {
  content: "\f4d8";
}

/* line 1079, fontawesome/_icons.scss */
.fa-sellcast:before {
  content: "\f2da";
}

/* line 1080, fontawesome/_icons.scss */
.fa-sellsy:before {
  content: "\f213";
}

/* line 1081, fontawesome/_icons.scss */
.fa-server:before {
  content: "\f233";
}

/* line 1082, fontawesome/_icons.scss */
.fa-servicestack:before {
  content: "\f3ec";
}

/* line 1083, fontawesome/_icons.scss */
.fa-shapes:before {
  content: "\f61f";
}

/* line 1084, fontawesome/_icons.scss */
.fa-share:before {
  content: "\f064";
}

/* line 1085, fontawesome/_icons.scss */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 1086, fontawesome/_icons.scss */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 1087, fontawesome/_icons.scss */
.fa-share-square:before {
  content: "\f14d";
}

/* line 1088, fontawesome/_icons.scss */
.fa-shekel-sign:before {
  content: "\f20b";
}

/* line 1089, fontawesome/_icons.scss */
.fa-shield-alt:before {
  content: "\f3ed";
}

/* line 1090, fontawesome/_icons.scss */
.fa-shield-virus:before {
  content: "\e06c";
}

/* line 1091, fontawesome/_icons.scss */
.fa-ship:before {
  content: "\f21a";
}

/* line 1092, fontawesome/_icons.scss */
.fa-shipping-fast:before {
  content: "\f48b";
}

/* line 1093, fontawesome/_icons.scss */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 1094, fontawesome/_icons.scss */
.fa-shoe-prints:before {
  content: "\f54b";
}

/* line 1095, fontawesome/_icons.scss */
.fa-shopify:before {
  content: "\e057";
}

/* line 1096, fontawesome/_icons.scss */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 1097, fontawesome/_icons.scss */
.fa-shopping-basket:before {
  content: "\f291";
}

/* line 1098, fontawesome/_icons.scss */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 1099, fontawesome/_icons.scss */
.fa-shopware:before {
  content: "\f5b5";
}

/* line 1100, fontawesome/_icons.scss */
.fa-shower:before {
  content: "\f2cc";
}

/* line 1101, fontawesome/_icons.scss */
.fa-shuttle-van:before {
  content: "\f5b6";
}

/* line 1102, fontawesome/_icons.scss */
.fa-sign:before {
  content: "\f4d9";
}

/* line 1103, fontawesome/_icons.scss */
.fa-sign-in-alt:before {
  content: "\f2f6";
}

/* line 1104, fontawesome/_icons.scss */
.fa-sign-language:before {
  content: "\f2a7";
}

/* line 1105, fontawesome/_icons.scss */
.fa-sign-out-alt:before {
  content: "\f2f5";
}

/* line 1106, fontawesome/_icons.scss */
.fa-signal:before {
  content: "\f012";
}

/* line 1107, fontawesome/_icons.scss */
.fa-signature:before {
  content: "\f5b7";
}

/* line 1108, fontawesome/_icons.scss */
.fa-sim-card:before {
  content: "\f7c4";
}

/* line 1109, fontawesome/_icons.scss */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 1110, fontawesome/_icons.scss */
.fa-sink:before {
  content: "\e06d";
}

/* line 1111, fontawesome/_icons.scss */
.fa-sistrix:before {
  content: "\f3ee";
}

/* line 1112, fontawesome/_icons.scss */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 1113, fontawesome/_icons.scss */
.fa-sith:before {
  content: "\f512";
}

/* line 1114, fontawesome/_icons.scss */
.fa-skating:before {
  content: "\f7c5";
}

/* line 1115, fontawesome/_icons.scss */
.fa-sketch:before {
  content: "\f7c6";
}

/* line 1116, fontawesome/_icons.scss */
.fa-skiing:before {
  content: "\f7c9";
}

/* line 1117, fontawesome/_icons.scss */
.fa-skiing-nordic:before {
  content: "\f7ca";
}

/* line 1118, fontawesome/_icons.scss */
.fa-skull:before {
  content: "\f54c";
}

/* line 1119, fontawesome/_icons.scss */
.fa-skull-crossbones:before {
  content: "\f714";
}

/* line 1120, fontawesome/_icons.scss */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 1121, fontawesome/_icons.scss */
.fa-skype:before {
  content: "\f17e";
}

/* line 1122, fontawesome/_icons.scss */
.fa-slack:before {
  content: "\f198";
}

/* line 1123, fontawesome/_icons.scss */
.fa-slack-hash:before {
  content: "\f3ef";
}

/* line 1124, fontawesome/_icons.scss */
.fa-slash:before {
  content: "\f715";
}

/* line 1125, fontawesome/_icons.scss */
.fa-sleigh:before {
  content: "\f7cc";
}

/* line 1126, fontawesome/_icons.scss */
.fa-sliders-h:before {
  content: "\f1de";
}

/* line 1127, fontawesome/_icons.scss */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 1128, fontawesome/_icons.scss */
.fa-smile:before {
  content: "\f118";
}

/* line 1129, fontawesome/_icons.scss */
.fa-smile-beam:before {
  content: "\f5b8";
}

/* line 1130, fontawesome/_icons.scss */
.fa-smile-wink:before {
  content: "\f4da";
}

/* line 1131, fontawesome/_icons.scss */
.fa-smog:before {
  content: "\f75f";
}

/* line 1132, fontawesome/_icons.scss */
.fa-smoking:before {
  content: "\f48d";
}

/* line 1133, fontawesome/_icons.scss */
.fa-smoking-ban:before {
  content: "\f54d";
}

/* line 1134, fontawesome/_icons.scss */
.fa-sms:before {
  content: "\f7cd";
}

/* line 1135, fontawesome/_icons.scss */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 1136, fontawesome/_icons.scss */
.fa-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 1137, fontawesome/_icons.scss */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 1138, fontawesome/_icons.scss */
.fa-snowboarding:before {
  content: "\f7ce";
}

/* line 1139, fontawesome/_icons.scss */
.fa-snowflake:before {
  content: "\f2dc";
}

/* line 1140, fontawesome/_icons.scss */
.fa-snowman:before {
  content: "\f7d0";
}

/* line 1141, fontawesome/_icons.scss */
.fa-snowplow:before {
  content: "\f7d2";
}

/* line 1142, fontawesome/_icons.scss */
.fa-soap:before {
  content: "\e06e";
}

/* line 1143, fontawesome/_icons.scss */
.fa-socks:before {
  content: "\f696";
}

/* line 1144, fontawesome/_icons.scss */
.fa-solar-panel:before {
  content: "\f5ba";
}

/* line 1145, fontawesome/_icons.scss */
.fa-sort:before {
  content: "\f0dc";
}

/* line 1146, fontawesome/_icons.scss */
.fa-sort-alpha-down:before {
  content: "\f15d";
}

/* line 1147, fontawesome/_icons.scss */
.fa-sort-alpha-down-alt:before {
  content: "\f881";
}

/* line 1148, fontawesome/_icons.scss */
.fa-sort-alpha-up:before {
  content: "\f15e";
}

/* line 1149, fontawesome/_icons.scss */
.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

/* line 1150, fontawesome/_icons.scss */
.fa-sort-amount-down:before {
  content: "\f160";
}

/* line 1151, fontawesome/_icons.scss */
.fa-sort-amount-down-alt:before {
  content: "\f884";
}

/* line 1152, fontawesome/_icons.scss */
.fa-sort-amount-up:before {
  content: "\f161";
}

/* line 1153, fontawesome/_icons.scss */
.fa-sort-amount-up-alt:before {
  content: "\f885";
}

/* line 1154, fontawesome/_icons.scss */
.fa-sort-down:before {
  content: "\f0dd";
}

/* line 1155, fontawesome/_icons.scss */
.fa-sort-numeric-down:before {
  content: "\f162";
}

/* line 1156, fontawesome/_icons.scss */
.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

/* line 1157, fontawesome/_icons.scss */
.fa-sort-numeric-up:before {
  content: "\f163";
}

/* line 1158, fontawesome/_icons.scss */
.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

/* line 1159, fontawesome/_icons.scss */
.fa-sort-up:before {
  content: "\f0de";
}

/* line 1160, fontawesome/_icons.scss */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 1161, fontawesome/_icons.scss */
.fa-sourcetree:before {
  content: "\f7d3";
}

/* line 1162, fontawesome/_icons.scss */
.fa-spa:before {
  content: "\f5bb";
}

/* line 1163, fontawesome/_icons.scss */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 1164, fontawesome/_icons.scss */
.fa-speakap:before {
  content: "\f3f3";
}

/* line 1165, fontawesome/_icons.scss */
.fa-speaker-deck:before {
  content: "\f83c";
}

/* line 1166, fontawesome/_icons.scss */
.fa-spell-check:before {
  content: "\f891";
}

/* line 1167, fontawesome/_icons.scss */
.fa-spider:before {
  content: "\f717";
}

/* line 1168, fontawesome/_icons.scss */
.fa-spinner:before {
  content: "\f110";
}

/* line 1169, fontawesome/_icons.scss */
.fa-splotch:before {
  content: "\f5bc";
}

/* line 1170, fontawesome/_icons.scss */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 1171, fontawesome/_icons.scss */
.fa-spray-can:before {
  content: "\f5bd";
}

/* line 1172, fontawesome/_icons.scss */
.fa-square:before {
  content: "\f0c8";
}

/* line 1173, fontawesome/_icons.scss */
.fa-square-full:before {
  content: "\f45c";
}

/* line 1174, fontawesome/_icons.scss */
.fa-square-root-alt:before {
  content: "\f698";
}

/* line 1175, fontawesome/_icons.scss */
.fa-squarespace:before {
  content: "\f5be";
}

/* line 1176, fontawesome/_icons.scss */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 1177, fontawesome/_icons.scss */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 1178, fontawesome/_icons.scss */
.fa-stackpath:before {
  content: "\f842";
}

/* line 1179, fontawesome/_icons.scss */
.fa-stamp:before {
  content: "\f5bf";
}

/* line 1180, fontawesome/_icons.scss */
.fa-star:before {
  content: "\f005";
}

/* line 1181, fontawesome/_icons.scss */
.fa-star-and-crescent:before {
  content: "\f699";
}

/* line 1182, fontawesome/_icons.scss */
.fa-star-half:before {
  content: "\f089";
}

/* line 1183, fontawesome/_icons.scss */
.fa-star-half-alt:before {
  content: "\f5c0";
}

/* line 1184, fontawesome/_icons.scss */
.fa-star-of-david:before {
  content: "\f69a";
}

/* line 1185, fontawesome/_icons.scss */
.fa-star-of-life:before {
  content: "\f621";
}

/* line 1186, fontawesome/_icons.scss */
.fa-staylinked:before {
  content: "\f3f5";
}

/* line 1187, fontawesome/_icons.scss */
.fa-steam:before {
  content: "\f1b6";
}

/* line 1188, fontawesome/_icons.scss */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 1189, fontawesome/_icons.scss */
.fa-steam-symbol:before {
  content: "\f3f6";
}

/* line 1190, fontawesome/_icons.scss */
.fa-step-backward:before {
  content: "\f048";
}

/* line 1191, fontawesome/_icons.scss */
.fa-step-forward:before {
  content: "\f051";
}

/* line 1192, fontawesome/_icons.scss */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 1193, fontawesome/_icons.scss */
.fa-sticker-mule:before {
  content: "\f3f7";
}

/* line 1194, fontawesome/_icons.scss */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 1195, fontawesome/_icons.scss */
.fa-stop:before {
  content: "\f04d";
}

/* line 1196, fontawesome/_icons.scss */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 1197, fontawesome/_icons.scss */
.fa-stopwatch:before {
  content: "\f2f2";
}

/* line 1198, fontawesome/_icons.scss */
.fa-stopwatch-20:before {
  content: "\e06f";
}

/* line 1199, fontawesome/_icons.scss */
.fa-store:before {
  content: "\f54e";
}

/* line 1200, fontawesome/_icons.scss */
.fa-store-alt:before {
  content: "\f54f";
}

/* line 1201, fontawesome/_icons.scss */
.fa-store-alt-slash:before {
  content: "\e070";
}

/* line 1202, fontawesome/_icons.scss */
.fa-store-slash:before {
  content: "\e071";
}

/* line 1203, fontawesome/_icons.scss */
.fa-strava:before {
  content: "\f428";
}

/* line 1204, fontawesome/_icons.scss */
.fa-stream:before {
  content: "\f550";
}

/* line 1205, fontawesome/_icons.scss */
.fa-street-view:before {
  content: "\f21d";
}

/* line 1206, fontawesome/_icons.scss */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 1207, fontawesome/_icons.scss */
.fa-stripe:before {
  content: "\f429";
}

/* line 1208, fontawesome/_icons.scss */
.fa-stripe-s:before {
  content: "\f42a";
}

/* line 1209, fontawesome/_icons.scss */
.fa-stroopwafel:before {
  content: "\f551";
}

/* line 1210, fontawesome/_icons.scss */
.fa-studiovinari:before {
  content: "\f3f8";
}

/* line 1211, fontawesome/_icons.scss */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 1212, fontawesome/_icons.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 1213, fontawesome/_icons.scss */
.fa-subscript:before {
  content: "\f12c";
}

/* line 1214, fontawesome/_icons.scss */
.fa-subway:before {
  content: "\f239";
}

/* line 1215, fontawesome/_icons.scss */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 1216, fontawesome/_icons.scss */
.fa-suitcase-rolling:before {
  content: "\f5c1";
}

/* line 1217, fontawesome/_icons.scss */
.fa-sun:before {
  content: "\f185";
}

/* line 1218, fontawesome/_icons.scss */
.fa-superpowers:before {
  content: "\f2dd";
}

/* line 1219, fontawesome/_icons.scss */
.fa-superscript:before {
  content: "\f12b";
}

/* line 1220, fontawesome/_icons.scss */
.fa-supple:before {
  content: "\f3f9";
}

/* line 1221, fontawesome/_icons.scss */
.fa-surprise:before {
  content: "\f5c2";
}

/* line 1222, fontawesome/_icons.scss */
.fa-suse:before {
  content: "\f7d6";
}

/* line 1223, fontawesome/_icons.scss */
.fa-swatchbook:before {
  content: "\f5c3";
}

/* line 1224, fontawesome/_icons.scss */
.fa-swift:before {
  content: "\f8e1";
}

/* line 1225, fontawesome/_icons.scss */
.fa-swimmer:before {
  content: "\f5c4";
}

/* line 1226, fontawesome/_icons.scss */
.fa-swimming-pool:before {
  content: "\f5c5";
}

/* line 1227, fontawesome/_icons.scss */
.fa-symfony:before {
  content: "\f83d";
}

/* line 1228, fontawesome/_icons.scss */
.fa-synagogue:before {
  content: "\f69b";
}

/* line 1229, fontawesome/_icons.scss */
.fa-sync:before {
  content: "\f021";
}

/* line 1230, fontawesome/_icons.scss */
.fa-sync-alt:before {
  content: "\f2f1";
}

/* line 1231, fontawesome/_icons.scss */
.fa-syringe:before {
  content: "\f48e";
}

/* line 1232, fontawesome/_icons.scss */
.fa-table:before {
  content: "\f0ce";
}

/* line 1233, fontawesome/_icons.scss */
.fa-table-tennis:before {
  content: "\f45d";
}

/* line 1234, fontawesome/_icons.scss */
.fa-tablet:before {
  content: "\f10a";
}

/* line 1235, fontawesome/_icons.scss */
.fa-tablet-alt:before {
  content: "\f3fa";
}

/* line 1236, fontawesome/_icons.scss */
.fa-tablets:before {
  content: "\f490";
}

/* line 1237, fontawesome/_icons.scss */
.fa-tachometer-alt:before {
  content: "\f3fd";
}

/* line 1238, fontawesome/_icons.scss */
.fa-tag:before {
  content: "\f02b";
}

/* line 1239, fontawesome/_icons.scss */
.fa-tags:before {
  content: "\f02c";
}

/* line 1240, fontawesome/_icons.scss */
.fa-tape:before {
  content: "\f4db";
}

/* line 1241, fontawesome/_icons.scss */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 1242, fontawesome/_icons.scss */
.fa-taxi:before {
  content: "\f1ba";
}

/* line 1243, fontawesome/_icons.scss */
.fa-teamspeak:before {
  content: "\f4f9";
}

/* line 1244, fontawesome/_icons.scss */
.fa-teeth:before {
  content: "\f62e";
}

/* line 1245, fontawesome/_icons.scss */
.fa-teeth-open:before {
  content: "\f62f";
}

/* line 1246, fontawesome/_icons.scss */
.fa-telegram:before {
  content: "\f2c6";
}

/* line 1247, fontawesome/_icons.scss */
.fa-telegram-plane:before {
  content: "\f3fe";
}

/* line 1248, fontawesome/_icons.scss */
.fa-temperature-high:before {
  content: "\f769";
}

/* line 1249, fontawesome/_icons.scss */
.fa-temperature-low:before {
  content: "\f76b";
}

/* line 1250, fontawesome/_icons.scss */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 1251, fontawesome/_icons.scss */
.fa-tenge:before {
  content: "\f7d7";
}

/* line 1252, fontawesome/_icons.scss */
.fa-terminal:before {
  content: "\f120";
}

/* line 1253, fontawesome/_icons.scss */
.fa-text-height:before {
  content: "\f034";
}

/* line 1254, fontawesome/_icons.scss */
.fa-text-width:before {
  content: "\f035";
}

/* line 1255, fontawesome/_icons.scss */
.fa-th:before {
  content: "\f00a";
}

/* line 1256, fontawesome/_icons.scss */
.fa-th-large:before {
  content: "\f009";
}

/* line 1257, fontawesome/_icons.scss */
.fa-th-list:before {
  content: "\f00b";
}

/* line 1258, fontawesome/_icons.scss */
.fa-the-red-yeti:before {
  content: "\f69d";
}

/* line 1259, fontawesome/_icons.scss */
.fa-theater-masks:before {
  content: "\f630";
}

/* line 1260, fontawesome/_icons.scss */
.fa-themeco:before {
  content: "\f5c6";
}

/* line 1261, fontawesome/_icons.scss */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 1262, fontawesome/_icons.scss */
.fa-thermometer:before {
  content: "\f491";
}

/* line 1263, fontawesome/_icons.scss */
.fa-thermometer-empty:before {
  content: "\f2cb";
}

/* line 1264, fontawesome/_icons.scss */
.fa-thermometer-full:before {
  content: "\f2c7";
}

/* line 1265, fontawesome/_icons.scss */
.fa-thermometer-half:before {
  content: "\f2c9";
}

/* line 1266, fontawesome/_icons.scss */
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

/* line 1267, fontawesome/_icons.scss */
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

/* line 1268, fontawesome/_icons.scss */
.fa-think-peaks:before {
  content: "\f731";
}

/* line 1269, fontawesome/_icons.scss */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 1270, fontawesome/_icons.scss */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 1271, fontawesome/_icons.scss */
.fa-thumbtack:before {
  content: "\f08d";
}

/* line 1272, fontawesome/_icons.scss */
.fa-ticket-alt:before {
  content: "\f3ff";
}

/* line 1273, fontawesome/_icons.scss */
.fa-tiktok:before {
  content: "\e07b";
}

/* line 1274, fontawesome/_icons.scss */
.fa-times:before {
  content: "\f00d";
}

/* line 1275, fontawesome/_icons.scss */
.fa-times-circle:before {
  content: "\f057";
}

/* line 1276, fontawesome/_icons.scss */
.fa-tint:before {
  content: "\f043";
}

/* line 1277, fontawesome/_icons.scss */
.fa-tint-slash:before {
  content: "\f5c7";
}

/* line 1278, fontawesome/_icons.scss */
.fa-tired:before {
  content: "\f5c8";
}

/* line 1279, fontawesome/_icons.scss */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 1280, fontawesome/_icons.scss */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 1281, fontawesome/_icons.scss */
.fa-toilet:before {
  content: "\f7d8";
}

/* line 1282, fontawesome/_icons.scss */
.fa-toilet-paper:before {
  content: "\f71e";
}

/* line 1283, fontawesome/_icons.scss */
.fa-toilet-paper-slash:before {
  content: "\e072";
}

/* line 1284, fontawesome/_icons.scss */
.fa-toolbox:before {
  content: "\f552";
}

/* line 1285, fontawesome/_icons.scss */
.fa-tools:before {
  content: "\f7d9";
}

/* line 1286, fontawesome/_icons.scss */
.fa-tooth:before {
  content: "\f5c9";
}

/* line 1287, fontawesome/_icons.scss */
.fa-torah:before {
  content: "\f6a0";
}

/* line 1288, fontawesome/_icons.scss */
.fa-torii-gate:before {
  content: "\f6a1";
}

/* line 1289, fontawesome/_icons.scss */
.fa-tractor:before {
  content: "\f722";
}

/* line 1290, fontawesome/_icons.scss */
.fa-trade-federation:before {
  content: "\f513";
}

/* line 1291, fontawesome/_icons.scss */
.fa-trademark:before {
  content: "\f25c";
}

/* line 1292, fontawesome/_icons.scss */
.fa-traffic-light:before {
  content: "\f637";
}

/* line 1293, fontawesome/_icons.scss */
.fa-trailer:before {
  content: "\e041";
}

/* line 1294, fontawesome/_icons.scss */
.fa-train:before {
  content: "\f238";
}

/* line 1295, fontawesome/_icons.scss */
.fa-tram:before {
  content: "\f7da";
}

/* line 1296, fontawesome/_icons.scss */
.fa-transgender:before {
  content: "\f224";
}

/* line 1297, fontawesome/_icons.scss */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 1298, fontawesome/_icons.scss */
.fa-trash:before {
  content: "\f1f8";
}

/* line 1299, fontawesome/_icons.scss */
.fa-trash-alt:before {
  content: "\f2ed";
}

/* line 1300, fontawesome/_icons.scss */
.fa-trash-restore:before {
  content: "\f829";
}

/* line 1301, fontawesome/_icons.scss */
.fa-trash-restore-alt:before {
  content: "\f82a";
}

/* line 1302, fontawesome/_icons.scss */
.fa-tree:before {
  content: "\f1bb";
}

/* line 1303, fontawesome/_icons.scss */
.fa-trello:before {
  content: "\f181";
}

/* line 1304, fontawesome/_icons.scss */
.fa-tripadvisor:before {
  content: "\f262";
}

/* line 1305, fontawesome/_icons.scss */
.fa-trophy:before {
  content: "\f091";
}

/* line 1306, fontawesome/_icons.scss */
.fa-truck:before {
  content: "\f0d1";
}

/* line 1307, fontawesome/_icons.scss */
.fa-truck-loading:before {
  content: "\f4de";
}

/* line 1308, fontawesome/_icons.scss */
.fa-truck-monster:before {
  content: "\f63b";
}

/* line 1309, fontawesome/_icons.scss */
.fa-truck-moving:before {
  content: "\f4df";
}

/* line 1310, fontawesome/_icons.scss */
.fa-truck-pickup:before {
  content: "\f63c";
}

/* line 1311, fontawesome/_icons.scss */
.fa-tshirt:before {
  content: "\f553";
}

/* line 1312, fontawesome/_icons.scss */
.fa-tty:before {
  content: "\f1e4";
}

/* line 1313, fontawesome/_icons.scss */
.fa-tumblr:before {
  content: "\f173";
}

/* line 1314, fontawesome/_icons.scss */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 1315, fontawesome/_icons.scss */
.fa-tv:before {
  content: "\f26c";
}

/* line 1316, fontawesome/_icons.scss */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 1317, fontawesome/_icons.scss */
.fa-twitter:before {
  content: "\f099";
}

/* line 1318, fontawesome/_icons.scss */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 1319, fontawesome/_icons.scss */
.fa-typo3:before {
  content: "\f42b";
}

/* line 1320, fontawesome/_icons.scss */
.fa-uber:before {
  content: "\f402";
}

/* line 1321, fontawesome/_icons.scss */
.fa-ubuntu:before {
  content: "\f7df";
}

/* line 1322, fontawesome/_icons.scss */
.fa-uikit:before {
  content: "\f403";
}

/* line 1323, fontawesome/_icons.scss */
.fa-umbraco:before {
  content: "\f8e8";
}

/* line 1324, fontawesome/_icons.scss */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 1325, fontawesome/_icons.scss */
.fa-umbrella-beach:before {
  content: "\f5ca";
}

/* line 1326, fontawesome/_icons.scss */
.fa-uncharted:before {
  content: "\e084";
}

/* line 1327, fontawesome/_icons.scss */
.fa-underline:before {
  content: "\f0cd";
}

/* line 1328, fontawesome/_icons.scss */
.fa-undo:before {
  content: "\f0e2";
}

/* line 1329, fontawesome/_icons.scss */
.fa-undo-alt:before {
  content: "\f2ea";
}

/* line 1330, fontawesome/_icons.scss */
.fa-uniregistry:before {
  content: "\f404";
}

/* line 1331, fontawesome/_icons.scss */
.fa-unity:before {
  content: "\e049";
}

/* line 1332, fontawesome/_icons.scss */
.fa-universal-access:before {
  content: "\f29a";
}

/* line 1333, fontawesome/_icons.scss */
.fa-university:before {
  content: "\f19c";
}

/* line 1334, fontawesome/_icons.scss */
.fa-unlink:before {
  content: "\f127";
}

/* line 1335, fontawesome/_icons.scss */
.fa-unlock:before {
  content: "\f09c";
}

/* line 1336, fontawesome/_icons.scss */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 1337, fontawesome/_icons.scss */
.fa-unsplash:before {
  content: "\e07c";
}

/* line 1338, fontawesome/_icons.scss */
.fa-untappd:before {
  content: "\f405";
}

/* line 1339, fontawesome/_icons.scss */
.fa-upload:before {
  content: "\f093";
}

/* line 1340, fontawesome/_icons.scss */
.fa-ups:before {
  content: "\f7e0";
}

/* line 1341, fontawesome/_icons.scss */
.fa-usb:before {
  content: "\f287";
}

/* line 1342, fontawesome/_icons.scss */
.fa-user:before {
  content: "\f007";
}

/* line 1343, fontawesome/_icons.scss */
.fa-user-alt:before {
  content: "\f406";
}

/* line 1344, fontawesome/_icons.scss */
.fa-user-alt-slash:before {
  content: "\f4fa";
}

/* line 1345, fontawesome/_icons.scss */
.fa-user-astronaut:before {
  content: "\f4fb";
}

/* line 1346, fontawesome/_icons.scss */
.fa-user-check:before {
  content: "\f4fc";
}

/* line 1347, fontawesome/_icons.scss */
.fa-user-circle:before {
  content: "\f2bd";
}

/* line 1348, fontawesome/_icons.scss */
.fa-user-clock:before {
  content: "\f4fd";
}

/* line 1349, fontawesome/_icons.scss */
.fa-user-cog:before {
  content: "\f4fe";
}

/* line 1350, fontawesome/_icons.scss */
.fa-user-edit:before {
  content: "\f4ff";
}

/* line 1351, fontawesome/_icons.scss */
.fa-user-friends:before {
  content: "\f500";
}

/* line 1352, fontawesome/_icons.scss */
.fa-user-graduate:before {
  content: "\f501";
}

/* line 1353, fontawesome/_icons.scss */
.fa-user-injured:before {
  content: "\f728";
}

/* line 1354, fontawesome/_icons.scss */
.fa-user-lock:before {
  content: "\f502";
}

/* line 1355, fontawesome/_icons.scss */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 1356, fontawesome/_icons.scss */
.fa-user-minus:before {
  content: "\f503";
}

/* line 1357, fontawesome/_icons.scss */
.fa-user-ninja:before {
  content: "\f504";
}

/* line 1358, fontawesome/_icons.scss */
.fa-user-nurse:before {
  content: "\f82f";
}

/* line 1359, fontawesome/_icons.scss */
.fa-user-plus:before {
  content: "\f234";
}

/* line 1360, fontawesome/_icons.scss */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 1361, fontawesome/_icons.scss */
.fa-user-shield:before {
  content: "\f505";
}

/* line 1362, fontawesome/_icons.scss */
.fa-user-slash:before {
  content: "\f506";
}

/* line 1363, fontawesome/_icons.scss */
.fa-user-tag:before {
  content: "\f507";
}

/* line 1364, fontawesome/_icons.scss */
.fa-user-tie:before {
  content: "\f508";
}

/* line 1365, fontawesome/_icons.scss */
.fa-user-times:before {
  content: "\f235";
}

/* line 1366, fontawesome/_icons.scss */
.fa-users:before {
  content: "\f0c0";
}

/* line 1367, fontawesome/_icons.scss */
.fa-users-cog:before {
  content: "\f509";
}

/* line 1368, fontawesome/_icons.scss */
.fa-users-slash:before {
  content: "\e073";
}

/* line 1369, fontawesome/_icons.scss */
.fa-usps:before {
  content: "\f7e1";
}

/* line 1370, fontawesome/_icons.scss */
.fa-ussunnah:before {
  content: "\f407";
}

/* line 1371, fontawesome/_icons.scss */
.fa-utensil-spoon:before {
  content: "\f2e5";
}

/* line 1372, fontawesome/_icons.scss */
.fa-utensils:before {
  content: "\f2e7";
}

/* line 1373, fontawesome/_icons.scss */
.fa-vaadin:before {
  content: "\f408";
}

/* line 1374, fontawesome/_icons.scss */
.fa-vector-square:before {
  content: "\f5cb";
}

/* line 1375, fontawesome/_icons.scss */
.fa-venus:before {
  content: "\f221";
}

/* line 1376, fontawesome/_icons.scss */
.fa-venus-double:before {
  content: "\f226";
}

/* line 1377, fontawesome/_icons.scss */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 1378, fontawesome/_icons.scss */
.fa-vest:before {
  content: "\e085";
}

/* line 1379, fontawesome/_icons.scss */
.fa-vest-patches:before {
  content: "\e086";
}

/* line 1380, fontawesome/_icons.scss */
.fa-viacoin:before {
  content: "\f237";
}

/* line 1381, fontawesome/_icons.scss */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 1382, fontawesome/_icons.scss */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 1383, fontawesome/_icons.scss */
.fa-vial:before {
  content: "\f492";
}

/* line 1384, fontawesome/_icons.scss */
.fa-vials:before {
  content: "\f493";
}

/* line 1385, fontawesome/_icons.scss */
.fa-viber:before {
  content: "\f409";
}

/* line 1386, fontawesome/_icons.scss */
.fa-video:before {
  content: "\f03d";
}

/* line 1387, fontawesome/_icons.scss */
.fa-video-slash:before {
  content: "\f4e2";
}

/* line 1388, fontawesome/_icons.scss */
.fa-vihara:before {
  content: "\f6a7";
}

/* line 1389, fontawesome/_icons.scss */
.fa-vimeo:before {
  content: "\f40a";
}

/* line 1390, fontawesome/_icons.scss */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 1391, fontawesome/_icons.scss */
.fa-vimeo-v:before {
  content: "\f27d";
}

/* line 1392, fontawesome/_icons.scss */
.fa-vine:before {
  content: "\f1ca";
}

/* line 1393, fontawesome/_icons.scss */
.fa-virus:before {
  content: "\e074";
}

/* line 1394, fontawesome/_icons.scss */
.fa-virus-slash:before {
  content: "\e075";
}

/* line 1395, fontawesome/_icons.scss */
.fa-viruses:before {
  content: "\e076";
}

/* line 1396, fontawesome/_icons.scss */
.fa-vk:before {
  content: "\f189";
}

/* line 1397, fontawesome/_icons.scss */
.fa-vnv:before {
  content: "\f40b";
}

/* line 1398, fontawesome/_icons.scss */
.fa-voicemail:before {
  content: "\f897";
}

/* line 1399, fontawesome/_icons.scss */
.fa-volleyball-ball:before {
  content: "\f45f";
}

/* line 1400, fontawesome/_icons.scss */
.fa-volume-down:before {
  content: "\f027";
}

/* line 1401, fontawesome/_icons.scss */
.fa-volume-mute:before {
  content: "\f6a9";
}

/* line 1402, fontawesome/_icons.scss */
.fa-volume-off:before {
  content: "\f026";
}

/* line 1403, fontawesome/_icons.scss */
.fa-volume-up:before {
  content: "\f028";
}

/* line 1404, fontawesome/_icons.scss */
.fa-vote-yea:before {
  content: "\f772";
}

/* line 1405, fontawesome/_icons.scss */
.fa-vr-cardboard:before {
  content: "\f729";
}

/* line 1406, fontawesome/_icons.scss */
.fa-vuejs:before {
  content: "\f41f";
}

/* line 1407, fontawesome/_icons.scss */
.fa-walking:before {
  content: "\f554";
}

/* line 1408, fontawesome/_icons.scss */
.fa-wallet:before {
  content: "\f555";
}

/* line 1409, fontawesome/_icons.scss */
.fa-warehouse:before {
  content: "\f494";
}

/* line 1410, fontawesome/_icons.scss */
.fa-watchman-monitoring:before {
  content: "\e087";
}

/* line 1411, fontawesome/_icons.scss */
.fa-water:before {
  content: "\f773";
}

/* line 1412, fontawesome/_icons.scss */
.fa-wave-square:before {
  content: "\f83e";
}

/* line 1413, fontawesome/_icons.scss */
.fa-waze:before {
  content: "\f83f";
}

/* line 1414, fontawesome/_icons.scss */
.fa-weebly:before {
  content: "\f5cc";
}

/* line 1415, fontawesome/_icons.scss */
.fa-weibo:before {
  content: "\f18a";
}

/* line 1416, fontawesome/_icons.scss */
.fa-weight:before {
  content: "\f496";
}

/* line 1417, fontawesome/_icons.scss */
.fa-weight-hanging:before {
  content: "\f5cd";
}

/* line 1418, fontawesome/_icons.scss */
.fa-weixin:before {
  content: "\f1d7";
}

/* line 1419, fontawesome/_icons.scss */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 1420, fontawesome/_icons.scss */
.fa-whatsapp-square:before {
  content: "\f40c";
}

/* line 1421, fontawesome/_icons.scss */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 1422, fontawesome/_icons.scss */
.fa-whmcs:before {
  content: "\f40d";
}

/* line 1423, fontawesome/_icons.scss */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 1424, fontawesome/_icons.scss */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 1425, fontawesome/_icons.scss */
.fa-wind:before {
  content: "\f72e";
}

/* line 1426, fontawesome/_icons.scss */
.fa-window-close:before {
  content: "\f410";
}

/* line 1427, fontawesome/_icons.scss */
.fa-window-maximize:before {
  content: "\f2d0";
}

/* line 1428, fontawesome/_icons.scss */
.fa-window-minimize:before {
  content: "\f2d1";
}

/* line 1429, fontawesome/_icons.scss */
.fa-window-restore:before {
  content: "\f2d2";
}

/* line 1430, fontawesome/_icons.scss */
.fa-windows:before {
  content: "\f17a";
}

/* line 1431, fontawesome/_icons.scss */
.fa-wine-bottle:before {
  content: "\f72f";
}

/* line 1432, fontawesome/_icons.scss */
.fa-wine-glass:before {
  content: "\f4e3";
}

/* line 1433, fontawesome/_icons.scss */
.fa-wine-glass-alt:before {
  content: "\f5ce";
}

/* line 1434, fontawesome/_icons.scss */
.fa-wix:before {
  content: "\f5cf";
}

/* line 1435, fontawesome/_icons.scss */
.fa-wizards-of-the-coast:before {
  content: "\f730";
}

/* line 1436, fontawesome/_icons.scss */
.fa-wodu:before {
  content: "\e088";
}

/* line 1437, fontawesome/_icons.scss */
.fa-wolf-pack-battalion:before {
  content: "\f514";
}

/* line 1438, fontawesome/_icons.scss */
.fa-won-sign:before {
  content: "\f159";
}

/* line 1439, fontawesome/_icons.scss */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 1440, fontawesome/_icons.scss */
.fa-wordpress-simple:before {
  content: "\f411";
}

/* line 1441, fontawesome/_icons.scss */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 1442, fontawesome/_icons.scss */
.fa-wpexplorer:before {
  content: "\f2de";
}

/* line 1443, fontawesome/_icons.scss */
.fa-wpforms:before {
  content: "\f298";
}

/* line 1444, fontawesome/_icons.scss */
.fa-wpressr:before {
  content: "\f3e4";
}

/* line 1445, fontawesome/_icons.scss */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 1446, fontawesome/_icons.scss */
.fa-x-ray:before {
  content: "\f497";
}

/* line 1447, fontawesome/_icons.scss */
.fa-xbox:before {
  content: "\f412";
}

/* line 1448, fontawesome/_icons.scss */
.fa-xing:before {
  content: "\f168";
}

/* line 1449, fontawesome/_icons.scss */
.fa-xing-square:before {
  content: "\f169";
}

/* line 1450, fontawesome/_icons.scss */
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 1451, fontawesome/_icons.scss */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 1452, fontawesome/_icons.scss */
.fa-yammer:before {
  content: "\f840";
}

/* line 1453, fontawesome/_icons.scss */
.fa-yandex:before {
  content: "\f413";
}

/* line 1454, fontawesome/_icons.scss */
.fa-yandex-international:before {
  content: "\f414";
}

/* line 1455, fontawesome/_icons.scss */
.fa-yarn:before {
  content: "\f7e3";
}

/* line 1456, fontawesome/_icons.scss */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 1457, fontawesome/_icons.scss */
.fa-yen-sign:before {
  content: "\f157";
}

/* line 1458, fontawesome/_icons.scss */
.fa-yin-yang:before {
  content: "\f6ad";
}

/* line 1459, fontawesome/_icons.scss */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 1460, fontawesome/_icons.scss */
.fa-youtube:before {
  content: "\f167";
}

/* line 1461, fontawesome/_icons.scss */
.fa-youtube-square:before {
  content: "\f431";
}

/* line 1462, fontawesome/_icons.scss */
.fa-zhihu:before {
  content: "\f63f";
}

/* line 4, fontawesome/_screen-reader.scss */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 47, fontawesome/_mixins.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-brands-400.eot");
  src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype"), url("../fonts/fa-brands-400.svg#fontawesome") format("svg");
}

/* line 20, fontawesome/brands.scss */
.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fonts/fa-solid-900.eot");
  src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg");
}

/* line 20, fontawesome/solid.scss */
.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-regular-400.eot");
  src: url("../fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.woff") format("woff"), url("../fonts/fa-regular-400.ttf") format("truetype"), url("../fonts/fa-regular-400.svg#fontawesome") format("svg");
}

/* line 20, fontawesome/regular.scss */
.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
/* line 1, fontawesome/_shims.scss */
.fa.fa-glass:before {
  content: "\f000";
}

/* line 3, fontawesome/_shims.scss */
.fa.fa-meetup {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 8, fontawesome/_shims.scss */
.fa.fa-star-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 12, fontawesome/_shims.scss */
.fa.fa-star-o:before {
  content: "\f005";
}

/* line 14, fontawesome/_shims.scss */
.fa.fa-remove:before {
  content: "\f00d";
}

/* line 16, fontawesome/_shims.scss */
.fa.fa-close:before {
  content: "\f00d";
}

/* line 18, fontawesome/_shims.scss */
.fa.fa-gear:before {
  content: "\f013";
}

/* line 20, fontawesome/_shims.scss */
.fa.fa-trash-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 24, fontawesome/_shims.scss */
.fa.fa-trash-o:before {
  content: "\f2ed";
}

/* line 26, fontawesome/_shims.scss */
.fa.fa-file-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 30, fontawesome/_shims.scss */
.fa.fa-file-o:before {
  content: "\f15b";
}

/* line 32, fontawesome/_shims.scss */
.fa.fa-clock-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 36, fontawesome/_shims.scss */
.fa.fa-clock-o:before {
  content: "\f017";
}

/* line 38, fontawesome/_shims.scss */
.fa.fa-arrow-circle-o-down {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 42, fontawesome/_shims.scss */
.fa.fa-arrow-circle-o-down:before {
  content: "\f358";
}

/* line 44, fontawesome/_shims.scss */
.fa.fa-arrow-circle-o-up {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 48, fontawesome/_shims.scss */
.fa.fa-arrow-circle-o-up:before {
  content: "\f35b";
}

/* line 50, fontawesome/_shims.scss */
.fa.fa-play-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 54, fontawesome/_shims.scss */
.fa.fa-play-circle-o:before {
  content: "\f144";
}

/* line 56, fontawesome/_shims.scss */
.fa.fa-repeat:before {
  content: "\f01e";
}

/* line 58, fontawesome/_shims.scss */
.fa.fa-rotate-right:before {
  content: "\f01e";
}

/* line 60, fontawesome/_shims.scss */
.fa.fa-refresh:before {
  content: "\f021";
}

/* line 62, fontawesome/_shims.scss */
.fa.fa-list-alt {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 67, fontawesome/_shims.scss */
.fa.fa-dedent:before {
  content: "\f03b";
}

/* line 69, fontawesome/_shims.scss */
.fa.fa-video-camera:before {
  content: "\f03d";
}

/* line 71, fontawesome/_shims.scss */
.fa.fa-picture-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 75, fontawesome/_shims.scss */
.fa.fa-picture-o:before {
  content: "\f03e";
}

/* line 77, fontawesome/_shims.scss */
.fa.fa-photo {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 81, fontawesome/_shims.scss */
.fa.fa-photo:before {
  content: "\f03e";
}

/* line 83, fontawesome/_shims.scss */
.fa.fa-image {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 87, fontawesome/_shims.scss */
.fa.fa-image:before {
  content: "\f03e";
}

/* line 89, fontawesome/_shims.scss */
.fa.fa-pencil:before {
  content: "\f303";
}

/* line 91, fontawesome/_shims.scss */
.fa.fa-map-marker:before {
  content: "\f3c5";
}

/* line 93, fontawesome/_shims.scss */
.fa.fa-pencil-square-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 97, fontawesome/_shims.scss */
.fa.fa-pencil-square-o:before {
  content: "\f044";
}

/* line 99, fontawesome/_shims.scss */
.fa.fa-share-square-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 103, fontawesome/_shims.scss */
.fa.fa-share-square-o:before {
  content: "\f14d";
}

/* line 105, fontawesome/_shims.scss */
.fa.fa-check-square-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 109, fontawesome/_shims.scss */
.fa.fa-check-square-o:before {
  content: "\f14a";
}

/* line 111, fontawesome/_shims.scss */
.fa.fa-arrows:before {
  content: "\f0b2";
}

/* line 113, fontawesome/_shims.scss */
.fa.fa-times-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 117, fontawesome/_shims.scss */
.fa.fa-times-circle-o:before {
  content: "\f057";
}

/* line 119, fontawesome/_shims.scss */
.fa.fa-check-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 123, fontawesome/_shims.scss */
.fa.fa-check-circle-o:before {
  content: "\f058";
}

/* line 125, fontawesome/_shims.scss */
.fa.fa-mail-forward:before {
  content: "\f064";
}

/* line 127, fontawesome/_shims.scss */
.fa.fa-expand:before {
  content: "\f424";
}

/* line 129, fontawesome/_shims.scss */
.fa.fa-compress:before {
  content: "\f422";
}

/* line 131, fontawesome/_shims.scss */
.fa.fa-eye {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 136, fontawesome/_shims.scss */
.fa.fa-eye-slash {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 141, fontawesome/_shims.scss */
.fa.fa-warning:before {
  content: "\f071";
}

/* line 143, fontawesome/_shims.scss */
.fa.fa-calendar:before {
  content: "\f073";
}

/* line 145, fontawesome/_shims.scss */
.fa.fa-arrows-v:before {
  content: "\f338";
}

/* line 147, fontawesome/_shims.scss */
.fa.fa-arrows-h:before {
  content: "\f337";
}

/* line 149, fontawesome/_shims.scss */
.fa.fa-bar-chart {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 153, fontawesome/_shims.scss */
.fa.fa-bar-chart:before {
  content: "\f080";
}

/* line 155, fontawesome/_shims.scss */
.fa.fa-bar-chart-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 159, fontawesome/_shims.scss */
.fa.fa-bar-chart-o:before {
  content: "\f080";
}

/* line 161, fontawesome/_shims.scss */
.fa.fa-twitter-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 166, fontawesome/_shims.scss */
.fa.fa-facebook-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 171, fontawesome/_shims.scss */
.fa.fa-gears:before {
  content: "\f085";
}

/* line 173, fontawesome/_shims.scss */
.fa.fa-thumbs-o-up {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 177, fontawesome/_shims.scss */
.fa.fa-thumbs-o-up:before {
  content: "\f164";
}

/* line 179, fontawesome/_shims.scss */
.fa.fa-thumbs-o-down {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 183, fontawesome/_shims.scss */
.fa.fa-thumbs-o-down:before {
  content: "\f165";
}

/* line 185, fontawesome/_shims.scss */
.fa.fa-heart-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 189, fontawesome/_shims.scss */
.fa.fa-heart-o:before {
  content: "\f004";
}

/* line 191, fontawesome/_shims.scss */
.fa.fa-sign-out:before {
  content: "\f2f5";
}

/* line 193, fontawesome/_shims.scss */
.fa.fa-linkedin-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 197, fontawesome/_shims.scss */
.fa.fa-linkedin-square:before {
  content: "\f08c";
}

/* line 199, fontawesome/_shims.scss */
.fa.fa-thumb-tack:before {
  content: "\f08d";
}

/* line 201, fontawesome/_shims.scss */
.fa.fa-external-link:before {
  content: "\f35d";
}

/* line 203, fontawesome/_shims.scss */
.fa.fa-sign-in:before {
  content: "\f2f6";
}

/* line 205, fontawesome/_shims.scss */
.fa.fa-github-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 210, fontawesome/_shims.scss */
.fa.fa-lemon-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 214, fontawesome/_shims.scss */
.fa.fa-lemon-o:before {
  content: "\f094";
}

/* line 216, fontawesome/_shims.scss */
.fa.fa-square-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 220, fontawesome/_shims.scss */
.fa.fa-square-o:before {
  content: "\f0c8";
}

/* line 222, fontawesome/_shims.scss */
.fa.fa-bookmark-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 226, fontawesome/_shims.scss */
.fa.fa-bookmark-o:before {
  content: "\f02e";
}

/* line 228, fontawesome/_shims.scss */
.fa.fa-twitter {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 233, fontawesome/_shims.scss */
.fa.fa-facebook {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 237, fontawesome/_shims.scss */
.fa.fa-facebook:before {
  content: "\f39e";
}

/* line 239, fontawesome/_shims.scss */
.fa.fa-facebook-f {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 243, fontawesome/_shims.scss */
.fa.fa-facebook-f:before {
  content: "\f39e";
}

/* line 245, fontawesome/_shims.scss */
.fa.fa-github {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 250, fontawesome/_shims.scss */
.fa.fa-credit-card {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 255, fontawesome/_shims.scss */
.fa.fa-feed:before {
  content: "\f09e";
}

/* line 257, fontawesome/_shims.scss */
.fa.fa-hdd-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 261, fontawesome/_shims.scss */
.fa.fa-hdd-o:before {
  content: "\f0a0";
}

/* line 263, fontawesome/_shims.scss */
.fa.fa-hand-o-right {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 267, fontawesome/_shims.scss */
.fa.fa-hand-o-right:before {
  content: "\f0a4";
}

/* line 269, fontawesome/_shims.scss */
.fa.fa-hand-o-left {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 273, fontawesome/_shims.scss */
.fa.fa-hand-o-left:before {
  content: "\f0a5";
}

/* line 275, fontawesome/_shims.scss */
.fa.fa-hand-o-up {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 279, fontawesome/_shims.scss */
.fa.fa-hand-o-up:before {
  content: "\f0a6";
}

/* line 281, fontawesome/_shims.scss */
.fa.fa-hand-o-down {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 285, fontawesome/_shims.scss */
.fa.fa-hand-o-down:before {
  content: "\f0a7";
}

/* line 287, fontawesome/_shims.scss */
.fa.fa-arrows-alt:before {
  content: "\f31e";
}

/* line 289, fontawesome/_shims.scss */
.fa.fa-group:before {
  content: "\f0c0";
}

/* line 291, fontawesome/_shims.scss */
.fa.fa-chain:before {
  content: "\f0c1";
}

/* line 293, fontawesome/_shims.scss */
.fa.fa-scissors:before {
  content: "\f0c4";
}

/* line 295, fontawesome/_shims.scss */
.fa.fa-files-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 299, fontawesome/_shims.scss */
.fa.fa-files-o:before {
  content: "\f0c5";
}

/* line 301, fontawesome/_shims.scss */
.fa.fa-floppy-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 305, fontawesome/_shims.scss */
.fa.fa-floppy-o:before {
  content: "\f0c7";
}

/* line 307, fontawesome/_shims.scss */
.fa.fa-navicon:before {
  content: "\f0c9";
}

/* line 309, fontawesome/_shims.scss */
.fa.fa-reorder:before {
  content: "\f0c9";
}

/* line 311, fontawesome/_shims.scss */
.fa.fa-pinterest {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 316, fontawesome/_shims.scss */
.fa.fa-pinterest-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 321, fontawesome/_shims.scss */
.fa.fa-google-plus-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 326, fontawesome/_shims.scss */
.fa.fa-google-plus {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 330, fontawesome/_shims.scss */
.fa.fa-google-plus:before {
  content: "\f0d5";
}

/* line 332, fontawesome/_shims.scss */
.fa.fa-money {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 336, fontawesome/_shims.scss */
.fa.fa-money:before {
  content: "\f3d1";
}

/* line 338, fontawesome/_shims.scss */
.fa.fa-unsorted:before {
  content: "\f0dc";
}

/* line 340, fontawesome/_shims.scss */
.fa.fa-sort-desc:before {
  content: "\f0dd";
}

/* line 342, fontawesome/_shims.scss */
.fa.fa-sort-asc:before {
  content: "\f0de";
}

/* line 344, fontawesome/_shims.scss */
.fa.fa-linkedin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 348, fontawesome/_shims.scss */
.fa.fa-linkedin:before {
  content: "\f0e1";
}

/* line 350, fontawesome/_shims.scss */
.fa.fa-rotate-left:before {
  content: "\f0e2";
}

/* line 352, fontawesome/_shims.scss */
.fa.fa-legal:before {
  content: "\f0e3";
}

/* line 354, fontawesome/_shims.scss */
.fa.fa-tachometer:before {
  content: "\f3fd";
}

/* line 356, fontawesome/_shims.scss */
.fa.fa-dashboard:before {
  content: "\f3fd";
}

/* line 358, fontawesome/_shims.scss */
.fa.fa-comment-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 362, fontawesome/_shims.scss */
.fa.fa-comment-o:before {
  content: "\f075";
}

/* line 364, fontawesome/_shims.scss */
.fa.fa-comments-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 368, fontawesome/_shims.scss */
.fa.fa-comments-o:before {
  content: "\f086";
}

/* line 370, fontawesome/_shims.scss */
.fa.fa-flash:before {
  content: "\f0e7";
}

/* line 372, fontawesome/_shims.scss */
.fa.fa-clipboard {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 377, fontawesome/_shims.scss */
.fa.fa-paste {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 381, fontawesome/_shims.scss */
.fa.fa-paste:before {
  content: "\f328";
}

/* line 383, fontawesome/_shims.scss */
.fa.fa-lightbulb-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 387, fontawesome/_shims.scss */
.fa.fa-lightbulb-o:before {
  content: "\f0eb";
}

/* line 389, fontawesome/_shims.scss */
.fa.fa-exchange:before {
  content: "\f362";
}

/* line 391, fontawesome/_shims.scss */
.fa.fa-cloud-download:before {
  content: "\f381";
}

/* line 393, fontawesome/_shims.scss */
.fa.fa-cloud-upload:before {
  content: "\f382";
}

/* line 395, fontawesome/_shims.scss */
.fa.fa-bell-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 399, fontawesome/_shims.scss */
.fa.fa-bell-o:before {
  content: "\f0f3";
}

/* line 401, fontawesome/_shims.scss */
.fa.fa-cutlery:before {
  content: "\f2e7";
}

/* line 403, fontawesome/_shims.scss */
.fa.fa-file-text-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 407, fontawesome/_shims.scss */
.fa.fa-file-text-o:before {
  content: "\f15c";
}

/* line 409, fontawesome/_shims.scss */
.fa.fa-building-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 413, fontawesome/_shims.scss */
.fa.fa-building-o:before {
  content: "\f1ad";
}

/* line 415, fontawesome/_shims.scss */
.fa.fa-hospital-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 419, fontawesome/_shims.scss */
.fa.fa-hospital-o:before {
  content: "\f0f8";
}

/* line 421, fontawesome/_shims.scss */
.fa.fa-tablet:before {
  content: "\f3fa";
}

/* line 423, fontawesome/_shims.scss */
.fa.fa-mobile:before {
  content: "\f3cd";
}

/* line 425, fontawesome/_shims.scss */
.fa.fa-mobile-phone:before {
  content: "\f3cd";
}

/* line 427, fontawesome/_shims.scss */
.fa.fa-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 431, fontawesome/_shims.scss */
.fa.fa-circle-o:before {
  content: "\f111";
}

/* line 433, fontawesome/_shims.scss */
.fa.fa-mail-reply:before {
  content: "\f3e5";
}

/* line 435, fontawesome/_shims.scss */
.fa.fa-github-alt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 440, fontawesome/_shims.scss */
.fa.fa-folder-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 444, fontawesome/_shims.scss */
.fa.fa-folder-o:before {
  content: "\f07b";
}

/* line 446, fontawesome/_shims.scss */
.fa.fa-folder-open-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 450, fontawesome/_shims.scss */
.fa.fa-folder-open-o:before {
  content: "\f07c";
}

/* line 452, fontawesome/_shims.scss */
.fa.fa-smile-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 456, fontawesome/_shims.scss */
.fa.fa-smile-o:before {
  content: "\f118";
}

/* line 458, fontawesome/_shims.scss */
.fa.fa-frown-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 462, fontawesome/_shims.scss */
.fa.fa-frown-o:before {
  content: "\f119";
}

/* line 464, fontawesome/_shims.scss */
.fa.fa-meh-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 468, fontawesome/_shims.scss */
.fa.fa-meh-o:before {
  content: "\f11a";
}

/* line 470, fontawesome/_shims.scss */
.fa.fa-keyboard-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 474, fontawesome/_shims.scss */
.fa.fa-keyboard-o:before {
  content: "\f11c";
}

/* line 476, fontawesome/_shims.scss */
.fa.fa-flag-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 480, fontawesome/_shims.scss */
.fa.fa-flag-o:before {
  content: "\f024";
}

/* line 482, fontawesome/_shims.scss */
.fa.fa-mail-reply-all:before {
  content: "\f122";
}

/* line 484, fontawesome/_shims.scss */
.fa.fa-star-half-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 488, fontawesome/_shims.scss */
.fa.fa-star-half-o:before {
  content: "\f089";
}

/* line 490, fontawesome/_shims.scss */
.fa.fa-star-half-empty {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 494, fontawesome/_shims.scss */
.fa.fa-star-half-empty:before {
  content: "\f089";
}

/* line 496, fontawesome/_shims.scss */
.fa.fa-star-half-full {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 500, fontawesome/_shims.scss */
.fa.fa-star-half-full:before {
  content: "\f089";
}

/* line 502, fontawesome/_shims.scss */
.fa.fa-code-fork:before {
  content: "\f126";
}

/* line 504, fontawesome/_shims.scss */
.fa.fa-chain-broken:before {
  content: "\f127";
}

/* line 506, fontawesome/_shims.scss */
.fa.fa-shield:before {
  content: "\f3ed";
}

/* line 508, fontawesome/_shims.scss */
.fa.fa-calendar-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 512, fontawesome/_shims.scss */
.fa.fa-calendar-o:before {
  content: "\f133";
}

/* line 514, fontawesome/_shims.scss */
.fa.fa-maxcdn {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 519, fontawesome/_shims.scss */
.fa.fa-html5 {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 524, fontawesome/_shims.scss */
.fa.fa-css3 {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 529, fontawesome/_shims.scss */
.fa.fa-ticket:before {
  content: "\f3ff";
}

/* line 531, fontawesome/_shims.scss */
.fa.fa-minus-square-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 535, fontawesome/_shims.scss */
.fa.fa-minus-square-o:before {
  content: "\f146";
}

/* line 537, fontawesome/_shims.scss */
.fa.fa-level-up:before {
  content: "\f3bf";
}

/* line 539, fontawesome/_shims.scss */
.fa.fa-level-down:before {
  content: "\f3be";
}

/* line 541, fontawesome/_shims.scss */
.fa.fa-pencil-square:before {
  content: "\f14b";
}

/* line 543, fontawesome/_shims.scss */
.fa.fa-external-link-square:before {
  content: "\f360";
}

/* line 545, fontawesome/_shims.scss */
.fa.fa-compass {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 550, fontawesome/_shims.scss */
.fa.fa-caret-square-o-down {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 554, fontawesome/_shims.scss */
.fa.fa-caret-square-o-down:before {
  content: "\f150";
}

/* line 556, fontawesome/_shims.scss */
.fa.fa-toggle-down {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 560, fontawesome/_shims.scss */
.fa.fa-toggle-down:before {
  content: "\f150";
}

/* line 562, fontawesome/_shims.scss */
.fa.fa-caret-square-o-up {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 566, fontawesome/_shims.scss */
.fa.fa-caret-square-o-up:before {
  content: "\f151";
}

/* line 568, fontawesome/_shims.scss */
.fa.fa-toggle-up {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 572, fontawesome/_shims.scss */
.fa.fa-toggle-up:before {
  content: "\f151";
}

/* line 574, fontawesome/_shims.scss */
.fa.fa-caret-square-o-right {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 578, fontawesome/_shims.scss */
.fa.fa-caret-square-o-right:before {
  content: "\f152";
}

/* line 580, fontawesome/_shims.scss */
.fa.fa-toggle-right {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 584, fontawesome/_shims.scss */
.fa.fa-toggle-right:before {
  content: "\f152";
}

/* line 586, fontawesome/_shims.scss */
.fa.fa-eur:before {
  content: "\f153";
}

/* line 588, fontawesome/_shims.scss */
.fa.fa-euro:before {
  content: "\f153";
}

/* line 590, fontawesome/_shims.scss */
.fa.fa-gbp:before {
  content: "\f154";
}

/* line 592, fontawesome/_shims.scss */
.fa.fa-usd:before {
  content: "\f155";
}

/* line 594, fontawesome/_shims.scss */
.fa.fa-dollar:before {
  content: "\f155";
}

/* line 596, fontawesome/_shims.scss */
.fa.fa-inr:before {
  content: "\f156";
}

/* line 598, fontawesome/_shims.scss */
.fa.fa-rupee:before {
  content: "\f156";
}

/* line 600, fontawesome/_shims.scss */
.fa.fa-jpy:before {
  content: "\f157";
}

/* line 602, fontawesome/_shims.scss */
.fa.fa-cny:before {
  content: "\f157";
}

/* line 604, fontawesome/_shims.scss */
.fa.fa-rmb:before {
  content: "\f157";
}

/* line 606, fontawesome/_shims.scss */
.fa.fa-yen:before {
  content: "\f157";
}

/* line 608, fontawesome/_shims.scss */
.fa.fa-rub:before {
  content: "\f158";
}

/* line 610, fontawesome/_shims.scss */
.fa.fa-ruble:before {
  content: "\f158";
}

/* line 612, fontawesome/_shims.scss */
.fa.fa-rouble:before {
  content: "\f158";
}

/* line 614, fontawesome/_shims.scss */
.fa.fa-krw:before {
  content: "\f159";
}

/* line 616, fontawesome/_shims.scss */
.fa.fa-won:before {
  content: "\f159";
}

/* line 618, fontawesome/_shims.scss */
.fa.fa-btc {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 623, fontawesome/_shims.scss */
.fa.fa-bitcoin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 627, fontawesome/_shims.scss */
.fa.fa-bitcoin:before {
  content: "\f15a";
}

/* line 629, fontawesome/_shims.scss */
.fa.fa-file-text:before {
  content: "\f15c";
}

/* line 631, fontawesome/_shims.scss */
.fa.fa-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 633, fontawesome/_shims.scss */
.fa.fa-sort-alpha-desc:before {
  content: "\f881";
}

/* line 635, fontawesome/_shims.scss */
.fa.fa-sort-amount-asc:before {
  content: "\f160";
}

/* line 637, fontawesome/_shims.scss */
.fa.fa-sort-amount-desc:before {
  content: "\f884";
}

/* line 639, fontawesome/_shims.scss */
.fa.fa-sort-numeric-asc:before {
  content: "\f162";
}

/* line 641, fontawesome/_shims.scss */
.fa.fa-sort-numeric-desc:before {
  content: "\f886";
}

/* line 643, fontawesome/_shims.scss */
.fa.fa-youtube-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 648, fontawesome/_shims.scss */
.fa.fa-youtube {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 653, fontawesome/_shims.scss */
.fa.fa-xing {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 658, fontawesome/_shims.scss */
.fa.fa-xing-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 663, fontawesome/_shims.scss */
.fa.fa-youtube-play {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 667, fontawesome/_shims.scss */
.fa.fa-youtube-play:before {
  content: "\f167";
}

/* line 669, fontawesome/_shims.scss */
.fa.fa-dropbox {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 674, fontawesome/_shims.scss */
.fa.fa-stack-overflow {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 679, fontawesome/_shims.scss */
.fa.fa-instagram {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 684, fontawesome/_shims.scss */
.fa.fa-flickr {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 689, fontawesome/_shims.scss */
.fa.fa-adn {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 694, fontawesome/_shims.scss */
.fa.fa-bitbucket {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 699, fontawesome/_shims.scss */
.fa.fa-bitbucket-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 703, fontawesome/_shims.scss */
.fa.fa-bitbucket-square:before {
  content: "\f171";
}

/* line 705, fontawesome/_shims.scss */
.fa.fa-tumblr {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 710, fontawesome/_shims.scss */
.fa.fa-tumblr-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 715, fontawesome/_shims.scss */
.fa.fa-long-arrow-down:before {
  content: "\f309";
}

/* line 717, fontawesome/_shims.scss */
.fa.fa-long-arrow-up:before {
  content: "\f30c";
}

/* line 719, fontawesome/_shims.scss */
.fa.fa-long-arrow-left:before {
  content: "\f30a";
}

/* line 721, fontawesome/_shims.scss */
.fa.fa-long-arrow-right:before {
  content: "\f30b";
}

/* line 723, fontawesome/_shims.scss */
.fa.fa-apple {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 728, fontawesome/_shims.scss */
.fa.fa-windows {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 733, fontawesome/_shims.scss */
.fa.fa-android {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 738, fontawesome/_shims.scss */
.fa.fa-linux {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 743, fontawesome/_shims.scss */
.fa.fa-dribbble {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 748, fontawesome/_shims.scss */
.fa.fa-skype {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 753, fontawesome/_shims.scss */
.fa.fa-foursquare {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 758, fontawesome/_shims.scss */
.fa.fa-trello {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 763, fontawesome/_shims.scss */
.fa.fa-gratipay {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 768, fontawesome/_shims.scss */
.fa.fa-gittip {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 772, fontawesome/_shims.scss */
.fa.fa-gittip:before {
  content: "\f184";
}

/* line 774, fontawesome/_shims.scss */
.fa.fa-sun-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 778, fontawesome/_shims.scss */
.fa.fa-sun-o:before {
  content: "\f185";
}

/* line 780, fontawesome/_shims.scss */
.fa.fa-moon-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 784, fontawesome/_shims.scss */
.fa.fa-moon-o:before {
  content: "\f186";
}

/* line 786, fontawesome/_shims.scss */
.fa.fa-vk {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 791, fontawesome/_shims.scss */
.fa.fa-weibo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 796, fontawesome/_shims.scss */
.fa.fa-renren {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 801, fontawesome/_shims.scss */
.fa.fa-pagelines {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 806, fontawesome/_shims.scss */
.fa.fa-stack-exchange {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 811, fontawesome/_shims.scss */
.fa.fa-arrow-circle-o-right {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 815, fontawesome/_shims.scss */
.fa.fa-arrow-circle-o-right:before {
  content: "\f35a";
}

/* line 817, fontawesome/_shims.scss */
.fa.fa-arrow-circle-o-left {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 821, fontawesome/_shims.scss */
.fa.fa-arrow-circle-o-left:before {
  content: "\f359";
}

/* line 823, fontawesome/_shims.scss */
.fa.fa-caret-square-o-left {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 827, fontawesome/_shims.scss */
.fa.fa-caret-square-o-left:before {
  content: "\f191";
}

/* line 829, fontawesome/_shims.scss */
.fa.fa-toggle-left {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 833, fontawesome/_shims.scss */
.fa.fa-toggle-left:before {
  content: "\f191";
}

/* line 835, fontawesome/_shims.scss */
.fa.fa-dot-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 839, fontawesome/_shims.scss */
.fa.fa-dot-circle-o:before {
  content: "\f192";
}

/* line 841, fontawesome/_shims.scss */
.fa.fa-vimeo-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 846, fontawesome/_shims.scss */
.fa.fa-try:before {
  content: "\f195";
}

/* line 848, fontawesome/_shims.scss */
.fa.fa-turkish-lira:before {
  content: "\f195";
}

/* line 850, fontawesome/_shims.scss */
.fa.fa-plus-square-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 854, fontawesome/_shims.scss */
.fa.fa-plus-square-o:before {
  content: "\f0fe";
}

/* line 856, fontawesome/_shims.scss */
.fa.fa-slack {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 861, fontawesome/_shims.scss */
.fa.fa-wordpress {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 866, fontawesome/_shims.scss */
.fa.fa-openid {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 871, fontawesome/_shims.scss */
.fa.fa-institution:before {
  content: "\f19c";
}

/* line 873, fontawesome/_shims.scss */
.fa.fa-bank:before {
  content: "\f19c";
}

/* line 875, fontawesome/_shims.scss */
.fa.fa-mortar-board:before {
  content: "\f19d";
}

/* line 877, fontawesome/_shims.scss */
.fa.fa-yahoo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 882, fontawesome/_shims.scss */
.fa.fa-google {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 887, fontawesome/_shims.scss */
.fa.fa-reddit {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 892, fontawesome/_shims.scss */
.fa.fa-reddit-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 897, fontawesome/_shims.scss */
.fa.fa-stumbleupon-circle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 902, fontawesome/_shims.scss */
.fa.fa-stumbleupon {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 907, fontawesome/_shims.scss */
.fa.fa-delicious {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 912, fontawesome/_shims.scss */
.fa.fa-digg {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 917, fontawesome/_shims.scss */
.fa.fa-pied-piper-pp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 922, fontawesome/_shims.scss */
.fa.fa-pied-piper-alt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 927, fontawesome/_shims.scss */
.fa.fa-drupal {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 932, fontawesome/_shims.scss */
.fa.fa-joomla {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 937, fontawesome/_shims.scss */
.fa.fa-spoon:before {
  content: "\f2e5";
}

/* line 939, fontawesome/_shims.scss */
.fa.fa-behance {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 944, fontawesome/_shims.scss */
.fa.fa-behance-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 949, fontawesome/_shims.scss */
.fa.fa-steam {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 954, fontawesome/_shims.scss */
.fa.fa-steam-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 959, fontawesome/_shims.scss */
.fa.fa-automobile:before {
  content: "\f1b9";
}

/* line 961, fontawesome/_shims.scss */
.fa.fa-envelope-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 965, fontawesome/_shims.scss */
.fa.fa-envelope-o:before {
  content: "\f0e0";
}

/* line 967, fontawesome/_shims.scss */
.fa.fa-spotify {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 972, fontawesome/_shims.scss */
.fa.fa-deviantart {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 977, fontawesome/_shims.scss */
.fa.fa-soundcloud {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 982, fontawesome/_shims.scss */
.fa.fa-file-pdf-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 986, fontawesome/_shims.scss */
.fa.fa-file-pdf-o:before {
  content: "\f1c1";
}

/* line 988, fontawesome/_shims.scss */
.fa.fa-file-word-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 992, fontawesome/_shims.scss */
.fa.fa-file-word-o:before {
  content: "\f1c2";
}

/* line 994, fontawesome/_shims.scss */
.fa.fa-file-excel-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 998, fontawesome/_shims.scss */
.fa.fa-file-excel-o:before {
  content: "\f1c3";
}

/* line 1000, fontawesome/_shims.scss */
.fa.fa-file-powerpoint-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1004, fontawesome/_shims.scss */
.fa.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

/* line 1006, fontawesome/_shims.scss */
.fa.fa-file-image-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1010, fontawesome/_shims.scss */
.fa.fa-file-image-o:before {
  content: "\f1c5";
}

/* line 1012, fontawesome/_shims.scss */
.fa.fa-file-photo-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1016, fontawesome/_shims.scss */
.fa.fa-file-photo-o:before {
  content: "\f1c5";
}

/* line 1018, fontawesome/_shims.scss */
.fa.fa-file-picture-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1022, fontawesome/_shims.scss */
.fa.fa-file-picture-o:before {
  content: "\f1c5";
}

/* line 1024, fontawesome/_shims.scss */
.fa.fa-file-archive-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1028, fontawesome/_shims.scss */
.fa.fa-file-archive-o:before {
  content: "\f1c6";
}

/* line 1030, fontawesome/_shims.scss */
.fa.fa-file-zip-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1034, fontawesome/_shims.scss */
.fa.fa-file-zip-o:before {
  content: "\f1c6";
}

/* line 1036, fontawesome/_shims.scss */
.fa.fa-file-audio-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1040, fontawesome/_shims.scss */
.fa.fa-file-audio-o:before {
  content: "\f1c7";
}

/* line 1042, fontawesome/_shims.scss */
.fa.fa-file-sound-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1046, fontawesome/_shims.scss */
.fa.fa-file-sound-o:before {
  content: "\f1c7";
}

/* line 1048, fontawesome/_shims.scss */
.fa.fa-file-video-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1052, fontawesome/_shims.scss */
.fa.fa-file-video-o:before {
  content: "\f1c8";
}

/* line 1054, fontawesome/_shims.scss */
.fa.fa-file-movie-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1058, fontawesome/_shims.scss */
.fa.fa-file-movie-o:before {
  content: "\f1c8";
}

/* line 1060, fontawesome/_shims.scss */
.fa.fa-file-code-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1064, fontawesome/_shims.scss */
.fa.fa-file-code-o:before {
  content: "\f1c9";
}

/* line 1066, fontawesome/_shims.scss */
.fa.fa-vine {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1071, fontawesome/_shims.scss */
.fa.fa-codepen {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1076, fontawesome/_shims.scss */
.fa.fa-jsfiddle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1081, fontawesome/_shims.scss */
.fa.fa-life-ring {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1086, fontawesome/_shims.scss */
.fa.fa-life-bouy {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1090, fontawesome/_shims.scss */
.fa.fa-life-bouy:before {
  content: "\f1cd";
}

/* line 1092, fontawesome/_shims.scss */
.fa.fa-life-buoy {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1096, fontawesome/_shims.scss */
.fa.fa-life-buoy:before {
  content: "\f1cd";
}

/* line 1098, fontawesome/_shims.scss */
.fa.fa-life-saver {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1102, fontawesome/_shims.scss */
.fa.fa-life-saver:before {
  content: "\f1cd";
}

/* line 1104, fontawesome/_shims.scss */
.fa.fa-support {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1108, fontawesome/_shims.scss */
.fa.fa-support:before {
  content: "\f1cd";
}

/* line 1110, fontawesome/_shims.scss */
.fa.fa-circle-o-notch:before {
  content: "\f1ce";
}

/* line 1112, fontawesome/_shims.scss */
.fa.fa-rebel {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1117, fontawesome/_shims.scss */
.fa.fa-ra {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1121, fontawesome/_shims.scss */
.fa.fa-ra:before {
  content: "\f1d0";
}

/* line 1123, fontawesome/_shims.scss */
.fa.fa-resistance {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1127, fontawesome/_shims.scss */
.fa.fa-resistance:before {
  content: "\f1d0";
}

/* line 1129, fontawesome/_shims.scss */
.fa.fa-empire {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1134, fontawesome/_shims.scss */
.fa.fa-ge {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1138, fontawesome/_shims.scss */
.fa.fa-ge:before {
  content: "\f1d1";
}

/* line 1140, fontawesome/_shims.scss */
.fa.fa-git-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1145, fontawesome/_shims.scss */
.fa.fa-git {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1150, fontawesome/_shims.scss */
.fa.fa-hacker-news {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1155, fontawesome/_shims.scss */
.fa.fa-y-combinator-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1159, fontawesome/_shims.scss */
.fa.fa-y-combinator-square:before {
  content: "\f1d4";
}

/* line 1161, fontawesome/_shims.scss */
.fa.fa-yc-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1165, fontawesome/_shims.scss */
.fa.fa-yc-square:before {
  content: "\f1d4";
}

/* line 1167, fontawesome/_shims.scss */
.fa.fa-tencent-weibo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1172, fontawesome/_shims.scss */
.fa.fa-qq {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1177, fontawesome/_shims.scss */
.fa.fa-weixin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1182, fontawesome/_shims.scss */
.fa.fa-wechat {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1186, fontawesome/_shims.scss */
.fa.fa-wechat:before {
  content: "\f1d7";
}

/* line 1188, fontawesome/_shims.scss */
.fa.fa-send:before {
  content: "\f1d8";
}

/* line 1190, fontawesome/_shims.scss */
.fa.fa-paper-plane-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1194, fontawesome/_shims.scss */
.fa.fa-paper-plane-o:before {
  content: "\f1d8";
}

/* line 1196, fontawesome/_shims.scss */
.fa.fa-send-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1200, fontawesome/_shims.scss */
.fa.fa-send-o:before {
  content: "\f1d8";
}

/* line 1202, fontawesome/_shims.scss */
.fa.fa-circle-thin {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1206, fontawesome/_shims.scss */
.fa.fa-circle-thin:before {
  content: "\f111";
}

/* line 1208, fontawesome/_shims.scss */
.fa.fa-header:before {
  content: "\f1dc";
}

/* line 1210, fontawesome/_shims.scss */
.fa.fa-sliders:before {
  content: "\f1de";
}

/* line 1212, fontawesome/_shims.scss */
.fa.fa-futbol-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1216, fontawesome/_shims.scss */
.fa.fa-futbol-o:before {
  content: "\f1e3";
}

/* line 1218, fontawesome/_shims.scss */
.fa.fa-soccer-ball-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1222, fontawesome/_shims.scss */
.fa.fa-soccer-ball-o:before {
  content: "\f1e3";
}

/* line 1224, fontawesome/_shims.scss */
.fa.fa-slideshare {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1229, fontawesome/_shims.scss */
.fa.fa-twitch {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1234, fontawesome/_shims.scss */
.fa.fa-yelp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1239, fontawesome/_shims.scss */
.fa.fa-newspaper-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1243, fontawesome/_shims.scss */
.fa.fa-newspaper-o:before {
  content: "\f1ea";
}

/* line 1245, fontawesome/_shims.scss */
.fa.fa-paypal {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1250, fontawesome/_shims.scss */
.fa.fa-google-wallet {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1255, fontawesome/_shims.scss */
.fa.fa-cc-visa {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1260, fontawesome/_shims.scss */
.fa.fa-cc-mastercard {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1265, fontawesome/_shims.scss */
.fa.fa-cc-discover {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1270, fontawesome/_shims.scss */
.fa.fa-cc-amex {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1275, fontawesome/_shims.scss */
.fa.fa-cc-paypal {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1280, fontawesome/_shims.scss */
.fa.fa-cc-stripe {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1285, fontawesome/_shims.scss */
.fa.fa-bell-slash-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1289, fontawesome/_shims.scss */
.fa.fa-bell-slash-o:before {
  content: "\f1f6";
}

/* line 1291, fontawesome/_shims.scss */
.fa.fa-trash:before {
  content: "\f2ed";
}

/* line 1293, fontawesome/_shims.scss */
.fa.fa-copyright {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1298, fontawesome/_shims.scss */
.fa.fa-eyedropper:before {
  content: "\f1fb";
}

/* line 1300, fontawesome/_shims.scss */
.fa.fa-area-chart:before {
  content: "\f1fe";
}

/* line 1302, fontawesome/_shims.scss */
.fa.fa-pie-chart:before {
  content: "\f200";
}

/* line 1304, fontawesome/_shims.scss */
.fa.fa-line-chart:before {
  content: "\f201";
}

/* line 1306, fontawesome/_shims.scss */
.fa.fa-lastfm {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1311, fontawesome/_shims.scss */
.fa.fa-lastfm-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1316, fontawesome/_shims.scss */
.fa.fa-ioxhost {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1321, fontawesome/_shims.scss */
.fa.fa-angellist {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1326, fontawesome/_shims.scss */
.fa.fa-cc {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1330, fontawesome/_shims.scss */
.fa.fa-cc:before {
  content: "\f20a";
}

/* line 1332, fontawesome/_shims.scss */
.fa.fa-ils:before {
  content: "\f20b";
}

/* line 1334, fontawesome/_shims.scss */
.fa.fa-shekel:before {
  content: "\f20b";
}

/* line 1336, fontawesome/_shims.scss */
.fa.fa-sheqel:before {
  content: "\f20b";
}

/* line 1338, fontawesome/_shims.scss */
.fa.fa-meanpath {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1342, fontawesome/_shims.scss */
.fa.fa-meanpath:before {
  content: "\f2b4";
}

/* line 1344, fontawesome/_shims.scss */
.fa.fa-buysellads {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1349, fontawesome/_shims.scss */
.fa.fa-connectdevelop {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1354, fontawesome/_shims.scss */
.fa.fa-dashcube {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1359, fontawesome/_shims.scss */
.fa.fa-forumbee {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1364, fontawesome/_shims.scss */
.fa.fa-leanpub {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1369, fontawesome/_shims.scss */
.fa.fa-sellsy {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1374, fontawesome/_shims.scss */
.fa.fa-shirtsinbulk {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1379, fontawesome/_shims.scss */
.fa.fa-simplybuilt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1384, fontawesome/_shims.scss */
.fa.fa-skyatlas {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1389, fontawesome/_shims.scss */
.fa.fa-diamond {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1393, fontawesome/_shims.scss */
.fa.fa-diamond:before {
  content: "\f3a5";
}

/* line 1395, fontawesome/_shims.scss */
.fa.fa-intersex:before {
  content: "\f224";
}

/* line 1397, fontawesome/_shims.scss */
.fa.fa-facebook-official {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1401, fontawesome/_shims.scss */
.fa.fa-facebook-official:before {
  content: "\f09a";
}

/* line 1403, fontawesome/_shims.scss */
.fa.fa-pinterest-p {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1408, fontawesome/_shims.scss */
.fa.fa-whatsapp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1413, fontawesome/_shims.scss */
.fa.fa-hotel:before {
  content: "\f236";
}

/* line 1415, fontawesome/_shims.scss */
.fa.fa-viacoin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1420, fontawesome/_shims.scss */
.fa.fa-medium {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1425, fontawesome/_shims.scss */
.fa.fa-y-combinator {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1430, fontawesome/_shims.scss */
.fa.fa-yc {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1434, fontawesome/_shims.scss */
.fa.fa-yc:before {
  content: "\f23b";
}

/* line 1436, fontawesome/_shims.scss */
.fa.fa-optin-monster {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1441, fontawesome/_shims.scss */
.fa.fa-opencart {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1446, fontawesome/_shims.scss */
.fa.fa-expeditedssl {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1451, fontawesome/_shims.scss */
.fa.fa-battery-4:before {
  content: "\f240";
}

/* line 1453, fontawesome/_shims.scss */
.fa.fa-battery:before {
  content: "\f240";
}

/* line 1455, fontawesome/_shims.scss */
.fa.fa-battery-3:before {
  content: "\f241";
}

/* line 1457, fontawesome/_shims.scss */
.fa.fa-battery-2:before {
  content: "\f242";
}

/* line 1459, fontawesome/_shims.scss */
.fa.fa-battery-1:before {
  content: "\f243";
}

/* line 1461, fontawesome/_shims.scss */
.fa.fa-battery-0:before {
  content: "\f244";
}

/* line 1463, fontawesome/_shims.scss */
.fa.fa-object-group {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1468, fontawesome/_shims.scss */
.fa.fa-object-ungroup {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1473, fontawesome/_shims.scss */
.fa.fa-sticky-note-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1477, fontawesome/_shims.scss */
.fa.fa-sticky-note-o:before {
  content: "\f249";
}

/* line 1479, fontawesome/_shims.scss */
.fa.fa-cc-jcb {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1484, fontawesome/_shims.scss */
.fa.fa-cc-diners-club {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1489, fontawesome/_shims.scss */
.fa.fa-clone {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1494, fontawesome/_shims.scss */
.fa.fa-hourglass-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1498, fontawesome/_shims.scss */
.fa.fa-hourglass-o:before {
  content: "\f254";
}

/* line 1500, fontawesome/_shims.scss */
.fa.fa-hourglass-1:before {
  content: "\f251";
}

/* line 1502, fontawesome/_shims.scss */
.fa.fa-hourglass-2:before {
  content: "\f252";
}

/* line 1504, fontawesome/_shims.scss */
.fa.fa-hourglass-3:before {
  content: "\f253";
}

/* line 1506, fontawesome/_shims.scss */
.fa.fa-hand-rock-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1510, fontawesome/_shims.scss */
.fa.fa-hand-rock-o:before {
  content: "\f255";
}

/* line 1512, fontawesome/_shims.scss */
.fa.fa-hand-grab-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1516, fontawesome/_shims.scss */
.fa.fa-hand-grab-o:before {
  content: "\f255";
}

/* line 1518, fontawesome/_shims.scss */
.fa.fa-hand-paper-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1522, fontawesome/_shims.scss */
.fa.fa-hand-paper-o:before {
  content: "\f256";
}

/* line 1524, fontawesome/_shims.scss */
.fa.fa-hand-stop-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1528, fontawesome/_shims.scss */
.fa.fa-hand-stop-o:before {
  content: "\f256";
}

/* line 1530, fontawesome/_shims.scss */
.fa.fa-hand-scissors-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1534, fontawesome/_shims.scss */
.fa.fa-hand-scissors-o:before {
  content: "\f257";
}

/* line 1536, fontawesome/_shims.scss */
.fa.fa-hand-lizard-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1540, fontawesome/_shims.scss */
.fa.fa-hand-lizard-o:before {
  content: "\f258";
}

/* line 1542, fontawesome/_shims.scss */
.fa.fa-hand-spock-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1546, fontawesome/_shims.scss */
.fa.fa-hand-spock-o:before {
  content: "\f259";
}

/* line 1548, fontawesome/_shims.scss */
.fa.fa-hand-pointer-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1552, fontawesome/_shims.scss */
.fa.fa-hand-pointer-o:before {
  content: "\f25a";
}

/* line 1554, fontawesome/_shims.scss */
.fa.fa-hand-peace-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1558, fontawesome/_shims.scss */
.fa.fa-hand-peace-o:before {
  content: "\f25b";
}

/* line 1560, fontawesome/_shims.scss */
.fa.fa-registered {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1565, fontawesome/_shims.scss */
.fa.fa-creative-commons {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1570, fontawesome/_shims.scss */
.fa.fa-gg {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1575, fontawesome/_shims.scss */
.fa.fa-gg-circle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1580, fontawesome/_shims.scss */
.fa.fa-tripadvisor {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1585, fontawesome/_shims.scss */
.fa.fa-odnoklassniki {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1590, fontawesome/_shims.scss */
.fa.fa-odnoklassniki-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1595, fontawesome/_shims.scss */
.fa.fa-get-pocket {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1600, fontawesome/_shims.scss */
.fa.fa-wikipedia-w {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1605, fontawesome/_shims.scss */
.fa.fa-safari {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1610, fontawesome/_shims.scss */
.fa.fa-chrome {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1615, fontawesome/_shims.scss */
.fa.fa-firefox {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1620, fontawesome/_shims.scss */
.fa.fa-opera {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1625, fontawesome/_shims.scss */
.fa.fa-internet-explorer {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1630, fontawesome/_shims.scss */
.fa.fa-television:before {
  content: "\f26c";
}

/* line 1632, fontawesome/_shims.scss */
.fa.fa-contao {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1637, fontawesome/_shims.scss */
.fa.fa-500px {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1642, fontawesome/_shims.scss */
.fa.fa-amazon {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1647, fontawesome/_shims.scss */
.fa.fa-calendar-plus-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1651, fontawesome/_shims.scss */
.fa.fa-calendar-plus-o:before {
  content: "\f271";
}

/* line 1653, fontawesome/_shims.scss */
.fa.fa-calendar-minus-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1657, fontawesome/_shims.scss */
.fa.fa-calendar-minus-o:before {
  content: "\f272";
}

/* line 1659, fontawesome/_shims.scss */
.fa.fa-calendar-times-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1663, fontawesome/_shims.scss */
.fa.fa-calendar-times-o:before {
  content: "\f273";
}

/* line 1665, fontawesome/_shims.scss */
.fa.fa-calendar-check-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1669, fontawesome/_shims.scss */
.fa.fa-calendar-check-o:before {
  content: "\f274";
}

/* line 1671, fontawesome/_shims.scss */
.fa.fa-map-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1675, fontawesome/_shims.scss */
.fa.fa-map-o:before {
  content: "\f279";
}

/* line 1677, fontawesome/_shims.scss */
.fa.fa-commenting:before {
  content: "\f4ad";
}

/* line 1679, fontawesome/_shims.scss */
.fa.fa-commenting-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1683, fontawesome/_shims.scss */
.fa.fa-commenting-o:before {
  content: "\f4ad";
}

/* line 1685, fontawesome/_shims.scss */
.fa.fa-houzz {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1690, fontawesome/_shims.scss */
.fa.fa-vimeo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1694, fontawesome/_shims.scss */
.fa.fa-vimeo:before {
  content: "\f27d";
}

/* line 1696, fontawesome/_shims.scss */
.fa.fa-black-tie {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1701, fontawesome/_shims.scss */
.fa.fa-fonticons {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1706, fontawesome/_shims.scss */
.fa.fa-reddit-alien {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1711, fontawesome/_shims.scss */
.fa.fa-edge {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1716, fontawesome/_shims.scss */
.fa.fa-credit-card-alt:before {
  content: "\f09d";
}

/* line 1718, fontawesome/_shims.scss */
.fa.fa-codiepie {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1723, fontawesome/_shims.scss */
.fa.fa-modx {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1728, fontawesome/_shims.scss */
.fa.fa-fort-awesome {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1733, fontawesome/_shims.scss */
.fa.fa-usb {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1738, fontawesome/_shims.scss */
.fa.fa-product-hunt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1743, fontawesome/_shims.scss */
.fa.fa-mixcloud {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1748, fontawesome/_shims.scss */
.fa.fa-scribd {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1753, fontawesome/_shims.scss */
.fa.fa-pause-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1757, fontawesome/_shims.scss */
.fa.fa-pause-circle-o:before {
  content: "\f28b";
}

/* line 1759, fontawesome/_shims.scss */
.fa.fa-stop-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1763, fontawesome/_shims.scss */
.fa.fa-stop-circle-o:before {
  content: "\f28d";
}

/* line 1765, fontawesome/_shims.scss */
.fa.fa-bluetooth {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1770, fontawesome/_shims.scss */
.fa.fa-bluetooth-b {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1775, fontawesome/_shims.scss */
.fa.fa-gitlab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1780, fontawesome/_shims.scss */
.fa.fa-wpbeginner {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1785, fontawesome/_shims.scss */
.fa.fa-wpforms {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1790, fontawesome/_shims.scss */
.fa.fa-envira {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1795, fontawesome/_shims.scss */
.fa.fa-wheelchair-alt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1799, fontawesome/_shims.scss */
.fa.fa-wheelchair-alt:before {
  content: "\f368";
}

/* line 1801, fontawesome/_shims.scss */
.fa.fa-question-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1805, fontawesome/_shims.scss */
.fa.fa-question-circle-o:before {
  content: "\f059";
}

/* line 1807, fontawesome/_shims.scss */
.fa.fa-volume-control-phone:before {
  content: "\f2a0";
}

/* line 1809, fontawesome/_shims.scss */
.fa.fa-asl-interpreting:before {
  content: "\f2a3";
}

/* line 1811, fontawesome/_shims.scss */
.fa.fa-deafness:before {
  content: "\f2a4";
}

/* line 1813, fontawesome/_shims.scss */
.fa.fa-hard-of-hearing:before {
  content: "\f2a4";
}

/* line 1815, fontawesome/_shims.scss */
.fa.fa-glide {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1820, fontawesome/_shims.scss */
.fa.fa-glide-g {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1825, fontawesome/_shims.scss */
.fa.fa-signing:before {
  content: "\f2a7";
}

/* line 1827, fontawesome/_shims.scss */
.fa.fa-viadeo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1832, fontawesome/_shims.scss */
.fa.fa-viadeo-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1837, fontawesome/_shims.scss */
.fa.fa-snapchat {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1842, fontawesome/_shims.scss */
.fa.fa-snapchat-ghost {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1847, fontawesome/_shims.scss */
.fa.fa-snapchat-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1852, fontawesome/_shims.scss */
.fa.fa-pied-piper {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1857, fontawesome/_shims.scss */
.fa.fa-first-order {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1862, fontawesome/_shims.scss */
.fa.fa-yoast {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1867, fontawesome/_shims.scss */
.fa.fa-themeisle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1872, fontawesome/_shims.scss */
.fa.fa-google-plus-official {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1876, fontawesome/_shims.scss */
.fa.fa-google-plus-official:before {
  content: "\f2b3";
}

/* line 1878, fontawesome/_shims.scss */
.fa.fa-google-plus-circle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1882, fontawesome/_shims.scss */
.fa.fa-google-plus-circle:before {
  content: "\f2b3";
}

/* line 1884, fontawesome/_shims.scss */
.fa.fa-font-awesome {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1889, fontawesome/_shims.scss */
.fa.fa-fa {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1893, fontawesome/_shims.scss */
.fa.fa-fa:before {
  content: "\f2b4";
}

/* line 1895, fontawesome/_shims.scss */
.fa.fa-handshake-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1899, fontawesome/_shims.scss */
.fa.fa-handshake-o:before {
  content: "\f2b5";
}

/* line 1901, fontawesome/_shims.scss */
.fa.fa-envelope-open-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1905, fontawesome/_shims.scss */
.fa.fa-envelope-open-o:before {
  content: "\f2b6";
}

/* line 1907, fontawesome/_shims.scss */
.fa.fa-linode {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1912, fontawesome/_shims.scss */
.fa.fa-address-book-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1916, fontawesome/_shims.scss */
.fa.fa-address-book-o:before {
  content: "\f2b9";
}

/* line 1918, fontawesome/_shims.scss */
.fa.fa-vcard:before {
  content: "\f2bb";
}

/* line 1920, fontawesome/_shims.scss */
.fa.fa-address-card-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1924, fontawesome/_shims.scss */
.fa.fa-address-card-o:before {
  content: "\f2bb";
}

/* line 1926, fontawesome/_shims.scss */
.fa.fa-vcard-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1930, fontawesome/_shims.scss */
.fa.fa-vcard-o:before {
  content: "\f2bb";
}

/* line 1932, fontawesome/_shims.scss */
.fa.fa-user-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1936, fontawesome/_shims.scss */
.fa.fa-user-circle-o:before {
  content: "\f2bd";
}

/* line 1938, fontawesome/_shims.scss */
.fa.fa-user-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1942, fontawesome/_shims.scss */
.fa.fa-user-o:before {
  content: "\f007";
}

/* line 1944, fontawesome/_shims.scss */
.fa.fa-id-badge {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1949, fontawesome/_shims.scss */
.fa.fa-drivers-license:before {
  content: "\f2c2";
}

/* line 1951, fontawesome/_shims.scss */
.fa.fa-id-card-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1955, fontawesome/_shims.scss */
.fa.fa-id-card-o:before {
  content: "\f2c2";
}

/* line 1957, fontawesome/_shims.scss */
.fa.fa-drivers-license-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1961, fontawesome/_shims.scss */
.fa.fa-drivers-license-o:before {
  content: "\f2c2";
}

/* line 1963, fontawesome/_shims.scss */
.fa.fa-quora {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1968, fontawesome/_shims.scss */
.fa.fa-free-code-camp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1973, fontawesome/_shims.scss */
.fa.fa-telegram {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 1978, fontawesome/_shims.scss */
.fa.fa-thermometer-4:before {
  content: "\f2c7";
}

/* line 1980, fontawesome/_shims.scss */
.fa.fa-thermometer:before {
  content: "\f2c7";
}

/* line 1982, fontawesome/_shims.scss */
.fa.fa-thermometer-3:before {
  content: "\f2c8";
}

/* line 1984, fontawesome/_shims.scss */
.fa.fa-thermometer-2:before {
  content: "\f2c9";
}

/* line 1986, fontawesome/_shims.scss */
.fa.fa-thermometer-1:before {
  content: "\f2ca";
}

/* line 1988, fontawesome/_shims.scss */
.fa.fa-thermometer-0:before {
  content: "\f2cb";
}

/* line 1990, fontawesome/_shims.scss */
.fa.fa-bathtub:before {
  content: "\f2cd";
}

/* line 1992, fontawesome/_shims.scss */
.fa.fa-s15:before {
  content: "\f2cd";
}

/* line 1994, fontawesome/_shims.scss */
.fa.fa-window-maximize {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 1999, fontawesome/_shims.scss */
.fa.fa-window-restore {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 2004, fontawesome/_shims.scss */
.fa.fa-times-rectangle:before {
  content: "\f410";
}

/* line 2006, fontawesome/_shims.scss */
.fa.fa-window-close-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 2010, fontawesome/_shims.scss */
.fa.fa-window-close-o:before {
  content: "\f410";
}

/* line 2012, fontawesome/_shims.scss */
.fa.fa-times-rectangle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 2016, fontawesome/_shims.scss */
.fa.fa-times-rectangle-o:before {
  content: "\f410";
}

/* line 2018, fontawesome/_shims.scss */
.fa.fa-bandcamp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 2023, fontawesome/_shims.scss */
.fa.fa-grav {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 2028, fontawesome/_shims.scss */
.fa.fa-etsy {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 2033, fontawesome/_shims.scss */
.fa.fa-imdb {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 2038, fontawesome/_shims.scss */
.fa.fa-ravelry {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 2043, fontawesome/_shims.scss */
.fa.fa-eercast {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 2047, fontawesome/_shims.scss */
.fa.fa-eercast:before {
  content: "\f2da";
}

/* line 2049, fontawesome/_shims.scss */
.fa.fa-snowflake-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 2053, fontawesome/_shims.scss */
.fa.fa-snowflake-o:before {
  content: "\f2dc";
}

/* line 2055, fontawesome/_shims.scss */
.fa.fa-superpowers {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 2060, fontawesome/_shims.scss */
.fa.fa-wpexplorer {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* line 2065, fontawesome/_shims.scss */
.fa.fa-cab:before {
  content: "\f1ba";
}

/** Google Search Styling **/
/* line 2, scss/_modernization.scss */
.gs-title {
  color: #0d2499 !important;
}

/* line 6, scss/_modernization.scss */
.gs-visibleUrl-breadcrumb {
  color: #0d2499 !important;
}

/* line 10, scss/_modernization.scss */
#adBlock {
  color: #0d2499 !important;
}

/* line 14, scss/_modernization.scss */
.gsc-input-box {
  border: none !important;
}

/* line 18, scss/_modernization.scss */
tr:nth-child(odd) td {
  background: none;
}

/* line 22, scss/_modernization.scss */
td#gs_tti50 {
  border-style: solid;
}

/* line 26, scss/_modernization.scss */
td.gsc-result-info-container {
  display: none;
}

/* line 30, scss/_modernization.scss */
table.gsc-search-box {
  width: 500px !important;
  float: left;
}

/* line 35, scss/_modernization.scss */
.gsc-orderby {
  width: 300px;
  float: left;
}

/* line 40, scss/_modernization.scss */
.gsc-above-wrapper-area {
  padding: none !important;
}

/* line 44, scss/_modernization.scss */
.gsc-above-wrapper-area table {
  margin: 0em 0em;
}

/* line 48, scss/_modernization.scss */
.gsc-above-wrapper-area {
  border-bottom: none !important;
  padding: none !important;
}

/* line 53, scss/_modernization.scss */
.gs-title {
  clear: both;
}

/* line 57, scss/_modernization.scss */
table.gsc-above-wrapper-area-container {
  width: 300px;
}

/*.gsc-above-wrapper-area {
    border-bottom: none;
    padding: none;
    width: 300px;
    float: left;
}*/
/* line 67, scss/_modernization.scss */
td.gsib_b {
  display: none;
}

/* line 71, scss/_modernization.scss */
.gsc-search-button .gsc-search-button-v2 {
  padding: 7.7px 10px !important;
  position: relative;
  left: -29px;
  border-color: #17415f;
  background-color: #17415f;
}

/* line 79, scss/_modernization.scss */
button.gsc-search-button.gsc-search-button-v2:hover {
  background-color: #046791;
}

/* line 83, scss/_modernization.scss */
.gsc-input #gs_tti50 {
  border-style: solid;
  border-width: thin;
}

@media screen and (min-width: 750px) {
  /* line 89, scss/_modernization.scss */
  .gsc-above-wrapper-area {
    position: relative;
    left: 400px;
    top: -54px;
  }
}

/* line 95, scss/_modernization.scss */
.gsc-orderby-label {
  position: relative;
  left: 90px;
}

/* line 100, scss/_modernization.scss */
.gsc-search-box table {
  margin: 0;
}

/* line 104, scss/_modernization.scss */
.gsc-wrapper .gsc-adBlock {
  display: none;
}

/* line 108, scss/_modernization.scss */
.gsc-option-menu-container.gsc-inline-block {
  min-width: 200px;
}

/* line 112, scss/_modernization.scss */
svg.mailto,
svg.ext {
  padding-right: 0px;
  margin: 0 0.2em;
}

/* Blog and top dynamic block */
/* line 118, scss/_modernization.scss */
.block-views-blockblog-block-block-1 h2 {
  font-family: Merriweather;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.3em;
  color: #17415f;
}

/* line 126, scss/_modernization.scss */
.block-medicaidui.block-medicaidui-block h2 {
  color: #17415f;
}

/* line 130, scss/_modernization.scss */
.social-media-blocks {
  float: left;
  position: relative;
  max-width: 50%;
}

/* line 136, scss/_modernization.scss */
.block-views-blockblog-block-block-1 h2 {
  font-family: Merriweather;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.3em;
  color: #17415f;
}

/* line 144, scss/_modernization.scss */
#block-views-block-blog-block-block-1 h2 {
  color: #17415f;
  margin-left: 16px;
  font-weight: 700;
}

/* line 150, scss/_modernization.scss */
.view-blog-block .views-field-created .field-content {
  background-color: #f8e063;
  font-family: Source Sans Pro;
  font-size: 13px;
  color: #000000;
  border-radius: 4px;
  padding: 5px;
}

/* line 159, scss/_modernization.scss */
.view-blog-block .views-field-title {
  padding-top: 8px;
  font-size: 20px;
}

/* line 164, scss/_modernization.scss */
.view-blog-block .view-content {
  padding-bottom: 38px;
}

/* line 168, scss/_modernization.scss */
.page-node-type-homepage .blog-inner-content-square {
  float: left;
  /*background-color: #FAFAFA;*/
  max-width: 480px;
}

/* line 173, scss/_modernization.scss */
.blog-inner-content-square a {
  color: #046791;
  font-weight: 700;
  font-family: "Source Sans Pro", "Georgia", "Cambria", "Times New Roman", "Times", serif;
}

/* line 179, scss/_modernization.scss */
.page-node-type-homepage .show-more-block {
  min-height: 100px;
  margin-left: auto;
  margin-right: auto;
  width: 12em;
}

/* line 186, scss/_modernization.scss */
.page-node-type-homepage .show-more a {
  color: #ffffff;
}

/* line 190, scss/_modernization.scss */
.page-node-type-homepage .show-more {
  float: left;
  background-color: #1e6667;
  color: #026666;
  border-radius: 4px;
  padding: 8px;
  font-size: 10px;
  font-weight: 700;
  position: relative;
  top: 18px;
  margin-bottom: 4em;
}

/* line 203, scss/_modernization.scss */
.page-node-type-homepage .show-more a:visited {
  color: #c1e4e8;
}

/* line 207, scss/_modernization.scss */
div#medicaid-twitter-block {
  clear: both;
}

/* line 210, scss/_modernization.scss */
.social-media-blocks {
  float: left;
  position: relative;
}

/* line 215, scss/_modernization.scss */
.page-node-type-homepage #block-medicaid-content {
  margin-right: 20px;
  float: left;
}

/* line 219, scss/_modernization.scss */
.page-node-type-homepage .field--type-field--name-body {
  width: 48%;
  float: left;
  padding-right: 20px;
}

/* line 224, scss/_modernization.scss */
#block-medicaidgov-on-twitter {
  clear: both;
  max-width: 48%;
  padding-top: 28px;
}

/* line 230, scss/_modernization.scss */
.page-node-type-homepage .contextual-region {
  position: relative;
  float: left;
}

/* line 235, scss/_modernization.scss */
div.views-field.views-field-field-newnnotable-external-link div.field-content ul,
div.views-field.views-field-field-new-and-notable-file-link div.field-content ul {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 241, scss/_modernization.scss */
.view-id-newandnotable div.more-link {
  display: block;
  text-align: left;
  padding: 1em 0 0 1.5em;
}

/* line 253, scss/_modernization.scss */
.paragraph--type--outreach-container {
  display: none;
}

/* line 257, scss/_modernization.scss */
#images-space .field--name-field-media-image img {
  padding-right: 0;
}

/* line 261, scss/_modernization.scss */
.paragraph--type--menu-item {
  position: relative;
}

/* line 265, scss/_modernization.scss */
.field--name-field-cta {
  display: none;
}

/* line 273, scss/_modernization.scss */
#titles-space {
  position: absolute;
  top: 68px;
  left: 40px;
  color: #17415f;
  font-family: "Open Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", "sans-serif";
  font-size: 18px;
}

/* line 281, scss/_modernization.scss */
#titles-space .field--name-field-title:before {
  content: "";
  width: 3px;
  height: 22px;
  background-color: #a6a6a6;
  position: absolute;
  left: -10px;
  border-radius: 5px;
}

/* line 290, scss/_modernization.scss */
#titles-space .field--name-field-title.active:before {
  width: 4px;
  background-color: #17415f;
}

/* line 294, scss/_modernization.scss */
#titles-space .field.field--name-field-title:hover:before {
  background-color: #026666;
}

/* line 298, scss/_modernization.scss */
#titles-space .field.field--name-field-title {
  height: 34px;
  cursor: pointer;
}

/* line 303, scss/_modernization.scss */
#text-space {
  position: absolute;
  top: 40px;
  left: 340px;
}

/* line 309, scss/_modernization.scss */
#headings-space {
  font-size: 32px;
  line-height: 37px;
  color: #17415f;
  max-width: 370px;
  font-weight: bold;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", "sans-serif";
}

/* line 317, scss/_modernization.scss */
#body-space {
  max-width: 280px;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", "sans-serif";
  font-size: 16px;
  line-height: 25px;
  color: #000000;
  padding-top: 18px;
}

/* line 325, scss/_modernization.scss */
#cta-space {
  padding-top: 12px;
  font-family: "Open Sans Extra", "Helvetica Neue", "Helvetica", "Roboto", "Arial", "sans-serif";
  font-weight: bold;
  color: #ffffff;
  font-size: 20px;
}

/* line 332, scss/_modernization.scss */
#cta-space svg.ext {
  fill: #ffffff;
}

/* line 336, scss/_modernization.scss */
#cta-space svg.ext path {
  stroke: #ffffff;
}

/* line 340, scss/_modernization.scss */
#cta-space a {
  background-color: #026666;
  border-radius: 4px;
  font-size: 20px;
}

/* line 345, scss/_modernization.scss */
#cta-space a:visited {
  color: #fff !important;
}

@media all and (max-width: 1000px) {
  /* line 350, scss/_modernization.scss */
  #container-space {
    min-height: 568px;
  }
  /* line 354, scss/_modernization.scss */
  #titles-space {
    position: absolute;
    top: 440px;
    left: 40px;
    color: #046791;
  }
  /* line 360, scss/_modernization.scss */
  #cta-space {
    padding-top: 0px;
  }
  /* line 363, scss/_modernization.scss */
  #cta-space a {
    background-color: #146a5d;
    border-radius: 4px;
    font-size: 18px;
    max-width: 80vw;
  }
  /* line 369, scss/_modernization.scss */
  .field.field--name-field-title.field--type-field--name-field-title.field--label-hidden.field__item {
    height: 32px;
  }
  /* line 372, scss/_modernization.scss */
  div#text-space {
    position: absolute;
    left: 0px;
    top: 170px;
    padding-left: 3px;
  }
  /* line 378, scss/_modernization.scss */
  .field.field--name-field-heading {
    font-size: 28px;
  }
  /* line 381, scss/_modernization.scss */
  .field--name-field-body {
    font-size: 18px;
    width: 80vw;
  }
  /* line 385, scss/_modernization.scss */
  #headings-space {
    font-size: 30px;
    color: #17415f;
    max-width: 380px;
    font-weight: bold;
  }
}
/*
example
.site-header {
    padding: 2rem;
    font-size: 1.8rem;
    @include mq('tablet-wide') {
        padding-top: 4rem;
        font-size: 2.4rem;
    }
}
 */
/**
 * @file
 * Visual styles for Medicaid's blocks.
 */
/* Block has its own content wrapper. */
/* line 11, scss/components/_block.scss */
#block-medicaid-branding {
  width: 100%;
}

@media all and (min-width: 481px) and (max-width: 1071px) {
  /* line 16, scss/components/_block.scss */
  #block-medicaid-branding {
    height: inherit;
  }
}

/* line 21, scss/components/_block.scss */
.filter_container {
  border: 1.5px solid #212121;
}

/* line 25, scss/components/_block.scss */
.measure_visual {
  margin-top: 100px;
  padding-bottom: 10px;
}

/* line 30, scss/components/_block.scss */
.measure_legend_container {
  margin: 5px;
  border: 1px solid #212121;
  border-radius: 10px;
}

/* line 38, scss/components/_block.scss */
.measure_legend_button {
  width: 110px;
}

/* line 42, scss/components/_block.scss */
.map_legend_button {
  background: transparent url("/themes/custom/medicaid/img/icon_map_white.svg") no-repeat scroll 0 0;
  padding: 3px 0 10px 37px;
}

/* line 48, scss/components/_block.scss */
.measure_legend {
  margin: 5px 5px;
}

/* line 52, scss/components/_block.scss */
.filter_container .usa-width-one-sixth {
  border-right: 1.5px solid #212121;
}

/* line 56, scss/components/_block.scss */
.filter_container div,
.filter_expand_container div {
  margin: 10px 0 10px 50px;
}

/* line 61, scss/components/_block.scss */
.filter_expand {
  display: none;
}

/* line 65, scss/components/_block.scss */
.filter_container a {
  cursor: pointer;
  text-decoration: none;
}

/* line 70, scss/components/_block.scss */
.filter_container div:first-child,
.filter_expand_container div:first-child {
  margin-top: 10px;
}

/* line 75, scss/components/_block.scss */
.filter_container div:last-child {
  border: none;
}

/* line 79, scss/components/_block.scss */
.range {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

/* line 83, scss/components/_block.scss */
.filter_container label {
  margin-top: 2rem;
}

/* line 87, scss/components/_block.scss */
article .field--name-field-measure-static-large-visln,
article .field--name-field-measure-static-lrg-vslzn-2,
article .field--name-field-measure-static-lrg-vslzn-3,
.filter_expand_container {
  padding-top: 10px;
}

/* line 94, scss/components/_block.scss */
.toggle_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

/* line 100, scss/components/_block.scss */
.pillarNavContainer {
  /* padding-right: 25px; */
}

/* line 104, scss/components/_block.scss */
.page-node-type-scorecard-home-page #block-medicaid-content {
  /* display: inline-block; */
  float: left;
  /* margin-top: 40px; */
}

/* line 110, scss/components/_block.scss */
.field.field--name-field-scorecard-home-image.field--type-image {
  /* margin: -45px 0 0 0; */
  /* width: 288px;
height: 192px;
display: inline-block;
float: left; */
}

/* line 118, scss/components/_block.scss */
.popularPages #block-medicaid-content {
  display: inline-block;
  width: 58%;
  float: left;
}

/* line 124, scss/components/_block.scss */
.popularPages #block-medicaidgov-on-twitter {
  display: inline-block;
  width: 40%;
}

/* line 128, scss/components/_block.scss */
.new_and_notable {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* line 132, scss/components/_block.scss */
.usa-homepage-section-two {
  padding-bottom: inherit;
}

/* line 136, scss/components/_block.scss */
.usa-homepage-section-two h2 {
  margin-top: 0px;
  color: #0A0A0A;
  font-family: "Merriweather", "Georgia, Times, serif";
  font-size: 30px;
  font-weight: bold;
}

/* line 144, scss/components/_block.scss */
.usa-homepage-section-two a {
  color: #0A0A0A;
  font-family: "Merriweather", "Georgia, Times, serif";
  font-size: 17px;
}

/* line 150, scss/components/_block.scss */
.see-all {
  /* margin-left: 307px; */
  margin-top: 35px;
}

/* line 154, scss/components/_block.scss */
.see-all a {
  font-family: "Source Sans Pro", "Helvetica Neue";
  color: #046791;
  font-size: 17px;
}

/* line 160, scss/components/_block.scss */
.page-node-type-scorecard-home-page #block-medicaid-page-title {
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}

@media all and (min-width: 1071px) {
  /* line 172, scss/components/_block.scss */
  .page-node-type-scorecard-home-page main {
    margin: 0 25px;
  }
}

@media all and (max-width: 480px) {
  /* line 178, scss/components/_block.scss */
  .page-node-type-scorecard-home-page #block-medicaid-content {
    margin-top: 0px;
  }
  /* line 181, scss/components/_block.scss */
  #frm_state_picked input.contact-page-form-button {
    margin-left: 10rem;
  }
  /* line 184, scss/components/_block.scss */
  #block-views-block-newandnotable-block-1 div.content {
    width: inherit;
    margin: 0 2rem;
  }
  /* line 188, scss/components/_block.scss */
  .popularPages #block-medicaid-content,
  .popularPages #block-medicaidgov-on-twitter {
    width: inherit;
  }
}

/* line 194, scss/components/_block.scss */
.page-node-type-scorecard-home-page .pillarNavContainer {
  display: none;
}

/* line 197, scss/components/_block.scss */
.content-callout aside h2 {
  font-family: "Source Sans Pro", "Helvetica Neue";
  font-size: 1.7rem;
  font-weight: 700;
  margin-top: 0;
  color: #17415f;
}

/* line 204, scss/components/_block.scss */
#state_picked {
  height: 34px;
  padding-top: 5px;
  border: 1px solid #888888;
  color: #333333;
  width: 135px;
}

/* line 211, scss/components/_block.scss */
input.contact-page-form-button {
  width: 70px;
  padding: 5px;
  float: right;
  margin-top: 0.2em;
  height: 34px;
  margin-left: 1.5rem;
}

/* line 219, scss/components/_block.scss */
#frm_state_picked {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 223, scss/components/_block.scss */
#block-views-block-newandnotable-block-1 ul {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 228, scss/components/_block.scss */
#block-views-block-newandnotable-block-1 li {
  margin-bottom: 0px;
  list-style-position: outside;
}

/* line 233, scss/components/_block.scss */
#block-views-block-newandnotable-block-1 small,
.path-newandnotable small {
  font-size: 80%;
  color: #000000;
}

/* line 238, scss/components/_block.scss */
#block-views-block-newandnotable-block-1 time,
.path-newandnotable time {
  font-size: 14px;
  color: #000000;
}

/* line 243, scss/components/_block.scss */
.page-node-type-homepage .views-field.views-field-field-new-and-notable-file-link,
.page-node-type-homepage .views-field.views-field-field-newnnotable-external-link {
  display: inline-block;
  padding-top: 8px;
}

/* line 248, scss/components/_block.scss */
.views-field.views-field-field-new-and-notable-file-link a,
.views-field.views-field-field-newnnotable-external-link a {
  font-family: "Source Sans Pro", "Helvetica Neue";
  color: #046791;
}

/* line 253, scss/components/_block.scss */
.views-field.views-field-field-new-and-notable-file-link a:hover,
.views-field.views-field-field-new-and-notable-file-link a:active,
.views-field.views-field-field-newnnotable-external-link a:hover,
.views-field.views-field-field-newnnotable-external-link a:active {
  color: #17415f;
}

/* line 259, scss/components/_block.scss */
.views-field.views-field-field-new-and-notable-file-link a:visited,
.views-field.views-field-field-newnnotable-external-link a:visited {
  color: #862074;
}

/* line 263, scss/components/_block.scss */
.path-newandnotable .views-field.views-field-field-new-and-notable-file-link a,
.path-newandnotable .views-field.views-field-field-newnnotable-external-link a {
  color: #046791;
}

/* line 267, scss/components/_block.scss */
.views-field.views-field-field-new-and-notable-date .field-content {
  font-size: 14px;
}

/* line 270, scss/components/_block.scss */
.path-newandnotable .views-field.views-field-field-new-and-notable-date .field-content {
  font-size: 17px;
  padding-left: 5px;
}

/* line 274, scss/components/_block.scss */
.new-notable-main-content ul {
  padding-left: 0px;
}

/* line 277, scss/components/_block.scss */
.new-notable-main-content ul li {
  margin-left: 3rem;
}

/* line 281, scss/components/_block.scss */
.view-id-newandnotable.view-display-id-block_1 .views-row > li {
  padding-left: 2.3rem;
  text-indent: -2.3rem;
}

/* line 286, scss/components/_block.scss */
#view-more-twitter-link,
.view-more-twitter-link-container #view-more-twitter-link .externalLinkIcon {
  text-decoration: none;
}

/* line 290, scss/components/_block.scss */
.view-more-twitter-link-container #view-more-twitter-link .externalLinkIcon::before {
  content: '\00a0' '\203A';
}

/* line 293, scss/components/_block.scss */
#block-medicaidgov-on-twitter h2 {
  color: #212121;
}

/* line 296, scss/components/_block.scss */
#block-svgmap h2 {
  display: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 301, scss/components/_block.scss */
  .view-id-newandnotable.view-display-id-block_1 .views-row li {
    padding-left: 0rem;
    text-indent: 0rem;
  }
}

/* line 307, scss/components/_block.scss */
.block-views-blockbranded-prescription-drugs-top-content-block-1 .field-content {
  overflow: hidden;
}

/* line 311, scss/components/_block.scss */
.path-search-bpd-fee-program #sidebar-first {
  min-height: 800px;
}

@media all and (max-width: 1024px) {
  /* line 315, scss/components/_block.scss */
  .path-search-bpd-fee-program #sidebar-first {
    min-height: auto;
  }
}

@media all and (max-width: 768px) {
  /* line 322, scss/components/_block.scss */
  .path-search-bpd-fee-program #sidebar-first {
    min-height: 100%;
  }
}

/**
 * @file
 * Medicaid specific styling for the Book module.
 */
/* line 8, scss/components/_book.scss */
.book-navigation .menu {
  border-top: 1px solid #d6d6d6;
}

/* line 12, scss/components/_book.scss */
.book-navigation .book-pager {
  border-bottom: 1px solid #d6d6d6;
  border-top: 1px solid #d6d6d6;
  margin: 0;
}

/**
 * @file
 * Styles for Medicaid's breadcrumbs.
 */
/* line 5, scss/components/_breadcrumb.scss */
.region-breadcrumb {
  padding: 0.25em 0 0 0.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

/* line 11, scss/components/_breadcrumb.scss */
.block-system-breadcrumb-block {
  width: auto !important;
}

/* line 14, scss/components/_breadcrumb.scss */
.breadcrumb {
  font-size: 14px;
  line-height: 22px;
  padding: 0;
  margin-bottom: .5em;
  /* width: 900px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

/* line 25, scss/components/_breadcrumb.scss */
.breadcrumb ol li:last-child {
  color: #565656;
}

/* line 29, scss/components/_breadcrumb.scss */
.breadcrumb ol li::before {
  color: #333333;
  content: '\203A';
}

/* line 38, scss/components/_breadcrumb.scss */
.region-breadcrumb .addthis_toolbox {
  float: right;
}

@media all and (max-width: 480px) {
  /* line 43, scss/components/_breadcrumb.scss */
  .breadcrumb {
    padding-bottom: 10px;
  }
  /* line 46, scss/components/_breadcrumb.scss */
  .region-breadcrumb {
    padding-bottom: 0px;
    display: inline-block;
    width: 100%;
  }
  /* line 51, scss/components/_breadcrumb.scss */
  .region-breadcrumb .addthis_toolbox {
    float: none;
  }
}

@media all and (min-width: 481px) and (max-width: 1071px) {
  /* line 57, scss/components/_breadcrumb.scss */
  .breadcrumb {
    padding-bottom: 29px;
  }
}

@media (min-width: 768px) {
  /* line 65, scss/components/_breadcrumb.scss */
  #block-medicaid-add-this-page .addthis_toolbox a {
    margin-bottom: 0;
  }
}

/* line 72, scss/components/_breadcrumb.scss */
a.nav_link:hover {
  text-decoration: underline;
}

/* line 76, scss/components/_breadcrumb.scss */
a.nav_link {
  text-decoration: none;
}

/*
example
.site-header {
    padding: 2rem;
    font-size: 1.8rem;
    @include mq('tablet-wide') {
        padding-top: 4rem;
        font-size: 2.4rem;
    }
}
 */
/**
 * @file
 * Styles for Medicaid's buttons.
 */
/* line 8, scss/components/_buttons.scss */
.button {
  /* CMCSAPP-731: Start: Added for themeing for content contributot role */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  /* 1 */
  text-align: center;
  line-height: normal;
  /* 2 */
  cursor: pointer;
  -webkit-appearance: none;
  /* 3 */
  -moz-appearance: none;
  /* 3 */
  padding: 4px 1.5em;
  /* 4 */
  border: 1px solid #a6a6a6;
  border-radius: 20em;
  background-color: #f2f1eb;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f3), to(#e7e7df));
  background-image: -o-linear-gradient(top, #f6f6f3, #e7e7df);
  background-image: linear-gradient(to bottom, #f6f6f3, #e7e7df);
  color: #333;
  text-decoration: none;
  text-shadow: 0 1px rgba(255, 255, 255, 0.6);
  font-weight: 600;
  font-size: 14px;
  /* font-size: 0.875rem;  /* 5 */
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-font-smoothing: antialiased;
  /* 6 */
  /* CMCSAPP-731: End: Added for themeing for content contributot role */
}

/* line 36, scss/components/_buttons.scss */
.button:hover,
.button:focus {
  background: #dedede;
  color: #5a5a5a;
  text-decoration: none;
}

/* CMCSAPP-731: Start: Added for themeing for content contributot role */
/* line 43, scss/components/_buttons.scss */
.button:active {
  border: 1px solid #a6a6a6;
  background-color: #dfdfd9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f3), to(#e7e7df));
  background-image: -o-linear-gradient(top, #f6f6f3, #e7e7df);
  background-image: linear-gradient(to bottom, #f6f6f3, #e7e7df);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

/* CMCSAPP-731: End: Added for themeing for content contributot role */
/* line 53, scss/components/_buttons.scss */
.button.is-disabled:hover,
.button.is-disabled:active,
.button.is-disabled:focus,
.button.is-disabled {
  background: #ededed;
  border-color: #bbb;
  color: #717171;
  cursor: default;
}

/*===========Download Data button Styling=============*/
/* line 65, scss/components/_buttons.scss */
.btn.dwnld a {
  cursor: pointer;
  color: #ffffff;
  border-bottom: none;
  display: block;
}

/* line 72, scss/components/_buttons.scss */
.btn.dwnld a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f019";
  display: inline-block;
  padding-right: 8px;
  vertical-align: middle;
  font-weight: 900;
}

/* line 81, scss/components/_buttons.scss */
.usa-button {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-top: 0.5em;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #046791;
  border: 0;
  border-radius: 5px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: "Source Sans Pro", "Helvetica Neue";
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
  padding: 1rem 2rem;
  text-align: center;
  text-decoration: none;
  background-image: none;
}

/* line 104, scss/components/_buttons.scss */
input.usa-button:hover,
input.usa-button:focus {
  background-color: #046791;
  background-image: none;
  background: #046791;
  color: white;
}

/* line 112, scss/components/_buttons.scss */
input#edit-taxonomy-download {
  margin: 1rem 0rem 4rem;
  padding: 1rem 2rem;
  font-size: 1.7rem;
  line-height: 1;
}

/* line 118, scss/components/_buttons.scss */
.anchor-button {
  height: 35px;
  border: 1px solid #888888;
  background-color: #046791 !important;
  padding: 8px 18px 11px 17px;
  width: auto;
  border-radius: 10px;
  color: #fff !important;
  text-decoration: none;
}

/* line 128, scss/components/_buttons.scss */
a.anchor-button:hover {
  color: #fff !important;
  background-color: #17515f !important;
}

/* -------------- Captions -------------- */
/* line 2, scss/components/_captions.scss */
.caption {
  margin-bottom: 1.2em;
}

/* line 5, scss/components/_captions.scss */
.caption > * {
  background: #f3f3f3;
  padding: 0.5ex;
  border: 1px solid #ccc;
}

/* line 10, scss/components/_captions.scss */
.caption > figcaption {
  border: 1px solid #ccc;
  border-top: none;
  padding-top: 0.5ex;
  font-size: small;
  text-align: center;
}

/* Override Medicaid's default blockquote and pre styles when captioned. */
/* line 19, scss/components/_captions.scss */
.caption-pre > pre,
.caption-blockquote > blockquote {
  margin: 0;
}

/* line 23, scss/components/_captions.scss */
.caption-blockquote > figcaption::before {
  content: "— ";
}

/* line 26, scss/components/_captions.scss */
.caption-blockquote > figcaption {
  text-align: left;
  /* LTR */
}

/* line 29, scss/components/_captions.scss */
[dir="rtl"] .caption-blockquote > figcaption {
  text-align: right;
}

/* Copied for CKEditor */
/* line 3, scss/components/_ckeditor-styles.scss */
.teal {
  color: #026666;
}

/* line 6, scss/components/_ckeditor-styles.scss */
.navy {
  color: #17415f;
}

/* line 9, scss/components/_ckeditor-styles.scss */
.blue {
  color: #046791;
}

/* line 12, scss/components/_ckeditor-styles.scss */
.mint {
  color: #76bab2;
}

/* line 15, scss/components/_ckeditor-styles.scss */
.orange {
  color: #ca4d22;
}

/* line 18, scss/components/_ckeditor-styles.scss */
.plum {
  color: #862074;
}

/* line 21, scss/components/_ckeditor-styles.scss */
.logo-gray {
  color: #565656;
}

/* line 24, scss/components/_ckeditor-styles.scss */
.dark-gray {
  color: #333;
}

/* line 27, scss/components/_ckeditor-styles.scss */
.gray {
  color: #888;
}

/* line 30, scss/components/_ckeditor-styles.scss */
.text-14 {
  font-size: 14px;
}

/* line 33, scss/components/_ckeditor-styles.scss */
.text-22 {
  font-size: 22px;
}

/* line 36, scss/components/_ckeditor-styles.scss */
.text-26 {
  font-size: 26px;
}

/* line 39, scss/components/_ckeditor-styles.scss */
.text-32 {
  font-size: 32px;
}

/* Column Grid styles */
/* line 43, scss/components/_ckeditor-styles.scss */
.container {
  display: grid;
}

/* line 47, scss/components/_ckeditor-styles.scss */
.left-half {
  grid-column: 1;
}

/* line 51, scss/components/_ckeditor-styles.scss */
.right-half {
  grid-column: 2;
}

/* line 56, scss/components/_ckeditor-styles.scss */
.first-column {
  grid-column: 1;
}

/* line 59, scss/components/_ckeditor-styles.scss */
.second-column {
  grid-column: 2;
}

/* line 62, scss/components/_ckeditor-styles.scss */
.third-column {
  grid-column: 3;
}

/* line 65, scss/components/_ckeditor-styles.scss */
.fourth-column {
  grid-column: 4;
}

/* line 69, scss/components/_ckeditor-styles.scss */
.two-column-list {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

/**
 * @file
 * Visual styles for comments in Medicaid.
 */
/* This is required to win over specificity of #content h2 */
/* line 7, scss/components/_comments.scss */
#content .comment-wrapper h2 {
  margin-bottom: 1em;
}

/* line 10, scss/components/_comments.scss */
#content .comment-wrapper h2.comment-form__title {
  margin-bottom: 1em;
}

/* line 13, scss/components/_comments.scss */
.field-node--comment {
  font-size: 0.934em;
}

/* line 16, scss/components/_comments.scss */
.comment {
  margin-bottom: 19px;
  vertical-align: top;
  display: table;
}

/* line 21, scss/components/_comments.scss */
[dir="rtl"] .comment {
  direction: rtl;
}

/* line 25, scss/components/_comments.scss */
.comment__meta {
  padding: 0 30px 0 0;
  /* LTR */
  font-size: 1.071em;
}

/* line 29, scss/components/_comments.scss */
[dir="rtl"] .comment__meta {
  padding: 0 0 0 30px;
}

/* line 32, scss/components/_comments.scss */
.comment__attribution img {
  border: 1px solid #d3d7d9;
}

/* This is required to win over specificity of .field--type-image img */
/* line 36, scss/components/_comments.scss */
.comment .field--name-user-picture img {
  margin: 0;
}

/* line 39, scss/components/_comments.scss */
.comment__author .username {
  white-space: nowrap;
}

/* line 42, scss/components/_comments.scss */
.comment__author {
  margin: 4px 0;
  line-height: 1.2;
}

/* line 46, scss/components/_comments.scss */
.comment__time {
  margin-bottom: 4px;
  color: #68696b;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.733em;
  line-height: 1.2;
}

/* line 53, scss/components/_comments.scss */
.comment__permalink {
  font-size: 0.733em;
  line-height: 1.2;
}

/* line 57, scss/components/_comments.scss */
.comment__content {
  position: relative;
  display: table-cell;
  padding: 10px 25px 10px 25px;
  vertical-align: top;
  width: 100%;
  border: 1px solid #d3d7d9;
  font-size: 0.929em;
  line-height: 1.6;
  word-break: break-all;
}

/* line 69, scss/components/_comments.scss */
.comment__content:before {
  content: '';
  position: absolute;
  right: 100%;
  /* LTR */
  top: 20px;
  border-top: 20px solid transparent;
  border-right: 20px solid #d3d7d9;
  /* LTR */
  border-bottom: 20px solid transparent;
}

/* line 78, scss/components/_comments.scss */
[dir="rtl"] .comment__content:before {
  right: auto;
  left: 100%;
  border-right: none;
  border-left: 20px solid #d3d7d9;
}

/* line 84, scss/components/_comments.scss */
.comment__content:after {
  content: '';
  position: absolute;
  right: 100%;
  /* LTR */
  top: 20px;
  border-top: 20px solid transparent;
  border-right: 20px solid #fff;
  /* LTR */
  border-bottom: 20px solid transparent;
  margin-right: -1px;
  /* LTR */
}

/* line 94, scss/components/_comments.scss */
[dir="rtl"] .comment__content:after {
  right: auto;
  left: 100%;
  border-right: none;
  border-left: 20px solid #fff;
  margin-right: 0;
  margin-left: -1px;
}

/* line 102, scss/components/_comments.scss */
.comment__content h3 {
  margin-top: 0.94em;
  margin-bottom: 0.45em;
  font-size: 1.171em;
}

/* line 107, scss/components/_comments.scss */
.indented {
  margin-left: 40px;
  /* LTR */
}

/* line 110, scss/components/_comments.scss */
[dir="rtl"] .indented {
  margin-right: 40px;
  margin-left: 0;
}

/* line 114, scss/components/_comments.scss */
.comment .links {
  padding: 0 0 0.25em 0;
}

/* line 117, scss/components/_comments.scss */
.comment .links li {
  padding: 0 0.5em 0 0;
  /* LTR */
  font-size: 1.08em;
}

/* line 121, scss/components/_comments.scss */
[dir="rtl"] .comment .links li {
  padding: 0 0 0 0.5em;
}

/* line 124, scss/components/_comments.scss */
.comment--unpublished {
  margin-right: 5px;
  /* LTR */
  padding: 5px 2px 5px 5px;
  /* LTR */
  background: #fff4f4;
}

/* line 129, scss/components/_comments.scss */
[dir="rtl"] .comment--unpublished {
  margin-left: 5px;
  margin-right: 0;
  padding: 5px 5px 5px 2px;
}

/**
 * @todo: unpublished nodes have class .node--unpublished.
 * change this to .comment--unpublished.
 */
/* line 139, scss/components/_comments.scss */
.unpublished .comment-text .comment-arrow {
  border-left: 1px solid #fff4f4;
  border-right: 1px solid #fff4f4;
}

/* line 143, scss/components/_comments.scss */
.unpublished {
  padding: 20px 15px 0;
}

/* line 146, scss/components/_comments.scss */
.comment-footer {
  display: table-row;
}

/* line 149, scss/components/_comments.scss */
.comment--unpublished .comment__text:after,
.node--unpublished .comment__text:after {
  border-right-color: #fff4f4;
  /* LTR */
}

/* line 153, scss/components/_comments.scss */
[dir="rtl"] .comment--unpublished .comment__content:after,
[dir="rtl"] .node--unpublished .comment__content:after {
  border-left-color: #fff4f4;
}

/**
 * @file
 * Contextual links styles for Medicaid.
 */
/* line 6, scss/components/_contextual.scss */
.contextual-links a {
  border-bottom: none;
  text-shadow: 0 0 0;
}

/**
 * @file
 * Visual styles for Medicaid's block demonstration.
 */
/* line 6, scss/components/_demo-block.scss */
.demo-block {
  background: #ff6;
  border: 1px dotted #9f9e00;
  color: #000;
  font: 90% "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  margin: 5px;
  padding: 5px;
  text-align: center;
  text-shadow: none;
}

/* line 16, scss/components/_demo-block.scss */
.featured-top .demo-block {
  font-size: 0.55em;
}

/**
 * @file
 * Visual styles for Medicaid's dropbutton component.
 */
/* line 7, scss/components/_dropbutton.component.scss */
.js .dropbutton-widget {
  border: 1px solid;
  border-color: #e4e4e4 #d2d2d2 #b4b4b4 #d2d2d2;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#e8e8e8));
  background-image: -o-linear-gradient(top, #f3f3f3, #e8e8e8);
  background-image: linear-gradient(to bottom, #f3f3f3, #e8e8e8);
  color: #3a3a3a;
  cursor: pointer;
  text-align: center;
  margin: 0.125em 0;
  border-radius: 1em;
  overflow: hidden;
}

/* line 20, scss/components/_dropbutton.component.scss */
.js .dropbutton-widget:hover {
  border-color: #e4e4e4 #d2d2d2 #b4b4b4 #d2d2d2;
}

/* line 24, scss/components/_dropbutton.component.scss */
.js .dropbutton-widget .button {
  border: none;
  margin: 0;
  padding: 0.32em 1em;
  background: transparent none;
}

/* line 32, scss/components/_dropbutton.component.scss */
.js .dropbutton-multiple .dropbutton-widget {
  border: 1px solid #a6a6a6;
  /* border-radius: 20em; */
  background-color: #f2f1eb;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f3), to(#e7e7df));
  background-image: -o-linear-gradient(top, #f6f6f3, #e7e7df);
  background-image: linear-gradient(to bottom, #f6f6f3, #e7e7df);
  text-shadow: 0 1px rgba(255, 255, 255, 0.6);
}

/* line 42, scss/components/_dropbutton.component.scss */
.js[dir="rtl"] .dropbutton-multiple .dropbutton-widget {
  padding: 0;
}

/* line 46, scss/components/_dropbutton.component.scss */
.js .dropbutton-multiple .dropbutton-widget .dropbutton {
  /* padding-right: 2em; /* LTR */
  /* position: relative; */
}

/* line 51, scss/components/_dropbutton.component.scss */
.js[dir="rtl"] .dropbutton-multiple .dropbutton-widget .dropbutton {
  padding-right: 0;
  padding-left: 2em;
}

/* line 56, scss/components/_dropbutton.component.scss */
.js .dropbutton-multiple .dropbutton-widget .dropbutton-action a {
  margin-right: 0;
  /* LTR */
}

/* line 63, scss/components/_dropbutton.component.scss */
[dir="rtl"].js .dropbutton-multiple .dropbutton-widget .dropbutton-action a {
  margin-left: 0;
}

/* line 68, scss/components/_dropbutton.component.scss */
.js .dropbutton .secondary-action {
  border-top-color: #ccc;
}

/* line 73, scss/components/_dropbutton.component.scss */
.js .dropbutton-toggle button {
  background-color: #e8e8e8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#d2d2d2));
  background-image: -o-linear-gradient(top, #e8e8e8, #d2d2d2);
  background-image: linear-gradient(to bottom, #e8e8e8, #d2d2d2);
}

/* line 79, scss/components/_dropbutton.component.scss */
.js .dropbutton-toggle .dropbutton-arrow:hover {
  background: #ccc;
}

/* line 85, scss/components/_dropbutton.component.scss */
.js .dropbutton a {
  color: #3a3a3a;
  border-bottom: 0 none;
}

/* line 90, scss/components/_dropbutton.component.scss */
.js .dropbutton .dropbutton-action:hover, .js .dropbutton a:hover {
  background: #dedede;
  border-bottom: 0 none;
}

/* line 96, scss/components/_dropbutton.component.scss */
.js .dropbutton-wrapper .dropbutton-widget .dropbutton-toggle button {
  border-radius: 0 20em 20em 0;
  border-left: 1px solid #a6a6a6;
  outline: none;
}

/* line 103, scss/components/_dropbutton.component.scss */
.dropbutton-toggle {
  height: 100%;
}

/* line 107, scss/components/_dropbutton.component.scss */
.dropbutton-arrow {
  color: black;
}

/* line 111, scss/components/_dropbutton.component.scss */
.js .dropbutton-multiple .dropbutton-widget ul li {
  margin-bottom: 0em;
  margin-right: 0em;
}

/* line 1, scss/components/_editor.scss */
.cke-medicaid-blue {
  color: #046791;
}

/* line 4, scss/components/_editor.scss */
.cke-medicaid-teal {
  color: #026666;
}

/* line 7, scss/components/_editor.scss */
.cke-medicaid-navy {
  color: #17415f;
}

/* line 10, scss/components/_editor.scss */
.cke-medicaid-light-blue {
  color: #eefafe;
}

/* line 13, scss/components/_editor.scss */
.cke-medicaid-mint {
  color: #76bab2;
}

/* line 16, scss/components/_editor.scss */
.cke-medicaid-orange {
  color: #ca4d22;
}

/* line 19, scss/components/_editor.scss */
.cke-medicaid-plum {
  color: #862074;
}

/* line 22, scss/components/_editor.scss */
.cke-medicaid-red {
  color: #e31c3d;
}

/* line 25, scss/components/_editor.scss */
.cke-medicaid-light-grey {
  color: #f7f7f7;
}

/* line 28, scss/components/_editor.scss */
.cke-medicaid-grey {
  color: #565656;
}

/* line 31, scss/components/_editor.scss */
.cke-medicaid-dark-grey {
  color: #333333;
}

/**
* @file
* Visual styles for Medicaid's featured bottom component.
*/
/* line 6, scss/components/_featured-bottom.scss */
.featured-bottom {
  background: rgba(30, 50, 10, 0.08);
  border-top: 1px solid #e7e7e7;
}

/* line 10, scss/components/_featured-bottom.scss */
.featured-bottom .region {
  padding: 0 20px;
}

@media all and (min-width: 560px) {
  /* line 15, scss/components/_featured-bottom.scss */
  .featured-bottom .region {
    float: left;
    /* LTR */
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 15px 30px;
    width: 33%;
  }
  /* line 22, scss/components/_featured-bottom.scss */
  [dir="rtl"] .featured-bottom .region {
    float: right;
  }
}

@media all and (min-width: 851px) {
  /* line 28, scss/components/_featured-bottom.scss */
  .featured-bottom .region {
    padding: 0 20px;
  }
}

/* line 32, scss/components/_featured-bottom.scss */
.featured-bottom h2 {
  color: #000;
  font-size: 1.4em;
  margin-bottom: 0.6em;
  text-shadow: 0 1px 0 #fff;
  text-align: center;
  line-height: 1em;
}

/* line 40, scss/components/_featured-bottom.scss */
.featured-bottom .block {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #dfdfdf;
  line-height: 1.3em;
}

/* line 46, scss/components/_featured-bottom.scss */
.featured-bottom .block:last-child {
  border-bottom: none;
}

/* line 49, scss/components/_featured-bottom.scss */
.featured-bottom ul,
.featured-bottom ol {
  padding-left: 0;
}

/* line 53, scss/components/_featured-bottom.scss */
.featured-bottom ul li,
.featured-bottom ol li {
  list-style: none;
}

/* line 57, scss/components/_featured-bottom.scss */
.featured-bottom input:not(.form-submit) {
  width: 185px;
}

/* line 60, scss/components/_featured-bottom.scss */
.region-featured-bottom-third .feed-icon {
  float: right;
}

/* line 63, scss/components/_featured-bottom.scss */
.region-featured-bottom-second .block-system-powered-by-block {
  text-align: center;
}

/**
 * @file
 * Visual styles for Medicaid's featured top.
 */
/* line 6, scss/components/_featured-top.scss */
.featured-top {
  text-align: center;
  font-size: 1.2em;
  font-weight: normal;
  line-height: 1.4;
  padding: 20px 10px 45px;
  margin: 0;
  background: #f0f0f0;
  background: rgba(30, 50, 10, 0.08);
  border-bottom: 1px solid #e7e7e7;
  text-shadow: 1px 1px #fff;
}

/* line 18, scss/components/_featured-top.scss */
.featured-top h2 {
  font-size: 1.2em;
  line-height: 1;
}

/* line 22, scss/components/_featured-top.scss */
.featured-top p {
  margin: 0;
  padding: 0;
}

/**
 * @file
 * Feed icon styles for Medicaid.
 */
/* line 6, scss/components/_feed-icon.scss */
.feed-icon {
  border-bottom: 1px solid transparent;
  display: inline-block;
  padding-bottom: 2px;
}

/* line 12, scss/components/_feed-icon.scss */
.feed-icon:focus,
.feed-icon:hover {
  border-color: #018fe2;
}

/*
example
.site-header {
    padding: 2rem;
    font-size: 1.8rem;
    @include mq('tablet-wide') {
        padding-top: 4rem;
        font-size: 2.4rem;
    }
}
 */
/**
 * @file
 * Visual styles for Medicaid's field components.
 * Also added CSS overriding contrib Modules.
 */
/* line 9, scss/components/_field.scss */
.field.field--name-body p {
  padding: 5px;
}

/* line 13, scss/components/_field.scss */
.field--type-entity-reference {
  margin: 0 0 1.2em;
  font-family: "Helvetica Neue";
}

/* line 18, scss/components/_field.scss */
.field--type-entity-reference .field__label {
  font-weight: normal;
  margin: 0;
  padding-right: 5px;
  /* LTR */
}

/* line 25, scss/components/_field.scss */
[dir="rtl"] .field--type-entity-reference .field__label {
  padding-left: 5px;
  padding-right: 0;
}

/* line 30, scss/components/_field.scss */
.field--type-entity-reference .field__label,
.field--type-entity-reference ul.links {
  font-size: 0.8em;
}

/* line 35, scss/components/_field.scss */
.node--view-mode-teaser .field--type-entity-reference .field__label,
.node--view-mode-teaser .field--type-entity-reference ul.links {
  font-size: 0.821em;
}

/* line 40, scss/components/_field.scss */
.field--type-entity-reference ul.links {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* This is required to win over specificity of [dir="rtl"] .region-content ul */
/* line 48, scss/components/_field.scss */
[dir="rtl"] .field--type-entity-reference ul.links {
  padding: 0;
}

/* line 52, scss/components/_field.scss */
.field--type-entity-reference ul.links li {
  float: left;
  /* LTR */
  padding: 0 1em 0 0;
  /* LTR */
  white-space: nowrap;
}

/* line 60, scss/components/_field.scss */
[dir="rtl"] .field--type-entity-reference ul.links li {
  padding: 0 0 0 1em;
  float: right;
}

@media all and (min-width: 560px) {
  /* line 66, scss/components/_field.scss */
  .node .field--type-image {
    margin: 0 1em 0 0;
    /* LTR */
  }
  /* line 70, scss/components/_field.scss */
  [dir="rtl"] .node .field--type-image {
    float: right;
    margin: 0 0 0 1em;
  }
  /* line 74, scss/components/_field.scss */
  .node .field--type-image + .field--type-image {
    clear: both;
  }
}

/* line 79, scss/components/_field.scss */
.field--type-image img,
.field--name-user-picture img {
  margin: 0 0 1em;
}

/* line 84, scss/components/_field.scss */
.field--type-image a {
  border-bottom: none;
}

/* line 88, scss/components/_field.scss */
.field--name-field-tags {
  margin: 0 0 1.2em;
  font-family: "Helvetica Neue";
}

/* line 93, scss/components/_field.scss */
.field--name-field-tags .field__label {
  font-weight: normal;
  margin: 0;
  padding-right: 5px;
  /* LTR */
}

/* line 100, scss/components/_field.scss */
[dir="rtl"] .field--name-field-tags .field__label {
  padding-left: 5px;
  padding-right: 0;
}

/* line 105, scss/components/_field.scss */
.field--name-field-tags .field__label,
.field--name-field-tags ul.links {
  font-size: 0.8em;
}

/* line 110, scss/components/_field.scss */
.node--view-mode-teaser .field--name-field-tags .field__label,
.node--view-mode-teaser .field--name-field-tags ul.links {
  font-size: 0.821em;
}

/* line 115, scss/components/_field.scss */
.field--name-field-tags ul.links {
  padding: 0;
  margin: 0;
}

/* line 120, scss/components/_field.scss */
.field--name-field-tags ul.links li {
  float: left;
  /* LTR */
  padding: 0 1em 0 0;
  /* LTR */
  white-space: nowrap;
}

/* line 128, scss/components/_field.scss */
[dir="rtl"] .field--name-field-tags ul.links li {
  padding: 0 0 0 1em;
  float: right;
}

/* .content .field--name-field-measure-data-source {
margin-top: 5px; */
/* border: 1.5px solid #212121; */
/* } */
/* line 140, scss/components/_field.scss */
.expand_measure_description {
  height: 17px;
  width: 110px;
  color: #046791;
  font-family: "Source Sans Pro";
  font-size: 20px;
  line-height: 0;
  border: none;
  text-decoration: none;
}

/* line 151, scss/components/_field.scss */
a.expand_measure_description {
  color: #046791 !important;
}

/* line 155, scss/components/_field.scss */
.hide_measure_description {
  display: none;
}

/* line 159, scss/components/_field.scss */
.learn_more_container {
  /* margin-bottom: 10px; */
}

/* .field.field--name-field-measure-static-lrg-vslzn-2,
.field.field--name-field-measure-static-lrg-vslzn-3, */
/* line 166, scss/components/_field.scss */
.field.field--name-field-static-small-visualization {
  display: none;
}

/* line 170, scss/components/_field.scss */
.node.node--type-measure .field.field--name-body {
  /* height: 95px; */
  color: #040404;
  font-family: "Merriweather", "Georgia, Times, serif";
  font-size: 20px;
  /* line-height: 0; */
}

/* line 178, scss/components/_field.scss */
.field.field--name-field-measure-desc {
  /* height: 343px; */
  color: #040404;
  font-family: "Merriweather", "Georgia, Times, serif";
  font-size: 20px;
  /* line-height: 0; */
}

/* line 186, scss/components/_field.scss */
.field.field--name-field-measure-desc,
.field.field--name-field-measure-data-source,
.field.field--name-field-measure-dnld-data-src,
.measure_visual {
  /* .field.field--name-field-measure-static-large-visln,
.field.field--name-field-measure-static-lrg-vslzn-2,
.field.field--name-field-measure-static-lrg-vslzn-3 { */
  width: 100%;
  margin-bottom: 40px;
}

/* line 197, scss/components/_field.scss */
.node.node--type-measure .field.field--name-body {
  margin-bottom: 37px;
}

/* line 201, scss/components/_field.scss */
.learn_more_container {
  margin-bottom: 36px;
}

/* line 205, scss/components/_field.scss */
.node.node--type-measure .field.field--name-body p:first-child {
  margin-top: 0px;
}

/* line 209, scss/components/_field.scss */
.node.node--type-measure .field.field--name-field-measure-domain {
  margin-bottom: 28px;
}

/* .field.field--name-field-measure-sttic-lrg-viszn-tp a,
.field.field--name-field-measure-sttic-lrg-vszn-tp2 a,
.field.field--name-field-measure-sttic-lrg-vszn-tp3 a {
width: 80px;
height: 56px;
}
.visualization-type-left-link {
border-bottom-left-radius: 5px;
border-top-left-radius: 5px;
}
.visualization-type-right {
border-bottom-right-radius: 5px;
border-top-right-radius: 5px;
}
.visualization-type-left-all {
margin-left: 72%
}
.visualization-type-left-two {
margin-left: 82%
}
.hide-default-visualization-type {
display: none; */
/* } */
/* line 238, scss/components/_field.scss */
.page-node-type-scorecard-home-page .field.field--name-title {
  color: #040404;
  font-family: "Merriweather", "Georgia, Times, serif";
  font-size: 40px;
  /* line-height: 0px; */
  /* margin-left: 288px; */
}

/* line 246, scss/components/_field.scss */
.node.node--type-scorecard-home-page .field.field--name-body {
  color: #040404;
  font-family: "Merriweather", "Georgia, Times, serif";
  font-size: 20px;
}

/* line 252, scss/components/_field.scss */
.node.node--type-scorecard-home-page .field.field--name-body p {
  line-height: 31px;
}

/* line 256, scss/components/_field.scss */
.field.field--name-field-what-is-scorecard {
  font-size: 17px;
  color: #010101;
  line-height: 0px;
}

/* line 262, scss/components/_field.scss */
.scorecard_desc {
  color: #026666;
  font-family: "Merriweather", "Georgia, Times, serif";
  font-size: 30px;
  font-weight: bold;
}

/* line 269, scss/components/_field.scss */
.field.field--name-field-pillar.field--type-entity-reference {
  margin-bottom: 40px;
  margin-top: 40px;
}

/* line 316, scss/components/_field.scss */
.pillar_icon1:hover,
.pillar_icon2:hover,
.pillar_icon3:hover,
.pillar_icon4:hover {
  cursor: pointer;
}

/* line 323, scss/components/_field.scss */
.pillar_icon1 a,
.pillar_icon2 a,
.pillar_icon3 a,
.pillar_icon4 a {
  display: block;
  height: 100%;
}

/* line 331, scss/components/_field.scss */
.field__item.pillar_landing_link1 a,
.field__item.pillar_landing_link2 a,
.field__item.pillar_landing_link3 a,
.field__item.pillar_landing_link4 a {
  text-decoration: none;
}

/* line 338, scss/components/_field.scss */
.explore_measures {
  height: 124px;
  background-color: rgba(136, 136, 136, 0.3);
}

/* line 343, scss/components/_field.scss */
.explore_measures_container {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 40px;
  width: 100%;
}

/* line 349, scss/components/_field.scss */
.explore_measures select {
  /* height: 40px; */
  /* width: 762px; */
  /* border: 2px solid #000000;
background-color: #FFFFFF;
margin-left: 24px;
margin-top: 12px; */
  max-width: 100%;
}

/* line 359, scss/components/_field.scss */
.explore_measures .chosen_container {
  max-width: 100%;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
}

/* line 366, scss/components/_field.scss */
select#field-score-card-find-your-measure,
div#field_score_card_find_your_measure_chosen {
  border: 2px solid #000000;
  background-color: #ffffff;
}

/* line 372, scss/components/_field.scss */
a.chosen-single.chosen-default {
  color: black;
  border-radius: 0px;
  border: none;
  font-family: "Source Sans Pro";
}

/* .national_context {
height: 124px;
width: 295px;
opacity: 0.75;
background-color: rgba(23,65,95,0.5);
margin-left: 25px;
}
.national_context a {
display:block;
height:100%;
} */
/* line 391, scss/components/_field.scss */
.explore_measures label {
  height: 16px;
  /* width: 160px; */
  color: #17415f;
  font-family: "Merriweather", "Georgia, Times, serif";
  font-size: 17px;
  font-weight: bold;
  /* line-height: 0; */
  padding-left: 10px;
  padding-top: 12px;
  padding-right: 10px;
}

/* line 404, scss/components/_field.scss */
.field.field--name-field-resources-list {
  background-color: #eefafe;
  padding: 10px 10px 10px 10px;
  margin: 0 10px;
}

/* line 410, scss/components/_field.scss */
.field.field--name-field-resources-list p {
  padding: 10px !important;
}

@media screen and (min-width: 768px) {
  /* line 404, scss/components/_field.scss */
  .field.field--name-field-resources-list {
    float: right;
    width: 260px;
    margin: 0 20px;
  }
}

/* line 423, scss/components/_field.scss */
.field.field--name-field-resources-list .field__label {
  color: #046791;
  font-family: "Source Sans Pro";
  font-size: 17px;
}

/* line 429, scss/components/_field.scss */
.field.field--name-field-resources-list h4 {
  font-family: "Source Sans Pro";
}

/* line 433, scss/components/_field.scss */
.field.field--name-field-resources-list p {
  font-family: "Source Sans Pro";
  font-size: 17px;
  /* font-weight: bold; */
}

/* line 439, scss/components/_field.scss */
.field.field--name-body .lead_paragraph {
  font-family: "Merriweather", "Georgia, Times, serif";
  color: #0a0a0a;
  font-size: 20px;
}

/* line 445, scss/components/_field.scss */
.field.field--name-field-resources-list a,
.field.field--name-field-resources-list a:hover {
  font-family: "Source Sans Pro";
  font-size: 17px;
  color: #046791;
  text-decoration: underline;
}

/* line 453, scss/components/_field.scss */
.field.field--name-field-resources-list a:visited {
  color: #862074;
}

/* line 457, scss/components/_field.scss */
.field.field--name-field-featured h2 {
  color: #0a0a0a;
  font-family: "Merriweather", "Georgia, Times, serif";
  font-size: 30px;
}

/* line 463, scss/components/_field.scss */
.field.field--name-field-measure-domain div {
  color: #000000;
  font-family: "Source Sans Pro";
  font-size: 17px;
}

/* line 469, scss/components/_field.scss */
.field.field--name-field-measure-domain a {
  font-family: "Source Sans Pro";
  font-size: 17px;
}

/* line 474, scss/components/_field.scss */
.pillar_landing_link1,
.pillar_landing_link2,
.pillar_landing_link3,
.pillar_landing_link4 {
  color: #046791;
  font-family: "Merriweather", "Georgia, Times, serif";
  font-size: 24px;
  font-weight: bold;
}

/* line 484, scss/components/_field.scss */
.pillar_landing_description {
  /* width: 100%; */
  color: #000000;
  font-family: "Source Sans Pro";
  font-size: 17px;
}

/* line 491, scss/components/_field.scss */
.pillar_landing {
  display: block;
}

@media all and (min-width: 1072px) {
  /* line 496, scss/components/_field.scss */
  .sc_landing_page_logo {
    height: 180px;
    width: 292px;
    margin-right: 5px;
  }
  /* line 501, scss/components/_field.scss */
  .sc_landing_page_logo img {
    margin-top: -4px;
  }
  /* line 504, scss/components/_field.scss */
  .pillar_icon1,
  .pillar_icon2,
  .pillar_icon3,
  .pillar_icon4 {
    height: 150px;
    width: 150px;
    margin-left: 20%;
    margin-bottom: 10px;
    margin-right: 40%;
  }
  /* line 515, scss/components/_field.scss */
  .pillar_landing {
    width: 25%;
    margin-right: 18px;
    text-align: center;
  }
  /* line 520, scss/components/_field.scss */
  .pillar_landing_link1 {
    text-align: center;
    min-height: 110px;
    padding-left: 50px;
    width: 200px;
  }
  /* line 526, scss/components/_field.scss */
  .pillar_landing_link2,
  .pillar_landing_link3 {
    text-align: center;
    min-height: 110px;
    width: 265px;
  }
  /* line 532, scss/components/_field.scss */
  .pillar_landing_link4 {
    text-align: center;
    min-height: 110px;
    width: 290px;
  }
  /* line 537, scss/components/_field.scss */
  .pillar_landing_description {
    text-align: center;
    margin-top: 2em;
  }
  /* line 541, scss/components/_field.scss */
  .field.field--name-field-pillar {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 1158px;
  }
  /* line 545, scss/components/_field.scss */
  .explore_measures_container {
    display: inline;
  }
  /* select option:first-child {
color: #020202;
font-family: $sanspro;
font-size: 17px;
} */
  /* line 553, scss/components/_field.scss */
  select#field-score-card-find-your-measure {
    color: #020202;
    font-family: "Source Sans Pro";
    font-size: 17px;
  }
  /* line 558, scss/components/_field.scss */
  .scorecard_desc {
    padding-top: 39px;
    padding-bottom: 23px;
  }
  /* line 562, scss/components/_field.scss */
  .field.field--name-field-what-is-scorecard {
    padding-bottom: 112px;
  }
}

@media all and (max-width: 480px) {
  /* line 568, scss/components/_field.scss */
  .sc_landing_page_logo {
    width: 100%;
  }
  /* line 571, scss/components/_field.scss */
  .sc_landing_page_logo img {
    height: auto;
    width: inherit;
  }
  /* line 575, scss/components/_field.scss */
  .node.node--type-page .field.field--name-field-resources-list {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
    width: 90%;
    float: none;
    margin-bottom: 20px;
  }
  /* line 585, scss/components/_field.scss */
  .node.node--type-scorecard-home-page .field.field--name-body {
    font-size: 17px;
  }
  /* line 588, scss/components/_field.scss */
  .node.node--type-scorecard-home-page .field.field--name-body p {
    margin-left: 12px;
    margin-right: 20px;
  }
  /* line 592, scss/components/_field.scss */
  .field.field--name-field-pillar.field--type-entity-reference {
    margin: 25px 25px 16px 20px;
  }
  /* line 595, scss/components/_field.scss */
  .pillar_icon1,
  .pillar_icon2,
  .pillar_icon3,
  .pillar_icon4 {
    height: 60px;
    width: 60px;
    margin-bottom: 10px;
    border-radius: 50%;
  }
  /* line 604, scss/components/_field.scss */
  .pillar-icon-name {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  /* line 607, scss/components/_field.scss */
  .pillar_landing_link1,
  .pillar_landing_link2,
  .pillar_landing_link3,
  .pillar_landing_link4 {
    margin-left: 80px;
    min-height: 60px;
    margin-top: 25px;
  }
  /* line 615, scss/components/_field.scss */
  .field__item.pillar_landing_link1 a {
    line-height: 60px;
  }
  /* line 618, scss/components/_field.scss */
  .explore_measures_container {
    margin-bottom: 28px;
  }
  /* line 621, scss/components/_field.scss */
  .scorecard_desc {
    margin-bottom: 25px;
  }
  /* line 624, scss/components/_field.scss */
  .field.field--name-field-what-is-scorecard {
    margin-bottom: 41px;
  }
  /* line 627, scss/components/_field.scss */
  .explore_measures_container {
    margin-left: -5px;
  }
  /* line 631, scss/components/_field.scss */
  .node.node--type-measure .field.field--name-body {
    margin-bottom: 27px;
  }
  /* line 634, scss/components/_field.scss */
  .learn_more_container {
    margin: 0px;
  }
  /* line 637, scss/components/_field.scss */
  article .field--name-field-measure-static-large-visln {
    padding-top: 15px;
  }
  /* line 640, scss/components/_field.scss */
  .field.field--name-field-measure-data-source p:first-child {
    margin-top: 0px;
  }
  /* line 643, scss/components/_field.scss */
  .node.node--type-measure .field.field--name-body {
    margin-bottom: 27px;
    width: 100%;
  }
}

@media all and (min-width: 481px) and (max-width: 1071px) {
  /* line 650, scss/components/_field.scss */
  .sc_landing_page_logo {
    margin-bottom: -12px;
  }
  /* line 653, scss/components/_field.scss */
  .sc_landing_page_logo img {
    margin-top: -4px;
    /* margin-left: -8px; */
    width: 292px;
    height: 182px;
  }
  /* line 659, scss/components/_field.scss */
  .pillar_icon1,
  .pillar_icon2,
  .pillar_icon3,
  .pillar_icon4 {
    height: 120px;
    width: 120px;
    margin-right: 30px;
    border-radius: 50%;
    margin-bottom: 20px;
  }
  /* line 669, scss/components/_field.scss */
  .field.field--name-field-pillar.field--type-entity-reference {
    margin-left: 40px;
    margin-right: 10px;
  }
  /* line 673, scss/components/_field.scss */
  .node.node--type-scorecard-home-page .field.field--name-body {
    margin-left: 0px;
    margin-right: 0px;
  }
  /* line 677, scss/components/_field.scss */
  .pillar_landing_link1,
  .pillar_landing_link2,
  .pillar_landing_link3,
  .pillar_landing_link4 {
    padding-top: 34px;
  }
  /* line 683, scss/components/_field.scss */
  .pillar_landing_description {
    padding-left: 150px;
  }
  /* line 686, scss/components/_field.scss */
  .pillar_landing_description p {
    margin-top: 0px;
  }
  /* line 689, scss/components/_field.scss */
  .node.node--type-measure .field.field--name-body {
    margin-bottom: 29px;
  }
  /* line 692, scss/components/_field.scss */
  .learn_more_container {
    margin: 0px;
  }
  /* line 695, scss/components/_field.scss */
  article .field--name-field-measure-static-large-visln {
    padding-top: 15px;
  }
  /* line 698, scss/components/_field.scss */
  .field.field--name-field-measure-data-source p:first-child {
    margin-top: 0px;
  }
  /* line 701, scss/components/_field.scss */
  .field.field--name-field-measure-data-source {
    margin-bottom: 0px;
  }
}

/*@media all and (min-width: 481px) and (max-width: 951px) {
.pillarIconLogo.usa-width-one-fourth {
  margin-left: 40%;
}
}*/
/* line 712, scss/components/_field.scss */
ul.footnotes li {
  margin-left: 15px;
}

/* line 716, scss/components/_field.scss */
ul.footnotes {
  padding-left: 15px !important;
}

/* line 720, scss/components/_field.scss */
.footnotes .footnote-label {
  cursor: default;
}

/* line 724, scss/components/_field.scss */
.page-node-type-homepage .field.field--name-body h2 {
  color: #212121;
}

/* line 728, scss/components/_field.scss */
.page-node-type-homepage .field.field--name-body p {
  color: #000000;
}

/* line 732, scss/components/_field.scss */
.page-node-type-homepage
.field.field--name-body
p
a.emphasized-text-link::after {
  content: " " "›";
}

/* line 739, scss/components/_field.scss */
.page-node-type-homepage .field.field--name-body img {
  display: inline-block;
  float: left;
  overflow: hidden;
  padding-right: 10px;
  padding-bottom: 10px;
}

/* line 747, scss/components/_field.scss */
.page-node-type-homepage .field.field--name-body p {
  padding: inherit;
}

/* line 751, scss/components/_field.scss */
#page .seventeenpx-font {
  font-size: 17px;
}

/* line 755, scss/components/_field.scss */
#page .fourteenpx-font {
  font-size: 14px;
}

/* line 759, scss/components/_field.scss */
#page .SourcSansFont {
  font-family: "Source Sans Pro";
}

/*Moved FROM node.css for scorecard */
/* line 765, scss/components/_field.scss */
#page table td .label_unchecked:before {
  -webkit-box-shadow: 0 0 0 2px #ffffff, 0 0 0 3px #757575 !important;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 3px #757575 !important;
  background: white;
}

/* line 770, scss/components/_field.scss */
#page .label_checked:before {
  -webkit-box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #046791;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #046791;
  background: #046791;
}

/* line 775, scss/components/_field.scss */
table.radio_toggles {
  width: 23%;
  border: none;
}

/* line 780, scss/components/_field.scss */
table.radio_toggles td {
  background-color: white;
}

/* line 784, scss/components/_field.scss */
.node__content .radio_toggles td:nth-last-of-type(1) {
  border-right: none;
}

/* line 788, scss/components/_field.scss */
#page [type="radio"]:checked + label::before {
  -webkit-box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #046791;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #046791;
}

/* line 792, scss/components/_field.scss */
#page [type="checkbox"]:checked + label::before,
[type="radio"]:checked + label::before {
  background-color: #046791;
}

/*Make specific to nursing home measures.*/
/* line 799, scss/components/_field.scss */
.node-uuid-9e8d1f82-f08a-422a-b231-9b833a01fbdc table tr td:nth-child(5),
.node-uuid-9e8d1f82-f08a-422a-b231-9b833a01fbdc table tr td:nth-child(4),
.node-uuid-9e8d1f82-f08a-422a-b231-9b833a01fbdc table th:nth-child(5),
.node-uuid-9e8d1f82-f08a-422a-b231-9b833a01fbdc table th:nth-child(4),
.node-uuid-e12040f4-f7d9-4ebc-b8bf-63985a52d343 table tr td:nth-child(5),
.node-uuid-e12040f4-f7d9-4ebc-b8bf-63985a52d343 table tr td:nth-child(4),
.node-uuid-e12040f4-f7d9-4ebc-b8bf-63985a52d343 table th:nth-child(5),
.node-uuid-e12040f4-f7d9-4ebc-b8bf-63985a52d343 table th:nth-child(4) {
  display: none !important;
}

/* line 810, scss/components/_field.scss */
#page-wrapper
.node-e48b3e26-0d48-48dd-8324-7afd50150562
.table_toggle
table
td {
  background: white;
}

/* line 818, scss/components/_field.scss */
#page-wrapper .node-e48b3e26-0d48-48dd-8324-7afd50150562 .table_toggle table {
  border: none;
}

/* line 822, scss/components/_field.scss */
#page-wrapper
.node-e48b3e26-0d48-48dd-8324-7afd50150562
.table_toggle
table
td:nth-last-of-type(1) {
  border: none;
}

@media screen and (min-width: 750px) {
  /* line 833, scss/components/_field.scss */
  .field--name-body .align-right.media--type-image, .field--name-field-resources-list .align-right.media--type-image {
    width: 50%;
    margin-left: 10px;
    margin-bottom: 10px;
  }
  /* line 839, scss/components/_field.scss */
  .field--name-body .align-left.media--type-image, .field--name-field-resources-list .align-left.media--type-image {
    width: 50%;
    margin-right: 10px;
    margin-bottom: 10px;
  }
}

/*
example
.site-header {
    padding: 2rem;
    font-size: 1.8rem;
    @include mq('tablet-wide') {
        padding-top: 4rem;
        font-size: 2.4rem;
    }
}
 */
/**
 * @file
 * Visual styles for Medicaid's forms.
 */
/* Password field. */
/* line 10, scss/components/_form.scss */
.password-field {
  margin: 0;
}

/* Form elements. */
/* line 16, scss/components/_form.scss */
form {
  margin: 0;
  padding: 0;
}

/* line 21, scss/components/_form.scss */
fieldset {
  margin: 1em 0;
  min-width: 0;
}

/**
 * We've temporarily added this Firefox specific rule here to fix fieldset
 * widths.
 * @todo remove once this Mozilla bug is fixed.
 * See https://bugzilla.mozilla.org/show_bug.cgi?id=504622
 */
@-moz-document url-prefix() {
  /* line 33, scss/components/_form.scss */
  fieldset {
    display: table-cell;
  }
}

/* line 38, scss/components/_form.scss */
details,
fieldset {
  border-radius: 4px;
}

/* line 43, scss/components/_form.scss */
.filter-wrapper {
  border-radius: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 49, scss/components/_form.scss */
.filter-help a {
  font-size: 0.857em;
}

/* line 53, scss/components/_form.scss */
.filter-wrapper .form-item label {
  margin-right: 10px;
  /* LTR */
}

/* line 59, scss/components/_form.scss */
[dir="rtl"] .filter-wrapper .form-item label {
  margin-left: 10px;
  margin-right: 0;
}

/* line 64, scss/components/_form.scss */
summary {
  background: #dbdbdb;
  color: #3b3b3b;
  text-shadow: 0 1px 0 #fff;
}

/* line 71, scss/components/_form.scss */
details summary a {
  color: #3b3b3b;
}

/* line 74, scss/components/_form.scss */
details summary a:hover, details summary a:active, details summary a:focus {
  color: #000;
}

/* line 81, scss/components/_form.scss */
details .details-description {
  font-style: italic;
}

/* line 86, scss/components/_form.scss */
label {
  display: table;
}

/* line 89, scss/components/_form.scss */
label[for] {
  cursor: pointer;
}

/* line 94, scss/components/_form.scss */
input,
textarea,
select {
  font-family: "Source Sans Pro", "Helvetica Neue";
}

/* line 100, scss/components/_form.scss */
input {
  margin: 2px 0;
  padding: 4px;
  /* Keep form elements from overflowing their containers. */
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.929em;
}

/* line 110, scss/components/_form.scss */
textarea {
  font-size: 0.929em;
  line-height: 1.5;
}

/* line 114, scss/components/_form.scss */
textarea.form-textarea {
  padding: 4px;
}

/**
 * Make the font slightly bigger in mobile
 * @todo: check the correct font-size
 */
@media screen and (max-width: 60em) {
  /* 920px */
  /* line 126, scss/components/_form.scss */
  input,
  textarea {
    font-size: 16px;
  }
}

/* line 133, scss/components/_form.scss */
input.form-text, input.form-tel, input.form-email, input.form-url, input.form-search, input.form-file, input.form-number, input.form-color {
  /* CMCSAPP-731: Start: Added for themeing for content contributot role */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1rem 0.7em;
  margin: 0.2em 0;
  max-width: 100%;
  border: 0.1rem solid #5b616b;
  background: #fcfcfa;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125);
  font-size: 1em;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-transition: border linear 0.2s, -webkit-box-shadow linear 0.2s;
  transition: border linear 0.2s, -webkit-box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s, -webkit-box-shadow linear 0.2s;
  height: inherit;
  /* End: Added for themeing for content contributot role */
}

/* line 160, scss/components/_form.scss */
textarea.form-textarea {
  border: 1px solid #ccc;
  /* CMCSAPP-731: Start: Added for themeing for content contributot role */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.3em 0.4em 0.3em 0.5em;
  max-width: 100%;
  border: 1px solid #b8b8b8;
  border-top-color: #999;
  border-radius: 2px;
  background: #fcfcfa;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125);
  font-size: 1em;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-transition: border linear 0.2s, -webkit-box-shadow linear 0.2s;
  transition: border linear 0.2s, -webkit-box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s, -webkit-box-shadow linear 0.2s;
  height: inherit;
  /* End: Added for themeing for content contributot role */
}

/* line 181, scss/components/_form.scss */
input.form-submit:hover, input.form-submit:focus {
  background: #dedede;
}

/* line 187, scss/components/_form.scss */
.password-suggestions ul li {
  margin-left: 1.2em;
  /* LTR */
}

/* line 193, scss/components/_form.scss */
[dir="rtl"] .password-suggestions ul li {
  margin-right: 1.2em;
  margin-left: 0;
}

/* line 198, scss/components/_form.scss */
.form-item label {
  /* CMCSAPP-731: Start: Added for themeing for content contributot role */
  font-size: 0.929em;
  display: table;
  margin: 0 0 0.1em;
  padding: 0;
  font-weight: bold;
  /* End: Added for themeing for content contributot role */
}

/* line 210, scss/components/_form.scss */
.form-wrapper .label {
  /* CMCSAPP-731: Start: Added for themeing for content contributot role */
  font-size: 0.929em;
  display: table;
  margin: 0 0 0.1em;
  padding: 0;
  font-weight: bold;
  /* End: Added for themeing for content contributot role */
}

/* line 221, scss/components/_form.scss */
.form-wrapper .field-multiple-table .label {
  font-size: inherit;
}

/* line 226, scss/components/_form.scss */
.form-type-radio label,
.form-type-checkbox label {
  margin-left: 4px;
  /* LTR */
}

/* line 234, scss/components/_form.scss */
[dir="rtl"] .form-type-radio label,
[dir="rtl"] .form-type-checkbox label {
  margin-right: 4px;
  margin-left: 0;
}

/* line 241, scss/components/_form.scss */
.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 2px;
  /* LTR */
}

/* line 249, scss/components/_form.scss */
[dir="rtl"] .form-type-radio .description,
[dir="rtl"] .form-type-checkbox .description {
  margin-right: 2px;
  margin-left: 0;
}

/* line 256, scss/components/_form.scss */
.form-actions {
  /* CMCSAPP-731: Start: Added for themeing for content contributot role */
  /* padding-top: 10px; */
  margin-top: 1em;
  margin-bottom: 1em;
  /* CMCSAPP-731: End: Added for themeing for content contributot role */
}

/* Node Form */
/* line 267, scss/components/_form.scss */
#edit-body {
  margin-bottom: 2em;
}

/* line 277, scss/components/_form.scss */
.node-form .form-wrapper {
  margin-bottom: 2em;
}

/* line 282, scss/components/_form.scss */
.node-form .form-wrapper .field-multiple-table .label {
  font-family: inherit;
}

/* line 289, scss/components/_form.scss */
.node-form .entity-content-form-footer,
.node-form .field--name-status {
  margin-bottom: 0;
}

/* line 294, scss/components/_form.scss */
.node-form .form-actions {
  padding-top: 0;
  margin-top: 0;
}

/* Contact Form */
/* line 303, scss/components/_form.scss */
.contact-form #edit-name,
.contact-form #edit-mail,
.contact-form #edit-subject {
  width: 75%;
  border-radius: 4px;
}

/* line 310, scss/components/_form.scss */
.contact-form #edit-message {
  width: 76.3%;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* Disabled form elements */
/* line 320, scss/components/_form.scss */
.form-disabled input,
.form-disabled select,
.form-disabled textarea {
  background: #ededed;
  border-color: #bbb;
  color: #717171;
}

/* line 328, scss/components/_form.scss */
.form-disabled label {
  color: #717171;
}

/* Comment form */
/* line 335, scss/components/_form.scss */
.comment-form label {
  float: left;
  /* LTR */
  font-size: 0.929em;
  width: 120px;
}

/* line 344, scss/components/_form.scss */
[dir="rtl"] .comment-form label {
  float: right;
}

/* line 349, scss/components/_form.scss */
.comment-form input,
.comment-form .form-select {
  margin: 0;
  border-radius: 4px;
}

/* line 355, scss/components/_form.scss */
.comment-form .form-type-textarea label {
  float: none;
}

/* line 359, scss/components/_form.scss */
.comment-form .form-item,
.comment-form .form-radios,
.comment-form .form-type-checkbox,
.comment-form .form-select {
  margin-bottom: 10px;
  overflow: hidden;
}

/* line 367, scss/components/_form.scss */
.comment-form .form-type-checkbox,
.comment-form .form-radios {
  margin-left: 120px;
  /* LTR */
}

/* line 376, scss/components/_form.scss */
[dir="rtl"] .comment-form .form-type-checkbox,
[dir="rtl"] .comment-form .form-radios,
[dir="rtl"] .comment-form .form-item .description {
  margin-left: 0;
  margin-right: 120px;
}

/* line 385, scss/components/_form.scss */
.comment-form .form-type-checkbox label,
.comment-form .form-radios label {
  float: none;
  margin-top: 0;
}

/* line 391, scss/components/_form.scss */
.comment-form input.form-file {
  width: auto;
}

/* line 396, scss/components/_form.scss */
.layout-no-sidebars .comment-form .form-text {
  width: 800px;
}

/* line 400, scss/components/_form.scss */
.layout-one-sidebar .comment-form .form-text {
  width: 500px;
}

/* line 404, scss/components/_form.scss */
.layout-two-sidebars .comment-form .form-text {
  width: 320px;
}

/* line 409, scss/components/_form.scss */
.comment-form .form-item .description {
  font-size: 0.786em;
  line-height: 1.2;
  margin-left: 120px;
  /* LTR */
}

/* line 417, scss/components/_form.scss */
.comment-form .form-textarea {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 422, scss/components/_form.scss */
.comment-form details.filter-wrapper .details-wrapper,
.comment-form .text-format-wrapper .form-item {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 430, scss/components/_form.scss */
.filter-wrapper label {
  width: auto;
  float: none;
}

/* line 435, scss/components/_form.scss */
.filter-wrapper .form-select {
  min-width: 120px;
}

/* line 440, scss/components/_form.scss */
.comment-form details.filter-wrapper .tips {
  font-size: 0.786em;
}

/* line 444, scss/components/_form.scss */
#comment-body-add-more-wrapper .form-type-textarea label {
  margin-bottom: 0.4em;
}

/* line 448, scss/components/_form.scss */
#edit-actions input {
  margin-right: 0.6em;
  /* LTR */
  height: inherit;
}

/* line 455, scss/components/_form.scss */
[dir="rtl"] #edit-actions input {
  margin-left: 0.6em;
  margin-right: 0;
}

/* Form error styles. */
/* line 462, scss/components/_form.scss */
.form-item textarea.error + .cke {
  border: 2px solid red;
}

/* Form error message styles. */
/* line 468, scss/components/_form.scss */
.form-item--error-message {
  color: #e32700;
}

/**
 * Improve form element usability on narrow devices.
 */
@media all and (max-width: 600px) {
  /* line 476, scss/components/_form.scss */
  .form-actions .button {
    float: none;
    margin: 10px 0 0;
    width: 100%;
    display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  /* line 487, scss/components/_form.scss */
  .js .dropbutton .dropbutton-action > input,
  .js .dropbutton .dropbutton-action > a,
  .js .dropbutton .dropbutton-action > button {
    text-align: center;
    padding-left: 3em;
  }
}

/* CMCSAPP-731: Start: Added for themeing for content contributot role */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 498, scss/components/_form.scss */
  select:hover {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.125);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.125);
  }
}

/* line 503, scss/components/_form.scss */
input [type="checkbox"] {
  position: initial;
  left: 0;
}

/* End: Added for themeing for content contributot role */
/* line 510, scss/components/_form.scss */
textarea {
  max-width: 100%;
}

/* line 514, scss/components/_form.scss */
ul.select2-results__options {
  padding-left: 5px;
  padding-right: 5px;
}

/* line 519, scss/components/_form.scss */
.select2.select2-container {
  border: 2px solid #000000;
  background-color: #ffffff;
  height: 44px;
}

/* line 526, scss/components/_form.scss */
span.select2-selection.select2-selection--single, span.select2-selection__rendered {
  /* height: 40px; */
}

/* line 531, scss/components/_form.scss */
span.select2-selection__placeholder {
  color: #000000;
}

/* line 535, scss/components/_form.scss */
span.select2-selection__rendered {
  padding-top: 4px;
  background-color: white;
}

/* line 540, scss/components/_form.scss */
span.select2-container--classic .select2-selection--single
.select2-selection__arrow {
  height: 40px;
  width: 25px;
  background: none;
  border: none;
}

/* line 543, scss/components/_form.scss */
span.select2-container--classic .select2-selection--single
.select2-selection__arrow b {
  background-image: url("/themes/custom/medicaid/img/arrow-both.svg");
  background-position: right 1.3rem center;
  background-repeat: no-repeat;
  background-size: 1rem;
  padding-right: 3rem;
  border: none;
  position: static;
  padding-bottom: 0.5em;
}

/* line 561, scss/components/_form.scss */
li.select2-results__option {
  padding: 1px;
  margin-bottom: 0.15em;
}

/* line 566, scss/components/_form.scss */
.find_select,
.find_select_domain {
  width: 100%;
}

/* line 571, scss/components/_form.scss */
.dropdown {
  height: 34px;
  font-size: 14px;
  border: 1px solid #888888;
  color: #333333;
  padding-top: 5px;
  padding-bottom: 5px;
}

/* line 580, scss/components/_form.scss */
div#sidebar-second select {
  background-image: url("/themes/custom/medicaid/img/arrow-both.png");
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 585, scss/components/_form.scss */
  div.recordsPerPage select {
    background-size: 1.5em;
  }
}

/**
 * @file
 * Visual styles for forums in Medicaid.
 */
/* line 6, scss/components/_forum.scss */
.forum__name {
  font-size: 1.083em;
}

/* line 9, scss/components/_forum.scss */
.forum__description {
  font-size: 1em;
}

/**
 * @file
 * Styles for the help block.
 */
/* line 6, scss/components/_help.scss */
.block-help {
  border: 1px solid #d3d7d9;
  padding: 0 1.5em;
  margin-bottom: 30px;
}

/**
 * @file
 * Styles for Medicaid's highlighted component.
 */
/* line 6, scss/components/_highlighted.scss */
.has-featured-top .region-highlighted {
  background: #f0f0f0;
  background: rgba(30, 50, 10, 0.08);
}

/* line 10, scss/components/_highlighted.scss */
.region-highlighted {
  margin: 0 15px;
}

/* Jeo Custom CSS */
/* line 3, scss/components/_home.scss */
.call_to_action.usa-width-one-third {
  margin-bottom: 20px;
}

/* line 7, scss/components/_home.scss */
.usa-homepage-section-one {
  width: 100%;
  background-color: #eefafe;
}

/* line 11, scss/components/_home.scss */
.usa-homepage-section-one .usa-media_block-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-right: 0;
}

/* line 17, scss/components/_home.scss */
.usa-homepage-section-one .usa-media_block-img span {
  width: 270px;
  color: #17415f;
  float: left;
  margin-left: 75px;
}

/* line 25, scss/components/_home.scss */
.usa-homepage-section-one .call_to_action {
  min-width: 300px;
  min-height: 75px;
}

/* line 29, scss/components/_home.scss */
.usa-homepage-section-one .call_to_action a {
  text-decoration: none;
}

/* line 32, scss/components/_home.scss */
.usa-homepage-section-one .call_to_action a .fa-clone {
  display: none;
}

/* line 51, scss/components/_home.scss */
.usa-homepage-section-one .usa-width-three-fourths {
  margin-top: 9px;
}

/* line 55, scss/components/_home.scss */
.usa-width-three-fourths ul {
  margin-bottom: 15px;
}

/* line 62, scss/components/_home.scss */
.usa-homepage-section-two.new_and_notable .emphasized-text-link {
  margin-left: 18px;
}

/* line 71, scss/components/_home.scss */
div#mainContent {
  background-image: none;
}

/* line 75, scss/components/_home.scss */
div#homepage-hero {
  padding-top: 0px;
  padding-bottom: 0px;
  width: 100%;
}

/* line 81, scss/components/_home.scss */
.usa-hero {
  height: 340px;
  padding-top: 1px;
}

@media (max-width: 600px) {
  /* line 89, scss/components/_home.scss */
  .usa-hero {
    height: 200px;
  }
  /* line 94, scss/components/_home.scss */
  div#homepage-hero {
    padding-top: 0px;
    padding-bottom: 0px;
    width: 100%;
  }
}

/* line 101, scss/components/_home.scss */
.displayfield_wrap_if_set {
  background-color: #ffffff;
  width: 35%;
  float: left;
  margin-right: 25px;
  padding: 1em;
}

/* line 109, scss/components/_home.scss */
.displayfield_wrap_if_set p {
  position: relative;
}

@media (min-width: 481px) {
  /* line 114, scss/components/_home.scss */
  .usa-homepage-section-one.usa-section {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }
}

@media (max-width: 480px) {
  /* line 121, scss/components/_home.scss */
  .usa-homepage-section-one.usa-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  /* line 125, scss/components/_home.scss */
  .new_and_notable {
    padding-top: 1rem;
    padding-bottom: 0rem;
  }
}

/* line 131, scss/components/_home.scss */
.usa-homepage-section-three .sepLine {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #026666;
  margin: 1em 0;
  padding: 0;
}

/* line 140, scss/components/_home.scss */
.usa-homepage-section-two h2 {
  color: #212121;
}

/* line 144, scss/components/_home.scss */
.usa-homepage-section-three h2 {
  color: #212121;
}

@media (min-width: 481px) {
  /* line 149, scss/components/_home.scss */
  .new_and_notable {
    padding-top: 1rem;
    padding-bottom: 0rem;
  }
  /* line 153, scss/components/_home.scss */
  .usa-homepage-section-three.usa-section.usa-grid.relatedLinks.popularPages {
    padding-top: 2rem;
  }
}

/* line 158, scss/components/_home.scss */
#twitter-widget-0 + a {
  display: none;
}

/**
 * @file
 * Styles for Medicaid's image buttons.
 */
/* line 6, scss/components/_image-button.scss */
.image-button.is-disabled:hover,
.image-button.is-disabled:active,
.image-button.is-disabled:focus,
.image-button.is-disabled {
  background: transparent;
  opacity: 0.5;
  cursor: default;
}

/**
 * @file
 * Visual styles for Medicaid's item list.
 */
/* line 6, scss/components/_item-list.scss */
.item-list ul {
  list-style: none;
  margin: 0 0 0.25em 0;
  padding: 0;
  /* LTR */
}

/* line 11, scss/components/_item-list.scss */
[dir="rtl"] .item-list ul {
  padding: 0;
}

/* line 14, scss/components/_item-list.scss */
.item-list ul li {
  /* This is needed to reset styles in item-list.theme.css */
  margin: 0;
  padding: 0.2em 0.5em 0 0;
  /* LTR */
}

/* line 19, scss/components/_item-list.scss */
[dir="rtl"] .item-list ul li {
  /* This is needed to reset [dir="rtl"] styles in item-list.theme.css */
  margin: 0;
  padding: 0.2em 0 0 0.5em;
}

/* line 24, scss/components/_item-list.scss */
.item-list .item-list__comma-list,
.item-list .item-list__comma-list li,
[dir="rtl"] .item-list .item-list__comma-list,
[dir="rtl"] .item-list .item-list__comma-list li {
  padding: 0;
}

/*
example
.site-header {
    padding: 2rem;
    font-size: 1.8rem;
    @include mq('tablet-wide') {
        padding-top: 4rem;
        font-size: 2.4rem;
    }
}
 */
/**
 * @file
 * Medicaid layout styling.
 */
/**
 * Container
 */
/* line 10, scss/components/_layout.scss */
.layout-container {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media all and (min-width: 851px) {
  /* line 18, scss/components/_layout.scss */
  .layout-container {
    max-width: 1290px;
  }
}

/**
 * Main
 */
/* line 26, scss/components/_layout.scss */
.layout-main-wrapper {
  min-height: 50vh;
}

/* line 29, scss/components/_layout.scss */
.layout-main {
  margin-top: 20px;
  margin-bottom: 40px;
}

/* line 34, scss/components/_layout.scss */
.node--type-layout-components-page .layout-region {
  overflow: hidden;
}

/* line 38, scss/components/_layout.scss */
.views-table input[type="checkbox"] {
  position: inherit;
  height: inherit;
  width: inherit;
}

/* line 43, scss/components/_layout.scss */
.call_to_action.usa-width-one-third a {
  font-family: "Merriweather", "Georgia, Times, serif";
  font-size: 18px;
  font-weight: bold;
  line-height: 25px;
  padding-left: 1rem;
  text-decoration: none;
  display: block;
  padding-top: 10px;
}

/* line 53, scss/components/_layout.scss */
.call_to_action.usa-width-one-third {
  margin-bottom: 20px;
}

/* line 56, scss/components/_layout.scss */
.usa-homepage-section-one .usa-media_block-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-right: 0;
}

/* line 62, scss/components/_layout.scss */
.comment {
  background-color: #17415f;
  background-image: url("/themes/custom/medicaid/images/icon_white_comment_view.svg");
  background-repeat: no-repeat;
  background-position: center;
}

/* line 68, scss/components/_layout.scss */
.scorecard {
  background-color: #17415f;
  background-image: url("/themes/custom/medicaid/images/icon_white_scorecard.svg");
  background-repeat: no-repeat;
  background-position: center;
}

/* line 74, scss/components/_layout.scss */
.clipboard {
  background-color: #17415f;
  background-image: url("/themes/custom/medicaid/images/icon_white_apply_for_coverage.svg");
  background-repeat: no-repeat;
  background-position: center;
}

/* line 80, scss/components/_layout.scss */
.usa-homepage-section-one.usa-section {
  padding-top: 4rem;
  padding-bottom: 2rem;
}

/* line 84, scss/components/_layout.scss */
.usa-homepage-section-one {
  width: 100%;
  background-color: #eefafe;
}

/* line 88, scss/components/_layout.scss */
.usa-homepage-section-one .usa-media_block-img span {
  width: 270px;
  color: #17415f;
  float: left;
  margin-left: 75px;
}

/* line 94, scss/components/_layout.scss */
.call_to_action {
  min-width: 300px;
  min-height: 75px;
}

/*
example
.site-header {
    padding: 2rem;
    font-size: 1.8rem;
    @include mq('tablet-wide') {
        padding-top: 4rem;
        font-size: 2.4rem;
    }
}
 */
/**
 * @file
 * Visual styles for Medicaid's lists.
 */
/* line 8, scss/components/_list.scss */
ul.links {
  color: #68696b;
  font-family: "Helvetica Neue";
  font-size: 0.821em;
  padding: 0;
  margin: 0;
  list-style: none;
}

/**
 * @file
 * List group.
 * A list of links, grouped together.
 */
/* line 7, scss/components/_list-group.scss */
.list-group__link {
  border-top: 1px solid #ccc;
  padding: 7px 0 0;
}

/* line 11, scss/components/_list-group.scss */
.list-group__description {
  margin: 0 0 10px;
}

/**
 * @file
 * Visual styles for Medicaid's main-content component.
 */
/* line 6, scss/components/_main-content.scss */
.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
}

/* line 15, scss/components/_main-content.scss */
#page-wrapper, #page {
  overflow-y: visible;
}

/* line 20, scss/components/_main-content.scss */
.main-content .section {
  margin-bottom: 40px;
  color: rgba(0, 0, 0, 0.87);
}

@media all and (min-width: 851px) {
  /* line 27, scss/components/_main-content.scss */
  .main-content {
    float: left;
    /* LTR */
    position: relative;
  }
  /* line 34, scss/components/_main-content.scss */
  [dir="rtl"] .main-content {
    float: right;
  }
  /* .page-node-type-scorecard-home-page .main-content {
  width: 1158px;
  width: inherit;
} */
  /* line 60, scss/components/_main-content.scss */
  .page-node-type-measure .main-content, .path-taxonomy .main-content, .page-node-type-scorecard-home-page .main-content {
    width: inherit;
    margin-right: 0;
    /* width: 910px; */
  }
  /* line 67, scss/components/_main-content.scss */
  .layout-no-sidebars .main-content {
    width: 100%;
  }
  /* line 71, scss/components/_main-content.scss */
  .layout-sidebar-first .main-content {
    /* LTR */
    margin-right: 0;
    /* LTR */
  }
  /* line 80, scss/components/_main-content.scss */
  [dir="rtl"] .layout-sidebar-first .main-content {
    margin-left: 0;
  }
  /* line 85, scss/components/_main-content.scss */
  .layout-sidebar-second .main-content {
    /* margin-right: 22%; LTR */
    /* margin-left: 0; LTR */
  }
  /* line 90, scss/components/_main-content.scss */
  [dir="rtl"] .layout-sidebar-second .main-content {
    margin-right: 0;
  }
}

@media all and (min-width: 1172px) {
  /* line 97, scss/components/_main-content.scss */
  .page-node-type-measure .main-content, .path-taxonomy .main-content {
    width: 850px;
    margin-right: 20px;
  }
}

/* line 103, scss/components/_main-content.scss */
.view-waiver-factsheet-page h4 a {
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  color: black;
  font-weight: bold;
  text-decoration: none;
}

/* line 110, scss/components/_main-content.scss */
.usa-homepage-section-three .sepLine {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #026666;
  margin: 1em 0;
  padding: 0;
}

@media all and (min-width: 481px) {
  /* line 120, scss/components/_main-content.scss */
  .usa-homepage-section-three.usa-section.relatedLinks.popularPages {
    padding-top: 2rem;
  }
}

/*
 * Node Content
 * Target styling around floating images
 */
/* line 134, scss/components/_main-content.scss */
.node__content .field--type-field--name-field-main-body p img.align-left {
  margin: 5px 20px 10px 0;
}

/* line 137, scss/components/_main-content.scss */
.node__content .field--type-field--name-field-main-body p img.align-right {
  margin: 5px 0 10px 20px;
}

/**
 * @file
 * Styles for menus in Medicaid.
 */
/* This is needed to override ul.menu styles in menu.theme.css */
/* line 7, scss/components/_menu.scss */
ul.menu {
  margin: 0;
  padding: 0 0 0.25em 1em;
}

/* This is needed to override [dir="rtl"] ul.menu styles in menu.theme.css */
/* line 13, scss/components/_menu.scss */
[dir="rtl"] ul.menu {
  margin: 0;
}

/**
 * @file
 * Styles for Medicaid's messages.
 */
/* line 6, scss/components/_messages.scss */
.messages__wrapper {
  padding: 20px 0 5px 8px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 8px 0;
}

/* line 11, scss/components/_messages.scss */
[dir="rtl"] .messages__wrapper {
  padding: 20px 8px 5px 0;
}

/* line 1, scss/components/_node-preview.scss */
.node-preview-container {
  background: #f1f1f1;
  font-family: Arial, sans-serif;
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.3333);
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.3333);
  position: fixed;
  z-index: 499;
  width: 100%;
  padding: 5px 10px;
}

/* line 10, scss/components/_node-preview.scss */
.node-preview-backlink {
  background: url(../../../../misc/icons/000000/chevron-left.svg) left no-repeat, -webkit-gradient(linear, left top, left bottom, from(#046791), to(#046791));
  background: url(../../../../misc/icons/000000/chevron-left.svg) left no-repeat, -o-linear-gradient(top, #046791, #046791);
  background: url(../../../../misc/icons/000000/chevron-left.svg) left no-repeat, linear-gradient(to bottom, #046791, #046791);
  /* LTR */
  border: 1px solid #0048c8;
  border-radius: 0.4em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
  color: #fff;
  font-size: 0.9em;
  line-height: normal;
  margin: 5px 10px 5px 0;
  /* LTR */
  padding: 4px 1em 4px 0.6em;
  /* LTR */
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  display: inline-block;
}

/* line 24, scss/components/_node-preview.scss */
[dir="rtl"] .node-preview-backlink {
  background: url(../../../../misc/icons/000000/chevron-right.svg) right no-repeat, -webkit-gradient(linear, left top, left bottom, from(#046791), to(#046791));
  background: url(../../../../misc/icons/000000/chevron-right.svg) right no-repeat, -o-linear-gradient(top, #046791, #046791);
  background: url(../../../../misc/icons/000000/chevron-right.svg) right no-repeat, linear-gradient(to bottom, #046791, #046791);
  margin: 5px 0 5px 10px;
  padding: 4px 0.6em 4px 1em;
  float: right;
}

/* line 31, scss/components/_node-preview.scss */
.node-preview-backlink:focus,
.node-preview-backlink:hover {
  background: url(../../../../misc/icons/000000/chevron-left.svg) left no-repeat, -webkit-gradient(linear, left top, left bottom, from(#112e51), to(#112e51));
  background: url(../../../../misc/icons/000000/chevron-left.svg) left no-repeat, -o-linear-gradient(top, #112e51, #112e51);
  background: url(../../../../misc/icons/000000/chevron-left.svg) left no-repeat, linear-gradient(to bottom, #112e51, #112e51);
  /* LTR */
  border: 1px solid #0048c8;
  text-decoration: none;
  color: #fff;
}

/* line 39, scss/components/_node-preview.scss */
[dir="rtl"] .node-preview-backlink:focus,
[dir="rtl"] .node-preview-backlink:hover {
  background: url(../../../../misc/icons/000000/chevron-right.svg) right no-repeat, -webkit-gradient(linear, left top, left bottom, from(#112e51), to(#112e51));
  background: url(../../../../misc/icons/000000/chevron-right.svg) right no-repeat, -o-linear-gradient(top, #112e51, #112e51);
  background: url(../../../../misc/icons/000000/chevron-right.svg) right no-repeat, linear-gradient(to bottom, #112e51, #112e51);
}

/* line 44, scss/components/_node-preview.scss */
.node-preview-backlink:active {
  background: url(../../../../misc/icons/000000/chevron-left.svg) left no-repeat, -webkit-gradient(linear, left top, left bottom, from(#112e51), to(#112e51));
  background: url(../../../../misc/icons/000000/chevron-left.svg) left no-repeat, -o-linear-gradient(top, #112e51, #112e51);
  background: url(../../../../misc/icons/000000/chevron-left.svg) left no-repeat, linear-gradient(to bottom, #112e51, #112e51);
  /* LTR */
  border: 1px solid #0048c8;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
}

/* line 50, scss/components/_node-preview.scss */
[dir="rtl"] .node-preview-backlink:active {
  background: url(../../../../misc/icons/000000/chevron-right.svg) right no-repeat, -webkit-gradient(linear, left top, left bottom, from(#112e51), to(#112e51));
  background: url(../../../../misc/icons/000000/chevron-right.svg) right no-repeat, -o-linear-gradient(top, #112e51, #112e51);
  background: url(../../../../misc/icons/000000/chevron-right.svg) right no-repeat, linear-gradient(to bottom, #112e51, #112e51);
}

/* line 54, scss/components/_node-preview.scss */
.node-preview-backlink::before {
  content: '';
  width: 10px;
  display: inline-block;
}

/* line 59, scss/components/_node-preview.scss */
[dir="rtl"] .node-preview-backlink::after {
  content: '';
  width: 10px;
  display: inline-block;
}

/* line 64, scss/components/_node-preview.scss */
.node-preview-container .form-item-view-mode {
  display: inline-block;
  margin: 5px 0;
}

/* line 68, scss/components/_node-preview.scss */
[dir="rtl"] .node-preview-container .form-item-view-mode {
  margin-right: 0;
}

/**
 * @file
 * Visual styles for Medicaid's page-title component.
 */
/* line 6, scss/components/_page-title.scss */
.page-title {
  /* font-size: 2em; */
  /* line-height: 1em; */
  /* height: 92px; */
  width: 100%;
  /* margin: 0px 0px 40px 25px; */
  margin-bottom: 40px;
}

/* line 14, scss/components/_page-title.scss */
.page-title span {
  color: #000000;
  font-family: Merriweather;
  font-size: 40px;
  font-weight: bold;
  line-height: 0;
  /* margin-bottom: 40px; */
}

/* line 22, scss/components/_page-title.scss */
.path-newandnotable h1.title.page-title {
  color: #000000;
}

@media all and (min-width: 481px) and (max-width: 1071px) {
  /* line 26, scss/components/_page-title.scss */
  h1.title.page-title {
    margin-bottom: 21px;
  }
}

/*
example
.site-header {
    padding: 2rem;
    font-size: 1.8rem;
    @include mq('tablet-wide') {
        padding-top: 4rem;
        font-size: 2.4rem;
    }
}
 */
/**
 * @file
 * Styles for Medicaid's pagination.
 */
/* Using .pager selector on the first one to override .region-content ul. */
/* line 9, scss/components/_pager.scss */
.pager .pager__items {
  padding: 0;
  font-family: "Source Sans Pro";
}

/* line 14, scss/components/_pager.scss */
.pager__item {
  font-size: 0.929em;
  padding: 10px 15px;
}

/* line 18, scss/components/_pager.scss */
.pager__item a {
  display: inline-block;
}

/* line 22, scss/components/_pager.scss */
.pager__item.is-active a {
  color: #3b3b3b;
  border-bottom: 0;
}

/* line 28, scss/components/_pager.scss */
.pager__item--first, .pager__item--previous {
  padding: 10px 10px 10px 0;
  /* LTR */
}

/* line 35, scss/components/_pager.scss */
[dir="rtl"] .pager__item--first, [dir="rtl"] .pager__item--previous {
  padding-left: 10px;
  padding-right: 0;
}

/* line 41, scss/components/_pager.scss */
.pager__item--ellipsis {
  padding: 10px 0;
}

/* line 45, scss/components/_pager.scss */
.pager__item--last, .pager__item--next {
  padding: 10px 0 10px 10px;
  /* LTR */
}

/* line 52, scss/components/_pager.scss */
[dir="rtl"] .pager__item--last, [dir="rtl"] .pager__item--next {
  padding-left: 0;
  padding-right: 10px;
}

/*
example
.site-header {
    padding: 2rem;
    font-size: 1.8rem;
    @include mq('tablet-wide') {
        padding-top: 4rem;
        font-size: 2.4rem;
    }
}
 */
/**
 * @file
 * Panel styling. Panels are used to visually group items together.
 */
/* line 8, scss/components/_panel.scss */
.panel {
  background: #fbfbfb;
  border: 1px solid #ccc;
  margin: 10px 0;
  padding: 0 5px 5px;
}

/* line 14, scss/components/_panel.scss */
.panel__title {
  margin: 16px 7px;
}

/* line 17, scss/components/_panel.scss */
.panel__content {
  padding: 0 4px 2px 8px;
  /* LTR */
}

/* line 20, scss/components/_panel.scss */
[dir="rtl"] .panel__content {
  padding-right: 8px;
  padding-left: 4px;
}

/**
 * @file
 * Styles for password suggestions in Medicaid.
 */
/* line 6, scss/components/_password-suggestions.scss */
.password-suggestions {
  border: 0;
}

/* line 1, scss/components/_pillar-navigation.scss */
.pillarNavContainer {
  width: 200px;
  position: absolute;
}

/* line 5, scss/components/_pillar-navigation.scss */
.pillarNavContainer.changebottom {
  position: absolute;
  bottom: 45px;
}

/* line 9, scss/components/_pillar-navigation.scss */
.pillarNavContainer.explorerStyle {
  position: fixed;
}

/* line 12, scss/components/_pillar-navigation.scss */
.pillarNavContainer .pillarIconAndLink:nth-child(1) .pillar_link {
  padding-right: 23%;
}

/* line 15, scss/components/_pillar-navigation.scss */
#page .pillarNavIcon img {
  width: 60px;
  /*height:60px;*/
  height: auto;
  max-width: 100%;
}

/* line 21, scss/components/_pillar-navigation.scss */
#page .pillarNavIcon {
  margin-right: 0px;
  height: 100%;
  text-align: left;
  width: 100%;
}

/* line 27, scss/components/_pillar-navigation.scss */
.pillarNavContainer.explorerStyle {
  position: fixed;
}

/* line 30, scss/components/_pillar-navigation.scss */
.pillarNavLogo {
  background-color: #18405f;
  display: grid;
  place-items: center;
  margin-bottom: 5px;
}

/* line 37, scss/components/_pillar-navigation.scss */
.pillarWrapper {
  border: 1px solid #18405f;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
}

/* line 45, scss/components/_pillar-navigation.scss */
ul.pillarWrapper {
  margin-top: unset;
}

/* line 48, scss/components/_pillar-navigation.scss */
.pillarIconAndLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 13px;
  text-align: left;
  line-height: 1.2;
}

/* line 54, scss/components/_pillar-navigation.scss */
.pillarIconAndLink a {
  text-decoration: none;
}

/* line 57, scss/components/_pillar-navigation.scss */
.pillarNavIcon {
  margin-right: 12px;
}

/* line 60, scss/components/_pillar-navigation.scss */
.circle-StateHealthSystemPerformance {
  fill: #046791;
}

/* line 63, scss/components/_pillar-navigation.scss */
.circle-StateAdministrativeAccountability {
  fill: #026666;
}

/* line 66, scss/components/_pillar-navigation.scss */
.circle-FederalAdministrativeAccountability {
  fill: #862074;
}

/* line 69, scss/components/_pillar-navigation.scss */
.circle-NationalContext {
  fill: #888888;
}

/* line 72, scss/components/_pillar-navigation.scss */
.region.region-sidebar-second {
  position: relative;
}

/* line 75, scss/components/_pillar-navigation.scss */
.navText {
  text-align: left;
  font-family: "Source Sans Pro";
  font-size: 16px;
  line-height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 84, scss/components/_pillar-navigation.scss */
.pillar_nav {
  background-color: #eefafe;
}

/* line 87, scss/components/_pillar-navigation.scss */
.pillar_nav .pillarIconAndLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Non SVG Image maps need extra styling */
/* line 93, scss/components/_pillar-navigation.scss */
.path-taxonomy .views-field-field-static-small-visualization .field--type-field--name-field-media-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 96, scss/components/_pillar-navigation.scss */
.path-taxonomy .views-field-field-static-small-visualization .field--type-field--name-field-media-image .field__item {
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

/* line 99, scss/components/_pillar-navigation.scss */
.path-taxonomy .views-field-field-static-small-visualization .field--type-field--name-field-media-image .field__item img {
  margin-left: 4px;
}

/* Disable Padding on Tablet and Mobile */
@media all and (max-width: 951px) {
  /* line 107, scss/components/_pillar-navigation.scss */
  .path-taxonomy .views-field-field-static-small-visualization .field--type-field--name-field-media-image .field__item img {
    margin-left: 0;
  }
}

@media all and (max-width: 1171px) {
  /* line 114, scss/components/_pillar-navigation.scss */
  #sidebar-second {
    display: none;
  }
}

@media all and (min-width: 1172px) {
  /* line 119, scss/components/_pillar-navigation.scss */
  .pillar_nav {
    display: none;
  }
}

@media all and (max-width: 1170px) {
  /* line 124, scss/components/_pillar-navigation.scss */
  .pillar_nav .pillarNavLogo,
  .pillarIconLogo {
    max-width: 174px;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 131, scss/components/_pillar-navigation.scss */
  .pillar_nav .pillarContainer {
    padding-top: 10px;
  }
}

@media all and (min-width: 1070px) and (max-width: 1172px) {
  /* line 136, scss/components/_pillar-navigation.scss */
  .pillar_nav .pillarWidth1 {
    width: 155px;
    margin-right: 20px;
  }
  /* line 140, scss/components/_pillar-navigation.scss */
  .pillar_nav .pillarWidth2 {
    width: 195px;
    margin-right: 10px;
  }
  /* line 144, scss/components/_pillar-navigation.scss */
  .pillar_nav .pillarWidth3 {
    width: 195px;
    margin-right: 10px;
  }
  /* line 148, scss/components/_pillar-navigation.scss */
  .pillar_nav .pillarWidth4 {
    width: 210px;
  }
  /* line 151, scss/components/_pillar-navigation.scss */
  .pillar_nav {
    margin-left: -5px;
  }
}

@media all and (min-width: 481px) and (max-width: 1071px) {
  /* line 157, scss/components/_pillar-navigation.scss */
  .pillar_nav .pillarContainer {
    padding-top: 10px;
  }
  /* line 160, scss/components/_pillar-navigation.scss */
  .pillar_nav .pillarNavIcon {
    margin-right: 15px;
  }
  /* line 163, scss/components/_pillar-navigation.scss */
  .pillar_nav .pillarIconAndLink {
    width: 100%;
    padding-bottom: 10px;
  }
  /* line 167, scss/components/_pillar-navigation.scss */
  .pillar_nav .pillarIconLogo {
    margin-right: auto;
  }
  /* line 170, scss/components/_pillar-navigation.scss */
  .pillar_nav {
    margin-bottom: 28px;
    padding-left: 0px;
    margin-top: 30px;
  }
  /* line 176, scss/components/_pillar-navigation.scss */
  #page .pillarNavIcon {
    width: auto;
    margin-right: 10px;
  }
}

@media all and (max-width: 480px) {
  /* line 182, scss/components/_pillar-navigation.scss */
  body.path-taxonomy {
    display: -webkit-box;
    display: -ms-flexbox;
  }
  /* line 186, scss/components/_pillar-navigation.scss */
  body.path-taxonomy table {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-collapse: separate;
    border-spacing: 0 2em;
  }
  /* line 192, scss/components/_pillar-navigation.scss */
  body.path-taxonomy table tr {
    margin: auto;
  }
  /* line 195, scss/components/_pillar-navigation.scss */
  body.path-taxonomy table .explore_measures.usa-width-one-whole {
    width: 100%;
  }
  /* line 198, scss/components/_pillar-navigation.scss */
  body.path-taxonomy table .views-field-field-static-small-visualization {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: -1;
  }
  /* line 201, scss/components/_pillar-navigation.scss */
  body.path-taxonomy table .views-field-field-static-small-visualization svg:not(:root) {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 100%;
    margin-top: 20px;
  }
  /* line 209, scss/components/_pillar-navigation.scss */
  .scorecard-taxonomy-custom-image-map > div {
    text-align: left;
    width: 100%;
    margin: 0;
  }
  /* line 214, scss/components/_pillar-navigation.scss */
  .usa-grid.pillar_nav {
    padding-left: unset;
    padding-right: unset;
    margin-left: -5px;
    margin-right: -5px;
    background-color: #eefafe;
    margin-bottom: 1.5em;
  }
  /* line 222, scss/components/_pillar-navigation.scss */
  .pillarIconAndLink a {
    font-family: "Source Sans Pro";
    font-size: 16px;
    margin-right: auto;
  }
  /* line 227, scss/components/_pillar-navigation.scss */
  .pillarIconAndLink.usa-width-one-fourth {
    padding-bottom: 1em;
    -webkit-box-flex: 4;
    -ms-flex: 4;
    flex: 4;
    padding-left: 18%;
    padding-right: 18%;
  }
  /* line 234, scss/components/_pillar-navigation.scss */
  .navText {
    text-align: left;
    -webkit-box-flex: 4;
    -ms-flex: 4;
    flex: 4;
  }
  /* line 238, scss/components/_pillar-navigation.scss */
  .pillarIconLogo.usa-width-one-fourth {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
  }
  /* line 245, scss/components/_pillar-navigation.scss */
  .pillarNavLogo {
    background-origin: content-box;
    padding: 0px 0px !important;
  }
  /* line 249, scss/components/_pillar-navigation.scss */
  div#block-medicaid-content {
    margin-top: 31px;
  }
  /* line 252, scss/components/_pillar-navigation.scss */
  .pillar_nav .pillarContainer {
    padding-top: 0px !important;
    padding-left: unset;
    padding-right: unset;
  }
  /* line 257, scss/components/_pillar-navigation.scss */
  .pillarNavIcon {
    margin-right: 15px !important;
  }
  /* line 260, scss/components/_pillar-navigation.scss */
  .page-node-type-homepage div#block-medicaid-content {
    margin-top: 0px;
  }
}

@media screen and (max-width: 944px) {
  /* line 268, scss/components/_pillar-navigation.scss */
  #page .pillarNavIcon {
    width: auto !important;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
}

/* global scorecard print taxonomy pages */
@media print {
  /* line 276, scss/components/_pillar-navigation.scss */
  .pillar_nav,
  .pillarNav,
  .pillarNavContainer {
    display: none !important;
  }
  /* Needed to fix taxonomy print after scss merge */
  /* line 283, scss/components/_pillar-navigation.scss */
  .path-taxonomy .usa-navbar {
    height: auto;
  }
  /* line 287, scss/components/_pillar-navigation.scss */
  .path-taxonomy #block-medicaid-branding .site-branding__logo,
  .path-taxonomy #block-medicaid-branding img {
    display: block;
  }
  /* firefox only */
  @-moz-document url-prefix() {
    /* line 294, scss/components/_pillar-navigation.scss */
    .path-taxonomy table tr {
      page-break-inside: avoid;
    }
  }
}

/* chrome and safari print scorecard taxonomy */
@media print and (-webkit-min-device-pixel-ratio: 0) {
  /* line 302, scss/components/_pillar-navigation.scss */
  .path-taxonomy table {
    page-break-before: always;
  }
  /* line 305, scss/components/_pillar-navigation.scss */
  .path-taxonomy table tr {
    page-break-inside: avoid;
  }
}

/* --------------- Primary Menu ------------ */
/* line 3, scss/components/_primary-menu.scss */
.region-primary-menu {
  clear: both;
}

/* line 6, scss/components/_primary-menu.scss */
.region-primary-menu .menu {
  font-size: 0.929em;
  margin: 0 5px;
  padding: 0;
  text-align: left;
  /* LTR */
}

/* line 12, scss/components/_primary-menu.scss */
[dir="rtl"] .region-primary-menu .menu {
  text-align: right;
  margin-left: 5px;
  /* This is required to win over specificity of [dir="rtl"] ul.menu */
  margin-right: 5px;
  /* This is required to win over specificity of [dir="rtl"] ul.menu */
}

/* line 17, scss/components/_primary-menu.scss */
.region-primary-menu .menu-item {
  float: none;
  list-style: none;
  margin: 0;
  padding: 0;
  height: auto;
  width: 100%;
}

/* line 25, scss/components/_primary-menu.scss */
.region-primary-menu .menu a {
  /*color: #333;*/
  /*background: #ccc;*/
  /*background: rgba(255, 255, 255, 0.7);*/
  /*float: none;*/
  /*display: block;*/
  /*text-decoration: none;*/
  /*text-shadow: 0 1px #eee;*/
  /*border-radius: 8px;*/
  /*margin: 4px 0;*/
  /*padding: 0.9em 0 0.9em 10px; !* LTR *!*/
}

/* line 37, scss/components/_primary-menu.scss */
[dir="rtl"] .region-primary-menu .menu a {
  padding: 0.9em 10px 0.9em 0;
}

/* line 40, scss/components/_primary-menu.scss */
.region-primary-menu .menu a:hover,
.region-primary-menu .menu a:focus {
  /*background: #f6f6f2;*/
  /*background: rgba(255, 255, 255, 0.95);*/
}

/* line 45, scss/components/_primary-menu.scss */
.region-primary-menu .menu a:active {
  /*background: #b3b3b3;*/
  /*background: rgba(255, 255, 255, 1);*/
}

/* line 49, scss/components/_primary-menu.scss */
.region-primary-menu .menu-item a.is-active {
  border-bottom: none;
}

/* ---------- Primary Menu Toggle ----------- */
/* Hide the toggle by default. */
/* line 55, scss/components/_primary-menu.scss */
.menu-toggle,
.menu-toggle-target {
  display: none;
}

/* Unhide it for the primary menu. */
/* line 60, scss/components/_primary-menu.scss */
.region-primary-menu .menu-toggle-target {
  display: inherit;
  position: fixed;
  top: 0;
}

/* line 65, scss/components/_primary-menu.scss */
.region-primary-menu .menu-toggle {
  display: none;
}

/* line 68, scss/components/_primary-menu.scss */
body:not(:target) .region-primary-menu .menu-toggle {
  color: #333;
  background: #ccc;
  background: rgba(255, 255, 255, 0.7);
  float: none;
  font-size: 0.929em;
  display: block;
  text-decoration: none;
  text-shadow: 0 1px #eee;
  padding: 0.9em 10px 0.9em 10px;
  z-index: 1000;
}

/* line 80, scss/components/_primary-menu.scss */
body:not(:target) .region-primary-menu .menu-toggle:after {
  content: "";
  background: url(../../../../misc/icons/ffffff/hamburger.svg) no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  display: inline-block;
  position: absolute;
  right: 10px;
  /* LTR */
}

/* line 90, scss/components/_primary-menu.scss */
[dir="rtl"] body:not(:target) .region-primary-menu .menu-toggle:after {
  right: initial;
  left: 10px;
}

/* line 94, scss/components/_primary-menu.scss */
body:not(:target) .region-primary-menu .menu-toggle-target-show:target ~ .menu-toggle,
body:not(:target) .region-primary-menu .menu-toggle--hide {
  display: none;
}

/* line 98, scss/components/_primary-menu.scss */
body:not(:target) .region-primary-menu .menu-toggle-target-show:target ~ .menu-toggle--hide {
  display: block;
}

/* line 102, scss/components/_primary-menu.scss */
body:not(:target) .region-primary-menu .menu-item {
  height: 0;
  overflow: hidden;
}

/* line 106, scss/components/_primary-menu.scss */
body:not(:target) .region-primary-menu .menu-toggle-target-show:target ~ .menu .menu-item {
  height: auto;
  overflow: visible;
}

/**
 * Media queries for primary menu.
 */
@media all and (min-width: 461px) and (max-width: 900px) {
  /* line 118, scss/components/_primary-menu.scss */
  .region-primary-menu .menu {
    margin: 0 5px;
    padding: 0;
    text-align: center;
  }
  /* This is required to win over specificity of the global [dir="rtl"] .region-primary-menu .menu */
  /* line 124, scss/components/_primary-menu.scss */
  [dir="rtl"] .region-primary-menu .menu {
    text-align: center;
  }
  /* line 127, scss/components/_primary-menu.scss */
  .region-primary-menu .menu-item,
  body:not(:target) .region-primary-menu .menu-item {
    float: left;
    /* LTR */
    margin-right: 5px;
    /* LTR */
    padding: 0;
    display: inline-block;
    width: 32.75%;
    height: auto;
    overflow: visible;
  }
  /* line 137, scss/components/_primary-menu.scss */
  [dir="rtl"] .region-primary-menu .menu-item,
  [dir="rtl"] body:not(:target) .region-primary-menu .menu-item {
    float: right;
    margin-left: 5px;
    margin-right: 0;
  }
  /* line 143, scss/components/_primary-menu.scss */
  .region-primary-menu .menu-item:nth-child(3n) {
    margin-right: -5px;
    /* LTR */
  }
  /* line 146, scss/components/_primary-menu.scss */
  [dir="rtl"] .region-primary-menu .menu-item:nth-child(3n) {
    margin-left: -5px;
    margin-right: 0;
  }
  /* line 150, scss/components/_primary-menu.scss */
  .region-primary-menu .menu a {
    /*float: none;*/
    /*display: block;*/
    /*border-radius: 8px;*/
    /*margin-bottom: 5px;*/
    /*padding: 0.9em 5px;*/
  }
  /* This is required to win over specificity of the global [dir="rtl"] .region-primary-menu .menu a */
  /* line 158, scss/components/_primary-menu.scss */
  [dir="rtl"] .region-primary-menu .menu a {
    padding: 0.9em 5px;
  }
  /* line 161, scss/components/_primary-menu.scss */
  body:not(:target) .region-primary-menu .menu-toggle {
    display: none;
  }
}

@media all and (min-width: 901px) {
  /* line 167, scss/components/_primary-menu.scss */
  .region-primary-menu .block-menu .menu {
    font-size: 0.929em;
    margin: 0;
    padding: 0 15px;
  }
  /* line 172, scss/components/_primary-menu.scss */
  .region-primary-menu .menu-item,
  body:not(:target) .region-primary-menu .menu-item {
    float: left;
    /* LTR */
    list-style: none;
    padding: 0 1px;
    margin: 0 1px;
    width: auto;
    height: auto;
    overflow: visible;
  }
  /* line 182, scss/components/_primary-menu.scss */
  [dir="rtl"] .region-primary-menu .menu-item,
  [dir="rtl"] body:not(:target) .region-primary-menu .menu-item {
    float: right;
  }
  /* line 186, scss/components/_primary-menu.scss */
  .region-primary-menu .menu a {
    /*float: left; !* LTR *!*/
    /*padding: 0.7em 0.8em;*/
    /*margin-bottom: 0;*/
    /*border-bottom-left-radius: 0;*/
    /*border-bottom-right-radius: 0;*/
  }
  /* line 193, scss/components/_primary-menu.scss */
  [dir="rtl"] .region-primary-menu .menu a {
    float: right;
    padding: 0.7em 0.8em;
  }
  /* line 197, scss/components/_primary-menu.scss */
  .featured .region-primary-menu .menu-item a:active,
  .featured .region-primary-menu .menu-item a.is-active {
    background: #f0f0f0;
    background: #f0f0f0;
  }
  /* line 202, scss/components/_primary-menu.scss */
  body:not(:target) .region-primary-menu .menu-toggle {
    display: none;
  }
}

/**
 * Ensures that the open mobile menu hides when the screen dimensions become
 * 461px or wider.
 */
@media all and (min-width: 461px) {
  /* line 212, scss/components/_primary-menu.scss */
  body:not(:target) .region-primary-menu .menu-toggle-target-show:target ~ .menu-toggle--hide {
    display: none;
  }
}

/* Request to Indent Tier 4 menu items CMCSAPP-2050 */
/* line 219, scss/components/_primary-menu.scss */
#mobile-nav .mobile-menu-level-two > ul.usa-nav-submenu > li > ul.usa-nav-submenu > li > a {
  padding-left: 4.8rem !important;
}

/**
 * @file
 * The visual styles for Medicaid's search form(s).
 */
/* line 6, scss/components/_search-form.scss */
.search-form {
  font-size: 0.875rem;
}

/* line 9, scss/components/_search-form.scss */
.search-form .form-search {
  float: left;
  /* LTR */
  margin-right: 5px;
  /* LTR */
  padding: 4px;
}

/* line 14, scss/components/_search-form.scss */
[dir="rtl"] .search-form .form-search {
  float: right;
  margin-left: 5px;
  margin-right: 0;
}

/* line 19, scss/components/_search-form.scss */
.button.search-form__submit,
.search-form__submit {
  background: #f0f0f0 url(../../../../misc/icons/505050/loupe.svg) no-repeat center;
  cursor: pointer;
  height: 26px;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
  padding: 0;
  text-indent: -9999px;
  direction: ltr;
  width: 34px;
}

/* line 32, scss/components/_search-form.scss */
.button.search-form__submit:hover,
.search-form__submit:hover,
.button.search-form__submit:focus,
.search-form__submit:focus {
  background: #dedede url(../../../../misc/icons/424242/loupe.svg) no-repeat center;
}

/* line 38, scss/components/_search-form.scss */
.search-form .form-item-keys label {
  display: block;
}

/**
 * @file
 * Visual styles for Medicaid's search results.
 */
/* line 6, scss/components/_search-results.scss */
.search-results {
  padding: 0;
  list-style-position: inside;
}

/* line 10, scss/components/_search-results.scss */
.search-results li {
  border-bottom: 1px solid #d3d7d9;
  padding-bottom: 0.4285em;
  margin-bottom: 0.5em;
}

/* line 15, scss/components/_search-results.scss */
.search-results li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 1em;
}

/* line 20, scss/components/_search-results.scss */
.search-result__title {
  font-weight: bold;
}

/* line 23, scss/components/_search-results.scss */
.search-result__snippet-info {
  padding-left: 0;
  /* LTR */
}

/* line 26, scss/components/_search-results.scss */
[dir="rtl"] .search-result__snippet-info {
  padding-right: 0;
}

/* line 32, scss/components/_search-results.scss */
.gsc-results-wrapper-nooverlay.gsc-results-wrapper-visible {
  margin-top: 35px;
}

/* line 36, scss/components/_search-results.scss */
form.gsc-search-box {
  padding-left: 10px;
  z-index: 9;
  position: relative;
}

@media (max-width: 950px) {
  /* line 42, scss/components/_search-results.scss */
  .gsc-search-button .gsc-search-button-v2 {
    left: -16px;
    top: -5px;
  }
  /* line 46, scss/components/_search-results.scss */
  table.gsc-search-box td.gsc-input {
    width: 90%;
    padding-top: 0px;
  }
}

@media (max-width: 950px) {
  /* line 53, scss/components/_search-results.scss */
  table.gsc-search-box td.gsc-input {
    width: 50%;
    padding-top: 0px;
  }
}

/* --------------- Secondary Menu ------------ */
/* line 3, scss/components/_secondary-menu.scss */
.region-secondary-menu .menu {
  text-align: right;
  /* LTR */
  font-size: 0.929em;
  margin: 0 10px;
  padding: 0;
}

/* line 9, scss/components/_secondary-menu.scss */
[dir="rtl"] .region-secondary-menu .menu {
  text-align: left;
  margin-right: 10px;
  /* required to win over specificity of [dir="rtl"] ul.menu */
  margin-left: 10px;
}

/* line 14, scss/components/_secondary-menu.scss */
.region-secondary-menu .menu-item {
  margin: 0;
  padding: 0;
  display: inline;
}

/* line 19, scss/components/_secondary-menu.scss */
.region-secondary-menu .menu a {
  display: inline-block;
  padding: 0.8em;
}

/* line 23, scss/components/_secondary-menu.scss */
.region-secondary-menu .menu a:hover,
.region-secondary-menu .menu a:focus {
  text-decoration: underline;
}

/**
 * @file
 * Visual styles for the Shortcut action link in Medicaid.
 */
/* line 6, scss/components/_shortcut.scss */
.shortcut-wrapper {
  margin: 2.2em 0 1.1em 0;
  /* Same as usual .page-title margin. */
}

/* line 9, scss/components/_shortcut.scss */
.shortcut-wrapper .page-title {
  float: left;
  /* LTR */
  margin: 0;
}

/* line 13, scss/components/_shortcut.scss */
[dir="rtl"] .shortcut-wrapper .page-title {
  float: right;
}

/* line 16, scss/components/_shortcut.scss */
.shortcut-action {
  border-bottom: none;
  margin-left: 0.5em;
  /* LTR */
  padding-top: 0.35em;
}

/* line 21, scss/components/_shortcut.scss */
[dir="rtl"] .shortcut-action {
  margin-left: 0;
  margin-right: 0.5em;
}

/* line 25, scss/components/_shortcut.scss */
.shortcut-action:hover,
.shortcut-action:active,
.shortcut-action:focus {
  border-bottom: none;
}

/*
example
.site-header {
    padding: 2rem;
    font-size: 1.8rem;
    @include mq('tablet-wide') {
        padding-top: 4rem;
        font-size: 2.4rem;
    }
}
 */
/* ------------------ Sidebar ----------------- */
@media all and (min-width: 560px) {
  /* line 12, scss/components/_sidebar.scss */
  .sidebar {
    position: relative;
    float: left;
    /* LTR */
  }
  /* line 17, scss/components/_sidebar.scss */
  [dir="rtl"] .sidebar {
    float: right;
  }
  /* line 27, scss/components/_sidebar.scss */
  #sidebar-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}

@media all and (max-width: 769px) {
  /* line 52, scss/components/_sidebar.scss */
  .medicaid-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media all and (min-width: 851px) {
  /* line 66, scss/components/_sidebar.scss */
  #sidebar-first {
    z-index: 1;
  }
  /* line 76, scss/components/_sidebar.scss */
  #sidebar-first .views-row {
    border-bottom: none;
  }
  /* line 82, scss/components/_sidebar.scss */
  #sidebar-second {
    clear: none;
  }
  /* line 90, scss/components/_sidebar.scss */
  .basic_page_left_menu ul li a {
    text-decoration: none;
    line-height: normal;
    display: block;
    padding: 10px 10px 10px 10px;
  }
  /* line 96, scss/components/_sidebar.scss */
  .inside-nav {
    border-bottom: 0.1rem solid #888888;
    padding-bottom: 0px;
  }
  /* line 100, scss/components/_sidebar.scss */
  .basic_page_left_menu ul li .inside-nav {
    border-bottom: none;
  }
}

/* line 104, scss/components/_sidebar.scss */
.basic_page_left_menu ul li a {
  color: #212121;
}

/* line 108, scss/components/_sidebar.scss */
.bpd-left-menu-block .bpd-left-menu-wrapper {
  list-style: none;
}

/* line 112, scss/components/_sidebar.scss */
.bpd-left-menu-block .bpd-left-menu-wrapper ul {
  padding: 0 0 0.25em 1em;
}

/* line 116, scss/components/_sidebar.scss */
#block-views-block-branded-prescription-drugs-left-sidebar-block-1 .views-field.views-field-body .field-content ul li a.usa-current {
  color: #17415f !important;
  font-weight: 700 !important;
}

/* line 121, scss/components/_sidebar.scss */
.bpd-left-menu-block .bpd-left-menu-block-wrapper .bpd-left-menu-block-list ul li {
  text-decoration: none;
  display: block;
  margin-bottom: 0px !important;
}

/* line 127, scss/components/_sidebar.scss */
.bpd-left-menu-block .bpd-left-menu-wrapper .item-list ul {
  list-style: none;
}

/* line 131, scss/components/_sidebar.scss */
#block-basicpageleftmenublock .inside-nav .is-active {
  color: #17415f;
  font-weight: 700;
}

/* line 136, scss/components/_sidebar.scss */
.firts-left-link {
  font-weight: bold;
  color: #333333;
}

/* line 141, scss/components/_sidebar.scss */
.basic_page_left_menu ul li a:hover {
  background-color: #f1f1f1;
  color: #17415f;
  text-decoration: none;
}

/* line 146, scss/components/_sidebar.scss */
.basic_page_left_menu ul {
  list-style: none !important;
  font-size: 17px;
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
  width: 100%;
  font-family: "Source Sans Pro", "Helvetica Neue";
}

/* line 156, scss/components/_sidebar.scss */
.basic_page_left_menu ul li a {
  text-decoration: none;
  line-height: normal;
}

@media all and (min-width: 300px) and (max-width: 1023px) {
  /* line 162, scss/components/_sidebar.scss */
  .basic_page_left_menu ul li a.child-selected {
    padding-right: .63rem;
    display: block;
    width: 97%;
  }
}

/* line 169, scss/components/_sidebar.scss */
.basic_page_left_menu ul li a {
  padding: 10px;
  color: #333333;
}

/* line 174, scss/components/_sidebar.scss */
.basic_page_left_menu {
  background-color: white;
}

/* line 178, scss/components/_sidebar.scss */
.basic_page_left_menu ul li a.child-selected {
  border-top: solid black 1px;
  border-left: solid #76BAB2 4px;
  color: #17415f;
  font-weight: 700;
  padding-left: .63rem;
}

/* line 186, scss/components/_sidebar.scss */
.sidebar #block-basicpageleftmenublock,
.sidebar #block-views-block-branded-prescription-drugs-left-sidebar-block-1,
.sidebar #block-views-block-federal-disaster-resources-left-sidebar-block,
.sidebar #block-views-block-iap-cms-commentary-left-sidebar-block-1,
.sidebar #block-views-block-t-msis-coding-blog-left-sidebar-block-1,
.sidebar #block-views-block-enterprise-systems-newsletter-left-sidebar-block,
.sidebar #block-views-block-managed-ltss-faqs-left-sidebar-block-1,
.sidebar #block-views-block-sdud-faqs-left-sidebar-block-1,
.sidebar #block-views-block-upper-payment-limit-faqs-left-sidebar-block-1 {
  background-color: white;
  border-color: white;
}

/* line 199, scss/components/_sidebar.scss */
.sidebar .block {
  background-color: white;
  border-style: solid;
  border-width: 1px;
  border-bottom: none;
  border-right: none;
  border-color: transparent;
}

/* line 208, scss/components/_sidebar.scss */
.sidebar h2 {
  margin: 0 0 0.5em;
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 5px;
  text-shadow: 0 1px 0 #fff;
  font-size: 1.071em;
  line-height: 1.2;
}

/* line 216, scss/components/_sidebar.scss */
.sidebar
.block-sitemap-shortcuts {
  width: 260px;
  background-color: #eefafe;
  padding: 10px 0px 10px 10px;
  margin: 0 20px;
}

/* line 222, scss/components/_sidebar.scss */
.sidebar
.block-sitemap-shortcuts h2 {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  line-height: 1.3;
  margin-bottom: .5em;
  clear: none;
  font-family: "Source Sans Pro", "Helvetica Neue";
  font-size: 1.7rem;
  font-weight: 700;
  margin-top: 0;
  color: #17415f;
  border: none;
}

/* line 234, scss/components/_sidebar.scss */
.sidebar
.block-sitemap-shortcuts ul {
  font-family: "Source Sans Pro", "Helvetica Neue";
  font-size: 1.7rem;
  margin: 0;
  padding: 0;
}

/* line 239, scss/components/_sidebar.scss */
.sidebar
.block-sitemap-shortcuts ul li {
  line-height: 1.5;
  margin-bottom: 0.5em;
  margin-left: 1em;
}

/* line 247, scss/components/_sidebar.scss */
.sidebar .block .content {
  font-size: 0.914em;
  line-height: 1.4;
}

/* line 252, scss/components/_sidebar.scss */
.sidebar tbody {
  border: none;
}

/* line 256, scss/components/_sidebar.scss */
.sidebar tr.even,
.sidebar tr.odd {
  background: none;
  border-bottom: 1px solid #d6d6d6;
}

/* line 261, scss/components/_sidebar.scss */
.view-federal-policy-guidance-sidebar-content .views-row {
  font-size: 1.7rem;
  border-bottom: none;
}

/* line 265, scss/components/_sidebar.scss */
div#block-views-block-federal-policy-guidance-sidebar-content-block-1 {
  border: none;
}

/*===============================================BLOG PAGES=======================================================*/
/* line 269, scss/components/_sidebar.scss */
#block-views-block-branded-prescription-drugs-left-sidebar-block-1 .views-field.views-field-body .field-content a,
#block-views-block-upper-payment-limit-faqs-left-sidebar-block-1 .views-field.views-field-body .field-content a,
#block-views-block-sdud-faqs-left-sidebar-block-1 .views-field.views-field-body .field-content a {
  border-top: 0.1rem solid #888888;
  border-left: 0.4rem solid #76bab2;
  color: #17415f;
  display: block;
  font-family: "Source Sans Pro", "Helvetica Neue";
  line-height: 1.3;
  padding: 0.85rem 0rem 0.85rem 1rem;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.7rem;
}

/* line 283, scss/components/_sidebar.scss */
#block-views-block-branded-prescription-drugs-left-sidebar-block-1 .views-field.views-field-body .field-content ul li,
#block-views-block-upper-payment-limit-faqs-left-sidebar-block-1 .views-field.views-field-body .field-content ul li,
#block-views-block-sdud-faqs-left-sidebar-block-1 .views-field.views-field-body .field-content ul li {
  list-style: none;
  margin-bottom: 0px;
}

/* line 289, scss/components/_sidebar.scss */
#block-views-block-branded-prescription-drugs-left-sidebar-block-1 .views-field.views-field-body .field-content ul li a,
#block-views-block-upper-payment-limit-faqs-left-sidebar-block-1 .views-field.views-field-body .field-content ul li a,
#block-views-block-sdud-faqs-left-sidebar-block-1 .views-field.views-field-body .field-content ul li a {
  border: none;
  color: #212121;
  display: block;
  font-family: "Source Sans Pro", "Helvetica Neue";
  line-height: 1.3;
  padding: 0.85rem 0.85rem 0.85rem 0.85rem;
  text-decoration: none;
  font-weight: normal;
}

/* line 301, scss/components/_sidebar.scss */
#block-views-block-upper-payment-limit-faqs-left-sidebar-block-1 .views-field.views-field-body .field-content ul li a, #block-views-block-sdud-faqs-left-sidebar-block-1 .views-field.views-field-body .field-content ul li a {
  font-weight: bold;
}

/* line 304, scss/components/_sidebar.scss */
#block-views-block-branded-prescription-drugs-left-sidebar-block-1 .views-field.views-field-body .field-content a:hover,
#block-views-block-upper-payment-limit-faqs-left-sidebar-block-1 .views-field.views-field-body .field-content a:hover,
#block-views-block-sdud-faqs-left-sidebar-block-1 .views-field.views-field-body .field-content a:hover {
  background-color: #f1f1f1;
  color: #17415f;
  text-decoration: none;
}

/* line 311, scss/components/_sidebar.scss */
.path-search-t-msis-coding-blog #sidebar-first,
.path-search-bpd-fee-program #sidebar-first,
.path-search-iap-cms-commentary-blog #sidebar-first,
.path-search-upper-payment-limit-faqs #sidebar-first,
.path-search-managed-ltss-faqs #sidebar-first,
.path-search-program-releases #sidebar-first {
  margin-left: 0px;
}

@media all and (max-width: 851px) {
  /* line 322, scss/components/_sidebar.scss */
  .path-search-t-msis-coding-blog #sidebar-first,
  .path-search-bpd-fee-program #sidebar-first,
  .path-search-iap-cms-commentary-blog #sidebar-first,
  .path-search-upper-payment-limit-faqs #sidebar-first,
  .path-search-managed-ltss-faqs #sidebar-first,
  .path-search-program-releases #sidebar-first {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

/* line 337, scss/components/_sidebar.scss */
.path-search-iap-cms-commentary-blog #sidebar-first {
  /* .path-search-program-releases #sidebar-first { */
  margin-top: 15px;
}

/* line 344, scss/components/_sidebar.scss */
ul.data-level5.usa-sidenav-sub_list .self.usa-current,
.path-search-managed-ltss-faqs #sidebar-first ul.data-level4.usa-sidenav-sub_list a {
  padding-left: 2.5em;
}

/* line 348, scss/components/_sidebar.scss */
.path-search-managed-ltss-faqs #sidebar-first .field-content {
  width: 100%;
}

/* line 351, scss/components/_sidebar.scss */
ul.data-level3.usa-sidenav-list > li > a.self.usa-current {
  border-top: 0.1rem solid #888888;
  border-left: 0.4rem solid #76bab2;
  color: #17415f;
}

/* line 356, scss/components/_sidebar.scss */
.usa-layout-docs-sidenav .usa-sidenav-list {
  list-style-type: none;
}

/* line 359, scss/components/_sidebar.scss */
.usa-sidenav-list a.ancestor.usa-current {
  font-weight: bold;
  color: #333333;
  border-left: none;
}

/* line 364, scss/components/_sidebar.scss */
a.parent.usa-current {
  border-left: 0.4rem solid #76bab2;
  border-top: 0.1rem solid #888888;
  color: #17415f;
  font-weight: 700;
  padding-left: 1.4rem;
}

/* line 371, scss/components/_sidebar.scss */
.usa-sidenav-list ul.secondLevel a {
  font-size: 0.88em;
}

/* line 374, scss/components/_sidebar.scss */
.usa-sidenav-list .usa-sidenav-sub_list li {
  font-size: 1.7rem;
}

/* line 377, scss/components/_sidebar.scss */
.usa-sidenav-list .usa-sidenav-sub_list li a {
  line-height: 1.47em;
}

/* line 380, scss/components/_sidebar.scss */
.usa-sidenav-list > li {
  border: none;
}

/* line 383, scss/components/_sidebar.scss */
.usa-sidenav-list a,
.usa-sidenav-list .usa-sidenav-sub_list a,
.usa-sidenav-list li.depth2 > a.self,
.usa-sidenav-list li.depth2 > a.ancestor {
  padding-left: 1.5em;
  padding-left: 2.0rem;
}

/* line 390, scss/components/_sidebar.scss */
.usa-sidenav-list li.depth2 > a.parent,
.usa-sidenav-sub_list a.usa-current.parent {
  padding-left: 1.6rem;
}

/* line 394, scss/components/_sidebar.scss */
.usa-sidenav-list li.depth2,
.usa-sidenav-list li.depth3,
.usa-sidenav-list li.depth4,
.usa-sidenav-list li.depth5,
.usa-sidenav-list li.depth6 {
  padding-left: 1.2em;
}

/* line 401, scss/components/_sidebar.scss */
.usa-sidenav-sub_list a:hover,
.usa-sidenav-sub_list .usa-sidenav-sub_list a:hover,
.usa-sidenav-sub_list a.usa-current,
.usa-sidenav-sub_list a.usa-current.parent {
  padding-left: 2.0rem;
}

/* line 407, scss/components/_sidebar.scss */
a.self.usa-current {
  border: none;
}

/* line 410, scss/components/_sidebar.scss */
.usa-sidenav-list > li.depth1 > a.self,
.usa-sidenav-list > li.depth1 > a.parent {
  border-top: 0.1rem solid #888888;
  border-left: 0.4rem solid #76bab2;
  color: #17415f;
}

/* line 416, scss/components/_sidebar.scss */
.usa-sidenav-list > li:first-child.depth1 a.greatAncestor {
  border: none;
}

/* line 419, scss/components/_sidebar.scss */
.usa-sidenav-list a.usa-current.ancestor {
  border-left: none;
}

/* line 422, scss/components/_sidebar.scss */
.usa-sidenav-list a.usa-current {
  color: #17415f;
}

/* line 425, scss/components/_sidebar.scss */
.usa-sidenav-list li.depth2 a.parent.usa-current ~ ul,
.usa-sidenav-list li.depth3 a.parent.usa-current ~ ul,
.usa-sidenav-list li.depth4 a.parent.usa-current ~ ul {
  border-bottom: 0.1rem solid #888888;
}

@media (max-width: 950px) {
  /* line 431, scss/components/_sidebar.scss */
  aside.section-nav.usa-layout-docs-sidenav {
    margin-top: 2em;
  }
}

/* line 434, scss/components/_sidebar.scss */
ul#basicpageleftmenublock {
  padding-left: 0px;
}

/* line 437, scss/components/_sidebar.scss */
.content-callout aside {
  width: 260px;
  float: right;
  padding: 10px 0px 10px 10px;
  margin-left: 20px;
  background-color: #eefafe;
  padding: 15px;
  /* margin-bottom: 20px !important; */
}

/* line 446, scss/components/_sidebar.scss */
.content-callout.sidebar-mobile aside {
  float: none;
  width: 340px;
}

@media (min-width: 750px) {
  /* line 451, scss/components/_sidebar.scss */
  .sidebar-mobile {
    display: none;
  }
}

@media (max-width: 750px) {
  /* line 456, scss/components/_sidebar.scss */
  .sidebar-desktop {
    display: none;
  }
}

/* line 460, scss/components/_sidebar.scss */
.path-newandnotable .sidebar h2 {
  border-bottom: none;
}

/* line 466, scss/components/_sidebar.scss */
.basic_page_left_menu .firts-left-link {
  padding: 10px;
  display: block;
  font-size: 17px;
}

/* line 474, scss/components/_sidebar.scss */
.basic_page_left_menu li a:hover {
  background-color: #f1f1f1;
  color: #17415f;
  text-decoration: none;
}

/* line 481, scss/components/_sidebar.scss */
.basic_page_left_menu .inside-nav .is-active {
  color: #17415f;
  font-weight: 700;
}

/* line 486, scss/components/_sidebar.scss */
.basic_page_left_menu ul {
  list-style: none;
  font-size: 17px;
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
  width: 100%;
  font-family: "Source Sans Pro", "Helvetica Neue";
}

/* line 497, scss/components/_sidebar.scss */
.basic_page_left_menu ul li a:visited {
  color: #212121;
}

/* line 501, scss/components/_sidebar.scss */
.basic_page_left_menu ul li a:hover {
  background-color: #f1f1f1;
  color: #17415f;
  text-decoration: none;
}

/* line 516, scss/components/_sidebar.scss */
.basic_page_left_menu.block.tmsis {
  background-color: white;
  border-color: white;
  padding: 0;
  list-style: none;
}

/* line 522, scss/components/_sidebar.scss */
.basic_page_left_menu.block.tmsis li a {
  text-decoration: none;
  line-height: normal;
}

/* line 527, scss/components/_sidebar.scss */
.basic_page_left_menu.block.tmsis .header-link {
  padding: 10px;
  color: #333333;
}

/**
 * @file
 * Visual styles for the site branding block in Medicaid.
 */
/* line 6, scss/components/_site-branding.scss */
.site-branding__logo {
  display: inline-block;
  margin-right: 1em;
  /* LTR */
  border-bottom: 0;
}

/* line 11, scss/components/_site-branding.scss */
[dir="rtl"] .site-branding__logo {
  margin-right: 0;
  margin-left: 1em;
}

/* line 15, scss/components/_site-branding.scss */
.site-branding__text {
  display: inline-block;
  vertical-align: top;
}

@media all and (min-width: 461px) {
  /* line 21, scss/components/_site-branding.scss */
  .site-branding__text {
    margin-bottom: 1.857em;
  }
}

@media all and (min-width: 901px) {
  /* line 27, scss/components/_site-branding.scss */
  .site-branding__text {
    padding: 1.286em 0 0;
  }
}

/* line 31, scss/components/_site-branding.scss */
.site-branding__name {
  font-size: 1.6em;
  color: #686868;
  line-height: 1;
}

@media all and (min-width: 901px) {
  /* line 38, scss/components/_site-branding.scss */
  .site-branding__name {
    font-size: 1.821em;
  }
}

/* line 42, scss/components/_site-branding.scss */
.site-branding__slogan {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.929em;
  margin-top: 7px;
  word-spacing: 0.1em;
  font-style: italic;
}

/*
example
.site-header {
    padding: 2rem;
    font-size: 1.8rem;
    @include mq('tablet-wide') {
        padding-top: 4rem;
        font-size: 2.4rem;
    }
}
 */
/* line 5, scss/components/_site-footer.scss */
.site-footer {
  /*base background is coming from the core/colors.css*/
  background: #f1f1f1 !important;
  padding-bottom: 0px;
}

/* line 10, scss/components/_site-footer.scss */
.site-footer .layout-container {
  padding: 0 15px;
}

/* line 14, scss/components/_site-footer.scss */
.site-footer h2 {
  color: black;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.5rem;
  margin-top: 0px;
  margin-bottom: 0.8px;
  padding-top: 20px;
  font-family: "Merriweather", "Georgia, Times, serif";
}

/* line 25, scss/components/_site-footer.scss */
.site-footer blockquote {
  color: #555;
}

/* line 29, scss/components/_site-footer.scss */
.site-footer .content {
  color: #c0c0c0;
  /*color: rgba(255, 255, 255, 0.65);*/
  font-size: 0.857em;
}

/* line 36, scss/components/_site-footer.scss */
.site-footer .menu-item {
  padding: 0;
}

/* line 41, scss/components/_site-footer.scss */
.site-footer .content ol:not(.menu), .site-footer .content ul:not(.menu) {
  padding-left: 1.4em;
  /* LTR */
}

@media all and (min-width: 560px) {
  /* line 50, scss/components/_site-footer.scss */
  .site-footer__top .region {
    float: left;
    /* LTR */
    position: relative;
    width: 50%;
  }
  /* line 58, scss/components/_site-footer.scss */
  [dir="rtl"] .site-footer__top .region {
    float: right;
  }
}

@media print {
  /* line 64, scss/components/_site-footer.scss */
  .popup-dialog-class {
    display: none !important;
  }
  /* line 68, scss/components/_site-footer.scss */
  .ui-widget-overlay {
    opacity: 0 !important;
  }
}

@media all and (min-width: 560px) and (max-width: 850px) {
  /* line 74, scss/components/_site-footer.scss */
  .site-footer .region {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 78, scss/components/_site-footer.scss */
  .site-footer__top .region:nth-child(2n+1) {
    padding-right: 10px;
    /* LTR */
  }
  /* line 84, scss/components/_site-footer.scss */
  [dir="rtl"] .site-footer__top .region:nth-child(2n+1) {
    padding-left: 10px;
    padding-right: 0;
  }
  /* line 89, scss/components/_site-footer.scss */
  .site-footer__top .region:nth-child(2n) {
    padding-left: 10px;
    /* LTR */
  }
  /* line 95, scss/components/_site-footer.scss */
  [dir="rtl"] .site-footer__top .region:nth-child(2n) {
    padding-left: 0;
    padding-right: 10px;
  }
  /* line 100, scss/components/_site-footer.scss */
  .region-footer-third {
    clear: both;
  }
}

@media all and (min-width: 851px) {
  /* line 106, scss/components/_site-footer.scss */
  .site-footer__top .region {
    width: 24%;
    padding: 0 0.65%;
  }
  /*.site-footer__top .region:first-child {
    padding-left: 0;
  }*/
  /* line 115, scss/components/_site-footer.scss */
  [dir="rtl"] .site-footer__top .region:first-child {
    padding-left: 10px;
    padding-right: 0;
  }
  /* line 120, scss/components/_site-footer.scss */
  .site-footer__top .region:last-child {
    padding-right: 0;
    /* LTR */
  }
  /* line 126, scss/components/_site-footer.scss */
  [dir="rtl"] .site-footer__top .region:last-child {
    padding-left: 0;
    padding-right: 10px;
  }
}

/* line 133, scss/components/_site-footer.scss */
[dir="rtl"] .site-footer .content ol:not(.menu), [dir="rtl"] .site-footer .content ul:not(.menu) {
  padding-right: 1.4em;
  padding-left: 0;
}

/* line 140, scss/components/_site-footer.scss */
.site-footer table {
  font-size: 1em;
}

/* line 145, scss/components/_site-footer.scss */
.site-footer tr td, .site-footer tr th {
  border-color: #555;
  border-color: rgba(255, 255, 255, 0.18);
}

/* line 150, scss/components/_site-footer.scss */
.site-footer tr.odd {
  background-color: transparent;
}

/* line 154, scss/components/_site-footer.scss */
.site-footer tr.even {
  background-color: #2c2c2c;
  background-color: rgba(0, 0, 0, 0.15);
}

/* Footer Top Styling. */
/* line 164, scss/components/_site-footer.scss */
.site-footer__top h2 {
  border-bottom: 1px solid #555;
  border-color: rgba(255, 255, 255, 0.15);
  font-size: 1em;
  margin-bottom: 0;
  padding-bottom: 3px;
  color: black;
}

/* line 173, scss/components/_site-footer.scss */
.site-footer__top .content {
  margin-top: 0;
}

/* line 177, scss/components/_site-footer.scss */
.site-footer__top p {
  margin-top: 1em;
}

/* line 181, scss/components/_site-footer.scss */
.site-footer__top .content .menu {
  padding-left: 0;
  /* LTR */
}

/* line 188, scss/components/_site-footer.scss */
[dir="rtl"] .site-footer__top .content .menu {
  padding-right: 0;
}

/* line 193, scss/components/_site-footer.scss */
.site-footer__top .content li a {
  border-bottom: 1px solid #555;
  border-color: rgba(255, 255, 255, 0.15);
  line-height: 1.2;
  padding: 0em 2px 0em 20px;
  /* LTR */
  text-indent: -15px;
  font-size: 16px;
  padding-top: 5.95px;
  padding-bottom: 5.95px;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  display: inline-block;
  padding-left: 15px;
  text-decoration: none;
}

/* line 210, scss/components/_site-footer.scss */
.site-footer__top .block-menu {
  margin: 0;
  padding: 0;
  border: none;
}

/* line 217, scss/components/_site-footer.scss */
.site-footer__bottom {
  letter-spacing: 0.2px;
  margin-top: 30px;
  border-top: 1px solid #555;
  border-color: rgba(255, 255, 255, 0.15);
}

/* line 218, scss/components/_site-footer.scss */
.site-footer__bottom .block {
  margin: 0;
  padding: 0;
  border: none;
  margin: 0.5em 0;
}

/* line 225, scss/components/_site-footer.scss */
.site-footer__bottom .content {
  padding: 0.5em 0;
  margin-top: 0;
}

/* line 230, scss/components/_site-footer.scss */
.site-footer__bottom .block h2 {
  margin: 0;
}

/* line 239, scss/components/_site-footer.scss */
.site-footer__bottom .region {
  margin-top: 20px;
}

/* line 243, scss/components/_site-footer.scss */
.site-footer__bottom .block {
  clear: both;
}

/* line 246, scss/components/_site-footer.scss */
.site-footer__bottom .block .menu {
  padding: 0;
}

/* Footer Bottom Styling. */
/* We need to be specific to overwrite [dir="rtl"] .block ul in block.css. */
/* line 256, scss/components/_site-footer.scss */
.site-footer__top .content li {
  line-height: 1.3rem;
  margin-bottom: 0.5em;
}

/* line 261, scss/components/_site-footer.scss */
.site-footer__bottom .menu-item a {
  float: left;
  /* LTR */
  padding: 0 12px;
  display: block;
  border-right: 1px solid #555;
  /* LTR */
  border-color: rgba(255, 255, 255, 0.15);
}

/* line 273, scss/components/_site-footer.scss */
[dir="rtl"] .site-footer__bottom .menu-item a {
  float: right;
  border-left: 1px solid #555;
  border-right: none;
}

/* line 279, scss/components/_site-footer.scss */
.site-footer__bottom .menu-item:first-child a {
  padding-left: 0;
  /* LTR */
}

/* line 285, scss/components/_site-footer.scss */
[dir="rtl"] .site-footer__bottom .menu-item:first-child a {
  padding-right: 0;
  padding-left: 12px;
}

/* line 290, scss/components/_site-footer.scss */
.site-footer__bottom .menu-item:last-child a {
  padding-right: 0;
  /* LTR */
  border-right: none;
  /* LTR */
}

/* line 300, scss/components/_site-footer.scss */
[dir="rtl"] .site-footer__bottom .menu-item:last-child a {
  padding-left: 0;
  padding-right: 12px;
  border-left: none;
}

/* line 306, scss/components/_site-footer.scss */
[dir="rtl"] .site-footer__bottom .menu-item:first-child:last-child a {
  padding-right: 0;
}

/**
 * When the item is both first and last, :last-child overrides the right padding
 * when using [dir="rtl"]. We need this rule to remove the right padding.
 */
/*======================Footer styles====================================================*/
@media (min-width: 560px) {
  /* line 319, scss/components/_site-footer.scss */
  .region.region-footer-second {
    margin-top: 49px;
  }
  /* line 323, scss/components/_site-footer.scss */
  .region.region-footer-fourth {
    margin-top: 49px;
    margin-bottom: 42px;
  }
}

/* line 331, scss/components/_site-footer.scss */
h2#block-helpfullinks-menu:hover, h2#block-relatedsites-menu:hover {
  text-decoration: underline;
}

@media all and (min-width: 992px) and (max-height: 768px) {
  /* line 338, scss/components/_site-footer.scss */
  .site-footer__top .region.region-footer-first, .site-footer__top .region.region-footer-second {
    width: 18%;
  }
  /* line 342, scss/components/_site-footer.scss */
  .site-footer__top .region.region-footer-third {
    width: 15%;
  }
  /* line 346, scss/components/_site-footer.scss */
  .site-footer__top .region.region-footer-fourth {
    width: 26%;
  }
  /* line 350, scss/components/_site-footer.scss */
  .site-footer__top .region.region-footer-fifth {
    width: 23%;
  }
}

/* line 356, scss/components/_site-footer.scss */
.site-footer__top .region.region-footer-fifth {
  margin-top: 20px;
}

/*-----------Adding the Font Awesome to Footer Links----------*/
/* line 362, scss/components/_site-footer.scss */
.breadcrumb li:before {
  content: '\203A';
}

/* line 366, scss/components/_site-footer.scss */
.fa-clone:after {
  font-family: "Font Awesome 5 Free";
  font-size: small;
  content: "\f24d";
  color: #000000 !important;
  padding-left: 2px;
}

/* line 373, scss/components/_site-footer.scss */
.fa-clone:before {
  content: "";
  padding-left: 0;
}

/* line 378, scss/components/_site-footer.scss */
.breadcrumb li:before {
  content: '\203A';
}

/* line 382, scss/components/_site-footer.scss */
.fa-external-link-alt:after {
  content: "\f35d";
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
  padding-left: 5px;
  font-size: 0.75em;
}

/* line 390, scss/components/_site-footer.scss */
.fa-external-link-alt:before {
  content: none !important;
}

@media (max-width: 1071px) {
  /* a.back-to-top:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0aa";
    padding-right: 3px;
    vertical-align: middle;
    font-weight:900;
    margin-top: 0px;
    position: fixed;
    z-index: 999;
    right: 10px;
    bottom: 440px;
    float: right;
    font-size: 4rem;
   }
   a.back-to-top {
     display: none;
   }*/
  /* line 414, scss/components/_site-footer.scss */
  .resp {
    display: none;
  }
}

/* ----------- iPad Pro 12.9" ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (min-device-height: 1365px) and (-webkit-min-device-pixel-ratio: 2) {
  /* line 423, scss/components/_site-footer.scss */
  .layout-main-wrapper {
    overflow: auto;
  }
  /* line 427, scss/components/_site-footer.scss */
  .site-footer__top .region {
    float: left;
    position: relative;
    width: 50%;
  }
  /* line 433, scss/components/_site-footer.scss */
  .site-footer .region {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 437, scss/components/_site-footer.scss */
  .site-footer__top .region:nth-child(2n+1) {
    padding-right: 10px;
  }
  /* line 441, scss/components/_site-footer.scss */
  .region-footer-third {
    clear: both;
  }
}

/*===================SignUp email block Styles==================*/
/* line 448, scss/components/_site-footer.scss */
label.e-label {
  height: 13px;
  color: #000000;
  font-family: "Source Sans Pro";
  font-size: 17px;
  margin-top: 17px;
}

/* line 456, scss/components/_site-footer.scss */
button.sbmt-btn {
  margin-top: 17px;
  height: 35px;
  border: 1px solid #888888;
  background-color: #046791;
  padding: 8px 18px 11px 17px;
}

/* line 464, scss/components/_site-footer.scss */
label.signup {
  height: 18px;
  color: #000000;
  font-family: "Merriweather";
  font-size: 17px;
  font-weight: bold;
  padding-top: 20px;
}

/* line 473, scss/components/_site-footer.scss */
input#email {
  height: 37px;
  color: #888888;
  font-family: "Source Sans Pro";
  font-size: 17px;
}

/* line 480, scss/components/_site-footer.scss */
.ext .fa-clone {
  display: inline-block;
}

/**
 * @file
 * Styles for the skip link.
 */
/* line 6, scss/components/_skip-link.scss */
.skip-link {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 50;
  background: #444;
  background: rgba(0, 0, 0, 0.6);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.94em;
  line-height: 1.7em;
  padding: 1px 10px 2px;
  border-radius: 0 0 10px 10px;
  border-bottom-width: 0;
  outline: 0;
}

/* line 22, scss/components/_skip-link.scss */
.skip-link.visually-hidden.focusable:focus {
  position: absolute !important;
  color: #fff;
}

/*
example
.site-header {
    padding: 2rem;
    font-size: 1.8rem;
    @include mq('tablet-wide') {
        padding-top: 4rem;
        font-size: 2.4rem;
    }
}
 */
/**
 * @file
 * Styles for Medicaid's tables.
 */
/* line 10, scss/components/_table.scss */
table.views-table, table.responsive-enabled {
  border: 0;
  border-spacing: 0;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  font-size: 0.857em;
  margin: 10px 0;
  width: 100%;
}

/* line 19, scss/components/_table.scss */
table table {
  font-size: 1em;
}

/* line 24, scss/components/_table.scss */
.views-table tr, .responsive-enabled tr {
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
  background: #efefef;
  background: rgba(0, 0, 0, 0.063);
}

/* line 31, scss/components/_table.scss */
thead > tr {
  border-bottom: 1px solid #000;
}

/* line 35, scss/components/_table.scss */
tr.odd {
  background: #e4e4e4;
  background: rgba(0, 0, 0, 0.105);
}

/* line 41, scss/components/_table.scss */
table.views-table tr th, table.responsive-enabled tr th {
  /* background: #757575;
    background: rgba(0, 0, 0, 0.51);
    border-bottom-style: none; */
  background: #f5f5f2;
  border: solid #bfbfba;
  border-width: 1px 0;
  color: #333;
  text-transform: uppercase;
}

/* line 52, scss/components/_table.scss */
table tr th {
  font-weight: bold;
}

/* line 55, scss/components/_table.scss */
table tr th a {
  font-weight: bold;
}

/* line 58, scss/components/_table.scss */
table tr th a:hover, table tr th a:focus {
  font-weight: bold;
}

/* line 64, scss/components/_table.scss */
table tbody tr th {
  vertical-align: top;
}

/* line 70, scss/components/_table.scss */
.views-table tr td, .views-table tr th {
  padding: 4px 9px;
  /* border: 1px solid #fff; */
  text-align: left;
  /* LTR */
}

/* line 81, scss/components/_table.scss */
.responsive-enabled tr td, .responsive-enabled tr th {
  padding: 4px 9px;
  /* border: 1px solid #fff; */
  text-align: left;
  /* LTR */
}

/* line 91, scss/components/_table.scss */
.views-table tr td, .responsive-enabled tr td {
  background-color: #fff !important;
}

/* line 95, scss/components/_table.scss */
.tabledrag-handle {
  border: none;
}

/* line 96, scss/components/_table.scss */
.tabledrag-handle:hover {
  border: none;
}

/* line 104, scss/components/_table.scss */
[dir="rtl"] tr td, [dir="rtl"] tr th {
  text-align: right;
}

/**
 * Responsive tables.
 */
@media screen and (max-width: 37.5em) {
  /* 600px */
  /* line 115, scss/components/_table.scss */
  th.priority-low, td.priority-low, th.priority-medium, td.priority-medium {
    display: none;
  }
}

@media screen and (max-width: 60em) {
  /* 920px */
  /* line 123, scss/components/_table.scss */
  th.priority-low, td.priority-low {
    display: none;
  }
}

/*=============table Module specific styles===============*/
/* line 130, scss/components/_table.scss */
a.tabledrag-handle .handle {
  height: inherit;
  width: 27px;
}

/* line 135, scss/components/_table.scss */
thead th {
  background: #f5f5f2;
  border: solid #bfbfba;
  border-width: 1px 0;
  color: #333;
}

/*=============CKEDITOR specific table styles===============*/
/* line 145, scss/components/_table.scss */
table.cke_show_border {
  width: 80%;
  line-height: 20px;
}

/* line 152, scss/components/_table.scss */
table.waiver-support td.cellHeader, table.waiver-support td.footnoteLink {
  display: none;
}

/* line 157, scss/components/_table.scss */
table.waiver-support a.usa-button:visited {
  color: white;
}

/* State waiver page supporting documents */
/* line 165, scss/components/_table.scss */
.dataTables_paginate.paging_simple_numbers > span > a.paginate_button {
  border-right: 1px solid #333333;
}

/* line 168, scss/components/_table.scss */
.dataTables_paginate.paging_simple_numbers > span > a.paginate_button:last-child {
  border-right: none;
}

/* line 173, scss/components/_table.scss */
.dataTables_wrapper .dataTables_paginate.paging_simple_numbers span .ellipsis + .paginate_button {
  border-left: 1px solid #333333;
}

/* line 178, scss/components/_table.scss */
.dataTables_paginate.paging_simple_numbers > span > a.paginate_button, .dataTables_paginate.paging_simple_numbers > a.paginate_button, .dataTables_paginate.paging_simple_numbers > span > a.paginate_button:active, .dataTables_paginate.paging_simple_numbers > a.paginate_button:active {
  text-decoration: none;
}

/* line 185, scss/components/_table.scss */
.dataTables_wrapper .medicaid_table_footer .dataTables_paginate.paging_simple_numbers span .ellipsis {
  padding-left: 1.1rem;
  padding-right: 1rem;
  margin: 0px;
}

/* line 191, scss/components/_table.scss */
.dataTables_wrapper .medicaid_table_footer .dataTables_paginate.paging_simple_numbers a.paginate_button {
  padding-left: 1.1rem;
  padding-right: 1rem;
  margin: 0px;
}

/* line 196, scss/components/_table.scss */
.dataTables_wrapper .medicaid_table_footer .dataTables_paginate.paging_simple_numbers a.paginate_button:hover, .dataTables_wrapper .medicaid_table_footer .dataTables_paginate.paging_simple_numbers a.paginate_button.current:hover {
  padding-left: 1.1rem;
  padding-right: 1rem;
  margin: 0px;
}

/* line 204, scss/components/_table.scss */
.dataTables_wrapper .medicaid_table_footer .dataTables_paginate .paginate_button {
  color: #046791 !important;
}

/* line 207, scss/components/_table.scss */
.dataTables_wrapper .medicaid_table_footer .dataTables_paginate .paginate_button.current {
  color: #000000 !important;
  font-weight: normal;
}

/* line 212, scss/components/_table.scss */
.dataTables_wrapper .medicaid_table_footer .dataTables_paginate .paginate_button:hover, .dataTables_wrapper .medicaid_table_footer .dataTables_paginate .paginate_button.current:hover {
  font-weight: normal;
}

/* line 217, scss/components/_table.scss */
.dataTables_wrapper .medicaid_table_footer .dataTables_paginate a.paginate_button {
  font-size: 16px;
}

/* line 222, scss/components/_table.scss */
.dynamicListing__content__footer .faq-pagination .pagination a {
  font-size: 16px;
}

/* line 226, scss/components/_table.scss */
.faq-pagination .pagination a {
  font-family: "Source Sans Pro", "Helvetica Neue";
}

/* line 230, scss/components/_table.scss */
.dataTables_length label {
  margin-top: 0px;
}

/* line 233, scss/components/_table.scss */
.dataTables_length label select {
  width: auto;
  display: inline-block;
  height: 34px;
  border: 1px solid #333333;
  color: #333333;
  padding-top: 5px;
  padding-bottom: 5px;
}

/* line 245, scss/components/_table.scss */
.node .dataTables_wrapper .dataTables_length {
  float: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  right: 0;
}

/* line 251, scss/components/_table.scss */
.node .dataTables_paginate {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

/* line 256, scss/components/_table.scss */
.medicaid_table_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 50px;
  margin-top: 20px;
}

/* line 264, scss/components/_table.scss */
.dataTable th {
  background-color: #f7f7f7;
}

/* line 268, scss/components/_table.scss */
.node .dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  font-weight: bold;
  padding-top: 0.755em;
  font-size: 1.2rem;
}

/* line 279, scss/components/_table.scss */
table.medicaid-datatable.dataTable td {
  border-left: dotted 1px black;
}

/* line 284, scss/components/_table.scss */
table.medicaid-datatable.dataTable thead .sorting, table.medicaid-datatable.dataTable thead .sorting_desc, table.medicaid-datatable.dataTable thead .sorting_asc {
  background-image: url("/themes/custom/medicaid/img/arrow-both.png");
  background-size: 10px;
}

/* line 291, scss/components/_table.scss */
.dataTables_info {
  font: bold 12px Arial;
  padding-bottom: 0.755em;
}

/* line 298, scss/components/_table.scss */
.dataTables_wrapper .dataTables_info {
  text-align: justify;
}

/* line 303, scss/components/_table.scss */
.dataTables_wrapper .medicaid_table_footer .dataTables_paginate .paginate_button.current {
  border-right: 1px solid #333333;
  border-top: none;
  border-bottom: none;
  border-left: none;
  background: none;
}

/* line 310, scss/components/_table.scss */
.dataTables_wrapper .medicaid_table_footer .dataTables_paginate .paginate_button.current:hover {
  border-right: 1px solid #333333;
  border-top: none;
  border-bottom: none;
  border-left: none;
  background: none;
}

/* line 319, scss/components/_table.scss */
.dataTables_wrapper .medicaid_table_footer .dataTables_paginate .paginate_button:active, .dataTables_wrapper .medicaid_table_footer .dataTables_paginate .paginate_button:hover {
  color: black !important;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-top: none;
  border-bottom: none;
  border-left: none;
}

/* line 331, scss/components/_table.scss */
table.medicaid-datatable thead th, table.dataTable thead td {
  border-left: none;
  border-right: none;
  border-top: none;
}

/* line 339, scss/components/_table.scss */
.dataTables_wrapper .medicaid_table_footer .dataTables_paginate .paginate_button.next:hover, .dataTables_wrapper .medicaid_table_footer .dataTables_paginate .paginate_button.previous:hover {
  border-right: none;
}

/* line 343, scss/components/_table.scss */
.dataTables_wrapper .medicaid_table_footer .dataTables_paginate .paginate_button.next::after {
  content: '\00a0' '\203A';
}

/* line 347, scss/components/_table.scss */
.dataTables_wrapper .medicaid_table_footer .dataTables_paginate .paginate_button.previous::before {
  content: '\2039' '\00a0';
}

/* line 360, scss/components/_table.scss */
table.medicaid-basic-table {
  width: 100%;
}

/* line 364, scss/components/_table.scss */
table.radio_toggles {
  width: auto;
  border: none;
}

/* line 368, scss/components/_table.scss */
table.radio_toggles tr:nth-child(odd), table.radio_toggles input, table.radio_toggles tr, table.radio_toggles td {
  background: transparent;
  border: none;
}

/* line 376, scss/components/_table.scss */
.medicaid-basic-table td.cellHeader, .medicaid-basic-table td.footnoteLink {
  display: none;
}

@media all and (max-width: 950px) {
  /* line 383, scss/components/_table.scss */
  table.waiver-support td.cellHeader, table.waiver-support td.footnoteLink {
    padding-bottom: 0px;
    display: inline-block;
  }
  /* line 389, scss/components/_table.scss */
  .node__content table.medicaid-datatable {
    display: table;
  }
  /* line 394, scss/components/_table.scss */
  .medicaid-datatable tbody {
    display: table-row-group;
  }
  /* line 398, scss/components/_table.scss */
  .medicaid-datatable tr {
    display: table-row;
    border: 0px;
  }
  /* line 403, scss/components/_table.scss */
  .medicaid-datatable td, .medicaid-datatable th {
    display: table-cell;
    padding: 1rem 1.5rem;
  }
  /* line 410, scss/components/_table.scss */
  table.waiver-support tr {
    padding: 2vw 0.1vw;
    border-top: #d6d7d9 solid 1px;
  }
  /* line 411, scss/components/_table.scss */
  table.waiver-support tr:nth-child(odd) {
    background-color: #eefafe;
  }
  /* line 419, scss/components/_table.scss */
  table.waiver-support th, table.waiver-support tr:first-of-type {
    display: none;
  }
  /* line 423, scss/components/_table.scss */
  table.waiver-support td:nth-last-of-type(1) {
    border-right: none;
  }
  /* line 428, scss/components/_table.scss */
  .dataTables_wrapper .dataTables_info {
    float: left;
  }
  /* line 432, scss/components/_table.scss */
  .medicaid-basic-table td::before {
    content: attr(data-label);
    font-weight: 700;
    display: block;
  }
  /* line 438, scss/components/_table.scss */
  .mobile-table-overflow .medicaid-basic-table td::before {
    content: '';
  }
  /* line 443, scss/components/_table.scss */
  table.medicaid-basic-table p, table.medicaid-basic-table ul {
    margin: 0em 0em;
  }
  /* line 450, scss/components/_table.scss */
  .medicaid-basic-table .medicaid-basic-table table, .medicaid-basic-table tbody, .medicaid-basic-table caption, .medicaid-basic-table tr {
    display: block;
  }
  /* line 454, scss/components/_table.scss */
  .medicaid-basic-table td {
    display: block;
  }
  /* line 457, scss/components/_table.scss */
  .medicaid-basic-table td.cellHeader, .medicaid-basic-table td.footnoteLink {
    display: block;
  }
  /* line 464, scss/components/_table.scss */
  table.medicaid-basic-table {
    width: inherit;
    margin: 0px 0px;
  }
  /* line 469, scss/components/_table.scss */
  table.ui-datepicker-calendar td {
    display: table-cell;
  }
  /* line 476, scss/components/_table.scss */
  .medicaid-basic-table td.cellHeader, .medicaid-basic-table td.footnoteLink {
    padding-bottom: 0px;
    display: inline-block;
  }
  /* line 482, scss/components/_table.scss */
  .medicaid-basic-table tr:nth-child(odd) {
    background-color: #eefafe;
  }
  /* line 487, scss/components/_table.scss */
  table.radio_toggles {
    width: auto;
    border: none;
    margin-bottom: 3rem;
  }
  /* line 492, scss/components/_table.scss */
  table.radio_toggles tr:nth-child(odd), table.radio_toggles td:nth-last-of-type(1) {
    background-color: transparent;
  }
}

@media (max-width: 599px) {
  /* line 500, scss/components/_table.scss */
  .medicaid-datatable td {
    white-space: nowrap;
  }
  /* line 504, scss/components/_table.scss */
  .medicaid-datatable .medicaid_table_footer {
    font-size: 14px;
  }
  /* line 507, scss/components/_table.scss */
  .medicaid-datatable .medicaid_table_footer select, .medicaid-datatable .medicaid_table_footer a {
    font-size: 14px;
  }
  /* line 512, scss/components/_table.scss */
  .medicaid-datatable.medicaid_table_footer .dataTables_paginate {
    margin-bottom: 0.7em;
  }
  /* line 516, scss/components/_table.scss */
  .medicaid-datatable .medicaid_table_footer .dataTables_length {
    width: 100%;
    text-align: left;
    max-width: none;
    padding-left: 1rem;
  }
  /* line 524, scss/components/_table.scss */
  .dataTables_wrapper .dataTables_info {
    float: left;
  }
}

@media (max-width: 1069px) {
  /* line 530, scss/components/_table.scss */
  .datatable-wrapper {
    overflow-x: auto;
  }
  /* line 534, scss/components/_table.scss */
  .field.field--name-body {
    width: 100%;
  }
}

@media (max-width: 480px) {
  /* line 540, scss/components/_table.scss */
  .datatable-wrapper {
    height: 675px;
  }
  /* line 544, scss/components/_table.scss */
  .dataTables_wrapper .dataTables_info {
    float: left;
  }
  /* line 548, scss/components/_table.scss */
  .medicaid-basic-table td::before {
    content: attr(data-label);
    font-weight: 700;
    display: block;
  }
  /* line 555, scss/components/_table.scss */
  table.medicaid-basic-table p, table.medicaid-basic-table ul {
    margin: 0em 0em;
  }
  /* line 564, scss/components/_table.scss */
  #contract-report-field-body .medicaid-basic-table td::before, .mobile-table-overflow .medicaid-basic-table td::before {
    content: '';
  }
}

/* line 569, scss/components/_table.scss */
.path-search-t-msis-coding-blog table, .page-node-type-blog table {
  border: 1px solid #212121;
  color: #212121;
}

/* line 573, scss/components/_table.scss */
.path-search-t-msis-coding-blog table th, .page-node-type-blog table th {
  border: 1px solid #212121;
  color: #212121;
}

/* line 579, scss/components/_table.scss */
.views-field.views-field-body table {
  border: 1px solid #212121;
}

/* line 580, scss/components/_table.scss */
.views-field.views-field-body table th {
  background-color: #f7f7f7;
  color: #212121;
  font-weight: 700;
  border: 1px solid #212121;
}

/* temp file added */
/* line 592, scss/components/_table.scss */
.medicaid-basic-table th {
  text-align: center;
}

/* line 597, scss/components/_table.scss */
table.medicaid-basic-table thead tr th.text-align-left {
  text-align: left;
}

/* line 601, scss/components/_table.scss */
table.medicaid-basic-table thead tr th.text-align-center {
  text-align: center;
}

/* line 605, scss/components/_table.scss */
table.medicaid-basic-table thead tr th.text-align-right {
  text-align: right;
}

/* line 610, scss/components/_table.scss */
.vertical-top {
  vertical-align: top;
}

/* line 614, scss/components/_table.scss */
.vertical-middle {
  vertical-align: middle;
}

/* line 618, scss/components/_table.scss */
.vertical-bottom {
  vertical-align: bottom;
}

@media (max-width: 480px) {
  /* line 623, scss/components/_table.scss */
  .state-plan-1915-wrapper {
    overflow-x: auto;
  }
}

/*
 * ### Content Basic Tables
 */
/* line 633, scss/components/_table.scss */
table.medicaid-basic-table caption {
  color: rgba(0, 0, 0, 0.87);
  font-size: 15px;
}

/* line 639, scss/components/_table.scss */
table.medicaid-basic-table tr td {
  color: rgba(0, 0, 0, 0.87);
}

/**
 * @file
 * Tablesort indicator styles.
 */
/* line 6, scss/components/_tablesort-indicator.scss */
.tablesort {
  width: 14px;
  height: 14px;
  vertical-align: top;
  margin: 1px 0 0 5px;
}

/* line 12, scss/components/_tablesort-indicator.scss */
.tablesort--asc {
  background-image: url(../../../../misc/icons/ffffff/twistie-down.svg);
}

/* line 15, scss/components/_tablesort-indicator.scss */
.tablesort--desc {
  background-image: url(../../../../misc/icons/ffffff/twistie-up.svg);
}

/*
example
.site-header {
    padding: 2rem;
    font-size: 1.8rem;
    @include mq('tablet-wide') {
        padding-top: 4rem;
        font-size: 2.4rem;
    }
}
 */
/* --------------- System Tabs  --------------- */
/* line 5, scss/components/_tabs.scss */
div.tabs {
  font-family: "Helvetica Neue";
  margin-bottom: 20px;
}

/* line 11, scss/components/_tabs.scss */
.tabs ul.primary {
  font-family: "Helvetica Neue";
}

/* line 15, scss/components/_tabs.scss */
.tabs ul.primary li a {
  color: #000;
  background-color: #ededed;
  border-color: #bbb;
  border-style: solid solid none solid;
  border-width: 1px;
  height: 1.8em;
  line-height: 1.9;
  display: block;
  font-size: 0.929em;
  padding: 0 10px 3px;
  text-shadow: 0 1px 0 #fff;
}

/* line 29, scss/components/_tabs.scss */
.tabs ul.primary li.is-active a {
  background-color: #fff;
  border: 1px solid #bbb;
}

/* line 36, scss/components/_tabs.scss */
.tabs ul.secondary {
  border-bottom: none;
  margin: 5px;
  padding: 0.5em 0;
  overflow: hidden;
}

/* line 42, scss/components/_tabs.scss */
.tabs ul.secondary li {
  border-right: 1px solid #ccc;
  /* LTR */
  display: block;
  float: left;
  /* LTR */
  margin: 0;
  padding: 0 1em;
}

@media screen and (max-width: 37.5em) {
  /* 600px */
  /* line 59, scss/components/_tabs.scss */
  .tabs ul.primary {
    border-bottom: 1px solid #bbb;
  }
  /* line 62, scss/components/_tabs.scss */
  .tabs ul.primary li {
    display: block;
    margin: 0;
  }
  /* line 66, scss/components/_tabs.scss */
  .tabs ul.primary li a {
    padding: 5px 10px;
  }
  /* line 70, scss/components/_tabs.scss */
  .tabs ul.primary li.is-active a {
    border-bottom: none;
  }
}

@media screen and (min-width: 37.5em) {
  /* 600px */
  /* line 80, scss/components/_tabs.scss */
  .tabs ul.primary {
    border-collapse: collapse;
    height: auto;
    line-height: normal;
    padding: 0 3px;
    margin: 0;
    overflow: hidden;
    border: none;
    background: transparent url("/themes/custom/medicaid/images/tabs-border.png") repeat-x left bottom;
    white-space: nowrap;
  }
  /* line 91, scss/components/_tabs.scss */
  .tabs ul.primary li {
    display: block;
    float: left;
    /* LTR */
    vertical-align: bottom;
    margin: 0 5px 0 0;
    /* LTR */
  }
  /* line 103, scss/components/_tabs.scss */
  [dir="rtl"] .tabs ul.primary li {
    margin: 0 0 0 5px;
    float: right;
  }
  /* line 109, scss/components/_tabs.scss */
  .tabs ul.primary li a {
    float: left;
    /* not LTR */
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }
  /* line 117, scss/components/_tabs.scss */
  .tabs ul.primary li.is-active a {
    border-bottom: 1px solid #fff;
  }
}

/* line 123, scss/components/_tabs.scss */
[dir="rtl"] .tabs ul.secondary li {
  border-left: 1px solid #ccc;
  border-right: none;
  float: right;
}

/* line 129, scss/components/_tabs.scss */
.tabs ul.secondary li:last-child {
  border-right: none;
  /* LTR */
}

/* line 135, scss/components/_tabs.scss */
[dir="rtl"] .tabs ul.secondary li:last-child {
  border-left: none;
}

/* line 139, scss/components/_tabs.scss */
.tabs ul.secondary li:first-child {
  padding-left: 0;
  /* LTR */
}

/* line 145, scss/components/_tabs.scss */
[dir="rtl"] .tabs ul.secondary li:first-child {
  padding-right: 0;
}

/* line 149, scss/components/_tabs.scss */
.tabs ul.secondary li a {
  display: inline;
  padding: 0.25em 0.5em;
  text-decoration: none;
}

/* line 154, scss/components/_tabs.scss */
.tabs ul.secondary li a.is-active {
  background: #f2f2f2;
  border-bottom: none;
  border-radius: 5px;
}

/**
 * @file
 *
 * Visual styles for Medicaid's text-formatted component.
 */
/* line 7, scss/components/_text-formatted.scss */
.text-formatted ul,
.text-formatted ol {
  margin: 1em 0;
  padding: 0 0 0.25em 1.94em;
  /* LTR */
}

/* line 12, scss/components/_text-formatted.scss */
[dir="rtl"] .text-formatted ul,
[dir="rtl"] .text-formatted ol {
  padding: 0 15px 0.25em 0;
}

/* line 16, scss/components/_text-formatted.scss */
.text-formatted ul li:last-of-type ul:last-child {
  margin-bottom: 0px;
}

/**
 * @file
 * Toolbar module overrides for Medicaid.
 */
/* line 6, scss/components/_toolbar.scss */
.toolbar a {
  border-bottom: none;
}

/**
 * @file
 * Visual styles for Medicaid's ui-widget component.
 */
/* line 6, scss/components/_ui.widget.scss */
#page .ui-widget {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/**
 * @file
 * Styles for Medicaid's modal windows
 */
/* line 6, scss/components/_ui-dialog.scss */
.ui-widget-overlay {
  background: #000;
  opacity: 0.7;
}

/* line 10, scss/components/_ui-dialog.scss */
.ui-dialog {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-radius: 0;
}

/* line 14, scss/components/_ui-dialog.scss */
.ui-dialog input,
.ui-dialog select,
.ui-dialog textarea {
  font-size: 0.9em;
}

/* line 19, scss/components/_ui-dialog.scss */
.ui-dialog .button {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#e8e8e8));
  background-image: -o-linear-gradient(top, #f3f3f3, #e8e8e8);
  background-image: linear-gradient(to bottom, #f3f3f3, #e8e8e8);
  border: 1px solid #e4e4e4;
  border-bottom-color: #b4b4b4;
  border-left-color: #d2d2d2;
  border-right-color: #d2d2d2;
  color: #3a3a3a;
  cursor: pointer;
  font-size: 0.929em;
  font-weight: normal;
  text-align: center;
  padding: 0.25em 1.063em;
  border-radius: 1em;
}

/* line 35, scss/components/_ui-dialog.scss */
.sharethis-wrapper button.share-close {
  display: block;
  margin: 10%;
  padding: 10px;
  width: 80%;
  color: #fff;
  background: #046791;
  border-radius: 5px;
  cursor: pointer;
}

/* line 46, scss/components/_ui-dialog.scss */
.ui-widget.ui-widget-content {
  border-radius: 5px;
}

/**
 * @file
 * Vertical tabs component.
 */
/* Vertical Tabs Reset */
/* line 7, scss/components/_vertical-tabs.component.scss */
.vertical-tabs__menu {
  margin: -1px 0 -1px -15em;
  /* LTR */
  padding: 0;
}

/* line 11, scss/components/_vertical-tabs.component.scss */
[dir="rtl"] .vertical-tabs__menu {
  margin-left: 0;
  margin-right: -15em;
  /* This is required to win specificity over [dir="rtl"] .region-content ul */
  padding: 0;
}

/* line 3, scss/components/_view_new_notable.scss */
#views-exposed-form-new-notable-resource-center-page-1 .form--inline {
  padding: 20px 30px;
  background-color: #eaeaeabf;
  margin: 40px 0;
}

/* line 9, scss/components/_view_new_notable.scss */
#views-exposed-form-new-notable-resource-center-page-1 .form-item-keywords {
  width: 100%;
}

/* line 12, scss/components/_view_new_notable.scss */
#views-exposed-form-new-notable-resource-center-page-1 .form-item-keywords .form-text {
  border: 1px solid #333;
  border-radius: 0px;
  background-color: #fff;
  height: 4.4rem;
}

/* line 20, scss/components/_view_new_notable.scss */
#views-exposed-form-new-notable-resource-center-page-1 .form-item-date-year {
  margin-right: 100px;
}

/* line 23, scss/components/_view_new_notable.scss */
#views-exposed-form-new-notable-resource-center-page-1 .form-item-date-year label {
  visibility: hidden;
}

/* line 29, scss/components/_view_new_notable.scss */
#views-exposed-form-new-notable-resource-center-page-1 .form-item-topics .chosen-container {
  max-width: 100%;
  min-width: 450px;
  width: 0;
}

/* line 36, scss/components/_view_new_notable.scss */
#views-exposed-form-new-notable-resource-center-page-1 .form-item-topics .chosen-choices {
  height: 44px;
  width: 100%;
  border: 1px solid #333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden scroll;
}

/* line 44, scss/components/_view_new_notable.scss */
#views-exposed-form-new-notable-resource-center-page-1 .form-item-topics input.default {
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 17px;
  padding: 1.2em 0.4em;
  line-height: 22px;
}

/* line 52, scss/components/_view_new_notable.scss */
#views-exposed-form-new-notable-resource-center-page-1 .form-actions {
  margin-top: 2em;
}

/* line 59, scss/components/_view_new_notable.scss */
.view-new-notable-resource-center .views-table caption {
  color: #046791;
  margin-top: 0px;
  font-family: Merriweather;
  font-size: 30px;
  font-weight: bold;
}

/* line 69, scss/components/_view_new_notable.scss */
.view-new-notable-resource-center table.views-table tr:nth-child(2n) td {
  background-color: #eefafe;
}

/* line 73, scss/components/_view_new_notable.scss */
.view-new-notable-resource-center table.views-table th, .view-new-notable-resource-center table.views-table td {
  padding: 15px 20px;
}

/* line 79, scss/components/_view_new_notable.scss */
.view-new-notable-resource-center .views-field-title {
  width: 75%;
}

/* line 83, scss/components/_view_new_notable.scss */
.view-new-notable-resource-center .views-field-field-new-and-notable-date {
  width: 25%;
  text-align: center;
}

/* line 88, scss/components/_view_new_notable.scss */
.view-new-notable-resource-center .views-field-search-api-excerpt {
  padding: 10px 20px;
}

/* line 95, scss/components/_view_new_notable.scss */
.view-new-notable-resource-center .pager ul li.is-active {
  background-color: #046791;
  color: #fff;
}

/* line 103, scss/components/_view_new_notable.scss */
.view-new-notable-resource-center .view-footer {
  text-align: center;
}

/*
example
.site-header {
    padding: 2rem;
    font-size: 1.8rem;
    @include mq('tablet-wide') {
        padding-top: 4rem;
        font-size: 2.4rem;
    }
}
 */
/**
 * @file
 * Styling for Views in Medicaid.
 */
/* Tab styles */
/* line 11, scss/components/_views.scss */
.views-displays .tabs .open > a {
  border-radius: 7px 7px 0 0;
}

/* line 14, scss/components/_views.scss */
.views-displays .tabs .open > a:hover, .views-displays .tabs .open > a:focus {
  color: #0071b3;
}

/* line 20, scss/components/_views.scss */
.views-displays .secondary .form-submit {
  font-size: 0.846em;
}

/* line 24, scss/components/_views.scss */
.views-displays .tabs .action-list {
  padding: 0;
}

/* Tabs action list styles */
/* Contextual filter options styles */
/* line 33, scss/components/_views.scss */
.views-filterable-options
.filterable-option:nth-of-type(even)
.form-type-checkbox {
  background-color: #f9f9f9;
}

/* Hide Min LAbel from Date filter  */
/* line 40, scss/components/_views.scss */
.min-label-hide .form-item-field-approval-date-min label,
.min-label-hide .form-item-field-effective-date-min label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 52, scss/components/_views.scss */
.views-exposed-form .filter-by-date-container label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Views action dropbutton styles */
/* line 65, scss/components/_views.scss */
.views-ui-display-tab-actions .dropbutton .form-submit {
  color: #0071b3;
}

/* line 68, scss/components/_views.scss */
.views-ui-display-tab-actions .dropbutton .form-submit:hover, .views-ui-display-tab-actions .dropbutton .form-submit:focus {
  color: #018fe2;
}

/* line 74, scss/components/_views.scss */
#pillar-page-filter {
  border: 1px solid lightblue;
  overflow-x: auto;
  height: 30px;
  vertical-align: middle;
  display: inline-block;
}

/* line 75, scss/components/_views.scss */
#pillar-page-filter .changed::after {
  content: "\25B2";
}

/* line 79, scss/components/_views.scss */
#pillar-page-filter .unchanged::after {
  content: "\25BC";
}

/* line 83, scss/components/_views.scss */
#pillar-page-filter .domain-filter-options {
  float: left;
  margin: 0px 20px 0px 20px;
}

/* line 95, scss/components/_views.scss */
#all-filters-box {
  display: none;
  border: 1px solid lightblue;
  border-top-color: white;
  overflow-x: auto;
  height: 150px;
  vertical-align: middle;
  width: 500px;
}

/* line 105, scss/components/_views.scss */
#show-all-filters,
#domain-filter-reset-all {
  cursor: pointer;
}

/* line 110, scss/components/_views.scss */
h1.title.page-title {
  /* color: #0A0A0A; */
  color: rgba(0, 0, 0, 0.87);
  font-family: "Merriweather", "Georgia, Times, serif";
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 30px;
}

/* line 120, scss/components/_views.scss */
.field.field--name-description p {
  font-family: "Merriweather", "Georgia, Times, serif";
  color: #0a0a0a;
  font-size: 20px;
}

/* line 126, scss/components/_views.scss */
.visit-label {
  color: #000000;
  font-family: "Source Sans Pro";
  font-size: 17px;
}

/* line 134, scss/components/_views.scss */
table.cols-0.pillar1_domain {
  border-spacing: 0 15px;
  border-collapse: separate;
  width: 100%;
}

/* line 139, scss/components/_views.scss */
table.cols-0.pillar1_domain tr {
  height: 240px;
  position: relative;
}

/* line 144, scss/components/_views.scss */
table.cols-0.pillar1_domain td {
  text-align: center;
  border: 1px solid black;
  border-right: none;
  border-left: none;
  padding: 5px;
  position: relative;
}

/* line 154, scss/components/_views.scss */
table.cols-0.pillar1_domain .views-field.views-field-title {
  border-left: 1px solid black;
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}

/* line 164, scss/components/_views.scss */
table.cols-0.pillar1_domain .views-field.views-field-field-static-small-visualization {
  border-right: 1px solid black;
  width: 50%;
  position: relative;
}

/* line 169, scss/components/_views.scss */
table.cols-0.pillar1_domain .views-field.views-field-field-static-small-visualization::before {
  content: "";
  position: absolute;
  top: 40px;
  bottom: 40px;
  left: 0px;
  border-left: 5px solid #b7b7b7;
}

/* line 178, scss/components/_views.scss */
table.cols-0.pillar1_domain .views-field.views-field-field-static-small-visualization > div {
  height: auto;
  padding: 5px 0px;
  text-align: center;
}

/* line 186, scss/components/_views.scss */
table.cols-0.pillar1_domain tr:nth-child(odd) td {
  background: white;
}

/* line 191, scss/components/_views.scss */
table.cols-0.pillar1_domain .views-field.views-field-title > div {
  font-weight: bold;
}

/* line 194, scss/components/_views.scss */
table.cols-0.pillar1_domain .views-field.views-field-title > div a {
  text-decoration: none;
}

/* line 199, scss/components/_views.scss */
table.cols-0.pillar1_domain .views-field.views-field-field-measure-desc, table.cols-0.pillar1_domain .views-field.views-field-field-measure-pillar, table.cols-0.pillar1_domain .views-field.views-field-body, table.cols-0.pillar1_domain .views-field.views-field-field-measure-static-large-visln, table.cols-0.pillar1_domain .views-field.views-field-field-measure-sttic-lrg-viszn-tp, table.cols-0.pillar1_domain .views-field.views-field-field-measure-data-source {
  display: none;
}

/* line 210, scss/components/_views.scss */
table.cols-0.NC_TypeB {
  border-spacing: 0 30px;
  border-collapse: separate;
  margin: -23px 0px 0px 0px;
  width: 100%;
}

/* line 216, scss/components/_views.scss */
table.cols-0.NC_TypeB tr {
  height: 180px;
  position: relative;
  width: 100%;
}

/* line 222, scss/components/_views.scss */
table.cols-0.NC_TypeB td {
  width: 100%;
  border: 1px solid black;
  float: left;
  min-height: 90px;
  padding-left: 30px;
}

/* line 230, scss/components/_views.scss */
table.cols-0.NC_TypeB td.views-field.views-field-title.views-align-center {
  border-bottom: none;
  padding-top: 50px;
  font-size: 20px;
  text-align: left;
}

/* line 231, scss/components/_views.scss */
table.cols-0.NC_TypeB td.views-field.views-field-title.views-align-center a {
  text-decoration: none;
  font-weight: bold;
}

/* line 242, scss/components/_views.scss */
table.cols-0.NC_TypeB td.views-field.views-field-field-static-small-visualization {
  border-top: none;
  padding-top: 0px;
  text-align: left;
}

/* line 250, scss/components/_views.scss */
table.cols-0.NC_TypeB tr:nth-child(odd) td {
  background: none;
}

/* Starting styles for National context sub category B */
/* line 259, scss/components/_views.scss */
.cols-0.NC_TypeB tbody,
.cols-0.NC_TypeB caption,
.cols-0.NC_TypeB tr,
.cols-0.NC_TypeB td {
  display: table-row;
}

/* Starting styles for Pillars sub category Page */
/* line 269, scss/components/_views.scss */
table.cols-0.sub_category {
  table-layout: fixed;
  width: 100%;
}

/* line 271, scss/components/_views.scss */
table.cols-0.sub_category .views-field.views-field-field-measure-domain, table.cols-0.sub_category .views-field.views-field-field-measure-pillar, table.cols-0.sub_category .views-field.views-field-field-domain-one-sentence-desc {
  display: none;
}

/* line 281, scss/components/_views.scss */
table.cols-0.sub_category td {
  width: 100%;
  float: left;
  padding-left: 0px;
}

/* line 287, scss/components/_views.scss */
table.cols-0.sub_category tr:nth-child(odd) td {
  background: white;
}

/* line 292, scss/components/_views.scss */
table.cols-0.sub_category .views-field.views-field-title {
  font-family: "Merriweather", "Georgia, Times, serif";
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
  text-align: left;
}

/* line 299, scss/components/_views.scss */
table.cols-0.sub_category .views-field.views-field-title a {
  cursor: default;
  text-decoration: none;
  color: #026666;
  font-weight: 700;
  font-size: 30px;
  line-height: 39px;
  margin-top: 0.5em;
}

/* line 310, scss/components/_views.scss */
table.cols-0.sub_category .views-field.views-field-field-measure-desc {
  color: #000000;
  font-family: "Merriweather", "Georgia, Times, serif";
  font-size: 17px;
  margin-top: 0.5em;
  clear: none;
}

/* line 319, scss/components/_views.scss */
table.cols-0.sub_category .views-field.views-field-field-static-small-visualization.views-align-center {
  display: none;
}

/* line 323, scss/components/_views.scss */
table.cols-0.sub_category .views-field.views-field-field-measure-static-large-visln a,
table.cols-0.sub_category .views-field.views-field-field-measure-sttic-lrg-viszn-tp a {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: #000000;
}

/* line 331, scss/components/_views.scss */
table.cols-0.sub_category .views-field.views-field-body {
  color: #000000;
  font-family: "Merriweather", "Georgia, Times, serif";
  font-size: 17px;
}

/* line 338, scss/components/_views.scss */
table.cols-0.sub_category .views-field.views-field-field-measure-sttic-lrg-viszn-tp, table.cols-0.sub_category .views-field.views-field-field-measure-static-large-visln {
  text-align: left;
}

/* line 345, scss/components/_views.scss */
.visit-section {
  margin-bottom: 28px;
}

/* line 349, scss/components/_views.scss */
table.cols-0.sub_category td.views-field.views-field-title.views-align-center {
  padding-bottom: 0px;
}

/* line 354, scss/components/_views.scss */
div#block-medicaid-content .field.field--name-description li,
div#block-medicaid-content .field.field--name-description p {
  font-family: "Merriweather", "Georgia, Times, serif";
  font-size: 20px;
}

/* line 361, scss/components/_views.scss */
table.cols-0.sub_category td {
  padding: 0px;
}

/* line 365, scss/components/_views.scss */
.next-button-individual-entry {
  float: right;
  text-align: right;
}

@media all and (min-width: 481px) and (max-width: 1071px) {
  /* line 371, scss/components/_views.scss */
  h1.title.page-title {
    margin-bottom: 21px;
  }
  /* line 375, scss/components/_views.scss */
  .path-taxonomy #main-wrapper {
    margin-bottom: 10px;
  }
  /* line 379, scss/components/_views.scss */
  table.cols-0.sub_category {
    margin-bottom: 30px;
  }
  /* line 383, scss/components/_views.scss */
  header {
    margin-right: 5px;
  }
  /* line 387, scss/components/_views.scss */
  table.cols-0 {
    padding-right: 5px;
    margin-bottom: 0px;
    border-spacing: 0 30px;
    margin-top: 0px;
  }
  /* line 388, scss/components/_views.scss */
  table.cols-0.NC_TypeB {
    padding-right: 5px;
  }
  /* line 397, scss/components/_views.scss */
  table.cols-0.pillar1_domain {
    border-spacing: 0 30px;
  }
  /* line 402, scss/components/_views.scss */
  .field.field--name-description p:last-child {
    margin-bottom: 0px;
  }
  /* line 406, scss/components/_views.scss */
  div.blog_pre_next {
    margin-top: 0px;
    margin-left: 5px;
    margin-bottom: 10px;
  }
  /* line 412, scss/components/_views.scss */
  .blog_pre_next a {
    max-width: 100%;
    width: 100%;
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
  }
  /* line 419, scss/components/_views.scss */
  p.blog_collection {
    float: none;
    margin: 10px 5px 2px 5px;
  }
  /* line 424, scss/components/_views.scss */
  .page-node-type-blog a.return-link {
    margin-left: 5px;
  }
  /* line 428, scss/components/_views.scss */
  .next-button-individual-entry {
    text-align: initial;
  }
  /* line 432, scss/components/_views.scss */
  .path-search-managed-ltss-faqs .top-content div.views-field.views-field-body {
    margin-left: initial;
  }
}

@media all and (max-width: 480px) {
  /* line 438, scss/components/_views.scss */
  h1.title.page-title {
    margin-bottom: 31px;
  }
  /* line 442, scss/components/_views.scss */
  .visit-section {
    margin-bottom: 29px;
  }
  /* line 447, scss/components/_views.scss */
  table.cols-0.sub_category {
    margin-bottom: 40px;
    margin-top: 6px;
  }
  /* line 451, scss/components/_views.scss */
  table.cols-0.sub_category tr {
    border-top: none;
  }
  /* line 456, scss/components/_views.scss */
  table.cols-0.NC_TypeB {
    margin-bottom: 10px;
    margin-top: 6px;
  }
  /* line 460, scss/components/_views.scss */
  table.cols-0.NC_TypeB tr {
    border-top: none;
  }
  /* line 466, scss/components/_views.scss */
  div#block-medicaid-content .field.field--name-description p:first-child {
    margin-top: 28px;
  }
  /* line 470, scss/components/_views.scss */
  table.cols-0.pillar1_domain {
    margin-top: 29px;
    border-spacing: 0px;
    margin-bottom: 10px;
  }
  /* line 476, scss/components/_views.scss */
  .blog_pre_next a {
    max-width: 100%;
    width: 100%;
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
  }
  /* line 483, scss/components/_views.scss */
  p.blog_collection {
    float: none;
    margin: 0px 5px 2px 0px;
  }
  /* line 488, scss/components/_views.scss */
  div.blog_pre_next {
    margin-top: 0px;
    /* margin-left: 5px; */
    margin-bottom: 10px;
  }
  /* line 495, scss/components/_views.scss */
  .page-node-type-blog a.return-link {
    /* margin-left: 5px; */
  }
  /* line 499, scss/components/_views.scss */
  .next-button-individual-entry {
    text-align: initial;
  }
  /* line 503, scss/components/_views.scss */
  .path-search-managed-ltss-faqs .top-content div.views-field.views-field-body {
    margin-left: initial;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 509, scss/components/_views.scss */
  table.cols-0.pillar1_domain
.views-field.views-field-field-static-small-visualization
> div {
    height: 230px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 460px;
    margin: 0px auto;
  }
}

@media all and (max-width: 950px) {
  /* line 524, scss/components/_views.scss */
  table.cols-0.pillar1_domain .views-field.views-field-title {
    border-bottom: none;
    padding: 0px 40px;
    width: 100%;
    border-right: 1px solid black;
    height: 30%;
  }
  /* line 525, scss/components/_views.scss */
  table.cols-0.pillar1_domain .views-field.views-field-title > div {
    padding-top: 20px;
  }
  /* line 536, scss/components/_views.scss */
  table.cols-0.pillar1_domain .views-field.views-field-field-static-small-visualization {
    border-top: none;
    border-bottom: 1px solid black;
    padding: 0px;
    width: 100%;
    border-left: 1px solid black;
    height: 62%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  /* line 547, scss/components/_views.scss */
  table.cols-0.pillar1_domain .views-field.views-field-field-static-small-visualization::before {
    content: none;
  }
  /* line 553, scss/components/_views.scss */
  table.cols-0.pillar1_domain tr {
    height: 309px;
  }
}

/* line 559, scss/components/_views.scss */
.path-blog-federal-disaster-resources
.views-field.views-field-field-blog-date
p,
.path-search-fifty-years-of-medicaid .views-field.views-field-field-blog-date p,
.path-search-t-msis-coding-blog .views-field.views-field-field-blog-date p,
.path-search-bpd-fee-program .views-field.views-field-field-blog-date p {
  font-size: 14px;
}

/* line 569, scss/components/_views.scss */
.path-search-iap-cms-commentary-blog .views-field.views-field-field-blog-date p,
.path-search-iap-cms-commentary-blog .views-field.views-field-field-blog-author p {
  font-size: 14px;
}

/* line 576, scss/components/_views.scss */
.path-search-messages-from-cms-blog .views-field.views-field-field-blog-date, .path-search-messages-from-cms-blog .views-field.views-field-field-blog-author {
  font-size: 14px;
}

/* line 583, scss/components/_views.scss */
.path-search-iap-cms-commentary-blog .views-field.views-field-field-blog-date {
  margin-bottom: 0px;
}

/* line 584, scss/components/_views.scss */
.path-search-iap-cms-commentary-blog .views-field.views-field-field-blog-date .field-content {
  margin-bottom: 0px;
}

/* line 591, scss/components/_views.scss */
.path-search-iap-cms-commentary-blog .views-field.views-field-field-blog-author .field-content {
  margin-top: 0px;
}

/* line 596, scss/components/_views.scss */
.path-blog-federal-disaster-resources #block-medicaid-content .views-row {
  padding-bottom: 2em;
  border-bottom: solid 1px #333333;
}

/* line 602, scss/components/_views.scss */
.path-blog-medicaid-enterprise-systems-newsletter .view-blog-medicaid-enterprise-systems-newsletter .views-row,
.path-blog-medicaid-enterprise-systems-newsletter #block-medicaid-content .views-row {
  padding-bottom: 2em;
  border-bottom: solid 1px #333333;
}

/* line 609, scss/components/_views.scss */
.path-blog-federal-disaster-resources
.view-federal-disaster-resources-top-content
.view-content {
  margin-bottom: 1em;
}

/* line 616, scss/components/_views.scss */
.page-node-type-blog .region.region-sidebar-first .field-content > a,
.page-node-type-blog .region.region-sidebar-first > a {
  border-top: 0.1rem solid #888888;
  border-left: 0.4rem solid #76bab2;
  color: #17415f;
  font-weight: 700;
  display: block;
  font-family: "Source Sans Pro", "Helvetica Neue";
  line-height: 1.3;
  padding: 0.85rem 1rem 0.85rem 1.8rem;
  text-decoration: none;
  margin-right: 2.35765%;
  font-size: 1.7rem;
}

/* line 632, scss/components/_views.scss */
.path-blog-federal-disaster-resources
.view-federal-disaster-resources-left-sidebar
.views-field.views-field-name
a,
.path-blog-medicaid-enterprise-systems-newsletter
.view-enterprise-systems-newsletter-left-sidebar
.views-field.views-field-name
a {
  border-top: 0.1rem solid #888888;
  border-left: 0.4rem solid #76bab2;
  color: #17415f;
  font-weight: 700;
  display: block;
  font-family: "Source Sans Pro", "Helvetica Neue";
  line-height: 1.3;
  padding: 0.85rem 1rem 0.85rem 1.8rem;
  text-decoration: none;
  margin-right: 2.35765%;
  font-size: 1.7rem;
}

/* line 653, scss/components/_views.scss */
.field.field--name-field-blog-collection {
  float: right;
  min-width: 290px;
  text-align: right;
}

/* line 658, scss/components/_views.scss */
.field.field--name-field-blog-collection .field__label {
  font-weight: normal;
}

/* line 663, scss/components/_views.scss */
.blog_pre_next {
  margin-top: 1em;
  padding-bottom: 1em;
}

/* line 668, scss/components/_views.scss */
.blog_collection {
  float: right;
  margin: 0px;
}

/* line 674, scss/components/_views.scss */
.path-search-fifty-years-of-medicaid .views-field.views-field-title, .path-search-fifty-years-of-medicaid .views-field.views-field-field-blog-date {
  margin-bottom: 0px;
}

/* line 681, scss/components/_views.scss */
.path-search-messages-from-cms-blog .views-field.views-field-title, .path-search-messages-from-cms-blog .views-field.views-field-field-blog-date {
  margin-bottom: 0px;
}

/* line 687, scss/components/_views.scss */
.path-search-fifty-years-of-medicaid .views-field.views-field-body p {
  margin-top: 0px;
}

/* line 691, scss/components/_views.scss */
#block-medicaidsharepathblock {
  padding-top: 2px;
}

/* line 695, scss/components/_views.scss */
.path-blog-medicaid-enterprise-systems-newsletter
.views-field.views-field-body
.field-content
ul {
  /* column-count: 2 */
}

/* line 702, scss/components/_views.scss */
.path-search-state-waiver
.region.region-content
.views-field.views-field-title {
  text-decoration: underline;
}

/* line 708, scss/components/_views.scss */
.path-search-managed-ltss-faqs .views-field.views-field-title {
  margin-bottom: 0px;
}

/* line 711, scss/components/_views.scss */
.path-search-managed-ltss-faqs .views-field.views-field-title h2 {
  margin-bottom: 0px;
}

/* line 716, scss/components/_views.scss */
.path-medicaid-and-you-faqs .views-field.views-field-title,
.path-sdud-faqs .views-field.views-field-title,
.path-search-upper-payment-limit-faqs .views-field.views-field-title,
.path-faq-library .views-field.views-field-title {
  margin-bottom: 0px;
}

/* line 723, scss/components/_views.scss */
.path-search-managed-ltss-faqs .views-field.views-field-field-faq-date p,
.path-medicaid-and-you-faqs .views-field.views-field-field-faq-date p {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #212121;
}

/* line 730, scss/components/_views.scss */
.path-search-managed-ltss-faqs .views-field.views-field-body p {
  color: #333333;
}

/* line 734, scss/components/_views.scss */
.node--type-measure-graph .node__content h3 {
  text-align: center;
  font-size: 23px;
  font-family: "Source Sans Pro";
  padding-bottom: 5%;
  font-weight: 500;
}

/* line 744, scss/components/_views.scss */
.view-administrative-accountability .bef-exposed-form {
  padding-bottom: 5%;
}

/* line 747, scss/components/_views.scss */
.view-administrative-accountability .bef-exposed-form .form--inline > .form-item {
  float: none;
}

/* line 752, scss/components/_views.scss */
.view-administrative-accountability .form-type-radio label {
  float: left;
  margin-left: 2%;
  width: 23%;
  font-weight: normal;
  font-size: 17px;
}

/* line 761, scss/components/_views.scss */
.form-type-checkbox label {
  float: left;
  margin-left: 2%;
  width: 23%;
  font-weight: normal;
  font-size: 17px;
}

/* line 769, scss/components/_views.scss */
.view-administrative-accountability h3 {
  color: black;
}

@media (max-width: 1169px) {
  /* line 775, scss/components/_views.scss */
  .layout-one-sidebar .path-state-overviews-scorecard-state-spa-1915-processing-indexhtml
.main-content,
  .layout-one-sidebar .path-state-overviews-scorecard-federal-spa-1915-processing-indexhtml
.main-content {
    width: 100%;
  }
}

@media (min-width: 1170px) {
  /* line 786, scss/components/_views.scss */
  .layout-one-sidebar .path-state-overviews-scorecard-state-spa-1915-processing-indexhtml
.main-content,
  .layout-one-sidebar .path-state-overviews-scorecard-federal-spa-1915-processing-indexhtml
.main-content {
    width: 72%;
    margin-right: 20px;
    margin-left: 5px;
  }
}

/* line 799, scss/components/_views.scss */
.view-id-administrative_accountability .form-required:after {
  display: none;
}

/* line 804, scss/components/_views.scss */
#page-wrapper .path-state-overviews-scorecard-state-spa-1915-processing-index.html
.pillarNavContainer,
#page-wrapper .path-taxonomy-term-97675841-5023-4d45-9ab3-36b2a450b014 .pillarNavContainer,
#page-wrapper .path-taxonomy-term-68609a5b-6b71-4d22-9484-1f9593453aa5 .pillarNavContainer {
  display: inline-block;
  position: fixed;
}

/* line 812, scss/components/_views.scss */
#page-wrapper .path-state-overviews-scorecard-state-spa-1915-processing-indexhtml
.additional-measures-build
.pillar_nav,
#page-wrapper .path-state-overviews-scorecard-federal-spa-1915-processing-indexhtml
.additional-measures-build
.pillar_nav {
  display: none;
}

/* line 821, scss/components/_views.scss */
#page-wrapper .region-sidebar-second .changebottom {
  position: absolute !important;
  bottom: 45px !important;
}

/* line 827, scss/components/_views.scss */
.path-state-overviews-scorecard-state-spa-1915-processing-indexhtml
.block-system-main-block,
.path-state-overviews-scorecard-federal-spa-1915-processing-indexhtml
.block-system-main-block {
  overflow: hidden;
}

/* line 834, scss/components/_views.scss */
#page path.domain {
  stroke-width: 1.5px !important;
}

/* line 840, scss/components/_views.scss */
#page .view-administrative-accountability div.Bar {
  width: 88%;
  margin-left: 5%;
  font-weight: bold;
}

/* line 846, scss/components/_views.scss */
#page .view-administrative-accountability div.Line {
  width: 88%;
  margin-left: 3%;
  font-weight: bold;
}

/* line 852, scss/components/_views.scss */
#page .view-administrative-accountability div.Line text {
  font-weight: bold !important;
}

/* line 856, scss/components/_views.scss */
#page .view-administrative-accountability div g.tick text {
  font-size: 12px;
}

/* line 861, scss/components/_views.scss */
#page .view-administrative-accountability .form-radios :nth-child(3) {
  text-align: center;
}

/* line 867, scss/components/_views.scss */
.views-field-field-static-small-visualization .text-nodonut-center.number {
  color: #026666;
  fill: #026666;
}

/* line 872, scss/components/_views.scss */
.views-field-field-static-small-visualization text.top {
  color: rgba(0, 0, 0, 0.87);
  fill: rgba(0, 0, 0, 0.87);
  line-height: 26px;
  font-weight: 700;
}

/* line 879, scss/components/_views.scss */
.views-field-field-static-small-visualization .text-nodonut-center.bottomText {
  color: #333333;
  fill: #333333;
  font-size: 14px;
  font-weight: 600;
}

@media (max-width: 851px) {
  /* line 888, scss/components/_views.scss */
  .view-administrative-accountability .form-type-radio label {
    width: 100%;
  }
  /* line 892, scss/components/_views.scss */
  #page .view-administrative-accountability .form-radios :nth-child(3) {
    text-align: left;
  }
}

/* line 897, scss/components/_views.scss */
#page .view-administrative-accountability #edit-actions,
.view-administrative-accountability [type="submit"] {
  display: none;
}

@media only screen and (max-width: 600px) {
  /* line 903, scss/components/_views.scss */
  .node--type-measure-graph .node__content h3 {
    font-size: 17px;
  }
}

/* line 908, scss/components/_views.scss */
.pillar_link:nth-child(1) {
  padding-right: 10%;
}

/* line 913, scss/components/_views.scss */
div.view-quality-resource-library .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-combine.form-item-combine {
  display: block;
  width: 100%;
}

/* line 922, scss/components/_views.scss */
div.view-quality-resource-library .views-field.views-field-title {
  background-color: #eee;
  padding: 10px;
}

/* line 926, scss/components/_views.scss */
div.view-quality-resource-library .views-field.views-field-title a {
  color: #333;
  font-weight: bold;
  text-decoration: none;
}

/* line 931, scss/components/_views.scss */
div.view-quality-resource-library .views-field.views-field-nothing {
  padding-left: 10px;
  padding-top: 20px;
}

/* line 936, scss/components/_views.scss */
div.view-quality-resource-library .views-field.views-field-body {
  padding-left: 10px;
  padding-right: 10px;
}

/* line 941, scss/components/_views.scss */
div.view-quality-resource-library .form-type-checkbox label {
  width: auto;
  float: none;
  max-width: 100%;
}

/* line 955, scss/components/_views.scss */
div.view-quality-resource-library .view-filters .form-checkboxes > ul > li > .form-type-checkbox label {
  font-weight: bold;
}

/* line 958, scss/components/_views.scss */
div.view-quality-resource-library .view-filters ul li {
  list-style: none;
}

/* line 961, scss/components/_views.scss */
div.view-quality-resource-library .pager__items {
  text-align: left;
}

/* line 965, scss/components/_views.scss */
div.view-quality-resource-library span.views-label.views-label-field-resource-urls {
  font-weight: bold;
}

/* line 968, scss/components/_views.scss */
div.view-quality-resource-library .views-field.views-field-field-core-domains {
  margin: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  background-color: #efefef;
}

/* line 975, scss/components/_views.scss */
div.view-quality-resource-library.view-display-id-attachment_1 h2.cms-hidden-title {
  display: none;
}

/* line 979, scss/components/_views.scss */
div.view-quality-resource-library .js-form-item.form-item.js-form-type-select.form-type-select.form-item-field-cross-topics-target-id,
div.view-quality-resource-library .js-form-item.form-item.js-form-type-select.form-type-select.form-item-field-populations-target-id,
div.view-quality-resource-library .js-form-item.form-item.js-form-type-select.form-type-select.form-item-field-settings-target-id,
div.view-quality-resource-library .js-form-item.form-item.js-form-type-select.form-type-select.form-item-field-resource-types-target-id {
  float: left;
}

/* line 985, scss/components/_views.scss */
div.view-quality-resource-library details.js-form-wrapper {
  clear: both;
}

/* line 988, scss/components/_views.scss */
div.view-quality-resource-library select#edit-field-states-value {
  height: auto !important;
}

/* line 992, scss/components/_views.scss */
div.view-quality-resource-library .qrl-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

/* line 999, scss/components/_views.scss */
div.view-quality-resource-library .qrl-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* line 1006, scss/components/_views.scss */
div.view-quality-resource-library .views-row {
  margin-bottom: 40px;
}

/* line 1009, scss/components/_views.scss */
div.view-quality-resource-library .views-field.views-field-nothing-1 summary {
  font-weight: bold;
  padding: 10px;
}

/* line 1014, scss/components/_views.scss */
div.view-quality-resource-library .views-field.views-field-nothing-1 details > .details-wrapper {
  padding-top: 20px;
}

/* line 1018, scss/components/_views.scss */
div.view-quality-resource-library a.qrl-resource-type-link {
  text-decoration: none;
}

/* line 1021, scss/components/_views.scss */
div.view-quality-resource-library pre {
  display: inline;
}

/* line 1027, scss/components/_views.scss */
body.path-quality-resource-library div.view-qrl-trending-topics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 1030, scss/components/_views.scss */
body.path-quality-resource-library div.view-qrl-trending-topics .view-header {
  margin-right: 20px;
  padding-left: 70px;
  background-image: url(/themes/custom/medicaid/img/trending-1767920-1502173.png);
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
}

/* line 1038, scss/components/_views.scss */
body.path-quality-resource-library div.view-qrl-trending-topics .view-content {
  padding-top: 20px;
}

/* line 1042, scss/components/_views.scss */
body.path-quality-resource-library div.view-qrl-trending-topics .view-content div {
  display: inline-block;
}

/* line 1046, scss/components/_views.scss */
body.path-quality-resource-library div.view-qrl-trending-topics .view-content div a {
  padding: 10px 20px;
  border: 1px solid #046791;
  margin-right: 20px;
  color: #fff;
  font-weight: bold;
  border-radius: 10px;
  background-color: #046791 !important;
  text-decoration: none;
}

/* line 1056, scss/components/_views.scss */
body.path-quality-resource-library div.view-qrl-trending-topics .view-content {
  margin-bottom: 20px;
}

/* line 1060, scss/components/_views.scss */
body.path-quality-resource-library div.view-quality-resource-library #edit-field-states-value .form-checkboxes {
  display: grid;
  grid-template-rows: repeat(19, auto);
  grid-auto-flow: column;
}

/* line 1065, scss/components/_views.scss */
body.path-quality-resource-library div.view-quality-resource-library
#edit-field-states-value
.form-checkboxes
> .js-form-type-checkbox {
  width: 100%;
}

/* line 1071, scss/components/_views.scss */
body.path-quality-resource-library .bef-exposed-form .form--inline .form-item-combine {
  float: none;
}

/* line 1075, scss/components/_views.scss */
body.path-quality-resource-library span.qrl-resource-item {
  display: inline-block;
  padding-left: 30px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 20px;
}

/* line 1082, scss/components/_views.scss */
body.path-quality-resource-library .qrl-resource-item-pdf {
  background-image: url("/themes/custom/medicaid/img/pdf-thin.png");
}

/* line 1085, scss/components/_views.scss */
body.path-quality-resource-library .qrl-resource-item-mp4,
body.path-quality-resource-library .qrl-resource-item-mov,
body.path-quality-resource-library .qrl-resource-item-avi {
  background-image: url("/themes/custom/medicaid/img/video-thin.png");
}

/* line 1090, scss/components/_views.scss */
body.path-quality-resource-library .qrl-resource-item-zip,
body.path-quality-resource-library .qrl-resource-item-tar {
  background-image: url("/themes/custom/medicaid/img/zip-thin.png");
}

/* line 1094, scss/components/_views.scss */
body.path-quality-resource-library .qrl-resource-item-txt,
body.path-quality-resource-library .qrl-resource-item-rtf {
  background-image: url("/themes/custom/medicaid/img/text-thin.png");
}

/* line 1098, scss/components/_views.scss */
body.path-quality-resource-library .qrl-resource-item-xls,
body.path-quality-resource-library .qrl-resource-item-xlsx {
  background-image: url("/themes/custom/medicaid/img/excel-thin.png");
}

/* line 1102, scss/components/_views.scss */
body.path-quality-resource-library .qrl-resource-item-doc,
body.path-quality-resource-library .qrl-resource-item-docx {
  background-image: url("/themes/custom/medicaid/img/word-thin.png");
}

/* line 1106, scss/components/_views.scss */
body.path-quality-resource-library .qrl-resource-item-png,
body.path-quality-resource-library .qrl-resource-item-gif,
body.path-quality-resource-library .qrl-resource-item-jpg {
  background-image: url("/themes/custom/medicaid/img/image-thin.png");
}

/* line 1111, scss/components/_views.scss */
body.path-quality-resource-library .qrl-resource-item-wmv,
body.path-quality-resource-library .qrl-resource-item-mp3 {
  background-image: url("/themes/custom/medicaid/img/audio-thin-blue.png");
}

/* line 1115, scss/components/_views.scss */
body.path-quality-resource-library .qrl-resource-item-ppt,
body.path-quality-resource-library .qrl-resource-item-pptx {
  background-image: url("/themes/custom/medicaid/img/ppt-thin-blue.png");
}

/* line 1119, scss/components/_views.scss */
body.path-quality-resource-library .qrl-structure-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* line 1125, scss/components/_views.scss */
body.path-quality-resource-library .qrl-column-left {
  width: 70%;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

/* line 1130, scss/components/_views.scss */
body.path-quality-resource-library .qrl-column-right {
  width: 20%;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

/* line 1134, scss/components/_views.scss */
body.path-quality-resource-library .qrl-structure-row .form-item {
  margin: 0px;
}

/* line 1137, scss/components/_views.scss */
body.path-quality-resource-library .view-header .qrl-structure-row {
  margin-top: -40px;
}

/* line 1140, scss/components/_views.scss */
body.path-quality-resource-library .view-display-id-attachment_1 .view-header .qrl-structure-row {
  margin-top: 0px;
}

/* line 1143, scss/components/_views.scss */
body.path-quality-resource-library .view-display-id-attachment_1 .qrl-column-left {
  width: 100%;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

/* line 1147, scss/components/_views.scss */
body.path-quality-resource-library .view-display-id-attachment_1 .qrl-column-right {
  display: none;
}

/* line 1150, scss/components/_views.scss */
body.path-quality-resource-library .qrl-container .view-filters .form-item-items-per-page,
body.path-quality-resource-library .qrl-container .view-filters .form-item-sort-by {
  display: none;
}

/* line 1154, scss/components/_views.scss */
body.path-quality-resource-library span.search-icon {
  background-image: url("/themes/custom/medicaid/img/search-icon.png");
  background-size: contain;
  width: 5%;
  height: 35px;
  float: right;
  margin-top: 25px;
  cursor: pointer;
}

/* line 1163, scss/components/_views.scss */
body.path-quality-resource-library .qrl-container input#edit-combine {
  float: left;
  width: 95%;
  margin-bottom: 20px;
}

/* line 1168, scss/components/_views.scss */
body.path-quality-resource-library .view-quality-resource-library .js-form-wrapper summary[aria-expanded]:after {
  content: "\002B";
  font-size: 28px;
  line-height: 28px;
  /* color: white; */
  /* font-weight: bold; */
  float: right;
}

/* line 1176, scss/components/_views.scss */
body.path-quality-resource-library .view-quality-resource-library .js-form-wrapper[open] > summary:after {
  content: "\2212";
}

/* line 1181, scss/components/_views.scss */
.block-300 {
  height: 300px;
}

/* line 1, scss/components/_usabanner.scss */
.ds-c-usa-banner {
  background-color: #f0f0f0;
  color: #333333;
  font-family: "Source Sans Pro", "Helvetica Neue";
  font-size: 1.7rem;
  padding: 0;
}

/* line 9, scss/components/_usabanner.scss */
.ds-c-usa-banner__header {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  min-height: 32px;
  padding: 1px 0;
  position: relative;
}

/* line 23, scss/components/_usabanner.scss */
.ds-c-usa-banner__header .ds-c-usa-banner__header-action {
  float: right;
}

@media (min-width: 360px) {
  /* line 23, scss/components/_usabanner.scss */
  .ds-c-usa-banner__header .ds-c-usa-banner__header-action {
    float: left;
  }
}

@media (min-width: 360px) {
  /* line 9, scss/components/_usabanner.scss */
  .ds-c-usa-banner__header {
    min-height: 0;
    padding-bottom: 4px;
    padding-top: 4px;
  }
}

@media (min-width: 360px) {
  /* line 9, scss/components/_usabanner.scss */
  .ds-c-usa-banner__header {
    padding: 5px 2%;
  }
}

/* line 42, scss/components/_usabanner.scss */
.ds-c-usa-banner__header-flag {
  margin: 0 8px 0 0;
  width: 16px;
}

/* line 47, scss/components/_usabanner.scss */
.ds-c-usa-banner__header-text {
  display: table;
  margin: 0;
}

/* line 50, scss/components/_usabanner.scss */
.ds-c-usa-banner__header-text span {
  margin-right: 8px;
}

/* line 55, scss/components/_usabanner.scss */
.ds-c-usa-banner__header-action {
  color: #046791;
  display: block;
  margin-bottom: 0;
  margin-top: 2px;
  text-decoration: underline;
}

/* line 62, scss/components/_usabanner.scss */
.ds-c-usa-banner__header-action::after {
  background-image: url("/themes/custom/medicaid/img/arrow-down.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: url("/themes/custom/medicaid/img/arrow-down.svg"), -o-linear-gradient(transparent, transparent);
  background-image: url("/themes/custom/medicaid/img/arrow-down.svg"), linear-gradient(transparent, transparent);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 8px;
  color: #046791;
  content: '';
  display: inline-block;
  height: 8px;
  margin-left: 2px;
  padding-right: 2px;
  width: 8px;
}

@media (min-width: 360px) {
  /* line 55, scss/components/_usabanner.scss */
  .ds-c-usa-banner__header-action {
    display: none;
  }
}

/* line 81, scss/components/_usabanner.scss */
.ds-c-usa-banner__header--expanded .ds-c-usa-banner__header-action {
  display: none;
}

@media (min-width: 360px) {
  /* line 55, scss/components/_usabanner.scss */
  .ds-c-usa-banner__header-action {
    margin-top: 0;
  }
}

/* line 90, scss/components/_usabanner.scss */
.ds-c-usa-banner__button {
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  overflow: visible;
  padding: 0;
  text-align: left;
  width: 100%;
  color: #046791;
  cursor: pointer;
  text-decoration: underline;
  /* stylelint-disable scss/at-extend-no-missing-placeholder */
  /* stylelint-enable scss/at-extend-no-missing-placeholder */
}

/* line 111, scss/components/_usabanner.scss */
.ds-c-usa-banner__button:hover {
  background-color: transparent;
  color: #046791;
  text-decoration: underline;
}

/* line 118, scss/components/_usabanner.scss */
.ds-c-usa-banner__button:focus {
  outline: none;
  outline-offset: 0;
}

@media (min-width: 360px) {
  /* line 90, scss/components/_usabanner.scss */
  .ds-c-usa-banner__button {
    bottom: auto;
    display: inline;
    left: auto;
    right: auto;
    top: auto;
    width: auto;
  }
}

@media (max-width: 543px) {
  /* line 142, scss/components/_usabanner.scss */
  .ds-c-usa-banner__button[aria-expanded='true']::before {
    background-color: #e6e6e6;
    bottom: 0;
    content: '';
    display: block;
    height: 48px;
    position: absolute;
    right: 0;
    top: 0;
    width: 48px;
  }
  /* line 155, scss/components/_usabanner.scss */
  .ds-c-usa-banner__button[aria-expanded='true']::after {
    background-image: url("/themes/custom/medicaid/img/close-alt.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    bottom: 0;
    content: '';
    display: inline-block;
    height: 48px;
    margin-left: 0;
    position: absolute;
    right: 0;
    top: 0;
    vertical-align: middle;
    width: 48px;
  }
}

/* line 179, scss/components/_usabanner.scss */
.ds-c-usa-banner__button-text::after {
  display: none;
}

@media (min-width: 360px) {
  /* line 174, scss/components/_usabanner.scss */
  .ds-c-usa-banner__button-text {
    display: inline;
    position: static;
  }
  /* line 187, scss/components/_usabanner.scss */
  .ds-c-usa-banner__button-text::after {
    background-image: url("/themes/custom/medicaid/img//arrow-down.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url("/themes/custom/medicaid/img//arrow-down.svg"), -o-linear-gradient(transparent, transparent);
    background-image: url("/themes/custom/medicaid/img//arrow-down.svg"), linear-gradient(transparent, transparent);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 8px;
    content: '';
    display: inline-block;
    height: 8px;
    margin-left: 2px;
    padding-right: 2px;
    width: 8px;
  }
}

/* line 203, scss/components/_usabanner.scss */
.ds-c-usa-banner__content {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 4px 16px 16px 8px;
}

@media (min-width: 360px) {
  /* line 203, scss/components/_usabanner.scss */
  .ds-c-usa-banner__content {
    padding-bottom: 24px;
    padding-top: 24px;
  }
}

/* line 215, scss/components/_usabanner.scss */
.ds-c-usa-banner__guidance {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 64ex;
  padding: 16px 12px 0 12px;
}

@media (min-width: 544px) {
  /* line 215, scss/components/_usabanner.scss */
  .ds-c-usa-banner__guidance {
    padding: 0 8px;
    width: 50%;
  }
}

/* line 227, scss/components/_usabanner.scss */
.ds-c-usa-banner__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 40px;
  margin-right: 8px;
  width: 40px;
}

/* line 234, scss/components/_usabanner.scss */
.ds-c-usa-banner__lock-image {
  height: 1.5ex;
  width: 1.21875ex;
}

/* line 237, scss/components/_usabanner.scss */
.ds-c-usa-banner__lock-image path {
  fill: currentColor;
}

/* line 242, scss/components/_usabanner.scss */
.ds-c-usa-banner__media-img {
  float: left;
  margin-right: 8px;
}

/* line 247, scss/components/_usabanner.scss */
.ds-c-usa-banner__media-body {
  margin: 0;
}

/* line 252, scss/components/_usabanner.scss */
.ds-c-usa-banner__header--expanded {
  padding-right: 56px;
}

@media (min-width: 360px) {
  /* line 252, scss/components/_usabanner.scss */
  .ds-c-usa-banner__header--expanded {
    background-color: transparent;
    padding-right: 0;
  }
  /* line 258, scss/components/_usabanner.scss */
  .ds-c-usa-banner__header--expanded .ds-c-usa-banner__button-text::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

/* line 263, scss/components/_usabanner.scss */
.ds-c-usa-banner__header--expanded .ds-c-usa-banner__header-action {
  display: none;
}

/* line 268, scss/components/_usabanner.scss */
.ds-u-display--flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

/* line 274, scss/components/_usabanner.scss */
.ds-u-flex-direction--row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

/* line 281, scss/components/_usabanner.scss */
.ds-u-flex-direction--column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

/* line 288, scss/components/_usabanner.scss */
.ds-u-flex-direction--row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

/* line 295, scss/components/_usabanner.scss */
.ds-u-flex-direction--column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

@media (min-width: 544px) {
  /* line 303, scss/components/_usabanner.scss */
  .ds-u-sm-flex-direction--row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  /* line 310, scss/components/_usabanner.scss */
  .ds-u-sm-flex-direction--column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  /* line 317, scss/components/_usabanner.scss */
  .ds-u-sm-flex-direction--row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  /* line 324, scss/components/_usabanner.scss */
  .ds-u-sm-flex-direction--column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
}

@media (min-width: 768px) {
  /* line 333, scss/components/_usabanner.scss */
  .ds-u-md-flex-direction--row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  /* line 340, scss/components/_usabanner.scss */
  .ds-u-md-flex-direction--column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  /* line 347, scss/components/_usabanner.scss */
  .ds-u-md-flex-direction--row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  /* line 354, scss/components/_usabanner.scss */
  .ds-u-md-flex-direction--column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
}

@media (min-width: 1024px) {
  /* line 363, scss/components/_usabanner.scss */
  .ds-u-lg-flex-direction--row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  /* line 370, scss/components/_usabanner.scss */
  .ds-u-lg-flex-direction--column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  /* line 377, scss/components/_usabanner.scss */
  .ds-u-lg-flex-direction--row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  /* line 384, scss/components/_usabanner.scss */
  .ds-u-lg-flex-direction--column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
}

@media (min-width: 1280px) {
  /* line 393, scss/components/_usabanner.scss */
  .ds-u-xl-flex-direction--row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  /* line 400, scss/components/_usabanner.scss */
  .ds-u-xl-flex-direction--column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  /* line 407, scss/components/_usabanner.scss */
  .ds-u-xl-flex-direction--row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  /* line 414, scss/components/_usabanner.scss */
  .ds-u-xl-flex-direction--column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
}

/* line 422, scss/components/_usabanner.scss */
.ds-u-justify-content--start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

/* line 428, scss/components/_usabanner.scss */
.ds-u-justify-content--end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

/* line 434, scss/components/_usabanner.scss */
.ds-u-justify-content--center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

/* line 440, scss/components/_usabanner.scss */
.ds-u-justify-content--between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

/* line 446, scss/components/_usabanner.scss */
.ds-u-justify-content--around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

@media (min-width: 768px) {
  /* line 452, scss/components/_usabanner.scss */
  .ds-u-md-justify-content--start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  /* line 458, scss/components/_usabanner.scss */
  .ds-u-md-justify-content--end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  /* line 464, scss/components/_usabanner.scss */
  .ds-u-md-justify-content--center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  /* line 470, scss/components/_usabanner.scss */
  .ds-u-md-justify-content--between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  /* line 476, scss/components/_usabanner.scss */
  .ds-u-md-justify-content--around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
}

@media (min-width: 1024px) {
  /* line 483, scss/components/_usabanner.scss */
  .ds-u-lg-justify-content--start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  /* line 489, scss/components/_usabanner.scss */
  .ds-u-lg-justify-content--end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  /* line 495, scss/components/_usabanner.scss */
  .ds-u-lg-justify-content--center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  /* line 501, scss/components/_usabanner.scss */
  .ds-u-lg-justify-content--between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  /* line 507, scss/components/_usabanner.scss */
  .ds-u-lg-justify-content--around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
}

@media (min-width: 1280px) {
  /* line 514, scss/components/_usabanner.scss */
  .ds-u-xl-justify-content--start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  /* line 520, scss/components/_usabanner.scss */
  .ds-u-xl-justify-content--end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  /* line 526, scss/components/_usabanner.scss */
  .ds-u-xl-justify-content--center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  /* line 532, scss/components/_usabanner.scss */
  .ds-u-xl-justify-content--between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  /* line 538, scss/components/_usabanner.scss */
  .ds-u-xl-justify-content--around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
}

/* line 544, scss/components/_usabanner.scss */
.ds-u-align-items--start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

/* line 550, scss/components/_usabanner.scss */
.ds-u-align-items--end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

/* line 556, scss/components/_usabanner.scss */
.ds-u-align-items--center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

/* line 562, scss/components/_usabanner.scss */
.ds-u-align-items--baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

/* line 568, scss/components/_usabanner.scss */
.ds-u-align-items--stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

@media (min-width: 360px) {
  /* line 575, scss/components/_usabanner.scss */
  .ds-u-sm-align-items--start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  /* line 581, scss/components/_usabanner.scss */
  .ds-u-sm-align-items--end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  /* line 587, scss/components/_usabanner.scss */
  .ds-u-sm-align-items--center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  /* line 593, scss/components/_usabanner.scss */
  .ds-u-sm-align-items--baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  /* line 599, scss/components/_usabanner.scss */
  .ds-u-sm-align-items--stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
}

@media (min-width: 768px) {
  /* line 607, scss/components/_usabanner.scss */
  .ds-u-md-align-items--start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  /* line 613, scss/components/_usabanner.scss */
  .ds-u-md-align-items--end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  /* line 619, scss/components/_usabanner.scss */
  .ds-u-md-align-items--center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  /* line 625, scss/components/_usabanner.scss */
  .ds-u-md-align-items--baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  /* line 631, scss/components/_usabanner.scss */
  .ds-u-md-align-items--stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
}

@media (min-width: 1024px) {
  /* line 639, scss/components/_usabanner.scss */
  .ds-u-lg-align-items--start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  /* line 645, scss/components/_usabanner.scss */
  .ds-u-lg-align-items--end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  /* line 651, scss/components/_usabanner.scss */
  .ds-u-lg-align-items--center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  /* line 657, scss/components/_usabanner.scss */
  .ds-u-lg-align-items--baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  /* line 663, scss/components/_usabanner.scss */
  .ds-u-lg-align-items--stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
}

@media (min-width: 1280px) {
  /* line 671, scss/components/_usabanner.scss */
  .ds-u-xl-align-items--start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  /* line 677, scss/components/_usabanner.scss */
  .ds-u-xl-align-items--end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  /* line 683, scss/components/_usabanner.scss */
  .ds-u-xl-align-items--center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  /* line 689, scss/components/_usabanner.scss */
  .ds-u-xl-align-items--baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  /* line 695, scss/components/_usabanner.scss */
  .ds-u-xl-align-items--stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
}

/* line 702, scss/components/_usabanner.scss */
.ds-u-flex-wrap--nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

/* line 707, scss/components/_usabanner.scss */
.ds-u-flex-wrap--wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

/* line 712, scss/components/_usabanner.scss */
.ds-u-flex-wrap--reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

@media (min-width: 360px) {
  /* line 718, scss/components/_usabanner.scss */
  .ds-u-sm-flex-wrap--nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  /* line 723, scss/components/_usabanner.scss */
  .ds-u-sm-flex-wrap--wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  /* line 728, scss/components/_usabanner.scss */
  .ds-u-sm-flex-wrap--reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
}

@media (min-width: 768px) {
  /* line 735, scss/components/_usabanner.scss */
  .ds-u-md-flex-wrap--nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  /* line 740, scss/components/_usabanner.scss */
  .ds-u-md-flex-wrap--wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  /* line 745, scss/components/_usabanner.scss */
  .ds-u-md-flex-wrap--reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
}

@media (min-width: 1024px) {
  /* line 752, scss/components/_usabanner.scss */
  .ds-u-lg-flex-wrap--nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  /* line 757, scss/components/_usabanner.scss */
  .ds-u-lg-flex-wrap--wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  /* line 762, scss/components/_usabanner.scss */
  .ds-u-lg-flex-wrap--reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
}

@media (min-width: 1280px) {
  /* line 769, scss/components/_usabanner.scss */
  .ds-u-xl-flex-wrap--nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  /* line 774, scss/components/_usabanner.scss */
  .ds-u-xl-flex-wrap--wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  /* line 779, scss/components/_usabanner.scss */
  .ds-u-xl-flex-wrap--reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
}

/**
* Solr Search Sidebar Styling
* FAQ Page
*/
/* line 7, scss/components/_solr-searches.scss */
body.path-faq-library {
  /**
   * ### SIDEBAR ###
   */
}

/* line 15, scss/components/_solr-searches.scss */
body.path-faq-library #sidebar-second aside .region-sidebar-second .views-exposed-form input,
body.path-faq-library #sidebar-second aside .region-sidebar-second .views-exposed-form textarea,
body.path-faq-library #sidebar-second aside .region-sidebar-second .views-exposed-form select {
  text-shadow: none;
}

/* line 20, scss/components/_solr-searches.scss */
body.path-faq-library #sidebar-second aside .region-sidebar-second .views-exposed-form input::-webkit-input-placeholder, body.path-faq-library #sidebar-second aside .region-sidebar-second .views-exposed-form textarea::-webkit-input-placeholder, body.path-faq-library #sidebar-second aside .region-sidebar-second .views-exposed-form select::-webkit-input-placeholder {
  color: #aeb0b5;
}
body.path-faq-library #sidebar-second aside .region-sidebar-second .views-exposed-form input::-moz-placeholder, body.path-faq-library #sidebar-second aside .region-sidebar-second .views-exposed-form textarea::-moz-placeholder, body.path-faq-library #sidebar-second aside .region-sidebar-second .views-exposed-form select::-moz-placeholder {
  color: #aeb0b5;
}
body.path-faq-library #sidebar-second aside .region-sidebar-second .views-exposed-form input:-ms-input-placeholder, body.path-faq-library #sidebar-second aside .region-sidebar-second .views-exposed-form textarea:-ms-input-placeholder, body.path-faq-library #sidebar-second aside .region-sidebar-second .views-exposed-form select:-ms-input-placeholder {
  color: #aeb0b5;
}
body.path-faq-library #sidebar-second aside .region-sidebar-second .views-exposed-form input::-ms-input-placeholder, body.path-faq-library #sidebar-second aside .region-sidebar-second .views-exposed-form textarea::-ms-input-placeholder, body.path-faq-library #sidebar-second aside .region-sidebar-second .views-exposed-form select::-ms-input-placeholder {
  color: #aeb0b5;
}
body.path-faq-library #sidebar-second aside .region-sidebar-second .views-exposed-form input::placeholder,
body.path-faq-library #sidebar-second aside .region-sidebar-second .views-exposed-form textarea::placeholder,
body.path-faq-library #sidebar-second aside .region-sidebar-second .views-exposed-form select::placeholder {
  color: #aeb0b5;
}

/* line 26, scss/components/_solr-searches.scss */
body.path-faq-library #sidebar-second aside .region-sidebar-second .views-exposed-form .sort-container .sort_label {
  font-size: 14px;
}

/* line 30, scss/components/_solr-searches.scss */
body.path-faq-library #sidebar-second aside .region-sidebar-second .views-exposed-form .sort-container select {
  font-size: 14px;
}

/**
 * ### CHIP SPA ###
 * ### Med SPA ###
 */
/* line 48, scss/components/_solr-searches.scss */
body.path-search-chip-spa,
body.path-search {
  /*
   * ### MAIN CONTENT AREA
   */
  /**
   * ### SIDEBAR ###
   */
}

/* line 55, scss/components/_solr-searches.scss */
body.path-search-chip-spa #main-wrapper main#content,
body.path-search #main-wrapper main#content {
  width: 100%;
}

@media (min-width: 768px) {
  /* line 55, scss/components/_solr-searches.scss */
  body.path-search-chip-spa #main-wrapper main#content,
  body.path-search #main-wrapper main#content {
    width: 70%;
  }
}

/* line 65, scss/components/_solr-searches.scss */
body.path-search-chip-spa #main-wrapper main#content .section .region-content #block-exposedformsearch-chip-spapage-2,
body.path-search-chip-spa #main-wrapper main#content .section .region-content #block-exposedformacquia-searchpage-2,
body.path-search #main-wrapper main#content .section .region-content #block-exposedformsearch-chip-spapage-2,
body.path-search #main-wrapper main#content .section .region-content #block-exposedformacquia-searchpage-2 {
  padding: 30px 20px;
}

/* line 69, scss/components/_solr-searches.scss */
body.path-search-chip-spa #main-wrapper main#content .section .region-content #block-exposedformsearch-chip-spapage-2 #edit-search-api-fulltext,
body.path-search-chip-spa #main-wrapper main#content .section .region-content #block-exposedformacquia-searchpage-2 #edit-search-api-fulltext,
body.path-search #main-wrapper main#content .section .region-content #block-exposedformsearch-chip-spapage-2 #edit-search-api-fulltext,
body.path-search #main-wrapper main#content .section .region-content #block-exposedformacquia-searchpage-2 #edit-search-api-fulltext {
  color: #757575;
  padding: 12px 10px 13px;
  margin: 0;
}

/* line 75, scss/components/_solr-searches.scss */
body.path-search-chip-spa #main-wrapper main#content .section .region-content #block-exposedformsearch-chip-spapage-2 .js-form-submit,
body.path-search-chip-spa #main-wrapper main#content .section .region-content #block-exposedformacquia-searchpage-2 .js-form-submit,
body.path-search #main-wrapper main#content .section .region-content #block-exposedformsearch-chip-spapage-2 .js-form-submit,
body.path-search #main-wrapper main#content .section .region-content #block-exposedformacquia-searchpage-2 .js-form-submit {
  margin: 0;
}

/* line 81, scss/components/_solr-searches.scss */
body.path-search-chip-spa #main-wrapper main#content .section .region-content #block-medicaid-content,
body.path-search #main-wrapper main#content .section .region-content #block-medicaid-content {
  position: relative;
  top: -20px;
}

/* line 85, scss/components/_solr-searches.scss */
body.path-search-chip-spa #main-wrapper main#content .section .region-content #block-medicaid-content .search-control-container,
body.path-search #main-wrapper main#content .section .region-content #block-medicaid-content .search-control-container {
  padding: 0 20px 14px;
}

/* line 88, scss/components/_solr-searches.scss */
body.path-search-chip-spa #main-wrapper main#content .section .region-content #block-medicaid-content .search-control-container header,
body.path-search #main-wrapper main#content .section .region-content #block-medicaid-content .search-control-container header {
  color: #333333;
  font-size: 14px;
  padding-right: 0;
}

/* line 94, scss/components/_solr-searches.scss */
body.path-search-chip-spa #main-wrapper main#content .section .region-content #block-medicaid-content .search-control-container header .share-wrapper a,
body.path-search #main-wrapper main#content .section .region-content #block-medicaid-content .search-control-container header .share-wrapper a {
  color: #046791;
  font-size: 14px;
  font-weight: bold;
}

/* line 100, scss/components/_solr-searches.scss */
body.path-search-chip-spa #main-wrapper main#content .section .region-content #block-medicaid-content .search-control-container header .share-wrapper .share_arrow::after,
body.path-search #main-wrapper main#content .section .region-content #block-medicaid-content .search-control-container header .share-wrapper .share_arrow::after {
  color: #046791;
  width: 13px;
  height: 10px;
  font-size: 18pt;
  line-height: 12pt;
  margin-left: 12px;
  display: block;
}

/* line 115, scss/components/_solr-searches.scss */
body.path-search-chip-spa #main-wrapper main#content .section .region-content #block-medicaid-content .view-search-chip-spa,
body.path-search-chip-spa #main-wrapper main#content .section .region-content #block-medicaid-content .solr-search,
body.path-search #main-wrapper main#content .section .region-content #block-medicaid-content .view-search-chip-spa,
body.path-search #main-wrapper main#content .section .region-content #block-medicaid-content .solr-search {
  /*
               * PAGER
               */
}

/* line 117, scss/components/_solr-searches.scss */
body.path-search-chip-spa #main-wrapper main#content .section .region-content #block-medicaid-content .view-search-chip-spa .filter-results,
body.path-search-chip-spa #main-wrapper main#content .section .region-content #block-medicaid-content .solr-search .filter-results,
body.path-search #main-wrapper main#content .section .region-content #block-medicaid-content .view-search-chip-spa .filter-results,
body.path-search #main-wrapper main#content .section .region-content #block-medicaid-content .solr-search .filter-results {
  padding: 0 20px;
}

/* line 121, scss/components/_solr-searches.scss */
body.path-search-chip-spa #main-wrapper main#content .section .region-content #block-medicaid-content .view-search-chip-spa .filter-results .close-filters svg,
body.path-search-chip-spa #main-wrapper main#content .section .region-content #block-medicaid-content .solr-search .filter-results .close-filters svg,
body.path-search #main-wrapper main#content .section .region-content #block-medicaid-content .view-search-chip-spa .filter-results .close-filters svg,
body.path-search #main-wrapper main#content .section .region-content #block-medicaid-content .solr-search .filter-results .close-filters svg {
  width: 20px;
  cursor: pointer;
}

/* line 128, scss/components/_solr-searches.scss */
body.path-search-chip-spa #main-wrapper main#content .section .region-content #block-medicaid-content .view-search-chip-spa .views-row,
body.path-search-chip-spa #main-wrapper main#content .section .region-content #block-medicaid-content .solr-search .views-row,
body.path-search #main-wrapper main#content .section .region-content #block-medicaid-content .view-search-chip-spa .views-row,
body.path-search #main-wrapper main#content .section .region-content #block-medicaid-content .solr-search .views-row {
  border-bottom: 2px solid #000000;
  padding-top: 30px;
  padding-bottom: 23px;
}

/* line 133, scss/components/_solr-searches.scss */
body.path-search-chip-spa #main-wrapper main#content .section .region-content #block-medicaid-content .view-search-chip-spa .views-row .views-field,
body.path-search-chip-spa #main-wrapper main#content .section .region-content #block-medicaid-content .solr-search .views-row .views-field,
body.path-search #main-wrapper main#content .section .region-content #block-medicaid-content .view-search-chip-spa .views-row .views-field,
body.path-search #main-wrapper main#content .section .region-content #block-medicaid-content .solr-search .views-row .views-field {
  font-size: 14px;
  margin-bottom: 8px;
}

/* line 137, scss/components/_solr-searches.scss */
body.path-search-chip-spa #main-wrapper main#content .section .region-content #block-medicaid-content .view-search-chip-spa .views-row .views-field.views-field-title,
body.path-search-chip-spa #main-wrapper main#content .section .region-content #block-medicaid-content .solr-search .views-row .views-field.views-field-title,
body.path-search #main-wrapper main#content .section .region-content #block-medicaid-content .view-search-chip-spa .views-row .views-field.views-field-title,
body.path-search #main-wrapper main#content .section .region-content #block-medicaid-content .solr-search .views-row .views-field.views-field-title {
  font-size: 17px;
  margin-top: 0;
}

/* line 141, scss/components/_solr-searches.scss */
body.path-search-chip-spa #main-wrapper main#content .section .region-content #block-medicaid-content .view-search-chip-spa .views-row .views-field.views-field-title .views-label,
body.path-search-chip-spa #main-wrapper main#content .section .region-content #block-medicaid-content .solr-search .views-row .views-field.views-field-title .views-label,
body.path-search #main-wrapper main#content .section .region-content #block-medicaid-content .view-search-chip-spa .views-row .views-field.views-field-title .views-label,
body.path-search #main-wrapper main#content .section .region-content #block-medicaid-content .solr-search .views-row .views-field.views-field-title .views-label {
  width: auto;
}

/* line 144, scss/components/_solr-searches.scss */
body.path-search-chip-spa #main-wrapper main#content .section .region-content #block-medicaid-content .view-search-chip-spa .views-row .views-field .views-label,
body.path-search-chip-spa #main-wrapper main#content .section .region-content #block-medicaid-content .solr-search .views-row .views-field .views-label,
body.path-search #main-wrapper main#content .section .region-content #block-medicaid-content .view-search-chip-spa .views-row .views-field .views-label,
body.path-search #main-wrapper main#content .section .region-content #block-medicaid-content .solr-search .views-row .views-field .views-label {
  color: #000000;
  width: 115px;
  display: inline-block;
}

/* line 150, scss/components/_solr-searches.scss */
body.path-search-chip-spa #main-wrapper main#content .section .region-content #block-medicaid-content .view-search-chip-spa .views-row .views-field .field-content,
body.path-search-chip-spa #main-wrapper main#content .section .region-content #block-medicaid-content .solr-search .views-row .views-field .field-content,
body.path-search #main-wrapper main#content .section .region-content #block-medicaid-content .view-search-chip-spa .views-row .views-field .field-content,
body.path-search #main-wrapper main#content .section .region-content #block-medicaid-content .solr-search .views-row .views-field .field-content {
  margin-left: 0;
}

/* line 153, scss/components/_solr-searches.scss */
body.path-search-chip-spa #main-wrapper main#content .section .region-content #block-medicaid-content .view-search-chip-spa .views-row .views-field .field-content ul,
body.path-search-chip-spa #main-wrapper main#content .section .region-content #block-medicaid-content .solr-search .views-row .views-field .field-content ul,
body.path-search #main-wrapper main#content .section .region-content #block-medicaid-content .view-search-chip-spa .views-row .views-field .field-content ul,
body.path-search #main-wrapper main#content .section .region-content #block-medicaid-content .solr-search .views-row .views-field .field-content ul {
  list-style: disc;
  margin-left: 0;
}

/* line 157, scss/components/_solr-searches.scss */
body.path-search-chip-spa #main-wrapper main#content .section .region-content #block-medicaid-content .view-search-chip-spa .views-row .views-field .field-content ul li,
body.path-search-chip-spa #main-wrapper main#content .section .region-content #block-medicaid-content .solr-search .views-row .views-field .field-content ul li,
body.path-search #main-wrapper main#content .section .region-content #block-medicaid-content .view-search-chip-spa .views-row .views-field .field-content ul li,
body.path-search #main-wrapper main#content .section .region-content #block-medicaid-content .solr-search .views-row .views-field .field-content ul li {
  margin-left: 18px;
}

/* line 163, scss/components/_solr-searches.scss */
body.path-search-chip-spa #main-wrapper main#content .section .region-content #block-medicaid-content .view-search-chip-spa .views-row .views-field.views-field-body,
body.path-search-chip-spa #main-wrapper main#content .section .region-content #block-medicaid-content .solr-search .views-row .views-field.views-field-body,
body.path-search #main-wrapper main#content .section .region-content #block-medicaid-content .view-search-chip-spa .views-row .views-field.views-field-body,
body.path-search #main-wrapper main#content .section .region-content #block-medicaid-content .solr-search .views-row .views-field.views-field-body {
  display: grid;
  grid-template-columns: 115px auto;
}

/* line 181, scss/components/_solr-searches.scss */
body.path-search-chip-spa #main-wrapper main#content .section .region-content #block-medicaid-content .view-search-chip-spa .views-row .views-field-nothing,
body.path-search-chip-spa #main-wrapper main#content .section .region-content #block-medicaid-content .solr-search .views-row .views-field-nothing,
body.path-search #main-wrapper main#content .section .region-content #block-medicaid-content .view-search-chip-spa .views-row .views-field-nothing,
body.path-search #main-wrapper main#content .section .region-content #block-medicaid-content .solr-search .views-row .views-field-nothing {
  margin-bottom: 0;
}

/* line 184, scss/components/_solr-searches.scss */
body.path-search-chip-spa #main-wrapper main#content .section .region-content #block-medicaid-content .view-search-chip-spa .views-row .views-field-nothing .addthis_share_popup_toolbox,
body.path-search-chip-spa #main-wrapper main#content .section .region-content #block-medicaid-content .solr-search .views-row .views-field-nothing .addthis_share_popup_toolbox,
body.path-search #main-wrapper main#content .section .region-content #block-medicaid-content .view-search-chip-spa .views-row .views-field-nothing .addthis_share_popup_toolbox,
body.path-search #main-wrapper main#content .section .region-content #block-medicaid-content .solr-search .views-row .views-field-nothing .addthis_share_popup_toolbox {
  color: #046791;
  margin-top: 23px;
}

@media (min-width: 768px) {
  /* line 184, scss/components/_solr-searches.scss */
  body.path-search-chip-spa #main-wrapper main#content .section .region-content #block-medicaid-content .view-search-chip-spa .views-row .views-field-nothing .addthis_share_popup_toolbox,
  body.path-search-chip-spa #main-wrapper main#content .section .region-content #block-medicaid-content .solr-search .views-row .views-field-nothing .addthis_share_popup_toolbox,
  body.path-search #main-wrapper main#content .section .region-content #block-medicaid-content .view-search-chip-spa .views-row .views-field-nothing .addthis_share_popup_toolbox,
  body.path-search #main-wrapper main#content .section .region-content #block-medicaid-content .solr-search .views-row .views-field-nothing .addthis_share_popup_toolbox {
    margin-top: 0;
  }
}

/* line 192, scss/components/_solr-searches.scss */
body.path-search-chip-spa #main-wrapper main#content .section .region-content #block-medicaid-content .view-search-chip-spa .views-row .views-field-nothing .addthis_share_popup_toolbox::after,
body.path-search-chip-spa #main-wrapper main#content .section .region-content #block-medicaid-content .solr-search .views-row .views-field-nothing .addthis_share_popup_toolbox::after,
body.path-search #main-wrapper main#content .section .region-content #block-medicaid-content .view-search-chip-spa .views-row .views-field-nothing .addthis_share_popup_toolbox::after,
body.path-search #main-wrapper main#content .section .region-content #block-medicaid-content .solr-search .views-row .views-field-nothing .addthis_share_popup_toolbox::after {
  position: relative;
  top: 2px;
  color: #046791;
  width: 13px;
  height: 10px;
  font-size: 18pt;
  line-height: 12pt;
  display: inline-block;
  margin-left: 12px;
}

/* line 210, scss/components/_solr-searches.scss */
body.path-search-chip-spa #main-wrapper main#content .section .region-content #block-medicaid-content .view-search-chip-spa nav.pager,
body.path-search-chip-spa #main-wrapper main#content .section .region-content #block-medicaid-content .solr-search nav.pager,
body.path-search #main-wrapper main#content .section .region-content #block-medicaid-content .view-search-chip-spa nav.pager,
body.path-search #main-wrapper main#content .section .region-content #block-medicaid-content .solr-search nav.pager {
  font-family: "Source Sans Pro";
  margin-top: 30px;
}

/* line 214, scss/components/_solr-searches.scss */
body.path-search-chip-spa #main-wrapper main#content .section .region-content #block-medicaid-content .view-search-chip-spa nav.pager .js-pager__items,
body.path-search-chip-spa #main-wrapper main#content .section .region-content #block-medicaid-content .solr-search nav.pager .js-pager__items,
body.path-search #main-wrapper main#content .section .region-content #block-medicaid-content .view-search-chip-spa nav.pager .js-pager__items,
body.path-search #main-wrapper main#content .section .region-content #block-medicaid-content .solr-search nav.pager .js-pager__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -moz-justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

/* line 220, scss/components/_solr-searches.scss */
body.path-search-chip-spa #main-wrapper main#content .section .region-content #block-medicaid-content .view-search-chip-spa nav.pager .js-pager__items li.pager__item,
body.path-search-chip-spa #main-wrapper main#content .section .region-content #block-medicaid-content .solr-search nav.pager .js-pager__items li.pager__item,
body.path-search #main-wrapper main#content .section .region-content #block-medicaid-content .view-search-chip-spa nav.pager .js-pager__items li.pager__item,
body.path-search #main-wrapper main#content .section .region-content #block-medicaid-content .solr-search nav.pager .js-pager__items li.pager__item {
  font-family: "Source Sans Pro";
  font-size: 17px;
  line-height: 1em;
  text-transform: uppercase;
  border-left: 2px solid #000000;
  padding: 7px 12px 7px 10px;
}

/* line 228, scss/components/_solr-searches.scss */
body.path-search-chip-spa #main-wrapper main#content .section .region-content #block-medicaid-content .view-search-chip-spa nav.pager .js-pager__items li.pager__item:first-child, body.path-search-chip-spa #main-wrapper main#content .section .region-content #block-medicaid-content .view-search-chip-spa nav.pager .js-pager__items li.pager__item.pager__item--first, body.path-search-chip-spa #main-wrapper main#content .section .region-content #block-medicaid-content .view-search-chip-spa nav.pager .js-pager__items li.pager__item.pager__item--previous,
body.path-search-chip-spa #main-wrapper main#content .section .region-content #block-medicaid-content .view-search-chip-spa nav.pager .js-pager__items li.pager__item.pager__item--previous + li, body.path-search-chip-spa #main-wrapper main#content .section .region-content #block-medicaid-content .view-search-chip-spa nav.pager .js-pager__items li.pager__item.pager__item--next, body.path-search-chip-spa #main-wrapper main#content .section .region-content #block-medicaid-content .view-search-chip-spa nav.pager .js-pager__items li.pager__item.pager__item--last,
body.path-search-chip-spa #main-wrapper main#content .section .region-content #block-medicaid-content .solr-search nav.pager .js-pager__items li.pager__item:first-child,
body.path-search-chip-spa #main-wrapper main#content .section .region-content #block-medicaid-content .solr-search nav.pager .js-pager__items li.pager__item.pager__item--first,
body.path-search-chip-spa #main-wrapper main#content .section .region-content #block-medicaid-content .solr-search nav.pager .js-pager__items li.pager__item.pager__item--previous,
body.path-search-chip-spa #main-wrapper main#content .section .region-content #block-medicaid-content .solr-search nav.pager .js-pager__items li.pager__item.pager__item--previous + li,
body.path-search-chip-spa #main-wrapper main#content .section .region-content #block-medicaid-content .solr-search nav.pager .js-pager__items li.pager__item.pager__item--next,
body.path-search-chip-spa #main-wrapper main#content .section .region-content #block-medicaid-content .solr-search nav.pager .js-pager__items li.pager__item.pager__item--last,
body.path-search #main-wrapper main#content .section .region-content #block-medicaid-content .view-search-chip-spa nav.pager .js-pager__items li.pager__item:first-child,
body.path-search #main-wrapper main#content .section .region-content #block-medicaid-content .view-search-chip-spa nav.pager .js-pager__items li.pager__item.pager__item--first,
body.path-search #main-wrapper main#content .section .region-content #block-medicaid-content .view-search-chip-spa nav.pager .js-pager__items li.pager__item.pager__item--previous,
body.path-search #main-wrapper main#content .section .region-content #block-medicaid-content .view-search-chip-spa nav.pager .js-pager__items li.pager__item.pager__item--previous + li,
body.path-search #main-wrapper main#content .section .region-content #block-medicaid-content .view-search-chip-spa nav.pager .js-pager__items li.pager__item.pager__item--next,
body.path-search #main-wrapper main#content .section .region-content #block-medicaid-content .view-search-chip-spa nav.pager .js-pager__items li.pager__item.pager__item--last,
body.path-search #main-wrapper main#content .section .region-content #block-medicaid-content .solr-search nav.pager .js-pager__items li.pager__item:first-child,
body.path-search #main-wrapper main#content .section .region-content #block-medicaid-content .solr-search nav.pager .js-pager__items li.pager__item.pager__item--first,
body.path-search #main-wrapper main#content .section .region-content #block-medicaid-content .solr-search nav.pager .js-pager__items li.pager__item.pager__item--previous,
body.path-search #main-wrapper main#content .section .region-content #block-medicaid-content .solr-search nav.pager .js-pager__items li.pager__item.pager__item--previous + li,
body.path-search #main-wrapper main#content .section .region-content #block-medicaid-content .solr-search nav.pager .js-pager__items li.pager__item.pager__item--next,
body.path-search #main-wrapper main#content .section .region-content #block-medicaid-content .solr-search nav.pager .js-pager__items li.pager__item.pager__item--last {
  border: none;
}

/* line 235, scss/components/_solr-searches.scss */
body.path-search-chip-spa #main-wrapper main#content .section .region-content #block-medicaid-content .view-search-chip-spa nav.pager .js-pager__items li.pager__item.pager__item--first, body.path-search-chip-spa #main-wrapper main#content .section .region-content #block-medicaid-content .view-search-chip-spa nav.pager .js-pager__items li.pager__item.pager__item--last,
body.path-search-chip-spa #main-wrapper main#content .section .region-content #block-medicaid-content .solr-search nav.pager .js-pager__items li.pager__item.pager__item--first,
body.path-search-chip-spa #main-wrapper main#content .section .region-content #block-medicaid-content .solr-search nav.pager .js-pager__items li.pager__item.pager__item--last,
body.path-search #main-wrapper main#content .section .region-content #block-medicaid-content .view-search-chip-spa nav.pager .js-pager__items li.pager__item.pager__item--first,
body.path-search #main-wrapper main#content .section .region-content #block-medicaid-content .view-search-chip-spa nav.pager .js-pager__items li.pager__item.pager__item--last,
body.path-search #main-wrapper main#content .section .region-content #block-medicaid-content .solr-search nav.pager .js-pager__items li.pager__item.pager__item--first,
body.path-search #main-wrapper main#content .section .region-content #block-medicaid-content .solr-search nav.pager .js-pager__items li.pager__item.pager__item--last {
  display: none;
}

/* line 238, scss/components/_solr-searches.scss */
body.path-search-chip-spa #main-wrapper main#content .section .region-content #block-medicaid-content .view-search-chip-spa nav.pager .js-pager__items li.pager__item.pager__item--previous, body.path-search-chip-spa #main-wrapper main#content .section .region-content #block-medicaid-content .view-search-chip-spa nav.pager .js-pager__items li.pager__item.pager__item--next,
body.path-search-chip-spa #main-wrapper main#content .section .region-content #block-medicaid-content .solr-search nav.pager .js-pager__items li.pager__item.pager__item--previous,
body.path-search-chip-spa #main-wrapper main#content .section .region-content #block-medicaid-content .solr-search nav.pager .js-pager__items li.pager__item.pager__item--next,
body.path-search #main-wrapper main#content .section .region-content #block-medicaid-content .view-search-chip-spa nav.pager .js-pager__items li.pager__item.pager__item--previous,
body.path-search #main-wrapper main#content .section .region-content #block-medicaid-content .view-search-chip-spa nav.pager .js-pager__items li.pager__item.pager__item--next,
body.path-search #main-wrapper main#content .section .region-content #block-medicaid-content .solr-search nav.pager .js-pager__items li.pager__item.pager__item--previous,
body.path-search #main-wrapper main#content .section .region-content #block-medicaid-content .solr-search nav.pager .js-pager__items li.pager__item.pager__item--next {
  padding-left: 0;
  padding-right: 0;
}

/* line 243, scss/components/_solr-searches.scss */
body.path-search-chip-spa #main-wrapper main#content .section .region-content #block-medicaid-content .view-search-chip-spa nav.pager .js-pager__items li.pager__item.pager__item--previous a, body.path-search-chip-spa #main-wrapper main#content .section .region-content #block-medicaid-content .view-search-chip-spa nav.pager .js-pager__items li.pager__item.pager__item--next a,
body.path-search-chip-spa #main-wrapper main#content .section .region-content #block-medicaid-content .solr-search nav.pager .js-pager__items li.pager__item.pager__item--previous a,
body.path-search-chip-spa #main-wrapper main#content .section .region-content #block-medicaid-content .solr-search nav.pager .js-pager__items li.pager__item.pager__item--next a,
body.path-search #main-wrapper main#content .section .region-content #block-medicaid-content .view-search-chip-spa nav.pager .js-pager__items li.pager__item.pager__item--previous a,
body.path-search #main-wrapper main#content .section .region-content #block-medicaid-content .view-search-chip-spa nav.pager .js-pager__items li.pager__item.pager__item--next a,
body.path-search #main-wrapper main#content .section .region-content #block-medicaid-content .solr-search nav.pager .js-pager__items li.pager__item.pager__item--previous a,
body.path-search #main-wrapper main#content .section .region-content #block-medicaid-content .solr-search nav.pager .js-pager__items li.pager__item.pager__item--next a {
  padding: 0;
}

/* line 251, scss/components/_solr-searches.scss */
body.path-search-chip-spa #main-wrapper main#content .section .region-content #block-medicaid-content .recordsPerPage,
body.path-search #main-wrapper main#content .section .region-content #block-medicaid-content .recordsPerPage {
  height: 35px;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

/* line 259, scss/components/_solr-searches.scss */
body.path-search-chip-spa #main-wrapper main#content .section .region-content #block-medicaid-content .recordsPerPage span,
body.path-search #main-wrapper main#content .section .region-content #block-medicaid-content .recordsPerPage span {
  font-size: 17px;
}

/* line 263, scss/components/_solr-searches.scss */
body.path-search-chip-spa #main-wrapper main#content .section .region-content #block-medicaid-content .recordsPerPage select,
body.path-search #main-wrapper main#content .section .region-content #block-medicaid-content .recordsPerPage select {
  height: 35px;
  border: 2px solid #bbb;
  font-size: 17px;
  padding: 5px 15px 6px;
  margin: 0 10px;
}

@media (min-width: 768px) {
  /* line 282, scss/components/_solr-searches.scss */
  body.path-search-chip-spa #sidebar-second,
  body.path-search #sidebar-second {
    width: 27%;
  }
}

/* line 289, scss/components/_solr-searches.scss */
body.path-search-chip-spa #sidebar-second aside .region-sidebar-second .views-exposed-form input,
body.path-search-chip-spa #sidebar-second aside .region-sidebar-second .views-exposed-form textarea,
body.path-search-chip-spa #sidebar-second aside .region-sidebar-second .views-exposed-form select,
body.path-search #sidebar-second aside .region-sidebar-second .views-exposed-form input,
body.path-search #sidebar-second aside .region-sidebar-second .views-exposed-form textarea,
body.path-search #sidebar-second aside .region-sidebar-second .views-exposed-form select {
  color: #757575;
  text-shadow: none;
  border: 2px solid #bbb;
}

/* line 298, scss/components/_solr-searches.scss */
body.path-search-chip-spa #sidebar-second aside .region-sidebar-second .views-exposed-form input.usa-button,
body.path-search #sidebar-second aside .region-sidebar-second .views-exposed-form input.usa-button {
  color: #ffffff;
  background-color: #17415f;
  border: none;
  border-radius: 0px;
}

/* line 306, scss/components/_solr-searches.scss */
body.path-search-chip-spa #sidebar-second aside .region-sidebar-second .views-exposed-form label,
body.path-search #sidebar-second aside .region-sidebar-second .views-exposed-form label {
  font-size: 15px;
}

/* line 313, scss/components/_solr-searches.scss */
body.path-search-chip-spa #sidebar-second aside .region-sidebar-second button.facet-block-reset-all-btn,
body.path-search #sidebar-second aside .region-sidebar-second button.facet-block-reset-all-btn {
  color: #ffffff;
  background-color: #17415f;
  border-radius: 0px;
  border: none;
}

/*
example
.site-header {
    padding: 2rem;
    font-size: 1.8rem;
    @include mq('tablet-wide') {
        padding-top: 4rem;
        font-size: 2.4rem;
    }
}
 */
/*
example
.site-header {
    padding: 2rem;
    font-size: 1.8rem;
    @include mq('tablet-wide') {
        padding-top: 4rem;
        font-size: 2.4rem;
    }
}
 */
/*
 * Button mixin- creates a button effect with correct
 * highlights/shadows, based on a base color.
 */
/* line 47, scss/custom/angular-pages/_angular-pages.scss */
.collection-button.usa-button {
  background-color: #F6F7F7;
  border: 1px solid #E0E0E0;
  color: #006692;
  padding: 0px 0.5rem;
}

/* line 53, scss/custom/angular-pages/_angular-pages.scss */
.collection-button.usa-button:hover {
  background-color: #dbdfdf;
}

@media (max-width: 481px) {
  /* line 146, scss/custom/angular-pages/_angular-pages.scss */
  dl dd ul {
    margin-left: 6px !important;
  }
  /* line 148, scss/custom/angular-pages/_angular-pages.scss */
  .collection-button.usa-button {
    display: inline;
  }
}

/* line 3, scss/custom/angular-pages/_internal-searchbar.scss */
.dynamicListing__search {
  background-color: #eefafe;
  padding: 2rem;
  margin-bottom: 2rem;
}

/* line 300, scss/_mixins.scss */
.dynamicListing__search:before, .dynamicListing__search:after {
  display: table;
  content: " ";
}

/* line 306, scss/_mixins.scss */
.dynamicListing__search:after {
  clear: both;
}

/* line 10, scss/custom/angular-pages/_internal-searchbar.scss */
.dynamicListing__search input {
  border-right: 0.1rem solid #5b616b;
  width: 100%;
  max-width: inherit;
}

/* line 16, scss/custom/angular-pages/_internal-searchbar.scss */
.dynamicListing__search .dynamicListing__search__totalResults {
  float: left;
  padding-top: 1rem;
  font-size: 0.9em;
}

/* line 22, scss/custom/angular-pages/_internal-searchbar.scss */
.dynamicListing__search .dynamicListing__search__share {
  float: right;
  padding-top: 1rem;
  text-transform: uppercase;
}

/* line 27, scss/custom/angular-pages/_internal-searchbar.scss */
.dynamicListing__search .dynamicListing__search__share::after {
  content: ' \203A';
}

/* line 1, scss/custom/angular-pages/_page-faq.scss */
.faq__dynamicList {
  font-size: 1.4rem;
}

/* line 4, scss/custom/angular-pages/_page-faq.scss */
.faq__dynamicList .usa-accordion-button {
  position: relative;
  font-weight: normal;
  background-color: transparent;
  background-image: none;
  padding-left: 0;
}

/* line 12, scss/custom/angular-pages/_page-faq.scss */
.faq__dynamicList .dynamicArticle h2 {
  font-family: "Source Sans Pro", "Helvetica Neue";
  font-size: 1.7rem;
  line-height: 2.6rem;
  padding-right: 5rem;
}

/* line 13, scss/custom/angular-pages/_page-faq.scss */
.faq__dynamicList .dynamicArticle h2 > p:first-child {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 20, scss/custom/angular-pages/_page-faq.scss */
.faq__dynamicList .faq-date {
  font-size: 1.4rem;
  line-height: 2.6rem;
  margin-top: 0;
}

/* line 26, scss/custom/angular-pages/_page-faq.scss */
.faq__dynamicList .collection-button {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

/* line 33, scss/custom/angular-pages/_page-faq.scss */
.faq__dynamicList .ui-widget-content {
  border: 0;
  font-size: 1.7rem;
}

/* line 37, scss/custom/angular-pages/_page-faq.scss */
.faq__dynamicList .ui-widget-content a {
  color: #046791;
}

/* line 42, scss/custom/angular-pages/_page-faq.scss */
.faq__dynamicList .ui-accordion-content {
  padding: 0 .5em .5em 0;
}

/* line 46, scss/custom/angular-pages/_page-faq.scss */
.faq__dynamicList p.faq-answer, .faq__dynamicList p.faq-answer p {
  margin-top: 0.2rem;
}

/* line 50, scss/custom/angular-pages/_page-faq.scss */
.faq__dynamicList .faq-id {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 55, scss/custom/angular-pages/_page-faq.scss */
.faq__dynamicList .share-button {
  text-transform: uppercase;
}

/* line 58, scss/custom/angular-pages/_page-faq.scss */
.faq__dynamicList .share-button::after {
  content: ' \203A';
}

/* line 63, scss/custom/angular-pages/_page-faq.scss */
.post_app_text {
  float: left;
}

/* line 67, scss/custom/angular-pages/_page-faq.scss */
.path-search-upper-payment-limit-faqs #sidebar-second,
.path-faq-library #sidebar-second {
  overflow: hidden !important;
}

/* line 71, scss/custom/angular-pages/_page-faq.scss */
.left {
  float: left;
  margin-right: -50px;
}

/* line 76, scss/custom/angular-pages/_page-faq.scss */
.right {
  float: right;
  padding-top: 20px;
}

/* line 1, scss/custom/angular-pages/_page-fpg.scss */
.fpg-heading {
  margin-top: 0;
}

/* line 4, scss/custom/angular-pages/_page-fpg.scss */
.fpg {
  font-size: 1.4rem;
}

/* line 7, scss/custom/angular-pages/_page-fpg.scss */
.fpg .usa-accordion-button {
  position: relative;
  font-weight: normal;
  background-color: transparent;
  background-image: none;
  padding-left: 0;
}

/* line 15, scss/custom/angular-pages/_page-fpg.scss */
.fpg .dynamicArticle h2 {
  font-family: "Source Sans Pro", "Helvetica Neue";
  font-size: 1.7rem;
  line-height: 2.6rem;
  padding-right: 5rem;
}

/* line 22, scss/custom/angular-pages/_page-fpg.scss */
.fpg .collection-button {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

/* line 29, scss/custom/angular-pages/_page-fpg.scss */
.fpg .fpg_share_button {
  text-transform: uppercase;
}

/* line 32, scss/custom/angular-pages/_page-fpg.scss */
.fpg .fpg_share_button::after {
  content: ' \203A';
}

/* line 37, scss/custom/angular-pages/_page-fpg.scss */
.fpg .ui-accordion-content {
  padding: 0 .5em .5em 0;
}

/* line 40, scss/custom/angular-pages/_page-fpg.scss */
.fpg .ui-widget-content {
  border: 0;
}

/* line 43, scss/custom/angular-pages/_page-fpg.scss */
.fpg .ui-widget-content a {
  color: #046791;
}

/* line 47, scss/custom/angular-pages/_page-fpg.scss */
.fpg .ui-widget-content a:visited {
  color: #862074;
}

/* line 53, scss/custom/angular-pages/_page-fpg.scss */
.fpg dl#date, .fpg dl#pr_date {
  margin-bottom: 0;
}

/* line 56, scss/custom/angular-pages/_page-fpg.scss */
.fpg dl#topics, .fpg dl#chip_topics {
  margin-top: 0;
}

/* line 59, scss/custom/angular-pages/_page-fpg.scss */
.fpg dl dt {
  float: left;
}

/* line 62, scss/custom/angular-pages/_page-fpg.scss */
.fpg dl dd {
  font-weight: bold;
  min-height: 1.9rem;
  margin-left: 10rem;
  padding-bottom: 1rem;
}

/* line 64, scss/custom/angular-pages/_page-fpg.scss */
.fpg dl dd:before {
  content: "\200b";
}

/* line 73, scss/custom/angular-pages/_page-fpg.scss */
.fpg dl dd ul {
  margin: 0;
  display: inline-block;
  list-style-type: disc;
  padding-left: 0.7em;
}

/* line 80, scss/custom/angular-pages/_page-fpg.scss */
.fpg dl dd > span > a {
  margin-left: -5px;
}

/* line 1, scss/custom/angular-pages/_page-waiver.scss */
#waivers {
  padding-left: 0;
}

/* line 4, scss/custom/angular-pages/_page-waiver.scss */
#waivers .dynamicArticle {
  position: relative;
}

/* line 8, scss/custom/angular-pages/_page-waiver.scss */
#waivers .dynamicArticle h2 {
  font-family: "Source Sans Pro", "Helvetica Neue";
  font-size: 1.7rem;
  line-height: 2.6rem;
  padding-right: 5rem;
}

/* line 9, scss/custom/angular-pages/_page-waiver.scss */
#waivers .dynamicArticle h2 > p:first-child {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 16, scss/custom/angular-pages/_page-waiver.scss */
#waivers .collection-button {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  margin-top: 0;
}

/* line 25, scss/custom/angular-pages/_page-waiver.scss */
#waivers dl dt {
  float: left;
}

/* line 28, scss/custom/angular-pages/_page-waiver.scss */
#waivers dl dd {
  font-weight: bold;
  min-height: 1.9rem;
  padding-left: 10rem;
  padding-bottom: 1rem;
}

/* line 29, scss/custom/angular-pages/_page-waiver.scss */
#waivers dl dd:before {
  content: "\200b";
}

/* line 38, scss/custom/angular-pages/_page-waiver.scss */
#waivers dl dd ul {
  margin-top: 0;
  display: inline-block;
}

/* line 47, scss/custom/angular-pages/_page-waiver.scss */
#waivers li {
  margin-bottom: 0;
  padding-right: 0;
  padding-top: 0;
  border-top: 0;
}

/* line 6, scss/custom/angular-pages/_paginate.scss */
.dynamicListing__content .dynamicListing__content__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 13, scss/custom/angular-pages/_paginate.scss */
.dynamicListing__content .faq-pagination span {
  padding-top: 0;
  margin-top: 9px;
}

/* line 18, scss/custom/angular-pages/_paginate.scss */
.dynamicListing__content .faq-pagination a {
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: inherit;
  background-color: transparent;
  color: #046791;
  font-weight: normal;
  height: inherit;
  width: inherit;
  line-height: auto;
  border: 0;
}

/* line 30, scss/custom/angular-pages/_paginate.scss */
.dynamicListing__content .faq-pagination a.disabled {
  color: #565656;
  background-color: transparent;
}

/* line 36, scss/custom/angular-pages/_paginate.scss */
.dynamicListing__content .faq-pagination .gigantic.pagination {
  float: none;
}

/* line 40, scss/custom/angular-pages/_paginate.scss */
.dynamicListing__content .faq-pagination .faq-page-number ~ .faq-page-number {
  border-left: 1px solid #333333;
}

/* line 44, scss/custom/angular-pages/_paginate.scss */
.dynamicListing__content .faq-pagination .faq-page-number {
  border-left: 0;
}

/* line 48, scss/custom/angular-pages/_paginate.scss */
.dynamicListing__content .faq-pagination .faq-page-number.active a {
  color: inherit;
}

/* line 55, scss/custom/angular-pages/_paginate.scss */
.dynamicListing__content .entries-number-filter {
  margin: 20px 0 0;
}

/* line 58, scss/custom/angular-pages/_paginate.scss */
.dynamicListing__content .entries-number-filter select {
  width: auto;
  display: inline-block;
  margin-left: 1rem;
  margin-right: 1rem;
}

@media (min-width: 600px) {
  /* line 67, scss/custom/angular-pages/_paginate.scss */
  .pagination .faq-page-previous .arrow-left {
    padding-left: 0px;
  }
}

/*
example
.site-header {
    padding: 2rem;
    font-size: 1.8rem;
    @include mq('tablet-wide') {
        padding-top: 4rem;
        font-size: 2.4rem;
    }
}
 */
/*
 * Button mixin- creates a button effect with correct
 * highlights/shadows, based on a base color.
 */
/* line 6, scss/custom/angular-pages/_sidebar.scss */
.filterResults__toggle {
  text-transform: uppercase;
  margin-bottom: 2rem;
}

/* line 10, scss/custom/angular-pages/_sidebar.scss */
.filterResults__toggle::after {
  content: ' \203A';
}

/* line 19, scss/custom/angular-pages/_sidebar.scss */
.dynamicListing__filter {
  margin-bottom: 2rem;
}

/* line 22, scss/custom/angular-pages/_sidebar.scss */
.dynamicListing__filter .filterResults__overlay {
  width: 100%;
  position: absolute;
  z-index: 50;
  -webkit-transition: left 0.3s ease-in;
  -o-transition: left 0.3s ease-in;
  transition: left 0.3s ease-in;
  left: -200%;
}

/* line 29, scss/custom/angular-pages/_sidebar.scss */
.dynamicListing__filter .filterResults__overlay.active {
  left: 0;
}

/* line 33, scss/custom/angular-pages/_sidebar.scss */
.dynamicListing__filter .filterResults__overlay aside {
  width: 83%;
  -webkit-box-shadow: 1px 1px 3px #888;
  box-shadow: 1px 1px 3px #888;
}

/* line 61, scss/custom/angular-pages/_sidebar.scss */
.dynamicListing__filter .filterResults__close {
  position: absolute;
  right: 17%;
  top: -5rem;
  padding: 1rem;
  color: #333333;
}

/* line 76, scss/custom/angular-pages/_sidebar.scss */
.collectionFilterSort {
  background-color: #eefafe;
  padding: 1rem;
  font-size: 1.4rem;
}

/* line 81, scss/custom/angular-pages/_sidebar.scss */
.collectionFilterSort label {
  margin-top: 0;
  line-height: 4.4rem;
}

/* line 86, scss/custom/angular-pages/_sidebar.scss */
.collectionFilterSort input {
  height: 3rem;
}

/* line 90, scss/custom/angular-pages/_sidebar.scss */
.collectionFilterSort > fieldset {
  border-bottom: 1px solid #333333;
}

/* line 93, scss/custom/angular-pages/_sidebar.scss */
.collectionFilterSort > fieldset.blog-sort {
  border-bottom: 0;
}

/* line 98, scss/custom/angular-pages/_sidebar.scss */
.collectionFilterSort .scroll-box {
  max-height: 175px;
  min-height: 94px;
  height: auto;
  width: 95%;
  overflow-y: auto;
  display: inline-block;
  margin-bottom: 15px;
}

/* line 108, scss/custom/angular-pages/_sidebar.scss */
.collectionFilterSort .sideBar__footer {
  text-align: right;
  border-bottom: 0;
}

/* line 300, scss/_mixins.scss */
.collectionFilterSort .legend-and-button:before, .collectionFilterSort .legend-and-button:after {
  display: table;
  content: " ";
}

/* line 306, scss/_mixins.scss */
.collectionFilterSort .legend-and-button:after {
  clear: both;
}

/* line 118, scss/custom/angular-pages/_sidebar.scss */
.collectionFilterSort .legend-and-button legend {
  font-size: inherit;
  float: left;
  line-height: 4.2rem;
}

/* line 124, scss/custom/angular-pages/_sidebar.scss */
.collectionFilterSort .legend-and-button button {
  float: right;
  width: auto;
}

/* line 130, scss/custom/angular-pages/_sidebar.scss */
.collectionFilterSort .filter-title {
  font-size: 1.6rem;
  font-weight: bold;
  color: #026666;
}

/* line 137, scss/custom/angular-pages/_sidebar.scss */
.collectionFilterSort .sideBarItem-oneLine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* line 141, scss/custom/angular-pages/_sidebar.scss */
.collectionFilterSort .sideBarItem-oneLine .sideBarItem__label {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 6rem;
  flex: 0 1 6rem;
}

/* line 145, scss/custom/angular-pages/_sidebar.scss */
.collectionFilterSort .sideBarItem-oneLine .sideBarItem__value {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: auto;
  height: 34px;
  border: 1px solid #565656;
  color: #333333;
  font-size: 1.4rem;
  padding-top: 5px;
  padding-bottom: 5px;
}

/* line 158, scss/custom/angular-pages/_sidebar.scss */
.collectionFilterSort .sideBarItem__value.hasDatepicker {
  width: 105px;
}

/* line 163, scss/custom/angular-pages/_sidebar.scss */
.collectionFilterSort .sort-title {
  font-weight: bold;
}

/* line 166, scss/custom/angular-pages/_sidebar.scss */
.collectionFilterSort .md-select-value {
  background-color: #fff;
  height: 3rem;
}

/* line 172, scss/custom/angular-pages/_sidebar.scss */
.collectionFilterSort .hasDatepicker {
  font-size: inherit;
  width: 105px;
  height: 34px;
  border: 1px solid #565656;
  color: #565656;
}

/* line 182, scss/custom/angular-pages/_sidebar.scss */
.collectionFilterSort .sideBarItem_list md-list-item, .collectionFilterSort .sideBarItem_list md-list-item .md-list-item-inner {
  min-height: 30px;
}

/* line 188, scss/custom/angular-pages/_sidebar.scss */
.collectionFilterSort .sideBarItem_checkbox {
  position: absolute;
  left: 0;
}

/* line 193, scss/custom/angular-pages/_sidebar.scss */
.collectionFilterSort md-checkbox {
  margin: 16px 8px;
  line-height: inherit;
}

/* line 197, scss/custom/angular-pages/_sidebar.scss */
.collectionFilterSort md-checkbox .md-container {
  background-color: #fff;
}

/* line 201, scss/custom/angular-pages/_sidebar.scss */
.collectionFilterSort md-checkbox.md-checked .md-icon {
  background-color: #026666;
}

/* line 204, scss/custom/angular-pages/_sidebar.scss */
.collectionFilterSort md-checkbox .md-icon {
  border-color: #565656;
}

/* line 209, scss/custom/angular-pages/_sidebar.scss */
.collectionFilterSort .sideBarItem_checkboxLabel {
  padding-left: 15px;
}

/* line 213, scss/custom/angular-pages/_sidebar.scss */
.collectionFilterSort ::-webkit-scrollbar {
  all: unset;
}

/* line 216, scss/custom/angular-pages/_sidebar.scss */
.collectionFilterSort ::-webkit-scrollbar:vertical {
  width: 15px;
}

/* line 220, scss/custom/angular-pages/_sidebar.scss */
.collectionFilterSort ::-webkit-scrollbar-thumb {
  background-color: #D8D8D8;
  border-radius: 10px;
}

/* line 225, scss/custom/angular-pages/_sidebar.scss */
.collectionFilterSort ::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #ffffff;
}
