@charset "UTF-8";
/**
 * Default Variables.
 *
 * Modify this file to provide default Bootstrap Framework variables. The
 * Bootstrap Framework will not override any variables defined here because it
 * uses the `!default` flag which will only set their default if not already
 * defined here.
 *
 * You can copy existing variables directly from the following file:
 * ./THEMENAME/bootstrap/assets/stylesheets/bootstrap/_variables.scss
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

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

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "⛺";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "¥";
}

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

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

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

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

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

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

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

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

table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

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

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
  input[type=time].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control {
    line-height: 34px;
  }
  input[type=date].input-sm,
  .input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date],
  input[type=time].input-sm,
  .input-group-sm > .input-group-btn > input[type=time].btn,
  .input-group-sm input[type=time],
  input[type=datetime-local].input-sm,
  .input-group-sm > .input-group-btn > input[type=datetime-local].btn,
  .input-group-sm input[type=datetime-local],
  input[type=month].input-sm,
  .input-group-sm > .input-group-btn > input[type=month].btn,
  .input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg,
  .input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date],
  input[type=time].input-lg,
  .input-group-lg > .input-group-btn > input[type=time].btn,
  .input-group-lg input[type=time],
  input[type=datetime-local].input-lg,
  .input-group-lg > .input-group-btn > input[type=datetime-local].btn,
  .input-group-lg input[type=datetime-local],
  input[type=month].input-lg,
  .input-group-lg > .input-group-btn > input[type=month].btn,
  .input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9 ;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type=radio][disabled], input[type=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
  .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type=radio],
  .navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  margin-top: 10px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #666;
}
.breadcrumb > .active {
  color: #666;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager:before, .pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #777777;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

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

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

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

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}
.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
}
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: "‹";
}
.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .filter-wrapper:before, .clearfix:after, .filter-wrapper:after {
  content: " ";
  display: table;
}
.clearfix:after, .filter-wrapper:after {
  clear: both;
}

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

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
/**
 * AJAX (throbber) styling.
 */
@keyframes glyphicon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.glyphicon-spin {
  display: inline-block;
  animation: glyphicon-spin 1s infinite linear;
}

a .glyphicon-spin {
  display: inline-block;
  text-decoration: none;
}

html.js .btn .ajax-throbber {
  margin-left: 0.5em;
  margin-right: -0.25em;
}
html.js .form-item .input-group-addon .glyphicon {
  color: #777777;
  opacity: 0.5;
  transition: 150ms color, 150ms opacity;
}
html.js .form-item .input-group-addon .glyphicon.glyphicon-spin {
  color: #337ab7;
  opacity: 1;
}
html.js .form-item .input-group-addon .input-group-addon {
  background-color: rgb(255, 255, 255);
}
html.js .ajax-new-content:empty {
  display: none !important;
}

/**
 * Alert styling.
 */
.alert-sm {
  padding: 5px 10px;
}

.alert a {
  font-weight: bold;
}

.alert-success a, .alert-success a:hover, .alert-success a:focus {
  color: #2b542c;
}

.alert-info a, .alert-info a:hover, .alert-info a:focus {
  color: #245269;
}

.alert-warning a, .alert-warning a:hover, .alert-warning a:focus {
  color: #66512c;
}

.alert-danger a, .alert-danger a:hover, .alert-danger a:focus {
  color: #843534;
}

.cds-block-banner .alert {
  margin-bottom: 0;
}

/**
 * $file
 * Visual styles for fields.
 */
.field--label {
  font-weight: bold;
}

.field--label-inline .field--label,
.field--label-inline .field--items {
  float: left; /*LTR*/
}

.field--label-inline .field--label,
.field--label-inline > .field--item,
.field--label-inline .field--items {
  padding-right: 0.5em;
}

[dir=rtl] .field--label-inline .field--label,
[dir=rtl] .field--label-inline .field--items {
  padding-left: 0.5em;
  padding-right: 0;
  float: right; /*RTL*/
}

.field--label-inline .field--label::after {
  content: ":";
}

/**
 * File (and Image Widget) styles.
 */
.file {
  display: table;
  font-size: 75%;
  font-weight: 700;
  margin: 5px 0;
  width: 100%;
}
.file > span {
  background: #fff;
  color: #337ab7;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.file > span:first-child {
  border-left: 1px solid #ccc;
}
.file > span:last-child {
  border-right: 1px solid #ccc;
}
.file > .tabledrag-changed {
  background: #fcf8e3;
  border-radius: 0;
  color: #8a6d3b;
  display: table-cell;
  padding: 0 1em;
  top: 0;
  vertical-align: middle;
  border-left: 1px solid inherit;
}
.file > .tabledrag-changed, .file > .tabledrag-changed:last-child {
  border: 1px solid #f7e1b5;
}

.file-icon {
  display: table-cell;
  font-size: 150%;
  padding: 0.25em 0.5em;
  text-align: center;
  vertical-align: middle;
}

.file-link {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.file-link a, .file-link a:hover, .file-link a:focus, .file-link a:active {
  color: inherit;
}

.file-size {
  display: table-cell;
  padding: 0 1em;
  text-align: right;
  white-space: pre;
  vertical-align: middle;
}

.image-widget.row {
  overflow: hidden;
}

/**
 * Filter styles.
 */
.filter-wrapper {
  background-color: #fff;
  border: 1px solid #ddd;
  border-top: 0;
  border-radius: 0 0 0px 0px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 0;
  padding: 10px;
  height: 51px;
}

.filter-help {
  float: right;
  line-height: 1;
  margin: 0.5em 0 0;
}

.nav.nav-tabs.filter-formats {
  margin-bottom: 15px;
}

/**
 * Form styles.
 */
table .checkbox.form-no-label, table .radio.form-no-label {
  margin-bottom: 0;
  margin-top: 0;
}

.select-wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
}
.form-inline .select-wrapper {
  width: auto;
}
.input-group .select-wrapper {
  display: table-cell;
}
.input-group .select-wrapper:first-child .form-control:first-child {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.input-group .select-wrapper:last-child .form-control:first-child {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.select-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1;
  padding-right: 2em;
}
.select-wrapper select::-ms-expand {
  opacity: 0;
}
.select-wrapper:after {
  color: #337ab7;
  content: "▼";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-top: -0.5em;
  padding-right: 0.5em;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 10;
}
.has-glyphicons .select-wrapper:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e114";
  display: inline-block;
  font-family: "Glyphicons Halflings";
}
.has-error .select-wrapper:after {
  color: #a94442;
}
.has-success .select-wrapper:after {
  color: #3c763d;
}
.has-warning .select-wrapper:after {
  color: #8a6d3b;
}

.form-required:after {
  background-image: url(../images/required.svg);
  background-size: 10px 7px;
  content: "";
  display: inline-block;
  vertical-align: super;
  line-height: 1;
  height: 7px;
  width: 10px;
}

.form-actions .btn, .form-actions .btn-group {
  margin-right: 10px;
}
.form-actions .btn-group .btn {
  margin-right: 0;
}

/**
 * Icon styles.
 */
a.icon-before .glyphicon, a .glyphicon.icon-before {
  margin-right: 0.25em;
}
a.icon-after .glyphicon, a .glyphicon.icon-after {
  margin-left: 0.25em;
}

.btn.icon-before .glyphicon, .btn .glyphicon.icon-before {
  margin-left: -0.25em;
  margin-right: 0.25em;
}
.btn.icon-after .glyphicon, .btn .glyphicon.icon-after {
  margin-left: 0.25em;
  margin-right: -0.25em;
}

/**
 * Navbar styling.
 */
body {
  position: relative;
}
body.navbar-is-static-top {
  margin-top: 0;
}
body.navbar-is-fixed-top {
  margin-top: 95px;
}
body.navbar-is-fixed-bottom {
  padding-bottom: 95px;
}
@media screen and (min-width: 768px) {
  body {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  body.toolbar-vertical.navbar-is-fixed-top .toolbar-bar, body.toolbar-vertical.navbar-is-fixed-bottom .toolbar-bar {
    position: fixed;
  }
  body.toolbar-vertical.navbar-is-fixed-top header, body.toolbar-vertical.navbar-is-fixed-bottom header {
    z-index: 500;
  }
  body.toolbar-vertical.navbar-is-fixed-top header {
    top: 39px;
  }
}

@media screen and (min-width: 768px) {
  .navbar.container {
    max-width: 738px;
  }
}
@media screen and (min-width: 992px) {
  .navbar.container {
    max-width: 962px;
  }
}
@media screen and (min-width: 1200px) {
  .navbar.container {
    max-width: 1170px;
  }
}

.navbar .logo {
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 992px) {
  .navbar .logo {
    margin-right: 0;
    padding-left: 0;
  }
}

/**
 * Node styling.
 */
.is-unpublished {
  background-color: #fff4f4;
}

.node-preview-container {
  margin-top: -15px;
}

.node-preview-form-select {
  padding: 15px;
}

/**
 * Panel styling.
 */
.panel-title {
  display: block;
  margin: -10px -15px;
  padding: 10px 15px;
}
.panel-title, .panel-title:hover, .panel-title:focus, .panel-title:hover:focus {
  color: inherit;
}
.panel-title:focus, .panel-title:hover {
  text-decoration: none;
}

/**
 * Progress bar styles.
 */
.progress-wrapper {
  margin-bottom: 15px;
}
.progress-wrapper:last-child .progress {
  margin-bottom: 5px;
}
.progress-wrapper .message {
  font-weight: 700;
  margin-bottom: 5px;
}
.progress-wrapper .percentage,
.progress-wrapper .progress-label {
  font-size: 12px;
}
.progress-wrapper .progress-bar {
  min-width: 2em;
}

/**
 * Table drag styles.
 */
.tabledrag-toggle-weight {
  float: right;
  margin: 1px 2px 1px 10px;
}

.tabledrag-changed-warning {
  margin: 0;
  overflow: hidden;
}

.tabledrag-handle {
  color: #777777;
  cursor: move;
  float: left;
  font-size: 125%;
  line-height: 1;
  margin: -10px 0 0 -10px;
  padding: 10px;
}
.tabledrag-handle:hover, .tabledrag-handle:focus {
  color: #337ab7;
}

.indentation {
  float: left; /* LTR */
  height: 1.7em;
  margin: -0.4em 0.2em -0.4em -0.4em; /* LTR */
  padding: 0.42em 0 0.42em 0.6em; /* LTR */
  width: 20px;
}
[dir=rtl] .indentation {
  float: right;
  margin: -0.4em -0.4em -0.4em 0.2em;
  padding: 0.42em 0.6em 0.42em 0;
}

/**
 * Tabs and local action styles.
 */
.local-actions {
  margin: 10px 0 10px -5px;
}

.tabs--secondary {
  margin: 10px 0 5px;
}

/**
 * Missing Bootstrap 2 tab styling.
 * $see http://stackoverflow.com/questions/18432577/stacked-tabs-in-bootstrap-3
 * $see http://bootply.com/74926
 */
.tabbable {
  margin-bottom: 20px;
}

.tabs-below > .nav-tabs, .tabs-left > .nav-tabs, .tabs-right > .nav-tabs {
  border-bottom: 0;
}
.tabs-below > .nav-tabs .summary, .tabs-left > .nav-tabs .summary, .tabs-right > .nav-tabs .summary {
  color: #777777;
  font-size: 12px;
}

.tab-pane > .panel-heading {
  display: none;
}

.tab-content > .active {
  display: block;
}

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover, .tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs,
.tabs-right > .nav-tabs {
  padding-bottom: 20px;
  width: 220px;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li:focus,
.tabs-right > .nav-tabs > li:focus {
  outline: 0;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs > li > a:focus,
.tabs-right > .nav-tabs > li > a:focus {
  outline: 0;
}
.tabs-left > .tab-content,
.tabs-right > .tab-content {
  border-radius: 0 4px 4px 4px;
  border: 1px solid #ddd;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  padding: 10px 15px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: -1px;
}
.tabs-left > .nav-tabs > li > a {
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover, .tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #ddd #eeeeee #eeeeee;
}
.tabs-left > .nav-tabs > .active > a,
.tabs-left > .nav-tabs > .active > a:hover,
.tabs-left > .nav-tabs > .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
}

.tabs-right > .nav-tabs {
  float: right;
  margin-left: -1px;
}
.tabs-right > .nav-tabs > li > a {
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover, .tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #ddd;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
}
.tabs-right > .nav-tabs > .active > a,
.tabs-right > .nav-tabs > .active > a:hover,
.tabs-right > .nav-tabs > .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
}

/**
 * Toolbar module styling.
 */
body.toolbar-fixed .toolbar-oriented .toolbar-bar {
  z-index: 1031;
}
body.toolbar-fixed .navbar-fixed-top {
  top: 39px;
}
body.toolbar-fixed.toolbar-horizontal.toolbar-tray-open .navbar-fixed-top {
  top: 79px;
}
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open .navbar-fixed-top {
  left: 240px;
}
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed {
  margin-left: 240px;
}
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed .toolbar-tray {
  padding-bottom: 40px;
}
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed .toolbar-tray, body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed .toolbar-tray > .toolbar-lining:before {
  width: 240px;
}

body.toolbar-loading {
  margin-top: 0;
}
body.toolbar-loading.toolbar {
  margin-bottom: 15px;
}

/* Needs to be imported before artifact */
.artifact {
  border: 1px solid #e7e7e7;
}
.artifact.teaser {
  padding: 0 15px 15px;
  border: none;
}
.artifact.teaser .field--name-field-publisher {
  margin: 5px 0 10px 0;
}
.artifact .field--type-entity-reference-revisions {
  border-top: 1px solid #e7e7e7;
  padding: 5px 15px;
}
.artifact .field--type-entity-reference-revisions.field--name-field-recommendation-statement {
  border-top: 0;
}
.artifact .field--type-entity-reference-revisions.field--name-field-recommendation-statement > .field--item {
  border-top: 1px solid #e7e7e7;
}
.artifact .field--type-entity-reference-revisions.field--name-field-recommendation-statement > .field--item:first-child {
  padding-bottom: 10px;
}
.artifact .field--type-entity-reference-revisions > .field--label {
  font-size: 1.2em;
  text-transform: uppercase;
}
.artifact .field--type-entity-reference-revisions .field--label {
  font-weight: 600;
  margin: 10px 0 5px;
}
.artifact .field--type-entity-reference-revisions.field--name-field-repository-information {
  border-bottom: 1px solid #e7e7e7;
}
.artifact .artifact-base-fields {
  border-bottom: 1px solid #e7e7e7;
}
.artifact .artifact-base-fields,
.artifact .artifact-creation-fields {
  padding: 15px;
}
.artifact .artifact-base-fields h3,
.artifact .artifact-creation-fields h3 {
  font-weight: 600;
  font-size: 1.2em;
  text-transform: uppercase;
}
.artifact .artifact-base-fields .field--label,
.artifact .artifact-creation-fields .field--label {
  margin: 10px 0 5px;
}
.artifact .field.knowledge-level {
  padding: 15px;
}
.artifact .field.knowledge-level .field--label {
  font-size: 1.2em;
  margin-bottom: 1em;
}
.artifact .field.artifact-knowledge-level .btn-group > span.btn {
  cursor: default;
}
.artifact .field.artifact-knowledge-level .btn-group > a.btn.btn-info {
  color: #fff;
  background-color: #224DBB;
  border-color: #2e6da4;
}
.artifact .field.artifact-knowledge-level .btn-group > a.btn.btn-info:focus, .artifact .field.artifact-knowledge-level .btn-group > a.btn.btn-info.focus {
  color: #fff;
  background-color: #1a3b90;
  border-color: #122b40;
}
.artifact .field.artifact-knowledge-level .btn-group > a.btn.btn-info:hover {
  color: #fff;
  background-color: #1a3b90;
  border-color: #204d74;
}
.artifact .field.artifact-knowledge-level .btn-group > a.btn.btn-info:active, .artifact .field.artifact-knowledge-level .btn-group > a.btn.btn-info.active, .open > .artifact .field.artifact-knowledge-level .btn-group > a.btn.btn-info.dropdown-toggle {
  color: #fff;
  background-color: #1a3b90;
  border-color: #204d74;
}
.artifact .field.artifact-knowledge-level .btn-group > a.btn.btn-info:active:hover, .artifact .field.artifact-knowledge-level .btn-group > a.btn.btn-info:active:focus, .artifact .field.artifact-knowledge-level .btn-group > a.btn.btn-info:active.focus, .artifact .field.artifact-knowledge-level .btn-group > a.btn.btn-info.active:hover, .artifact .field.artifact-knowledge-level .btn-group > a.btn.btn-info.active:focus, .artifact .field.artifact-knowledge-level .btn-group > a.btn.btn-info.active.focus, .open > .artifact .field.artifact-knowledge-level .btn-group > a.btn.btn-info.dropdown-toggle:hover, .open > .artifact .field.artifact-knowledge-level .btn-group > a.btn.btn-info.dropdown-toggle:focus, .open > .artifact .field.artifact-knowledge-level .btn-group > a.btn.btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #152f72;
  border-color: #122b40;
}
.artifact .field.artifact-knowledge-level .btn-group > a.btn.btn-info:active, .artifact .field.artifact-knowledge-level .btn-group > a.btn.btn-info.active, .open > .artifact .field.artifact-knowledge-level .btn-group > a.btn.btn-info.dropdown-toggle {
  background-image: none;
}
.artifact .field.artifact-knowledge-level .btn-group > a.btn.btn-info.disabled:hover, .artifact .field.artifact-knowledge-level .btn-group > a.btn.btn-info.disabled:focus, .artifact .field.artifact-knowledge-level .btn-group > a.btn.btn-info.disabled.focus, .artifact .field.artifact-knowledge-level .btn-group > a.btn.btn-info[disabled]:hover, .artifact .field.artifact-knowledge-level .btn-group > a.btn.btn-info[disabled]:focus, .artifact .field.artifact-knowledge-level .btn-group > a.btn.btn-info[disabled].focus, fieldset[disabled] .artifact .field.artifact-knowledge-level .btn-group > a.btn.btn-info:hover, fieldset[disabled] .artifact .field.artifact-knowledge-level .btn-group > a.btn.btn-info:focus, fieldset[disabled] .artifact .field.artifact-knowledge-level .btn-group > a.btn.btn-info.focus {
  background-color: #224DBB;
  border-color: #2e6da4;
}
.artifact .field.artifact-knowledge-level .btn-group > a.btn.btn-info .badge {
  color: #224DBB;
  background-color: #fff;
}
.artifact .field.artifact-knowledge-level .btn-group > span.btn.btn-default {
  background-color: #E9E9E9;
}
.artifact .field.artifact-knowledge-level .btn-group > span.btn.btn-default:hover,
.artifact .field.artifact-knowledge-level .btn-group > span.btn.btn-default:active {
  background-color: #E9E9E9;
  border-color: #ccc;
  box-shadow: none;
}
.artifact .field.artifact-knowledge-level #knowledge-level-button {
  border: none;
  background-color: transparent;
  border: transparent solid 2px;
}
.artifact .field.artifact-knowledge-level #knowledge-level-button:focus {
  border: darkgray dotted 2px;
}
.artifact .field.related-artifacts {
  padding: 15px;
}
.artifact .field--name-field-version,
.artifact .field--name-field-status {
  float: left;
  width: 33%;
}
.artifact .field--name-field-steward {
  float: left;
  width: 50%;
}

.field--label {
  font-weight: 600;
  margin: 10px 0 5px;
}

.field--name-field-keywords a,
.views-field-field-keywords a {
  position: relative;
  padding: 4px 12px;
  margin: 5px 5px 5px 0;
  text-decoration: none;
  font-size: 0.9em;
  border-radius: 50px;
  display: inline-block;
  color: #fff;
  background-color: #224DBB;
  border: 1px solid #224DBB;
  transition: color 0s;
  white-space: nowrap;
}
.field--name-field-keywords a:hover,
.views-field-field-keywords a:hover {
  color: #224DBB;
  background-color: #fff;
}

.views-field-field-keywords a {
  display: inline-block;
}

.cds-keywords .field--item {
  display: inline-block;
}

.field--name-field-clinical-domain .field--item {
  display: inline-block;
}
.field--name-field-clinical-domain .field--item a {
  background: url(/themes/custom/cds_connect/images/icon_domains.png) top left no-repeat;
  background-size: contain;
  white-space: nowrap;
  margin-right: 20px;
  color: #555;
  font-weight: normal;
  font-size: 1.265rem;
  padding-left: 20px;
}

.field-content.clinical-domain-terms a {
  background: url(/themes/custom/cds_connect/images/icon_domains.png) top left no-repeat;
  background-size: contain;
  padding-left: 25px;
  white-space: nowrap;
  margin-right: 20px;
  font-size: 0.9em;
  font-weight: bold;
  color: #555;
}

.field--name-field-mesh-topics .field--item {
  display: inline-block;
  padding-bottom: 4px;
}
.field--name-field-mesh-topics .field--item a {
  background: url(/themes/custom/cds_connect/images/icon_domains.png) top left no-repeat;
  background-size: contain;
  white-space: nowrap;
  margin-right: 20px;
  color: #555;
  font-weight: normal;
  font-size: 1.265rem;
  padding-left: 20px;
}

.field-content.mesh a {
  background: url(/themes/custom/cds_connect/images/icon_domains.png) top left no-repeat;
  background-size: contain;
  padding-left: 25px;
  white-space: nowrap;
  margin-right: 20px;
  font-size: 0.9em;
  font-weight: bold;
  color: #555;
}

.artifact .preview-image img {
  width: 180px;
  margin-right: 20px;
  margin-bottom: 220px;
}

/* Style tables entered in rich text editor */
.artifact .field--item table td,
.artifact .field--item table th {
  padding: 5px 5px 15px 0;
  vertical-align: top;
}
.artifact .field--item table th {
  font-weight: bold;
}

.artifact-teaser-container {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d7d7d7;
  padding: 1em 0;
  margin: 0;
}
.artifact-teaser-container .bs-region--left {
  width: 70px;
  padding: 0;
}
.artifact-teaser-container .bs-region--left .teaser-date {
  color: white;
  font-weight: 900;
  text-align: center;
  position: absolute;
  top: 20%;
  left: 10%;
  width: 80%;
  font-size: 18px;
}
.artifact-teaser-container .bs-region--left .teaser-date:first-line {
  font-weight: 100;
  font-size: 14px;
}
.artifact-teaser-container .bs-region--right {
  padding-left: 20px;
  width: 80%;
}
.artifact-teaser-container .bs-region--right .title-and-mesh-box {
  display: inline-flex;
}
.artifact-teaser-container .bs-region--right .title-and-mesh-box .teaser-title {
  color: #224DBB;
  word-wrap: normal;
  font-size: 1.4em;
}
.artifact-teaser-container .bs-region--right .title-and-mesh-box .teaser-title a {
  font-weight: 900;
  color: #006aaa;
  padding-right: 1em;
}
.artifact-teaser-container .bs-region--right .title-and-mesh-box .teaser-mesh-term {
  display: inline-flex;
}
.artifact-teaser-container .bs-region--right .title-and-mesh-box .teaser-mesh-term .field--item a {
  background-color: #006AAA;
  color: #FFF;
  margin: 0.5em 1em 0.2em 0;
  border-radius: 20px;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  display: inline-flex;
  cursor: pointer;
}
.artifact-teaser-container .bs-region--right .date-label {
  cursor: pointer;
  padding-right: 0.5em;
  font-weight: bold;
}
.artifact-teaser-container .bs-region--right .date-value {
  padding-right: 1em;
}

.teaser-publisher,
.teaser-artifact-type {
  display: flex;
  align-items: flex-start;
}
.teaser-publisher div,
.teaser-artifact-type div {
  margin: 0;
  padding-right: 5px;
}

.teaser-artifact-type .field--label {
  display: none;
}
.teaser-artifact-type .field--item .artifact-type-icon,
.teaser-artifact-type .field--item a {
  color: #4D4D4D;
  text-transform: uppercase;
}

.teaser-clinical-domain .field--item h2 {
  margin: 0;
  padding: 0;
}
.teaser-clinical-domain .field--item a {
  font-size: 0.6em;
}

.form-group {
  margin-bottom: 2em;
}
.form-group .field--type-entity-reference .form-item {
  display: flex;
  flex-direction: column;
}

.description.help-block {
  order: -1;
}

.form-group .form-item label {
  order: -2;
  align-self: start;
}

.form-group .form-item button.tabledrag-toggle-weight {
  width: 150px;
  align-self: end;
}

.text-format-wrapper > form-item {
  display: contents;
}

.text-format-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.form-type-textarea {
  display: contents;
}

.btn.btn-primary {
  min-width: 200px;
  height: 50px;
  color: #FFF;
  background-color: #0D36A5;
  border: none;
}

.simple-button {
  background-color: #0D36A5;
  color: #FFF;
  padding-top: 14px;
  padding-right: 40px;
  padding-bottom: 16px;
  padding-left: 40px;
  border-radius: 4px;
  display: inline-block;
  margin: 0 15px;
}
.simple-button:hover {
  color: #FFF;
  text-decoration: none;
}

.cds-button {
  background-color: #224DBB;
  color: #FFF;
  font-weight: bold;
  padding: 10px 40px;
  border-radius: 4px;
  display: inline-block;
  margin: 0 15px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
.cds-button:hover {
  color: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  text-decoration: none;
}
.cds-button:active {
  color: #FFF;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  background-color: #4b75de;
}
.cds-button:visited {
  color: #FFF;
}
.cds-button:focus {
  color: #FFF;
  outline-width: 2px;
  outline-style: dotted;
  outline-color: #000;
  outline-offset: 1px;
}
.cds-button.cds-button--large {
  font-size: 1.66em;
  padding: 15px 80px;
}
.cds-button.cds-button__icon {
  color: #FFF;
  height: 130px;
  text-transform: uppercase;
  padding-top: 95px;
  font-size: 0.9em;
}
.cds-button.cds-button__icon:focus {
  outline-width: 2px;
  outline-style: dotted;
  outline-color: #000;
  outline-offset: 1px;
}
.cds-button.cds-button--grow {
  background: #224dbb url(/themes/custom/cds_connect/images/icon_growRepository.png) 50% 30% no-repeat;
}
.cds-button.cds-button--join {
  background: #224dbb url(/themes/custom/cds_connect/images/icon_joinWorkgroup.png) 50% 30% no-repeat;
}
.cds-button.cds-button--register {
  background: #224dbb url(/themes/custom/cds_connect/images/icon-circle-logo-register.png) 50% 30% no-repeat;
}
.cds-button.cds-button.cds-button--jandg {
  background-color: #224dbb;
  background-repeat: no-repeat;
  background-position: 20% 25%, 80% 25%;
  background-image: url(/themes/custom/cds_connect/images/icon_joinWorkgroup.png), url(/themes/custom/cds_connect/images/icon_growRepository.png);
}

.boxout.body-callout__right {
  display: block;
  position: relative;
  background-color: #f3f3f3;
  float: right;
  width: 250px;
  padding: 10px;
  border-radius: 10px;
  margin: 15px 0 20px 20px;
  top: 0;
}
.boxout.body-callout__right h2 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #812695;
  margin-top: 10px;
  padding-top: 0;
}

.boxout.default {
  float: right;
  width: 45%;
  margin: 0.4em 0 0.4em 1em;
  background: #e6ecef;
  padding: 0.5em;
  border-top: 6px solid #f2b250;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  line-height: 1.4;
}

.boxout.default p {
  line-height: 1.4;
}

.boxout.default p:last-child {
  margin-bottom: 0;
}

.boxout.plain {
  float: none;
  margin: 0.4em 0 0.4em 0;
  background: #efefef;
  padding: 0.4em;
  border: 1px solid #ccc;
  width: 100%;
}

/* Contact page(s) styles */
.contact-person {
  margin-bottom: 30px;
  line-height: 1.5em;
}

p.contact-title:last-child {
  margin-bottom: 30px;
}

footer.cds-footer {
  color: white;
  margin: 0 -9999rem;
  padding: 0.25rem 9999rem;
  background: linear-gradient(to bottom, #006aaa 0%, #0079c1 3%, #1986c7 100%);
}
@media (min-width: 768px) {
  footer.cds-footer {
    padding: 0 calc((100vw - 768px + 30px * 2) / 2);
    margin: 0 calc(-1 * ((100vw - 768px) / 2 + 30px));
  }
}
@media (min-width: 992px) {
  footer.cds-footer {
    padding: 0 calc((100vw - 992px + 30px * 2) / 2);
    margin: 0 calc(-1 * ((100vw - 992px) / 2 + 30px));
  }
}
@media (min-width: 1200px) {
  footer.cds-footer {
    padding: 0 calc((100vw - 1200px + 30px * 2) / 2);
    margin: 0 calc(-1 * ((100vw - 1200px) / 2 + 30px));
  }
}
footer.cds-footer div.cds-footer__container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 1em 4em;
}
footer.cds-footer div.cds-footer__container div.cds-footer__header {
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
}
footer.cds-footer .cds-footer__links {
  display: flex;
  font-size: 0.9em;
}
footer.cds-footer a {
  display: block;
  color: white;
  box-sizing: border-box;
  margin: 0 20px;
  cursor: pointer;
  white-space: nowrap;
}
footer.cds-footer a:focus {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  footer.cds-footer .footer-wide {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  footer.cds-footer .footer-wide {
    display: flex;
    font-size: 0.9em;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  footer.cds-footer .footer-wide {
    display: flex;
    font-size: 0.9em;
  }
}
@media only screen and (min-width: 1200px) {
  footer.cds-footer .footer-wide {
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  footer.cds-footer .footer-mobile {
    display: flex;
    font-size: 0.9em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  footer.cds-footer .footer-mobile {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  footer.cds-footer .footer-mobile {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  footer.cds-footer .footer-mobile {
    display: none;
  }
}

#block-homecta {
  margin-top: 30px;
}

.homepage-block {
  width: 47%;
  height: 360px;
  overflow: hidden;
  position: relative;
  float: left;
  margin: 5px 28px 28px 5px;
  border: 2px solid #dedede;
  border-radius: 4px;
  background-color: white;
}

.homepage-block.cds-box, .homepage-block.half-block-second {
  margin-right: 0;
}

.homepage-half-block {
  height: 340px;
}

.homepage-block .background-image {
  position: relative;
  z-index: 4;
  margin: -5px;
}

.homepage-block .text-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
  color: #fff;
  padding: 20px;
}

.homepage-block .text-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
  z-index: 6;
}

.homepage-block .text-bottom a {
  color: #fff;
  text-decoration: underline;
}

.homepage-block .text-overlay .text-header img {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.homepage-block .text-overlay .text-body {
  clear: both;
}

.homepage-block .text-overlay .text-body a {
  text-decoration: none !important;
}

.homepage-block .text-overlay a {
  color: #fff;
}

.homepage-block .text-overlay h2 {
  margin-top: 0;
  padding-top: 20px;
  font-size: 24px;
  font-family: "Code-Pro-LC", sans-serif;
  font-weight: normal;
}

.homepage-block .half-overlay {
  position: absolute;
  z-index: 7;
  top: 150px;
  left: 20px;
}

.homepage-block .half-image img {
  max-width: 100%;
}

.homepage-block .half-overlay a {
  color: #fff;
}

.homepage-block .half-overlay h2 {
  font-size: 24px;
  margin: 0;
  font-family: "Code-Pro-LC", sans-serif;
  font-weight: normal;
}

.homepage-block .box-text {
  padding: 10px 20px;
}

@media only screen and (min-width: 811px) and (max-width: 1974px) {
  .homepage-block .background-image {
    width: 200%;
  }
  .homepage-block .background-image img {
    height: 500px;
  }
  .homepage-block .half-overlay {
    top: 100px;
  }
  .homepage-half-block {
    height: 340px;
  }
}
@media only screen and (max-width: 810px) {
  .homepage-block, .homepage-half-block {
    height: auto;
    width: 98%;
  }
  .pcor-box {
    background: #0f5b85;
  }
  .cds-box {
    background: #1b40b6;
  }
  .homepage-block .text-overlay {
    position: relative;
    margin: 0;
  }
  .homepage-block .text-bottom {
    position: relative;
    margin: 20px 0 0 0;
  }
  .homepage-block .background-image {
    display: none;
  }
  .homepage-block .half-overlay {
    top: 80px;
  }
  .homepage-block .half-overlay h2 {
    font-size: 20px;
    font-family: "Code-Pro-LC", sans-serif;
    font-weight: normal;
  }
}
@media only screen and (min-width: 581px) and (max-width: 810px) {
  .homepage-block {
    margin-right: 10px;
    height: 340px;
  }
  .homepage-half-block {
    width: 47%;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 581px) {
  .homepage-half-block {
    width: 98%;
  }
  .homepage-block .half-overlay {
    top: 100px;
  }
}
.cdsChainLink img {
  color: white;
  width: 10px;
}

#cdsChainLinkIcon {
  fill: white;
}

.cds-landing-page {
  background: url(/themes/custom/cds_connect/images/landing-background3.jpg) 50% 50% no-repeat;
  background-size: cover;
  padding-bottom: 50px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  font-family: OpenSans, Arial, Helvetica;
  color: #444;
}
.cds-landing-page h1 {
  text-align: center;
  margin: 10px 0 30px;
  padding-top: 140px;
  padding-bottom: 30px;
  font-size: 24pt;
}
.cds-landing-page h3 {
  font-size: 18px;
}
.cds-landing-page .lead-paragraph {
  font-weight: bold;
  font-size: 120%;
  line-height: 1.5em;
  padding: 0px 0px;
  margin-bottom: 20px;
}
.cds-landing-page .paragraph {
  line-height: 1.5em;
  padding: 0px 0px;
  margin-bottom: 20px;
}
.cds-landing-page div > div.row {
  padding-bottom: 60px;
}
.cds-landing-page div > div > div > iframe {
  width: 100%;
}

.learn-more {
  padding: 100px 0 80px;
  text-align: center;
}

.get-involved-block {
  padding-top: 40px;
  padding-bottom: 20px;
  text-align: center;
}
.get-involved-block .cds-center-block {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.get-involved-block .cds-center-block .cds-button__icon {
  margin-bottom: 15px;
}
.get-involved-block h3 {
  text-transform: uppercase;
  font-size: 13pt;
  margin-bottom: 20px;
  margin-left: 15px;
}

/* Temporary styling for the Explore page */
#block-views-block-featured-cds-artifacts-block-1 {
  margin: 50px 0 50px 0;
  border-top: 1px solid #ddd;
  padding-top: 50px;
}
#block-views-block-featured-cds-artifacts-block-1 .view-header {
  font-size: 14pt;
  font-weight: 600;
}
#block-views-block-featured-cds-artifacts-block-1 .view-content {
  border: 1px solid #ddd;
  padding: 5px 25px;
  margin-top: 25px;
  border-radius: 5px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
}
#block-views-block-featured-cds-artifacts-block-1 .view-content .field.field--name-field-clinical-domain .field--item {
  display: inline-block;
  margin-right: 15px;
}
#block-views-block-featured-cds-artifacts-block-1 .view-content .node-readmore {
  margin-top: 20px;
}

/* ----- governance page classes ------ */
.organization-diagram {
  margin-top: 60px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ddd;
}
.organization-diagram .role-note {
  margin-bottom: 40px;
}
.organization-diagram .minor-note {
  font-size: 0.9em;
  font-style: italic;
  color: #555;
}
.organization-diagram .diagram-img img {
  width: 100%;
  max-width: 600px;
}

/* governance roles block */
/* Temporary styles based on the id of the block */
#block-artifactcreationandmanagementroles {
  margin: 40px 0 0;
}

.content-roles {
  padding-bottom: 50px;
  border-bottom: 1px solid #ddd;
}
.content-roles img {
  width: 100%;
  max-width: 900px;
  margin-top: 50px;
}

.sub-intro {
  width: 80%;
  text-align: center;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
}

/* Quick style to make the page look more like mockup */
.region-content {
  font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
  margin: 10px auto;
}

.region-sidebar-second {
  font-family: "Open Sans";
  margin: 15px auto;
}

.full-bleed-subdued {
  background-color: #f8f8f8;
  border-top: 1px solid #ddd;
  margin-top: 30px;
  padding-top: 50px;
  padding-bottom: 40px;
  margin-bottom: 20px;
}

.faq-item {
  border-top: 1px solid #ddd;
  margin-top: 20px;
}
.faq-item h2 {
  margin-bottom: 25px;
  font-weight: 600;
}

.author-connect-it-provider > img {
  width: 100%;
}

.patient-partner-descriptions {
  display: flex;
  justify-content: space-between;
  column-gap: 15px;
}
.patient-partner-descriptions * {
  text-align: center;
  min-height: 3em;
}
.patient-partner-descriptions .communities {
  width: 27.5%;
}
.patient-partner-descriptions .authors {
  width: 30%;
}
.patient-partner-descriptions .connect {
  width: 30%;
}
.patient-partner-descriptions .systems {
  width: 30%;
  padding-left: 30px;
}
.patient-partner-descriptions .teams {
  width: 30%;
}
.patient-partner-descriptions .communities-2 {
  width: 25%;
}

.main-container {
  clear: both;
}
@media only screen and (max-width: 991px) {
  .main-container {
    margin-top: 20px;
  }
}
.main-container .main-container__header {
  text-align: center;
}
.main-container .card-title {
  text-align: center;
}
.main-container h1 {
  font-size: 2em;
  padding: 20px 0;
  font-family: "Code-Pro-LC", sans-serif;
}
.main-container h2 {
  font-size: 1.4em;
  font-weight: 600;
  padding: 10px 0;
}
.main-container p {
  padding: 10px 0;
  font-weight: 100;
}

.navbar {
  margin-bottom: 0;
}
.navbar .navbar-header {
  float: none;
  padding: 10px 0;
  margin: 0 auto;
}
@media only screen and (min-width: 1200px) {
  .navbar .navbar-header {
    width: 1170px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar .navbar-header {
    width: 970px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar .navbar-header {
    width: 750px;
  }
}
@media only screen and (max-width: 767px) {
  .navbar .navbar-header {
    width: 100%;
  }
}

.navigation__main .nav > li {
  margin-right: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navigation__main .nav > li {
    margin-right: 10px;
  }
}

.navbar.container {
  max-width: 100%;
  background-color: #1e2f40;
  border: 0;
  border-radius: 0;
}
.navbar.container .menu.navbar-nav {
  margin: 10px;
  width: 95%;
  margin: 0 auto;
}
.navbar.container .menu.navbar-nav li a.is-active {
  background-color: #4A5968;
}
.navbar.container .menu.navbar-nav li.active a {
  background-color: #4A5968;
}
.navbar.container .menu.navbar-nav a {
  color: #FFF;
  border-radius: 5px;
  padding: 10px;
}
.navbar.container .menu.navbar-nav a:hover, .navbar.container .menu.navbar-nav a:active, .navbar.container .menu.navbar-nav a:visited {
  background-color: #4A5968;
}

.region-content nav.tabs {
  margin-bottom: 20px;
}

.navbar.navbar-secondary .navbar-header {
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-secondary.navbar.container {
  background-color: #224DBB;
}
.navbar-secondary.navbar.container .menu.nav.cds-connect-nav > li > a {
  display: inline-block;
}
.navbar-secondary.navbar.container .menu.nav.cds-connect-nav2 {
  display: flex;
  float: none;
  background-color: #F7F7F7;
  margin: 70px -9999rem 0 -9999rem;
  padding: 1rem 9999rem 0 calc(9999rem + 15px);
  border-bottom: 1px solid #ddd;
}
.navbar-secondary.navbar.container .menu.nav.cds-connect-nav2 li {
  margin-bottom: -1px;
}
.navbar-secondary.navbar.container .menu.nav.cds-connect-nav2 li a {
  color: #4D4D4D;
  border-top: 3px solid #F7F7F7;
  white-space: nowrap;
  font-size: 1.2em;
  padding: 25px 30px;
}
.navbar-secondary.navbar.container .menu.nav.cds-connect-nav2 li a.is-active {
  background-color: #fff;
  border-top: 3px solid #006AAA;
  font-weight: 600;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.navbar-secondary.navbar.container .menu.nav.cds-connect-nav2 li a:not(.is-active):hover {
  background-color: #eee;
  border-top: 3px solid #eee;
  border-bottom: 1px solid #ddd;
}
.navbar-secondary.navbar.container .menu.nav.cds-connect-nav2:empty {
  display: none;
}
.navbar-secondary.navbar.container .nav-title {
  color: #FFF;
  font-size: 1.5em;
  padding-right: 50px;
}
.navbar-secondary.navbar.container .nav-title img {
  width: 50px;
  margin: 10px;
}
.navbar-secondary.navbar.container img.nav-logo {
  width: 50px;
  margin: 10px;
  float: left;
}
.navbar-secondary.navbar.container .menu.nav li {
  display: inline-block;
}
.navbar-secondary.navbar.container .menu.nav li a {
  color: #FFF;
  padding: 25px 20px;
  height: 70px;
  border-radius: 0;
}
.navbar-secondary.navbar.container .menu.nav li a:hover {
  background-color: #0D36A5;
}
.navbar-secondary.navbar.container .menu.nav li a.is-active {
  background-color: #0D36A5;
}

/**
 * Hide elements visually, but keep them available for screen-readers.
 *
 * Used for information required for screen-reader users to understand and use
 * the site where visual display is undesirable. Information provided in this
 * manner should be kept concise, to avoid unnecessary burden on the user.
 * "!important" is used to prevent unintentional overrides.
 */
.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
}

.organization-logo {
  margin-bottom: 20px;
}

.topbar {
  white-space: nowrap;
  margin: 0 auto;
}
.topbar .topbar__mobile-menu {
  display: block;
  position: absolute;
  top: 0px;
  right: 10px;
  width: auto;
  margin: 0px;
  padding: 0px;
  background: #6D1A7F !important;
  border-radius: 0px 0px 3px 3px;
  z-index: 9998;
  border-left: 1px solid #FFF;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}
.topbar .topbar__mobile-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.topbar .topbar__mobile-menu ul li {
  display: block;
  float: left;
  width: auto;
  margin: 0;
}
.topbar .topbar__mobile-menu ul li a {
  display: block;
  margin: 0;
  padding: 10px;
  color: #FFF;
}
.topbar .topbar__mobile-menu ul li a img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
}
.topbar .topbar__mobile-nav {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #6D1A7F;
  z-index: 9999;
  overflow: hidden;
}
.topbar .topbar__mobile-nav h2 {
  display: none;
}
.topbar .topbar__mobile-nav nav {
  padding-bottom: 20px;
}
.topbar .topbar__mobile-nav ul {
  float: none;
  padding: 10px;
  margin: 0;
}
.topbar .topbar__mobile-nav ul::before,
.topbar .topbar__mobile-nav ul::after {
  content: "";
  display: none;
  clear: none;
}
.topbar .topbar__mobile-nav li {
  float: none;
  margin: 10px 10px 10px 0px;
}
.topbar .topbar__mobile-nav li a {
  display: block;
  padding: 0 0 8px 0;
  color: #FFF;
  text-shadow: -1px -1px #555;
  text-decoration: underline;
  font: 16px "Code-Pro-LC", sans-serif;
  font-weight: bold;
  border-bottom: 1px solid #999999;
}
.topbar .topbar__mobile-nav li a.is-active {
  text-indent: 20px;
}
.topbar .topbar__mobile-nav li a:hover,
.topbar .topbar__mobile-nav li a:focus {
  background-color: #6D1A7F;
}
.topbar .topbar__mobile-nav #block-cdsconnectglobal-2 .cds-connect-nav {
  background-color: #224DBB;
}
.topbar .topbar__mobile-nav #block-cdsconnectglobal-2 .cds-connect-nav img {
  display: none;
}
.topbar .topbar__mobile-nav #block-cdsconnectglobal-2 .cds-connect-nav2 {
  background-color: #FFAF5A;
}
.topbar .topbar__mobile-nav #block-cdsconnectglobal-2 .cds-connect-nav2 img {
  display: none;
}
.topbar .topbar__mobile-hhs {
  margin-bottom: 10px;
}
.topbar .topbar__hhsbanner,
.topbar .topbar__mobile-hhs {
  background: -webkit-linear-gradient(top, #d1d1d1 0%, #ffffff 100%);
}
@media (min-width: 768px) {
  .topbar .topbar__hhsbanner,
  .topbar .topbar__mobile-hhs {
    padding: 0 calc((100vw - 768px + 30px * 2) / 2);
    margin: 0 calc(-1 * ((100vw - 768px) / 2 + 30px / 2));
  }
}
@media (min-width: 992px) {
  .topbar .topbar__hhsbanner,
  .topbar .topbar__mobile-hhs {
    padding: 0 calc((100vw - 992px + 30px * 2) / 2);
    margin: 0 calc(-1 * ((100vw - 992px) / 2 + 30px / 2));
  }
}
@media (min-width: 1200px) {
  .topbar .topbar__hhsbanner,
  .topbar .topbar__mobile-hhs {
    padding: 0 calc((100vw - 1200px + 30px * 2) / 2);
    margin: 0 calc(-1 * ((100vw - 1200px) / 2 + 30px / 2));
  }
}
.topbar .topbar__hhsbanner a,
.topbar .topbar__hhsbanner .topbar__links,
.topbar .topbar__mobile-hhs a,
.topbar .topbar__mobile-hhs .topbar__links {
  padding: 5px 0;
}
.topbar .topbar__hhsbanner a:hover,
.topbar .topbar__mobile-hhs a:hover {
  text-decoration: none;
}
.topbar .topbar__hhstext {
  color: #4D4D4D;
  padding-left: 5px;
}
.topbar .topbar__links {
  text-align: right;
  margin-top: 3px;
}
.topbar .topbar__links a {
  color: #6D1A7F;
}
.topbar .topbar__links span {
  padding: 0 10px;
}
.topbar .topbar__ahrqbanner img {
  max-width: 100%;
}

#header {
  background-color: #324a64;
  background: linear-gradient(#324a64, #1e2f40);
}

.header {
  white-space: nowrap;
}
.header .header__stripe {
  width: 20.5%;
  position: relative;
  overflow: hidden;
  height: 15px;
  float: left;
}
.header .header__stripe:before {
  content: "";
  position: absolute;
  left: 51%;
  width: 100%;
  height: 200%;
  top: 0;
  transform: rotate(150deg);
}
.header .header__stripe.header__stripe--purple {
  background-color: #6D1A7F;
}
.header .header__stripe.header__stripe--purple:before {
  background-color: #4EDEEB;
}
.header .header__stripe.header__stripe--light-blue {
  background-color: #4EDEEB;
}
.header .header__stripe.header__stripe--light-blue:before {
  background-color: #FFAF5A;
}
.header .header__stripe.header__stripe--orange {
  background-color: #FFAF5A;
}
.header .header__stripe.header__stripe--orange:before {
  background-color: #4BEF6D;
}
.header .header__stripe.header__stripe--green {
  background-color: #4BEF6D;
}
.header .header__stripe.header__stripe--green:before {
  background-color: #6693EE;
}
.header .header__stripe.header__stripe--dark-blue {
  background-color: #6693EE;
  width: 18%;
}
.header .header__banner {
  margin: 0 auto;
}
@media only screen and (min-width: 1200px) {
  .header .header__banner {
    width: 1170px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header .header__banner {
    width: 970px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header .header__banner {
    width: 750px;
  }
}
@media only screen and (max-width: 767px) {
  .header .header__banner {
    width: 100%;
  }
}
.header .header__banner-text {
  text-align: left;
  color: #FFF;
  padding: 20px 10px;
}
.header .header__banner-text a {
  color: #FFF;
  text-decoration: none;
}
.header .header__banner-text a a:hover {
  color: #FFF;
}
.header .header__banner-text .header__banner-text-top {
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media only screen and (min-width: 992px) {
  .header .header__banner-text .header__banner-text-top {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .header .header__banner-text .header__banner-text-top {
    font-size: 14px;
  }
}
.header .header__banner-text .header__banner-text-middle {
  font-weight: bold;
}
@media only screen and (min-width: 992px) {
  .header .header__banner-text .header__banner-text-middle {
    font-size: 38px;
  }
}
@media only screen and (max-width: 991px) {
  .header .header__banner-text .header__banner-text-middle {
    font-size: 24px;
  }
}
.header .header__banner-text .header__banner-text-bottom {
  font-size: 14px;
  font-style: italic;
  letter-spacing: 1px;
}
.header .header__links {
  text-align: right;
  margin-top: 20px;
}
.header .header__links a {
  text-decoration: none;
  color: #FFF;
}
.header .header__links .header__links-print {
  display: inline-block;
}
.header .header__links .header__links-print .divider {
  padding: 0 5px;
  color: #FFF;
}
.header .header__links .content {
  display: inline-block;
}
.header .header__links .content a {
  padding: 0 2px;
}
.header .header__links .content a#text_resize_decrease {
  font-size: 12px;
  background: none;
  margin: 0;
  float: none;
  display: inline-block;
  width: 15px;
}
.header .header__links .content a#text_resize_reset {
  font-size: 14px;
  background: none;
  margin: 0;
  float: none;
  display: inline-block;
  width: 15px;
}
.header .header__links .content a#text_resize_increase {
  font-size: 18px;
  background: none;
  margin: 0;
  float: none;
  display: inline-block;
  width: 15px;
}
.header .header__links .content a sup {
  display: none;
}

.search-block-form input {
  border: 0;
  padding-left: 10px;
  height: 100%;
  border-right: 1px solid #BDBDBD;
}
.search-block-form input:focus {
  box-shadow: none;
}

.header .search-block-form {
  padding-top: 15px;
  width: 200px;
  padding-right: 15px;
}
@media only screen and (max-width: 991px) {
  .header .search-block-form {
    display: none;
  }
}
.header .search-block-form .header__search-bar {
  display: block;
  height: 32px;
  position: relative;
  background: -webkit-linear-gradient(top, #e5e5e5 0%, #ffffff 8%);
  border: 1px solid #BDBDBD;
  border-radius: 3px;
}
.header .search-block-form .header__search-bar form {
  margin: 0;
}
.header .search-block-form .header__search-bar button {
  border: 0;
  background: none;
}

.topbar .search-block-form {
  padding: 20px 20px 10px 20px;
}
.topbar .search-block-form button {
  background-color: #FFF;
  height: 28px;
}
.topbar .search-block-form button img {
  padding-bottom: 2px;
}

.field--name-field-paragraphs .paragraph {
  display: block;
}

.view-topic-related-artifacts {
  line-height: 1.75em;
}
.view-topic-related-artifacts h2 {
  background: url(/themes/custom/cds_connect/images/topic_bookmark.svg) 0 0 no-repeat;
  background-size: contain;
  padding-left: 25px;
}
.view-topic-related-artifacts .view-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-top: -10px;
  margin-right: -10px;
}
.view-topic-related-artifacts .view-content .views-row {
  flex: 1 0 100%;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 0 15px 10px;
  margin: 10px 10px 10px 10px;
}
.view-topic-related-artifacts .view-content .views-row .field-content.clinical-domain-terms-list {
  background: url(/themes/custom/cds_connect/images/icon_domains.png) 0 4px no-repeat;
  background-size: 1.4em 1.4em;
  padding-left: 25px;
  margin-right: 20px;
  font-size: 0.9em;
  font-weight: bold;
  color: #555;
}
@media (min-width: 768px) {
  .view-topic-related-artifacts .view-content .views-row {
    flex: 1 0 384px;
  }
}
@media (min-width: 992px) {
  .view-topic-related-artifacts .view-content .views-row {
    flex: 1 0 330.6666666667px;
    max-width: calc(50% - 20px);
  }
}
@media (min-width: 1200px) {
  .view-topic-related-artifacts .view-content .views-row {
    flex: 1 0 400px;
    max-width: calc(50% - 20px);
  }
}
.view-topic-related-artifacts .view-content .views-row .views-field-field-creation-date {
  font-weight: bold;
  color: #595959;
}

.view-topic-feature-artifacts {
  line-height: 1.75em;
}
.view-topic-feature-artifacts h2 {
  background: url(/themes/custom/cds_connect/images/topic_bookmark_featured.svg) 0 0 no-repeat;
  background-size: contain;
  padding-left: 25px;
}
.view-topic-feature-artifacts .view-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-top: -10px;
  margin-right: -10px;
}
.view-topic-feature-artifacts .view-content .views-row {
  flex: 1 0 100%;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 0 15px 10px;
  margin: 10px 10px 10px 10px;
}
.view-topic-feature-artifacts .view-content .views-row .field-content.clinical-domain-terms-list {
  background: url(/themes/custom/cds_connect/images/icon_domains.png) 0 4px no-repeat;
  background-size: 1.4em 1.4em;
  padding-left: 25px;
  margin-right: 20px;
  font-size: 0.9em;
  font-weight: bold;
  color: #555;
}
@media (min-width: 768px) {
  .view-topic-feature-artifacts .view-content .views-row {
    flex: 1 0 384px;
  }
}
@media (min-width: 992px) {
  .view-topic-feature-artifacts .view-content .views-row {
    flex: 1 0 330.6666666667px;
    max-width: calc(50% - 20px);
  }
}
@media (min-width: 1200px) {
  .view-topic-feature-artifacts .view-content .views-row {
    flex: 1 0 400px;
    max-width: calc(50% - 20px);
  }
}
.view-topic-feature-artifacts .view-content .views-row .views-field-field-creation-date {
  font-weight: bold;
  color: #595959;
}

.btn.btn-primary {
  min-width: 200px;
  height: 50px;
  color: #FFF;
  background-color: #0D36A5;
  border: none;
}

.simple-button {
  background-color: #0D36A5;
  color: #FFF;
  padding-top: 14px;
  padding-right: 40px;
  padding-bottom: 16px;
  padding-left: 40px;
  border-radius: 4px;
  display: inline-block;
  margin: 0 15px;
}
.simple-button:hover {
  color: #FFF;
  text-decoration: none;
}

.cds-button {
  background-color: #224DBB;
  color: #FFF;
  font-weight: bold;
  padding: 10px 40px;
  border-radius: 4px;
  display: inline-block;
  margin: 0 15px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
.cds-button:hover {
  color: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  text-decoration: none;
}
.cds-button:active {
  color: #FFF;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  background-color: #4b75de;
}
.cds-button:visited {
  color: #FFF;
}
.cds-button:focus {
  color: #FFF;
  outline-width: 2px;
  outline-style: dotted;
  outline-color: #000;
  outline-offset: 1px;
}
.cds-button.cds-button--large {
  font-size: 1.66em;
  padding: 15px 80px;
}
.cds-button.cds-button__icon {
  color: #FFF;
  height: 130px;
  text-transform: uppercase;
  padding-top: 95px;
  font-size: 0.9em;
}
.cds-button.cds-button__icon:focus {
  outline-width: 2px;
  outline-style: dotted;
  outline-color: #000;
  outline-offset: 1px;
}
.cds-button.cds-button--grow {
  background: #224dbb url(/themes/custom/cds_connect/images/icon_growRepository.png) 50% 30% no-repeat;
}
.cds-button.cds-button--join {
  background: #224dbb url(/themes/custom/cds_connect/images/icon_joinWorkgroup.png) 50% 30% no-repeat;
}
.cds-button.cds-button--register {
  background: #224dbb url(/themes/custom/cds_connect/images/icon-circle-logo-register.png) 50% 30% no-repeat;
}
.cds-button.cds-button.cds-button--jandg {
  background-color: #224dbb;
  background-repeat: no-repeat;
  background-position: 20% 25%, 80% 25%;
  background-image: url(/themes/custom/cds_connect/images/icon_joinWorkgroup.png), url(/themes/custom/cds_connect/images/icon_growRepository.png);
}

#NewLoginSet {
  margin-bottom: 10px;
}

.sidebar-button {
  background-color: #224DBB;
  color: #FFF;
  font-weight: bold;
  padding: 10px 10px;
  border-radius: 4px;
  display: inline-block;
  margin: 10px 10px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  width: 100%;
}
.sidebar-button:hover {
  color: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  text-decoration: none;
}
.sidebar-button:active {
  color: #FFF;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  background-color: #4b75de;
}
.sidebar-button:visited {
  color: #FFF;
}
.sidebar-button:focus {
  color: #FFF;
  outline-width: 2px;
  outline-style: dotted;
  outline-color: #000;
  outline-offset: 1px;
}
.sidebar-button.sidebar-button--large {
  font-size: 1.66em;
  padding: 15px 80px;
}
.sidebar-button.sidebar-button__icon {
  position: relative;
  text-align: center;
}
.sidebar-button.sidebar-button__icon.sidebar-button--authoring > div > svg {
  height: 60px;
  width: 60px;
}
.sidebar-button.sidebar-button__icon.sidebar-button--search > div > svg {
  height: 60px;
  width: 60px;
}
.sidebar-button.sidebar-button__icon.sidebar-button--prototype > div > svg {
  height: 60px;
  width: 60px;
}
.sidebar-button.sidebar-button__icon.sidebar-button--work-group {
  padding-top: 80px;
  background: #224dbb url(/themes/custom/cds_connect/images/icon_joinWorkgroup.png) 50% 15% no-repeat;
}
.sidebar-button.sidebar-button__icon.sidebar-button--contact {
  padding-top: 80px;
  background: #224dbb url(/themes/custom/cds_connect/images/icon_growRepository.png) 50% 15% no-repeat;
}
.sidebar-button.sidebar-button__icon:focus {
  outline-width: 2px;
  outline-style: dotted;
  outline-color: #000;
  outline-offset: 1px;
}

.sidebar-button-text {
  white-space: normal;
}

#sidebar-button-button > svg {
  height: 60px;
  width: 60px;
}

.user-new-title > a {
  font-size: 16x;
  font-weight: bold;
  color: gray;
}

.user-new-fields {
  display: flex;
  margin-bottom: 20px;
}

.user-new-publisher > div {
  margin: 0px 0px;
}
.user-new-publisher > div > a:after {
  content: "●";
  padding-left: 10px;
  padding-right: 10px;
  color: gray;
}

.user-new-creation > div {
  margin: 0px 0px;
  display: flex;
  color: gray;
}

.user-homepage-workgroup > div > span > a {
  font-size: 16px;
  font-weight: bold;
  color: gray;
}

.alert-top-spacer {
  margin-top: 20px;
}

.agreement-back-button {
  background-color: #224DBB;
  color: #FFF;
  font-weight: bold;
  padding: 10px 10px;
  border-radius: 4px;
  display: inline-block;
  margin: 10px 10px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
}
.agreement-back-button div > svg {
  margin-right: 5px;
}
.agreement-back-button:hover {
  color: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  text-decoration: none;
}
.agreement-back-button:active {
  color: #FFF;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  background-color: #4b75de;
}
.agreement-back-button:visited {
  color: #FFF;
}
.agreement-back-button:focus {
  color: #FFF;
  outline-width: 2px;
  outline-style: dotted;
  outline-color: #000;
  outline-offset: 1px;
}
.agreement-back-button.sidebar-button--large {
  font-size: 1.66em;
  padding: 15px 80px;
}
.agreement-back-button.agreement-back-button__icon {
  position: relative;
  text-align: center;
}
.agreement-back-button.sidebar-button__icon:focus {
  outline-width: 2px;
  outline-style: dotted;
  outline-color: #000;
  outline-offset: 1px;
}

/* Header styles */
#ATLink_Column1 .btn.btn-link.btn-primary {
  background-color: inherit;
  border: none;
  min-width: auto;
  height: 35px;
}

#spacerRowContent {
  height: 14px;
}

/*#LoginDropDown_Column3 .btn-group > .btn:first-child {
  margin-left: 0;
  border-color: white;
  background-color: inherit;
}*/
/*#LoginDropDown_Column3 .btn.btn-secondary {
	border-color: white;
	background-color: inherit;
}*/
#LoginDropDown_Column3 .btn-info {
  color: #fff;
  background-color: inherit;
  border-color: white;
}

#LoginDropDown_Column3 .btn-group > .btn:first-child {
  margin-left: 0;
  background-color: inherit;
  border-color: white;
}

#LoginDropDown_Column3 .btn-group > .btn:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

#LoginDropDown_Column3 .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #333333;
  white-space: nowrap;
}

#LoginDropDown_Column3 .glyphicon {
  color: white;
  font-family: Glyphicons Halflings, "Arial", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
}

/* CSS Document */
/* USA Official Styles from US Web Design Standards template - https://designsystem.digital.gov/ */
.ahrq .usa-focus, .ahrq [contentEditable=true]:focus, .ahrq [href]:focus, .ahrq [tabindex]:focus, .ahrq button:not([disabled]):focus, .ahrq iframe:focus, .ahrq input:not([disabled]):focus, .ahrq select:not([disabled]):focus, .ahrq textarea:not([disabled]):focus {
  outline: 0.25em solid #2491ff;
  outline-offset: 0;
}
.ahrq .usa-button {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.06471em;
  line-height: 0.93923;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #005ea2;
  border: 0;
  border-radius: 0.25em;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: 0.5em;
  padding: 0.75em 1.25em;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.ahrq .usa-button:visited {
  color: #fff;
}
.ahrq .usa-button.usa-button--hover, .ahrq .usa-button:hover {
  background-color: #1a4480;
  border-bottom: 0;
  color: #fff;
  text-decoration: none;
}
.ahrq .usa-button.usa-button--active, .ahrq .usa-button:active {
  background-color: #162e51;
  color: #fff;
}
.ahrq .usa-button.usa-focus, .ahrq .usa-button:focus {
  outline-offset: 0.25em;
}
.ahrq .usa-button:disabled {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-color: #c9c9c9;
  color: #fff;
  pointer-events: none;
}
.ahrq .usa-button:disabled.usa-button--active, .ahrq .usa-button:disabled.usa-button--hover, .ahrq .usa-button:disabled.usa-focus, .ahrq .usa-button:disabled:active, .ahrq .usa-button:disabled:focus, .ahrq .usa-button:disabled:hover {
  background-color: #c9c9c9;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ahrq .usa-button--accent-cool {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  background-color: #00bde3;
  color: #1b1b1b;
}
.ahrq .usa-button--accent-cool:visited {
  color: #1b1b1b;
}
.ahrq .usa-button--accent-cool.usa-button--hover, .ahrq .usa-button--accent-cool:hover {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-color: #28a0cb;
  color: #fff;
}
.ahrq .usa-button--accent-cool.usa-button--active, .ahrq .usa-button--accent-cool:active {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-color: #07648d;
  color: #fff;
}
.ahrq .usa-button--outline {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  background-color: transparent;
  -webkit-box-shadow: inset 0 0 0 2px #005ea2;
  box-shadow: inset 0 0 0 2px #005ea2;
  color: #005ea2;
}
.ahrq .usa-button--outline:visited {
  color: #005ea2;
}
.ahrq .usa-button--outline.usa-button--hover, .ahrq .usa-button--outline:hover {
  background-color: transparent;
  -webkit-box-shadow: inset 0 0 0 2px #1a4480;
  box-shadow: inset 0 0 0 2px #1a4480;
  color: #1a4480;
}
.ahrq .usa-button--outline.usa-button--active, .ahrq .usa-button--outline:active {
  background-color: transparent;
  -webkit-box-shadow: inset 0 0 0 2px #162e51;
  box-shadow: inset 0 0 0 2px #162e51;
  color: #162e51;
}
.ahrq .usa-button--outline.usa-button--inverse {
  -webkit-box-shadow: inset 0 0 0 2px #dcdee0;
  box-shadow: inset 0 0 0 2px #dcdee0;
  color: #dcdee0;
}
.ahrq .usa-button--outline.usa-button--inverse:visited {
  color: #dcdee0;
}
.ahrq .usa-button--outline.usa-button--inverse.usa-button--hover, .ahrq .usa-button--outline.usa-button--inverse:hover {
  -webkit-box-shadow: inset 0 0 0 2px #f0f0f0;
  box-shadow: inset 0 0 0 2px #f0f0f0;
  color: #f0f0f0;
}
.ahrq .usa-button--outline.usa-button--inverse.usa-button--active, .ahrq .usa-button--outline.usa-button--inverse:active {
  background-color: transparent;
  -webkit-box-shadow: inset 0 0 0 2px #fff;
  box-shadow: inset 0 0 0 2px #fff;
  color: #fff;
}
.ahrq .usa-button--outline.usa-button--inverse.usa-button--unstyled {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #005ea2;
  text-decoration: underline;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  color: #dcdee0;
}
.ahrq .usa-button--outline.usa-button--inverse.usa-button--unstyled:hover {
  color: #1a4480;
}
.ahrq .usa-button--outline.usa-button--inverse.usa-button--unstyled:active {
  color: #162e51;
}
.ahrq .usa-button--outline.usa-button--inverse.usa-button--unstyled:focus {
  outline: 0.25em solid #2491ff;
  outline-offset: 0;
}
.ahrq .usa-button--outline.usa-button--inverse.usa-button--unstyled:visited {
  color: #562b97;
}
.ahrq .usa-button--outline.usa-button--inverse.usa-button--unstyled:active, .ahrq .usa-button--outline.usa-button--inverse.usa-button--unstyled:hover {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: underline;
}
.ahrq .usa-button--outline.usa-button--inverse.usa-button--unstyled.usa-button--hover, .ahrq .usa-button--outline.usa-button--inverse.usa-button--unstyled:hover {
  color: #f0f0f0;
}
.ahrq .usa-button--outline.usa-button--inverse.usa-button--unstyled.usa-button--active, .ahrq .usa-button--outline.usa-button--inverse.usa-button--unstyled:active {
  color: #fff;
}
.ahrq .usa-button--base {
  background-color: #71767a;
}
.ahrq .usa-button--base.usa-button--hover, .ahrq .usa-button--base:hover {
  background-color: #565c65;
}
.ahrq .usa-button--base.usa-button--active, .ahrq .usa-button--base:active {
  background-color: #3d4551;
}
.ahrq .usa-button--secondary {
  background-color: #d83933;
}
.ahrq .usa-button--secondary.usa-button--hover, .ahrq .usa-button--secondary:hover {
  background-color: #b50909;
}
.ahrq .usa-button--secondary.usa-button--active, .ahrq .usa-button--secondary:active {
  background-color: #8b0a03;
}
.ahrq .usa-button--big {
  border-radius: 0.25em;
  font-size: 1.46397em;
  padding: 1em 1.5em;
}
.ahrq .usa-button--disabled {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-color: #c9c9c9;
  color: #fff;
  pointer-events: none;
}
.ahrq .usa-button--disabled.usa-button--active, .ahrq .usa-button--disabled.usa-button--hover, .ahrq .usa-button--disabled.usa-focus, .ahrq .usa-button--disabled:active, .ahrq .usa-button--disabled:focus, .ahrq .usa-button--disabled:hover {
  background-color: #c9c9c9;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ahrq .usa-button--outline-disabled, .ahrq .usa-button--outline-inverse-disabled, .ahrq .usa-button--outline-inverse:disabled, .ahrq .usa-button--outline:disabled {
  background-color: transparent;
  pointer-events: none;
}
.ahrq .usa-button--outline-disabled.usa-button--active, .ahrq .usa-button--outline-disabled.usa-button--hover, .ahrq .usa-button--outline-disabled.usa-focus, .ahrq .usa-button--outline-disabled:active, .ahrq .usa-button--outline-disabled:focus, .ahrq .usa-button--outline-disabled:hover, .ahrq .usa-button--outline-inverse-disabled.usa-button--active, .ahrq .usa-button--outline-inverse-disabled.usa-button--hover, .ahrq .usa-button--outline-inverse-disabled.usa-focus, .ahrq .usa-button--outline-inverse-disabled:active, .ahrq .usa-button--outline-inverse-disabled:focus, .ahrq .usa-button--outline-inverse-disabled:hover, .ahrq .usa-button--outline-inverse:disabled.usa-button--active, .ahrq .usa-button--outline-inverse:disabled.usa-button--hover, .ahrq .usa-button--outline-inverse:disabled.usa-focus, .ahrq .usa-button--outline-inverse:disabled:active, .ahrq .usa-button--outline-inverse:disabled:focus, .ahrq .usa-button--outline-inverse:disabled:hover, .ahrq .usa-button--outline:disabled.usa-button--active, .ahrq .usa-button--outline:disabled.usa-button--hover, .ahrq .usa-button--outline:disabled.usa-focus, .ahrq .usa-button--outline:disabled:active, .ahrq .usa-button--outline:disabled:focus, .ahrq .usa-button--outline:disabled:hover {
  background-color: transparent;
  border: 0;
}
.ahrq .usa-button--outline-disabled, .ahrq .usa-button--outline:disabled {
  -webkit-box-shadow: inset 0 0 0 2px #c9c9c9;
  box-shadow: inset 0 0 0 2px #c9c9c9;
  color: #c9c9c9;
}
.ahrq .usa-button--outline-disabled.usa-button--inverse, .ahrq .usa-button--outline:disabled.usa-button--inverse {
  background-color: transparent;
  -webkit-box-shadow: inset 0 0 0 2px #71767a;
  box-shadow: inset 0 0 0 2px #71767a;
  color: #71767a;
}
.ahrq .usa-button--unstyled {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #005ea2;
  text-decoration: underline;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
}
.ahrq .usa-button--unstyled:hover {
  color: #1a4480;
}
.ahrq .usa-button--unstyled:active {
  color: #162e51;
}
.ahrq .usa-button--unstyled:focus {
  outline: 0.25em solid #2491ff;
  outline-offset: 0;
}
.ahrq .usa-button--unstyled:visited {
  color: #562b97;
}
.ahrq .usa-button--unstyled:active, .ahrq .usa-button--unstyled:hover {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: underline;
}
.ahrq .usa-embed-container embed, .ahrq .usa-embed-container iframe, .ahrq .usa-embed-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ahrq .usa-embed-container {
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.ahrq img {
  max-width: 100%;
}
.ahrq .usa-media-link {
  display: inline-block;
  line-height: 0;
}
.ahrq .usa-fieldset, .ahrq .usa-hint, .ahrq .usa-input, .ahrq .usa-range, .ahrq .usa-select, .ahrq .usa-textarea {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.06471em;
  line-height: 1.26796;
}
.ahrq .usa-input, .ahrq .usa-range, .ahrq .usa-select, .ahrq .usa-textarea {
  border: 1px solid #565c65;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  color: #1b1b1b;
  display: block;
  height: 2.5em;
  margin-top: 0.5em;
  max-width: 30em;
  padding: 0.5em;
  width: 100%;
}
.ahrq .usa-input.usa-input--success, .ahrq .usa-range.usa-input--success, .ahrq .usa-select.usa-input--success, .ahrq .usa-textarea.usa-input--success {
  border: 0.25em solid #00a91c;
}
.ahrq .usa-fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
.ahrq .usa-form-group--error {
  border-left: 0.25em solid #b50909;
  margin-top: 2em;
  padding-left: 1em;
  position: relative;
}
.ahrq .usa-input--error {
  border: 0.25em solid #b50909;
}
.ahrq .usa-label--error {
  display: block;
  font-weight: 700;
  margin-top: 0;
}
.ahrq .usa-error-message {
  padding-bottom: 0.25em;
  padding-top: 0.25em;
  color: #b50909;
  display: block;
  font-weight: 700;
}
.ahrq .usa-hint {
  color: #71767a;
}
.ahrq .usa-label--required {
  color: #b50909;
}
.ahrq .usa-label {
  display: block;
  line-height: 1.12707;
  margin-top: 1.5em;
  max-width: 30em;
}
.ahrq .usa-textarea {
  height: 10em;
}
.ahrq .usa-select {
  background-image: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/public/uswds/img/arrow-both.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/public/uswds/img/arrow-both.svg), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-position: right 0.75em center;
  background-size: 0.5em;
  padding-right: 2em;
}
.ahrq .usa-select::-ms-expand {
  display: none;
}
.ahrq .usa-select:-webkit-autofill {
  -webkit-appearance: menulist;
  appearance: menulist;
}
.ahrq .usa-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.ahrq .usa-legend {
  font-size: 2.12941em;
  font-weight: 700;
}
.ahrq .usa-input-list {
  margin-bottom: 0;
  margin-top: 0;
  list-style-type: none;
  padding-left: 0;
}
.ahrq .usa-input-list li {
  line-height: 1.26796;
}
.ahrq .usa-prose .usa-input-list {
  margin-bottom: 0;
  margin-top: 0;
  list-style-type: none;
  padding-left: 0;
}
.ahrq .usa-prose .usa-input-list li {
  line-height: 1.26796;
}
.ahrq .usa-checkbox__input, .ahrq .usa-radio__input {
  position: absolute;
  left: -999em;
}
.ahrq .lt-ie9 .usa-checkbox__input, .ahrq .lt-ie9 .usa-radio__input {
  border: 0;
  float: left;
  margin: 0.25em 0.25em 0 0;
  position: static;
  width: auto;
}
.ahrq .usa-checkbox__label, .ahrq .usa-radio__label {
  cursor: pointer;
  display: inherit;
  font-weight: 400;
  margin-bottom: 0.75em;
  padding-left: 2em;
  position: relative;
  text-indent: -2em;
}
.ahrq .usa-checkbox__label:before, .ahrq .usa-radio__label:before {
  background: #fff;
  content: " ";
  display: inline-block;
  left: 2px;
  position: relative;
  vertical-align: middle\0 ;
}
.ahrq .usa-checkbox__label:before {
  height: 1.25em;
  width: 1.25em;
  border-radius: 2px;
}
.ahrq .usa-radio__label:before {
  height: 1.25em;
  border-radius: 99em;
  width: 1.25em;
}
.ahrq .usa-checkbox__label:before, .ahrq .usa-radio__label:before {
  -webkit-box-shadow: 0 0 0 2px #71767a;
  box-shadow: 0 0 0 2px #71767a;
  line-height: 1.25em;
  margin-right: 0.75em;
}
.ahrq .usa-checkbox__input:checked + .usa-checkbox__label:before, .ahrq .usa-radio__input:checked + .usa-radio__label:before {
  background-color: #005ea2;
  -webkit-box-shadow: 0 0 0 2px #005ea2;
  box-shadow: 0 0 0 2px #005ea2;
}
.ahrq .usa-radio__input:checked + .usa-radio__label:before {
  -webkit-box-shadow: 0 0 0 2px #005ea2, inset 0 0 0 2px #fff;
  box-shadow: 0 0 0 2px #005ea2, inset 0 0 0 2px #fff;
}
.ahrq .usa-checkbox__input:checked + .usa-checkbox__label:before, .ahrq .usa-checkbox__input:checked:disabled + .usa-checkbox__label:before {
  background-image: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/public/uswds/img/correct8.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/public/uswds/img/correct8.svg), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  background-position: 50%;
}
.ahrq .usa-radio__input:focus + .usa-radio__label:before {
  outline: 0.25em solid #2491ff;
  outline-offset: 0.25em;
}
.ahrq .usa-checkbox__input:disabled + .usa-checkbox__label {
  color: #c9c9c9;
}
.ahrq .usa-checkbox__input:focus + .usa-checkbox__label:before {
  outline: 0.25em solid #2491ff;
  outline-offset: 0;
}
.ahrq .usa-checkbox__input:disabled + .usa-checkbox__label:before, .ahrq .usa-radio__input:disabled + .usa-radio__label:before {
  background: #e6e6e6;
  -webkit-box-shadow: 0 0 0 2px #c9c9c9;
  box-shadow: 0 0 0 2px #c9c9c9;
  cursor: not-allowed;
}
.ahrq .usa-range {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  padding-left: 1px;
  width: 100%;
}
.ahrq .usa-range:focus {
  outline: none;
}
.ahrq .usa-range:focus::-webkit-slider-thumb {
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 2px #2491ff;
  box-shadow: 0 0 0 2px #2491ff;
}
.ahrq .usa-range:focus::-moz-range-thumb {
  background-color: #fff;
  box-shadow: 0 0 0 2px #2491ff;
}
.ahrq .usa-range:focus::-ms-thumb {
  background-color: #fff;
  box-shadow: 0 0 0 2px #2491ff;
}
.ahrq .usa-range::-webkit-slider-runnable-track {
  background-color: #f0f0f0;
  border-radius: 99em;
  border: 1px solid #71767a;
  cursor: pointer;
  height: 1em;
  width: 100%;
}
.ahrq .usa-range::-moz-range-track {
  background-color: #f0f0f0;
  border-radius: 99em;
  border: 1px solid #71767a;
  cursor: pointer;
  height: 1em;
  width: 100%;
}
.ahrq .usa-range::-ms-track {
  background-color: #f0f0f0;
  border-radius: 99em;
  border: 1px solid #71767a;
  cursor: pointer;
  height: 1em;
  width: 100%;
}
.ahrq .usa-range::-webkit-slider-thumb {
  height: 1.25em;
  border-radius: 99em;
  width: 1.25em;
  background: #f0f0f0;
  border: none;
  -webkit-box-shadow: 0 0 0 2px #71767a;
  box-shadow: 0 0 0 2px #71767a;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  margin-top: -0.1875em;
}
.ahrq .usa-range::-moz-range-thumb {
  height: 1.25em;
  border-radius: 99em;
  width: 1.25em;
  background: #f0f0f0;
  border: none;
  box-shadow: 0 0 0 2px #71767a;
  cursor: pointer;
}
.ahrq .usa-range::-ms-thumb {
  height: 1.25em;
  border-radius: 99em;
  width: 1.25em;
  background: #f0f0f0;
  border: none;
  box-shadow: 0 0 0 2px #71767a;
  cursor: pointer;
}
.ahrq .usa-range::-ms-fill-lower, .ahrq .usa-range::-ms-fill-upper {
  background-color: #f0f0f0;
  border-radius: 99em;
  border: 1px solid #71767a;
}
.ahrq [type=file] {
  border: none;
  padding-left: 0;
}
.ahrq .usa-memorable-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ahrq .usa-memorable-date [type=number] {
  -moz-appearance: textfield;
}
.ahrq .usa-memorable-date [type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
}
.ahrq .usa-memorable-date [type=number]::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  height: 0;
  width: 0;
  margin: 0;
}
.ahrq .usa-form-group--day, .ahrq .usa-form-group--month, .ahrq .usa-form-group--year {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 1em;
  width: 3em;
}
.ahrq .usa-form-group--year {
  width: 4.5em;
}
.ahrq .usa-list, .ahrq .usa-prose > ol, .ahrq .usa-prose > ul {
  margin-bottom: 1em;
  margin-top: 1em;
  line-height: 1.52155;
  padding-left: 3ch;
}
.ahrq .usa-list:last-child, .ahrq .usa-prose > ol:last-child, .ahrq .usa-prose > ul:last-child {
  margin-bottom: 0;
}
.ahrq .usa-list li, .ahrq .usa-prose > ol li, .ahrq .usa-prose > ul li {
  margin-bottom: 0.25em;
  max-width: 68ex;
}
.ahrq .usa-list li:last-child, .ahrq .usa-prose > ol li:last-child, .ahrq .usa-prose > ul li:last-child {
  margin-bottom: 0;
}
.ahrq .usa-list--unstyled {
  margin-bottom: 0;
  margin-top: 0;
  list-style-type: none;
  padding-left: 0;
}
.ahrq .usa-list--unstyled > li {
  margin-bottom: 0;
  max-width: unset;
}
.ahrq .usa-prose .usa-list--unstyled {
  margin-bottom: 0;
  margin-top: 0;
  list-style-type: none;
  padding-left: 0;
}
.ahrq .usa-prose .usa-list--unstyled > li {
  margin-bottom: 0;
  max-width: unset;
}
.ahrq .usa-prose > table, .ahrq .usa-table {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.06471em;
  line-height: 1.52155;
  border-spacing: 0;
  margin: 1.25em 0;
}
.ahrq .usa-prose > table thead th, .ahrq .usa-table thead th {
  font-weight: 700;
}
.ahrq .usa-prose > table thead td, .ahrq .usa-prose > table thead th, .ahrq .usa-table thead td, .ahrq .usa-table thead th {
  background-color: #f0f0f0;
}
.ahrq .usa-prose > table th, .ahrq .usa-table th {
  text-align: left;
}
.ahrq .usa-prose > table td, .ahrq .usa-prose > table th, .ahrq .usa-table td, .ahrq .usa-table th {
  border: 1px solid #565c65;
  background-color: #fff;
  font-weight: 400;
  padding: 0.5em 1em;
}
.ahrq .usa-prose > table caption, .ahrq .usa-table caption {
  font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
  font-size: 0.91476em;
  font-weight: 700;
  margin-bottom: 0.75em;
  text-align: left;
}
.ahrq .usa-prose > .usa-table--borderless thead th, .ahrq .usa-table--borderless thead th {
  background-color: transparent;
  border-top: 0;
}
.ahrq .usa-prose > .usa-table--borderless td, .ahrq .usa-prose > .usa-table--borderless th, .ahrq .usa-table--borderless td, .ahrq .usa-table--borderless th {
  border-left: 0;
  border-right: 0;
}
.ahrq .usa-table--borderless th:first-child {
  padding-left: 0;
}
.ahrq .usa-tag {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.93162em;
  color: #fff;
  text-transform: uppercase;
  background-color: #565c65;
  border-radius: 2px;
  margin-right: 0.25em;
  padding: 1px 0.5em;
}
.ahrq .usa-tag:only-of-type {
  margin-right: 0;
}
.ahrq .usa-tag--big {
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.06471em;
}
.ahrq html {
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-size: 100%;
}
.ahrq .usa-prose, .ahrq html {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
}
.ahrq .usa-prose {
  font-size: 1.06471em;
  line-height: 1.52155;
}
.ahrq .usa-prose > a {
  color: #005ea2;
  text-decoration: underline;
}
.ahrq .usa-prose > a:hover {
  color: #1a4480;
}
.ahrq .usa-prose > a:active {
  color: #162e51;
}
.ahrq .usa-prose > a:focus {
  outline: 0.25em solid #2491ff;
  outline-offset: 0;
}
.ahrq .usa-prose > a:visited {
  color: #562b97;
}
.ahrq .usa-prose > h1 {
  font-size: 2.43935em;
}
.ahrq .usa-prose > h1, .ahrq .usa-prose > h2 {
  font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
  line-height: 1.22983;
  font-weight: 700;
}
.ahrq .usa-prose > h2 {
  font-size: 1.95148em;
}
.ahrq .usa-prose > h3 {
  font-size: 1.34164em;
}
.ahrq .usa-prose > h3, .ahrq .usa-prose > h4 {
  font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
  line-height: 1.22983;
  font-weight: 700;
}
.ahrq .usa-prose > h4 {
  font-size: 0.97574em;
}
.ahrq .usa-prose > h5 {
  font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
  font-size: 0.91476em;
  line-height: 1.22983;
  font-weight: 700;
}
.ahrq .usa-prose > h6 {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.86507em;
  line-height: 1.12707;
  font-weight: 400;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}
.ahrq .usa-paragraph {
  line-height: 1.52155;
  margin-bottom: 0;
  margin-top: 0;
  max-width: 68ex;
}
.ahrq * + .usa-paragraph, .ahrq .usa-paragraph + * {
  margin-top: 1em;
}
.ahrq .usa-link {
  color: #005ea2;
  text-decoration: underline;
}
.ahrq .usa-link:hover {
  color: #1a4480;
}
.ahrq .usa-link:active {
  color: #162e51;
}
.ahrq .usa-link:focus {
  outline: 0.25em solid #2491ff;
  outline-offset: 0;
}
.ahrq .usa-link:visited {
  color: #562b97;
}
.ahrq .usa-link--external:after {
  background: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/public/uswds/img/external-link.svg) no-repeat 0 0;
  background-size: 100%;
  content: "";
  display: inline-block;
  height: 0.65em;
  margin-bottom: -1px;
  margin-left: 0.25em;
  width: 0.65em;
}
.ahrq .usa-link--external:hover:after {
  background-image: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/public/uswds/img/external-link-hover.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/public/uswds/img/external-link-hover.svg), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
}
.ahrq .usa-link--external.usa-link--alt:after {
  background: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/public/uswds/img/external-link-alt.svg) no-repeat 0 0;
  background-size: 100%;
  content: "";
  display: inline-block;
  height: 0.65em;
  margin-bottom: -1px;
  margin-left: 0.25em;
  width: 0.65em;
}
.ahrq .usa-link--external.usa-link--alt:hover:after {
  background-image: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/public/uswds/img/external-link-alt-hover.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/public/uswds/img/external-link-alt-hover.svg), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
}
.ahrq address, .ahrq cite, .ahrq dfn, .ahrq var {
  font-style: normal;
}
.ahrq .usa-content ol:not(.usa-accordion):not(.usa-accordion--bordered), .ahrq .usa-content p, .ahrq .usa-content ul:not(.usa-accordion):not(.usa-accordion--bordered) {
  max-width: 68ex;
}
.ahrq .usa-display {
  margin-top: 0;
  clear: both;
  font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
  font-size: 1.34164em;
  line-height: 1.22983;
  font-weight: 700;
  margin-bottom: 0;
}
.ahrq * + .usa-display {
  margin-top: 1.5em;
}
.ahrq .usa-display + * {
  margin-top: 1em;
}
.ahrq .usa-intro {
  font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
  font-size: 1.34164em;
  line-height: 1.79351;
  font-weight: 400;
  max-width: 88ex;
}
.ahrq .usa-dark-background {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-color: #3d4551;
}
.ahrq .usa-dark-background p, .ahrq .usa-dark-background span {
  color: #fff;
}
.ahrq .usa-dark-background a {
  color: #dcdee0;
}
.ahrq .usa-dark-background a:hover {
  color: #fff;
}
.ahrq .usa-prose > p {
  line-height: 1.52155;
  margin-bottom: 0;
  margin-top: 0;
  max-width: 68ex;
}
.ahrq .usa-prose > * + p, .ahrq .usa-prose > p + * {
  margin-top: 1em;
}
.ahrq .usa-prose > h1, .ahrq .usa-prose > h2, .ahrq .usa-prose > h3, .ahrq .usa-prose > h4, .ahrq .usa-prose > h5, .ahrq .usa-prose > h6 {
  margin-bottom: 0;
  margin-top: 0;
  clear: both;
}
.ahrq .usa-prose > * + h1, .ahrq .usa-prose > * + h2, .ahrq .usa-prose > * + h3, .ahrq .usa-prose > * + h4, .ahrq .usa-prose > * + h5, .ahrq .usa-prose > * + h6 {
  margin-top: 1.5em;
}
.ahrq .usa-prose > h1 + *, .ahrq .usa-prose > h2 + *, .ahrq .usa-prose > h3 + *, .ahrq .usa-prose > h4 + *, .ahrq .usa-prose > h5 + *, .ahrq .usa-prose > h6 + * {
  margin-top: 1em;
}
.ahrq .usa-accordion {
  list-style-type: none;
  color: #1b1b1b;
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.06471em;
  line-height: 1.52155;
}
.ahrq .usa-accordion > li {
  margin-bottom: 0;
  max-width: unset;
}
.ahrq .usa-accordion > ul li ul {
  list-style: disc;
}
.ahrq .usa-accordion > ul li ul > li > ul {
  list-style: circle;
}
.ahrq .usa-accordion > ul li ul > li > ul > li > ul {
  list-style: square;
}
.ahrq .usa-accordion + .usa-accordion, .ahrq .usa-accordion + .usa-accordion--bordered {
  margin-top: 0.5em;
}
.ahrq .usa-accordion--bordered .usa-accordion__content {
  border-bottom: 0.25em solid #f0f0f0;
  border-left: 0.25em solid #f0f0f0;
  border-right: 0.25em solid #f0f0f0;
  padding-bottom: 1em;
}
.ahrq .usa-accordion--bordered .usa-accordion__heading {
  margin-bottom: 0;
}
.ahrq .usa-accordion__heading, .ahrq .usa-prose .usa-accordion__heading {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.06471em;
  line-height: 0.93923;
  margin: 0;
}
.ahrq .usa-accordion__heading:not(:first-child), .ahrq .usa-prose .usa-accordion__heading:not(:first-child) {
  margin-top: 0.5em;
}
.ahrq .usa-accordion__content {
  background-color: #fff;
  margin-top: 0;
  overflow: auto;
  padding: 1em 1.25em 0.75em;
}
.ahrq .usa-accordion__content > :first-child {
  margin-top: 0;
}
.ahrq .usa-accordion__content > :last-child {
  margin-bottom: 0;
}
.ahrq .usa-accordion__content[aria-hidden=true] {
  display: none;
}
.ahrq .usa-accordion__button {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #005ea2;
  text-decoration: underline;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 400;
  text-align: left;
  background-image: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/public/uswds/img/minus.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/public/uswds/img/minus.svg), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  background-color: #f0f0f0;
  background-position: right 1.25em center;
  background-size: 1em;
  color: #1b1b1b;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin: 0;
  padding: 1em 3.5em 1em 1.25em;
  text-decoration: none;
  width: 100%;
}
.ahrq .usa-accordion__button:hover {
  color: #1a4480;
}
.ahrq .usa-accordion__button:active {
  color: #162e51;
}
.ahrq .usa-accordion__button:focus {
  outline: 0.25em solid #2491ff;
  outline-offset: 0;
}
.ahrq .usa-accordion__button:visited {
  color: #562b97;
}
.ahrq .usa-accordion__button:active, .ahrq .usa-accordion__button:hover {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: underline;
}
.ahrq .usa-accordion__button:hover {
  background-color: #dcdee0;
  color: #1b1b1b;
  text-decoration: none;
}
.ahrq .usa-accordion__button[aria-expanded=false] {
  background-image: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/public/uswds/img/plus.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/public/uswds/img/plus.svg), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  background-size: 1em;
}
.ahrq .usa-alert {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.06471em;
  line-height: 1.52155;
  background-color: #f0f0f0;
  background-position: 1.25em 1.25em;
  background-repeat: no-repeat;
  background-size: 3.5em;
  padding: 1.25em 1.25em 1em 1.75em;
  position: relative;
}
.ahrq * + .usa-alert {
  margin-top: 1em;
}
.ahrq .usa-alert:before {
  background-color: #a9aeb1;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 0.5em;
}
.ahrq .usa-alert ul {
  margin-bottom: 0;
  margin-top: 0.5em;
  padding-left: 0.5em;
}
.ahrq .usa-alert .usa-checklist {
  padding-left: 0;
}
.ahrq .usa-alert__icon {
  display: table-cell;
  padding-right: 0.5em;
}
.ahrq .usa-alert__body {
  display: table-cell;
  vertical-align: top;
}
.ahrq .usa-alert__heading {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.46397em;
  line-height: 1.12707;
  margin-top: 0;
  margin-bottom: 0.5em;
}
.ahrq .usa-alert__text {
  margin-bottom: 0;
  margin-top: 0;
}
.ahrq .usa-alert__text a {
  color: #005ea2;
  text-decoration: underline;
}
.ahrq .usa-alert__text a:hover {
  color: #1a4480;
}
.ahrq .usa-alert__text a:active {
  color: #162e51;
}
.ahrq .usa-alert__text a:focus {
  outline: 0.25em solid #2491ff;
  outline-offset: 0;
}
.ahrq .usa-alert__text a:visited {
  color: #562b97;
}
.ahrq .usa-alert__text:only-child {
  margin-bottom: 0.5em;
  padding-top: 0.25em;
}
.ahrq .usa-alert--success {
  background-image: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/public/uswds/img/alerts/success.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/public/uswds/img/alerts/success.svg), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  background-color: #ecf3ec;
}
.ahrq .usa-alert--success:before {
  background-color: #00a91c;
}
.ahrq .usa-alert--success .usa-alert__body {
  padding-left: 3.25em;
}
.ahrq .usa-alert--warning {
  background-image: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/public/uswds/img/alerts/warning.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/public/uswds/img/alerts/warning.svg), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  background-color: #faf3d1;
}
.ahrq .usa-alert--warning:before {
  background-color: #ffbe2e;
}
.ahrq .usa-alert--warning .usa-alert__body {
  padding-left: 3.25em;
}
.ahrq .usa-alert--error {
  background-image: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/public/uswds/img/alerts/error.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/public/uswds/img/alerts/error.svg), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  background-color: #f4e3db;
}
.ahrq .usa-alert--error:before {
  background-color: #d63e04;
}
.ahrq .usa-alert--error .usa-alert__body {
  padding-left: 3.25em;
}
.ahrq .usa-alert--info {
  background-image: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/public/uswds/img/alerts/info.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/public/uswds/img/alerts/info.svg), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  background-color: #e7f6f8;
}
.ahrq .usa-alert--info:before {
  background-color: #00bde3;
}
.ahrq .usa-alert--info .usa-alert__body {
  padding-left: 3.25em;
}
.ahrq .usa-alert--slim {
  background-position: 1.25em;
  background-size: 2.5em;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
}
.ahrq .usa-alert--slim .usa-alert__body {
  padding-left: 2.5em;
}
.ahrq .usa-alert--slim .usa-alert__text:only-child {
  margin-bottom: 0.25em;
  padding-top: 0.25em;
}
.ahrq .usa-alert--no-icon {
  background-image: none;
}
.ahrq .usa-alert--no-icon .usa-alert__body {
  padding-left: 0;
}
.ahrq .usa-alert--validation {
  background-size: 2.5em;
}
.ahrq .usa-alert--validation .usa-alert__body {
  padding-left: 2.5em;
}
.ahrq .usa-alert--validation .usa-checklist {
  margin-top: 1em;
}
.ahrq .usa-banner {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.06471em;
  line-height: 1.52155;
  background-color: #f0f0f0;
}
.ahrq .usa-banner__content {
  margin-left: auto;
  margin-right: auto;
  max-width: 64em;
  background-color: transparent;
  font-size: 0.99816em;
  overflow: hidden;
  padding: 0.25em 1em 1em 0.5em;
  width: 100%;
}
.ahrq .usa-banner__content p:first-child {
  margin: 0;
}
.ahrq .usa-banner__guidance {
  padding-top: 1em;
}
.ahrq .usa-banner__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 64em;
  padding-left: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-right: 0;
}
.ahrq .usa-banner__header {
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  font-size: 0.79853em;
  font-weight: 400;
  min-height: 3em;
  position: relative;
}
.ahrq .usa-banner__header-close-text {
  margin-bottom: 0;
  margin-top: 0;
  color: #565c65;
  display: none;
  font-size: 0.79853em;
  line-height: 1.12707;
  padding-top: 0.25em;
}
.ahrq .usa-banner__header--expanded .usa-banner__header-close-text {
  display: block;
}
.ahrq .usa-banner__header-text {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 0.79853em;
  line-height: 1.12707;
}
.ahrq .usa-banner__header-action {
  color: #005ea2;
  line-height: 1.12707;
  margin-bottom: 0;
  margin-top: 2px;
  text-decoration: underline;
}
.ahrq .usa-banner__header-action:after {
  background-image: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/public/uswds/img/angle-arrow-down-primary.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/public/uswds/img/angle-arrow-down-primary.svg), linear-gradient(transparent, transparent);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 0.5em;
  content: "";
  display: inline-block;
  height: 0.5em;
  width: 0.5em;
  margin-left: 0.25em;
}
.ahrq .usa-banner__header-action:hover:after {
  background-image: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/public/uswds/img/angle-arrow-down-primary-hover.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/public/uswds/img/angle-arrow-down-primary-hover.svg), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
}
.ahrq .usa-banner__header-flag {
  float: left;
  margin-right: 0.5em;
  width: 1em;
}
.ahrq .usa-banner__header--expanded {
  padding-right: 3.5em;
}
.ahrq .usa-banner__header--expanded .usa-banner__inner {
  margin-left: 0;
}
.ahrq .usa-banner__header--expanded .usa-banner__header-action {
  display: none;
}
.ahrq .usa-banner__button {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 400;
  margin: 0;
  text-align: left;
  left: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  color: #005ea2;
  text-decoration: underline;
  vertical-align: baseline;
  display: block;
  font-size: 0.79853em;
  height: auto;
  line-height: 1.12707;
  padding: 0;
  text-decoration: none;
  width: auto;
}
.ahrq .usa-banner__button:hover {
  color: #1a4480;
}
.ahrq .usa-banner__button:active {
  color: #162e51;
}
.ahrq .usa-banner__button:focus {
  outline: 0.25em solid #2491ff;
  outline-offset: 0;
}
.ahrq .usa-banner__button:visited {
  color: #562b97;
}
.ahrq .usa-banner__button:active, .ahrq .usa-banner__button:hover {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: underline;
}
.ahrq .usa-banner__button[aria-expanded=false], .ahrq .usa-banner__button[aria-expanded=true] {
  background-image: none;
}
.ahrq .usa-banner__button[aria-expanded=true]:after {
  position: absolute;
  right: 1em;
  top: 0.75em;
}
.ahrq .usa-banner__button-text {
  position: absolute;
  left: -999em;
  text-decoration: underline;
}
.ahrq .usa-banner__icon {
  width: 2.5em;
}
.ahrq .usa-checklist {
  margin-bottom: 0;
  margin-top: 0;
  list-style-type: none;
  padding-left: 0;
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.06471em;
  line-height: 1.52155;
}
.ahrq .usa-checklist__item {
  text-indent: -2.5em;
  margin-bottom: 0;
  margin-top: 0.5em;
}
.ahrq .usa-checklist__item:before {
  content: " ";
  display: inline-block;
  height: 1em;
  margin-left: -0.25em;
  margin-right: 0.75em;
  width: 2em;
}
.ahrq .usa-checklist__item.usa-checklist__item--checked:before {
  background-image: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/public/uswds/img/correct9.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/public/uswds/img/correct9.svg), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  background-position: 100%;
  background-size: 100%;
}
.ahrq .usa-footer {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.06471em;
  line-height: 1.52155;
  overflow: hidden;
}
.ahrq .usa-footer__return-to-top {
  padding-bottom: 1.25em;
  padding-top: 1.25em;
  line-height: 0.93923;
}
.ahrq .usa-footer__return-to-top a {
  color: #005ea2;
  text-decoration: underline;
}
.ahrq .usa-footer__return-to-top a:hover {
  color: #1a4480;
}
.ahrq .usa-footer__return-to-top a:active {
  color: #162e51;
}
.ahrq .usa-footer__return-to-top a:focus {
  outline: 0.25em solid #2491ff;
  outline-offset: 0;
}
.ahrq .usa-footer__return-to-top a:visited {
  color: #562b97;
}
.ahrq .usa-footer__nav {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px solid #a9aeb1;
  max-width: 64em;
}
.ahrq .usa-footer__primary-section {
  background-color: #f0f0f0;
}
.ahrq .usa-footer__primary-content {
  line-height: 1.12707;
}
.ahrq .usa-footer__primary-link a, .ahrq .usa-footer__secondary-link a {
  text-decoration: none;
}
.ahrq .usa-footer__primary-link a:hover, .ahrq .usa-footer__secondary-link a:hover {
  text-decoration: underline;
}
.ahrq .usa-footer__primary-link {
  padding: 1em;
  color: #1b1b1b;
  text-decoration: none;
  font-weight: 700;
  display: block;
}
.ahrq .usa-footer__primary-link:hover {
  cursor: pointer;
  text-decoration: underline;
}
.ahrq .usa-footer__secondary-link {
  line-height: 1.12707;
  margin-left: 1em;
  padding: 0;
}
.ahrq .usa-footer__secondary-link a {
  color: #005ea2;
  text-decoration: underline;
}
.ahrq .usa-footer__secondary-link a:hover {
  color: #1a4480;
}
.ahrq .usa-footer__secondary-link a:active {
  color: #162e51;
}
.ahrq .usa-footer__secondary-link a:focus {
  outline: 0.25em solid #2491ff;
  outline-offset: 0;
}
.ahrq .usa-footer__secondary-link a:visited {
  color: #562b97;
}
.ahrq .usa-footer__secondary-link + .usa-footer__secondary-link {
  padding-top: 1em;
}
.ahrq .usa-footer__contact-info {
  display: inline-block;
  line-height: 1.12707;
}
.ahrq .usa-footer__contact-info a {
  color: #1b1b1b;
  text-decoration: none;
}
.ahrq .usa-footer__contact-info:hover {
  text-decoration: underline;
}
.ahrq .usa-footer__primary-content {
  border-top: 1px solid #a9aeb1;
}
.ahrq .usa-sign-up {
  padding-bottom: 2em;
  padding-top: 1.5em;
}
.ahrq .usa-sign-up .usa-button, .ahrq .usa-sign-up .usa-label {
  margin-top: 0.75em;
}
.ahrq .usa-sign-up__heading {
  font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
  font-size: 1.34164em;
  line-height: 1.22983;
  font-weight: 700;
  margin: 0;
}
.ahrq .usa-footer__secondary-section {
  padding-bottom: 1.25em;
  padding-top: 1.25em;
  background-color: #dcdee0;
}
.ahrq .usa-footer__secondary-section a {
  color: #1b1b1b;
}
.ahrq .usa-footer__logo {
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}
.ahrq .usa-footer__logo-img {
  max-width: 5em;
}
.ahrq .usa-footer__logo-heading {
  font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
  font-size: 1.34164em;
  line-height: 1.22983;
  font-weight: 700;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  line-height: 1.02486;
}
.ahrq .usa-footer__contact-links {
  margin-top: 1.5em;
}
.ahrq .usa-footer__contact-heading {
  font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
  font-size: 1.34164em;
  line-height: 1.22983;
  font-weight: 700;
  margin-top: 0;
}
.ahrq .usa-footer__social-links {
  line-height: 0.93923;
  padding-bottom: 0.5em;
}
.ahrq .usa-footer__social-links a {
  text-decoration: none;
}
.ahrq .usa-social-link {
  height: 3em;
  width: 3em;
  background-position: 50%;
  background-size: auto 1.5em;
  background-color: rgba(0, 0, 0, 0.1);
  display: inline-block;
}
.ahrq .usa-social-link span {
  position: absolute;
  left: -999em;
}
.ahrq .usa-social-link--facebook {
  background-image: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/public/uswds/img/social-icons/facebook25.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/public/uswds/img/social-icons/facebook25.svg), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
}
.ahrq .usa-social-link--twitter {
  background-image: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/public/uswds/img/social-icons/twitter16.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/public/uswds/img/social-icons/twitter16.svg), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
}
.ahrq .usa-social-link--youtube {
  background-image: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/public/uswds/img/social-icons/youtube15.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/public/uswds/img/social-icons/youtube15.svg), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
}
.ahrq .usa-social-link--rss {
  background-image: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/public/uswds/img/social-icons/rss25.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/public/uswds/img/social-icons/rss25.svg), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
}
.ahrq .usa-footer--slim .usa-footer__address {
  padding: 1em;
}
.ahrq .usa-footer--slim .usa-footer__logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ahrq .usa-footer--slim .usa-footer__logo-img {
  max-width: 3em;
}
.ahrq .usa-footer--big .usa-footer__nav {
  margin-left: -1em;
  margin-right: -1em;
}
.ahrq .usa-footer--big .usa-footer__primary-link {
  font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
  font-size: 0.97574em;
  font-weight: 700;
  background-image: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/public/uswds/img/arrow-down.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/public/uswds/img/arrow-down.svg), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  background-position: 1em;
  background-size: 0.75em;
  line-height: 1.22983;
  margin: 0;
  padding-left: 2em;
}
.ahrq .usa-footer--big .usa-footer__primary-content--collapsible.hidden .usa-list--unstyled {
  display: none;
}
.ahrq .usa-footer--big .usa-footer__primary-content--collapsible.hidden .usa-footer__primary-link {
  background-image: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/public/uswds/img/arrow-right.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/public/uswds/img/arrow-right.svg), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  cursor: pointer;
}
.ahrq .usa-footer--big .usa-footer__primary-content--collapsible .usa-list--unstyled {
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 1.25em;
}
.ahrq .usa-form {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.06471em;
  line-height: 1.26796;
}
.ahrq .usa-form .usa-input, .ahrq .usa-form .usa-range, .ahrq .usa-form .usa-select, .ahrq .usa-form .usa-textarea {
  max-width: none;
}
.ahrq .usa-form .usa-input--small {
  max-width: 4em;
}
.ahrq .usa-form .usa-input--medium {
  max-width: 7.5em;
}
.ahrq .usa-form .usa-button {
  margin-top: 0.5em;
}
.ahrq .usa-form a {
  color: #005ea2;
  text-decoration: underline;
}
.ahrq .usa-form a:hover {
  color: #1a4480;
}
.ahrq .usa-form a:active {
  color: #162e51;
}
.ahrq .usa-form a:focus {
  outline: 0.25em solid #2491ff;
  outline-offset: 0;
}
.ahrq .usa-form a:visited {
  color: #562b97;
}
.ahrq .usa-form__note {
  font-size: 0.93162em;
  line-height: 1.26796;
  float: right;
  margin: 0.25em 0 1em;
}
.ahrq .usa-form__note, .ahrq .usa-graphic-list {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
}
.ahrq .usa-graphic-list {
  font-size: 1.06471em;
  line-height: 1.52155;
}
.ahrq .usa-graphic-list .usa-graphic-list__row .usa-media-block {
  margin-bottom: 2em;
}
.ahrq .usa-graphic-list .usa-graphic-list__row:last-child .usa-media-block:last-child {
  margin-bottom: 0;
}
.ahrq .usa-graphic-list .usa-media-block__img {
  margin-right: 1.5em;
}
.ahrq .usa-graphic-list .usa-media-block__body > :first-child {
  margin-top: 0;
}
.ahrq .usa-graphic-list__heading {
  margin-bottom: 0;
  margin-top: 0;
  clear: both;
  font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
  font-size: 1.34164em;
  line-height: 1.22983;
  font-weight: 700;
}
.ahrq * + .usa-graphic-list__heading {
  margin-top: 1.5em;
}
.ahrq .usa-graphic-list__heading + * {
  margin-top: 1em;
}
.ahrq .usa-header {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.06471em;
  line-height: 1.52155;
  z-index: 300;
}
.ahrq .usa-header:after {
  clear: both;
  content: "";
  display: block;
}
.ahrq .usa-header a {
  border-bottom: none;
}
.ahrq .usa-header [type=search] {
  min-width: 0;
}
.ahrq .usa-logo a {
  color: #1b1b1b;
  text-decoration: none;
}
.ahrq .usa-logo__text {
  display: block;
  font-style: normal;
  font-weight: 700;
  margin: 0;
}
.ahrq .usa-menu-btn {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #005ea2;
  text-decoration: underline;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 400;
  margin: 0;
  text-align: left;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0 0.75em;
  background-color: #005ea2;
  color: #fff;
  font-size: 0.86507em;
  height: 3em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.ahrq .usa-menu-btn:hover {
  color: #1a4480;
}
.ahrq .usa-menu-btn:active {
  color: #162e51;
}
.ahrq .usa-menu-btn:focus {
  outline: 0.25em solid #2491ff;
  outline-offset: 0;
}
.ahrq .usa-menu-btn:visited {
  color: #562b97;
}
.ahrq .usa-menu-btn:active, .ahrq .usa-menu-btn:hover {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: underline;
}
.ahrq .usa-menu-btn:hover {
  background-color: #1a4480;
  color: #fff;
  text-decoration: none;
}
.ahrq .usa-menu-btn:active, .ahrq .usa-menu-btn:visited {
  color: #fff;
}
.ahrq .usa-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  position: fixed;
  background: #000;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  visibility: hidden;
  z-index: 400;
}
.ahrq .usa-overlay.is-visible {
  opacity: 0.2;
  visibility: visible;
}
.ahrq .usa-header--basic.usa-header--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;
}
.ahrq .usa-hero {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.06471em;
  line-height: 1.52155;
  padding-bottom: 2em;
  padding-top: 2em;
  background-image: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/public/uswds/img/hero.png);
  background-position: 50%;
  background-size: cover;
  color: #fff;
}
.ahrq .usa-hero__callout {
  background-color: #162e51;
  padding: 2em;
}
.ahrq .usa-hero__heading {
  margin-bottom: 0;
  margin-top: 0;
  clear: both;
  font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
  font-size: 1.95148em;
  font-weight: 700;
  color: #00bde3;
  line-height: 1.22983;
}
.ahrq * + .usa-hero__heading {
  margin-top: 1.5em;
}
.ahrq .usa-hero__heading + * {
  margin-top: 1em;
}
.ahrq .usa-hero__heading--alt {
  color: #fff;
  display: block;
}
.ahrq .usa-layout-docs__sidenav {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding-top: 2em;
}
.ahrq .usa-media-block__img {
  float: left;
  margin-right: 0.5em;
}
.ahrq .usa-media-block__body {
  overflow: hidden;
}
@-webkit-keyframes slidein-left {
  0% {
    -webkit-transform: translateX(15em);
    transform: translateX(15em);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slidein-left {
  0% {
    -webkit-transform: translateX(15em);
    transform: translateX(15em);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.ahrq .usa-navbar {
  height: 3em;
}
.ahrq .usa-nav {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.06471em;
  line-height: 0.93923;
}
.ahrq .usa-nav__primary .usa-nav__primary-item a {
  text-decoration: none;
}
.ahrq .usa-nav__primary > .usa-nav__primary-item {
  line-height: 1.12707;
}
.ahrq .usa-nav__primary button {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #005ea2;
  text-decoration: underline;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  text-align: left;
  color: #565c65;
  font-weight: 400;
  line-height: 1.12707;
  padding: 0.75em 1em;
  text-decoration: none;
}
.ahrq .usa-nav__primary button:hover {
  color: #1a4480;
}
.ahrq .usa-nav__primary button:active {
  color: #162e51;
}
.ahrq .usa-nav__primary button:focus {
  outline: 0.25em solid #2491ff;
  outline-offset: 0;
}
.ahrq .usa-nav__primary button:visited {
  color: #562b97;
}
.ahrq .usa-nav__primary button:active, .ahrq .usa-nav__primary button:hover {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: underline;
}
.ahrq .usa-nav__primary button:hover {
  color: #005ea2;
  background-color: #f0f0f0;
  text-decoration: none;
}
.ahrq .usa-nav__primary button[aria-expanded=false] {
  background-image: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/public/uswds/img/plus-alt.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/public/uswds/img/plus-alt.svg), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  background-position: right 0 center;
  background-size: 0.75em;
}
.ahrq .usa-nav__primary button[aria-expanded=true] {
  background-image: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/public/uswds/img/minus-alt.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/public/uswds/img/minus-alt.svg), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  background-position: right 0 center;
  background-size: 0.75em;
}
.ahrq .usa-nav__secondary {
  margin-top: 1em;
}
.ahrq .usa-nav__secondary .usa-search {
  margin-top: 1em;
  width: 100%;
}
.ahrq .usa-nav__secondary-links {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  line-height: 1.26796;
  margin-top: 1.5em;
}
.ahrq .usa-nav__secondary-links a {
  color: #71767a;
  display: inline-block;
  font-size: 0.93162em;
  text-decoration: none;
}
.ahrq .usa-nav__secondary-links a:hover {
  color: #005ea2;
  text-decoration: underline;
}
.ahrq .usa-nav__submenu[aria-hidden=true] {
  display: none;
}
.ahrq .usa-nav__submenu-list {
  margin-bottom: 0;
  margin-top: 0;
  list-style-type: none;
  padding-left: 0;
}
.ahrq .usa-nav__submenu-list > li {
  margin-bottom: 0;
  max-width: unset;
}
.ahrq .usa-nav__submenu-list .usa-nav__submenu-list-item {
  margin: 0;
  font-size: 0.93162em;
}
.ahrq .usa-nav__submenu-list .usa-nav__submenu-list-item a {
  line-height: 1.26796;
}
.ahrq .usa-nav__close {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #005ea2;
  text-decoration: underline;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 400;
  padding: 0;
  text-align: left;
  height: 3em;
  width: 3em;
  color: currentColor;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  float: right;
  margin: -0.75em -1em 1em auto;
  text-align: center;
}
.ahrq .usa-nav__close:hover {
  color: #1a4480;
}
.ahrq .usa-nav__close:active {
  color: #162e51;
}
.ahrq .usa-nav__close:focus {
  outline: 0.25em solid #2491ff;
  outline-offset: 0;
}
.ahrq .usa-nav__close:visited {
  color: #562b97;
}
.ahrq .usa-nav__close:active, .ahrq .usa-nav__close:hover {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: underline;
}
.ahrq .usa-nav__close:hover {
  color: currentColor;
  text-decoration: none;
}
.ahrq .usa-nav__close img {
  width: 0.75em;
}
.ahrq .usa-nav__close + * {
  clear: both;
}
.ahrq .usa-js-mobile-nav--active {
  overflow: hidden;
}
.ahrq .usa-search {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.06471em;
  line-height: 1.52155;
  position: relative;
}
.ahrq .usa-search:after {
  clear: both;
  content: "";
  display: block;
}
.ahrq .usa-search [role=search] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ahrq .usa-search [type=submit] {
  background-image: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/public/uswds/img/search.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/public/uswds/img/search.svg), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 1.5em;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  height: 2em;
  margin: 0;
  padding: 0;
  width: 3em;
}
.ahrq input[type=search] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.ahrq .usa-search__input, .ahrq [type=search] {
  padding-bottom: 0;
  padding-top: 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: 0.99816em;
  height: 2em;
  margin: 0;
}
.ahrq .usa-search__submit-text {
  position: absolute;
  left: -999em;
}
.ahrq .usa-section {
  padding-bottom: 2em;
  padding-top: 2em;
}
.ahrq .usa-section--light {
  background-color: #f0f0f0;
}
.ahrq .usa-section--dark {
  background-color: #162e51;
  color: #fff;
}
.ahrq .usa-section--dark h1, .ahrq .usa-section--dark h2, .ahrq .usa-section--dark h3, .ahrq .usa-section--dark h4, .ahrq .usa-section--dark h5, .ahrq .usa-section--dark h6 {
  color: #00bde3;
}
.ahrq .usa-section--dark p {
  color: #fff;
}
.ahrq .usa-section--dark a {
  color: #dcdee0;
}
.ahrq .usa-section--dark a:hover {
  color: #fff;
}
.ahrq .usa-sidenav {
  margin-bottom: 0;
  margin-top: 0;
  list-style-type: none;
  padding-left: 0;
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.06471em;
  line-height: 1.26796;
  border-bottom: 1px solid #dcdee0;
}
.ahrq .usa-sidenav > li {
  margin-bottom: 0;
  max-width: unset;
}
.ahrq .usa-sidenav__item {
  border-top: 1px solid #dcdee0;
}
.ahrq .usa-sidenav a {
  color: #565c65;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
}
.ahrq .usa-sidenav a:hover {
  background-color: #f0f0f0;
  color: #005ea2;
  text-decoration: none;
}
.ahrq .usa-sidenav a:focus {
  outline-offset: 0;
}
.ahrq .usa-sidenav .usa-current {
  position: relative;
  color: #005ea2;
  font-weight: 700;
}
.ahrq .usa-sidenav .usa-current:after {
  background-color: #005ea2;
  border-radius: 99em;
  content: "";
  display: block;
  position: absolute;
  bottom: 0.25em;
  top: 0.25em;
  width: 0.25em;
  left: 0.25em;
}
.ahrq .grid-container .usa-sidenav {
  margin-left: -1em;
  margin-right: -1em;
}
.ahrq .usa-sidenav__sublist {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
  font-size: 0.99816em;
}
.ahrq .usa-sidenav__sublist > li {
  margin-bottom: 0;
  max-width: unset;
}
.ahrq .usa-sidenav__sublist-item {
  border-top: 1px solid #dcdee0;
  font-size: 0.93162em;
}
.ahrq .usa-sidenav__sublist .usa-current:after {
  display: none;
}
.ahrq .usa-sidenav__sublist a {
  padding-left: 2em;
}
.ahrq .usa-sidenav__sublist .usa-sidenav__sublist a {
  padding-left: 3em;
}
.ahrq .usa-sidenav__sublist .usa-sidenav__sublist .usa-sidenav__sublist a {
  content: "foobar";
  padding-left: 4em;
}
.ahrq .usa-skipnav {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.06471em;
  line-height: 1.52155;
  background: transparent;
  padding: 0.5em 1em;
  top: -3.8em;
  z-index: 100;
}
.ahrq .usa-skipnav, .ahrq .usa-skipnav:focus {
  left: 0;
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ahrq .usa-skipnav:focus {
  background: #fff;
  top: 0;
}
.ahrq .grid-container {
  max-width: 64em;
}
.ahrq .grid-container, .ahrq .grid-container-card {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1em;
  padding-right: 1em;
}
.ahrq .grid-container-card {
  max-width: 10em;
}
.ahrq .grid-container-card-lg {
  max-width: 15em;
}
.ahrq .grid-container-card-lg, .ahrq .grid-container-mobile {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1em;
  padding-right: 1em;
}
.ahrq .grid-container-mobile {
  max-width: 20em;
}
.ahrq .grid-container-mobile-lg {
  max-width: 30em;
}
.ahrq .grid-container-mobile-lg, .ahrq .grid-container-tablet {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1em;
  padding-right: 1em;
}
.ahrq .grid-container-tablet {
  max-width: 40em;
}
.ahrq .grid-container-tablet-lg {
  max-width: 55em;
}
.ahrq .grid-container-desktop, .ahrq .grid-container-tablet-lg {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1em;
  padding-right: 1em;
}
.ahrq .grid-container-desktop {
  max-width: 64em;
}
.ahrq .grid-container-desktop-lg {
  max-width: 75em;
}
.ahrq .grid-container-desktop-lg, .ahrq .grid-container-widescreen {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1em;
  padding-right: 1em;
}
.ahrq .grid-container-widescreen {
  max-width: 87.5em;
}
.ahrq .grid-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ahrq .grid-row.grid-gap {
  margin-left: -0.5em;
  margin-right: -0.5em;
}
.ahrq .grid-row.grid-gap > * {
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.ahrq .grid-row.grid-gap-0 {
  margin-left: 0;
  margin-right: 0;
}
.ahrq .grid-row.grid-gap-0 > * {
  padding-left: 0;
  padding-right: 0;
}
.ahrq .grid-row.grid-gap-2px {
  margin-left: -1px;
  margin-right: -1px;
}
.ahrq .grid-row.grid-gap-2px > * {
  padding-left: 1px;
  padding-right: 1px;
}
.ahrq .grid-row.grid-gap-05 {
  margin-left: -2px;
  margin-right: -2px;
}
.ahrq .grid-row.grid-gap-05 > * {
  padding-left: 2px;
  padding-right: 2px;
}
.ahrq .grid-row.grid-gap-1 {
  margin-left: -0.25em;
  margin-right: -0.25em;
}
.ahrq .grid-row.grid-gap-1 > * {
  padding-left: 0.25em;
  padding-right: 0.25em;
}
.ahrq .grid-row.grid-gap-2 {
  margin-left: -0.5em;
  margin-right: -0.5em;
}
.ahrq .grid-row.grid-gap-2 > * {
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.ahrq .grid-row.grid-gap-3 {
  margin-left: -0.75em;
  margin-right: -0.75em;
}
.ahrq .grid-row.grid-gap-3 > * {
  padding-left: 0.75em;
  padding-right: 0.75em;
}
.ahrq .grid-row.grid-gap-4 {
  margin-left: -1em;
  margin-right: -1em;
}
.ahrq .grid-row.grid-gap-4 > * {
  padding-left: 1em;
  padding-right: 1em;
}
.ahrq .grid-row.grid-gap-5 {
  margin-left: -1.25em;
  margin-right: -1.25em;
}
.ahrq .grid-row.grid-gap-5 > * {
  padding-left: 1.25em;
  padding-right: 1.25em;
}
.ahrq .grid-row.grid-gap-6 {
  margin-left: -1.5em;
  margin-right: -1.5em;
}
.ahrq .grid-row.grid-gap-6 > * {
  padding-left: 1.5em;
  padding-right: 1.5em;
}
.ahrq .grid-row.grid-gap-sm {
  margin-left: -1px;
  margin-right: -1px;
}
.ahrq .grid-row.grid-gap-sm > * {
  padding-left: 1px;
  padding-right: 1px;
}
.ahrq .grid-row.grid-gap-md {
  margin-left: -0.5em;
  margin-right: -0.5em;
}
.ahrq .grid-row.grid-gap-md > * {
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.ahrq .grid-row.grid-gap-lg {
  margin-left: -0.75em;
  margin-right: -0.75em;
}
.ahrq .grid-row.grid-gap-lg > * {
  padding-left: 0.75em;
  padding-right: 0.75em;
}
.ahrq [class*=grid-col] {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ahrq .grid-col {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}
.ahrq .grid-col, .ahrq .grid-col-auto {
  width: auto;
  max-width: 100%;
}
.ahrq .grid-col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.ahrq .grid-col-fill {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  width: auto;
  max-width: 100%;
}
.ahrq .grid-col-1 {
  width: 8.33333%;
}
.ahrq .grid-col-1, .ahrq .grid-col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.ahrq .grid-col-2 {
  width: 16.66667%;
}
.ahrq .grid-col-3 {
  width: 25%;
}
.ahrq .grid-col-3, .ahrq .grid-col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.ahrq .grid-col-4 {
  width: 33.33333%;
}
.ahrq .grid-col-5 {
  width: 41.66667%;
}
.ahrq .grid-col-5, .ahrq .grid-col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.ahrq .grid-col-6 {
  width: 50%;
}
.ahrq .grid-col-7 {
  width: 58.33333%;
}
.ahrq .grid-col-7, .ahrq .grid-col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.ahrq .grid-col-8 {
  width: 66.66667%;
}
.ahrq .grid-col-9 {
  width: 75%;
}
.ahrq .grid-col-9, .ahrq .grid-col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.ahrq .grid-col-10 {
  width: 83.33333%;
}
.ahrq .grid-col-11 {
  width: 91.66667%;
}
.ahrq .grid-col-11, .ahrq .grid-col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.ahrq .grid-col-12 {
  width: 100%;
}
.ahrq .grid-offset-1 {
  margin-left: 8.33333%;
}
.ahrq .grid-offset-2 {
  margin-left: 16.66667%;
}
.ahrq .grid-offset-3 {
  margin-left: 25%;
}
.ahrq .grid-offset-4 {
  margin-left: 33.33333%;
}
.ahrq .grid-offset-5 {
  margin-left: 41.66667%;
}
.ahrq .grid-offset-6 {
  margin-left: 50%;
}
.ahrq .grid-offset-7 {
  margin-left: 58.33333%;
}
.ahrq .grid-offset-8 {
  margin-left: 66.66667%;
}
.ahrq .grid-offset-9 {
  margin-left: 75%;
}
.ahrq .grid-offset-10 {
  margin-left: 83.33333%;
}
.ahrq .grid-offset-11 {
  margin-left: 91.66667%;
}
.ahrq .grid-offset-12 {
  margin-left: 100%;
}
.ahrq .grid-offset-none {
  margin-left: 0;
}
.ahrq .add-aspect-9x16 {
  padding: 0 0 177.77778%;
}
.ahrq .add-aspect-1x1, .ahrq .add-aspect-9x16 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 0;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.ahrq .add-aspect-1x1 {
  padding: 0 0 100%;
}
.ahrq .add-aspect-4x3 {
  padding: 0 0 75%;
}
.ahrq .add-aspect-4x3, .ahrq .add-aspect-16x9 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 0;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.ahrq .add-aspect-16x9 {
  padding: 0 0 56.25%;
}
.ahrq .add-aspect-2x1 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 0;
  max-width: 100%;
  overflow: hidden;
  padding: 0 0 50%;
  position: relative;
}
.ahrq .add-list-reset {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
  list-style: none;
}
.ahrq .flex-align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.ahrq .flex-align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.ahrq .flex-align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ahrq .flex-align-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.ahrq .flex-align-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.ahrq .bg-transparent, .ahrq .hover\:bg-transparent:hover {
  background-color: transparent;
}
.ahrq .bg-black, .ahrq .hover\:bg-black:hover {
  background-color: #000;
}
.ahrq .bg-white, .ahrq .hover\:bg-white:hover {
  background-color: #fff;
}
.ahrq .bg-red, .ahrq .hover\:bg-red:hover {
  background-color: #e52207;
}
.ahrq .bg-orange, .ahrq .hover\:bg-orange:hover {
  background-color: #e66f0e;
}
.ahrq .bg-gold, .ahrq .hover\:bg-gold:hover {
  background-color: #ffbe2e;
}
.ahrq .bg-yellow, .ahrq .hover\:bg-yellow:hover {
  background-color: #fee685;
}
.ahrq .bg-green, .ahrq .hover\:bg-green:hover {
  background-color: #538200;
}
.ahrq .bg-mint, .ahrq .hover\:bg-mint:hover {
  background-color: #04c585;
}
.ahrq .bg-cyan, .ahrq .hover\:bg-cyan:hover {
  background-color: #009ec1;
}
.ahrq .bg-blue, .ahrq .hover\:bg-blue:hover {
  background-color: #0076d6;
}
.ahrq .bg-indigo, .ahrq .hover\:bg-indigo:hover {
  background-color: #676cc8;
}
.ahrq .bg-violet, .ahrq .hover\:bg-violet:hover {
  background-color: #8168b3;
}
.ahrq .bg-magenta, .ahrq .hover\:bg-magenta:hover {
  background-color: #d72d79;
}
.ahrq .bg-gray-5, .ahrq .hover\:bg-gray-5:hover {
  background-color: #f0f0f0;
}
.ahrq .bg-gray-10, .ahrq .hover\:bg-gray-10:hover {
  background-color: #e6e6e6;
}
.ahrq .bg-gray-30, .ahrq .hover\:bg-gray-30:hover {
  background-color: #adadad;
}
.ahrq .bg-gray-50, .ahrq .hover\:bg-gray-50:hover {
  background-color: #757575;
}
.ahrq .bg-gray-70, .ahrq .hover\:bg-gray-70:hover {
  background-color: #454545;
}
.ahrq .bg-gray-90, .ahrq .hover\:bg-gray-90:hover {
  background-color: #1b1b1b;
}
.ahrq .bg-base-lightest, .ahrq .hover\:bg-base-lightest:hover {
  background-color: #f0f0f0;
}
.ahrq .bg-base-lighter, .ahrq .hover\:bg-base-lighter:hover {
  background-color: #dcdee0;
}
.ahrq .bg-base-light, .ahrq .hover\:bg-base-light:hover {
  background-color: #a9aeb1;
}
.ahrq .bg-base, .ahrq .hover\:bg-base:hover {
  background-color: #71767a;
}
.ahrq .bg-base-dark, .ahrq .hover\:bg-base-dark:hover {
  background-color: #565c65;
}
.ahrq .bg-base-darker, .ahrq .hover\:bg-base-darker:hover {
  background-color: #3d4551;
}
.ahrq .bg-base-darkest, .ahrq .bg-ink, .ahrq .hover\:bg-base-darkest:hover, .ahrq .hover\:bg-ink:hover {
  background-color: #1b1b1b;
}
.ahrq .bg-primary-lighter, .ahrq .hover\:bg-primary-lighter:hover {
  background-color: #d9e8f6;
}
.ahrq .bg-primary-light, .ahrq .hover\:bg-primary-light:hover {
  background-color: #73b3e7;
}
.ahrq .bg-primary, .ahrq .hover\:bg-primary:hover {
  background-color: #005ea2;
}
.ahrq .bg-primary-vivid, .ahrq .hover\:bg-primary-vivid:hover {
  background-color: #0050d8;
}
.ahrq .bg-primary-dark, .ahrq .hover\:bg-primary-dark:hover {
  background-color: #1a4480;
}
.ahrq .bg-primary-darker, .ahrq .hover\:bg-primary-darker:hover {
  background-color: #162e51;
}
.ahrq .bg-secondary-lighter, .ahrq .hover\:bg-secondary-lighter:hover {
  background-color: #f3e1e4;
}
.ahrq .bg-secondary-light, .ahrq .hover\:bg-secondary-light:hover {
  background-color: #f2938c;
}
.ahrq .bg-secondary, .ahrq .hover\:bg-secondary:hover {
  background-color: #d83933;
}
.ahrq .bg-secondary-vivid, .ahrq .hover\:bg-secondary-vivid:hover {
  background-color: #e41d3d;
}
.ahrq .bg-secondary-dark, .ahrq .hover\:bg-secondary-dark:hover {
  background-color: #b50909;
}
.ahrq .bg-secondary-darker, .ahrq .hover\:bg-secondary-darker:hover {
  background-color: #8b0a03;
}
.ahrq .bg-accent-warm-darker, .ahrq .hover\:bg-accent-warm-darker:hover {
  background-color: #775540;
}
.ahrq .bg-accent-warm-dark, .ahrq .hover\:bg-accent-warm-dark:hover {
  background-color: #c05600;
}
.ahrq .bg-accent-warm, .ahrq .hover\:bg-accent-warm:hover {
  background-color: #fa9441;
}
.ahrq .bg-accent-warm-light, .ahrq .hover\:bg-accent-warm-light:hover {
  background-color: #ffbc78;
}
.ahrq .bg-accent-warm-lighter, .ahrq .hover\:bg-accent-warm-lighter:hover {
  background-color: #f2e4d4;
}
.ahrq .bg-accent-cool-darker, .ahrq .hover\:bg-accent-cool-darker:hover {
  background-color: #07648d;
}
.ahrq .bg-accent-cool-dark, .ahrq .hover\:bg-accent-cool-dark:hover {
  background-color: #28a0cb;
}
.ahrq .bg-accent-cool, .ahrq .hover\:bg-accent-cool:hover {
  background-color: #00bde3;
}
.ahrq .bg-accent-cool-light, .ahrq .hover\:bg-accent-cool-light:hover {
  background-color: #97d4ea;
}
.ahrq .bg-accent-cool-lighter, .ahrq .hover\:bg-accent-cool-lighter:hover {
  background-color: #e1f3f8;
}
.ahrq .border-1px, .ahrq .hover\:border-1px:hover {
  border: 1px solid;
}
.ahrq .border-y-1px, .ahrq .hover\:border-y-1px:hover {
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.ahrq .border-x-1px, .ahrq .hover\:border-x-1px:hover {
  border-left: 1px solid;
  border-right: 1px solid;
}
.ahrq .border-top-1px, .ahrq .hover\:border-top-1px:hover {
  border-top: 1px solid;
}
.ahrq .border-right-1px, .ahrq .hover\:border-right-1px:hover {
  border-right: 1px solid;
}
.ahrq .border-bottom-1px, .ahrq .hover\:border-bottom-1px:hover {
  border-bottom: 1px solid;
}
.ahrq .border-left-1px, .ahrq .hover\:border-left-1px:hover {
  border-left: 1px solid;
}
.ahrq .border-2px, .ahrq .hover\:border-2px:hover {
  border: 2px solid;
}
.ahrq .border-y-2px, .ahrq .hover\:border-y-2px:hover {
  border-top: 2px solid;
  border-bottom: 2px solid;
}
.ahrq .border-x-2px, .ahrq .hover\:border-x-2px:hover {
  border-left: 2px solid;
  border-right: 2px solid;
}
.ahrq .border-top-2px, .ahrq .hover\:border-top-2px:hover {
  border-top: 2px solid;
}
.ahrq .border-right-2px, .ahrq .hover\:border-right-2px:hover {
  border-right: 2px solid;
}
.ahrq .border-bottom-2px, .ahrq .hover\:border-bottom-2px:hover {
  border-bottom: 2px solid;
}
.ahrq .border-left-2px, .ahrq .hover\:border-left-2px:hover {
  border-left: 2px solid;
}
.ahrq .border-05, .ahrq .hover\:border-05:hover {
  border: 0.25em solid;
}
.ahrq .border-y-05, .ahrq .hover\:border-y-05:hover {
  border-top: 0.25em solid;
  border-bottom: 0.25em solid;
}
.ahrq .border-x-05, .ahrq .hover\:border-x-05:hover {
  border-left: 0.25em solid;
  border-right: 0.25em solid;
}
.ahrq .border-top-05, .ahrq .hover\:border-top-05:hover {
  border-top: 0.25em solid;
}
.ahrq .border-right-05, .ahrq .hover\:border-right-05:hover {
  border-right: 0.25em solid;
}
.ahrq .border-bottom-05, .ahrq .hover\:border-bottom-05:hover {
  border-bottom: 0.25em solid;
}
.ahrq .border-left-05, .ahrq .hover\:border-left-05:hover {
  border-left: 0.25em solid;
}
.ahrq .border-1, .ahrq .hover\:border-1:hover {
  border: 0.5em solid;
}
.ahrq .border-y-1, .ahrq .hover\:border-y-1:hover {
  border-top: 0.5em solid;
  border-bottom: 0.5em solid;
}
.ahrq .border-x-1, .ahrq .hover\:border-x-1:hover {
  border-left: 0.5em solid;
  border-right: 0.5em solid;
}
.ahrq .border-top-1, .ahrq .hover\:border-top-1:hover {
  border-top: 0.5em solid;
}
.ahrq .border-right-1, .ahrq .hover\:border-right-1:hover {
  border-right: 0.5em solid;
}
.ahrq .border-bottom-1, .ahrq .hover\:border-bottom-1:hover {
  border-bottom: 0.5em solid;
}
.ahrq .border-left-1, .ahrq .hover\:border-left-1:hover {
  border-left: 0.5em solid;
}
.ahrq .border-105, .ahrq .hover\:border-105:hover {
  border: 0.75em solid;
}
.ahrq .border-y-105, .ahrq .hover\:border-y-105:hover {
  border-top: 0.75em solid;
  border-bottom: 0.75em solid;
}
.ahrq .border-x-105, .ahrq .hover\:border-x-105:hover {
  border-left: 0.75em solid;
  border-right: 0.75em solid;
}
.ahrq .border-top-105, .ahrq .hover\:border-top-105:hover {
  border-top: 0.75em solid;
}
.ahrq .border-right-105, .ahrq .hover\:border-right-105:hover {
  border-right: 0.75em solid;
}
.ahrq .border-bottom-105, .ahrq .hover\:border-bottom-105:hover {
  border-bottom: 0.75em solid;
}
.ahrq .border-left-105, .ahrq .hover\:border-left-105:hover {
  border-left: 0.75em solid;
}
.ahrq .border-2, .ahrq .hover\:border-2:hover {
  border: 1em solid;
}
.ahrq .border-y-2, .ahrq .hover\:border-y-2:hover {
  border-top: 1em solid;
  border-bottom: 1em solid;
}
.ahrq .border-x-2, .ahrq .hover\:border-x-2:hover {
  border-left: 1em solid;
  border-right: 1em solid;
}
.ahrq .border-top-2, .ahrq .hover\:border-top-2:hover {
  border-top: 1em solid;
}
.ahrq .border-right-2, .ahrq .hover\:border-right-2:hover {
  border-right: 1em solid;
}
.ahrq .border-bottom-2, .ahrq .hover\:border-bottom-2:hover {
  border-bottom: 1em solid;
}
.ahrq .border-left-2, .ahrq .hover\:border-left-2:hover {
  border-left: 1em solid;
}
.ahrq .border-205, .ahrq .hover\:border-205:hover {
  border: 1.25em solid;
}
.ahrq .border-y-205, .ahrq .hover\:border-y-205:hover {
  border-top: 1.25em solid;
  border-bottom: 1.25em solid;
}
.ahrq .border-x-205, .ahrq .hover\:border-x-205:hover {
  border-left: 1.25em solid;
  border-right: 1.25em solid;
}
.ahrq .border-top-205, .ahrq .hover\:border-top-205:hover {
  border-top: 1.25em solid;
}
.ahrq .border-right-205, .ahrq .hover\:border-right-205:hover {
  border-right: 1.25em solid;
}
.ahrq .border-bottom-205, .ahrq .hover\:border-bottom-205:hover {
  border-bottom: 1.25em solid;
}
.ahrq .border-left-205, .ahrq .hover\:border-left-205:hover {
  border-left: 1.25em solid;
}
.ahrq .border-3, .ahrq .hover\:border-3:hover {
  border: 1.5em solid;
}
.ahrq .border-y-3, .ahrq .hover\:border-y-3:hover {
  border-top: 1.5em solid;
  border-bottom: 1.5em solid;
}
.ahrq .border-x-3, .ahrq .hover\:border-x-3:hover {
  border-left: 1.5em solid;
  border-right: 1.5em solid;
}
.ahrq .border-top-3, .ahrq .hover\:border-top-3:hover {
  border-top: 1.5em solid;
}
.ahrq .border-right-3, .ahrq .hover\:border-right-3:hover {
  border-right: 1.5em solid;
}
.ahrq .border-bottom-3, .ahrq .hover\:border-bottom-3:hover {
  border-bottom: 1.5em solid;
}
.ahrq .border-left-3, .ahrq .hover\:border-left-3:hover {
  border-left: 1.5em solid;
}
.ahrq .border-0, .ahrq .hover\:border-0:hover {
  border: 0 solid;
}
.ahrq .border-y-0, .ahrq .hover\:border-y-0:hover {
  border-top: 0 solid;
  border-bottom: 0 solid;
}
.ahrq .border-x-0, .ahrq .hover\:border-x-0:hover {
  border-left: 0 solid;
  border-right: 0 solid;
}
.ahrq .border-top-0, .ahrq .hover\:border-top-0:hover {
  border-top: 0 solid;
}
.ahrq .border-right-0, .ahrq .hover\:border-right-0:hover {
  border-right: 0 solid;
}
.ahrq .border-bottom-0, .ahrq .hover\:border-bottom-0:hover {
  border-bottom: 0 solid;
}
.ahrq .border-left-0, .ahrq .hover\:border-left-0:hover {
  border-left: 0 solid;
}
.ahrq .border, .ahrq .hover\:border:hover {
  border: 1px solid;
}
.ahrq .border-y, .ahrq .hover\:border-y:hover {
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.ahrq .border-x, .ahrq .hover\:border-x:hover {
  border-left: 1px solid;
  border-right: 1px solid;
}
.ahrq .border-top, .ahrq .hover\:border-top:hover {
  border-top: 1px solid;
}
.ahrq .border-right, .ahrq .hover\:border-right:hover {
  border-right: 1px solid;
}
.ahrq .border-bottom, .ahrq .hover\:border-bottom:hover {
  border-bottom: 1px solid;
}
.ahrq .border-left, .ahrq .hover\:border-left:hover {
  border-left: 1px solid;
}
.ahrq .border-transparent, .ahrq .hover\:border-transparent:hover {
  border-color: transparent;
}
.ahrq .border-black, .ahrq .hover\:border-black:hover {
  border-color: #000;
}
.ahrq .border-white, .ahrq .hover\:border-white:hover {
  border-color: #fff;
}
.ahrq .border-red, .ahrq .hover\:border-red:hover {
  border-color: #e52207;
}
.ahrq .border-orange, .ahrq .hover\:border-orange:hover {
  border-color: #e66f0e;
}
.ahrq .border-gold, .ahrq .hover\:border-gold:hover {
  border-color: #ffbe2e;
}
.ahrq .border-yellow, .ahrq .hover\:border-yellow:hover {
  border-color: #fee685;
}
.ahrq .border-green, .ahrq .hover\:border-green:hover {
  border-color: #538200;
}
.ahrq .border-mint, .ahrq .hover\:border-mint:hover {
  border-color: #04c585;
}
.ahrq .border-cyan, .ahrq .hover\:border-cyan:hover {
  border-color: #009ec1;
}
.ahrq .border-blue, .ahrq .hover\:border-blue:hover {
  border-color: #0076d6;
}
.ahrq .border-indigo, .ahrq .hover\:border-indigo:hover {
  border-color: #676cc8;
}
.ahrq .border-violet, .ahrq .hover\:border-violet:hover {
  border-color: #8168b3;
}
.ahrq .border-magenta, .ahrq .hover\:border-magenta:hover {
  border-color: #d72d79;
}
.ahrq .border-gray-5, .ahrq .hover\:border-gray-5:hover {
  border-color: #f0f0f0;
}
.ahrq .border-gray-10, .ahrq .hover\:border-gray-10:hover {
  border-color: #e6e6e6;
}
.ahrq .border-gray-30, .ahrq .hover\:border-gray-30:hover {
  border-color: #adadad;
}
.ahrq .border-gray-50, .ahrq .hover\:border-gray-50:hover {
  border-color: #757575;
}
.ahrq .border-gray-70, .ahrq .hover\:border-gray-70:hover {
  border-color: #454545;
}
.ahrq .border-gray-90, .ahrq .hover\:border-gray-90:hover {
  border-color: #1b1b1b;
}
.ahrq .border-base-lightest, .ahrq .hover\:border-base-lightest:hover {
  border-color: #f0f0f0;
}
.ahrq .border-base-lighter, .ahrq .hover\:border-base-lighter:hover {
  border-color: #dcdee0;
}
.ahrq .border-base-light, .ahrq .hover\:border-base-light:hover {
  border-color: #a9aeb1;
}
.ahrq .border-base, .ahrq .hover\:border-base:hover {
  border-color: #71767a;
}
.ahrq .border-base-dark, .ahrq .hover\:border-base-dark:hover {
  border-color: #565c65;
}
.ahrq .border-base-darker, .ahrq .hover\:border-base-darker:hover {
  border-color: #3d4551;
}
.ahrq .border-base-darkest, .ahrq .border-ink, .ahrq .hover\:border-base-darkest:hover, .ahrq .hover\:border-ink:hover {
  border-color: #1b1b1b;
}
.ahrq .border-primary-lighter, .ahrq .hover\:border-primary-lighter:hover {
  border-color: #d9e8f6;
}
.ahrq .border-primary-light, .ahrq .hover\:border-primary-light:hover {
  border-color: #73b3e7;
}
.ahrq .border-primary, .ahrq .hover\:border-primary:hover {
  border-color: #005ea2;
}
.ahrq .border-primary-vivid, .ahrq .hover\:border-primary-vivid:hover {
  border-color: #0050d8;
}
.ahrq .border-primary-dark, .ahrq .hover\:border-primary-dark:hover {
  border-color: #1a4480;
}
.ahrq .border-primary-darker, .ahrq .hover\:border-primary-darker:hover {
  border-color: #162e51;
}
.ahrq .border-secondary-lighter, .ahrq .hover\:border-secondary-lighter:hover {
  border-color: #f3e1e4;
}
.ahrq .border-secondary-light, .ahrq .hover\:border-secondary-light:hover {
  border-color: #f2938c;
}
.ahrq .border-secondary, .ahrq .hover\:border-secondary:hover {
  border-color: #d83933;
}
.ahrq .border-secondary-vivid, .ahrq .hover\:border-secondary-vivid:hover {
  border-color: #e41d3d;
}
.ahrq .border-secondary-dark, .ahrq .hover\:border-secondary-dark:hover {
  border-color: #b50909;
}
.ahrq .border-secondary-darker, .ahrq .hover\:border-secondary-darker:hover {
  border-color: #8b0a03;
}
.ahrq .border-accent-warm-darker, .ahrq .hover\:border-accent-warm-darker:hover {
  border-color: #775540;
}
.ahrq .border-accent-warm-dark, .ahrq .hover\:border-accent-warm-dark:hover {
  border-color: #c05600;
}
.ahrq .border-accent-warm, .ahrq .hover\:border-accent-warm:hover {
  border-color: #fa9441;
}
.ahrq .border-accent-warm-light, .ahrq .hover\:border-accent-warm-light:hover {
  border-color: #ffbc78;
}
.ahrq .border-accent-warm-lighter, .ahrq .hover\:border-accent-warm-lighter:hover {
  border-color: #f2e4d4;
}
.ahrq .border-accent-cool-darker, .ahrq .hover\:border-accent-cool-darker:hover {
  border-color: #07648d;
}
.ahrq .border-accent-cool-dark, .ahrq .hover\:border-accent-cool-dark:hover {
  border-color: #28a0cb;
}
.ahrq .border-accent-cool, .ahrq .hover\:border-accent-cool:hover {
  border-color: #00bde3;
}
.ahrq .border-accent-cool-light, .ahrq .hover\:border-accent-cool-light:hover {
  border-color: #97d4ea;
}
.ahrq .border-accent-cool-lighter, .ahrq .hover\:border-accent-cool-lighter:hover {
  border-color: #e1f3f8;
}
.ahrq .radius-0 {
  border-radius: 0;
}
.ahrq .radius-top-0 {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.ahrq .radius-right-0 {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ahrq .radius-bottom-0 {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.ahrq .radius-left-0 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ahrq .radius-sm {
  border-radius: 2px;
}
.ahrq .radius-top-sm {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.ahrq .radius-right-sm {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.ahrq .radius-bottom-sm {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.ahrq .radius-left-sm {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.ahrq .radius-md {
  border-radius: 0.25em;
}
.ahrq .radius-top-md {
  border-top-left-radius: 0.25em;
  border-top-right-radius: 0.25em;
}
.ahrq .radius-right-md {
  border-top-right-radius: 0.25em;
  border-bottom-right-radius: 0.25em;
}
.ahrq .radius-bottom-md {
  border-bottom-left-radius: 0.25em;
  border-bottom-right-radius: 0.25em;
}
.ahrq .radius-left-md {
  border-top-left-radius: 0.25em;
  border-bottom-left-radius: 0.25em;
}
.ahrq .radius-lg {
  border-radius: 0.5em;
}
.ahrq .radius-top-lg {
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}
.ahrq .radius-right-lg {
  border-top-right-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}
.ahrq .radius-bottom-lg {
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}
.ahrq .radius-left-lg {
  border-top-left-radius: 0.5em;
  border-bottom-left-radius: 0.5em;
}
.ahrq .radius-pill {
  border-radius: 99em;
}
.ahrq .radius-top-pill {
  border-top-left-radius: 99em;
  border-top-right-radius: 99em;
}
.ahrq .radius-right-pill {
  border-top-right-radius: 99em;
  border-bottom-right-radius: 99em;
}
.ahrq .radius-bottom-pill {
  border-bottom-left-radius: 99em;
  border-bottom-right-radius: 99em;
}
.ahrq .radius-left-pill {
  border-top-left-radius: 99em;
  border-bottom-left-radius: 99em;
}
.ahrq .border-dashed {
  border-style: dashed;
}
.ahrq .border-dotted {
  border-style: dotted;
}
.ahrq .border-solid {
  border-style: solid;
}
.ahrq .border-width-1px {
  border-width: 1px;
}
.ahrq .border-y-width-1px {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.ahrq .border-x-width-1px {
  border-left-width: 1px;
  border-right-width: 1px;
}
.ahrq .border-top-width-1px {
  border-top-width: 1px;
}
.ahrq .border-right-width-1px {
  border-right-width: 1px;
}
.ahrq .border-bottom-width-1px {
  border-bottom-width: 1px;
}
.ahrq .border-left-width-1px {
  border-left-width: 1px;
}
.ahrq .border-width-2px {
  border-width: 2px;
}
.ahrq .border-y-width-2px {
  border-top-width: 2px;
  border-bottom-width: 2px;
}
.ahrq .border-x-width-2px {
  border-left-width: 2px;
  border-right-width: 2px;
}
.ahrq .border-top-width-2px {
  border-top-width: 2px;
}
.ahrq .border-right-width-2px {
  border-right-width: 2px;
}
.ahrq .border-bottom-width-2px {
  border-bottom-width: 2px;
}
.ahrq .border-left-width-2px {
  border-left-width: 2px;
}
.ahrq .border-width-05 {
  border-width: 0.25em;
}
.ahrq .border-y-width-05 {
  border-top-width: 0.25em;
  border-bottom-width: 0.25em;
}
.ahrq .border-x-width-05 {
  border-left-width: 0.25em;
  border-right-width: 0.25em;
}
.ahrq .border-top-width-05 {
  border-top-width: 0.25em;
}
.ahrq .border-right-width-05 {
  border-right-width: 0.25em;
}
.ahrq .border-bottom-width-05 {
  border-bottom-width: 0.25em;
}
.ahrq .border-left-width-05 {
  border-left-width: 0.25em;
}
.ahrq .border-width-1 {
  border-width: 0.5em;
}
.ahrq .border-y-width-1 {
  border-top-width: 0.5em;
  border-bottom-width: 0.5em;
}
.ahrq .border-x-width-1 {
  border-left-width: 0.5em;
  border-right-width: 0.5em;
}
.ahrq .border-top-width-1 {
  border-top-width: 0.5em;
}
.ahrq .border-right-width-1 {
  border-right-width: 0.5em;
}
.ahrq .border-bottom-width-1 {
  border-bottom-width: 0.5em;
}
.ahrq .border-left-width-1 {
  border-left-width: 0.5em;
}
.ahrq .border-width-105 {
  border-width: 0.75em;
}
.ahrq .border-y-width-105 {
  border-top-width: 0.75em;
  border-bottom-width: 0.75em;
}
.ahrq .border-x-width-105 {
  border-left-width: 0.75em;
  border-right-width: 0.75em;
}
.ahrq .border-top-width-105 {
  border-top-width: 0.75em;
}
.ahrq .border-right-width-105 {
  border-right-width: 0.75em;
}
.ahrq .border-bottom-width-105 {
  border-bottom-width: 0.75em;
}
.ahrq .border-left-width-105 {
  border-left-width: 0.75em;
}
.ahrq .border-width-2 {
  border-width: 1em;
}
.ahrq .border-y-width-2 {
  border-top-width: 1em;
  border-bottom-width: 1em;
}
.ahrq .border-x-width-2 {
  border-left-width: 1em;
  border-right-width: 1em;
}
.ahrq .border-top-width-2 {
  border-top-width: 1em;
}
.ahrq .border-right-width-2 {
  border-right-width: 1em;
}
.ahrq .border-bottom-width-2 {
  border-bottom-width: 1em;
}
.ahrq .border-left-width-2 {
  border-left-width: 1em;
}
.ahrq .border-width-205 {
  border-width: 1.25em;
}
.ahrq .border-y-width-205 {
  border-top-width: 1.25em;
  border-bottom-width: 1.25em;
}
.ahrq .border-x-width-205 {
  border-left-width: 1.25em;
  border-right-width: 1.25em;
}
.ahrq .border-top-width-205 {
  border-top-width: 1.25em;
}
.ahrq .border-right-width-205 {
  border-right-width: 1.25em;
}
.ahrq .border-bottom-width-205 {
  border-bottom-width: 1.25em;
}
.ahrq .border-left-width-205 {
  border-left-width: 1.25em;
}
.ahrq .border-width-3 {
  border-width: 1.5em;
}
.ahrq .border-y-width-3 {
  border-top-width: 1.5em;
  border-bottom-width: 1.5em;
}
.ahrq .border-x-width-3 {
  border-left-width: 1.5em;
  border-right-width: 1.5em;
}
.ahrq .border-top-width-3 {
  border-top-width: 1.5em;
}
.ahrq .border-right-width-3 {
  border-right-width: 1.5em;
}
.ahrq .border-bottom-width-3 {
  border-bottom-width: 1.5em;
}
.ahrq .border-left-width-3 {
  border-left-width: 1.5em;
}
.ahrq .border-width-0 {
  border-width: 0;
}
.ahrq .border-y-width-0 {
  border-top-width: 0;
  border-bottom-width: 0;
}
.ahrq .border-x-width-0 {
  border-left-width: 0;
  border-right-width: 0;
}
.ahrq .border-top-width-0 {
  border-top-width: 0;
}
.ahrq .border-right-width-0 {
  border-right-width: 0;
}
.ahrq .border-bottom-width-0 {
  border-bottom-width: 0;
}
.ahrq .border-left-width-0 {
  border-left-width: 0;
}
.ahrq .bottom-1px {
  bottom: 1px;
}
.ahrq .bottom-2px {
  bottom: 2px;
}
.ahrq .bottom-05 {
  bottom: 0.25em;
}
.ahrq .bottom-1 {
  bottom: 0.5em;
}
.ahrq .bottom-105 {
  bottom: 0.75em;
}
.ahrq .bottom-2 {
  bottom: 1em;
}
.ahrq .bottom-205 {
  bottom: 1.25em;
}
.ahrq .bottom-3 {
  bottom: 1.5em;
}
.ahrq .bottom-neg-1px {
  bottom: -1px;
}
.ahrq .bottom-neg-2px {
  bottom: -2px;
}
.ahrq .bottom-neg-05 {
  bottom: -0.25em;
}
.ahrq .bottom-neg-1 {
  bottom: -0.5em;
}
.ahrq .bottom-neg-105 {
  bottom: -0.75em;
}
.ahrq .bottom-neg-2 {
  bottom: -1em;
}
.ahrq .bottom-neg-205 {
  bottom: -1.25em;
}
.ahrq .bottom-neg-3 {
  bottom: -1.5em;
}
.ahrq .bottom-0 {
  bottom: 0;
}
.ahrq .bottom-auto {
  bottom: auto;
}
.ahrq .bottom-full {
  bottom: 100%;
}
.ahrq .hover\:shadow-none:hover, .ahrq .shadow-none {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ahrq .hover\:shadow-1:hover, .ahrq .shadow-1 {
  -webkit-box-shadow: 0 1px 0.25em 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0.25em 0 rgba(0, 0, 0, 0.1);
}
.ahrq .hover\:shadow-2:hover, .ahrq .shadow-2 {
  -webkit-box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
}
.ahrq .hover\:shadow-3:hover, .ahrq .shadow-3 {
  -webkit-box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.1);
}
.ahrq .hover\:shadow-4:hover, .ahrq .shadow-4 {
  -webkit-box-shadow: 0 0.75em 1.5em 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.75em 1.5em 0 rgba(0, 0, 0, 0.1);
}
.ahrq .hover\:shadow-5:hover, .ahrq .shadow-5 {
  -webkit-box-shadow: 0 1em 2em 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1em 2em 0 rgba(0, 0, 0, 0.1);
}
.ahrq .circle-1px {
  height: 1px;
  width: 1px;
  border-radius: 50%;
}
.ahrq .circle-2px {
  height: 2px;
  width: 2px;
  border-radius: 50%;
}
.ahrq .circle-05 {
  height: 0.25em;
  width: 0.25em;
  border-radius: 50%;
}
.ahrq .circle-1 {
  height: 0.5em;
  width: 0.5em;
  border-radius: 50%;
}
.ahrq .circle-105 {
  height: 0.75em;
  width: 0.75em;
  border-radius: 50%;
}
.ahrq .circle-2 {
  height: 1em;
  width: 1em;
  border-radius: 50%;
}
.ahrq .circle-205 {
  height: 1.25em;
  width: 1.25em;
  border-radius: 50%;
}
.ahrq .circle-3 {
  height: 1.5em;
  width: 1.5em;
  border-radius: 50%;
}
.ahrq .circle-4 {
  height: 2em;
  width: 2em;
  border-radius: 50%;
}
.ahrq .circle-5 {
  height: 2.5em;
  width: 2.5em;
  border-radius: 50%;
}
.ahrq .circle-6 {
  height: 3em;
  width: 3em;
  border-radius: 50%;
}
.ahrq .circle-7 {
  height: 3.5em;
  width: 3.5em;
  border-radius: 50%;
}
.ahrq .circle-8 {
  height: 4em;
  width: 4em;
  border-radius: 50%;
}
.ahrq .circle-9 {
  height: 4.5em;
  width: 4.5em;
  border-radius: 50%;
}
.ahrq .circle-10 {
  height: 5em;
  width: 5em;
  border-radius: 50%;
}
.ahrq .circle-15 {
  height: 7.5em;
  width: 7.5em;
  border-radius: 50%;
}
.ahrq .circle-card {
  height: 10em;
  width: 10em;
  border-radius: 50%;
}
.ahrq .circle-card-lg {
  height: 15em;
  width: 15em;
  border-radius: 50%;
}
.ahrq .circle-mobile {
  height: 20em;
  width: 20em;
  border-radius: 50%;
}
.ahrq .clearfix:after, .ahrq .filter-wrapper:after {
  content: "";
  display: block;
  clear: both;
}
.ahrq .hover\:text-transparent:hover, .ahrq .text-transparent {
  color: transparent;
}
.ahrq .hover\:text-black:hover, .ahrq .text-black {
  color: #000;
}
.ahrq .hover\:text-white:hover, .ahrq .text-white {
  color: #fff;
}
.ahrq .hover\:text-red:hover, .ahrq .text-red {
  color: #e52207;
}
.ahrq .hover\:text-orange:hover, .ahrq .text-orange {
  color: #e66f0e;
}
.ahrq .hover\:text-gold:hover, .ahrq .text-gold {
  color: #ffbe2e;
}
.ahrq .hover\:text-yellow:hover, .ahrq .text-yellow {
  color: #fee685;
}
.ahrq .hover\:text-green:hover, .ahrq .text-green {
  color: #538200;
}
.ahrq .hover\:text-mint:hover, .ahrq .text-mint {
  color: #04c585;
}
.ahrq .hover\:text-cyan:hover, .ahrq .text-cyan {
  color: #009ec1;
}
.ahrq .hover\:text-blue:hover, .ahrq .text-blue {
  color: #0076d6;
}
.ahrq .hover\:text-indigo:hover, .ahrq .text-indigo {
  color: #676cc8;
}
.ahrq .hover\:text-violet:hover, .ahrq .text-violet {
  color: #8168b3;
}
.ahrq .hover\:text-magenta:hover, .ahrq .text-magenta {
  color: #d72d79;
}
.ahrq .hover\:text-gray-5:hover, .ahrq .text-gray-5 {
  color: #f0f0f0;
}
.ahrq .hover\:text-gray-10:hover, .ahrq .text-gray-10 {
  color: #e6e6e6;
}
.ahrq .hover\:text-gray-30:hover, .ahrq .text-gray-30 {
  color: #adadad;
}
.ahrq .hover\:text-gray-50:hover, .ahrq .text-gray-50 {
  color: #757575;
}
.ahrq .hover\:text-gray-70:hover, .ahrq .text-gray-70 {
  color: #454545;
}
.ahrq .hover\:text-gray-90:hover, .ahrq .text-gray-90 {
  color: #1b1b1b;
}
.ahrq .hover\:text-base-lightest:hover, .ahrq .text-base-lightest {
  color: #f0f0f0;
}
.ahrq .hover\:text-base-lighter:hover, .ahrq .text-base-lighter {
  color: #dcdee0;
}
.ahrq .hover\:text-base-light:hover, .ahrq .text-base-light {
  color: #a9aeb1;
}
.ahrq .hover\:text-base:hover, .ahrq .text-base {
  color: #71767a;
}
.ahrq .hover\:text-base-dark:hover, .ahrq .text-base-dark {
  color: #565c65;
}
.ahrq .hover\:text-base-darker:hover, .ahrq .text-base-darker {
  color: #3d4551;
}
.ahrq .hover\:text-base-darkest:hover, .ahrq .hover\:text-ink:hover, .ahrq .text-base-darkest, .ahrq .text-ink {
  color: #1b1b1b;
}
.ahrq .hover\:text-primary-lighter:hover, .ahrq .text-primary-lighter {
  color: #d9e8f6;
}
.ahrq .hover\:text-primary-light:hover, .ahrq .text-primary-light {
  color: #73b3e7;
}
.ahrq .hover\:text-primary:hover, .ahrq .text-primary {
  color: #005ea2;
}
.ahrq .hover\:text-primary-vivid:hover, .ahrq .text-primary-vivid {
  color: #0050d8;
}
.ahrq .hover\:text-primary-dark:hover, .ahrq .text-primary-dark {
  color: #1a4480;
}
.ahrq .hover\:text-primary-darker:hover, .ahrq .text-primary-darker {
  color: #162e51;
}
.ahrq .hover\:text-secondary-lighter:hover, .ahrq .text-secondary-lighter {
  color: #f3e1e4;
}
.ahrq .hover\:text-secondary-light:hover, .ahrq .text-secondary-light {
  color: #f2938c;
}
.ahrq .hover\:text-secondary:hover, .ahrq .text-secondary {
  color: #d83933;
}
.ahrq .hover\:text-secondary-vivid:hover, .ahrq .text-secondary-vivid {
  color: #e41d3d;
}
.ahrq .hover\:text-secondary-dark:hover, .ahrq .text-secondary-dark {
  color: #b50909;
}
.ahrq .hover\:text-secondary-darker:hover, .ahrq .text-secondary-darker {
  color: #8b0a03;
}
.ahrq .hover\:text-accent-warm-darker:hover, .ahrq .text-accent-warm-darker {
  color: #775540;
}
.ahrq .hover\:text-accent-warm-dark:hover, .ahrq .text-accent-warm-dark {
  color: #c05600;
}
.ahrq .hover\:text-accent-warm:hover, .ahrq .text-accent-warm {
  color: #fa9441;
}
.ahrq .hover\:text-accent-warm-light:hover, .ahrq .text-accent-warm-light {
  color: #ffbc78;
}
.ahrq .hover\:text-accent-warm-lighter:hover, .ahrq .text-accent-warm-lighter {
  color: #f2e4d4;
}
.ahrq .hover\:text-accent-cool-darker:hover, .ahrq .text-accent-cool-darker {
  color: #07648d;
}
.ahrq .hover\:text-accent-cool-dark:hover, .ahrq .text-accent-cool-dark {
  color: #28a0cb;
}
.ahrq .hover\:text-accent-cool:hover, .ahrq .text-accent-cool {
  color: #00bde3;
}
.ahrq .hover\:text-accent-cool-light:hover, .ahrq .text-accent-cool-light {
  color: #97d4ea;
}
.ahrq .hover\:text-accent-cool-lighter:hover, .ahrq .text-accent-cool-lighter {
  color: #e1f3f8;
}
.ahrq .cursor-auto {
  cursor: auto;
}
.ahrq .cursor-default {
  cursor: default;
}
.ahrq .cursor-pointer {
  cursor: pointer;
}
.ahrq .cursor-wait {
  cursor: wait;
}
.ahrq .cursor-move {
  cursor: move;
}
.ahrq .cursor-not-allowed {
  cursor: not-allowed;
}
.ahrq .display-block {
  display: block;
}
.ahrq .display-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ahrq .display-none {
  display: none;
}
.ahrq .display-inline {
  display: inline;
}
.ahrq .display-inline-block {
  display: inline-block;
}
.ahrq .display-inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.ahrq .display-table {
  display: table;
}
.ahrq .display-table-cell {
  display: table-cell;
}
.ahrq .display-table-row {
  display: table-row;
}
.ahrq .flex-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}
.ahrq .flex-2 {
  -webkit-box-flex: 2;
  -ms-flex: 2 0 0px;
  flex: 2 0 0;
}
.ahrq .flex-3 {
  -webkit-box-flex: 3;
  -ms-flex: 3 0 0px;
  flex: 3 0 0;
}
.ahrq .flex-4 {
  -webkit-box-flex: 4;
  -ms-flex: 4 0 0px;
  flex: 4 0 0;
}
.ahrq .flex-5 {
  -webkit-box-flex: 5;
  -ms-flex: 5 0 0px;
  flex: 5 0 0;
}
.ahrq .flex-6 {
  -webkit-box-flex: 6;
  -ms-flex: 6 0 0px;
  flex: 6 0 0;
}
.ahrq .flex-7 {
  -webkit-box-flex: 7;
  -ms-flex: 7 0 0px;
  flex: 7 0 0;
}
.ahrq .flex-8 {
  -webkit-box-flex: 8;
  -ms-flex: 8 0 0px;
  flex: 8 0 0;
}
.ahrq .flex-9 {
  -webkit-box-flex: 9;
  -ms-flex: 9 0 0px;
  flex: 9 0 0;
}
.ahrq .flex-10 {
  -webkit-box-flex: 10;
  -ms-flex: 10 0 0px;
  flex: 10 0 0;
}
.ahrq .flex-11 {
  -webkit-box-flex: 11;
  -ms-flex: 11 0 0px;
  flex: 11 0 0;
}
.ahrq .flex-12 {
  -webkit-box-flex: 12;
  -ms-flex: 12 0 0px;
  flex: 12 0 0;
}
.ahrq .flex-fill {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}
.ahrq .flex-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.ahrq .flex-row {
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.ahrq .flex-column, .ahrq .flex-row {
  -webkit-box-direction: normal;
}
.ahrq .flex-column {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ahrq .flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ahrq .flex-no-wrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.ahrq .float-left {
  float: left;
}
.ahrq .float-none {
  float: none;
}
.ahrq .float-right {
  float: right;
}
.ahrq .font-mono-3xs {
  font-size: 0.77401em;
}
.ahrq .font-mono-2xs {
  font-size: 0.83355em;
}
.ahrq .font-mono-xs {
  font-size: 0.89309em;
}
.ahrq .font-mono-sm {
  font-size: 0.95263em;
}
.ahrq .font-mono-md {
  font-size: 1.01217em;
}
.ahrq .font-mono-lg {
  font-size: 1.30987em;
}
.ahrq .font-mono-xl {
  font-size: 1.90526em;
}
.ahrq .font-mono-2xl {
  font-size: 2.38158em;
}
.ahrq .font-mono-3xl {
  font-size: 2.85789em;
}
.ahrq .font-sans-3xs {
  font-size: 0.86507em;
}
.ahrq .font-sans-2xs {
  font-size: 0.93162em;
}
.ahrq .font-sans-xs {
  font-size: 0.99816em;
}
.ahrq .font-sans-sm {
  font-size: 1.06471em;
}
.ahrq .font-sans-md {
  font-size: 1.13125em;
}
.ahrq .font-sans-lg {
  font-size: 1.46397em;
}
.ahrq .font-sans-xl {
  font-size: 2.12941em;
}
.ahrq .font-sans-2xl {
  font-size: 2.66176em;
}
.ahrq .font-sans-3xl {
  font-size: 3.19412em;
}
.ahrq .font-serif-3xs {
  font-size: 0.79279em;
}
.ahrq .font-serif-2xs {
  font-size: 0.85377em;
}
.ahrq .font-serif-xs {
  font-size: 0.91476em;
}
.ahrq .font-serif-sm {
  font-size: 0.97574em;
}
.ahrq .font-serif-md {
  font-size: 1.03673em;
}
.ahrq .font-serif-lg {
  font-size: 1.34164em;
}
.ahrq .font-serif-xl {
  font-size: 1.95148em;
}
.ahrq .font-serif-2xl {
  font-size: 2.43935em;
}
.ahrq .font-serif-3xl {
  font-size: 2.92722em;
}
.ahrq .font-heading-3xs {
  font-size: 0.79279em;
}
.ahrq .font-heading-2xs {
  font-size: 0.85377em;
}
.ahrq .font-heading-xs {
  font-size: 0.91476em;
}
.ahrq .font-heading-sm {
  font-size: 0.97574em;
}
.ahrq .font-heading-md {
  font-size: 1.03673em;
}
.ahrq .font-heading-lg {
  font-size: 1.34164em;
}
.ahrq .font-heading-xl {
  font-size: 1.95148em;
}
.ahrq .font-heading-2xl {
  font-size: 2.43935em;
}
.ahrq .font-heading-3xl {
  font-size: 2.92722em;
}
.ahrq .font-body-3xs {
  font-size: 0.86507em;
}
.ahrq .font-body-2xs {
  font-size: 0.93162em;
}
.ahrq .font-body-xs {
  font-size: 0.99816em;
}
.ahrq .font-body-sm {
  font-size: 1.06471em;
}
.ahrq .font-body-md {
  font-size: 1.13125em;
}
.ahrq .font-body-lg {
  font-size: 1.46397em;
}
.ahrq .font-body-xl {
  font-size: 2.12941em;
}
.ahrq .font-body-2xl {
  font-size: 2.66176em;
}
.ahrq .font-body-3xl {
  font-size: 3.19412em;
}
.ahrq .font-code-3xs {
  font-size: 0.77401em;
}
.ahrq .font-code-2xs {
  font-size: 0.83355em;
}
.ahrq .font-code-xs {
  font-size: 0.89309em;
}
.ahrq .font-code-sm {
  font-size: 0.95263em;
}
.ahrq .font-code-md {
  font-size: 1.01217em;
}
.ahrq .font-code-lg {
  font-size: 1.30987em;
}
.ahrq .font-code-xl {
  font-size: 1.90526em;
}
.ahrq .font-code-2xl {
  font-size: 2.38158em;
}
.ahrq .font-code-3xl {
  font-size: 2.85789em;
}
.ahrq .font-alt-3xs {
  font-size: 0.79279em;
}
.ahrq .font-alt-2xs {
  font-size: 0.85377em;
}
.ahrq .font-alt-xs {
  font-size: 0.91476em;
}
.ahrq .font-alt-sm {
  font-size: 0.97574em;
}
.ahrq .font-alt-md {
  font-size: 1.03673em;
}
.ahrq .font-alt-lg {
  font-size: 1.34164em;
}
.ahrq .font-alt-xl {
  font-size: 1.95148em;
}
.ahrq .font-alt-2xl {
  font-size: 2.43935em;
}
.ahrq .font-alt-3xl {
  font-size: 2.92722em;
}
.ahrq .font-ui-3xs {
  font-size: 0.86507em;
}
.ahrq .font-ui-2xs {
  font-size: 0.93162em;
}
.ahrq .font-ui-xs {
  font-size: 0.99816em;
}
.ahrq .font-ui-sm {
  font-size: 1.06471em;
}
.ahrq .font-ui-md {
  font-size: 1.13125em;
}
.ahrq .font-ui-lg {
  font-size: 1.46397em;
}
.ahrq .font-ui-xl {
  font-size: 2.12941em;
}
.ahrq .font-ui-2xl {
  font-size: 2.66176em;
}
.ahrq .font-ui-3xl {
  font-size: 3.19412em;
}
.ahrq .font-family-mono {
  font-family: Roboto Mono Web, Bitstream Vera Sans Mono, Consolas, Courier, monospace;
}
.ahrq .font-family-sans {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
}
.ahrq .font-family-serif {
  font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
}
.ahrq .font-family-ui {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
}
.ahrq .font-family-heading {
  font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
}
.ahrq .font-family-body {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
}
.ahrq .font-family-code {
  font-family: Roboto Mono Web, Bitstream Vera Sans Mono, Consolas, Courier, monospace;
}
.ahrq .font-family-alt {
  font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
}
.ahrq .text-tabular {
  -webkit-font-feature-settings: "tnum" 1, "kern" 1;
  font-feature-settings: "tnum" 1, "kern" 1;
}
.ahrq .text-no-tabular {
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
}
.ahrq .text-italic {
  font-style: italic;
}
.ahrq .text-no-italic {
  font-style: normal;
}
.ahrq .text-light {
  font-weight: 300;
}
.ahrq .text-normal {
  font-weight: 400;
}
.ahrq .text-bold {
  font-weight: 700;
}
.ahrq .height-1px {
  height: 1px;
}
.ahrq .height-2px {
  height: 2px;
}
.ahrq .height-05 {
  height: 0.25em;
}
.ahrq .height-1 {
  height: 0.5em;
}
.ahrq .height-105 {
  height: 0.75em;
}
.ahrq .height-2 {
  height: 1em;
}
.ahrq .height-205 {
  height: 1.25em;
}
.ahrq .height-3 {
  height: 1.5em;
}
.ahrq .height-4 {
  height: 2em;
}
.ahrq .height-5 {
  height: 2.5em;
}
.ahrq .height-6 {
  height: 3em;
}
.ahrq .height-7 {
  height: 3.5em;
}
.ahrq .height-8 {
  height: 4em;
}
.ahrq .height-9 {
  height: 4.5em;
}
.ahrq .height-10 {
  height: 5em;
}
.ahrq .height-15 {
  height: 7.5em;
}
.ahrq .height-card {
  height: 10em;
}
.ahrq .height-card-lg {
  height: 15em;
}
.ahrq .height-mobile {
  height: 20em;
}
.ahrq .height-0 {
  height: 0;
}
.ahrq .height-auto {
  height: auto;
}
.ahrq .height-full {
  height: 100%;
}
.ahrq .height-viewport {
  height: 100vh;
}
.ahrq .flex-justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ahrq .flex-justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.ahrq .flex-justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.ahrq .flex-justify {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.ahrq .left-1px {
  left: 1px;
}
.ahrq .left-2px {
  left: 2px;
}
.ahrq .left-05 {
  left: 0.25em;
}
.ahrq .left-1 {
  left: 0.5em;
}
.ahrq .left-105 {
  left: 0.75em;
}
.ahrq .left-2 {
  left: 1em;
}
.ahrq .left-205 {
  left: 1.25em;
}
.ahrq .left-3 {
  left: 1.5em;
}
.ahrq .left-neg-1px {
  left: -1px;
}
.ahrq .left-neg-2px {
  left: -2px;
}
.ahrq .left-neg-05 {
  left: -0.25em;
}
.ahrq .left-neg-1 {
  left: -0.5em;
}
.ahrq .left-neg-105 {
  left: -0.75em;
}
.ahrq .left-neg-2 {
  left: -1em;
}
.ahrq .left-neg-205 {
  left: -1.25em;
}
.ahrq .left-neg-3 {
  left: -1.5em;
}
.ahrq .left-0 {
  left: 0;
}
.ahrq .left-auto {
  left: auto;
}
.ahrq .text-ls-auto {
  letter-spacing: normal;
}
.ahrq .text-ls-neg-3 {
  letter-spacing: -0.03em;
}
.ahrq .text-ls-neg-2 {
  letter-spacing: -0.02em;
}
.ahrq .text-ls-neg-1 {
  letter-spacing: -0.01em;
}
.ahrq .text-ls-1 {
  letter-spacing: 0.025em;
}
.ahrq .text-ls-2 {
  letter-spacing: 0.1em;
}
.ahrq .text-ls-3 {
  letter-spacing: 0.15em;
}
.ahrq .line-height-sans-1 {
  line-height: 0.93923;
}
.ahrq .line-height-sans-2 {
  line-height: 1.12707;
}
.ahrq .line-height-sans-3 {
  line-height: 1.26796;
}
.ahrq .line-height-sans-4 {
  line-height: 1.40884;
}
.ahrq .line-height-sans-5 {
  line-height: 1.52155;
}
.ahrq .line-height-sans-6 {
  line-height: 1.64365;
}
.ahrq .line-height-serif-1 {
  line-height: 1.02486;
}
.ahrq .line-height-serif-2 {
  line-height: 1.22983;
}
.ahrq .line-height-serif-3 {
  line-height: 1.38356;
}
.ahrq .line-height-serif-4 {
  line-height: 1.53729;
}
.ahrq .line-height-serif-5 {
  line-height: 1.66028;
}
.ahrq .line-height-serif-6 {
  line-height: 1.79351;
}
.ahrq .line-height-mono-1 {
  line-height: 1.04972;
}
.ahrq .line-height-mono-2 {
  line-height: 1.25967;
}
.ahrq .line-height-mono-3 {
  line-height: 1.41713;
}
.ahrq .line-height-mono-4 {
  line-height: 1.57459;
}
.ahrq .line-height-mono-5 {
  line-height: 1.70055;
}
.ahrq .line-height-mono-6 {
  line-height: 1.83702;
}
.ahrq .line-height-heading-1 {
  line-height: 1.02486;
}
.ahrq .line-height-heading-2 {
  line-height: 1.22983;
}
.ahrq .line-height-heading-3 {
  line-height: 1.38356;
}
.ahrq .line-height-heading-4 {
  line-height: 1.53729;
}
.ahrq .line-height-heading-5 {
  line-height: 1.66028;
}
.ahrq .line-height-heading-6 {
  line-height: 1.79351;
}
.ahrq .line-height-ui-1 {
  line-height: 0.93923;
}
.ahrq .line-height-ui-2 {
  line-height: 1.12707;
}
.ahrq .line-height-ui-3 {
  line-height: 1.26796;
}
.ahrq .line-height-ui-4 {
  line-height: 1.40884;
}
.ahrq .line-height-ui-5 {
  line-height: 1.52155;
}
.ahrq .line-height-ui-6 {
  line-height: 1.64365;
}
.ahrq .line-height-body-1 {
  line-height: 0.93923;
}
.ahrq .line-height-body-2 {
  line-height: 1.12707;
}
.ahrq .line-height-body-3 {
  line-height: 1.26796;
}
.ahrq .line-height-body-4 {
  line-height: 1.40884;
}
.ahrq .line-height-body-5 {
  line-height: 1.52155;
}
.ahrq .line-height-body-6 {
  line-height: 1.64365;
}
.ahrq .line-height-code-1 {
  line-height: 1.04972;
}
.ahrq .line-height-code-2 {
  line-height: 1.25967;
}
.ahrq .line-height-code-3 {
  line-height: 1.41713;
}
.ahrq .line-height-code-4 {
  line-height: 1.57459;
}
.ahrq .line-height-code-5 {
  line-height: 1.70055;
}
.ahrq .line-height-code-6 {
  line-height: 1.83702;
}
.ahrq .line-height-alt-1 {
  line-height: 1.02486;
}
.ahrq .line-height-alt-2 {
  line-height: 1.22983;
}
.ahrq .line-height-alt-3 {
  line-height: 1.38356;
}
.ahrq .line-height-alt-4 {
  line-height: 1.53729;
}
.ahrq .line-height-alt-5 {
  line-height: 1.66028;
}
.ahrq .line-height-alt-6 {
  line-height: 1.79351;
}
.ahrq .margin-1px {
  margin: 1px;
}
.ahrq .margin-2px {
  margin: 2px;
}
.ahrq .margin-05 {
  margin: 0.25em;
}
.ahrq .margin-1 {
  margin: 0.5em;
}
.ahrq .margin-105 {
  margin: 0.75em;
}
.ahrq .margin-2 {
  margin: 1em;
}
.ahrq .margin-205 {
  margin: 1.25em;
}
.ahrq .margin-3 {
  margin: 1.5em;
}
.ahrq .margin-4 {
  margin: 2em;
}
.ahrq .margin-5 {
  margin: 2.5em;
}
.ahrq .margin-6 {
  margin: 3em;
}
.ahrq .margin-7 {
  margin: 3.5em;
}
.ahrq .margin-8 {
  margin: 4em;
}
.ahrq .margin-9 {
  margin: 4.5em;
}
.ahrq .margin-10 {
  margin: 5em;
}
.ahrq .margin-15 {
  margin: 7.5em;
}
.ahrq .margin-05em {
  margin: 0.5em;
}
.ahrq .margin-1em {
  margin: 1em;
}
.ahrq .margin-105em {
  margin: 1.5em;
}
.ahrq .margin-2em {
  margin: 2em;
}
.ahrq .margin-0 {
  margin: 0;
}
.ahrq .margin-y-1px {
  margin-bottom: 1px;
}
.ahrq .margin-top-1px, .ahrq .margin-y-1px {
  margin-top: 1px;
}
.ahrq .margin-bottom-1px {
  margin-bottom: 1px;
}
.ahrq .margin-y-2px {
  margin-bottom: 2px;
}
.ahrq .margin-top-2px, .ahrq .margin-y-2px {
  margin-top: 2px;
}
.ahrq .margin-bottom-2px {
  margin-bottom: 2px;
}
.ahrq .margin-y-05 {
  margin-bottom: 0.25em;
}
.ahrq .margin-top-05, .ahrq .margin-y-05 {
  margin-top: 0.25em;
}
.ahrq .margin-bottom-05 {
  margin-bottom: 0.25em;
}
.ahrq .margin-y-1 {
  margin-bottom: 0.5em;
}
.ahrq .margin-top-1, .ahrq .margin-y-1 {
  margin-top: 0.5em;
}
.ahrq .margin-bottom-1 {
  margin-bottom: 0.5em;
}
.ahrq .margin-y-105 {
  margin-bottom: 0.75em;
}
.ahrq .margin-top-105, .ahrq .margin-y-105 {
  margin-top: 0.75em;
}
.ahrq .margin-bottom-105 {
  margin-bottom: 0.75em;
}
.ahrq .margin-y-2 {
  margin-bottom: 1em;
}
.ahrq .margin-top-2, .ahrq .margin-y-2 {
  margin-top: 1em;
}
.ahrq .margin-bottom-2 {
  margin-bottom: 1em;
}
.ahrq .margin-y-205 {
  margin-bottom: 1.25em;
}
.ahrq .margin-top-205, .ahrq .margin-y-205 {
  margin-top: 1.25em;
}
.ahrq .margin-bottom-205 {
  margin-bottom: 1.25em;
}
.ahrq .margin-y-3 {
  margin-bottom: 1.5em;
}
.ahrq .margin-top-3, .ahrq .margin-y-3 {
  margin-top: 1.5em;
}
.ahrq .margin-bottom-3 {
  margin-bottom: 1.5em;
}
.ahrq .margin-y-neg-1px {
  margin-top: -1px;
  margin-bottom: -1px;
}
.ahrq .margin-top-neg-1px {
  margin-top: -1px;
}
.ahrq .margin-bottom-neg-1px {
  margin-bottom: -1px;
}
.ahrq .margin-y-neg-2px {
  margin-top: -2px;
  margin-bottom: -2px;
}
.ahrq .margin-top-neg-2px {
  margin-top: -2px;
}
.ahrq .margin-bottom-neg-2px {
  margin-bottom: -2px;
}
.ahrq .margin-y-neg-05 {
  margin-bottom: -0.25em;
}
.ahrq .margin-top-neg-05, .ahrq .margin-y-neg-05 {
  margin-top: -0.25em;
}
.ahrq .margin-bottom-neg-05 {
  margin-bottom: -0.25em;
}
.ahrq .margin-y-neg-1 {
  margin-bottom: -0.5em;
}
.ahrq .margin-top-neg-1, .ahrq .margin-y-neg-1 {
  margin-top: -0.5em;
}
.ahrq .margin-bottom-neg-1 {
  margin-bottom: -0.5em;
}
.ahrq .margin-y-neg-105 {
  margin-bottom: -0.75em;
}
.ahrq .margin-top-neg-105, .ahrq .margin-y-neg-105 {
  margin-top: -0.75em;
}
.ahrq .margin-bottom-neg-105 {
  margin-bottom: -0.75em;
}
.ahrq .margin-y-neg-2 {
  margin-bottom: -1em;
}
.ahrq .margin-top-neg-2, .ahrq .margin-y-neg-2 {
  margin-top: -1em;
}
.ahrq .margin-bottom-neg-2 {
  margin-bottom: -1em;
}
.ahrq .margin-y-neg-205 {
  margin-bottom: -1.25em;
}
.ahrq .margin-top-neg-205, .ahrq .margin-y-neg-205 {
  margin-top: -1.25em;
}
.ahrq .margin-bottom-neg-205 {
  margin-bottom: -1.25em;
}
.ahrq .margin-y-neg-3 {
  margin-bottom: -1.5em;
}
.ahrq .margin-top-neg-3, .ahrq .margin-y-neg-3 {
  margin-top: -1.5em;
}
.ahrq .margin-bottom-neg-3 {
  margin-bottom: -1.5em;
}
.ahrq .margin-y-4 {
  margin-bottom: 2em;
}
.ahrq .margin-top-4, .ahrq .margin-y-4 {
  margin-top: 2em;
}
.ahrq .margin-bottom-4 {
  margin-bottom: 2em;
}
.ahrq .margin-y-5 {
  margin-bottom: 2.5em;
}
.ahrq .margin-top-5, .ahrq .margin-y-5 {
  margin-top: 2.5em;
}
.ahrq .margin-bottom-5 {
  margin-bottom: 2.5em;
}
.ahrq .margin-y-6 {
  margin-bottom: 3em;
}
.ahrq .margin-top-6, .ahrq .margin-y-6 {
  margin-top: 3em;
}
.ahrq .margin-bottom-6 {
  margin-bottom: 3em;
}
.ahrq .margin-y-7 {
  margin-bottom: 3.5em;
}
.ahrq .margin-top-7, .ahrq .margin-y-7 {
  margin-top: 3.5em;
}
.ahrq .margin-bottom-7 {
  margin-bottom: 3.5em;
}
.ahrq .margin-y-8 {
  margin-bottom: 4em;
}
.ahrq .margin-top-8, .ahrq .margin-y-8 {
  margin-top: 4em;
}
.ahrq .margin-bottom-8 {
  margin-bottom: 4em;
}
.ahrq .margin-y-9 {
  margin-bottom: 4.5em;
}
.ahrq .margin-top-9, .ahrq .margin-y-9 {
  margin-top: 4.5em;
}
.ahrq .margin-bottom-9 {
  margin-bottom: 4.5em;
}
.ahrq .margin-y-10 {
  margin-bottom: 5em;
}
.ahrq .margin-top-10, .ahrq .margin-y-10 {
  margin-top: 5em;
}
.ahrq .margin-bottom-10 {
  margin-bottom: 5em;
}
.ahrq .margin-y-15 {
  margin-bottom: 7.5em;
}
.ahrq .margin-top-15, .ahrq .margin-y-15 {
  margin-top: 7.5em;
}
.ahrq .margin-bottom-15 {
  margin-bottom: 7.5em;
}
.ahrq .margin-y-05em {
  margin-bottom: 0.5em;
}
.ahrq .margin-top-05em, .ahrq .margin-y-05em {
  margin-top: 0.5em;
}
.ahrq .margin-bottom-05em {
  margin-bottom: 0.5em;
}
.ahrq .margin-y-1em {
  margin-bottom: 1em;
}
.ahrq .margin-top-1em, .ahrq .margin-y-1em {
  margin-top: 1em;
}
.ahrq .margin-bottom-1em {
  margin-bottom: 1em;
}
.ahrq .margin-y-105em {
  margin-bottom: 1.5em;
}
.ahrq .margin-top-105em, .ahrq .margin-y-105em {
  margin-top: 1.5em;
}
.ahrq .margin-bottom-105em {
  margin-bottom: 1.5em;
}
.ahrq .margin-y-2em {
  margin-bottom: 2em;
}
.ahrq .margin-top-2em, .ahrq .margin-y-2em {
  margin-top: 2em;
}
.ahrq .margin-bottom-2em {
  margin-bottom: 2em;
}
.ahrq .margin-y-0 {
  margin-bottom: 0;
}
.ahrq .margin-top-0, .ahrq .margin-y-0 {
  margin-top: 0;
}
.ahrq .margin-bottom-0 {
  margin-bottom: 0;
}
.ahrq .margin-x-1px {
  margin-left: 1px;
}
.ahrq .margin-right-1px, .ahrq .margin-x-1px {
  margin-right: 1px;
}
.ahrq .margin-left-1px {
  margin-left: 1px;
}
.ahrq .margin-x-2px {
  margin-left: 2px;
}
.ahrq .margin-right-2px, .ahrq .margin-x-2px {
  margin-right: 2px;
}
.ahrq .margin-left-2px {
  margin-left: 2px;
}
.ahrq .margin-x-05 {
  margin-left: 0.25em;
}
.ahrq .margin-right-05, .ahrq .margin-x-05 {
  margin-right: 0.25em;
}
.ahrq .margin-left-05 {
  margin-left: 0.25em;
}
.ahrq .margin-x-1 {
  margin-left: 0.5em;
}
.ahrq .margin-right-1, .ahrq .margin-x-1 {
  margin-right: 0.5em;
}
.ahrq .margin-left-1 {
  margin-left: 0.5em;
}
.ahrq .margin-x-105 {
  margin-left: 0.75em;
}
.ahrq .margin-right-105, .ahrq .margin-x-105 {
  margin-right: 0.75em;
}
.ahrq .margin-left-105 {
  margin-left: 0.75em;
}
.ahrq .margin-x-2 {
  margin-left: 1em;
}
.ahrq .margin-right-2, .ahrq .margin-x-2 {
  margin-right: 1em;
}
.ahrq .margin-left-2 {
  margin-left: 1em;
}
.ahrq .margin-x-205 {
  margin-left: 1.25em;
}
.ahrq .margin-right-205, .ahrq .margin-x-205 {
  margin-right: 1.25em;
}
.ahrq .margin-left-205 {
  margin-left: 1.25em;
}
.ahrq .margin-x-3 {
  margin-left: 1.5em;
}
.ahrq .margin-right-3, .ahrq .margin-x-3 {
  margin-right: 1.5em;
}
.ahrq .margin-left-3 {
  margin-left: 1.5em;
}
.ahrq .margin-x-neg-1px {
  margin-left: -1px;
  margin-right: -1px;
}
.ahrq .margin-right-neg-1px {
  margin-right: -1px;
}
.ahrq .margin-left-neg-1px {
  margin-left: -1px;
}
.ahrq .margin-x-neg-2px {
  margin-left: -2px;
  margin-right: -2px;
}
.ahrq .margin-right-neg-2px {
  margin-right: -2px;
}
.ahrq .margin-left-neg-2px {
  margin-left: -2px;
}
.ahrq .margin-x-neg-05 {
  margin-left: -0.25em;
}
.ahrq .margin-right-neg-05, .ahrq .margin-x-neg-05 {
  margin-right: -0.25em;
}
.ahrq .margin-left-neg-05 {
  margin-left: -0.25em;
}
.ahrq .margin-x-neg-1 {
  margin-left: -0.5em;
}
.ahrq .margin-right-neg-1, .ahrq .margin-x-neg-1 {
  margin-right: -0.5em;
}
.ahrq .margin-left-neg-1 {
  margin-left: -0.5em;
}
.ahrq .margin-x-neg-105 {
  margin-left: -0.75em;
}
.ahrq .margin-right-neg-105, .ahrq .margin-x-neg-105 {
  margin-right: -0.75em;
}
.ahrq .margin-left-neg-105 {
  margin-left: -0.75em;
}
.ahrq .margin-x-neg-2 {
  margin-left: -1em;
}
.ahrq .margin-right-neg-2, .ahrq .margin-x-neg-2 {
  margin-right: -1em;
}
.ahrq .margin-left-neg-2 {
  margin-left: -1em;
}
.ahrq .margin-x-neg-205 {
  margin-left: -1.25em;
}
.ahrq .margin-right-neg-205, .ahrq .margin-x-neg-205 {
  margin-right: -1.25em;
}
.ahrq .margin-left-neg-205 {
  margin-left: -1.25em;
}
.ahrq .margin-x-neg-3 {
  margin-left: -1.5em;
}
.ahrq .margin-right-neg-3, .ahrq .margin-x-neg-3 {
  margin-right: -1.5em;
}
.ahrq .margin-left-neg-3 {
  margin-left: -1.5em;
}
.ahrq .margin-x-4 {
  margin-left: 2em;
}
.ahrq .margin-right-4, .ahrq .margin-x-4 {
  margin-right: 2em;
}
.ahrq .margin-left-4 {
  margin-left: 2em;
}
.ahrq .margin-x-5 {
  margin-left: 2.5em;
}
.ahrq .margin-right-5, .ahrq .margin-x-5 {
  margin-right: 2.5em;
}
.ahrq .margin-left-5 {
  margin-left: 2.5em;
}
.ahrq .margin-x-6 {
  margin-left: 3em;
}
.ahrq .margin-right-6, .ahrq .margin-x-6 {
  margin-right: 3em;
}
.ahrq .margin-left-6 {
  margin-left: 3em;
}
.ahrq .margin-x-7 {
  margin-left: 3.5em;
}
.ahrq .margin-right-7, .ahrq .margin-x-7 {
  margin-right: 3.5em;
}
.ahrq .margin-left-7 {
  margin-left: 3.5em;
}
.ahrq .margin-x-8 {
  margin-left: 4em;
}
.ahrq .margin-right-8, .ahrq .margin-x-8 {
  margin-right: 4em;
}
.ahrq .margin-left-8 {
  margin-left: 4em;
}
.ahrq .margin-x-9 {
  margin-left: 4.5em;
}
.ahrq .margin-right-9, .ahrq .margin-x-9 {
  margin-right: 4.5em;
}
.ahrq .margin-left-9 {
  margin-left: 4.5em;
}
.ahrq .margin-x-10 {
  margin-left: 5em;
}
.ahrq .margin-right-10, .ahrq .margin-x-10 {
  margin-right: 5em;
}
.ahrq .margin-left-10 {
  margin-left: 5em;
}
.ahrq .margin-x-15 {
  margin-left: 7.5em;
}
.ahrq .margin-right-15, .ahrq .margin-x-15 {
  margin-right: 7.5em;
}
.ahrq .margin-left-15 {
  margin-left: 7.5em;
}
.ahrq .margin-x-05em {
  margin-left: 0.5em;
}
.ahrq .margin-right-05em, .ahrq .margin-x-05em {
  margin-right: 0.5em;
}
.ahrq .margin-left-05em {
  margin-left: 0.5em;
}
.ahrq .margin-x-1em {
  margin-left: 1em;
}
.ahrq .margin-right-1em, .ahrq .margin-x-1em {
  margin-right: 1em;
}
.ahrq .margin-left-1em {
  margin-left: 1em;
}
.ahrq .margin-x-105em {
  margin-left: 1.5em;
}
.ahrq .margin-right-105em, .ahrq .margin-x-105em {
  margin-right: 1.5em;
}
.ahrq .margin-left-105em {
  margin-left: 1.5em;
}
.ahrq .margin-x-2em {
  margin-left: 2em;
}
.ahrq .margin-right-2em, .ahrq .margin-x-2em {
  margin-right: 2em;
}
.ahrq .margin-left-2em {
  margin-left: 2em;
}
.ahrq .margin-x-0 {
  margin-left: 0;
}
.ahrq .margin-right-0, .ahrq .margin-x-0 {
  margin-right: 0;
}
.ahrq .margin-left-0 {
  margin-left: 0;
}
.ahrq .margin-x-auto {
  margin-left: auto;
}
.ahrq .margin-right-auto, .ahrq .margin-x-auto {
  margin-right: auto;
}
.ahrq .margin-left-auto {
  margin-left: auto;
}
.ahrq .maxh-05 {
  max-height: 0.25em;
}
.ahrq .maxh-1 {
  max-height: 0.5em;
}
.ahrq .maxh-105 {
  max-height: 0.75em;
}
.ahrq .maxh-2 {
  max-height: 1em;
}
.ahrq .maxh-205 {
  max-height: 1.25em;
}
.ahrq .maxh-3 {
  max-height: 1.5em;
}
.ahrq .maxh-4 {
  max-height: 2em;
}
.ahrq .maxh-5 {
  max-height: 2.5em;
}
.ahrq .maxh-6 {
  max-height: 3em;
}
.ahrq .maxh-7 {
  max-height: 3.5em;
}
.ahrq .maxh-8 {
  max-height: 4em;
}
.ahrq .maxh-9 {
  max-height: 4.5em;
}
.ahrq .maxh-10 {
  max-height: 5em;
}
.ahrq .maxh-15 {
  max-height: 7.5em;
}
.ahrq .maxh-card {
  max-height: 10em;
}
.ahrq .maxh-card-lg {
  max-height: 15em;
}
.ahrq .maxh-mobile {
  max-height: 20em;
}
.ahrq .maxh-mobile-lg {
  max-height: 30em;
}
.ahrq .maxh-tablet {
  max-height: 40em;
}
.ahrq .maxh-tablet-lg {
  max-height: 55em;
}
.ahrq .maxh-none {
  max-height: none;
}
.ahrq .maxh-viewport {
  max-height: 100vh;
}
.ahrq .maxw-05 {
  max-width: 0.25em;
}
.ahrq .maxw-1 {
  max-width: 0.5em;
}
.ahrq .maxw-105 {
  max-width: 0.75em;
}
.ahrq .maxw-2 {
  max-width: 1em;
}
.ahrq .maxw-205 {
  max-width: 1.25em;
}
.ahrq .maxw-3 {
  max-width: 1.5em;
}
.ahrq .maxw-4 {
  max-width: 2em;
}
.ahrq .maxw-5 {
  max-width: 2.5em;
}
.ahrq .maxw-6 {
  max-width: 3em;
}
.ahrq .maxw-7 {
  max-width: 3.5em;
}
.ahrq .maxw-8 {
  max-width: 4em;
}
.ahrq .maxw-9 {
  max-width: 4.5em;
}
.ahrq .maxw-10 {
  max-width: 5em;
}
.ahrq .maxw-15 {
  max-width: 7.5em;
}
.ahrq .maxw-card {
  max-width: 10em;
}
.ahrq .maxw-card-lg {
  max-width: 15em;
}
.ahrq .maxw-mobile {
  max-width: 20em;
}
.ahrq .maxw-mobile-lg {
  max-width: 30em;
}
.ahrq .maxw-tablet {
  max-width: 40em;
}
.ahrq .maxw-tablet-lg {
  max-width: 55em;
}
.ahrq .maxw-desktop {
  max-width: 64em;
}
.ahrq .maxw-desktop-lg {
  max-width: 75em;
}
.ahrq .maxw-widescreen {
  max-width: 87.5em;
}
.ahrq .maxw-none {
  max-width: none;
}
.ahrq .maxw-full {
  max-width: 100%;
}
.ahrq .measure-1 {
  max-width: 44ex;
}
.ahrq .measure-2 {
  max-width: 60ex;
}
.ahrq .measure-3 {
  max-width: 64ex;
}
.ahrq .measure-4 {
  max-width: 68ex;
}
.ahrq .measure-5 {
  max-width: 72ex;
}
.ahrq .measure-6 {
  max-width: 88ex;
}
.ahrq .measure-none {
  max-width: none;
}
.ahrq .minh-1px {
  min-height: 1px;
}
.ahrq .minh-2px {
  min-height: 2px;
}
.ahrq .minh-05 {
  min-height: 0.25em;
}
.ahrq .minh-1 {
  min-height: 0.5em;
}
.ahrq .minh-105 {
  min-height: 0.75em;
}
.ahrq .minh-2 {
  min-height: 1em;
}
.ahrq .minh-205 {
  min-height: 1.25em;
}
.ahrq .minh-3 {
  min-height: 1.5em;
}
.ahrq .minh-4 {
  min-height: 2em;
}
.ahrq .minh-5 {
  min-height: 2.5em;
}
.ahrq .minh-6 {
  min-height: 3em;
}
.ahrq .minh-7 {
  min-height: 3.5em;
}
.ahrq .minh-8 {
  min-height: 4em;
}
.ahrq .minh-9 {
  min-height: 4.5em;
}
.ahrq .minh-10 {
  min-height: 5em;
}
.ahrq .minh-15 {
  min-height: 7.5em;
}
.ahrq .minh-card {
  min-height: 10em;
}
.ahrq .minh-card-lg {
  min-height: 15em;
}
.ahrq .minh-mobile {
  min-height: 20em;
}
.ahrq .minh-mobile-lg {
  min-height: 30em;
}
.ahrq .minh-tablet {
  min-height: 40em;
}
.ahrq .minh-tablet-lg {
  min-height: 55em;
}
.ahrq .minh-0 {
  min-height: 0;
}
.ahrq .minh-full {
  min-height: 100%;
}
.ahrq .minh-viewport {
  min-height: 100vh;
}
.ahrq .minw-05 {
  min-width: 0.25em;
}
.ahrq .minw-1 {
  min-width: 0.5em;
}
.ahrq .minw-105 {
  min-width: 0.75em;
}
.ahrq .minw-2 {
  min-width: 1em;
}
.ahrq .minw-205 {
  min-width: 1.25em;
}
.ahrq .minw-3 {
  min-width: 1.5em;
}
.ahrq .minw-4 {
  min-width: 2em;
}
.ahrq .minw-5 {
  min-width: 2.5em;
}
.ahrq .minw-6 {
  min-width: 3em;
}
.ahrq .minw-7 {
  min-width: 3.5em;
}
.ahrq .minw-8 {
  min-width: 4em;
}
.ahrq .minw-9 {
  min-width: 4.5em;
}
.ahrq .minw-10 {
  min-width: 5em;
}
.ahrq .minw-15 {
  min-width: 7.5em;
}
.ahrq .minw-0 {
  min-width: 0;
}
.ahrq .opacity-0 {
  opacity: 0;
}
.ahrq .opacity-10 {
  opacity: 0.1;
}
.ahrq .opacity-20 {
  opacity: 0.2;
}
.ahrq .opacity-30 {
  opacity: 0.3;
}
.ahrq .opacity-40 {
  opacity: 0.4;
}
.ahrq .opacity-50 {
  opacity: 0.5;
}
.ahrq .opacity-60 {
  opacity: 0.6;
}
.ahrq .opacity-70 {
  opacity: 0.7;
}
.ahrq .opacity-80 {
  opacity: 0.8;
}
.ahrq .opacity-90 {
  opacity: 0.9;
}
.ahrq .opacity-100 {
  opacity: 1;
}
.ahrq .order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.ahrq .order-last {
  -webkit-box-ordinal-group: 1000;
  -ms-flex-order: 999;
  order: 999;
}
.ahrq .order-initial {
  -webkit-box-ordinal-group: initial;
  -ms-flex-order: initial;
  order: 0;
}
.ahrq .order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
.ahrq .order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.ahrq .order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.ahrq .order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.ahrq .order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.ahrq .order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
.ahrq .order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}
.ahrq .order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}
.ahrq .order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}
.ahrq .order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}
.ahrq .order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}
.ahrq .order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}
.ahrq .outline-1px {
  outline: 1px solid;
}
.ahrq .outline-2px {
  outline: 2px solid;
}
.ahrq .outline-0 {
  outline: 0 solid;
}
.ahrq .outline-05 {
  outline: 0.25em solid;
}
.ahrq .outline-transparent {
  outline-color: transparent;
}
.ahrq .outline-black {
  outline-color: #000;
}
.ahrq .outline-white {
  outline-color: #fff;
}
.ahrq .outline-red {
  outline-color: #e52207;
}
.ahrq .outline-orange {
  outline-color: #e66f0e;
}
.ahrq .outline-gold {
  outline-color: #ffbe2e;
}
.ahrq .outline-yellow {
  outline-color: #fee685;
}
.ahrq .outline-green {
  outline-color: #538200;
}
.ahrq .outline-mint {
  outline-color: #04c585;
}
.ahrq .outline-cyan {
  outline-color: #009ec1;
}
.ahrq .outline-blue {
  outline-color: #0076d6;
}
.ahrq .outline-indigo {
  outline-color: #676cc8;
}
.ahrq .outline-violet {
  outline-color: #8168b3;
}
.ahrq .outline-magenta {
  outline-color: #d72d79;
}
.ahrq .outline-gray-5 {
  outline-color: #f0f0f0;
}
.ahrq .outline-gray-10 {
  outline-color: #e6e6e6;
}
.ahrq .outline-gray-30 {
  outline-color: #adadad;
}
.ahrq .outline-gray-50 {
  outline-color: #757575;
}
.ahrq .outline-gray-70 {
  outline-color: #454545;
}
.ahrq .outline-gray-90 {
  outline-color: #1b1b1b;
}
.ahrq .outline-base-lightest {
  outline-color: #f0f0f0;
}
.ahrq .outline-base-lighter {
  outline-color: #dcdee0;
}
.ahrq .outline-base-light {
  outline-color: #a9aeb1;
}
.ahrq .outline-base {
  outline-color: #71767a;
}
.ahrq .outline-base-dark {
  outline-color: #565c65;
}
.ahrq .outline-base-darker {
  outline-color: #3d4551;
}
.ahrq .outline-base-darkest, .ahrq .outline-ink {
  outline-color: #1b1b1b;
}
.ahrq .outline-primary-lighter {
  outline-color: #d9e8f6;
}
.ahrq .outline-primary-light {
  outline-color: #73b3e7;
}
.ahrq .outline-primary {
  outline-color: #005ea2;
}
.ahrq .outline-primary-vivid {
  outline-color: #0050d8;
}
.ahrq .outline-primary-dark {
  outline-color: #1a4480;
}
.ahrq .outline-primary-darker {
  outline-color: #162e51;
}
.ahrq .outline-secondary-lighter {
  outline-color: #f3e1e4;
}
.ahrq .outline-secondary-light {
  outline-color: #f2938c;
}
.ahrq .outline-secondary {
  outline-color: #d83933;
}
.ahrq .outline-secondary-vivid {
  outline-color: #e41d3d;
}
.ahrq .outline-secondary-dark {
  outline-color: #b50909;
}
.ahrq .outline-secondary-darker {
  outline-color: #8b0a03;
}
.ahrq .outline-accent-warm-darker {
  outline-color: #775540;
}
.ahrq .outline-accent-warm-dark {
  outline-color: #c05600;
}
.ahrq .outline-accent-warm {
  outline-color: #fa9441;
}
.ahrq .outline-accent-warm-light {
  outline-color: #ffbc78;
}
.ahrq .outline-accent-warm-lighter {
  outline-color: #f2e4d4;
}
.ahrq .outline-accent-cool-darker {
  outline-color: #07648d;
}
.ahrq .outline-accent-cool-dark {
  outline-color: #28a0cb;
}
.ahrq .outline-accent-cool {
  outline-color: #00bde3;
}
.ahrq .outline-accent-cool-light {
  outline-color: #97d4ea;
}
.ahrq .outline-accent-cool-lighter {
  outline-color: #e1f3f8;
}
.ahrq .overflow-hidden {
  overflow: hidden;
}
.ahrq .overflow-y-hidden {
  overflow-y: hidden;
}
.ahrq .overflow-x-hidden {
  overflow-x: hidden;
}
.ahrq .overflow-scroll {
  overflow: scroll;
}
.ahrq .overflow-y-scroll {
  overflow-y: scroll;
}
.ahrq .overflow-x-scroll {
  overflow-x: scroll;
}
.ahrq .overflow-auto {
  overflow: auto;
}
.ahrq .overflow-y-auto {
  overflow-y: auto;
}
.ahrq .overflow-x-auto {
  overflow-x: auto;
}
.ahrq .overflow-visible {
  overflow: visible;
}
.ahrq .overflow-y-visible {
  overflow-y: visible;
}
.ahrq .overflow-x-visible {
  overflow-x: visible;
}
.ahrq .padding-1px {
  padding: 1px;
}
.ahrq .padding-y-1px {
  padding-top: 1px;
  padding-bottom: 1px;
}
.ahrq .padding-x-1px {
  padding-left: 1px;
  padding-right: 1px;
}
.ahrq .padding-top-1px {
  padding-top: 1px;
}
.ahrq .padding-right-1px {
  padding-right: 1px;
}
.ahrq .padding-bottom-1px {
  padding-bottom: 1px;
}
.ahrq .padding-left-1px {
  padding-left: 1px;
}
.ahrq .padding-2px {
  padding: 2px;
}
.ahrq .padding-y-2px {
  padding-top: 2px;
  padding-bottom: 2px;
}
.ahrq .padding-x-2px {
  padding-left: 2px;
  padding-right: 2px;
}
.ahrq .padding-top-2px {
  padding-top: 2px;
}
.ahrq .padding-right-2px {
  padding-right: 2px;
}
.ahrq .padding-bottom-2px {
  padding-bottom: 2px;
}
.ahrq .padding-left-2px {
  padding-left: 2px;
}
.ahrq .padding-05 {
  padding: 0.25em;
}
.ahrq .padding-y-05 {
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}
.ahrq .padding-x-05 {
  padding-left: 0.25em;
  padding-right: 0.25em;
}
.ahrq .padding-top-05 {
  padding-top: 0.25em;
}
.ahrq .padding-right-05 {
  padding-right: 0.25em;
}
.ahrq .padding-bottom-05 {
  padding-bottom: 0.25em;
}
.ahrq .padding-left-05 {
  padding-left: 0.25em;
}
.ahrq .padding-1 {
  padding: 0.5em;
}
.ahrq .padding-y-1 {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.ahrq .padding-x-1 {
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.ahrq .padding-top-1 {
  padding-top: 0.5em;
}
.ahrq .padding-right-1 {
  padding-right: 0.5em;
}
.ahrq .padding-bottom-1 {
  padding-bottom: 0.5em;
}
.ahrq .padding-left-1 {
  padding-left: 0.5em;
}
.ahrq .padding-105 {
  padding: 0.75em;
}
.ahrq .padding-y-105 {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}
.ahrq .padding-x-105 {
  padding-left: 0.75em;
  padding-right: 0.75em;
}
.ahrq .padding-top-105 {
  padding-top: 0.75em;
}
.ahrq .padding-right-105 {
  padding-right: 0.75em;
}
.ahrq .padding-bottom-105 {
  padding-bottom: 0.75em;
}
.ahrq .padding-left-105 {
  padding-left: 0.75em;
}
.ahrq .padding-2 {
  padding: 1em;
}
.ahrq .padding-y-2 {
  padding-top: 1em;
  padding-bottom: 1em;
}
.ahrq .padding-x-2 {
  padding-left: 1em;
  padding-right: 1em;
}
.ahrq .padding-top-2 {
  padding-top: 1em;
}
.ahrq .padding-right-2 {
  padding-right: 1em;
}
.ahrq .padding-bottom-2 {
  padding-bottom: 1em;
}
.ahrq .padding-left-2 {
  padding-left: 1em;
}
.ahrq .padding-205 {
  padding: 1.25em;
}
.ahrq .padding-y-205 {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}
.ahrq .padding-x-205 {
  padding-left: 1.25em;
  padding-right: 1.25em;
}
.ahrq .padding-top-205 {
  padding-top: 1.25em;
}
.ahrq .padding-right-205 {
  padding-right: 1.25em;
}
.ahrq .padding-bottom-205 {
  padding-bottom: 1.25em;
}
.ahrq .padding-left-205 {
  padding-left: 1.25em;
}
.ahrq .padding-3 {
  padding: 1.5em;
}
.ahrq .padding-y-3 {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
.ahrq .padding-x-3 {
  padding-left: 1.5em;
  padding-right: 1.5em;
}
.ahrq .padding-top-3 {
  padding-top: 1.5em;
}
.ahrq .padding-right-3 {
  padding-right: 1.5em;
}
.ahrq .padding-bottom-3 {
  padding-bottom: 1.5em;
}
.ahrq .padding-left-3 {
  padding-left: 1.5em;
}
.ahrq .padding-4 {
  padding: 2em;
}
.ahrq .padding-y-4 {
  padding-top: 2em;
  padding-bottom: 2em;
}
.ahrq .padding-x-4 {
  padding-left: 2em;
  padding-right: 2em;
}
.ahrq .padding-top-4 {
  padding-top: 2em;
}
.ahrq .padding-right-4 {
  padding-right: 2em;
}
.ahrq .padding-bottom-4 {
  padding-bottom: 2em;
}
.ahrq .padding-left-4 {
  padding-left: 2em;
}
.ahrq .padding-5 {
  padding: 2.5em;
}
.ahrq .padding-y-5 {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
.ahrq .padding-x-5 {
  padding-left: 2.5em;
  padding-right: 2.5em;
}
.ahrq .padding-top-5 {
  padding-top: 2.5em;
}
.ahrq .padding-right-5 {
  padding-right: 2.5em;
}
.ahrq .padding-bottom-5 {
  padding-bottom: 2.5em;
}
.ahrq .padding-left-5 {
  padding-left: 2.5em;
}
.ahrq .padding-6 {
  padding: 3em;
}
.ahrq .padding-y-6 {
  padding-top: 3em;
  padding-bottom: 3em;
}
.ahrq .padding-x-6 {
  padding-left: 3em;
  padding-right: 3em;
}
.ahrq .padding-top-6 {
  padding-top: 3em;
}
.ahrq .padding-right-6 {
  padding-right: 3em;
}
.ahrq .padding-bottom-6 {
  padding-bottom: 3em;
}
.ahrq .padding-left-6 {
  padding-left: 3em;
}
.ahrq .padding-7 {
  padding: 3.5em;
}
.ahrq .padding-y-7 {
  padding-top: 3.5em;
  padding-bottom: 3.5em;
}
.ahrq .padding-x-7 {
  padding-left: 3.5em;
  padding-right: 3.5em;
}
.ahrq .padding-top-7 {
  padding-top: 3.5em;
}
.ahrq .padding-right-7 {
  padding-right: 3.5em;
}
.ahrq .padding-bottom-7 {
  padding-bottom: 3.5em;
}
.ahrq .padding-left-7 {
  padding-left: 3.5em;
}
.ahrq .padding-8 {
  padding: 4em;
}
.ahrq .padding-y-8 {
  padding-top: 4em;
  padding-bottom: 4em;
}
.ahrq .padding-x-8 {
  padding-left: 4em;
  padding-right: 4em;
}
.ahrq .padding-top-8 {
  padding-top: 4em;
}
.ahrq .padding-right-8 {
  padding-right: 4em;
}
.ahrq .padding-bottom-8 {
  padding-bottom: 4em;
}
.ahrq .padding-left-8 {
  padding-left: 4em;
}
.ahrq .padding-9 {
  padding: 4.5em;
}
.ahrq .padding-y-9 {
  padding-top: 4.5em;
  padding-bottom: 4.5em;
}
.ahrq .padding-x-9 {
  padding-left: 4.5em;
  padding-right: 4.5em;
}
.ahrq .padding-top-9 {
  padding-top: 4.5em;
}
.ahrq .padding-right-9 {
  padding-right: 4.5em;
}
.ahrq .padding-bottom-9 {
  padding-bottom: 4.5em;
}
.ahrq .padding-left-9 {
  padding-left: 4.5em;
}
.ahrq .padding-10 {
  padding: 5em;
}
.ahrq .padding-y-10 {
  padding-top: 5em;
  padding-bottom: 5em;
}
.ahrq .padding-x-10 {
  padding-left: 5em;
  padding-right: 5em;
}
.ahrq .padding-top-10 {
  padding-top: 5em;
}
.ahrq .padding-right-10 {
  padding-right: 5em;
}
.ahrq .padding-bottom-10 {
  padding-bottom: 5em;
}
.ahrq .padding-left-10 {
  padding-left: 5em;
}
.ahrq .padding-15 {
  padding: 7.5em;
}
.ahrq .padding-y-15 {
  padding-top: 7.5em;
  padding-bottom: 7.5em;
}
.ahrq .padding-x-15 {
  padding-left: 7.5em;
  padding-right: 7.5em;
}
.ahrq .padding-top-15 {
  padding-top: 7.5em;
}
.ahrq .padding-right-15 {
  padding-right: 7.5em;
}
.ahrq .padding-bottom-15 {
  padding-bottom: 7.5em;
}
.ahrq .padding-left-15 {
  padding-left: 7.5em;
}
.ahrq .padding-0 {
  padding: 0;
}
.ahrq .padding-y-0 {
  padding-top: 0;
  padding-bottom: 0;
}
.ahrq .padding-x-0 {
  padding-left: 0;
  padding-right: 0;
}
.ahrq .padding-top-0 {
  padding-top: 0;
}
.ahrq .padding-right-0 {
  padding-right: 0;
}
.ahrq .padding-bottom-0 {
  padding-bottom: 0;
}
.ahrq .padding-left-0 {
  padding-left: 0;
}
.ahrq .pin-all {
  bottom: 0;
  top: 0;
}
.ahrq .pin-all, .ahrq .pin-x {
  left: 0;
  right: 0;
  position: absolute;
}
.ahrq .pin-y {
  top: 0;
}
.ahrq .pin-bottom, .ahrq .pin-y {
  bottom: 0;
  position: absolute;
}
.ahrq .pin-left {
  left: 0;
  position: absolute;
}
.ahrq .pin-right {
  right: 0;
  position: absolute;
}
.ahrq .pin-top {
  top: 0;
  position: absolute;
}
.ahrq .pin-none {
  bottom: auto;
  left: auto;
  right: auto;
  top: auto;
  position: static;
}
.ahrq .position-absolute {
  position: absolute;
}
.ahrq .position-fixed {
  position: fixed;
}
.ahrq .position-relative {
  position: relative;
}
.ahrq .position-static {
  position: static;
}
.ahrq .position-sticky {
  position: -webkit-sticky;
  position: sticky;
}
.ahrq .right-1px {
  right: 1px;
}
.ahrq .right-2px {
  right: 2px;
}
.ahrq .right-05 {
  right: 0.25em;
}
.ahrq .right-1 {
  right: 0.5em;
}
.ahrq .right-105 {
  right: 0.75em;
}
.ahrq .right-2 {
  right: 1em;
}
.ahrq .right-205 {
  right: 1.25em;
}
.ahrq .right-3 {
  right: 1.5em;
}
.ahrq .right-neg-1px {
  right: -1px;
}
.ahrq .right-neg-2px {
  right: -2px;
}
.ahrq .right-neg-05 {
  right: -0.25em;
}
.ahrq .right-neg-1 {
  right: -0.5em;
}
.ahrq .right-neg-105 {
  right: -0.75em;
}
.ahrq .right-neg-2 {
  right: -1em;
}
.ahrq .right-neg-205 {
  right: -1.25em;
}
.ahrq .right-neg-3 {
  right: -1.5em;
}
.ahrq .right-0 {
  right: 0;
}
.ahrq .right-auto {
  right: auto;
}
.ahrq .square-1px {
  height: 1px;
  width: 1px;
}
.ahrq .square-2px {
  height: 2px;
  width: 2px;
}
.ahrq .square-05 {
  height: 0.25em;
  width: 0.25em;
}
.ahrq .square-1 {
  height: 0.5em;
  width: 0.5em;
}
.ahrq .square-105 {
  height: 0.75em;
  width: 0.75em;
}
.ahrq .square-2 {
  height: 1em;
  width: 1em;
}
.ahrq .square-205 {
  height: 1.25em;
  width: 1.25em;
}
.ahrq .square-3 {
  height: 1.5em;
  width: 1.5em;
}
.ahrq .square-4 {
  height: 2em;
  width: 2em;
}
.ahrq .square-5 {
  height: 2.5em;
  width: 2.5em;
}
.ahrq .square-6 {
  height: 3em;
  width: 3em;
}
.ahrq .square-7 {
  height: 3.5em;
  width: 3.5em;
}
.ahrq .square-8 {
  height: 4em;
  width: 4em;
}
.ahrq .square-9 {
  height: 4.5em;
  width: 4.5em;
}
.ahrq .square-10 {
  height: 5em;
  width: 5em;
}
.ahrq .square-15 {
  height: 7.5em;
  width: 7.5em;
}
.ahrq .square-card {
  height: 10em;
  width: 10em;
}
.ahrq .square-card-lg {
  height: 15em;
  width: 15em;
}
.ahrq .square-mobile {
  height: 20em;
  width: 20em;
}
.ahrq .text-center {
  text-align: center;
}
.ahrq .text-left {
  text-align: left;
}
.ahrq .text-justify {
  text-align: justify;
}
.ahrq .text-right {
  text-align: right;
}
.ahrq .hover\:text-strike:hover, .ahrq .text-strike {
  text-decoration: line-through;
}
.ahrq .hover\:text-underline:hover, .ahrq .text-underline {
  text-decoration: underline;
}
.ahrq .hover\:text-no-strike:hover, .ahrq .hover\:text-no-underline:hover, .ahrq .text-no-strike, .ahrq .text-no-underline {
  text-decoration: none;
}
.ahrq .hover\:underline-red:hover, .ahrq .underline-red {
  -webkit-text-decoration-color: #e52207;
  text-decoration-color: #e52207;
}
.ahrq .hover\:underline-orange:hover, .ahrq .underline-orange {
  -webkit-text-decoration-color: #e66f0e;
  text-decoration-color: #e66f0e;
}
.ahrq .hover\:underline-gold:hover, .ahrq .underline-gold {
  -webkit-text-decoration-color: #ffbe2e;
  text-decoration-color: #ffbe2e;
}
.ahrq .hover\:underline-yellow:hover, .ahrq .underline-yellow {
  -webkit-text-decoration-color: #fee685;
  text-decoration-color: #fee685;
}
.ahrq .hover\:underline-green:hover, .ahrq .underline-green {
  -webkit-text-decoration-color: #538200;
  text-decoration-color: #538200;
}
.ahrq .hover\:underline-mint:hover, .ahrq .underline-mint {
  -webkit-text-decoration-color: #04c585;
  text-decoration-color: #04c585;
}
.ahrq .hover\:underline-cyan:hover, .ahrq .underline-cyan {
  -webkit-text-decoration-color: #009ec1;
  text-decoration-color: #009ec1;
}
.ahrq .hover\:underline-blue:hover, .ahrq .underline-blue {
  -webkit-text-decoration-color: #0076d6;
  text-decoration-color: #0076d6;
}
.ahrq .hover\:underline-indigo:hover, .ahrq .underline-indigo {
  -webkit-text-decoration-color: #676cc8;
  text-decoration-color: #676cc8;
}
.ahrq .hover\:underline-violet:hover, .ahrq .underline-violet {
  -webkit-text-decoration-color: #8168b3;
  text-decoration-color: #8168b3;
}
.ahrq .hover\:underline-magenta:hover, .ahrq .underline-magenta {
  -webkit-text-decoration-color: #d72d79;
  text-decoration-color: #d72d79;
}
.ahrq .hover\:underline-gray-5:hover, .ahrq .underline-gray-5 {
  -webkit-text-decoration-color: #f0f0f0;
  text-decoration-color: #f0f0f0;
}
.ahrq .hover\:underline-gray-10:hover, .ahrq .underline-gray-10 {
  -webkit-text-decoration-color: #e6e6e6;
  text-decoration-color: #e6e6e6;
}
.ahrq .hover\:underline-gray-30:hover, .ahrq .underline-gray-30 {
  -webkit-text-decoration-color: #adadad;
  text-decoration-color: #adadad;
}
.ahrq .hover\:underline-gray-50:hover, .ahrq .underline-gray-50 {
  -webkit-text-decoration-color: #757575;
  text-decoration-color: #757575;
}
.ahrq .hover\:underline-gray-70:hover, .ahrq .underline-gray-70 {
  -webkit-text-decoration-color: #454545;
  text-decoration-color: #454545;
}
.ahrq .hover\:underline-gray-90:hover, .ahrq .underline-gray-90 {
  -webkit-text-decoration-color: #1b1b1b;
  text-decoration-color: #1b1b1b;
}
.ahrq .hover\:underline-base-lightest:hover, .ahrq .underline-base-lightest {
  -webkit-text-decoration-color: #f0f0f0;
  text-decoration-color: #f0f0f0;
}
.ahrq .hover\:underline-base-lighter:hover, .ahrq .underline-base-lighter {
  -webkit-text-decoration-color: #dcdee0;
  text-decoration-color: #dcdee0;
}
.ahrq .hover\:underline-base-light:hover, .ahrq .underline-base-light {
  -webkit-text-decoration-color: #a9aeb1;
  text-decoration-color: #a9aeb1;
}
.ahrq .hover\:underline-base:hover, .ahrq .underline-base {
  -webkit-text-decoration-color: #71767a;
  text-decoration-color: #71767a;
}
.ahrq .hover\:underline-base-dark:hover, .ahrq .underline-base-dark {
  -webkit-text-decoration-color: #565c65;
  text-decoration-color: #565c65;
}
.ahrq .hover\:underline-base-darker:hover, .ahrq .underline-base-darker {
  -webkit-text-decoration-color: #3d4551;
  text-decoration-color: #3d4551;
}
.ahrq .hover\:underline-base-darkest:hover, .ahrq .hover\:underline-ink:hover, .ahrq .underline-base-darkest, .ahrq .underline-ink {
  -webkit-text-decoration-color: #1b1b1b;
  text-decoration-color: #1b1b1b;
}
.ahrq .hover\:underline-primary-lighter:hover, .ahrq .underline-primary-lighter {
  -webkit-text-decoration-color: #d9e8f6;
  text-decoration-color: #d9e8f6;
}
.ahrq .hover\:underline-primary-light:hover, .ahrq .underline-primary-light {
  -webkit-text-decoration-color: #73b3e7;
  text-decoration-color: #73b3e7;
}
.ahrq .hover\:underline-primary:hover, .ahrq .underline-primary {
  -webkit-text-decoration-color: #005ea2;
  text-decoration-color: #005ea2;
}
.ahrq .hover\:underline-primary-vivid:hover, .ahrq .underline-primary-vivid {
  -webkit-text-decoration-color: #0050d8;
  text-decoration-color: #0050d8;
}
.ahrq .hover\:underline-primary-dark:hover, .ahrq .underline-primary-dark {
  -webkit-text-decoration-color: #1a4480;
  text-decoration-color: #1a4480;
}
.ahrq .hover\:underline-primary-darker:hover, .ahrq .underline-primary-darker {
  -webkit-text-decoration-color: #162e51;
  text-decoration-color: #162e51;
}
.ahrq .hover\:underline-secondary-lighter:hover, .ahrq .underline-secondary-lighter {
  -webkit-text-decoration-color: #f3e1e4;
  text-decoration-color: #f3e1e4;
}
.ahrq .hover\:underline-secondary-light:hover, .ahrq .underline-secondary-light {
  -webkit-text-decoration-color: #f2938c;
  text-decoration-color: #f2938c;
}
.ahrq .hover\:underline-secondary:hover, .ahrq .underline-secondary {
  -webkit-text-decoration-color: #d83933;
  text-decoration-color: #d83933;
}
.ahrq .hover\:underline-secondary-vivid:hover, .ahrq .underline-secondary-vivid {
  -webkit-text-decoration-color: #e41d3d;
  text-decoration-color: #e41d3d;
}
.ahrq .hover\:underline-secondary-dark:hover, .ahrq .underline-secondary-dark {
  -webkit-text-decoration-color: #b50909;
  text-decoration-color: #b50909;
}
.ahrq .hover\:underline-secondary-darker:hover, .ahrq .underline-secondary-darker {
  -webkit-text-decoration-color: #8b0a03;
  text-decoration-color: #8b0a03;
}
.ahrq .hover\:underline-accent-warm-darker:hover, .ahrq .underline-accent-warm-darker {
  -webkit-text-decoration-color: #775540;
  text-decoration-color: #775540;
}
.ahrq .hover\:underline-accent-warm-dark:hover, .ahrq .underline-accent-warm-dark {
  -webkit-text-decoration-color: #c05600;
  text-decoration-color: #c05600;
}
.ahrq .hover\:underline-accent-warm:hover, .ahrq .underline-accent-warm {
  -webkit-text-decoration-color: #fa9441;
  text-decoration-color: #fa9441;
}
.ahrq .hover\:underline-accent-warm-light:hover, .ahrq .underline-accent-warm-light {
  -webkit-text-decoration-color: #ffbc78;
  text-decoration-color: #ffbc78;
}
.ahrq .hover\:underline-accent-warm-lighter:hover, .ahrq .underline-accent-warm-lighter {
  -webkit-text-decoration-color: #f2e4d4;
  text-decoration-color: #f2e4d4;
}
.ahrq .hover\:underline-accent-cool-darker:hover, .ahrq .underline-accent-cool-darker {
  -webkit-text-decoration-color: #07648d;
  text-decoration-color: #07648d;
}
.ahrq .hover\:underline-accent-cool-dark:hover, .ahrq .underline-accent-cool-dark {
  -webkit-text-decoration-color: #28a0cb;
  text-decoration-color: #28a0cb;
}
.ahrq .hover\:underline-accent-cool:hover, .ahrq .underline-accent-cool {
  -webkit-text-decoration-color: #00bde3;
  text-decoration-color: #00bde3;
}
.ahrq .hover\:underline-accent-cool-light:hover, .ahrq .underline-accent-cool-light {
  -webkit-text-decoration-color: #97d4ea;
  text-decoration-color: #97d4ea;
}
.ahrq .hover\:underline-accent-cool-lighter:hover, .ahrq .underline-accent-cool-lighter {
  -webkit-text-decoration-color: #e1f3f8;
  text-decoration-color: #e1f3f8;
}
.ahrq .text-indent-0 {
  text-indent: 0;
}
.ahrq .text-indent-05 {
  text-indent: 0.25em;
}
.ahrq .text-indent-1 {
  text-indent: 0.5em;
}
.ahrq .text-indent-105 {
  text-indent: 0.75em;
}
.ahrq .text-indent-2 {
  text-indent: 1em;
}
.ahrq .text-indent-205 {
  text-indent: 1.25em;
}
.ahrq .text-indent-3 {
  text-indent: 1.5em;
}
.ahrq .text-indent-neg-05 {
  text-indent: -0.25em;
}
.ahrq .text-indent-neg-1 {
  text-indent: -0.5em;
}
.ahrq .text-indent-neg-105 {
  text-indent: -0.75em;
}
.ahrq .text-indent-neg-2 {
  text-indent: -1em;
}
.ahrq .text-indent-neg-205 {
  text-indent: -1.25em;
}
.ahrq .text-indent-neg-3 {
  text-indent: -1.5em;
}
.ahrq .text-indent-4 {
  text-indent: 2em;
}
.ahrq .text-indent-5 {
  text-indent: 2.5em;
}
.ahrq .text-indent-6 {
  text-indent: 3em;
}
.ahrq .text-indent-7 {
  text-indent: 3.5em;
}
.ahrq .text-indent-8 {
  text-indent: 4em;
}
.ahrq .text-indent-9 {
  text-indent: 4.5em;
}
.ahrq .text-indent-10 {
  text-indent: 5em;
}
.ahrq .text-indent-15 {
  text-indent: 7.5em;
}
.ahrq .text-indent-neg-4 {
  text-indent: -2em;
}
.ahrq .text-indent-neg-5 {
  text-indent: -2.5em;
}
.ahrq .text-indent-neg-6 {
  text-indent: -3em;
}
.ahrq .text-indent-neg-7 {
  text-indent: -3.5em;
}
.ahrq .text-indent-neg-8 {
  text-indent: -4em;
}
.ahrq .text-indent-neg-9 {
  text-indent: -4.5em;
}
.ahrq .text-indent-neg-10 {
  text-indent: -5em;
}
.ahrq .text-indent-neg-15 {
  text-indent: -7.5em;
}
.ahrq .text-uppercase, .ahrq .initialism {
  text-transform: uppercase;
}
.ahrq .text-no-uppercase {
  text-transform: none;
}
.ahrq .text-lowercase {
  text-transform: lowercase;
}
.ahrq .text-no-lowercase {
  text-transform: none;
}
.ahrq .top-1px {
  top: 1px;
}
.ahrq .top-2px {
  top: 2px;
}
.ahrq .top-05 {
  top: 0.25em;
}
.ahrq .top-1 {
  top: 0.5em;
}
.ahrq .top-105 {
  top: 0.75em;
}
.ahrq .top-2 {
  top: 1em;
}
.ahrq .top-205 {
  top: 1.25em;
}
.ahrq .top-3 {
  top: 1.5em;
}
.ahrq .top-neg-1px {
  top: -1px;
}
.ahrq .top-neg-2px {
  top: -2px;
}
.ahrq .top-neg-05 {
  top: -0.25em;
}
.ahrq .top-neg-1 {
  top: -0.5em;
}
.ahrq .top-neg-105 {
  top: -0.75em;
}
.ahrq .top-neg-2 {
  top: -1em;
}
.ahrq .top-neg-205 {
  top: -1.25em;
}
.ahrq .top-neg-3 {
  top: -1.5em;
}
.ahrq .top-0 {
  top: 0;
}
.ahrq .top-auto {
  top: auto;
}
.ahrq .text-baseline {
  vertical-align: baseline;
}
.ahrq .text-bottom {
  vertical-align: bottom;
}
.ahrq .text-middle {
  vertical-align: middle;
}
.ahrq .text-sub {
  vertical-align: sub;
}
.ahrq .text-super {
  vertical-align: super;
}
.ahrq .text-tbottom {
  vertical-align: text-bottom;
}
.ahrq .text-ttop {
  vertical-align: text-top;
}
.ahrq .text-top {
  vertical-align: top;
}
.ahrq .text-pre {
  white-space: pre;
}
.ahrq .text-pre-line {
  white-space: pre-line;
}
.ahrq .text-pre-wrap {
  white-space: pre-wrap;
}
.ahrq .text-wrap {
  white-space: normal;
}
.ahrq .text-no-wrap {
  white-space: nowrap;
}
.ahrq .width-1px {
  width: 1px;
}
.ahrq .width-2px {
  width: 2px;
}
.ahrq .width-05 {
  width: 0.25em;
}
.ahrq .width-1 {
  width: 0.5em;
}
.ahrq .width-105 {
  width: 0.75em;
}
.ahrq .width-2 {
  width: 1em;
}
.ahrq .width-205 {
  width: 1.25em;
}
.ahrq .width-3 {
  width: 1.5em;
}
.ahrq .width-4 {
  width: 2em;
}
.ahrq .width-5 {
  width: 2.5em;
}
.ahrq .width-6 {
  width: 3em;
}
.ahrq .width-7 {
  width: 3.5em;
}
.ahrq .width-8 {
  width: 4em;
}
.ahrq .width-9 {
  width: 4.5em;
}
.ahrq .width-10 {
  width: 5em;
}
.ahrq .width-15 {
  width: 7.5em;
}
.ahrq .width-card {
  width: 10em;
}
.ahrq .width-card-lg {
  width: 15em;
}
.ahrq .width-mobile {
  width: 20em;
}
.ahrq .width-mobile-lg {
  width: 30em;
}
.ahrq .width-tablet {
  width: 40em;
}
.ahrq .width-tablet-lg {
  width: 55em;
}
.ahrq .width-desktop {
  width: 64em;
}
.ahrq .width-desktop-lg {
  width: 75em;
}
.ahrq .width-widescreen {
  width: 87.5em;
}
.ahrq .width-0 {
  width: 0;
}
.ahrq .width-full {
  width: 100%;
}
.ahrq .width-auto {
  width: auto;
}
.ahrq .z-auto {
  z-index: auto;
}
.ahrq .z-bottom {
  z-index: -100;
}
.ahrq .z-top {
  z-index: 99999;
}
.ahrq .z-0 {
  z-index: 0;
}
.ahrq .z-100 {
  z-index: 100;
}
.ahrq .z-200 {
  z-index: 200;
}
.ahrq .z-300 {
  z-index: 300;
}
.ahrq .z-400 {
  z-index: 400;
}
.ahrq .z-500 {
  z-index: 500;
}
@media (min-width: 30em) {
  .ahrq .usa-button {
    width: auto;
  }
  .ahrq .usa-display {
    margin-bottom: 0;
    margin-top: 0;
    clear: both;
    font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 2.43935em;
    line-height: 1.22983;
    font-weight: 700;
  }
  .ahrq * + .usa-display {
    margin-top: 1.5em;
  }
  .ahrq .usa-display + * {
    margin-top: 1em;
  }
  .ahrq .usa-footer__nav {
    padding-left: 1em;
    padding-right: 1em;
    border-bottom: none;
  }
  .ahrq .usa-footer__primary-link {
    padding-left: 0;
    padding-right: 0;
  }
  .ahrq .usa-footer__secondary-link {
    margin-left: 0;
  }
  .ahrq .usa-footer__contact-info {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 0.5em;
  }
  .ahrq .usa-footer__primary-content {
    border: none;
  }
  .ahrq .usa-footer__logo {
    margin-bottom: 0;
    margin-top: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .ahrq .usa-footer__contact-links {
    margin-top: 0;
    text-align: right;
  }
  .ahrq .usa-footer__contact-heading {
    margin-bottom: 0.25em;
    margin-top: 0.25em;
  }
  .ahrq .usa-footer__address, .ahrq .usa-footer__social-links {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .ahrq .usa-footer--slim .usa-footer__address {
    padding: 0;
  }
  .ahrq .usa-footer--slim .usa-footer__contact-info {
    padding-bottom: 1em;
    padding-top: 1em;
    margin-top: 0;
  }
  .ahrq .usa-footer--big .usa-footer__nav {
    border-bottom: 1px solid #a9aeb1;
    padding-top: 2em;
  }
  .ahrq .usa-footer--big .usa-footer__primary-link {
    padding-bottom: 0;
    padding-top: 0;
    background: none;
    margin-bottom: 0.5em;
    padding-left: 0;
  }
  .ahrq .usa-footer--big .usa-footer__primary-link:hover {
    cursor: auto;
    text-decoration: none;
  }
  .ahrq .usa-footer--big .usa-footer__primary-content--collapsible.hidden .usa-footer__primary-link {
    background: none;
    margin: 0;
    padding-left: 0;
  }
  .ahrq .usa-footer--big .usa-footer__primary-content--collapsible .usa-list--unstyled {
    padding: 0.75em 0 2em;
  }
  .ahrq .usa-form {
    max-width: 20em;
  }
  .ahrq .usa-form .usa-button {
    margin-top: 1.5em;
  }
  .ahrq .usa-form--large {
    max-width: 30em;
  }
  .ahrq .usa-search [type=submit] {
    padding-left: 1em;
    padding-right: 1em;
    background-image: none;
    width: auto;
  }
  .ahrq .usa-search--big .usa-search__input, .ahrq .usa-search--big [type=search] {
    font-size: 1.06471em;
    height: 3em;
  }
  .ahrq .usa-search--big .usa-search__submit, .ahrq .usa-search--big [type=submit] {
    padding-left: 2em;
    padding-right: 2em;
    font-size: 1.46397em;
    height: 3em;
    width: auto;
  }
  .ahrq .usa-search--small .usa-search__submit, .ahrq .usa-search--small [type=submit] {
    background-image: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/public/uswds/img/search.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/public/uswds/img/search.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 1.5em;
    width: 3em;
  }
  .ahrq .usa-search__submit-text {
    position: static;
  }
  .ahrq .mobile-lg\:grid-container {
    max-width: 64em;
  }
  .ahrq .mobile-lg\:grid-container, .ahrq .mobile-lg\:grid-container-card {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1em;
    padding-right: 1em;
  }
  .ahrq .mobile-lg\:grid-container-card {
    max-width: 10em;
  }
  .ahrq .mobile-lg\:grid-container-card-lg {
    max-width: 15em;
  }
  .ahrq .mobile-lg\:grid-container-card-lg, .ahrq .mobile-lg\:grid-container-mobile {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1em;
    padding-right: 1em;
  }
  .ahrq .mobile-lg\:grid-container-mobile {
    max-width: 20em;
  }
  .ahrq .mobile-lg\:grid-container-mobile-lg {
    max-width: 30em;
  }
  .ahrq .mobile-lg\:grid-container-mobile-lg, .ahrq .mobile-lg\:grid-container-tablet {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1em;
    padding-right: 1em;
  }
  .ahrq .mobile-lg\:grid-container-tablet {
    max-width: 40em;
  }
  .ahrq .mobile-lg\:grid-container-tablet-lg {
    margin-left: auto;
    margin-right: auto;
    max-width: 55em;
    padding-left: 1em;
    padding-right: 1em;
  }
  .ahrq .mobile-lg\:grid-container-desktop {
    margin-left: auto;
    margin-right: auto;
    max-width: 64em;
    padding-left: 1em;
    padding-right: 1em;
  }
  .ahrq .mobile-lg\:grid-container-desktop-lg {
    margin-left: auto;
    margin-right: auto;
    max-width: 75em;
    padding-left: 1em;
    padding-right: 1em;
  }
  .ahrq .mobile-lg\:grid-container-widescreen {
    margin-left: auto;
    margin-right: auto;
    max-width: 87.5em;
    padding-left: 1em;
    padding-right: 1em;
  }
  .ahrq .grid-row.mobile-lg\:grid-gap-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .ahrq .grid-row.mobile-lg\:grid-gap-0 > * {
    padding-left: 0;
    padding-right: 0;
  }
  .ahrq .grid-row.mobile-lg\:grid-gap-2px {
    margin-left: -1px;
    margin-right: -1px;
  }
  .ahrq .grid-row.mobile-lg\:grid-gap-2px > * {
    padding-left: 1px;
    padding-right: 1px;
  }
  .ahrq .grid-row.mobile-lg\:grid-gap-05 {
    margin-left: -2px;
    margin-right: -2px;
  }
  .ahrq .grid-row.mobile-lg\:grid-gap-05 > * {
    padding-left: 2px;
    padding-right: 2px;
  }
  .ahrq .grid-row.mobile-lg\:grid-gap-1 {
    margin-left: -0.25em;
    margin-right: -0.25em;
  }
  .ahrq .grid-row.mobile-lg\:grid-gap-1 > * {
    padding-left: 0.25em;
    padding-right: 0.25em;
  }
  .ahrq .grid-row.mobile-lg\:grid-gap-2 {
    margin-left: -0.5em;
    margin-right: -0.5em;
  }
  .ahrq .grid-row.mobile-lg\:grid-gap-2 > * {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
  .ahrq .grid-row.mobile-lg\:grid-gap-3 {
    margin-left: -0.75em;
    margin-right: -0.75em;
  }
  .ahrq .grid-row.mobile-lg\:grid-gap-3 > * {
    padding-left: 0.75em;
    padding-right: 0.75em;
  }
  .ahrq .grid-row.mobile-lg\:grid-gap-4 {
    margin-left: -1em;
    margin-right: -1em;
  }
  .ahrq .grid-row.mobile-lg\:grid-gap-4 > * {
    padding-left: 1em;
    padding-right: 1em;
  }
  .ahrq .grid-row.mobile-lg\:grid-gap-5 {
    margin-left: -1.25em;
    margin-right: -1.25em;
  }
  .ahrq .grid-row.mobile-lg\:grid-gap-5 > * {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }
  .ahrq .grid-row.mobile-lg\:grid-gap-6 {
    margin-left: -1.5em;
    margin-right: -1.5em;
  }
  .ahrq .grid-row.mobile-lg\:grid-gap-6 > * {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
  .ahrq .grid-row.mobile-lg\:grid-gap-sm {
    margin-left: -1px;
    margin-right: -1px;
  }
  .ahrq .grid-row.mobile-lg\:grid-gap-sm > * {
    padding-left: 1px;
    padding-right: 1px;
  }
  .ahrq .grid-row.mobile-lg\:grid-gap-md {
    margin-left: -0.5em;
    margin-right: -0.5em;
  }
  .ahrq .grid-row.mobile-lg\:grid-gap-md > * {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
  .ahrq .grid-row.mobile-lg\:grid-gap-lg {
    margin-left: -0.75em;
    margin-right: -0.75em;
  }
  .ahrq .grid-row.mobile-lg\:grid-gap-lg > * {
    padding-left: 0.75em;
    padding-right: 0.75em;
  }
  .ahrq .mobile-lg\:grid-col, .ahrq .mobile-lg\:grid-col-fill {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    width: auto;
    max-width: 100%;
  }
  .ahrq .mobile-lg\:grid-col-auto {
    width: auto;
    max-width: 100%;
  }
  .ahrq .mobile-lg\:grid-col-1, .ahrq .mobile-lg\:grid-col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .ahrq .mobile-lg\:grid-col-1 {
    width: 8.33333%;
  }
  .ahrq .mobile-lg\:grid-col-2 {
    width: 16.66667%;
  }
  .ahrq .mobile-lg\:grid-col-2, .ahrq .mobile-lg\:grid-col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .ahrq .mobile-lg\:grid-col-3 {
    width: 25%;
  }
  .ahrq .mobile-lg\:grid-col-4 {
    width: 33.33333%;
  }
  .ahrq .mobile-lg\:grid-col-4, .ahrq .mobile-lg\:grid-col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .ahrq .mobile-lg\:grid-col-5 {
    width: 41.66667%;
  }
  .ahrq .mobile-lg\:grid-col-6 {
    width: 50%;
  }
  .ahrq .mobile-lg\:grid-col-6, .ahrq .mobile-lg\:grid-col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .ahrq .mobile-lg\:grid-col-7 {
    width: 58.33333%;
  }
  .ahrq .mobile-lg\:grid-col-8 {
    width: 66.66667%;
  }
  .ahrq .mobile-lg\:grid-col-8, .ahrq .mobile-lg\:grid-col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .ahrq .mobile-lg\:grid-col-9 {
    width: 75%;
  }
  .ahrq .mobile-lg\:grid-col-10 {
    width: 83.33333%;
  }
  .ahrq .mobile-lg\:grid-col-10, .ahrq .mobile-lg\:grid-col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .ahrq .mobile-lg\:grid-col-11 {
    width: 91.66667%;
  }
  .ahrq .mobile-lg\:grid-col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .ahrq .mobile-lg\:grid-offset-1 {
    margin-left: 8.33333%;
  }
  .ahrq .mobile-lg\:grid-offset-2 {
    margin-left: 16.66667%;
  }
  .ahrq .mobile-lg\:grid-offset-3 {
    margin-left: 25%;
  }
  .ahrq .mobile-lg\:grid-offset-4 {
    margin-left: 33.33333%;
  }
  .ahrq .mobile-lg\:grid-offset-5 {
    margin-left: 41.66667%;
  }
  .ahrq .mobile-lg\:grid-offset-6 {
    margin-left: 50%;
  }
  .ahrq .mobile-lg\:grid-offset-7 {
    margin-left: 58.33333%;
  }
  .ahrq .mobile-lg\:grid-offset-8 {
    margin-left: 66.66667%;
  }
  .ahrq .mobile-lg\:grid-offset-9 {
    margin-left: 75%;
  }
  .ahrq .mobile-lg\:grid-offset-10 {
    margin-left: 83.33333%;
  }
  .ahrq .mobile-lg\:grid-offset-11 {
    margin-left: 91.66667%;
  }
  .ahrq .mobile-lg\:grid-offset-12 {
    margin-left: 100%;
  }
  .ahrq .mobile-lg\:grid-offset-none {
    margin-left: 0;
  }
  .ahrq .mobile-lg\:border-1px, .ahrq .mobile-lg\:border-1px .mobile-lg\:hover\:border-1px:hover {
    border: 1px solid;
  }
  .ahrq .mobile-lg\:border-y-1px, .ahrq .mobile-lg\:border-y-1px .mobile-lg\:hover\:border-y-1px:hover {
    border-top: 1px solid;
    border-bottom: 1px solid;
  }
  .ahrq .mobile-lg\:border-x-1px, .ahrq .mobile-lg\:border-x-1px .mobile-lg\:hover\:border-x-1px:hover {
    border-left: 1px solid;
    border-right: 1px solid;
  }
  .ahrq .mobile-lg\:border-top-1px, .ahrq .mobile-lg\:border-top-1px .mobile-lg\:hover\:border-top-1px:hover {
    border-top: 1px solid;
  }
  .ahrq .mobile-lg\:border-right-1px, .ahrq .mobile-lg\:border-right-1px .mobile-lg\:hover\:border-right-1px:hover {
    border-right: 1px solid;
  }
  .ahrq .mobile-lg\:border-bottom-1px, .ahrq .mobile-lg\:border-bottom-1px .mobile-lg\:hover\:border-bottom-1px:hover {
    border-bottom: 1px solid;
  }
  .ahrq .mobile-lg\:border-left-1px, .ahrq .mobile-lg\:border-left-1px .mobile-lg\:hover\:border-left-1px:hover {
    border-left: 1px solid;
  }
  .ahrq .mobile-lg\:border-2px, .ahrq .mobile-lg\:border-2px .mobile-lg\:hover\:border-2px:hover {
    border: 2px solid;
  }
  .ahrq .mobile-lg\:border-y-2px, .ahrq .mobile-lg\:border-y-2px .mobile-lg\:hover\:border-y-2px:hover {
    border-top: 2px solid;
    border-bottom: 2px solid;
  }
  .ahrq .mobile-lg\:border-x-2px, .ahrq .mobile-lg\:border-x-2px .mobile-lg\:hover\:border-x-2px:hover {
    border-left: 2px solid;
    border-right: 2px solid;
  }
  .ahrq .mobile-lg\:border-top-2px, .ahrq .mobile-lg\:border-top-2px .mobile-lg\:hover\:border-top-2px:hover {
    border-top: 2px solid;
  }
  .ahrq .mobile-lg\:border-right-2px, .ahrq .mobile-lg\:border-right-2px .mobile-lg\:hover\:border-right-2px:hover {
    border-right: 2px solid;
  }
  .ahrq .mobile-lg\:border-bottom-2px, .ahrq .mobile-lg\:border-bottom-2px .mobile-lg\:hover\:border-bottom-2px:hover {
    border-bottom: 2px solid;
  }
  .ahrq .mobile-lg\:border-left-2px, .ahrq .mobile-lg\:border-left-2px .mobile-lg\:hover\:border-left-2px:hover {
    border-left: 2px solid;
  }
  .ahrq .mobile-lg\:border-05, .ahrq .mobile-lg\:border-05 .mobile-lg\:hover\:border-05:hover {
    border: 0.25em solid;
  }
  .ahrq .mobile-lg\:border-y-05, .ahrq .mobile-lg\:border-y-05 .mobile-lg\:hover\:border-y-05:hover {
    border-top: 0.25em solid;
    border-bottom: 0.25em solid;
  }
  .ahrq .mobile-lg\:border-x-05, .ahrq .mobile-lg\:border-x-05 .mobile-lg\:hover\:border-x-05:hover {
    border-left: 0.25em solid;
    border-right: 0.25em solid;
  }
  .ahrq .mobile-lg\:border-top-05, .ahrq .mobile-lg\:border-top-05 .mobile-lg\:hover\:border-top-05:hover {
    border-top: 0.25em solid;
  }
  .ahrq .mobile-lg\:border-right-05, .ahrq .mobile-lg\:border-right-05 .mobile-lg\:hover\:border-right-05:hover {
    border-right: 0.25em solid;
  }
  .ahrq .mobile-lg\:border-bottom-05, .ahrq .mobile-lg\:border-bottom-05 .mobile-lg\:hover\:border-bottom-05:hover {
    border-bottom: 0.25em solid;
  }
  .ahrq .mobile-lg\:border-left-05, .ahrq .mobile-lg\:border-left-05 .mobile-lg\:hover\:border-left-05:hover {
    border-left: 0.25em solid;
  }
  .ahrq .mobile-lg\:border-1, .ahrq .mobile-lg\:border-1 .mobile-lg\:hover\:border-1:hover {
    border: 0.5em solid;
  }
  .ahrq .mobile-lg\:border-y-1, .ahrq .mobile-lg\:border-y-1 .mobile-lg\:hover\:border-y-1:hover {
    border-top: 0.5em solid;
    border-bottom: 0.5em solid;
  }
  .ahrq .mobile-lg\:border-x-1, .ahrq .mobile-lg\:border-x-1 .mobile-lg\:hover\:border-x-1:hover {
    border-left: 0.5em solid;
    border-right: 0.5em solid;
  }
  .ahrq .mobile-lg\:border-top-1, .ahrq .mobile-lg\:border-top-1 .mobile-lg\:hover\:border-top-1:hover {
    border-top: 0.5em solid;
  }
  .ahrq .mobile-lg\:border-right-1, .ahrq .mobile-lg\:border-right-1 .mobile-lg\:hover\:border-right-1:hover {
    border-right: 0.5em solid;
  }
  .ahrq .mobile-lg\:border-bottom-1, .ahrq .mobile-lg\:border-bottom-1 .mobile-lg\:hover\:border-bottom-1:hover {
    border-bottom: 0.5em solid;
  }
  .ahrq .mobile-lg\:border-left-1, .ahrq .mobile-lg\:border-left-1 .mobile-lg\:hover\:border-left-1:hover {
    border-left: 0.5em solid;
  }
  .ahrq .mobile-lg\:border-105, .ahrq .mobile-lg\:border-105 .mobile-lg\:hover\:border-105:hover {
    border: 0.75em solid;
  }
  .ahrq .mobile-lg\:border-y-105, .ahrq .mobile-lg\:border-y-105 .mobile-lg\:hover\:border-y-105:hover {
    border-top: 0.75em solid;
    border-bottom: 0.75em solid;
  }
  .ahrq .mobile-lg\:border-x-105, .ahrq .mobile-lg\:border-x-105 .mobile-lg\:hover\:border-x-105:hover {
    border-left: 0.75em solid;
    border-right: 0.75em solid;
  }
  .ahrq .mobile-lg\:border-top-105, .ahrq .mobile-lg\:border-top-105 .mobile-lg\:hover\:border-top-105:hover {
    border-top: 0.75em solid;
  }
  .ahrq .mobile-lg\:border-right-105, .ahrq .mobile-lg\:border-right-105 .mobile-lg\:hover\:border-right-105:hover {
    border-right: 0.75em solid;
  }
  .ahrq .mobile-lg\:border-bottom-105, .ahrq .mobile-lg\:border-bottom-105 .mobile-lg\:hover\:border-bottom-105:hover {
    border-bottom: 0.75em solid;
  }
  .ahrq .mobile-lg\:border-left-105, .ahrq .mobile-lg\:border-left-105 .mobile-lg\:hover\:border-left-105:hover {
    border-left: 0.75em solid;
  }
  .ahrq .mobile-lg\:border-2, .ahrq .mobile-lg\:border-2 .mobile-lg\:hover\:border-2:hover {
    border: 1em solid;
  }
  .ahrq .mobile-lg\:border-y-2, .ahrq .mobile-lg\:border-y-2 .mobile-lg\:hover\:border-y-2:hover {
    border-top: 1em solid;
    border-bottom: 1em solid;
  }
  .ahrq .mobile-lg\:border-x-2, .ahrq .mobile-lg\:border-x-2 .mobile-lg\:hover\:border-x-2:hover {
    border-left: 1em solid;
    border-right: 1em solid;
  }
  .ahrq .mobile-lg\:border-top-2, .ahrq .mobile-lg\:border-top-2 .mobile-lg\:hover\:border-top-2:hover {
    border-top: 1em solid;
  }
  .ahrq .mobile-lg\:border-right-2, .ahrq .mobile-lg\:border-right-2 .mobile-lg\:hover\:border-right-2:hover {
    border-right: 1em solid;
  }
  .ahrq .mobile-lg\:border-bottom-2, .ahrq .mobile-lg\:border-bottom-2 .mobile-lg\:hover\:border-bottom-2:hover {
    border-bottom: 1em solid;
  }
  .ahrq .mobile-lg\:border-left-2, .ahrq .mobile-lg\:border-left-2 .mobile-lg\:hover\:border-left-2:hover {
    border-left: 1em solid;
  }
  .ahrq .mobile-lg\:border-205, .ahrq .mobile-lg\:border-205 .mobile-lg\:hover\:border-205:hover {
    border: 1.25em solid;
  }
  .ahrq .mobile-lg\:border-y-205, .ahrq .mobile-lg\:border-y-205 .mobile-lg\:hover\:border-y-205:hover {
    border-top: 1.25em solid;
    border-bottom: 1.25em solid;
  }
  .ahrq .mobile-lg\:border-x-205, .ahrq .mobile-lg\:border-x-205 .mobile-lg\:hover\:border-x-205:hover {
    border-left: 1.25em solid;
    border-right: 1.25em solid;
  }
  .ahrq .mobile-lg\:border-top-205, .ahrq .mobile-lg\:border-top-205 .mobile-lg\:hover\:border-top-205:hover {
    border-top: 1.25em solid;
  }
  .ahrq .mobile-lg\:border-right-205, .ahrq .mobile-lg\:border-right-205 .mobile-lg\:hover\:border-right-205:hover {
    border-right: 1.25em solid;
  }
  .ahrq .mobile-lg\:border-bottom-205, .ahrq .mobile-lg\:border-bottom-205 .mobile-lg\:hover\:border-bottom-205:hover {
    border-bottom: 1.25em solid;
  }
  .ahrq .mobile-lg\:border-left-205, .ahrq .mobile-lg\:border-left-205 .mobile-lg\:hover\:border-left-205:hover {
    border-left: 1.25em solid;
  }
  .ahrq .mobile-lg\:border-3, .ahrq .mobile-lg\:border-3 .mobile-lg\:hover\:border-3:hover {
    border: 1.5em solid;
  }
  .ahrq .mobile-lg\:border-y-3, .ahrq .mobile-lg\:border-y-3 .mobile-lg\:hover\:border-y-3:hover {
    border-top: 1.5em solid;
    border-bottom: 1.5em solid;
  }
  .ahrq .mobile-lg\:border-x-3, .ahrq .mobile-lg\:border-x-3 .mobile-lg\:hover\:border-x-3:hover {
    border-left: 1.5em solid;
    border-right: 1.5em solid;
  }
  .ahrq .mobile-lg\:border-top-3, .ahrq .mobile-lg\:border-top-3 .mobile-lg\:hover\:border-top-3:hover {
    border-top: 1.5em solid;
  }
  .ahrq .mobile-lg\:border-right-3, .ahrq .mobile-lg\:border-right-3 .mobile-lg\:hover\:border-right-3:hover {
    border-right: 1.5em solid;
  }
  .ahrq .mobile-lg\:border-bottom-3, .ahrq .mobile-lg\:border-bottom-3 .mobile-lg\:hover\:border-bottom-3:hover {
    border-bottom: 1.5em solid;
  }
  .ahrq .mobile-lg\:border-left-3, .ahrq .mobile-lg\:border-left-3 .mobile-lg\:hover\:border-left-3:hover {
    border-left: 1.5em solid;
  }
  .ahrq .mobile-lg\:border-0, .ahrq .mobile-lg\:border-0 .mobile-lg\:hover\:border-0:hover {
    border: 0 solid;
  }
  .ahrq .mobile-lg\:border-y-0, .ahrq .mobile-lg\:border-y-0 .mobile-lg\:hover\:border-y-0:hover {
    border-top: 0 solid;
    border-bottom: 0 solid;
  }
  .ahrq .mobile-lg\:border-x-0, .ahrq .mobile-lg\:border-x-0 .mobile-lg\:hover\:border-x-0:hover {
    border-left: 0 solid;
    border-right: 0 solid;
  }
  .ahrq .mobile-lg\:border-top-0, .ahrq .mobile-lg\:border-top-0 .mobile-lg\:hover\:border-top-0:hover {
    border-top: 0 solid;
  }
  .ahrq .mobile-lg\:border-right-0, .ahrq .mobile-lg\:border-right-0 .mobile-lg\:hover\:border-right-0:hover {
    border-right: 0 solid;
  }
  .ahrq .mobile-lg\:border-bottom-0, .ahrq .mobile-lg\:border-bottom-0 .mobile-lg\:hover\:border-bottom-0:hover {
    border-bottom: 0 solid;
  }
  .ahrq .mobile-lg\:border-left-0, .ahrq .mobile-lg\:border-left-0 .mobile-lg\:hover\:border-left-0:hover {
    border-left: 0 solid;
  }
  .ahrq .mobile-lg\:border, .ahrq .mobile-lg\:border .mobile-lg\:hover\:border:hover {
    border: 1px solid;
  }
  .ahrq .mobile-lg\:border-y, .ahrq .mobile-lg\:border-y .mobile-lg\:hover\:border-y:hover {
    border-top: 1px solid;
    border-bottom: 1px solid;
  }
  .ahrq .mobile-lg\:border-x, .ahrq .mobile-lg\:border-x .mobile-lg\:hover\:border-x:hover {
    border-left: 1px solid;
    border-right: 1px solid;
  }
  .ahrq .mobile-lg\:border-top, .ahrq .mobile-lg\:border-top .mobile-lg\:hover\:border-top:hover {
    border-top: 1px solid;
  }
  .ahrq .mobile-lg\:border-right, .ahrq .mobile-lg\:border-right .mobile-lg\:hover\:border-right:hover {
    border-right: 1px solid;
  }
  .ahrq .mobile-lg\:border-bottom, .ahrq .mobile-lg\:border-bottom .mobile-lg\:hover\:border-bottom:hover {
    border-bottom: 1px solid;
  }
  .ahrq .mobile-lg\:border-left, .ahrq .mobile-lg\:border-left .mobile-lg\:hover\:border-left:hover {
    border-left: 1px solid;
  }
  .ahrq .mobile-lg\:border-transparent, .ahrq .mobile-lg\:border-transparent .mobile-lg\:hover\:border-transparent:hover {
    border-color: transparent;
  }
  .ahrq .mobile-lg\:border-black, .ahrq .mobile-lg\:border-black .mobile-lg\:hover\:border-black:hover {
    border-color: #000;
  }
  .ahrq .mobile-lg\:border-white, .ahrq .mobile-lg\:border-white .mobile-lg\:hover\:border-white:hover {
    border-color: #fff;
  }
  .ahrq .mobile-lg\:border-red, .ahrq .mobile-lg\:border-red .mobile-lg\:hover\:border-red:hover {
    border-color: #e52207;
  }
  .ahrq .mobile-lg\:border-orange, .ahrq .mobile-lg\:border-orange .mobile-lg\:hover\:border-orange:hover {
    border-color: #e66f0e;
  }
  .ahrq .mobile-lg\:border-gold, .ahrq .mobile-lg\:border-gold .mobile-lg\:hover\:border-gold:hover {
    border-color: #ffbe2e;
  }
  .ahrq .mobile-lg\:border-yellow, .ahrq .mobile-lg\:border-yellow .mobile-lg\:hover\:border-yellow:hover {
    border-color: #fee685;
  }
  .ahrq .mobile-lg\:border-green, .ahrq .mobile-lg\:border-green .mobile-lg\:hover\:border-green:hover {
    border-color: #538200;
  }
  .ahrq .mobile-lg\:border-mint, .ahrq .mobile-lg\:border-mint .mobile-lg\:hover\:border-mint:hover {
    border-color: #04c585;
  }
  .ahrq .mobile-lg\:border-cyan, .ahrq .mobile-lg\:border-cyan .mobile-lg\:hover\:border-cyan:hover {
    border-color: #009ec1;
  }
  .ahrq .mobile-lg\:border-blue, .ahrq .mobile-lg\:border-blue .mobile-lg\:hover\:border-blue:hover {
    border-color: #0076d6;
  }
  .ahrq .mobile-lg\:border-indigo, .ahrq .mobile-lg\:border-indigo .mobile-lg\:hover\:border-indigo:hover {
    border-color: #676cc8;
  }
  .ahrq .mobile-lg\:border-violet, .ahrq .mobile-lg\:border-violet .mobile-lg\:hover\:border-violet:hover {
    border-color: #8168b3;
  }
  .ahrq .mobile-lg\:border-magenta, .ahrq .mobile-lg\:border-magenta .mobile-lg\:hover\:border-magenta:hover {
    border-color: #d72d79;
  }
  .ahrq .mobile-lg\:border-gray-5, .ahrq .mobile-lg\:border-gray-5 .mobile-lg\:hover\:border-gray-5:hover {
    border-color: #f0f0f0;
  }
  .ahrq .mobile-lg\:border-gray-10, .ahrq .mobile-lg\:border-gray-10 .mobile-lg\:hover\:border-gray-10:hover {
    border-color: #e6e6e6;
  }
  .ahrq .mobile-lg\:border-gray-30, .ahrq .mobile-lg\:border-gray-30 .mobile-lg\:hover\:border-gray-30:hover {
    border-color: #adadad;
  }
  .ahrq .mobile-lg\:border-gray-50, .ahrq .mobile-lg\:border-gray-50 .mobile-lg\:hover\:border-gray-50:hover {
    border-color: #757575;
  }
  .ahrq .mobile-lg\:border-gray-70, .ahrq .mobile-lg\:border-gray-70 .mobile-lg\:hover\:border-gray-70:hover {
    border-color: #454545;
  }
  .ahrq .mobile-lg\:border-gray-90, .ahrq .mobile-lg\:border-gray-90 .mobile-lg\:hover\:border-gray-90:hover {
    border-color: #1b1b1b;
  }
  .ahrq .mobile-lg\:border-base-lightest, .ahrq .mobile-lg\:border-base-lightest .mobile-lg\:hover\:border-base-lightest:hover {
    border-color: #f0f0f0;
  }
  .ahrq .mobile-lg\:border-base-lighter, .ahrq .mobile-lg\:border-base-lighter .mobile-lg\:hover\:border-base-lighter:hover {
    border-color: #dcdee0;
  }
  .ahrq .mobile-lg\:border-base-light, .ahrq .mobile-lg\:border-base-light .mobile-lg\:hover\:border-base-light:hover {
    border-color: #a9aeb1;
  }
  .ahrq .mobile-lg\:border-base, .ahrq .mobile-lg\:border-base .mobile-lg\:hover\:border-base:hover {
    border-color: #71767a;
  }
  .ahrq .mobile-lg\:border-base-dark, .ahrq .mobile-lg\:border-base-dark .mobile-lg\:hover\:border-base-dark:hover {
    border-color: #565c65;
  }
  .ahrq .mobile-lg\:border-base-darker, .ahrq .mobile-lg\:border-base-darker .mobile-lg\:hover\:border-base-darker:hover {
    border-color: #3d4551;
  }
  .ahrq .mobile-lg\:border-base-darkest, .ahrq .mobile-lg\:border-base-darkest .mobile-lg\:hover\:border-base-darkest:hover, .ahrq .mobile-lg\:border-ink, .ahrq .mobile-lg\:border-ink .mobile-lg\:hover\:border-ink:hover {
    border-color: #1b1b1b;
  }
  .ahrq .mobile-lg\:border-primary-lighter, .ahrq .mobile-lg\:border-primary-lighter .mobile-lg\:hover\:border-primary-lighter:hover {
    border-color: #d9e8f6;
  }
  .ahrq .mobile-lg\:border-primary-light, .ahrq .mobile-lg\:border-primary-light .mobile-lg\:hover\:border-primary-light:hover {
    border-color: #73b3e7;
  }
  .ahrq .mobile-lg\:border-primary, .ahrq .mobile-lg\:border-primary .mobile-lg\:hover\:border-primary:hover {
    border-color: #005ea2;
  }
  .ahrq .mobile-lg\:border-primary-vivid, .ahrq .mobile-lg\:border-primary-vivid .mobile-lg\:hover\:border-primary-vivid:hover {
    border-color: #0050d8;
  }
  .ahrq .mobile-lg\:border-primary-dark, .ahrq .mobile-lg\:border-primary-dark .mobile-lg\:hover\:border-primary-dark:hover {
    border-color: #1a4480;
  }
  .ahrq .mobile-lg\:border-primary-darker, .ahrq .mobile-lg\:border-primary-darker .mobile-lg\:hover\:border-primary-darker:hover {
    border-color: #162e51;
  }
  .ahrq .mobile-lg\:border-secondary-lighter, .ahrq .mobile-lg\:border-secondary-lighter .mobile-lg\:hover\:border-secondary-lighter:hover {
    border-color: #f3e1e4;
  }
  .ahrq .mobile-lg\:border-secondary-light, .ahrq .mobile-lg\:border-secondary-light .mobile-lg\:hover\:border-secondary-light:hover {
    border-color: #f2938c;
  }
  .ahrq .mobile-lg\:border-secondary, .ahrq .mobile-lg\:border-secondary .mobile-lg\:hover\:border-secondary:hover {
    border-color: #d83933;
  }
  .ahrq .mobile-lg\:border-secondary-vivid, .ahrq .mobile-lg\:border-secondary-vivid .mobile-lg\:hover\:border-secondary-vivid:hover {
    border-color: #e41d3d;
  }
  .ahrq .mobile-lg\:border-secondary-dark, .ahrq .mobile-lg\:border-secondary-dark .mobile-lg\:hover\:border-secondary-dark:hover {
    border-color: #b50909;
  }
  .ahrq .mobile-lg\:border-secondary-darker, .ahrq .mobile-lg\:border-secondary-darker .mobile-lg\:hover\:border-secondary-darker:hover {
    border-color: #8b0a03;
  }
  .ahrq .mobile-lg\:border-accent-warm-darker, .ahrq .mobile-lg\:border-accent-warm-darker .mobile-lg\:hover\:border-accent-warm-darker:hover {
    border-color: #775540;
  }
  .ahrq .mobile-lg\:border-accent-warm-dark, .ahrq .mobile-lg\:border-accent-warm-dark .mobile-lg\:hover\:border-accent-warm-dark:hover {
    border-color: #c05600;
  }
  .ahrq .mobile-lg\:border-accent-warm, .ahrq .mobile-lg\:border-accent-warm .mobile-lg\:hover\:border-accent-warm:hover {
    border-color: #fa9441;
  }
  .ahrq .mobile-lg\:border-accent-warm-light, .ahrq .mobile-lg\:border-accent-warm-light .mobile-lg\:hover\:border-accent-warm-light:hover {
    border-color: #ffbc78;
  }
  .ahrq .mobile-lg\:border-accent-warm-lighter, .ahrq .mobile-lg\:border-accent-warm-lighter .mobile-lg\:hover\:border-accent-warm-lighter:hover {
    border-color: #f2e4d4;
  }
  .ahrq .mobile-lg\:border-accent-cool-darker, .ahrq .mobile-lg\:border-accent-cool-darker .mobile-lg\:hover\:border-accent-cool-darker:hover {
    border-color: #07648d;
  }
  .ahrq .mobile-lg\:border-accent-cool-dark, .ahrq .mobile-lg\:border-accent-cool-dark .mobile-lg\:hover\:border-accent-cool-dark:hover {
    border-color: #28a0cb;
  }
  .ahrq .mobile-lg\:border-accent-cool, .ahrq .mobile-lg\:border-accent-cool .mobile-lg\:hover\:border-accent-cool:hover {
    border-color: #00bde3;
  }
  .ahrq .mobile-lg\:border-accent-cool-light, .ahrq .mobile-lg\:border-accent-cool-light .mobile-lg\:hover\:border-accent-cool-light:hover {
    border-color: #97d4ea;
  }
  .ahrq .mobile-lg\:border-accent-cool-lighter, .ahrq .mobile-lg\:border-accent-cool-lighter .mobile-lg\:hover\:border-accent-cool-lighter:hover {
    border-color: #e1f3f8;
  }
  .ahrq .mobile-lg\:radius-0 {
    border-radius: 0;
  }
  .ahrq .mobile-lg\:radius-top-0 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .ahrq .mobile-lg\:radius-right-0 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .ahrq .mobile-lg\:radius-bottom-0 {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .ahrq .mobile-lg\:radius-left-0 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .ahrq .mobile-lg\:radius-sm {
    border-radius: 2px;
  }
  .ahrq .mobile-lg\:radius-top-sm {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
  }
  .ahrq .mobile-lg\:radius-right-sm {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
  }
  .ahrq .mobile-lg\:radius-bottom-sm {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
  }
  .ahrq .mobile-lg\:radius-left-sm {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
  }
  .ahrq .mobile-lg\:radius-md {
    border-radius: 0.25em;
  }
  .ahrq .mobile-lg\:radius-top-md {
    border-top-left-radius: 0.25em;
    border-top-right-radius: 0.25em;
  }
  .ahrq .mobile-lg\:radius-right-md {
    border-top-right-radius: 0.25em;
    border-bottom-right-radius: 0.25em;
  }
  .ahrq .mobile-lg\:radius-bottom-md {
    border-bottom-left-radius: 0.25em;
    border-bottom-right-radius: 0.25em;
  }
  .ahrq .mobile-lg\:radius-left-md {
    border-top-left-radius: 0.25em;
    border-bottom-left-radius: 0.25em;
  }
  .ahrq .mobile-lg\:radius-lg {
    border-radius: 0.5em;
  }
  .ahrq .mobile-lg\:radius-top-lg {
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
  }
  .ahrq .mobile-lg\:radius-right-lg {
    border-top-right-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
  }
  .ahrq .mobile-lg\:radius-bottom-lg {
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
  }
  .ahrq .mobile-lg\:radius-left-lg {
    border-top-left-radius: 0.5em;
    border-bottom-left-radius: 0.5em;
  }
  .ahrq .mobile-lg\:radius-pill {
    border-radius: 99em;
  }
  .ahrq .mobile-lg\:radius-top-pill {
    border-top-left-radius: 99em;
    border-top-right-radius: 99em;
  }
  .ahrq .mobile-lg\:radius-right-pill {
    border-top-right-radius: 99em;
    border-bottom-right-radius: 99em;
  }
  .ahrq .mobile-lg\:radius-bottom-pill {
    border-bottom-left-radius: 99em;
    border-bottom-right-radius: 99em;
  }
  .ahrq .mobile-lg\:radius-left-pill {
    border-top-left-radius: 99em;
    border-bottom-left-radius: 99em;
  }
  .ahrq .mobile-lg\:display-block {
    display: block;
  }
  .ahrq .mobile-lg\:display-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ahrq .mobile-lg\:display-none {
    display: none;
  }
  .ahrq .mobile-lg\:display-inline {
    display: inline;
  }
  .ahrq .mobile-lg\:display-inline-block {
    display: inline-block;
  }
  .ahrq .mobile-lg\:display-inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .ahrq .mobile-lg\:display-table {
    display: table;
  }
  .ahrq .mobile-lg\:display-table-cell {
    display: table-cell;
  }
  .ahrq .mobile-lg\:display-table-row {
    display: table-row;
  }
  .ahrq .mobile-lg\:font-mono-3xs {
    font-size: 0.77401em;
  }
  .ahrq .mobile-lg\:font-mono-2xs {
    font-size: 0.83355em;
  }
  .ahrq .mobile-lg\:font-mono-xs {
    font-size: 0.89309em;
  }
  .ahrq .mobile-lg\:font-mono-sm {
    font-size: 0.95263em;
  }
  .ahrq .mobile-lg\:font-mono-md {
    font-size: 1.01217em;
  }
  .ahrq .mobile-lg\:font-mono-lg {
    font-size: 1.30987em;
  }
  .ahrq .mobile-lg\:font-mono-xl {
    font-size: 1.90526em;
  }
  .ahrq .mobile-lg\:font-mono-2xl {
    font-size: 2.38158em;
  }
  .ahrq .mobile-lg\:font-mono-3xl {
    font-size: 2.85789em;
  }
  .ahrq .mobile-lg\:font-sans-3xs {
    font-size: 0.86507em;
  }
  .ahrq .mobile-lg\:font-sans-2xs {
    font-size: 0.93162em;
  }
  .ahrq .mobile-lg\:font-sans-xs {
    font-size: 0.99816em;
  }
  .ahrq .mobile-lg\:font-sans-sm {
    font-size: 1.06471em;
  }
  .ahrq .mobile-lg\:font-sans-md {
    font-size: 1.13125em;
  }
  .ahrq .mobile-lg\:font-sans-lg {
    font-size: 1.46397em;
  }
  .ahrq .mobile-lg\:font-sans-xl {
    font-size: 2.12941em;
  }
  .ahrq .mobile-lg\:font-sans-2xl {
    font-size: 2.66176em;
  }
  .ahrq .mobile-lg\:font-sans-3xl {
    font-size: 3.19412em;
  }
  .ahrq .mobile-lg\:font-serif-3xs {
    font-size: 0.79279em;
  }
  .ahrq .mobile-lg\:font-serif-2xs {
    font-size: 0.85377em;
  }
  .ahrq .mobile-lg\:font-serif-xs {
    font-size: 0.91476em;
  }
  .ahrq .mobile-lg\:font-serif-sm {
    font-size: 0.97574em;
  }
  .ahrq .mobile-lg\:font-serif-md {
    font-size: 1.03673em;
  }
  .ahrq .mobile-lg\:font-serif-lg {
    font-size: 1.34164em;
  }
  .ahrq .mobile-lg\:font-serif-xl {
    font-size: 1.95148em;
  }
  .ahrq .mobile-lg\:font-serif-2xl {
    font-size: 2.43935em;
  }
  .ahrq .mobile-lg\:font-serif-3xl {
    font-size: 2.92722em;
  }
  .ahrq .mobile-lg\:font-heading-3xs {
    font-size: 0.79279em;
  }
  .ahrq .mobile-lg\:font-heading-2xs {
    font-size: 0.85377em;
  }
  .ahrq .mobile-lg\:font-heading-xs {
    font-size: 0.91476em;
  }
  .ahrq .mobile-lg\:font-heading-sm {
    font-size: 0.97574em;
  }
  .ahrq .mobile-lg\:font-heading-md {
    font-size: 1.03673em;
  }
  .ahrq .mobile-lg\:font-heading-lg {
    font-size: 1.34164em;
  }
  .ahrq .mobile-lg\:font-heading-xl {
    font-size: 1.95148em;
  }
  .ahrq .mobile-lg\:font-heading-2xl {
    font-size: 2.43935em;
  }
  .ahrq .mobile-lg\:font-heading-3xl {
    font-size: 2.92722em;
  }
  .ahrq .mobile-lg\:font-body-3xs {
    font-size: 0.86507em;
  }
  .ahrq .mobile-lg\:font-body-2xs {
    font-size: 0.93162em;
  }
  .ahrq .mobile-lg\:font-body-xs {
    font-size: 0.99816em;
  }
  .ahrq .mobile-lg\:font-body-sm {
    font-size: 1.06471em;
  }
  .ahrq .mobile-lg\:font-body-md {
    font-size: 1.13125em;
  }
  .ahrq .mobile-lg\:font-body-lg {
    font-size: 1.46397em;
  }
  .ahrq .mobile-lg\:font-body-xl {
    font-size: 2.12941em;
  }
  .ahrq .mobile-lg\:font-body-2xl {
    font-size: 2.66176em;
  }
  .ahrq .mobile-lg\:font-body-3xl {
    font-size: 3.19412em;
  }
  .ahrq .mobile-lg\:font-code-3xs {
    font-size: 0.77401em;
  }
  .ahrq .mobile-lg\:font-code-2xs {
    font-size: 0.83355em;
  }
  .ahrq .mobile-lg\:font-code-xs {
    font-size: 0.89309em;
  }
  .ahrq .mobile-lg\:font-code-sm {
    font-size: 0.95263em;
  }
  .ahrq .mobile-lg\:font-code-md {
    font-size: 1.01217em;
  }
  .ahrq .mobile-lg\:font-code-lg {
    font-size: 1.30987em;
  }
  .ahrq .mobile-lg\:font-code-xl {
    font-size: 1.90526em;
  }
  .ahrq .mobile-lg\:font-code-2xl {
    font-size: 2.38158em;
  }
  .ahrq .mobile-lg\:font-code-3xl {
    font-size: 2.85789em;
  }
  .ahrq .mobile-lg\:font-alt-3xs {
    font-size: 0.79279em;
  }
  .ahrq .mobile-lg\:font-alt-2xs {
    font-size: 0.85377em;
  }
  .ahrq .mobile-lg\:font-alt-xs {
    font-size: 0.91476em;
  }
  .ahrq .mobile-lg\:font-alt-sm {
    font-size: 0.97574em;
  }
  .ahrq .mobile-lg\:font-alt-md {
    font-size: 1.03673em;
  }
  .ahrq .mobile-lg\:font-alt-lg {
    font-size: 1.34164em;
  }
  .ahrq .mobile-lg\:font-alt-xl {
    font-size: 1.95148em;
  }
  .ahrq .mobile-lg\:font-alt-2xl {
    font-size: 2.43935em;
  }
  .ahrq .mobile-lg\:font-alt-3xl {
    font-size: 2.92722em;
  }
  .ahrq .mobile-lg\:font-ui-3xs {
    font-size: 0.86507em;
  }
  .ahrq .mobile-lg\:font-ui-2xs {
    font-size: 0.93162em;
  }
  .ahrq .mobile-lg\:font-ui-xs {
    font-size: 0.99816em;
  }
  .ahrq .mobile-lg\:font-ui-sm {
    font-size: 1.06471em;
  }
  .ahrq .mobile-lg\:font-ui-md {
    font-size: 1.13125em;
  }
  .ahrq .mobile-lg\:font-ui-lg {
    font-size: 1.46397em;
  }
  .ahrq .mobile-lg\:font-ui-xl {
    font-size: 2.12941em;
  }
  .ahrq .mobile-lg\:font-ui-2xl {
    font-size: 2.66176em;
  }
  .ahrq .mobile-lg\:font-ui-3xl {
    font-size: 3.19412em;
  }
  .ahrq .mobile-lg\:text-light {
    font-weight: 300;
  }
  .ahrq .mobile-lg\:text-normal {
    font-weight: 400;
  }
  .ahrq .mobile-lg\:text-bold {
    font-weight: 700;
  }
  .ahrq .mobile-lg\:flex-justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .ahrq .mobile-lg\:flex-justify-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .ahrq .mobile-lg\:flex-justify-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .ahrq .mobile-lg\:flex-justify {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .ahrq .mobile-lg\:line-height-sans-1 {
    line-height: 0.93923;
  }
  .ahrq .mobile-lg\:line-height-sans-2 {
    line-height: 1.12707;
  }
  .ahrq .mobile-lg\:line-height-sans-3 {
    line-height: 1.26796;
  }
  .ahrq .mobile-lg\:line-height-sans-4 {
    line-height: 1.40884;
  }
  .ahrq .mobile-lg\:line-height-sans-5 {
    line-height: 1.52155;
  }
  .ahrq .mobile-lg\:line-height-sans-6 {
    line-height: 1.64365;
  }
  .ahrq .mobile-lg\:line-height-serif-1 {
    line-height: 1.02486;
  }
  .ahrq .mobile-lg\:line-height-serif-2 {
    line-height: 1.22983;
  }
  .ahrq .mobile-lg\:line-height-serif-3 {
    line-height: 1.38356;
  }
  .ahrq .mobile-lg\:line-height-serif-4 {
    line-height: 1.53729;
  }
  .ahrq .mobile-lg\:line-height-serif-5 {
    line-height: 1.66028;
  }
  .ahrq .mobile-lg\:line-height-serif-6 {
    line-height: 1.79351;
  }
  .ahrq .mobile-lg\:line-height-mono-1 {
    line-height: 1.04972;
  }
  .ahrq .mobile-lg\:line-height-mono-2 {
    line-height: 1.25967;
  }
  .ahrq .mobile-lg\:line-height-mono-3 {
    line-height: 1.41713;
  }
  .ahrq .mobile-lg\:line-height-mono-4 {
    line-height: 1.57459;
  }
  .ahrq .mobile-lg\:line-height-mono-5 {
    line-height: 1.70055;
  }
  .ahrq .mobile-lg\:line-height-mono-6 {
    line-height: 1.83702;
  }
  .ahrq .mobile-lg\:line-height-heading-1 {
    line-height: 1.02486;
  }
  .ahrq .mobile-lg\:line-height-heading-2 {
    line-height: 1.22983;
  }
  .ahrq .mobile-lg\:line-height-heading-3 {
    line-height: 1.38356;
  }
  .ahrq .mobile-lg\:line-height-heading-4 {
    line-height: 1.53729;
  }
  .ahrq .mobile-lg\:line-height-heading-5 {
    line-height: 1.66028;
  }
  .ahrq .mobile-lg\:line-height-heading-6 {
    line-height: 1.79351;
  }
  .ahrq .mobile-lg\:line-height-ui-1 {
    line-height: 0.93923;
  }
  .ahrq .mobile-lg\:line-height-ui-2 {
    line-height: 1.12707;
  }
  .ahrq .mobile-lg\:line-height-ui-3 {
    line-height: 1.26796;
  }
  .ahrq .mobile-lg\:line-height-ui-4 {
    line-height: 1.40884;
  }
  .ahrq .mobile-lg\:line-height-ui-5 {
    line-height: 1.52155;
  }
  .ahrq .mobile-lg\:line-height-ui-6 {
    line-height: 1.64365;
  }
  .ahrq .mobile-lg\:line-height-body-1 {
    line-height: 0.93923;
  }
  .ahrq .mobile-lg\:line-height-body-2 {
    line-height: 1.12707;
  }
  .ahrq .mobile-lg\:line-height-body-3 {
    line-height: 1.26796;
  }
  .ahrq .mobile-lg\:line-height-body-4 {
    line-height: 1.40884;
  }
  .ahrq .mobile-lg\:line-height-body-5 {
    line-height: 1.52155;
  }
  .ahrq .mobile-lg\:line-height-body-6 {
    line-height: 1.64365;
  }
  .ahrq .mobile-lg\:line-height-code-1 {
    line-height: 1.04972;
  }
  .ahrq .mobile-lg\:line-height-code-2 {
    line-height: 1.25967;
  }
  .ahrq .mobile-lg\:line-height-code-3 {
    line-height: 1.41713;
  }
  .ahrq .mobile-lg\:line-height-code-4 {
    line-height: 1.57459;
  }
  .ahrq .mobile-lg\:line-height-code-5 {
    line-height: 1.70055;
  }
  .ahrq .mobile-lg\:line-height-code-6 {
    line-height: 1.83702;
  }
  .ahrq .mobile-lg\:line-height-alt-1 {
    line-height: 1.02486;
  }
  .ahrq .mobile-lg\:line-height-alt-2 {
    line-height: 1.22983;
  }
  .ahrq .mobile-lg\:line-height-alt-3 {
    line-height: 1.38356;
  }
  .ahrq .mobile-lg\:line-height-alt-4 {
    line-height: 1.53729;
  }
  .ahrq .mobile-lg\:line-height-alt-5 {
    line-height: 1.66028;
  }
  .ahrq .mobile-lg\:line-height-alt-6 {
    line-height: 1.79351;
  }
  .ahrq .mobile-lg\:margin-1px {
    margin: 1px;
  }
  .ahrq .mobile-lg\:margin-2px {
    margin: 2px;
  }
  .ahrq .mobile-lg\:margin-05 {
    margin: 0.25em;
  }
  .ahrq .mobile-lg\:margin-1 {
    margin: 0.5em;
  }
  .ahrq .mobile-lg\:margin-105 {
    margin: 0.75em;
  }
  .ahrq .mobile-lg\:margin-2 {
    margin: 1em;
  }
  .ahrq .mobile-lg\:margin-205 {
    margin: 1.25em;
  }
  .ahrq .mobile-lg\:margin-3 {
    margin: 1.5em;
  }
  .ahrq .mobile-lg\:margin-4 {
    margin: 2em;
  }
  .ahrq .mobile-lg\:margin-5 {
    margin: 2.5em;
  }
  .ahrq .mobile-lg\:margin-6 {
    margin: 3em;
  }
  .ahrq .mobile-lg\:margin-7 {
    margin: 3.5em;
  }
  .ahrq .mobile-lg\:margin-8 {
    margin: 4em;
  }
  .ahrq .mobile-lg\:margin-9 {
    margin: 4.5em;
  }
  .ahrq .mobile-lg\:margin-10 {
    margin: 5em;
  }
  .ahrq .mobile-lg\:margin-15 {
    margin: 7.5em;
  }
  .ahrq .mobile-lg\:margin-05em {
    margin: 0.5em;
  }
  .ahrq .mobile-lg\:margin-1em {
    margin: 1em;
  }
  .ahrq .mobile-lg\:margin-105em {
    margin: 1.5em;
  }
  .ahrq .mobile-lg\:margin-2em {
    margin: 2em;
  }
  .ahrq .mobile-lg\:margin-0 {
    margin: 0;
  }
  .ahrq .mobile-lg\:margin-y-1px {
    margin-top: 1px;
    margin-bottom: 1px;
  }
  .ahrq .mobile-lg\:margin-top-1px {
    margin-top: 1px;
  }
  .ahrq .mobile-lg\:margin-bottom-1px {
    margin-bottom: 1px;
  }
  .ahrq .mobile-lg\:margin-y-2px {
    margin-top: 2px;
    margin-bottom: 2px;
  }
  .ahrq .mobile-lg\:margin-top-2px {
    margin-top: 2px;
  }
  .ahrq .mobile-lg\:margin-bottom-2px {
    margin-bottom: 2px;
  }
  .ahrq .mobile-lg\:margin-y-05 {
    margin-top: 0.25em;
    margin-bottom: 0.25em;
  }
  .ahrq .mobile-lg\:margin-top-05 {
    margin-top: 0.25em;
  }
  .ahrq .mobile-lg\:margin-bottom-05 {
    margin-bottom: 0.25em;
  }
  .ahrq .mobile-lg\:margin-y-1 {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  .ahrq .mobile-lg\:margin-top-1 {
    margin-top: 0.5em;
  }
  .ahrq .mobile-lg\:margin-bottom-1 {
    margin-bottom: 0.5em;
  }
  .ahrq .mobile-lg\:margin-y-105 {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }
  .ahrq .mobile-lg\:margin-top-105 {
    margin-top: 0.75em;
  }
  .ahrq .mobile-lg\:margin-bottom-105 {
    margin-bottom: 0.75em;
  }
  .ahrq .mobile-lg\:margin-y-2 {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .ahrq .mobile-lg\:margin-top-2 {
    margin-top: 1em;
  }
  .ahrq .mobile-lg\:margin-bottom-2 {
    margin-bottom: 1em;
  }
  .ahrq .mobile-lg\:margin-y-205 {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }
  .ahrq .mobile-lg\:margin-top-205 {
    margin-top: 1.25em;
  }
  .ahrq .mobile-lg\:margin-bottom-205 {
    margin-bottom: 1.25em;
  }
  .ahrq .mobile-lg\:margin-y-3 {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }
  .ahrq .mobile-lg\:margin-top-3 {
    margin-top: 1.5em;
  }
  .ahrq .mobile-lg\:margin-bottom-3 {
    margin-bottom: 1.5em;
  }
  .ahrq .mobile-lg\:margin-y-neg-1px {
    margin-top: -1px;
    margin-bottom: -1px;
  }
  .ahrq .mobile-lg\:margin-top-neg-1px {
    margin-top: -1px;
  }
  .ahrq .mobile-lg\:margin-bottom-neg-1px {
    margin-bottom: -1px;
  }
  .ahrq .mobile-lg\:margin-y-neg-2px {
    margin-top: -2px;
    margin-bottom: -2px;
  }
  .ahrq .mobile-lg\:margin-top-neg-2px {
    margin-top: -2px;
  }
  .ahrq .mobile-lg\:margin-bottom-neg-2px {
    margin-bottom: -2px;
  }
  .ahrq .mobile-lg\:margin-y-neg-05 {
    margin-top: -0.25em;
    margin-bottom: -0.25em;
  }
  .ahrq .mobile-lg\:margin-top-neg-05 {
    margin-top: -0.25em;
  }
  .ahrq .mobile-lg\:margin-bottom-neg-05 {
    margin-bottom: -0.25em;
  }
  .ahrq .mobile-lg\:margin-y-neg-1 {
    margin-top: -0.5em;
    margin-bottom: -0.5em;
  }
  .ahrq .mobile-lg\:margin-top-neg-1 {
    margin-top: -0.5em;
  }
  .ahrq .mobile-lg\:margin-bottom-neg-1 {
    margin-bottom: -0.5em;
  }
  .ahrq .mobile-lg\:margin-y-neg-105 {
    margin-top: -0.75em;
    margin-bottom: -0.75em;
  }
  .ahrq .mobile-lg\:margin-top-neg-105 {
    margin-top: -0.75em;
  }
  .ahrq .mobile-lg\:margin-bottom-neg-105 {
    margin-bottom: -0.75em;
  }
  .ahrq .mobile-lg\:margin-y-neg-2 {
    margin-top: -1em;
    margin-bottom: -1em;
  }
  .ahrq .mobile-lg\:margin-top-neg-2 {
    margin-top: -1em;
  }
  .ahrq .mobile-lg\:margin-bottom-neg-2 {
    margin-bottom: -1em;
  }
  .ahrq .mobile-lg\:margin-y-neg-205 {
    margin-top: -1.25em;
    margin-bottom: -1.25em;
  }
  .ahrq .mobile-lg\:margin-top-neg-205 {
    margin-top: -1.25em;
  }
  .ahrq .mobile-lg\:margin-bottom-neg-205 {
    margin-bottom: -1.25em;
  }
  .ahrq .mobile-lg\:margin-y-neg-3 {
    margin-top: -1.5em;
    margin-bottom: -1.5em;
  }
  .ahrq .mobile-lg\:margin-top-neg-3 {
    margin-top: -1.5em;
  }
  .ahrq .mobile-lg\:margin-bottom-neg-3 {
    margin-bottom: -1.5em;
  }
  .ahrq .mobile-lg\:margin-y-4 {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .ahrq .mobile-lg\:margin-top-4 {
    margin-top: 2em;
  }
  .ahrq .mobile-lg\:margin-bottom-4 {
    margin-bottom: 2em;
  }
  .ahrq .mobile-lg\:margin-y-5 {
    margin-top: 2.5em;
    margin-bottom: 2.5em;
  }
  .ahrq .mobile-lg\:margin-top-5 {
    margin-top: 2.5em;
  }
  .ahrq .mobile-lg\:margin-bottom-5 {
    margin-bottom: 2.5em;
  }
  .ahrq .mobile-lg\:margin-y-6 {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  .ahrq .mobile-lg\:margin-top-6 {
    margin-top: 3em;
  }
  .ahrq .mobile-lg\:margin-bottom-6 {
    margin-bottom: 3em;
  }
  .ahrq .mobile-lg\:margin-y-7 {
    margin-top: 3.5em;
    margin-bottom: 3.5em;
  }
  .ahrq .mobile-lg\:margin-top-7 {
    margin-top: 3.5em;
  }
  .ahrq .mobile-lg\:margin-bottom-7 {
    margin-bottom: 3.5em;
  }
  .ahrq .mobile-lg\:margin-y-8 {
    margin-top: 4em;
    margin-bottom: 4em;
  }
  .ahrq .mobile-lg\:margin-top-8 {
    margin-top: 4em;
  }
  .ahrq .mobile-lg\:margin-bottom-8 {
    margin-bottom: 4em;
  }
  .ahrq .mobile-lg\:margin-y-9 {
    margin-top: 4.5em;
    margin-bottom: 4.5em;
  }
  .ahrq .mobile-lg\:margin-top-9 {
    margin-top: 4.5em;
  }
  .ahrq .mobile-lg\:margin-bottom-9 {
    margin-bottom: 4.5em;
  }
  .ahrq .mobile-lg\:margin-y-10 {
    margin-top: 5em;
    margin-bottom: 5em;
  }
  .ahrq .mobile-lg\:margin-top-10 {
    margin-top: 5em;
  }
  .ahrq .mobile-lg\:margin-bottom-10 {
    margin-bottom: 5em;
  }
  .ahrq .mobile-lg\:margin-y-15 {
    margin-top: 7.5em;
    margin-bottom: 7.5em;
  }
  .ahrq .mobile-lg\:margin-top-15 {
    margin-top: 7.5em;
  }
  .ahrq .mobile-lg\:margin-bottom-15 {
    margin-bottom: 7.5em;
  }
  .ahrq .mobile-lg\:margin-y-05em {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  .ahrq .mobile-lg\:margin-top-05em {
    margin-top: 0.5em;
  }
  .ahrq .mobile-lg\:margin-bottom-05em {
    margin-bottom: 0.5em;
  }
  .ahrq .mobile-lg\:margin-y-1em {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .ahrq .mobile-lg\:margin-top-1em {
    margin-top: 1em;
  }
  .ahrq .mobile-lg\:margin-bottom-1em {
    margin-bottom: 1em;
  }
  .ahrq .mobile-lg\:margin-y-105em {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }
  .ahrq .mobile-lg\:margin-top-105em {
    margin-top: 1.5em;
  }
  .ahrq .mobile-lg\:margin-bottom-105em {
    margin-bottom: 1.5em;
  }
  .ahrq .mobile-lg\:margin-y-2em {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .ahrq .mobile-lg\:margin-top-2em {
    margin-top: 2em;
  }
  .ahrq .mobile-lg\:margin-bottom-2em {
    margin-bottom: 2em;
  }
  .ahrq .mobile-lg\:margin-y-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .ahrq .mobile-lg\:margin-top-0 {
    margin-top: 0;
  }
  .ahrq .mobile-lg\:margin-bottom-0 {
    margin-bottom: 0;
  }
  .ahrq .mobile-lg\:margin-x-1px {
    margin-left: 1px;
    margin-right: 1px;
  }
  .ahrq .mobile-lg\:margin-right-1px {
    margin-right: 1px;
  }
  .ahrq .mobile-lg\:margin-left-1px {
    margin-left: 1px;
  }
  .ahrq .mobile-lg\:margin-x-2px {
    margin-left: 2px;
    margin-right: 2px;
  }
  .ahrq .mobile-lg\:margin-right-2px {
    margin-right: 2px;
  }
  .ahrq .mobile-lg\:margin-left-2px {
    margin-left: 2px;
  }
  .ahrq .mobile-lg\:margin-x-05 {
    margin-left: 0.25em;
    margin-right: 0.25em;
  }
  .ahrq .mobile-lg\:margin-right-05 {
    margin-right: 0.25em;
  }
  .ahrq .mobile-lg\:margin-left-05 {
    margin-left: 0.25em;
  }
  .ahrq .mobile-lg\:margin-x-1 {
    margin-left: 0.5em;
    margin-right: 0.5em;
  }
  .ahrq .mobile-lg\:margin-right-1 {
    margin-right: 0.5em;
  }
  .ahrq .mobile-lg\:margin-left-1 {
    margin-left: 0.5em;
  }
  .ahrq .mobile-lg\:margin-x-105 {
    margin-left: 0.75em;
    margin-right: 0.75em;
  }
  .ahrq .mobile-lg\:margin-right-105 {
    margin-right: 0.75em;
  }
  .ahrq .mobile-lg\:margin-left-105 {
    margin-left: 0.75em;
  }
  .ahrq .mobile-lg\:margin-x-2 {
    margin-left: 1em;
    margin-right: 1em;
  }
  .ahrq .mobile-lg\:margin-right-2 {
    margin-right: 1em;
  }
  .ahrq .mobile-lg\:margin-left-2 {
    margin-left: 1em;
  }
  .ahrq .mobile-lg\:margin-x-205 {
    margin-left: 1.25em;
    margin-right: 1.25em;
  }
  .ahrq .mobile-lg\:margin-right-205 {
    margin-right: 1.25em;
  }
  .ahrq .mobile-lg\:margin-left-205 {
    margin-left: 1.25em;
  }
  .ahrq .mobile-lg\:margin-x-3 {
    margin-left: 1.5em;
    margin-right: 1.5em;
  }
  .ahrq .mobile-lg\:margin-right-3 {
    margin-right: 1.5em;
  }
  .ahrq .mobile-lg\:margin-left-3 {
    margin-left: 1.5em;
  }
  .ahrq .mobile-lg\:margin-x-neg-1px {
    margin-left: -1px;
    margin-right: -1px;
  }
  .ahrq .mobile-lg\:margin-right-neg-1px {
    margin-right: -1px;
  }
  .ahrq .mobile-lg\:margin-left-neg-1px {
    margin-left: -1px;
  }
  .ahrq .mobile-lg\:margin-x-neg-2px {
    margin-left: -2px;
    margin-right: -2px;
  }
  .ahrq .mobile-lg\:margin-right-neg-2px {
    margin-right: -2px;
  }
  .ahrq .mobile-lg\:margin-left-neg-2px {
    margin-left: -2px;
  }
  .ahrq .mobile-lg\:margin-x-neg-05 {
    margin-left: -0.25em;
    margin-right: -0.25em;
  }
  .ahrq .mobile-lg\:margin-right-neg-05 {
    margin-right: -0.25em;
  }
  .ahrq .mobile-lg\:margin-left-neg-05 {
    margin-left: -0.25em;
  }
  .ahrq .mobile-lg\:margin-x-neg-1 {
    margin-left: -0.5em;
    margin-right: -0.5em;
  }
  .ahrq .mobile-lg\:margin-right-neg-1 {
    margin-right: -0.5em;
  }
  .ahrq .mobile-lg\:margin-left-neg-1 {
    margin-left: -0.5em;
  }
  .ahrq .mobile-lg\:margin-x-neg-105 {
    margin-left: -0.75em;
    margin-right: -0.75em;
  }
  .ahrq .mobile-lg\:margin-right-neg-105 {
    margin-right: -0.75em;
  }
  .ahrq .mobile-lg\:margin-left-neg-105 {
    margin-left: -0.75em;
  }
  .ahrq .mobile-lg\:margin-x-neg-2 {
    margin-left: -1em;
    margin-right: -1em;
  }
  .ahrq .mobile-lg\:margin-right-neg-2 {
    margin-right: -1em;
  }
  .ahrq .mobile-lg\:margin-left-neg-2 {
    margin-left: -1em;
  }
  .ahrq .mobile-lg\:margin-x-neg-205 {
    margin-left: -1.25em;
    margin-right: -1.25em;
  }
  .ahrq .mobile-lg\:margin-right-neg-205 {
    margin-right: -1.25em;
  }
  .ahrq .mobile-lg\:margin-left-neg-205 {
    margin-left: -1.25em;
  }
  .ahrq .mobile-lg\:margin-x-neg-3 {
    margin-left: -1.5em;
    margin-right: -1.5em;
  }
  .ahrq .mobile-lg\:margin-right-neg-3 {
    margin-right: -1.5em;
  }
  .ahrq .mobile-lg\:margin-left-neg-3 {
    margin-left: -1.5em;
  }
  .ahrq .mobile-lg\:margin-x-4 {
    margin-left: 2em;
    margin-right: 2em;
  }
  .ahrq .mobile-lg\:margin-right-4 {
    margin-right: 2em;
  }
  .ahrq .mobile-lg\:margin-left-4 {
    margin-left: 2em;
  }
  .ahrq .mobile-lg\:margin-x-5 {
    margin-left: 2.5em;
    margin-right: 2.5em;
  }
  .ahrq .mobile-lg\:margin-right-5 {
    margin-right: 2.5em;
  }
  .ahrq .mobile-lg\:margin-left-5 {
    margin-left: 2.5em;
  }
  .ahrq .mobile-lg\:margin-x-6 {
    margin-left: 3em;
    margin-right: 3em;
  }
  .ahrq .mobile-lg\:margin-right-6 {
    margin-right: 3em;
  }
  .ahrq .mobile-lg\:margin-left-6 {
    margin-left: 3em;
  }
  .ahrq .mobile-lg\:margin-x-7 {
    margin-left: 3.5em;
    margin-right: 3.5em;
  }
  .ahrq .mobile-lg\:margin-right-7 {
    margin-right: 3.5em;
  }
  .ahrq .mobile-lg\:margin-left-7 {
    margin-left: 3.5em;
  }
  .ahrq .mobile-lg\:margin-x-8 {
    margin-left: 4em;
    margin-right: 4em;
  }
  .ahrq .mobile-lg\:margin-right-8 {
    margin-right: 4em;
  }
  .ahrq .mobile-lg\:margin-left-8 {
    margin-left: 4em;
  }
  .ahrq .mobile-lg\:margin-x-9 {
    margin-left: 4.5em;
    margin-right: 4.5em;
  }
  .ahrq .mobile-lg\:margin-right-9 {
    margin-right: 4.5em;
  }
  .ahrq .mobile-lg\:margin-left-9 {
    margin-left: 4.5em;
  }
  .ahrq .mobile-lg\:margin-x-10 {
    margin-left: 5em;
    margin-right: 5em;
  }
  .ahrq .mobile-lg\:margin-right-10 {
    margin-right: 5em;
  }
  .ahrq .mobile-lg\:margin-left-10 {
    margin-left: 5em;
  }
  .ahrq .mobile-lg\:margin-x-15 {
    margin-left: 7.5em;
    margin-right: 7.5em;
  }
  .ahrq .mobile-lg\:margin-right-15 {
    margin-right: 7.5em;
  }
  .ahrq .mobile-lg\:margin-left-15 {
    margin-left: 7.5em;
  }
  .ahrq .mobile-lg\:margin-x-05em {
    margin-left: 0.5em;
    margin-right: 0.5em;
  }
  .ahrq .mobile-lg\:margin-right-05em {
    margin-right: 0.5em;
  }
  .ahrq .mobile-lg\:margin-left-05em {
    margin-left: 0.5em;
  }
  .ahrq .mobile-lg\:margin-x-1em {
    margin-left: 1em;
    margin-right: 1em;
  }
  .ahrq .mobile-lg\:margin-right-1em {
    margin-right: 1em;
  }
  .ahrq .mobile-lg\:margin-left-1em {
    margin-left: 1em;
  }
  .ahrq .mobile-lg\:margin-x-105em {
    margin-left: 1.5em;
    margin-right: 1.5em;
  }
  .ahrq .mobile-lg\:margin-right-105em {
    margin-right: 1.5em;
  }
  .ahrq .mobile-lg\:margin-left-105em {
    margin-left: 1.5em;
  }
  .ahrq .mobile-lg\:margin-x-2em {
    margin-left: 2em;
    margin-right: 2em;
  }
  .ahrq .mobile-lg\:margin-right-2em {
    margin-right: 2em;
  }
  .ahrq .mobile-lg\:margin-left-2em {
    margin-left: 2em;
  }
  .ahrq .mobile-lg\:margin-x-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .ahrq .mobile-lg\:margin-right-0 {
    margin-right: 0;
  }
  .ahrq .mobile-lg\:margin-left-0 {
    margin-left: 0;
  }
  .ahrq .mobile-lg\:margin-x-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .ahrq .mobile-lg\:margin-right-auto {
    margin-right: auto;
  }
  .ahrq .mobile-lg\:margin-left-auto {
    margin-left: auto;
  }
  .ahrq .mobile-lg\:measure-1 {
    max-width: 44ex;
  }
  .ahrq .mobile-lg\:measure-2 {
    max-width: 60ex;
  }
  .ahrq .mobile-lg\:measure-3 {
    max-width: 64ex;
  }
  .ahrq .mobile-lg\:measure-4 {
    max-width: 68ex;
  }
  .ahrq .mobile-lg\:measure-5 {
    max-width: 72ex;
  }
  .ahrq .mobile-lg\:measure-6 {
    max-width: 88ex;
  }
  .ahrq .mobile-lg\:measure-none {
    max-width: none;
  }
  .ahrq .mobile-lg\:order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .ahrq .mobile-lg\:order-last {
    -webkit-box-ordinal-group: 1000;
    -ms-flex-order: 999;
    order: 999;
  }
  .ahrq .mobile-lg\:order-initial {
    -webkit-box-ordinal-group: initial;
    -ms-flex-order: initial;
    order: 0;
  }
  .ahrq .mobile-lg\:order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .ahrq .mobile-lg\:order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .ahrq .mobile-lg\:order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .ahrq .mobile-lg\:order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .ahrq .mobile-lg\:order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .ahrq .mobile-lg\:order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .ahrq .mobile-lg\:order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .ahrq .mobile-lg\:order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .ahrq .mobile-lg\:order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .ahrq .mobile-lg\:order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .ahrq .mobile-lg\:order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .ahrq .mobile-lg\:order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .ahrq .mobile-lg\:padding-1px {
    padding: 1px;
  }
  .ahrq .mobile-lg\:padding-y-1px {
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .ahrq .mobile-lg\:padding-x-1px {
    padding-left: 1px;
    padding-right: 1px;
  }
  .ahrq .mobile-lg\:padding-top-1px {
    padding-top: 1px;
  }
  .ahrq .mobile-lg\:padding-right-1px {
    padding-right: 1px;
  }
  .ahrq .mobile-lg\:padding-bottom-1px {
    padding-bottom: 1px;
  }
  .ahrq .mobile-lg\:padding-left-1px {
    padding-left: 1px;
  }
  .ahrq .mobile-lg\:padding-2px {
    padding: 2px;
  }
  .ahrq .mobile-lg\:padding-y-2px {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .ahrq .mobile-lg\:padding-x-2px {
    padding-left: 2px;
    padding-right: 2px;
  }
  .ahrq .mobile-lg\:padding-top-2px {
    padding-top: 2px;
  }
  .ahrq .mobile-lg\:padding-right-2px {
    padding-right: 2px;
  }
  .ahrq .mobile-lg\:padding-bottom-2px {
    padding-bottom: 2px;
  }
  .ahrq .mobile-lg\:padding-left-2px {
    padding-left: 2px;
  }
  .ahrq .mobile-lg\:padding-05 {
    padding: 0.25em;
  }
  .ahrq .mobile-lg\:padding-y-05 {
    padding-top: 0.25em;
    padding-bottom: 0.25em;
  }
  .ahrq .mobile-lg\:padding-x-05 {
    padding-left: 0.25em;
    padding-right: 0.25em;
  }
  .ahrq .mobile-lg\:padding-top-05 {
    padding-top: 0.25em;
  }
  .ahrq .mobile-lg\:padding-right-05 {
    padding-right: 0.25em;
  }
  .ahrq .mobile-lg\:padding-bottom-05 {
    padding-bottom: 0.25em;
  }
  .ahrq .mobile-lg\:padding-left-05 {
    padding-left: 0.25em;
  }
  .ahrq .mobile-lg\:padding-1 {
    padding: 0.5em;
  }
  .ahrq .mobile-lg\:padding-y-1 {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
  .ahrq .mobile-lg\:padding-x-1 {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
  .ahrq .mobile-lg\:padding-top-1 {
    padding-top: 0.5em;
  }
  .ahrq .mobile-lg\:padding-right-1 {
    padding-right: 0.5em;
  }
  .ahrq .mobile-lg\:padding-bottom-1 {
    padding-bottom: 0.5em;
  }
  .ahrq .mobile-lg\:padding-left-1 {
    padding-left: 0.5em;
  }
  .ahrq .mobile-lg\:padding-105 {
    padding: 0.75em;
  }
  .ahrq .mobile-lg\:padding-y-105 {
    padding-top: 0.75em;
    padding-bottom: 0.75em;
  }
  .ahrq .mobile-lg\:padding-x-105 {
    padding-left: 0.75em;
    padding-right: 0.75em;
  }
  .ahrq .mobile-lg\:padding-top-105 {
    padding-top: 0.75em;
  }
  .ahrq .mobile-lg\:padding-right-105 {
    padding-right: 0.75em;
  }
  .ahrq .mobile-lg\:padding-bottom-105 {
    padding-bottom: 0.75em;
  }
  .ahrq .mobile-lg\:padding-left-105 {
    padding-left: 0.75em;
  }
  .ahrq .mobile-lg\:padding-2 {
    padding: 1em;
  }
  .ahrq .mobile-lg\:padding-y-2 {
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .ahrq .mobile-lg\:padding-x-2 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .ahrq .mobile-lg\:padding-top-2 {
    padding-top: 1em;
  }
  .ahrq .mobile-lg\:padding-right-2 {
    padding-right: 1em;
  }
  .ahrq .mobile-lg\:padding-bottom-2 {
    padding-bottom: 1em;
  }
  .ahrq .mobile-lg\:padding-left-2 {
    padding-left: 1em;
  }
  .ahrq .mobile-lg\:padding-205 {
    padding: 1.25em;
  }
  .ahrq .mobile-lg\:padding-y-205 {
    padding-top: 1.25em;
    padding-bottom: 1.25em;
  }
  .ahrq .mobile-lg\:padding-x-205 {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }
  .ahrq .mobile-lg\:padding-top-205 {
    padding-top: 1.25em;
  }
  .ahrq .mobile-lg\:padding-right-205 {
    padding-right: 1.25em;
  }
  .ahrq .mobile-lg\:padding-bottom-205 {
    padding-bottom: 1.25em;
  }
  .ahrq .mobile-lg\:padding-left-205 {
    padding-left: 1.25em;
  }
  .ahrq .mobile-lg\:padding-3 {
    padding: 1.5em;
  }
  .ahrq .mobile-lg\:padding-y-3 {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
  .ahrq .mobile-lg\:padding-x-3 {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
  .ahrq .mobile-lg\:padding-top-3 {
    padding-top: 1.5em;
  }
  .ahrq .mobile-lg\:padding-right-3 {
    padding-right: 1.5em;
  }
  .ahrq .mobile-lg\:padding-bottom-3 {
    padding-bottom: 1.5em;
  }
  .ahrq .mobile-lg\:padding-left-3 {
    padding-left: 1.5em;
  }
  .ahrq .mobile-lg\:padding-4 {
    padding: 2em;
  }
  .ahrq .mobile-lg\:padding-y-4 {
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .ahrq .mobile-lg\:padding-x-4 {
    padding-left: 2em;
    padding-right: 2em;
  }
  .ahrq .mobile-lg\:padding-top-4 {
    padding-top: 2em;
  }
  .ahrq .mobile-lg\:padding-right-4 {
    padding-right: 2em;
  }
  .ahrq .mobile-lg\:padding-bottom-4 {
    padding-bottom: 2em;
  }
  .ahrq .mobile-lg\:padding-left-4 {
    padding-left: 2em;
  }
  .ahrq .mobile-lg\:padding-5 {
    padding: 2.5em;
  }
  .ahrq .mobile-lg\:padding-y-5 {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
  .ahrq .mobile-lg\:padding-x-5 {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }
  .ahrq .mobile-lg\:padding-top-5 {
    padding-top: 2.5em;
  }
  .ahrq .mobile-lg\:padding-right-5 {
    padding-right: 2.5em;
  }
  .ahrq .mobile-lg\:padding-bottom-5 {
    padding-bottom: 2.5em;
  }
  .ahrq .mobile-lg\:padding-left-5 {
    padding-left: 2.5em;
  }
  .ahrq .mobile-lg\:padding-6 {
    padding: 3em;
  }
  .ahrq .mobile-lg\:padding-y-6 {
    padding-top: 3em;
    padding-bottom: 3em;
  }
  .ahrq .mobile-lg\:padding-x-6 {
    padding-left: 3em;
    padding-right: 3em;
  }
  .ahrq .mobile-lg\:padding-top-6 {
    padding-top: 3em;
  }
  .ahrq .mobile-lg\:padding-right-6 {
    padding-right: 3em;
  }
  .ahrq .mobile-lg\:padding-bottom-6 {
    padding-bottom: 3em;
  }
  .ahrq .mobile-lg\:padding-left-6 {
    padding-left: 3em;
  }
  .ahrq .mobile-lg\:padding-7 {
    padding: 3.5em;
  }
  .ahrq .mobile-lg\:padding-y-7 {
    padding-top: 3.5em;
    padding-bottom: 3.5em;
  }
  .ahrq .mobile-lg\:padding-x-7 {
    padding-left: 3.5em;
    padding-right: 3.5em;
  }
  .ahrq .mobile-lg\:padding-top-7 {
    padding-top: 3.5em;
  }
  .ahrq .mobile-lg\:padding-right-7 {
    padding-right: 3.5em;
  }
  .ahrq .mobile-lg\:padding-bottom-7 {
    padding-bottom: 3.5em;
  }
  .ahrq .mobile-lg\:padding-left-7 {
    padding-left: 3.5em;
  }
  .ahrq .mobile-lg\:padding-8 {
    padding: 4em;
  }
  .ahrq .mobile-lg\:padding-y-8 {
    padding-top: 4em;
    padding-bottom: 4em;
  }
  .ahrq .mobile-lg\:padding-x-8 {
    padding-left: 4em;
    padding-right: 4em;
  }
  .ahrq .mobile-lg\:padding-top-8 {
    padding-top: 4em;
  }
  .ahrq .mobile-lg\:padding-right-8 {
    padding-right: 4em;
  }
  .ahrq .mobile-lg\:padding-bottom-8 {
    padding-bottom: 4em;
  }
  .ahrq .mobile-lg\:padding-left-8 {
    padding-left: 4em;
  }
  .ahrq .mobile-lg\:padding-9 {
    padding: 4.5em;
  }
  .ahrq .mobile-lg\:padding-y-9 {
    padding-top: 4.5em;
    padding-bottom: 4.5em;
  }
  .ahrq .mobile-lg\:padding-x-9 {
    padding-left: 4.5em;
    padding-right: 4.5em;
  }
  .ahrq .mobile-lg\:padding-top-9 {
    padding-top: 4.5em;
  }
  .ahrq .mobile-lg\:padding-right-9 {
    padding-right: 4.5em;
  }
  .ahrq .mobile-lg\:padding-bottom-9 {
    padding-bottom: 4.5em;
  }
  .ahrq .mobile-lg\:padding-left-9 {
    padding-left: 4.5em;
  }
  .ahrq .mobile-lg\:padding-10 {
    padding: 5em;
  }
  .ahrq .mobile-lg\:padding-y-10 {
    padding-top: 5em;
    padding-bottom: 5em;
  }
  .ahrq .mobile-lg\:padding-x-10 {
    padding-left: 5em;
    padding-right: 5em;
  }
  .ahrq .mobile-lg\:padding-top-10 {
    padding-top: 5em;
  }
  .ahrq .mobile-lg\:padding-right-10 {
    padding-right: 5em;
  }
  .ahrq .mobile-lg\:padding-bottom-10 {
    padding-bottom: 5em;
  }
  .ahrq .mobile-lg\:padding-left-10 {
    padding-left: 5em;
  }
  .ahrq .mobile-lg\:padding-15 {
    padding: 7.5em;
  }
  .ahrq .mobile-lg\:padding-y-15 {
    padding-top: 7.5em;
    padding-bottom: 7.5em;
  }
  .ahrq .mobile-lg\:padding-x-15 {
    padding-left: 7.5em;
    padding-right: 7.5em;
  }
  .ahrq .mobile-lg\:padding-top-15 {
    padding-top: 7.5em;
  }
  .ahrq .mobile-lg\:padding-right-15 {
    padding-right: 7.5em;
  }
  .ahrq .mobile-lg\:padding-bottom-15 {
    padding-bottom: 7.5em;
  }
  .ahrq .mobile-lg\:padding-left-15 {
    padding-left: 7.5em;
  }
  .ahrq .mobile-lg\:padding-0 {
    padding: 0;
  }
  .ahrq .mobile-lg\:padding-y-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .ahrq .mobile-lg\:padding-x-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .ahrq .mobile-lg\:padding-top-0 {
    padding-top: 0;
  }
  .ahrq .mobile-lg\:padding-right-0 {
    padding-right: 0;
  }
  .ahrq .mobile-lg\:padding-bottom-0 {
    padding-bottom: 0;
  }
  .ahrq .mobile-lg\:padding-left-0 {
    padding-left: 0;
  }
}
@media (min-width: 40em) {
  .ahrq .usa-display {
    margin-bottom: 0;
    margin-top: 0;
    clear: both;
    font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 2.92722em;
    line-height: 1.22983;
    font-weight: 700;
  }
  .ahrq * + .usa-display {
    margin-top: 1.5em;
  }
  .ahrq .usa-display + * {
    margin-top: 1em;
  }
  .ahrq .usa-banner {
    font-size: 0.86507em;
    padding-bottom: 0;
  }
  .ahrq .usa-banner__content {
    padding-bottom: 1.5em;
    padding-top: 1.5em;
  }
  .ahrq .usa-banner__guidance {
    padding-top: 0;
  }
  .ahrq .usa-banner__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .ahrq .usa-banner__header {
    padding-bottom: 0.25em;
    padding-top: 0.25em;
    min-height: 0;
  }
  .ahrq .usa-banner__header--expanded .usa-banner__header-close-text, .ahrq .usa-banner__header-action {
    display: none;
  }
  .ahrq .usa-banner__header-flag {
    margin-right: 0.5em;
    padding-top: 0;
  }
  .ahrq .usa-banner__header--expanded {
    background-color: transparent;
    color: #1b1b1b;
    display: block;
    font-size: 0.79853em;
    font-weight: 400;
    min-height: 0;
    padding-right: 0;
  }
  .ahrq .usa-banner__header--expanded .usa-banner__inner {
    margin-left: auto;
  }
  .ahrq .usa-banner__button {
    position: static;
    bottom: auto;
    left: auto;
    right: auto;
    top: auto;
    display: inline;
    margin-left: 0.5em;
    position: relative;
  }
  .ahrq .usa-banner__button:after {
    background-image: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/public/uswds/img/angle-arrow-down-primary.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/public/uswds/img/angle-arrow-down-primary.svg), linear-gradient(transparent, transparent);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 0.5em;
    content: "";
    display: inline-block;
    height: 0.5em;
    width: 0.5em;
    margin-left: 2px;
  }
  .ahrq .usa-banner__button:hover:after {
    background-image: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/public/uswds/img/angle-arrow-down-primary-hover.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/public/uswds/img/angle-arrow-down-primary-hover.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
  }
  .ahrq .usa-banner__button:hover {
    color: #162e51;
  }
  .ahrq .usa-banner__button[aria-expanded=true] {
    height: auto;
    padding: 0;
    position: relative;
  }
  .ahrq .usa-banner__button[aria-expanded=true]:after {
    background-image: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/public/uswds/img/angle-arrow-up-primary.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/public/uswds/img/angle-arrow-up-primary.svg), linear-gradient(transparent, transparent);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 0.5em;
    content: "";
    display: inline-block;
    height: 0.5em;
    width: 0.5em;
    margin-left: 2px;
  }
  .ahrq .usa-banner__button[aria-expanded=true]:hover:after {
    background-image: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/public/uswds/img/angle-arrow-up-primary-hover.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/public/uswds/img/angle-arrow-up-primary-hover.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
  }
  .ahrq .usa-banner__button[aria-expanded=true]:after {
    position: static;
  }
  .ahrq .usa-banner__button-text {
    position: static;
    display: inline;
  }
  .ahrq .usa-footer--big .usa-footer__nav {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    border-bottom: none;
  }
  .ahrq .usa-graphic-list .usa-graphic-list__row .usa-media-block {
    margin-bottom: 4em;
  }
  .ahrq .usa-graphic-list .usa-graphic-list__row:last-child .usa-media-block {
    margin-bottom: 0;
  }
  .ahrq .usa-hero__callout {
    max-width: 20em;
  }
  .ahrq .usa-section {
    padding-bottom: 4em;
    padding-top: 4em;
  }
  .ahrq .usa-sidenav .usa-current {
    position: relative;
  }
  .ahrq .usa-sidenav .usa-current:after {
    background-color: #005ea2;
    border-radius: 99em;
    content: "";
    display: block;
    position: absolute;
    bottom: 0.25em;
    top: 0.25em;
    width: 0.25em;
    left: 0;
  }
  .ahrq .grid-container .usa-sidenav {
    margin-left: 0;
    margin-right: 0;
  }
  .ahrq .usa-sidenav__sublist .usa-current:after {
    display: none;
  }
  .ahrq .tablet\:grid-container {
    max-width: 64em;
  }
  .ahrq .tablet\:grid-container, .ahrq .tablet\:grid-container-card {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1em;
    padding-right: 1em;
  }
  .ahrq .tablet\:grid-container-card {
    max-width: 10em;
  }
  .ahrq .tablet\:grid-container-card-lg {
    max-width: 15em;
  }
  .ahrq .tablet\:grid-container-card-lg, .ahrq .tablet\:grid-container-mobile {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1em;
    padding-right: 1em;
  }
  .ahrq .tablet\:grid-container-mobile {
    max-width: 20em;
  }
  .ahrq .tablet\:grid-container-mobile-lg {
    max-width: 30em;
  }
  .ahrq .tablet\:grid-container-mobile-lg, .ahrq .tablet\:grid-container-tablet {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1em;
    padding-right: 1em;
  }
  .ahrq .tablet\:grid-container-tablet {
    max-width: 40em;
  }
  .ahrq .tablet\:grid-container-tablet-lg {
    max-width: 55em;
  }
  .ahrq .tablet\:grid-container-desktop, .ahrq .tablet\:grid-container-tablet-lg {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1em;
    padding-right: 1em;
  }
  .ahrq .tablet\:grid-container-desktop {
    max-width: 64em;
  }
  .ahrq .tablet\:grid-container-desktop-lg {
    max-width: 75em;
  }
  .ahrq .tablet\:grid-container-desktop-lg, .ahrq .tablet\:grid-container-widescreen {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1em;
    padding-right: 1em;
  }
  .ahrq .tablet\:grid-container-widescreen {
    max-width: 87.5em;
  }
  .ahrq .grid-row.tablet\:grid-gap-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .ahrq .grid-row.tablet\:grid-gap-0 > * {
    padding-left: 0;
    padding-right: 0;
  }
  .ahrq .grid-row.tablet\:grid-gap-2px {
    margin-left: -1px;
    margin-right: -1px;
  }
  .ahrq .grid-row.tablet\:grid-gap-2px > * {
    padding-left: 1px;
    padding-right: 1px;
  }
  .ahrq .grid-row.tablet\:grid-gap-05 {
    margin-left: -2px;
    margin-right: -2px;
  }
  .ahrq .grid-row.tablet\:grid-gap-05 > * {
    padding-left: 2px;
    padding-right: 2px;
  }
  .ahrq .grid-row.tablet\:grid-gap-1 {
    margin-left: -0.25em;
    margin-right: -0.25em;
  }
  .ahrq .grid-row.tablet\:grid-gap-1 > * {
    padding-left: 0.25em;
    padding-right: 0.25em;
  }
  .ahrq .grid-row.tablet\:grid-gap-2 {
    margin-left: -0.5em;
    margin-right: -0.5em;
  }
  .ahrq .grid-row.tablet\:grid-gap-2 > * {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
  .ahrq .grid-row.tablet\:grid-gap-3 {
    margin-left: -0.75em;
    margin-right: -0.75em;
  }
  .ahrq .grid-row.tablet\:grid-gap-3 > * {
    padding-left: 0.75em;
    padding-right: 0.75em;
  }
  .ahrq .grid-row.tablet\:grid-gap-4 {
    margin-left: -1em;
    margin-right: -1em;
  }
  .ahrq .grid-row.tablet\:grid-gap-4 > * {
    padding-left: 1em;
    padding-right: 1em;
  }
  .ahrq .grid-row.tablet\:grid-gap-5 {
    margin-left: -1.25em;
    margin-right: -1.25em;
  }
  .ahrq .grid-row.tablet\:grid-gap-5 > * {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }
  .ahrq .grid-row.tablet\:grid-gap-6 {
    margin-left: -1.5em;
    margin-right: -1.5em;
  }
  .ahrq .grid-row.tablet\:grid-gap-6 > * {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
  .ahrq .grid-row.tablet\:grid-gap-sm {
    margin-left: -1px;
    margin-right: -1px;
  }
  .ahrq .grid-row.tablet\:grid-gap-sm > * {
    padding-left: 1px;
    padding-right: 1px;
  }
  .ahrq .grid-row.tablet\:grid-gap-md {
    margin-left: -0.5em;
    margin-right: -0.5em;
  }
  .ahrq .grid-row.tablet\:grid-gap-md > * {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
  .ahrq .grid-row.tablet\:grid-gap-lg {
    margin-left: -0.75em;
    margin-right: -0.75em;
  }
  .ahrq .grid-row.tablet\:grid-gap-lg > * {
    padding-left: 0.75em;
    padding-right: 0.75em;
  }
  .ahrq .tablet\:grid-col, .ahrq .tablet\:grid-col-fill {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    width: auto;
    max-width: 100%;
  }
  .ahrq .tablet\:grid-col-auto {
    width: auto;
    max-width: 100%;
  }
  .ahrq .tablet\:grid-col-1, .ahrq .tablet\:grid-col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .ahrq .tablet\:grid-col-1 {
    width: 8.33333%;
  }
  .ahrq .tablet\:grid-col-2 {
    width: 16.66667%;
  }
  .ahrq .tablet\:grid-col-2, .ahrq .tablet\:grid-col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .ahrq .tablet\:grid-col-3 {
    width: 25%;
  }
  .ahrq .tablet\:grid-col-4 {
    width: 33.33333%;
  }
  .ahrq .tablet\:grid-col-4, .ahrq .tablet\:grid-col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .ahrq .tablet\:grid-col-5 {
    width: 41.66667%;
  }
  .ahrq .tablet\:grid-col-6 {
    width: 50%;
  }
  .ahrq .tablet\:grid-col-6, .ahrq .tablet\:grid-col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .ahrq .tablet\:grid-col-7 {
    width: 58.33333%;
  }
  .ahrq .tablet\:grid-col-8 {
    width: 66.66667%;
  }
  .ahrq .tablet\:grid-col-8, .ahrq .tablet\:grid-col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .ahrq .tablet\:grid-col-9 {
    width: 75%;
  }
  .ahrq .tablet\:grid-col-10 {
    width: 83.33333%;
  }
  .ahrq .tablet\:grid-col-10, .ahrq .tablet\:grid-col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .ahrq .tablet\:grid-col-11 {
    width: 91.66667%;
  }
  .ahrq .tablet\:grid-col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .ahrq .tablet\:grid-offset-1 {
    margin-left: 8.33333%;
  }
  .ahrq .tablet\:grid-offset-2 {
    margin-left: 16.66667%;
  }
  .ahrq .tablet\:grid-offset-3 {
    margin-left: 25%;
  }
  .ahrq .tablet\:grid-offset-4 {
    margin-left: 33.33333%;
  }
  .ahrq .tablet\:grid-offset-5 {
    margin-left: 41.66667%;
  }
  .ahrq .tablet\:grid-offset-6 {
    margin-left: 50%;
  }
  .ahrq .tablet\:grid-offset-7 {
    margin-left: 58.33333%;
  }
  .ahrq .tablet\:grid-offset-8 {
    margin-left: 66.66667%;
  }
  .ahrq .tablet\:grid-offset-9 {
    margin-left: 75%;
  }
  .ahrq .tablet\:grid-offset-10 {
    margin-left: 83.33333%;
  }
  .ahrq .tablet\:grid-offset-11 {
    margin-left: 91.66667%;
  }
  .ahrq .tablet\:grid-offset-12 {
    margin-left: 100%;
  }
  .ahrq .tablet\:grid-offset-none {
    margin-left: 0;
  }
  .ahrq .tablet\:border-1px, .ahrq .tablet\:border-1px .tablet\:hover\:border-1px:hover {
    border: 1px solid;
  }
  .ahrq .tablet\:border-y-1px, .ahrq .tablet\:border-y-1px .tablet\:hover\:border-y-1px:hover {
    border-top: 1px solid;
    border-bottom: 1px solid;
  }
  .ahrq .tablet\:border-x-1px, .ahrq .tablet\:border-x-1px .tablet\:hover\:border-x-1px:hover {
    border-left: 1px solid;
    border-right: 1px solid;
  }
  .ahrq .tablet\:border-top-1px, .ahrq .tablet\:border-top-1px .tablet\:hover\:border-top-1px:hover {
    border-top: 1px solid;
  }
  .ahrq .tablet\:border-right-1px, .ahrq .tablet\:border-right-1px .tablet\:hover\:border-right-1px:hover {
    border-right: 1px solid;
  }
  .ahrq .tablet\:border-bottom-1px, .ahrq .tablet\:border-bottom-1px .tablet\:hover\:border-bottom-1px:hover {
    border-bottom: 1px solid;
  }
  .ahrq .tablet\:border-left-1px, .ahrq .tablet\:border-left-1px .tablet\:hover\:border-left-1px:hover {
    border-left: 1px solid;
  }
  .ahrq .tablet\:border-2px, .ahrq .tablet\:border-2px .tablet\:hover\:border-2px:hover {
    border: 2px solid;
  }
  .ahrq .tablet\:border-y-2px, .ahrq .tablet\:border-y-2px .tablet\:hover\:border-y-2px:hover {
    border-top: 2px solid;
    border-bottom: 2px solid;
  }
  .ahrq .tablet\:border-x-2px, .ahrq .tablet\:border-x-2px .tablet\:hover\:border-x-2px:hover {
    border-left: 2px solid;
    border-right: 2px solid;
  }
  .ahrq .tablet\:border-top-2px, .ahrq .tablet\:border-top-2px .tablet\:hover\:border-top-2px:hover {
    border-top: 2px solid;
  }
  .ahrq .tablet\:border-right-2px, .ahrq .tablet\:border-right-2px .tablet\:hover\:border-right-2px:hover {
    border-right: 2px solid;
  }
  .ahrq .tablet\:border-bottom-2px, .ahrq .tablet\:border-bottom-2px .tablet\:hover\:border-bottom-2px:hover {
    border-bottom: 2px solid;
  }
  .ahrq .tablet\:border-left-2px, .ahrq .tablet\:border-left-2px .tablet\:hover\:border-left-2px:hover {
    border-left: 2px solid;
  }
  .ahrq .tablet\:border-05, .ahrq .tablet\:border-05 .tablet\:hover\:border-05:hover {
    border: 0.25em solid;
  }
  .ahrq .tablet\:border-y-05, .ahrq .tablet\:border-y-05 .tablet\:hover\:border-y-05:hover {
    border-top: 0.25em solid;
    border-bottom: 0.25em solid;
  }
  .ahrq .tablet\:border-x-05, .ahrq .tablet\:border-x-05 .tablet\:hover\:border-x-05:hover {
    border-left: 0.25em solid;
    border-right: 0.25em solid;
  }
  .ahrq .tablet\:border-top-05, .ahrq .tablet\:border-top-05 .tablet\:hover\:border-top-05:hover {
    border-top: 0.25em solid;
  }
  .ahrq .tablet\:border-right-05, .ahrq .tablet\:border-right-05 .tablet\:hover\:border-right-05:hover {
    border-right: 0.25em solid;
  }
  .ahrq .tablet\:border-bottom-05, .ahrq .tablet\:border-bottom-05 .tablet\:hover\:border-bottom-05:hover {
    border-bottom: 0.25em solid;
  }
  .ahrq .tablet\:border-left-05, .ahrq .tablet\:border-left-05 .tablet\:hover\:border-left-05:hover {
    border-left: 0.25em solid;
  }
  .ahrq .tablet\:border-1, .ahrq .tablet\:border-1 .tablet\:hover\:border-1:hover {
    border: 0.5em solid;
  }
  .ahrq .tablet\:border-y-1, .ahrq .tablet\:border-y-1 .tablet\:hover\:border-y-1:hover {
    border-top: 0.5em solid;
    border-bottom: 0.5em solid;
  }
  .ahrq .tablet\:border-x-1, .ahrq .tablet\:border-x-1 .tablet\:hover\:border-x-1:hover {
    border-left: 0.5em solid;
    border-right: 0.5em solid;
  }
  .ahrq .tablet\:border-top-1, .ahrq .tablet\:border-top-1 .tablet\:hover\:border-top-1:hover {
    border-top: 0.5em solid;
  }
  .ahrq .tablet\:border-right-1, .ahrq .tablet\:border-right-1 .tablet\:hover\:border-right-1:hover {
    border-right: 0.5em solid;
  }
  .ahrq .tablet\:border-bottom-1, .ahrq .tablet\:border-bottom-1 .tablet\:hover\:border-bottom-1:hover {
    border-bottom: 0.5em solid;
  }
  .ahrq .tablet\:border-left-1, .ahrq .tablet\:border-left-1 .tablet\:hover\:border-left-1:hover {
    border-left: 0.5em solid;
  }
  .ahrq .tablet\:border-105, .ahrq .tablet\:border-105 .tablet\:hover\:border-105:hover {
    border: 0.75em solid;
  }
  .ahrq .tablet\:border-y-105, .ahrq .tablet\:border-y-105 .tablet\:hover\:border-y-105:hover {
    border-top: 0.75em solid;
    border-bottom: 0.75em solid;
  }
  .ahrq .tablet\:border-x-105, .ahrq .tablet\:border-x-105 .tablet\:hover\:border-x-105:hover {
    border-left: 0.75em solid;
    border-right: 0.75em solid;
  }
  .ahrq .tablet\:border-top-105, .ahrq .tablet\:border-top-105 .tablet\:hover\:border-top-105:hover {
    border-top: 0.75em solid;
  }
  .ahrq .tablet\:border-right-105, .ahrq .tablet\:border-right-105 .tablet\:hover\:border-right-105:hover {
    border-right: 0.75em solid;
  }
  .ahrq .tablet\:border-bottom-105, .ahrq .tablet\:border-bottom-105 .tablet\:hover\:border-bottom-105:hover {
    border-bottom: 0.75em solid;
  }
  .ahrq .tablet\:border-left-105, .ahrq .tablet\:border-left-105 .tablet\:hover\:border-left-105:hover {
    border-left: 0.75em solid;
  }
  .ahrq .tablet\:border-2, .ahrq .tablet\:border-2 .tablet\:hover\:border-2:hover {
    border: 1em solid;
  }
  .ahrq .tablet\:border-y-2, .ahrq .tablet\:border-y-2 .tablet\:hover\:border-y-2:hover {
    border-top: 1em solid;
    border-bottom: 1em solid;
  }
  .ahrq .tablet\:border-x-2, .ahrq .tablet\:border-x-2 .tablet\:hover\:border-x-2:hover {
    border-left: 1em solid;
    border-right: 1em solid;
  }
  .ahrq .tablet\:border-top-2, .ahrq .tablet\:border-top-2 .tablet\:hover\:border-top-2:hover {
    border-top: 1em solid;
  }
  .ahrq .tablet\:border-right-2, .ahrq .tablet\:border-right-2 .tablet\:hover\:border-right-2:hover {
    border-right: 1em solid;
  }
  .ahrq .tablet\:border-bottom-2, .ahrq .tablet\:border-bottom-2 .tablet\:hover\:border-bottom-2:hover {
    border-bottom: 1em solid;
  }
  .ahrq .tablet\:border-left-2, .ahrq .tablet\:border-left-2 .tablet\:hover\:border-left-2:hover {
    border-left: 1em solid;
  }
  .ahrq .tablet\:border-205, .ahrq .tablet\:border-205 .tablet\:hover\:border-205:hover {
    border: 1.25em solid;
  }
  .ahrq .tablet\:border-y-205, .ahrq .tablet\:border-y-205 .tablet\:hover\:border-y-205:hover {
    border-top: 1.25em solid;
    border-bottom: 1.25em solid;
  }
  .ahrq .tablet\:border-x-205, .ahrq .tablet\:border-x-205 .tablet\:hover\:border-x-205:hover {
    border-left: 1.25em solid;
    border-right: 1.25em solid;
  }
  .ahrq .tablet\:border-top-205, .ahrq .tablet\:border-top-205 .tablet\:hover\:border-top-205:hover {
    border-top: 1.25em solid;
  }
  .ahrq .tablet\:border-right-205, .ahrq .tablet\:border-right-205 .tablet\:hover\:border-right-205:hover {
    border-right: 1.25em solid;
  }
  .ahrq .tablet\:border-bottom-205, .ahrq .tablet\:border-bottom-205 .tablet\:hover\:border-bottom-205:hover {
    border-bottom: 1.25em solid;
  }
  .ahrq .tablet\:border-left-205, .ahrq .tablet\:border-left-205 .tablet\:hover\:border-left-205:hover {
    border-left: 1.25em solid;
  }
  .ahrq .tablet\:border-3, .ahrq .tablet\:border-3 .tablet\:hover\:border-3:hover {
    border: 1.5em solid;
  }
  .ahrq .tablet\:border-y-3, .ahrq .tablet\:border-y-3 .tablet\:hover\:border-y-3:hover {
    border-top: 1.5em solid;
    border-bottom: 1.5em solid;
  }
  .ahrq .tablet\:border-x-3, .ahrq .tablet\:border-x-3 .tablet\:hover\:border-x-3:hover {
    border-left: 1.5em solid;
    border-right: 1.5em solid;
  }
  .ahrq .tablet\:border-top-3, .ahrq .tablet\:border-top-3 .tablet\:hover\:border-top-3:hover {
    border-top: 1.5em solid;
  }
  .ahrq .tablet\:border-right-3, .ahrq .tablet\:border-right-3 .tablet\:hover\:border-right-3:hover {
    border-right: 1.5em solid;
  }
  .ahrq .tablet\:border-bottom-3, .ahrq .tablet\:border-bottom-3 .tablet\:hover\:border-bottom-3:hover {
    border-bottom: 1.5em solid;
  }
  .ahrq .tablet\:border-left-3, .ahrq .tablet\:border-left-3 .tablet\:hover\:border-left-3:hover {
    border-left: 1.5em solid;
  }
  .ahrq .tablet\:border-0, .ahrq .tablet\:border-0 .tablet\:hover\:border-0:hover {
    border: 0 solid;
  }
  .ahrq .tablet\:border-y-0, .ahrq .tablet\:border-y-0 .tablet\:hover\:border-y-0:hover {
    border-top: 0 solid;
    border-bottom: 0 solid;
  }
  .ahrq .tablet\:border-x-0, .ahrq .tablet\:border-x-0 .tablet\:hover\:border-x-0:hover {
    border-left: 0 solid;
    border-right: 0 solid;
  }
  .ahrq .tablet\:border-top-0, .ahrq .tablet\:border-top-0 .tablet\:hover\:border-top-0:hover {
    border-top: 0 solid;
  }
  .ahrq .tablet\:border-right-0, .ahrq .tablet\:border-right-0 .tablet\:hover\:border-right-0:hover {
    border-right: 0 solid;
  }
  .ahrq .tablet\:border-bottom-0, .ahrq .tablet\:border-bottom-0 .tablet\:hover\:border-bottom-0:hover {
    border-bottom: 0 solid;
  }
  .ahrq .tablet\:border-left-0, .ahrq .tablet\:border-left-0 .tablet\:hover\:border-left-0:hover {
    border-left: 0 solid;
  }
  .ahrq .tablet\:border, .ahrq .tablet\:border .tablet\:hover\:border:hover {
    border: 1px solid;
  }
  .ahrq .tablet\:border-y, .ahrq .tablet\:border-y .tablet\:hover\:border-y:hover {
    border-top: 1px solid;
    border-bottom: 1px solid;
  }
  .ahrq .tablet\:border-x, .ahrq .tablet\:border-x .tablet\:hover\:border-x:hover {
    border-left: 1px solid;
    border-right: 1px solid;
  }
  .ahrq .tablet\:border-top, .ahrq .tablet\:border-top .tablet\:hover\:border-top:hover {
    border-top: 1px solid;
  }
  .ahrq .tablet\:border-right, .ahrq .tablet\:border-right .tablet\:hover\:border-right:hover {
    border-right: 1px solid;
  }
  .ahrq .tablet\:border-bottom, .ahrq .tablet\:border-bottom .tablet\:hover\:border-bottom:hover {
    border-bottom: 1px solid;
  }
  .ahrq .tablet\:border-left, .ahrq .tablet\:border-left .tablet\:hover\:border-left:hover {
    border-left: 1px solid;
  }
  .ahrq .tablet\:border-transparent, .ahrq .tablet\:border-transparent .tablet\:hover\:border-transparent:hover {
    border-color: transparent;
  }
  .ahrq .tablet\:border-black, .ahrq .tablet\:border-black .tablet\:hover\:border-black:hover {
    border-color: #000;
  }
  .ahrq .tablet\:border-white, .ahrq .tablet\:border-white .tablet\:hover\:border-white:hover {
    border-color: #fff;
  }
  .ahrq .tablet\:border-red, .ahrq .tablet\:border-red .tablet\:hover\:border-red:hover {
    border-color: #e52207;
  }
  .ahrq .tablet\:border-orange, .ahrq .tablet\:border-orange .tablet\:hover\:border-orange:hover {
    border-color: #e66f0e;
  }
  .ahrq .tablet\:border-gold, .ahrq .tablet\:border-gold .tablet\:hover\:border-gold:hover {
    border-color: #ffbe2e;
  }
  .ahrq .tablet\:border-yellow, .ahrq .tablet\:border-yellow .tablet\:hover\:border-yellow:hover {
    border-color: #fee685;
  }
  .ahrq .tablet\:border-green, .ahrq .tablet\:border-green .tablet\:hover\:border-green:hover {
    border-color: #538200;
  }
  .ahrq .tablet\:border-mint, .ahrq .tablet\:border-mint .tablet\:hover\:border-mint:hover {
    border-color: #04c585;
  }
  .ahrq .tablet\:border-cyan, .ahrq .tablet\:border-cyan .tablet\:hover\:border-cyan:hover {
    border-color: #009ec1;
  }
  .ahrq .tablet\:border-blue, .ahrq .tablet\:border-blue .tablet\:hover\:border-blue:hover {
    border-color: #0076d6;
  }
  .ahrq .tablet\:border-indigo, .ahrq .tablet\:border-indigo .tablet\:hover\:border-indigo:hover {
    border-color: #676cc8;
  }
  .ahrq .tablet\:border-violet, .ahrq .tablet\:border-violet .tablet\:hover\:border-violet:hover {
    border-color: #8168b3;
  }
  .ahrq .tablet\:border-magenta, .ahrq .tablet\:border-magenta .tablet\:hover\:border-magenta:hover {
    border-color: #d72d79;
  }
  .ahrq .tablet\:border-gray-5, .ahrq .tablet\:border-gray-5 .tablet\:hover\:border-gray-5:hover {
    border-color: #f0f0f0;
  }
  .ahrq .tablet\:border-gray-10, .ahrq .tablet\:border-gray-10 .tablet\:hover\:border-gray-10:hover {
    border-color: #e6e6e6;
  }
  .ahrq .tablet\:border-gray-30, .ahrq .tablet\:border-gray-30 .tablet\:hover\:border-gray-30:hover {
    border-color: #adadad;
  }
  .ahrq .tablet\:border-gray-50, .ahrq .tablet\:border-gray-50 .tablet\:hover\:border-gray-50:hover {
    border-color: #757575;
  }
  .ahrq .tablet\:border-gray-70, .ahrq .tablet\:border-gray-70 .tablet\:hover\:border-gray-70:hover {
    border-color: #454545;
  }
  .ahrq .tablet\:border-gray-90, .ahrq .tablet\:border-gray-90 .tablet\:hover\:border-gray-90:hover {
    border-color: #1b1b1b;
  }
  .ahrq .tablet\:border-base-lightest, .ahrq .tablet\:border-base-lightest .tablet\:hover\:border-base-lightest:hover {
    border-color: #f0f0f0;
  }
  .ahrq .tablet\:border-base-lighter, .ahrq .tablet\:border-base-lighter .tablet\:hover\:border-base-lighter:hover {
    border-color: #dcdee0;
  }
  .ahrq .tablet\:border-base-light, .ahrq .tablet\:border-base-light .tablet\:hover\:border-base-light:hover {
    border-color: #a9aeb1;
  }
  .ahrq .tablet\:border-base, .ahrq .tablet\:border-base .tablet\:hover\:border-base:hover {
    border-color: #71767a;
  }
  .ahrq .tablet\:border-base-dark, .ahrq .tablet\:border-base-dark .tablet\:hover\:border-base-dark:hover {
    border-color: #565c65;
  }
  .ahrq .tablet\:border-base-darker, .ahrq .tablet\:border-base-darker .tablet\:hover\:border-base-darker:hover {
    border-color: #3d4551;
  }
  .ahrq .tablet\:border-base-darkest, .ahrq .tablet\:border-base-darkest .tablet\:hover\:border-base-darkest:hover, .ahrq .tablet\:border-ink, .ahrq .tablet\:border-ink .tablet\:hover\:border-ink:hover {
    border-color: #1b1b1b;
  }
  .ahrq .tablet\:border-primary-lighter, .ahrq .tablet\:border-primary-lighter .tablet\:hover\:border-primary-lighter:hover {
    border-color: #d9e8f6;
  }
  .ahrq .tablet\:border-primary-light, .ahrq .tablet\:border-primary-light .tablet\:hover\:border-primary-light:hover {
    border-color: #73b3e7;
  }
  .ahrq .tablet\:border-primary, .ahrq .tablet\:border-primary .tablet\:hover\:border-primary:hover {
    border-color: #005ea2;
  }
  .ahrq .tablet\:border-primary-vivid, .ahrq .tablet\:border-primary-vivid .tablet\:hover\:border-primary-vivid:hover {
    border-color: #0050d8;
  }
  .ahrq .tablet\:border-primary-dark, .ahrq .tablet\:border-primary-dark .tablet\:hover\:border-primary-dark:hover {
    border-color: #1a4480;
  }
  .ahrq .tablet\:border-primary-darker, .ahrq .tablet\:border-primary-darker .tablet\:hover\:border-primary-darker:hover {
    border-color: #162e51;
  }
  .ahrq .tablet\:border-secondary-lighter, .ahrq .tablet\:border-secondary-lighter .tablet\:hover\:border-secondary-lighter:hover {
    border-color: #f3e1e4;
  }
  .ahrq .tablet\:border-secondary-light, .ahrq .tablet\:border-secondary-light .tablet\:hover\:border-secondary-light:hover {
    border-color: #f2938c;
  }
  .ahrq .tablet\:border-secondary, .ahrq .tablet\:border-secondary .tablet\:hover\:border-secondary:hover {
    border-color: #d83933;
  }
  .ahrq .tablet\:border-secondary-vivid, .ahrq .tablet\:border-secondary-vivid .tablet\:hover\:border-secondary-vivid:hover {
    border-color: #e41d3d;
  }
  .ahrq .tablet\:border-secondary-dark, .ahrq .tablet\:border-secondary-dark .tablet\:hover\:border-secondary-dark:hover {
    border-color: #b50909;
  }
  .ahrq .tablet\:border-secondary-darker, .ahrq .tablet\:border-secondary-darker .tablet\:hover\:border-secondary-darker:hover {
    border-color: #8b0a03;
  }
  .ahrq .tablet\:border-accent-warm-darker, .ahrq .tablet\:border-accent-warm-darker .tablet\:hover\:border-accent-warm-darker:hover {
    border-color: #775540;
  }
  .ahrq .tablet\:border-accent-warm-dark, .ahrq .tablet\:border-accent-warm-dark .tablet\:hover\:border-accent-warm-dark:hover {
    border-color: #c05600;
  }
  .ahrq .tablet\:border-accent-warm, .ahrq .tablet\:border-accent-warm .tablet\:hover\:border-accent-warm:hover {
    border-color: #fa9441;
  }
  .ahrq .tablet\:border-accent-warm-light, .ahrq .tablet\:border-accent-warm-light .tablet\:hover\:border-accent-warm-light:hover {
    border-color: #ffbc78;
  }
  .ahrq .tablet\:border-accent-warm-lighter, .ahrq .tablet\:border-accent-warm-lighter .tablet\:hover\:border-accent-warm-lighter:hover {
    border-color: #f2e4d4;
  }
  .ahrq .tablet\:border-accent-cool-darker, .ahrq .tablet\:border-accent-cool-darker .tablet\:hover\:border-accent-cool-darker:hover {
    border-color: #07648d;
  }
  .ahrq .tablet\:border-accent-cool-dark, .ahrq .tablet\:border-accent-cool-dark .tablet\:hover\:border-accent-cool-dark:hover {
    border-color: #28a0cb;
  }
  .ahrq .tablet\:border-accent-cool, .ahrq .tablet\:border-accent-cool .tablet\:hover\:border-accent-cool:hover {
    border-color: #00bde3;
  }
  .ahrq .tablet\:border-accent-cool-light, .ahrq .tablet\:border-accent-cool-light .tablet\:hover\:border-accent-cool-light:hover {
    border-color: #97d4ea;
  }
  .ahrq .tablet\:border-accent-cool-lighter, .ahrq .tablet\:border-accent-cool-lighter .tablet\:hover\:border-accent-cool-lighter:hover {
    border-color: #e1f3f8;
  }
  .ahrq .tablet\:radius-0 {
    border-radius: 0;
  }
  .ahrq .tablet\:radius-top-0 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .ahrq .tablet\:radius-right-0 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .ahrq .tablet\:radius-bottom-0 {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .ahrq .tablet\:radius-left-0 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .ahrq .tablet\:radius-sm {
    border-radius: 2px;
  }
  .ahrq .tablet\:radius-top-sm {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
  }
  .ahrq .tablet\:radius-right-sm {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
  }
  .ahrq .tablet\:radius-bottom-sm {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
  }
  .ahrq .tablet\:radius-left-sm {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
  }
  .ahrq .tablet\:radius-md {
    border-radius: 0.25em;
  }
  .ahrq .tablet\:radius-top-md {
    border-top-left-radius: 0.25em;
    border-top-right-radius: 0.25em;
  }
  .ahrq .tablet\:radius-right-md {
    border-top-right-radius: 0.25em;
    border-bottom-right-radius: 0.25em;
  }
  .ahrq .tablet\:radius-bottom-md {
    border-bottom-left-radius: 0.25em;
    border-bottom-right-radius: 0.25em;
  }
  .ahrq .tablet\:radius-left-md {
    border-top-left-radius: 0.25em;
    border-bottom-left-radius: 0.25em;
  }
  .ahrq .tablet\:radius-lg {
    border-radius: 0.5em;
  }
  .ahrq .tablet\:radius-top-lg {
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
  }
  .ahrq .tablet\:radius-right-lg {
    border-top-right-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
  }
  .ahrq .tablet\:radius-bottom-lg {
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
  }
  .ahrq .tablet\:radius-left-lg {
    border-top-left-radius: 0.5em;
    border-bottom-left-radius: 0.5em;
  }
  .ahrq .tablet\:radius-pill {
    border-radius: 99em;
  }
  .ahrq .tablet\:radius-top-pill {
    border-top-left-radius: 99em;
    border-top-right-radius: 99em;
  }
  .ahrq .tablet\:radius-right-pill {
    border-top-right-radius: 99em;
    border-bottom-right-radius: 99em;
  }
  .ahrq .tablet\:radius-bottom-pill {
    border-bottom-left-radius: 99em;
    border-bottom-right-radius: 99em;
  }
  .ahrq .tablet\:radius-left-pill {
    border-top-left-radius: 99em;
    border-bottom-left-radius: 99em;
  }
  .ahrq .tablet\:display-block {
    display: block;
  }
  .ahrq .tablet\:display-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ahrq .tablet\:display-none {
    display: none;
  }
  .ahrq .tablet\:display-inline {
    display: inline;
  }
  .ahrq .tablet\:display-inline-block {
    display: inline-block;
  }
  .ahrq .tablet\:display-inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .ahrq .tablet\:display-table {
    display: table;
  }
  .ahrq .tablet\:display-table-cell {
    display: table-cell;
  }
  .ahrq .tablet\:display-table-row {
    display: table-row;
  }
  .ahrq .tablet\:font-mono-3xs {
    font-size: 0.77401em;
  }
  .ahrq .tablet\:font-mono-2xs {
    font-size: 0.83355em;
  }
  .ahrq .tablet\:font-mono-xs {
    font-size: 0.89309em;
  }
  .ahrq .tablet\:font-mono-sm {
    font-size: 0.95263em;
  }
  .ahrq .tablet\:font-mono-md {
    font-size: 1.01217em;
  }
  .ahrq .tablet\:font-mono-lg {
    font-size: 1.30987em;
  }
  .ahrq .tablet\:font-mono-xl {
    font-size: 1.90526em;
  }
  .ahrq .tablet\:font-mono-2xl {
    font-size: 2.38158em;
  }
  .ahrq .tablet\:font-mono-3xl {
    font-size: 2.85789em;
  }
  .ahrq .tablet\:font-sans-3xs {
    font-size: 0.86507em;
  }
  .ahrq .tablet\:font-sans-2xs {
    font-size: 0.93162em;
  }
  .ahrq .tablet\:font-sans-xs {
    font-size: 0.99816em;
  }
  .ahrq .tablet\:font-sans-sm {
    font-size: 1.06471em;
  }
  .ahrq .tablet\:font-sans-md {
    font-size: 1.13125em;
  }
  .ahrq .tablet\:font-sans-lg {
    font-size: 1.46397em;
  }
  .ahrq .tablet\:font-sans-xl {
    font-size: 2.12941em;
  }
  .ahrq .tablet\:font-sans-2xl {
    font-size: 2.66176em;
  }
  .ahrq .tablet\:font-sans-3xl {
    font-size: 3.19412em;
  }
  .ahrq .tablet\:font-serif-3xs {
    font-size: 0.79279em;
  }
  .ahrq .tablet\:font-serif-2xs {
    font-size: 0.85377em;
  }
  .ahrq .tablet\:font-serif-xs {
    font-size: 0.91476em;
  }
  .ahrq .tablet\:font-serif-sm {
    font-size: 0.97574em;
  }
  .ahrq .tablet\:font-serif-md {
    font-size: 1.03673em;
  }
  .ahrq .tablet\:font-serif-lg {
    font-size: 1.34164em;
  }
  .ahrq .tablet\:font-serif-xl {
    font-size: 1.95148em;
  }
  .ahrq .tablet\:font-serif-2xl {
    font-size: 2.43935em;
  }
  .ahrq .tablet\:font-serif-3xl {
    font-size: 2.92722em;
  }
  .ahrq .tablet\:font-heading-3xs {
    font-size: 0.79279em;
  }
  .ahrq .tablet\:font-heading-2xs {
    font-size: 0.85377em;
  }
  .ahrq .tablet\:font-heading-xs {
    font-size: 0.91476em;
  }
  .ahrq .tablet\:font-heading-sm {
    font-size: 0.97574em;
  }
  .ahrq .tablet\:font-heading-md {
    font-size: 1.03673em;
  }
  .ahrq .tablet\:font-heading-lg {
    font-size: 1.34164em;
  }
  .ahrq .tablet\:font-heading-xl {
    font-size: 1.95148em;
  }
  .ahrq .tablet\:font-heading-2xl {
    font-size: 2.43935em;
  }
  .ahrq .tablet\:font-heading-3xl {
    font-size: 2.92722em;
  }
  .ahrq .tablet\:font-body-3xs {
    font-size: 0.86507em;
  }
  .ahrq .tablet\:font-body-2xs {
    font-size: 0.93162em;
  }
  .ahrq .tablet\:font-body-xs {
    font-size: 0.99816em;
  }
  .ahrq .tablet\:font-body-sm {
    font-size: 1.06471em;
  }
  .ahrq .tablet\:font-body-md {
    font-size: 1.13125em;
  }
  .ahrq .tablet\:font-body-lg {
    font-size: 1.46397em;
  }
  .ahrq .tablet\:font-body-xl {
    font-size: 2.12941em;
  }
  .ahrq .tablet\:font-body-2xl {
    font-size: 2.66176em;
  }
  .ahrq .tablet\:font-body-3xl {
    font-size: 3.19412em;
  }
  .ahrq .tablet\:font-code-3xs {
    font-size: 0.77401em;
  }
  .ahrq .tablet\:font-code-2xs {
    font-size: 0.83355em;
  }
  .ahrq .tablet\:font-code-xs {
    font-size: 0.89309em;
  }
  .ahrq .tablet\:font-code-sm {
    font-size: 0.95263em;
  }
  .ahrq .tablet\:font-code-md {
    font-size: 1.01217em;
  }
  .ahrq .tablet\:font-code-lg {
    font-size: 1.30987em;
  }
  .ahrq .tablet\:font-code-xl {
    font-size: 1.90526em;
  }
  .ahrq .tablet\:font-code-2xl {
    font-size: 2.38158em;
  }
  .ahrq .tablet\:font-code-3xl {
    font-size: 2.85789em;
  }
  .ahrq .tablet\:font-alt-3xs {
    font-size: 0.79279em;
  }
  .ahrq .tablet\:font-alt-2xs {
    font-size: 0.85377em;
  }
  .ahrq .tablet\:font-alt-xs {
    font-size: 0.91476em;
  }
  .ahrq .tablet\:font-alt-sm {
    font-size: 0.97574em;
  }
  .ahrq .tablet\:font-alt-md {
    font-size: 1.03673em;
  }
  .ahrq .tablet\:font-alt-lg {
    font-size: 1.34164em;
  }
  .ahrq .tablet\:font-alt-xl {
    font-size: 1.95148em;
  }
  .ahrq .tablet\:font-alt-2xl {
    font-size: 2.43935em;
  }
  .ahrq .tablet\:font-alt-3xl {
    font-size: 2.92722em;
  }
  .ahrq .tablet\:font-ui-3xs {
    font-size: 0.86507em;
  }
  .ahrq .tablet\:font-ui-2xs {
    font-size: 0.93162em;
  }
  .ahrq .tablet\:font-ui-xs {
    font-size: 0.99816em;
  }
  .ahrq .tablet\:font-ui-sm {
    font-size: 1.06471em;
  }
  .ahrq .tablet\:font-ui-md {
    font-size: 1.13125em;
  }
  .ahrq .tablet\:font-ui-lg {
    font-size: 1.46397em;
  }
  .ahrq .tablet\:font-ui-xl {
    font-size: 2.12941em;
  }
  .ahrq .tablet\:font-ui-2xl {
    font-size: 2.66176em;
  }
  .ahrq .tablet\:font-ui-3xl {
    font-size: 3.19412em;
  }
  .ahrq .tablet\:text-light {
    font-weight: 300;
  }
  .ahrq .tablet\:text-normal {
    font-weight: 400;
  }
  .ahrq .tablet\:text-bold {
    font-weight: 700;
  }
  .ahrq .tablet\:flex-justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .ahrq .tablet\:flex-justify-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .ahrq .tablet\:flex-justify-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .ahrq .tablet\:flex-justify {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .ahrq .tablet\:line-height-sans-1 {
    line-height: 0.93923;
  }
  .ahrq .tablet\:line-height-sans-2 {
    line-height: 1.12707;
  }
  .ahrq .tablet\:line-height-sans-3 {
    line-height: 1.26796;
  }
  .ahrq .tablet\:line-height-sans-4 {
    line-height: 1.40884;
  }
  .ahrq .tablet\:line-height-sans-5 {
    line-height: 1.52155;
  }
  .ahrq .tablet\:line-height-sans-6 {
    line-height: 1.64365;
  }
  .ahrq .tablet\:line-height-serif-1 {
    line-height: 1.02486;
  }
  .ahrq .tablet\:line-height-serif-2 {
    line-height: 1.22983;
  }
  .ahrq .tablet\:line-height-serif-3 {
    line-height: 1.38356;
  }
  .ahrq .tablet\:line-height-serif-4 {
    line-height: 1.53729;
  }
  .ahrq .tablet\:line-height-serif-5 {
    line-height: 1.66028;
  }
  .ahrq .tablet\:line-height-serif-6 {
    line-height: 1.79351;
  }
  .ahrq .tablet\:line-height-mono-1 {
    line-height: 1.04972;
  }
  .ahrq .tablet\:line-height-mono-2 {
    line-height: 1.25967;
  }
  .ahrq .tablet\:line-height-mono-3 {
    line-height: 1.41713;
  }
  .ahrq .tablet\:line-height-mono-4 {
    line-height: 1.57459;
  }
  .ahrq .tablet\:line-height-mono-5 {
    line-height: 1.70055;
  }
  .ahrq .tablet\:line-height-mono-6 {
    line-height: 1.83702;
  }
  .ahrq .tablet\:line-height-heading-1 {
    line-height: 1.02486;
  }
  .ahrq .tablet\:line-height-heading-2 {
    line-height: 1.22983;
  }
  .ahrq .tablet\:line-height-heading-3 {
    line-height: 1.38356;
  }
  .ahrq .tablet\:line-height-heading-4 {
    line-height: 1.53729;
  }
  .ahrq .tablet\:line-height-heading-5 {
    line-height: 1.66028;
  }
  .ahrq .tablet\:line-height-heading-6 {
    line-height: 1.79351;
  }
  .ahrq .tablet\:line-height-ui-1 {
    line-height: 0.93923;
  }
  .ahrq .tablet\:line-height-ui-2 {
    line-height: 1.12707;
  }
  .ahrq .tablet\:line-height-ui-3 {
    line-height: 1.26796;
  }
  .ahrq .tablet\:line-height-ui-4 {
    line-height: 1.40884;
  }
  .ahrq .tablet\:line-height-ui-5 {
    line-height: 1.52155;
  }
  .ahrq .tablet\:line-height-ui-6 {
    line-height: 1.64365;
  }
  .ahrq .tablet\:line-height-body-1 {
    line-height: 0.93923;
  }
  .ahrq .tablet\:line-height-body-2 {
    line-height: 1.12707;
  }
  .ahrq .tablet\:line-height-body-3 {
    line-height: 1.26796;
  }
  .ahrq .tablet\:line-height-body-4 {
    line-height: 1.40884;
  }
  .ahrq .tablet\:line-height-body-5 {
    line-height: 1.52155;
  }
  .ahrq .tablet\:line-height-body-6 {
    line-height: 1.64365;
  }
  .ahrq .tablet\:line-height-code-1 {
    line-height: 1.04972;
  }
  .ahrq .tablet\:line-height-code-2 {
    line-height: 1.25967;
  }
  .ahrq .tablet\:line-height-code-3 {
    line-height: 1.41713;
  }
  .ahrq .tablet\:line-height-code-4 {
    line-height: 1.57459;
  }
  .ahrq .tablet\:line-height-code-5 {
    line-height: 1.70055;
  }
  .ahrq .tablet\:line-height-code-6 {
    line-height: 1.83702;
  }
  .ahrq .tablet\:line-height-alt-1 {
    line-height: 1.02486;
  }
  .ahrq .tablet\:line-height-alt-2 {
    line-height: 1.22983;
  }
  .ahrq .tablet\:line-height-alt-3 {
    line-height: 1.38356;
  }
  .ahrq .tablet\:line-height-alt-4 {
    line-height: 1.53729;
  }
  .ahrq .tablet\:line-height-alt-5 {
    line-height: 1.66028;
  }
  .ahrq .tablet\:line-height-alt-6 {
    line-height: 1.79351;
  }
  .ahrq .tablet\:margin-1px {
    margin: 1px;
  }
  .ahrq .tablet\:margin-2px {
    margin: 2px;
  }
  .ahrq .tablet\:margin-05 {
    margin: 0.25em;
  }
  .ahrq .tablet\:margin-1 {
    margin: 0.5em;
  }
  .ahrq .tablet\:margin-105 {
    margin: 0.75em;
  }
  .ahrq .tablet\:margin-2 {
    margin: 1em;
  }
  .ahrq .tablet\:margin-205 {
    margin: 1.25em;
  }
  .ahrq .tablet\:margin-3 {
    margin: 1.5em;
  }
  .ahrq .tablet\:margin-4 {
    margin: 2em;
  }
  .ahrq .tablet\:margin-5 {
    margin: 2.5em;
  }
  .ahrq .tablet\:margin-6 {
    margin: 3em;
  }
  .ahrq .tablet\:margin-7 {
    margin: 3.5em;
  }
  .ahrq .tablet\:margin-8 {
    margin: 4em;
  }
  .ahrq .tablet\:margin-9 {
    margin: 4.5em;
  }
  .ahrq .tablet\:margin-10 {
    margin: 5em;
  }
  .ahrq .tablet\:margin-15 {
    margin: 7.5em;
  }
  .ahrq .tablet\:margin-05em {
    margin: 0.5em;
  }
  .ahrq .tablet\:margin-1em {
    margin: 1em;
  }
  .ahrq .tablet\:margin-105em {
    margin: 1.5em;
  }
  .ahrq .tablet\:margin-2em {
    margin: 2em;
  }
  .ahrq .tablet\:margin-0 {
    margin: 0;
  }
  .ahrq .tablet\:margin-y-1px {
    margin-top: 1px;
    margin-bottom: 1px;
  }
  .ahrq .tablet\:margin-top-1px {
    margin-top: 1px;
  }
  .ahrq .tablet\:margin-bottom-1px {
    margin-bottom: 1px;
  }
  .ahrq .tablet\:margin-y-2px {
    margin-top: 2px;
    margin-bottom: 2px;
  }
  .ahrq .tablet\:margin-top-2px {
    margin-top: 2px;
  }
  .ahrq .tablet\:margin-bottom-2px {
    margin-bottom: 2px;
  }
  .ahrq .tablet\:margin-y-05 {
    margin-top: 0.25em;
    margin-bottom: 0.25em;
  }
  .ahrq .tablet\:margin-top-05 {
    margin-top: 0.25em;
  }
  .ahrq .tablet\:margin-bottom-05 {
    margin-bottom: 0.25em;
  }
  .ahrq .tablet\:margin-y-1 {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  .ahrq .tablet\:margin-top-1 {
    margin-top: 0.5em;
  }
  .ahrq .tablet\:margin-bottom-1 {
    margin-bottom: 0.5em;
  }
  .ahrq .tablet\:margin-y-105 {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }
  .ahrq .tablet\:margin-top-105 {
    margin-top: 0.75em;
  }
  .ahrq .tablet\:margin-bottom-105 {
    margin-bottom: 0.75em;
  }
  .ahrq .tablet\:margin-y-2 {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .ahrq .tablet\:margin-top-2 {
    margin-top: 1em;
  }
  .ahrq .tablet\:margin-bottom-2 {
    margin-bottom: 1em;
  }
  .ahrq .tablet\:margin-y-205 {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }
  .ahrq .tablet\:margin-top-205 {
    margin-top: 1.25em;
  }
  .ahrq .tablet\:margin-bottom-205 {
    margin-bottom: 1.25em;
  }
  .ahrq .tablet\:margin-y-3 {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }
  .ahrq .tablet\:margin-top-3 {
    margin-top: 1.5em;
  }
  .ahrq .tablet\:margin-bottom-3 {
    margin-bottom: 1.5em;
  }
  .ahrq .tablet\:margin-y-neg-1px {
    margin-top: -1px;
    margin-bottom: -1px;
  }
  .ahrq .tablet\:margin-top-neg-1px {
    margin-top: -1px;
  }
  .ahrq .tablet\:margin-bottom-neg-1px {
    margin-bottom: -1px;
  }
  .ahrq .tablet\:margin-y-neg-2px {
    margin-top: -2px;
    margin-bottom: -2px;
  }
  .ahrq .tablet\:margin-top-neg-2px {
    margin-top: -2px;
  }
  .ahrq .tablet\:margin-bottom-neg-2px {
    margin-bottom: -2px;
  }
  .ahrq .tablet\:margin-y-neg-05 {
    margin-top: -0.25em;
    margin-bottom: -0.25em;
  }
  .ahrq .tablet\:margin-top-neg-05 {
    margin-top: -0.25em;
  }
  .ahrq .tablet\:margin-bottom-neg-05 {
    margin-bottom: -0.25em;
  }
  .ahrq .tablet\:margin-y-neg-1 {
    margin-top: -0.5em;
    margin-bottom: -0.5em;
  }
  .ahrq .tablet\:margin-top-neg-1 {
    margin-top: -0.5em;
  }
  .ahrq .tablet\:margin-bottom-neg-1 {
    margin-bottom: -0.5em;
  }
  .ahrq .tablet\:margin-y-neg-105 {
    margin-top: -0.75em;
    margin-bottom: -0.75em;
  }
  .ahrq .tablet\:margin-top-neg-105 {
    margin-top: -0.75em;
  }
  .ahrq .tablet\:margin-bottom-neg-105 {
    margin-bottom: -0.75em;
  }
  .ahrq .tablet\:margin-y-neg-2 {
    margin-top: -1em;
    margin-bottom: -1em;
  }
  .ahrq .tablet\:margin-top-neg-2 {
    margin-top: -1em;
  }
  .ahrq .tablet\:margin-bottom-neg-2 {
    margin-bottom: -1em;
  }
  .ahrq .tablet\:margin-y-neg-205 {
    margin-top: -1.25em;
    margin-bottom: -1.25em;
  }
  .ahrq .tablet\:margin-top-neg-205 {
    margin-top: -1.25em;
  }
  .ahrq .tablet\:margin-bottom-neg-205 {
    margin-bottom: -1.25em;
  }
  .ahrq .tablet\:margin-y-neg-3 {
    margin-top: -1.5em;
    margin-bottom: -1.5em;
  }
  .ahrq .tablet\:margin-top-neg-3 {
    margin-top: -1.5em;
  }
  .ahrq .tablet\:margin-bottom-neg-3 {
    margin-bottom: -1.5em;
  }
  .ahrq .tablet\:margin-y-4 {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .ahrq .tablet\:margin-top-4 {
    margin-top: 2em;
  }
  .ahrq .tablet\:margin-bottom-4 {
    margin-bottom: 2em;
  }
  .ahrq .tablet\:margin-y-5 {
    margin-top: 2.5em;
    margin-bottom: 2.5em;
  }
  .ahrq .tablet\:margin-top-5 {
    margin-top: 2.5em;
  }
  .ahrq .tablet\:margin-bottom-5 {
    margin-bottom: 2.5em;
  }
  .ahrq .tablet\:margin-y-6 {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  .ahrq .tablet\:margin-top-6 {
    margin-top: 3em;
  }
  .ahrq .tablet\:margin-bottom-6 {
    margin-bottom: 3em;
  }
  .ahrq .tablet\:margin-y-7 {
    margin-top: 3.5em;
    margin-bottom: 3.5em;
  }
  .ahrq .tablet\:margin-top-7 {
    margin-top: 3.5em;
  }
  .ahrq .tablet\:margin-bottom-7 {
    margin-bottom: 3.5em;
  }
  .ahrq .tablet\:margin-y-8 {
    margin-top: 4em;
    margin-bottom: 4em;
  }
  .ahrq .tablet\:margin-top-8 {
    margin-top: 4em;
  }
  .ahrq .tablet\:margin-bottom-8 {
    margin-bottom: 4em;
  }
  .ahrq .tablet\:margin-y-9 {
    margin-top: 4.5em;
    margin-bottom: 4.5em;
  }
  .ahrq .tablet\:margin-top-9 {
    margin-top: 4.5em;
  }
  .ahrq .tablet\:margin-bottom-9 {
    margin-bottom: 4.5em;
  }
  .ahrq .tablet\:margin-y-10 {
    margin-top: 5em;
    margin-bottom: 5em;
  }
  .ahrq .tablet\:margin-top-10 {
    margin-top: 5em;
  }
  .ahrq .tablet\:margin-bottom-10 {
    margin-bottom: 5em;
  }
  .ahrq .tablet\:margin-y-15 {
    margin-top: 7.5em;
    margin-bottom: 7.5em;
  }
  .ahrq .tablet\:margin-top-15 {
    margin-top: 7.5em;
  }
  .ahrq .tablet\:margin-bottom-15 {
    margin-bottom: 7.5em;
  }
  .ahrq .tablet\:margin-y-05em {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  .ahrq .tablet\:margin-top-05em {
    margin-top: 0.5em;
  }
  .ahrq .tablet\:margin-bottom-05em {
    margin-bottom: 0.5em;
  }
  .ahrq .tablet\:margin-y-1em {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .ahrq .tablet\:margin-top-1em {
    margin-top: 1em;
  }
  .ahrq .tablet\:margin-bottom-1em {
    margin-bottom: 1em;
  }
  .ahrq .tablet\:margin-y-105em {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }
  .ahrq .tablet\:margin-top-105em {
    margin-top: 1.5em;
  }
  .ahrq .tablet\:margin-bottom-105em {
    margin-bottom: 1.5em;
  }
  .ahrq .tablet\:margin-y-2em {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .ahrq .tablet\:margin-top-2em {
    margin-top: 2em;
  }
  .ahrq .tablet\:margin-bottom-2em {
    margin-bottom: 2em;
  }
  .ahrq .tablet\:margin-y-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .ahrq .tablet\:margin-top-0 {
    margin-top: 0;
  }
  .ahrq .tablet\:margin-bottom-0 {
    margin-bottom: 0;
  }
  .ahrq .tablet\:margin-x-1px {
    margin-left: 1px;
    margin-right: 1px;
  }
  .ahrq .tablet\:margin-right-1px {
    margin-right: 1px;
  }
  .ahrq .tablet\:margin-left-1px {
    margin-left: 1px;
  }
  .ahrq .tablet\:margin-x-2px {
    margin-left: 2px;
    margin-right: 2px;
  }
  .ahrq .tablet\:margin-right-2px {
    margin-right: 2px;
  }
  .ahrq .tablet\:margin-left-2px {
    margin-left: 2px;
  }
  .ahrq .tablet\:margin-x-05 {
    margin-left: 0.25em;
    margin-right: 0.25em;
  }
  .ahrq .tablet\:margin-right-05 {
    margin-right: 0.25em;
  }
  .ahrq .tablet\:margin-left-05 {
    margin-left: 0.25em;
  }
  .ahrq .tablet\:margin-x-1 {
    margin-left: 0.5em;
    margin-right: 0.5em;
  }
  .ahrq .tablet\:margin-right-1 {
    margin-right: 0.5em;
  }
  .ahrq .tablet\:margin-left-1 {
    margin-left: 0.5em;
  }
  .ahrq .tablet\:margin-x-105 {
    margin-left: 0.75em;
    margin-right: 0.75em;
  }
  .ahrq .tablet\:margin-right-105 {
    margin-right: 0.75em;
  }
  .ahrq .tablet\:margin-left-105 {
    margin-left: 0.75em;
  }
  .ahrq .tablet\:margin-x-2 {
    margin-left: 1em;
    margin-right: 1em;
  }
  .ahrq .tablet\:margin-right-2 {
    margin-right: 1em;
  }
  .ahrq .tablet\:margin-left-2 {
    margin-left: 1em;
  }
  .ahrq .tablet\:margin-x-205 {
    margin-left: 1.25em;
    margin-right: 1.25em;
  }
  .ahrq .tablet\:margin-right-205 {
    margin-right: 1.25em;
  }
  .ahrq .tablet\:margin-left-205 {
    margin-left: 1.25em;
  }
  .ahrq .tablet\:margin-x-3 {
    margin-left: 1.5em;
    margin-right: 1.5em;
  }
  .ahrq .tablet\:margin-right-3 {
    margin-right: 1.5em;
  }
  .ahrq .tablet\:margin-left-3 {
    margin-left: 1.5em;
  }
  .ahrq .tablet\:margin-x-neg-1px {
    margin-left: -1px;
    margin-right: -1px;
  }
  .ahrq .tablet\:margin-right-neg-1px {
    margin-right: -1px;
  }
  .ahrq .tablet\:margin-left-neg-1px {
    margin-left: -1px;
  }
  .ahrq .tablet\:margin-x-neg-2px {
    margin-left: -2px;
    margin-right: -2px;
  }
  .ahrq .tablet\:margin-right-neg-2px {
    margin-right: -2px;
  }
  .ahrq .tablet\:margin-left-neg-2px {
    margin-left: -2px;
  }
  .ahrq .tablet\:margin-x-neg-05 {
    margin-left: -0.25em;
    margin-right: -0.25em;
  }
  .ahrq .tablet\:margin-right-neg-05 {
    margin-right: -0.25em;
  }
  .ahrq .tablet\:margin-left-neg-05 {
    margin-left: -0.25em;
  }
  .ahrq .tablet\:margin-x-neg-1 {
    margin-left: -0.5em;
    margin-right: -0.5em;
  }
  .ahrq .tablet\:margin-right-neg-1 {
    margin-right: -0.5em;
  }
  .ahrq .tablet\:margin-left-neg-1 {
    margin-left: -0.5em;
  }
  .ahrq .tablet\:margin-x-neg-105 {
    margin-left: -0.75em;
    margin-right: -0.75em;
  }
  .ahrq .tablet\:margin-right-neg-105 {
    margin-right: -0.75em;
  }
  .ahrq .tablet\:margin-left-neg-105 {
    margin-left: -0.75em;
  }
  .ahrq .tablet\:margin-x-neg-2 {
    margin-left: -1em;
    margin-right: -1em;
  }
  .ahrq .tablet\:margin-right-neg-2 {
    margin-right: -1em;
  }
  .ahrq .tablet\:margin-left-neg-2 {
    margin-left: -1em;
  }
  .ahrq .tablet\:margin-x-neg-205 {
    margin-left: -1.25em;
    margin-right: -1.25em;
  }
  .ahrq .tablet\:margin-right-neg-205 {
    margin-right: -1.25em;
  }
  .ahrq .tablet\:margin-left-neg-205 {
    margin-left: -1.25em;
  }
  .ahrq .tablet\:margin-x-neg-3 {
    margin-left: -1.5em;
    margin-right: -1.5em;
  }
  .ahrq .tablet\:margin-right-neg-3 {
    margin-right: -1.5em;
  }
  .ahrq .tablet\:margin-left-neg-3 {
    margin-left: -1.5em;
  }
  .ahrq .tablet\:margin-x-4 {
    margin-left: 2em;
    margin-right: 2em;
  }
  .ahrq .tablet\:margin-right-4 {
    margin-right: 2em;
  }
  .ahrq .tablet\:margin-left-4 {
    margin-left: 2em;
  }
  .ahrq .tablet\:margin-x-5 {
    margin-left: 2.5em;
    margin-right: 2.5em;
  }
  .ahrq .tablet\:margin-right-5 {
    margin-right: 2.5em;
  }
  .ahrq .tablet\:margin-left-5 {
    margin-left: 2.5em;
  }
  .ahrq .tablet\:margin-x-6 {
    margin-left: 3em;
    margin-right: 3em;
  }
  .ahrq .tablet\:margin-right-6 {
    margin-right: 3em;
  }
  .ahrq .tablet\:margin-left-6 {
    margin-left: 3em;
  }
  .ahrq .tablet\:margin-x-7 {
    margin-left: 3.5em;
    margin-right: 3.5em;
  }
  .ahrq .tablet\:margin-right-7 {
    margin-right: 3.5em;
  }
  .ahrq .tablet\:margin-left-7 {
    margin-left: 3.5em;
  }
  .ahrq .tablet\:margin-x-8 {
    margin-left: 4em;
    margin-right: 4em;
  }
  .ahrq .tablet\:margin-right-8 {
    margin-right: 4em;
  }
  .ahrq .tablet\:margin-left-8 {
    margin-left: 4em;
  }
  .ahrq .tablet\:margin-x-9 {
    margin-left: 4.5em;
    margin-right: 4.5em;
  }
  .ahrq .tablet\:margin-right-9 {
    margin-right: 4.5em;
  }
  .ahrq .tablet\:margin-left-9 {
    margin-left: 4.5em;
  }
  .ahrq .tablet\:margin-x-10 {
    margin-left: 5em;
    margin-right: 5em;
  }
  .ahrq .tablet\:margin-right-10 {
    margin-right: 5em;
  }
  .ahrq .tablet\:margin-left-10 {
    margin-left: 5em;
  }
  .ahrq .tablet\:margin-x-15 {
    margin-left: 7.5em;
    margin-right: 7.5em;
  }
  .ahrq .tablet\:margin-right-15 {
    margin-right: 7.5em;
  }
  .ahrq .tablet\:margin-left-15 {
    margin-left: 7.5em;
  }
  .ahrq .tablet\:margin-x-05em {
    margin-left: 0.5em;
    margin-right: 0.5em;
  }
  .ahrq .tablet\:margin-right-05em {
    margin-right: 0.5em;
  }
  .ahrq .tablet\:margin-left-05em {
    margin-left: 0.5em;
  }
  .ahrq .tablet\:margin-x-1em {
    margin-left: 1em;
    margin-right: 1em;
  }
  .ahrq .tablet\:margin-right-1em {
    margin-right: 1em;
  }
  .ahrq .tablet\:margin-left-1em {
    margin-left: 1em;
  }
  .ahrq .tablet\:margin-x-105em {
    margin-left: 1.5em;
    margin-right: 1.5em;
  }
  .ahrq .tablet\:margin-right-105em {
    margin-right: 1.5em;
  }
  .ahrq .tablet\:margin-left-105em {
    margin-left: 1.5em;
  }
  .ahrq .tablet\:margin-x-2em {
    margin-left: 2em;
    margin-right: 2em;
  }
  .ahrq .tablet\:margin-right-2em {
    margin-right: 2em;
  }
  .ahrq .tablet\:margin-left-2em {
    margin-left: 2em;
  }
  .ahrq .tablet\:margin-x-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .ahrq .tablet\:margin-right-0 {
    margin-right: 0;
  }
  .ahrq .tablet\:margin-left-0 {
    margin-left: 0;
  }
  .ahrq .tablet\:margin-x-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .ahrq .tablet\:margin-right-auto {
    margin-right: auto;
  }
  .ahrq .tablet\:margin-left-auto {
    margin-left: auto;
  }
  .ahrq .tablet\:measure-1 {
    max-width: 44ex;
  }
  .ahrq .tablet\:measure-2 {
    max-width: 60ex;
  }
  .ahrq .tablet\:measure-3 {
    max-width: 64ex;
  }
  .ahrq .tablet\:measure-4 {
    max-width: 68ex;
  }
  .ahrq .tablet\:measure-5 {
    max-width: 72ex;
  }
  .ahrq .tablet\:measure-6 {
    max-width: 88ex;
  }
  .ahrq .tablet\:measure-none {
    max-width: none;
  }
  .ahrq .tablet\:order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .ahrq .tablet\:order-last {
    -webkit-box-ordinal-group: 1000;
    -ms-flex-order: 999;
    order: 999;
  }
  .ahrq .tablet\:order-initial {
    -webkit-box-ordinal-group: initial;
    -ms-flex-order: initial;
    order: 0;
  }
  .ahrq .tablet\:order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .ahrq .tablet\:order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .ahrq .tablet\:order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .ahrq .tablet\:order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .ahrq .tablet\:order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .ahrq .tablet\:order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .ahrq .tablet\:order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .ahrq .tablet\:order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .ahrq .tablet\:order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .ahrq .tablet\:order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .ahrq .tablet\:order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .ahrq .tablet\:order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .ahrq .tablet\:padding-1px {
    padding: 1px;
  }
  .ahrq .tablet\:padding-y-1px {
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .ahrq .tablet\:padding-x-1px {
    padding-left: 1px;
    padding-right: 1px;
  }
  .ahrq .tablet\:padding-top-1px {
    padding-top: 1px;
  }
  .ahrq .tablet\:padding-right-1px {
    padding-right: 1px;
  }
  .ahrq .tablet\:padding-bottom-1px {
    padding-bottom: 1px;
  }
  .ahrq .tablet\:padding-left-1px {
    padding-left: 1px;
  }
  .ahrq .tablet\:padding-2px {
    padding: 2px;
  }
  .ahrq .tablet\:padding-y-2px {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .ahrq .tablet\:padding-x-2px {
    padding-left: 2px;
    padding-right: 2px;
  }
  .ahrq .tablet\:padding-top-2px {
    padding-top: 2px;
  }
  .ahrq .tablet\:padding-right-2px {
    padding-right: 2px;
  }
  .ahrq .tablet\:padding-bottom-2px {
    padding-bottom: 2px;
  }
  .ahrq .tablet\:padding-left-2px {
    padding-left: 2px;
  }
  .ahrq .tablet\:padding-05 {
    padding: 0.25em;
  }
  .ahrq .tablet\:padding-y-05 {
    padding-top: 0.25em;
    padding-bottom: 0.25em;
  }
  .ahrq .tablet\:padding-x-05 {
    padding-left: 0.25em;
    padding-right: 0.25em;
  }
  .ahrq .tablet\:padding-top-05 {
    padding-top: 0.25em;
  }
  .ahrq .tablet\:padding-right-05 {
    padding-right: 0.25em;
  }
  .ahrq .tablet\:padding-bottom-05 {
    padding-bottom: 0.25em;
  }
  .ahrq .tablet\:padding-left-05 {
    padding-left: 0.25em;
  }
  .ahrq .tablet\:padding-1 {
    padding: 0.5em;
  }
  .ahrq .tablet\:padding-y-1 {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
  .ahrq .tablet\:padding-x-1 {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
  .ahrq .tablet\:padding-top-1 {
    padding-top: 0.5em;
  }
  .ahrq .tablet\:padding-right-1 {
    padding-right: 0.5em;
  }
  .ahrq .tablet\:padding-bottom-1 {
    padding-bottom: 0.5em;
  }
  .ahrq .tablet\:padding-left-1 {
    padding-left: 0.5em;
  }
  .ahrq .tablet\:padding-105 {
    padding: 0.75em;
  }
  .ahrq .tablet\:padding-y-105 {
    padding-top: 0.75em;
    padding-bottom: 0.75em;
  }
  .ahrq .tablet\:padding-x-105 {
    padding-left: 0.75em;
    padding-right: 0.75em;
  }
  .ahrq .tablet\:padding-top-105 {
    padding-top: 0.75em;
  }
  .ahrq .tablet\:padding-right-105 {
    padding-right: 0.75em;
  }
  .ahrq .tablet\:padding-bottom-105 {
    padding-bottom: 0.75em;
  }
  .ahrq .tablet\:padding-left-105 {
    padding-left: 0.75em;
  }
  .ahrq .tablet\:padding-2 {
    padding: 1em;
  }
  .ahrq .tablet\:padding-y-2 {
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .ahrq .tablet\:padding-x-2 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .ahrq .tablet\:padding-top-2 {
    padding-top: 1em;
  }
  .ahrq .tablet\:padding-right-2 {
    padding-right: 1em;
  }
  .ahrq .tablet\:padding-bottom-2 {
    padding-bottom: 1em;
  }
  .ahrq .tablet\:padding-left-2 {
    padding-left: 1em;
  }
  .ahrq .tablet\:padding-205 {
    padding: 1.25em;
  }
  .ahrq .tablet\:padding-y-205 {
    padding-top: 1.25em;
    padding-bottom: 1.25em;
  }
  .ahrq .tablet\:padding-x-205 {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }
  .ahrq .tablet\:padding-top-205 {
    padding-top: 1.25em;
  }
  .ahrq .tablet\:padding-right-205 {
    padding-right: 1.25em;
  }
  .ahrq .tablet\:padding-bottom-205 {
    padding-bottom: 1.25em;
  }
  .ahrq .tablet\:padding-left-205 {
    padding-left: 1.25em;
  }
  .ahrq .tablet\:padding-3 {
    padding: 1.5em;
  }
  .ahrq .tablet\:padding-y-3 {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
  .ahrq .tablet\:padding-x-3 {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
  .ahrq .tablet\:padding-top-3 {
    padding-top: 1.5em;
  }
  .ahrq .tablet\:padding-right-3 {
    padding-right: 1.5em;
  }
  .ahrq .tablet\:padding-bottom-3 {
    padding-bottom: 1.5em;
  }
  .ahrq .tablet\:padding-left-3 {
    padding-left: 1.5em;
  }
  .ahrq .tablet\:padding-4 {
    padding: 2em;
  }
  .ahrq .tablet\:padding-y-4 {
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .ahrq .tablet\:padding-x-4 {
    padding-left: 2em;
    padding-right: 2em;
  }
  .ahrq .tablet\:padding-top-4 {
    padding-top: 2em;
  }
  .ahrq .tablet\:padding-right-4 {
    padding-right: 2em;
  }
  .ahrq .tablet\:padding-bottom-4 {
    padding-bottom: 2em;
  }
  .ahrq .tablet\:padding-left-4 {
    padding-left: 2em;
  }
  .ahrq .tablet\:padding-5 {
    padding: 2.5em;
  }
  .ahrq .tablet\:padding-y-5 {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
  .ahrq .tablet\:padding-x-5 {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }
  .ahrq .tablet\:padding-top-5 {
    padding-top: 2.5em;
  }
  .ahrq .tablet\:padding-right-5 {
    padding-right: 2.5em;
  }
  .ahrq .tablet\:padding-bottom-5 {
    padding-bottom: 2.5em;
  }
  .ahrq .tablet\:padding-left-5 {
    padding-left: 2.5em;
  }
  .ahrq .tablet\:padding-6 {
    padding: 3em;
  }
  .ahrq .tablet\:padding-y-6 {
    padding-top: 3em;
    padding-bottom: 3em;
  }
  .ahrq .tablet\:padding-x-6 {
    padding-left: 3em;
    padding-right: 3em;
  }
  .ahrq .tablet\:padding-top-6 {
    padding-top: 3em;
  }
  .ahrq .tablet\:padding-right-6 {
    padding-right: 3em;
  }
  .ahrq .tablet\:padding-bottom-6 {
    padding-bottom: 3em;
  }
  .ahrq .tablet\:padding-left-6 {
    padding-left: 3em;
  }
  .ahrq .tablet\:padding-7 {
    padding: 3.5em;
  }
  .ahrq .tablet\:padding-y-7 {
    padding-top: 3.5em;
    padding-bottom: 3.5em;
  }
  .ahrq .tablet\:padding-x-7 {
    padding-left: 3.5em;
    padding-right: 3.5em;
  }
  .ahrq .tablet\:padding-top-7 {
    padding-top: 3.5em;
  }
  .ahrq .tablet\:padding-right-7 {
    padding-right: 3.5em;
  }
  .ahrq .tablet\:padding-bottom-7 {
    padding-bottom: 3.5em;
  }
  .ahrq .tablet\:padding-left-7 {
    padding-left: 3.5em;
  }
  .ahrq .tablet\:padding-8 {
    padding: 4em;
  }
  .ahrq .tablet\:padding-y-8 {
    padding-top: 4em;
    padding-bottom: 4em;
  }
  .ahrq .tablet\:padding-x-8 {
    padding-left: 4em;
    padding-right: 4em;
  }
  .ahrq .tablet\:padding-top-8 {
    padding-top: 4em;
  }
  .ahrq .tablet\:padding-right-8 {
    padding-right: 4em;
  }
  .ahrq .tablet\:padding-bottom-8 {
    padding-bottom: 4em;
  }
  .ahrq .tablet\:padding-left-8 {
    padding-left: 4em;
  }
  .ahrq .tablet\:padding-9 {
    padding: 4.5em;
  }
  .ahrq .tablet\:padding-y-9 {
    padding-top: 4.5em;
    padding-bottom: 4.5em;
  }
  .ahrq .tablet\:padding-x-9 {
    padding-left: 4.5em;
    padding-right: 4.5em;
  }
  .ahrq .tablet\:padding-top-9 {
    padding-top: 4.5em;
  }
  .ahrq .tablet\:padding-right-9 {
    padding-right: 4.5em;
  }
  .ahrq .tablet\:padding-bottom-9 {
    padding-bottom: 4.5em;
  }
  .ahrq .tablet\:padding-left-9 {
    padding-left: 4.5em;
  }
  .ahrq .tablet\:padding-10 {
    padding: 5em;
  }
  .ahrq .tablet\:padding-y-10 {
    padding-top: 5em;
    padding-bottom: 5em;
  }
  .ahrq .tablet\:padding-x-10 {
    padding-left: 5em;
    padding-right: 5em;
  }
  .ahrq .tablet\:padding-top-10 {
    padding-top: 5em;
  }
  .ahrq .tablet\:padding-right-10 {
    padding-right: 5em;
  }
  .ahrq .tablet\:padding-bottom-10 {
    padding-bottom: 5em;
  }
  .ahrq .tablet\:padding-left-10 {
    padding-left: 5em;
  }
  .ahrq .tablet\:padding-15 {
    padding: 7.5em;
  }
  .ahrq .tablet\:padding-y-15 {
    padding-top: 7.5em;
    padding-bottom: 7.5em;
  }
  .ahrq .tablet\:padding-x-15 {
    padding-left: 7.5em;
    padding-right: 7.5em;
  }
  .ahrq .tablet\:padding-top-15 {
    padding-top: 7.5em;
  }
  .ahrq .tablet\:padding-right-15 {
    padding-right: 7.5em;
  }
  .ahrq .tablet\:padding-bottom-15 {
    padding-bottom: 7.5em;
  }
  .ahrq .tablet\:padding-left-15 {
    padding-left: 7.5em;
  }
  .ahrq .tablet\:padding-0 {
    padding: 0;
  }
  .ahrq .tablet\:padding-y-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .ahrq .tablet\:padding-x-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .ahrq .tablet\:padding-top-0 {
    padding-top: 0;
  }
  .ahrq .tablet\:padding-right-0 {
    padding-right: 0;
  }
  .ahrq .tablet\:padding-bottom-0 {
    padding-bottom: 0;
  }
  .ahrq .tablet\:padding-left-0 {
    padding-left: 0;
  }
}
@media (max-width: 63.99em) and (min-width: 40em) {
  .ahrq .usa-nav__primary .usa-current {
    position: relative;
  }
  .ahrq .usa-nav__primary .usa-current:after {
    background-color: #005ea2;
    border-radius: 99em;
    content: "";
    display: block;
    position: absolute;
    bottom: 0.25em;
    top: 0.25em;
    width: 0.25em;
    left: 0;
  }
  .ahrq .usa-nav__submenu .usa-current:after {
    display: none;
  }
}
@media (min-width: 64em) {
  .ahrq .usa-form-group--error {
    margin-left: -1.25em;
  }
  .ahrq .usa-banner__content, .ahrq .usa-banner__inner {
    padding-left: 2em;
    padding-right: 2em;
  }
  .ahrq .usa-footer--slim .usa-footer__nav {
    padding-left: 0;
    padding-right: 0;
  }
  .ahrq .usa-header .usa-search {
    float: right;
  }
  .ahrq .usa-header [role=search] {
    float: right;
    max-width: calc(27ch + 3em);
    width: 100%;
  }
  .ahrq .usa-header + .usa-hero {
    border-top: 1px solid #fff;
  }
  .ahrq .usa-header + .usa-section, .ahrq .usa-header + main {
    border-top: 1px solid #dcdee0;
  }
  .ahrq .usa-logo {
    margin-top: 2em;
    margin-bottom: 1em;
    font-size: 1.46397em;
    line-height: 1.12707;
  }
  .ahrq .usa-menu-btn {
    display: none;
  }
  .ahrq .usa-header--basic .usa-navbar {
    position: relative;
    width: 33%;
  }
  .ahrq .usa-header--basic .usa-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 0.25em 0.5em;
    width: 100%;
  }
  .ahrq .usa-header--basic .usa-nav-container {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ahrq .usa-header--basic .usa-current, .ahrq .usa-header--basic .usa-nav__link:hover, .ahrq .usa-header--basic [aria-expanded=true] {
    position: relative;
  }
  .ahrq .usa-header--basic .usa-current:after, .ahrq .usa-header--basic .usa-nav__link:hover:after, .ahrq .usa-header--basic [aria-expanded=true]:after {
    background-color: #005ea2;
    border-radius: 0;
    content: "";
    display: block;
    position: absolute;
    height: 0.25em;
    left: 1em;
    right: 1em;
    bottom: -0.25em;
  }
  .ahrq .usa-header--basic .usa-nav__primary {
    width: auto;
  }
  .ahrq .usa-header--basic .usa-search {
    top: 0;
  }
  .ahrq .usa-header--basic.usa-header--megamenu .usa-nav__inner {
    display: block;
    float: right;
    margin-top: -2.5em;
  }
  .ahrq .usa-header--extended {
    padding-top: 0;
  }
  .ahrq .usa-header--extended .usa-current, .ahrq .usa-header--extended .usa-nav__link:hover, .ahrq .usa-header--extended [aria-expanded=true] {
    position: relative;
  }
  .ahrq .usa-header--extended .usa-current:after, .ahrq .usa-header--extended .usa-nav__link:hover:after, .ahrq .usa-header--extended [aria-expanded=true]:after {
    background-color: #005ea2;
    border-radius: 0;
    content: "";
    display: block;
    position: absolute;
    height: 0.25em;
    left: 1em;
    right: 1em;
    bottom: 0;
  }
  .ahrq .usa-header--extended .usa-logo {
    font-size: 2.12941em;
    margin: 2em 0 1.5em;
    max-width: 50%;
  }
  .ahrq .usa-header--extended .usa-navbar {
    margin-left: auto;
    margin-right: auto;
    max-width: 64em;
    padding-left: 1em;
    padding-right: 1em;
    display: block;
    height: auto;
    overflow: auto;
  }
  .ahrq .usa-header--extended .usa-nav {
    border-top: 1px solid #dcdee0;
    padding: 0;
    width: 100%;
  }
  .ahrq .usa-header--extended .usa-nav__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 64em;
    padding-left: 1em;
    padding-right: 1em;
    padding-left: 1em !important;
    position: relative;
  }
  .ahrq .usa-header--extended .usa-nav__primary:after {
    clear: both;
    content: "";
    display: block;
  }
  .ahrq .usa-header--extended .usa-nav__link {
    padding-bottom: 1em;
    padding-top: 1em;
  }
  .ahrq .usa-header--extended .usa-nav__submenu .usa-grid-full {
    padding-left: 0.75em;
  }
  .ahrq .usa-header--extended .usa-megamenu {
    left: 0;
    padding-left: 2em;
  }
  .ahrq .usa-layout-docs__sidenav {
    padding-top: 0;
  }
  .ahrq .usa-layout-docs__main {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .ahrq .usa-navbar {
    border-bottom: none;
    display: inline-block;
    height: auto;
  }
  .ahrq .usa-nav-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 64em;
    padding-left: 2em;
    padding-right: 2em;
  }
  .ahrq .usa-nav-container:after {
    clear: both;
    content: "";
    display: block;
  }
  .ahrq .usa-nav {
    float: right;
    position: relative;
  }
  .ahrq .usa-nav .usa-search {
    margin-left: 1em;
  }
  .ahrq .usa-nav__primary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ahrq .usa-nav__primary > .usa-nav__primary-item {
    font-size: 0.93162em;
    line-height: 0.93923;
  }
  .ahrq .usa-nav__primary > .usa-nav__primary-item > a {
    line-height: 0.93923;
    padding: 1em;
    color: #565c65;
    display: block;
    font-weight: 700;
  }
  .ahrq .usa-nav__primary > .usa-nav__primary-item > a:hover {
    color: #005ea2;
  }
  .ahrq .usa-nav__primary a {
    padding-bottom: 0.5em;
    padding-top: 0.5em;
  }
  .ahrq .usa-nav__primary button {
    line-height: 0.93923;
    padding: 1em;
    font-size: 0.93162em;
    font-weight: 700;
  }
  .ahrq .usa-nav__primary button:hover {
    background-color: transparent;
  }
  .ahrq .usa-nav__primary button[aria-expanded=false] {
    background-image: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/public/uswds/img/angle-arrow-down.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/public/uswds/img/angle-arrow-down.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    background-size: 0.5em;
    background-position: right 1em top 53%;
  }
  .ahrq .usa-nav__primary button[aria-expanded=false]:hover {
    background-image: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/public/uswds/img/angle-arrow-down-primary.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/public/uswds/img/angle-arrow-down-primary.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
  }
  .ahrq .usa-nav__primary button[aria-expanded=true] {
    background-image: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/public/uswds/img/angle-arrow-up-white.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/public/uswds/img/angle-arrow-up-white.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    background-size: 0.5em;
    background-color: #162e51;
    background-position: right 1em top 53%;
    color: #fff;
  }
  .ahrq .usa-nav__primary .usa-accordion__button span {
    margin-right: 0;
    padding-right: 1em;
  }
  .ahrq .usa-nav__secondary {
    bottom: 4em;
    font-size: 0.93162em;
    margin-top: 0.5em;
    min-width: calc(27ch + 3em);
    position: absolute;
    right: 2em;
  }
  .ahrq .usa-nav__secondary .usa-search {
    margin-left: 0;
    margin-top: 0.5em;
  }
  .ahrq .usa-nav__secondary-links {
    float: right;
    line-height: 0.93923;
    margin-bottom: 0.25em;
    margin-top: 0;
  }
  .ahrq .usa-nav__secondary-links .usa-nav__secondary-item {
    display: inline;
    padding-left: 0.25em;
  }
  .ahrq .usa-nav__secondary-links .usa-nav__secondary-item + .usa-nav__secondary-item:before {
    color: #dcdee0;
    content: "|";
    padding-right: 0.25em;
  }
  .ahrq .usa-nav__submenu {
    margin-bottom: 0;
    margin-top: 0;
    list-style-type: none;
    background-color: #162e51;
    width: 15em;
    padding: 1em;
    position: absolute;
    z-index: 400;
  }
  .ahrq .usa-nav__submenu .usa-nav__submenu-item + * {
    margin-top: 0.75em;
  }
  .ahrq .usa-nav__submenu .usa-nav__submenu-item a {
    color: #fff;
    padding: 0;
    line-height: 1.26796;
  }
  .ahrq .usa-nav__submenu .usa-nav__submenu-item a:hover {
    background-color: transparent;
    color: #fff;
    padding: 0;
    text-decoration: underline;
  }
  .ahrq .usa-nav__close {
    display: none;
  }
  .ahrq .usa-megamenu {
    padding: 2em 0;
    left: -33%;
    right: 0;
    width: auto;
  }
  .ahrq .usa-megamenu:before {
    right: 100%;
  }
  .ahrq .usa-megamenu:after, .ahrq .usa-megamenu:before {
    bottom: 0;
    top: 0;
    background-color: #162e51;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
  }
  .ahrq .usa-megamenu:after {
    left: 100%;
  }
  .ahrq .grid-container, .ahrq .grid-container-card, .ahrq .grid-container-card-lg, .ahrq .grid-container-desktop, .ahrq .grid-container-desktop-lg, .ahrq .grid-container-mobile, .ahrq .grid-container-mobile-lg, .ahrq .grid-container-tablet, .ahrq .grid-container-tablet-lg, .ahrq .grid-container-widescreen {
    padding-left: 2em;
    padding-right: 2em;
  }
  .ahrq .desktop\:grid-container {
    max-width: 64em;
  }
  .ahrq .desktop\:grid-container, .ahrq .desktop\:grid-container-card {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1em;
    padding-right: 1em;
  }
  .ahrq .desktop\:grid-container-card {
    max-width: 10em;
  }
  .ahrq .desktop\:grid-container-card-lg {
    max-width: 15em;
  }
  .ahrq .desktop\:grid-container-card-lg, .ahrq .desktop\:grid-container-mobile {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1em;
    padding-right: 1em;
  }
  .ahrq .desktop\:grid-container-mobile {
    max-width: 20em;
  }
  .ahrq .desktop\:grid-container-mobile-lg {
    max-width: 30em;
  }
  .ahrq .desktop\:grid-container-mobile-lg, .ahrq .desktop\:grid-container-tablet {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1em;
    padding-right: 1em;
  }
  .ahrq .desktop\:grid-container-tablet {
    max-width: 40em;
  }
  .ahrq .desktop\:grid-container-tablet-lg {
    max-width: 55em;
  }
  .ahrq .desktop\:grid-container-desktop, .ahrq .desktop\:grid-container-tablet-lg {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1em;
    padding-right: 1em;
  }
  .ahrq .desktop\:grid-container-desktop {
    max-width: 64em;
  }
  .ahrq .desktop\:grid-container-desktop-lg {
    margin-left: auto;
    margin-right: auto;
    max-width: 75em;
    padding-left: 1em;
    padding-right: 1em;
  }
  .ahrq .desktop\:grid-container-widescreen {
    margin-left: auto;
    margin-right: auto;
    max-width: 87.5em;
    padding-left: 1em;
    padding-right: 1em;
  }
  .ahrq .grid-row.grid-gap {
    margin-left: -1em;
    margin-right: -1em;
  }
  .ahrq .grid-row.grid-gap > * {
    padding-left: 1em;
    padding-right: 1em;
  }
  .ahrq .grid-row.desktop\:grid-gap-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .ahrq .grid-row.desktop\:grid-gap-0 > * {
    padding-left: 0;
    padding-right: 0;
  }
  .ahrq .grid-row.desktop\:grid-gap-2px {
    margin-left: -1px;
    margin-right: -1px;
  }
  .ahrq .grid-row.desktop\:grid-gap-2px > * {
    padding-left: 1px;
    padding-right: 1px;
  }
  .ahrq .grid-row.desktop\:grid-gap-05 {
    margin-left: -2px;
    margin-right: -2px;
  }
  .ahrq .grid-row.desktop\:grid-gap-05 > * {
    padding-left: 2px;
    padding-right: 2px;
  }
  .ahrq .grid-row.desktop\:grid-gap-1 {
    margin-left: -0.25em;
    margin-right: -0.25em;
  }
  .ahrq .grid-row.desktop\:grid-gap-1 > * {
    padding-left: 0.25em;
    padding-right: 0.25em;
  }
  .ahrq .grid-row.desktop\:grid-gap-2 {
    margin-left: -0.5em;
    margin-right: -0.5em;
  }
  .ahrq .grid-row.desktop\:grid-gap-2 > * {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
  .ahrq .grid-row.desktop\:grid-gap-3 {
    margin-left: -0.75em;
    margin-right: -0.75em;
  }
  .ahrq .grid-row.desktop\:grid-gap-3 > * {
    padding-left: 0.75em;
    padding-right: 0.75em;
  }
  .ahrq .grid-row.desktop\:grid-gap-4 {
    margin-left: -1em;
    margin-right: -1em;
  }
  .ahrq .grid-row.desktop\:grid-gap-4 > * {
    padding-left: 1em;
    padding-right: 1em;
  }
  .ahrq .grid-row.desktop\:grid-gap-5 {
    margin-left: -1.25em;
    margin-right: -1.25em;
  }
  .ahrq .grid-row.desktop\:grid-gap-5 > * {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }
  .ahrq .grid-row.desktop\:grid-gap-6 {
    margin-left: -1.5em;
    margin-right: -1.5em;
  }
  .ahrq .grid-row.desktop\:grid-gap-6 > * {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
  .ahrq .grid-row.desktop\:grid-gap-sm {
    margin-left: -1px;
    margin-right: -1px;
  }
  .ahrq .grid-row.desktop\:grid-gap-sm > * {
    padding-left: 1px;
    padding-right: 1px;
  }
  .ahrq .grid-row.desktop\:grid-gap-md {
    margin-left: -0.5em;
    margin-right: -0.5em;
  }
  .ahrq .grid-row.desktop\:grid-gap-md > * {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
  .ahrq .grid-row.desktop\:grid-gap-lg {
    margin-left: -0.75em;
    margin-right: -0.75em;
  }
  .ahrq .grid-row.desktop\:grid-gap-lg > * {
    padding-left: 0.75em;
    padding-right: 0.75em;
  }
  .ahrq .desktop\:grid-col, .ahrq .desktop\:grid-col-fill {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    width: auto;
    max-width: 100%;
  }
  .ahrq .desktop\:grid-col-auto {
    width: auto;
    max-width: 100%;
  }
  .ahrq .desktop\:grid-col-1, .ahrq .desktop\:grid-col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .ahrq .desktop\:grid-col-1 {
    width: 8.33333%;
  }
  .ahrq .desktop\:grid-col-2 {
    width: 16.66667%;
  }
  .ahrq .desktop\:grid-col-2, .ahrq .desktop\:grid-col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .ahrq .desktop\:grid-col-3 {
    width: 25%;
  }
  .ahrq .desktop\:grid-col-4 {
    width: 33.33333%;
  }
  .ahrq .desktop\:grid-col-4, .ahrq .desktop\:grid-col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .ahrq .desktop\:grid-col-5 {
    width: 41.66667%;
  }
  .ahrq .desktop\:grid-col-6 {
    width: 50%;
  }
  .ahrq .desktop\:grid-col-6, .ahrq .desktop\:grid-col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .ahrq .desktop\:grid-col-7 {
    width: 58.33333%;
  }
  .ahrq .desktop\:grid-col-8 {
    width: 66.66667%;
  }
  .ahrq .desktop\:grid-col-8, .ahrq .desktop\:grid-col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .ahrq .desktop\:grid-col-9 {
    width: 75%;
  }
  .ahrq .desktop\:grid-col-10 {
    width: 83.33333%;
  }
  .ahrq .desktop\:grid-col-10, .ahrq .desktop\:grid-col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .ahrq .desktop\:grid-col-11 {
    width: 91.66667%;
  }
  .ahrq .desktop\:grid-col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .ahrq .desktop\:grid-offset-1 {
    margin-left: 8.33333%;
  }
  .ahrq .desktop\:grid-offset-2 {
    margin-left: 16.66667%;
  }
  .ahrq .desktop\:grid-offset-3 {
    margin-left: 25%;
  }
  .ahrq .desktop\:grid-offset-4 {
    margin-left: 33.33333%;
  }
  .ahrq .desktop\:grid-offset-5 {
    margin-left: 41.66667%;
  }
  .ahrq .desktop\:grid-offset-6 {
    margin-left: 50%;
  }
  .ahrq .desktop\:grid-offset-7 {
    margin-left: 58.33333%;
  }
  .ahrq .desktop\:grid-offset-8 {
    margin-left: 66.66667%;
  }
  .ahrq .desktop\:grid-offset-9 {
    margin-left: 75%;
  }
  .ahrq .desktop\:grid-offset-10 {
    margin-left: 83.33333%;
  }
  .ahrq .desktop\:grid-offset-11 {
    margin-left: 91.66667%;
  }
  .ahrq .desktop\:grid-offset-12 {
    margin-left: 100%;
  }
  .ahrq .desktop\:grid-offset-none {
    margin-left: 0;
  }
  .ahrq .desktop\:border-1px, .ahrq .desktop\:border-1px .desktop\:hover\:border-1px:hover {
    border: 1px solid;
  }
  .ahrq .desktop\:border-y-1px, .ahrq .desktop\:border-y-1px .desktop\:hover\:border-y-1px:hover {
    border-top: 1px solid;
    border-bottom: 1px solid;
  }
  .ahrq .desktop\:border-x-1px, .ahrq .desktop\:border-x-1px .desktop\:hover\:border-x-1px:hover {
    border-left: 1px solid;
    border-right: 1px solid;
  }
  .ahrq .desktop\:border-top-1px, .ahrq .desktop\:border-top-1px .desktop\:hover\:border-top-1px:hover {
    border-top: 1px solid;
  }
  .ahrq .desktop\:border-right-1px, .ahrq .desktop\:border-right-1px .desktop\:hover\:border-right-1px:hover {
    border-right: 1px solid;
  }
  .ahrq .desktop\:border-bottom-1px, .ahrq .desktop\:border-bottom-1px .desktop\:hover\:border-bottom-1px:hover {
    border-bottom: 1px solid;
  }
  .ahrq .desktop\:border-left-1px, .ahrq .desktop\:border-left-1px .desktop\:hover\:border-left-1px:hover {
    border-left: 1px solid;
  }
  .ahrq .desktop\:border-2px, .ahrq .desktop\:border-2px .desktop\:hover\:border-2px:hover {
    border: 2px solid;
  }
  .ahrq .desktop\:border-y-2px, .ahrq .desktop\:border-y-2px .desktop\:hover\:border-y-2px:hover {
    border-top: 2px solid;
    border-bottom: 2px solid;
  }
  .ahrq .desktop\:border-x-2px, .ahrq .desktop\:border-x-2px .desktop\:hover\:border-x-2px:hover {
    border-left: 2px solid;
    border-right: 2px solid;
  }
  .ahrq .desktop\:border-top-2px, .ahrq .desktop\:border-top-2px .desktop\:hover\:border-top-2px:hover {
    border-top: 2px solid;
  }
  .ahrq .desktop\:border-right-2px, .ahrq .desktop\:border-right-2px .desktop\:hover\:border-right-2px:hover {
    border-right: 2px solid;
  }
  .ahrq .desktop\:border-bottom-2px, .ahrq .desktop\:border-bottom-2px .desktop\:hover\:border-bottom-2px:hover {
    border-bottom: 2px solid;
  }
  .ahrq .desktop\:border-left-2px, .ahrq .desktop\:border-left-2px .desktop\:hover\:border-left-2px:hover {
    border-left: 2px solid;
  }
  .ahrq .desktop\:border-05, .ahrq .desktop\:border-05 .desktop\:hover\:border-05:hover {
    border: 0.25em solid;
  }
  .ahrq .desktop\:border-y-05, .ahrq .desktop\:border-y-05 .desktop\:hover\:border-y-05:hover {
    border-top: 0.25em solid;
    border-bottom: 0.25em solid;
  }
  .ahrq .desktop\:border-x-05, .ahrq .desktop\:border-x-05 .desktop\:hover\:border-x-05:hover {
    border-left: 0.25em solid;
    border-right: 0.25em solid;
  }
  .ahrq .desktop\:border-top-05, .ahrq .desktop\:border-top-05 .desktop\:hover\:border-top-05:hover {
    border-top: 0.25em solid;
  }
  .ahrq .desktop\:border-right-05, .ahrq .desktop\:border-right-05 .desktop\:hover\:border-right-05:hover {
    border-right: 0.25em solid;
  }
  .ahrq .desktop\:border-bottom-05, .ahrq .desktop\:border-bottom-05 .desktop\:hover\:border-bottom-05:hover {
    border-bottom: 0.25em solid;
  }
  .ahrq .desktop\:border-left-05, .ahrq .desktop\:border-left-05 .desktop\:hover\:border-left-05:hover {
    border-left: 0.25em solid;
  }
  .ahrq .desktop\:border-1, .ahrq .desktop\:border-1 .desktop\:hover\:border-1:hover {
    border: 0.5em solid;
  }
  .ahrq .desktop\:border-y-1, .ahrq .desktop\:border-y-1 .desktop\:hover\:border-y-1:hover {
    border-top: 0.5em solid;
    border-bottom: 0.5em solid;
  }
  .ahrq .desktop\:border-x-1, .ahrq .desktop\:border-x-1 .desktop\:hover\:border-x-1:hover {
    border-left: 0.5em solid;
    border-right: 0.5em solid;
  }
  .ahrq .desktop\:border-top-1, .ahrq .desktop\:border-top-1 .desktop\:hover\:border-top-1:hover {
    border-top: 0.5em solid;
  }
  .ahrq .desktop\:border-right-1, .ahrq .desktop\:border-right-1 .desktop\:hover\:border-right-1:hover {
    border-right: 0.5em solid;
  }
  .ahrq .desktop\:border-bottom-1, .ahrq .desktop\:border-bottom-1 .desktop\:hover\:border-bottom-1:hover {
    border-bottom: 0.5em solid;
  }
  .ahrq .desktop\:border-left-1, .ahrq .desktop\:border-left-1 .desktop\:hover\:border-left-1:hover {
    border-left: 0.5em solid;
  }
  .ahrq .desktop\:border-105, .ahrq .desktop\:border-105 .desktop\:hover\:border-105:hover {
    border: 0.75em solid;
  }
  .ahrq .desktop\:border-y-105, .ahrq .desktop\:border-y-105 .desktop\:hover\:border-y-105:hover {
    border-top: 0.75em solid;
    border-bottom: 0.75em solid;
  }
  .ahrq .desktop\:border-x-105, .ahrq .desktop\:border-x-105 .desktop\:hover\:border-x-105:hover {
    border-left: 0.75em solid;
    border-right: 0.75em solid;
  }
  .ahrq .desktop\:border-top-105, .ahrq .desktop\:border-top-105 .desktop\:hover\:border-top-105:hover {
    border-top: 0.75em solid;
  }
  .ahrq .desktop\:border-right-105, .ahrq .desktop\:border-right-105 .desktop\:hover\:border-right-105:hover {
    border-right: 0.75em solid;
  }
  .ahrq .desktop\:border-bottom-105, .ahrq .desktop\:border-bottom-105 .desktop\:hover\:border-bottom-105:hover {
    border-bottom: 0.75em solid;
  }
  .ahrq .desktop\:border-left-105, .ahrq .desktop\:border-left-105 .desktop\:hover\:border-left-105:hover {
    border-left: 0.75em solid;
  }
  .ahrq .desktop\:border-2, .ahrq .desktop\:border-2 .desktop\:hover\:border-2:hover {
    border: 1em solid;
  }
  .ahrq .desktop\:border-y-2, .ahrq .desktop\:border-y-2 .desktop\:hover\:border-y-2:hover {
    border-top: 1em solid;
    border-bottom: 1em solid;
  }
  .ahrq .desktop\:border-x-2, .ahrq .desktop\:border-x-2 .desktop\:hover\:border-x-2:hover {
    border-left: 1em solid;
    border-right: 1em solid;
  }
  .ahrq .desktop\:border-top-2, .ahrq .desktop\:border-top-2 .desktop\:hover\:border-top-2:hover {
    border-top: 1em solid;
  }
  .ahrq .desktop\:border-right-2, .ahrq .desktop\:border-right-2 .desktop\:hover\:border-right-2:hover {
    border-right: 1em solid;
  }
  .ahrq .desktop\:border-bottom-2, .ahrq .desktop\:border-bottom-2 .desktop\:hover\:border-bottom-2:hover {
    border-bottom: 1em solid;
  }
  .ahrq .desktop\:border-left-2, .ahrq .desktop\:border-left-2 .desktop\:hover\:border-left-2:hover {
    border-left: 1em solid;
  }
  .ahrq .desktop\:border-205, .ahrq .desktop\:border-205 .desktop\:hover\:border-205:hover {
    border: 1.25em solid;
  }
  .ahrq .desktop\:border-y-205, .ahrq .desktop\:border-y-205 .desktop\:hover\:border-y-205:hover {
    border-top: 1.25em solid;
    border-bottom: 1.25em solid;
  }
  .ahrq .desktop\:border-x-205, .ahrq .desktop\:border-x-205 .desktop\:hover\:border-x-205:hover {
    border-left: 1.25em solid;
    border-right: 1.25em solid;
  }
  .ahrq .desktop\:border-top-205, .ahrq .desktop\:border-top-205 .desktop\:hover\:border-top-205:hover {
    border-top: 1.25em solid;
  }
  .ahrq .desktop\:border-right-205, .ahrq .desktop\:border-right-205 .desktop\:hover\:border-right-205:hover {
    border-right: 1.25em solid;
  }
  .ahrq .desktop\:border-bottom-205, .ahrq .desktop\:border-bottom-205 .desktop\:hover\:border-bottom-205:hover {
    border-bottom: 1.25em solid;
  }
  .ahrq .desktop\:border-left-205, .ahrq .desktop\:border-left-205 .desktop\:hover\:border-left-205:hover {
    border-left: 1.25em solid;
  }
  .ahrq .desktop\:border-3, .ahrq .desktop\:border-3 .desktop\:hover\:border-3:hover {
    border: 1.5em solid;
  }
  .ahrq .desktop\:border-y-3, .ahrq .desktop\:border-y-3 .desktop\:hover\:border-y-3:hover {
    border-top: 1.5em solid;
    border-bottom: 1.5em solid;
  }
  .ahrq .desktop\:border-x-3, .ahrq .desktop\:border-x-3 .desktop\:hover\:border-x-3:hover {
    border-left: 1.5em solid;
    border-right: 1.5em solid;
  }
  .ahrq .desktop\:border-top-3, .ahrq .desktop\:border-top-3 .desktop\:hover\:border-top-3:hover {
    border-top: 1.5em solid;
  }
  .ahrq .desktop\:border-right-3, .ahrq .desktop\:border-right-3 .desktop\:hover\:border-right-3:hover {
    border-right: 1.5em solid;
  }
  .ahrq .desktop\:border-bottom-3, .ahrq .desktop\:border-bottom-3 .desktop\:hover\:border-bottom-3:hover {
    border-bottom: 1.5em solid;
  }
  .ahrq .desktop\:border-left-3, .ahrq .desktop\:border-left-3 .desktop\:hover\:border-left-3:hover {
    border-left: 1.5em solid;
  }
  .ahrq .desktop\:border-0, .ahrq .desktop\:border-0 .desktop\:hover\:border-0:hover {
    border: 0 solid;
  }
  .ahrq .desktop\:border-y-0, .ahrq .desktop\:border-y-0 .desktop\:hover\:border-y-0:hover {
    border-top: 0 solid;
    border-bottom: 0 solid;
  }
  .ahrq .desktop\:border-x-0, .ahrq .desktop\:border-x-0 .desktop\:hover\:border-x-0:hover {
    border-left: 0 solid;
    border-right: 0 solid;
  }
  .ahrq .desktop\:border-top-0, .ahrq .desktop\:border-top-0 .desktop\:hover\:border-top-0:hover {
    border-top: 0 solid;
  }
  .ahrq .desktop\:border-right-0, .ahrq .desktop\:border-right-0 .desktop\:hover\:border-right-0:hover {
    border-right: 0 solid;
  }
  .ahrq .desktop\:border-bottom-0, .ahrq .desktop\:border-bottom-0 .desktop\:hover\:border-bottom-0:hover {
    border-bottom: 0 solid;
  }
  .ahrq .desktop\:border-left-0, .ahrq .desktop\:border-left-0 .desktop\:hover\:border-left-0:hover {
    border-left: 0 solid;
  }
  .ahrq .desktop\:border, .ahrq .desktop\:border .desktop\:hover\:border:hover {
    border: 1px solid;
  }
  .ahrq .desktop\:border-y, .ahrq .desktop\:border-y .desktop\:hover\:border-y:hover {
    border-top: 1px solid;
    border-bottom: 1px solid;
  }
  .ahrq .desktop\:border-x, .ahrq .desktop\:border-x .desktop\:hover\:border-x:hover {
    border-left: 1px solid;
    border-right: 1px solid;
  }
  .ahrq .desktop\:border-top, .ahrq .desktop\:border-top .desktop\:hover\:border-top:hover {
    border-top: 1px solid;
  }
  .ahrq .desktop\:border-right, .ahrq .desktop\:border-right .desktop\:hover\:border-right:hover {
    border-right: 1px solid;
  }
  .ahrq .desktop\:border-bottom, .ahrq .desktop\:border-bottom .desktop\:hover\:border-bottom:hover {
    border-bottom: 1px solid;
  }
  .ahrq .desktop\:border-left, .ahrq .desktop\:border-left .desktop\:hover\:border-left:hover {
    border-left: 1px solid;
  }
  .ahrq .desktop\:border-transparent, .ahrq .desktop\:border-transparent .desktop\:hover\:border-transparent:hover {
    border-color: transparent;
  }
  .ahrq .desktop\:border-black, .ahrq .desktop\:border-black .desktop\:hover\:border-black:hover {
    border-color: #000;
  }
  .ahrq .desktop\:border-white, .ahrq .desktop\:border-white .desktop\:hover\:border-white:hover {
    border-color: #fff;
  }
  .ahrq .desktop\:border-red, .ahrq .desktop\:border-red .desktop\:hover\:border-red:hover {
    border-color: #e52207;
  }
  .ahrq .desktop\:border-orange, .ahrq .desktop\:border-orange .desktop\:hover\:border-orange:hover {
    border-color: #e66f0e;
  }
  .ahrq .desktop\:border-gold, .ahrq .desktop\:border-gold .desktop\:hover\:border-gold:hover {
    border-color: #ffbe2e;
  }
  .ahrq .desktop\:border-yellow, .ahrq .desktop\:border-yellow .desktop\:hover\:border-yellow:hover {
    border-color: #fee685;
  }
  .ahrq .desktop\:border-green, .ahrq .desktop\:border-green .desktop\:hover\:border-green:hover {
    border-color: #538200;
  }
  .ahrq .desktop\:border-mint, .ahrq .desktop\:border-mint .desktop\:hover\:border-mint:hover {
    border-color: #04c585;
  }
  .ahrq .desktop\:border-cyan, .ahrq .desktop\:border-cyan .desktop\:hover\:border-cyan:hover {
    border-color: #009ec1;
  }
  .ahrq .desktop\:border-blue, .ahrq .desktop\:border-blue .desktop\:hover\:border-blue:hover {
    border-color: #0076d6;
  }
  .ahrq .desktop\:border-indigo, .ahrq .desktop\:border-indigo .desktop\:hover\:border-indigo:hover {
    border-color: #676cc8;
  }
  .ahrq .desktop\:border-violet, .ahrq .desktop\:border-violet .desktop\:hover\:border-violet:hover {
    border-color: #8168b3;
  }
  .ahrq .desktop\:border-magenta, .ahrq .desktop\:border-magenta .desktop\:hover\:border-magenta:hover {
    border-color: #d72d79;
  }
  .ahrq .desktop\:border-gray-5, .ahrq .desktop\:border-gray-5 .desktop\:hover\:border-gray-5:hover {
    border-color: #f0f0f0;
  }
  .ahrq .desktop\:border-gray-10, .ahrq .desktop\:border-gray-10 .desktop\:hover\:border-gray-10:hover {
    border-color: #e6e6e6;
  }
  .ahrq .desktop\:border-gray-30, .ahrq .desktop\:border-gray-30 .desktop\:hover\:border-gray-30:hover {
    border-color: #adadad;
  }
  .ahrq .desktop\:border-gray-50, .ahrq .desktop\:border-gray-50 .desktop\:hover\:border-gray-50:hover {
    border-color: #757575;
  }
  .ahrq .desktop\:border-gray-70, .ahrq .desktop\:border-gray-70 .desktop\:hover\:border-gray-70:hover {
    border-color: #454545;
  }
  .ahrq .desktop\:border-gray-90, .ahrq .desktop\:border-gray-90 .desktop\:hover\:border-gray-90:hover {
    border-color: #1b1b1b;
  }
  .ahrq .desktop\:border-base-lightest, .ahrq .desktop\:border-base-lightest .desktop\:hover\:border-base-lightest:hover {
    border-color: #f0f0f0;
  }
  .ahrq .desktop\:border-base-lighter, .ahrq .desktop\:border-base-lighter .desktop\:hover\:border-base-lighter:hover {
    border-color: #dcdee0;
  }
  .ahrq .desktop\:border-base-light, .ahrq .desktop\:border-base-light .desktop\:hover\:border-base-light:hover {
    border-color: #a9aeb1;
  }
  .ahrq .desktop\:border-base, .ahrq .desktop\:border-base .desktop\:hover\:border-base:hover {
    border-color: #71767a;
  }
  .ahrq .desktop\:border-base-dark, .ahrq .desktop\:border-base-dark .desktop\:hover\:border-base-dark:hover {
    border-color: #565c65;
  }
  .ahrq .desktop\:border-base-darker, .ahrq .desktop\:border-base-darker .desktop\:hover\:border-base-darker:hover {
    border-color: #3d4551;
  }
  .ahrq .desktop\:border-base-darkest, .ahrq .desktop\:border-base-darkest .desktop\:hover\:border-base-darkest:hover, .ahrq .desktop\:border-ink, .ahrq .desktop\:border-ink .desktop\:hover\:border-ink:hover {
    border-color: #1b1b1b;
  }
  .ahrq .desktop\:border-primary-lighter, .ahrq .desktop\:border-primary-lighter .desktop\:hover\:border-primary-lighter:hover {
    border-color: #d9e8f6;
  }
  .ahrq .desktop\:border-primary-light, .ahrq .desktop\:border-primary-light .desktop\:hover\:border-primary-light:hover {
    border-color: #73b3e7;
  }
  .ahrq .desktop\:border-primary, .ahrq .desktop\:border-primary .desktop\:hover\:border-primary:hover {
    border-color: #005ea2;
  }
  .ahrq .desktop\:border-primary-vivid, .ahrq .desktop\:border-primary-vivid .desktop\:hover\:border-primary-vivid:hover {
    border-color: #0050d8;
  }
  .ahrq .desktop\:border-primary-dark, .ahrq .desktop\:border-primary-dark .desktop\:hover\:border-primary-dark:hover {
    border-color: #1a4480;
  }
  .ahrq .desktop\:border-primary-darker, .ahrq .desktop\:border-primary-darker .desktop\:hover\:border-primary-darker:hover {
    border-color: #162e51;
  }
  .ahrq .desktop\:border-secondary-lighter, .ahrq .desktop\:border-secondary-lighter .desktop\:hover\:border-secondary-lighter:hover {
    border-color: #f3e1e4;
  }
  .ahrq .desktop\:border-secondary-light, .ahrq .desktop\:border-secondary-light .desktop\:hover\:border-secondary-light:hover {
    border-color: #f2938c;
  }
  .ahrq .desktop\:border-secondary, .ahrq .desktop\:border-secondary .desktop\:hover\:border-secondary:hover {
    border-color: #d83933;
  }
  .ahrq .desktop\:border-secondary-vivid, .ahrq .desktop\:border-secondary-vivid .desktop\:hover\:border-secondary-vivid:hover {
    border-color: #e41d3d;
  }
  .ahrq .desktop\:border-secondary-dark, .ahrq .desktop\:border-secondary-dark .desktop\:hover\:border-secondary-dark:hover {
    border-color: #b50909;
  }
  .ahrq .desktop\:border-secondary-darker, .ahrq .desktop\:border-secondary-darker .desktop\:hover\:border-secondary-darker:hover {
    border-color: #8b0a03;
  }
  .ahrq .desktop\:border-accent-warm-darker, .ahrq .desktop\:border-accent-warm-darker .desktop\:hover\:border-accent-warm-darker:hover {
    border-color: #775540;
  }
  .ahrq .desktop\:border-accent-warm-dark, .ahrq .desktop\:border-accent-warm-dark .desktop\:hover\:border-accent-warm-dark:hover {
    border-color: #c05600;
  }
  .ahrq .desktop\:border-accent-warm, .ahrq .desktop\:border-accent-warm .desktop\:hover\:border-accent-warm:hover {
    border-color: #fa9441;
  }
  .ahrq .desktop\:border-accent-warm-light, .ahrq .desktop\:border-accent-warm-light .desktop\:hover\:border-accent-warm-light:hover {
    border-color: #ffbc78;
  }
  .ahrq .desktop\:border-accent-warm-lighter, .ahrq .desktop\:border-accent-warm-lighter .desktop\:hover\:border-accent-warm-lighter:hover {
    border-color: #f2e4d4;
  }
  .ahrq .desktop\:border-accent-cool-darker, .ahrq .desktop\:border-accent-cool-darker .desktop\:hover\:border-accent-cool-darker:hover {
    border-color: #07648d;
  }
  .ahrq .desktop\:border-accent-cool-dark, .ahrq .desktop\:border-accent-cool-dark .desktop\:hover\:border-accent-cool-dark:hover {
    border-color: #28a0cb;
  }
  .ahrq .desktop\:border-accent-cool, .ahrq .desktop\:border-accent-cool .desktop\:hover\:border-accent-cool:hover {
    border-color: #00bde3;
  }
  .ahrq .desktop\:border-accent-cool-light, .ahrq .desktop\:border-accent-cool-light .desktop\:hover\:border-accent-cool-light:hover {
    border-color: #97d4ea;
  }
  .ahrq .desktop\:border-accent-cool-lighter, .ahrq .desktop\:border-accent-cool-lighter .desktop\:hover\:border-accent-cool-lighter:hover {
    border-color: #e1f3f8;
  }
  .ahrq .desktop\:radius-0 {
    border-radius: 0;
  }
  .ahrq .desktop\:radius-top-0 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .ahrq .desktop\:radius-right-0 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .ahrq .desktop\:radius-bottom-0 {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .ahrq .desktop\:radius-left-0 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .ahrq .desktop\:radius-sm {
    border-radius: 2px;
  }
  .ahrq .desktop\:radius-top-sm {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
  }
  .ahrq .desktop\:radius-right-sm {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
  }
  .ahrq .desktop\:radius-bottom-sm {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
  }
  .ahrq .desktop\:radius-left-sm {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
  }
  .ahrq .desktop\:radius-md {
    border-radius: 0.25em;
  }
  .ahrq .desktop\:radius-top-md {
    border-top-left-radius: 0.25em;
    border-top-right-radius: 0.25em;
  }
  .ahrq .desktop\:radius-right-md {
    border-top-right-radius: 0.25em;
    border-bottom-right-radius: 0.25em;
  }
  .ahrq .desktop\:radius-bottom-md {
    border-bottom-left-radius: 0.25em;
    border-bottom-right-radius: 0.25em;
  }
  .ahrq .desktop\:radius-left-md {
    border-top-left-radius: 0.25em;
    border-bottom-left-radius: 0.25em;
  }
  .ahrq .desktop\:radius-lg {
    border-radius: 0.5em;
  }
  .ahrq .desktop\:radius-top-lg {
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
  }
  .ahrq .desktop\:radius-right-lg {
    border-top-right-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
  }
  .ahrq .desktop\:radius-bottom-lg {
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
  }
  .ahrq .desktop\:radius-left-lg {
    border-top-left-radius: 0.5em;
    border-bottom-left-radius: 0.5em;
  }
  .ahrq .desktop\:radius-pill {
    border-radius: 99em;
  }
  .ahrq .desktop\:radius-top-pill {
    border-top-left-radius: 99em;
    border-top-right-radius: 99em;
  }
  .ahrq .desktop\:radius-right-pill {
    border-top-right-radius: 99em;
    border-bottom-right-radius: 99em;
  }
  .ahrq .desktop\:radius-bottom-pill {
    border-bottom-left-radius: 99em;
    border-bottom-right-radius: 99em;
  }
  .ahrq .desktop\:radius-left-pill {
    border-top-left-radius: 99em;
    border-bottom-left-radius: 99em;
  }
  .ahrq .desktop\:display-block {
    display: block;
  }
  .ahrq .desktop\:display-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ahrq .desktop\:display-none {
    display: none;
  }
  .ahrq .desktop\:display-inline {
    display: inline;
  }
  .ahrq .desktop\:display-inline-block {
    display: inline-block;
  }
  .ahrq .desktop\:display-inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .ahrq .desktop\:display-table {
    display: table;
  }
  .ahrq .desktop\:display-table-cell {
    display: table-cell;
  }
  .ahrq .desktop\:display-table-row {
    display: table-row;
  }
  .ahrq .desktop\:font-mono-3xs {
    font-size: 0.77401em;
  }
  .ahrq .desktop\:font-mono-2xs {
    font-size: 0.83355em;
  }
  .ahrq .desktop\:font-mono-xs {
    font-size: 0.89309em;
  }
  .ahrq .desktop\:font-mono-sm {
    font-size: 0.95263em;
  }
  .ahrq .desktop\:font-mono-md {
    font-size: 1.01217em;
  }
  .ahrq .desktop\:font-mono-lg {
    font-size: 1.30987em;
  }
  .ahrq .desktop\:font-mono-xl {
    font-size: 1.90526em;
  }
  .ahrq .desktop\:font-mono-2xl {
    font-size: 2.38158em;
  }
  .ahrq .desktop\:font-mono-3xl {
    font-size: 2.85789em;
  }
  .ahrq .desktop\:font-sans-3xs {
    font-size: 0.86507em;
  }
  .ahrq .desktop\:font-sans-2xs {
    font-size: 0.93162em;
  }
  .ahrq .desktop\:font-sans-xs {
    font-size: 0.99816em;
  }
  .ahrq .desktop\:font-sans-sm {
    font-size: 1.06471em;
  }
  .ahrq .desktop\:font-sans-md {
    font-size: 1.13125em;
  }
  .ahrq .desktop\:font-sans-lg {
    font-size: 1.46397em;
  }
  .ahrq .desktop\:font-sans-xl {
    font-size: 2.12941em;
  }
  .ahrq .desktop\:font-sans-2xl {
    font-size: 2.66176em;
  }
  .ahrq .desktop\:font-sans-3xl {
    font-size: 3.19412em;
  }
  .ahrq .desktop\:font-serif-3xs {
    font-size: 0.79279em;
  }
  .ahrq .desktop\:font-serif-2xs {
    font-size: 0.85377em;
  }
  .ahrq .desktop\:font-serif-xs {
    font-size: 0.91476em;
  }
  .ahrq .desktop\:font-serif-sm {
    font-size: 0.97574em;
  }
  .ahrq .desktop\:font-serif-md {
    font-size: 1.03673em;
  }
  .ahrq .desktop\:font-serif-lg {
    font-size: 1.34164em;
  }
  .ahrq .desktop\:font-serif-xl {
    font-size: 1.95148em;
  }
  .ahrq .desktop\:font-serif-2xl {
    font-size: 2.43935em;
  }
  .ahrq .desktop\:font-serif-3xl {
    font-size: 2.92722em;
  }
  .ahrq .desktop\:font-heading-3xs {
    font-size: 0.79279em;
  }
  .ahrq .desktop\:font-heading-2xs {
    font-size: 0.85377em;
  }
  .ahrq .desktop\:font-heading-xs {
    font-size: 0.91476em;
  }
  .ahrq .desktop\:font-heading-sm {
    font-size: 0.97574em;
  }
  .ahrq .desktop\:font-heading-md {
    font-size: 1.03673em;
  }
  .ahrq .desktop\:font-heading-lg {
    font-size: 1.34164em;
  }
  .ahrq .desktop\:font-heading-xl {
    font-size: 1.95148em;
  }
  .ahrq .desktop\:font-heading-2xl {
    font-size: 2.43935em;
  }
  .ahrq .desktop\:font-heading-3xl {
    font-size: 2.92722em;
  }
  .ahrq .desktop\:font-body-3xs {
    font-size: 0.86507em;
  }
  .ahrq .desktop\:font-body-2xs {
    font-size: 0.93162em;
  }
  .ahrq .desktop\:font-body-xs {
    font-size: 0.99816em;
  }
  .ahrq .desktop\:font-body-sm {
    font-size: 1.06471em;
  }
  .ahrq .desktop\:font-body-md {
    font-size: 1.13125em;
  }
  .ahrq .desktop\:font-body-lg {
    font-size: 1.46397em;
  }
  .ahrq .desktop\:font-body-xl {
    font-size: 2.12941em;
  }
  .ahrq .desktop\:font-body-2xl {
    font-size: 2.66176em;
  }
  .ahrq .desktop\:font-body-3xl {
    font-size: 3.19412em;
  }
  .ahrq .desktop\:font-code-3xs {
    font-size: 0.77401em;
  }
  .ahrq .desktop\:font-code-2xs {
    font-size: 0.83355em;
  }
  .ahrq .desktop\:font-code-xs {
    font-size: 0.89309em;
  }
  .ahrq .desktop\:font-code-sm {
    font-size: 0.95263em;
  }
  .ahrq .desktop\:font-code-md {
    font-size: 1.01217em;
  }
  .ahrq .desktop\:font-code-lg {
    font-size: 1.30987em;
  }
  .ahrq .desktop\:font-code-xl {
    font-size: 1.90526em;
  }
  .ahrq .desktop\:font-code-2xl {
    font-size: 2.38158em;
  }
  .ahrq .desktop\:font-code-3xl {
    font-size: 2.85789em;
  }
  .ahrq .desktop\:font-alt-3xs {
    font-size: 0.79279em;
  }
  .ahrq .desktop\:font-alt-2xs {
    font-size: 0.85377em;
  }
  .ahrq .desktop\:font-alt-xs {
    font-size: 0.91476em;
  }
  .ahrq .desktop\:font-alt-sm {
    font-size: 0.97574em;
  }
  .ahrq .desktop\:font-alt-md {
    font-size: 1.03673em;
  }
  .ahrq .desktop\:font-alt-lg {
    font-size: 1.34164em;
  }
  .ahrq .desktop\:font-alt-xl {
    font-size: 1.95148em;
  }
  .ahrq .desktop\:font-alt-2xl {
    font-size: 2.43935em;
  }
  .ahrq .desktop\:font-alt-3xl {
    font-size: 2.92722em;
  }
  .ahrq .desktop\:font-ui-3xs {
    font-size: 0.86507em;
  }
  .ahrq .desktop\:font-ui-2xs {
    font-size: 0.93162em;
  }
  .ahrq .desktop\:font-ui-xs {
    font-size: 0.99816em;
  }
  .ahrq .desktop\:font-ui-sm {
    font-size: 1.06471em;
  }
  .ahrq .desktop\:font-ui-md {
    font-size: 1.13125em;
  }
  .ahrq .desktop\:font-ui-lg {
    font-size: 1.46397em;
  }
  .ahrq .desktop\:font-ui-xl {
    font-size: 2.12941em;
  }
  .ahrq .desktop\:font-ui-2xl {
    font-size: 2.66176em;
  }
  .ahrq .desktop\:font-ui-3xl {
    font-size: 3.19412em;
  }
  .ahrq .desktop\:text-light {
    font-weight: 300;
  }
  .ahrq .desktop\:text-normal {
    font-weight: 400;
  }
  .ahrq .desktop\:text-bold {
    font-weight: 700;
  }
  .ahrq .desktop\:flex-justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .ahrq .desktop\:flex-justify-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .ahrq .desktop\:flex-justify-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .ahrq .desktop\:flex-justify {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .ahrq .desktop\:line-height-sans-1 {
    line-height: 0.93923;
  }
  .ahrq .desktop\:line-height-sans-2 {
    line-height: 1.12707;
  }
  .ahrq .desktop\:line-height-sans-3 {
    line-height: 1.26796;
  }
  .ahrq .desktop\:line-height-sans-4 {
    line-height: 1.40884;
  }
  .ahrq .desktop\:line-height-sans-5 {
    line-height: 1.52155;
  }
  .ahrq .desktop\:line-height-sans-6 {
    line-height: 1.64365;
  }
  .ahrq .desktop\:line-height-serif-1 {
    line-height: 1.02486;
  }
  .ahrq .desktop\:line-height-serif-2 {
    line-height: 1.22983;
  }
  .ahrq .desktop\:line-height-serif-3 {
    line-height: 1.38356;
  }
  .ahrq .desktop\:line-height-serif-4 {
    line-height: 1.53729;
  }
  .ahrq .desktop\:line-height-serif-5 {
    line-height: 1.66028;
  }
  .ahrq .desktop\:line-height-serif-6 {
    line-height: 1.79351;
  }
  .ahrq .desktop\:line-height-mono-1 {
    line-height: 1.04972;
  }
  .ahrq .desktop\:line-height-mono-2 {
    line-height: 1.25967;
  }
  .ahrq .desktop\:line-height-mono-3 {
    line-height: 1.41713;
  }
  .ahrq .desktop\:line-height-mono-4 {
    line-height: 1.57459;
  }
  .ahrq .desktop\:line-height-mono-5 {
    line-height: 1.70055;
  }
  .ahrq .desktop\:line-height-mono-6 {
    line-height: 1.83702;
  }
  .ahrq .desktop\:line-height-heading-1 {
    line-height: 1.02486;
  }
  .ahrq .desktop\:line-height-heading-2 {
    line-height: 1.22983;
  }
  .ahrq .desktop\:line-height-heading-3 {
    line-height: 1.38356;
  }
  .ahrq .desktop\:line-height-heading-4 {
    line-height: 1.53729;
  }
  .ahrq .desktop\:line-height-heading-5 {
    line-height: 1.66028;
  }
  .ahrq .desktop\:line-height-heading-6 {
    line-height: 1.79351;
  }
  .ahrq .desktop\:line-height-ui-1 {
    line-height: 0.93923;
  }
  .ahrq .desktop\:line-height-ui-2 {
    line-height: 1.12707;
  }
  .ahrq .desktop\:line-height-ui-3 {
    line-height: 1.26796;
  }
  .ahrq .desktop\:line-height-ui-4 {
    line-height: 1.40884;
  }
  .ahrq .desktop\:line-height-ui-5 {
    line-height: 1.52155;
  }
  .ahrq .desktop\:line-height-ui-6 {
    line-height: 1.64365;
  }
  .ahrq .desktop\:line-height-body-1 {
    line-height: 0.93923;
  }
  .ahrq .desktop\:line-height-body-2 {
    line-height: 1.12707;
  }
  .ahrq .desktop\:line-height-body-3 {
    line-height: 1.26796;
  }
  .ahrq .desktop\:line-height-body-4 {
    line-height: 1.40884;
  }
  .ahrq .desktop\:line-height-body-5 {
    line-height: 1.52155;
  }
  .ahrq .desktop\:line-height-body-6 {
    line-height: 1.64365;
  }
  .ahrq .desktop\:line-height-code-1 {
    line-height: 1.04972;
  }
  .ahrq .desktop\:line-height-code-2 {
    line-height: 1.25967;
  }
  .ahrq .desktop\:line-height-code-3 {
    line-height: 1.41713;
  }
  .ahrq .desktop\:line-height-code-4 {
    line-height: 1.57459;
  }
  .ahrq .desktop\:line-height-code-5 {
    line-height: 1.70055;
  }
  .ahrq .desktop\:line-height-code-6 {
    line-height: 1.83702;
  }
  .ahrq .desktop\:line-height-alt-1 {
    line-height: 1.02486;
  }
  .ahrq .desktop\:line-height-alt-2 {
    line-height: 1.22983;
  }
  .ahrq .desktop\:line-height-alt-3 {
    line-height: 1.38356;
  }
  .ahrq .desktop\:line-height-alt-4 {
    line-height: 1.53729;
  }
  .ahrq .desktop\:line-height-alt-5 {
    line-height: 1.66028;
  }
  .ahrq .desktop\:line-height-alt-6 {
    line-height: 1.79351;
  }
  .ahrq .desktop\:margin-1px {
    margin: 1px;
  }
  .ahrq .desktop\:margin-2px {
    margin: 2px;
  }
  .ahrq .desktop\:margin-05 {
    margin: 0.25em;
  }
  .ahrq .desktop\:margin-1 {
    margin: 0.5em;
  }
  .ahrq .desktop\:margin-105 {
    margin: 0.75em;
  }
  .ahrq .desktop\:margin-2 {
    margin: 1em;
  }
  .ahrq .desktop\:margin-205 {
    margin: 1.25em;
  }
  .ahrq .desktop\:margin-3 {
    margin: 1.5em;
  }
  .ahrq .desktop\:margin-4 {
    margin: 2em;
  }
  .ahrq .desktop\:margin-5 {
    margin: 2.5em;
  }
  .ahrq .desktop\:margin-6 {
    margin: 3em;
  }
  .ahrq .desktop\:margin-7 {
    margin: 3.5em;
  }
  .ahrq .desktop\:margin-8 {
    margin: 4em;
  }
  .ahrq .desktop\:margin-9 {
    margin: 4.5em;
  }
  .ahrq .desktop\:margin-10 {
    margin: 5em;
  }
  .ahrq .desktop\:margin-15 {
    margin: 7.5em;
  }
  .ahrq .desktop\:margin-05em {
    margin: 0.5em;
  }
  .ahrq .desktop\:margin-1em {
    margin: 1em;
  }
  .ahrq .desktop\:margin-105em {
    margin: 1.5em;
  }
  .ahrq .desktop\:margin-2em {
    margin: 2em;
  }
  .ahrq .desktop\:margin-0 {
    margin: 0;
  }
  .ahrq .desktop\:margin-y-1px {
    margin-top: 1px;
    margin-bottom: 1px;
  }
  .ahrq .desktop\:margin-top-1px {
    margin-top: 1px;
  }
  .ahrq .desktop\:margin-bottom-1px {
    margin-bottom: 1px;
  }
  .ahrq .desktop\:margin-y-2px {
    margin-top: 2px;
    margin-bottom: 2px;
  }
  .ahrq .desktop\:margin-top-2px {
    margin-top: 2px;
  }
  .ahrq .desktop\:margin-bottom-2px {
    margin-bottom: 2px;
  }
  .ahrq .desktop\:margin-y-05 {
    margin-top: 0.25em;
    margin-bottom: 0.25em;
  }
  .ahrq .desktop\:margin-top-05 {
    margin-top: 0.25em;
  }
  .ahrq .desktop\:margin-bottom-05 {
    margin-bottom: 0.25em;
  }
  .ahrq .desktop\:margin-y-1 {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  .ahrq .desktop\:margin-top-1 {
    margin-top: 0.5em;
  }
  .ahrq .desktop\:margin-bottom-1 {
    margin-bottom: 0.5em;
  }
  .ahrq .desktop\:margin-y-105 {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }
  .ahrq .desktop\:margin-top-105 {
    margin-top: 0.75em;
  }
  .ahrq .desktop\:margin-bottom-105 {
    margin-bottom: 0.75em;
  }
  .ahrq .desktop\:margin-y-2 {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .ahrq .desktop\:margin-top-2 {
    margin-top: 1em;
  }
  .ahrq .desktop\:margin-bottom-2 {
    margin-bottom: 1em;
  }
  .ahrq .desktop\:margin-y-205 {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }
  .ahrq .desktop\:margin-top-205 {
    margin-top: 1.25em;
  }
  .ahrq .desktop\:margin-bottom-205 {
    margin-bottom: 1.25em;
  }
  .ahrq .desktop\:margin-y-3 {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }
  .ahrq .desktop\:margin-top-3 {
    margin-top: 1.5em;
  }
  .ahrq .desktop\:margin-bottom-3 {
    margin-bottom: 1.5em;
  }
  .ahrq .desktop\:margin-y-neg-1px {
    margin-top: -1px;
    margin-bottom: -1px;
  }
  .ahrq .desktop\:margin-top-neg-1px {
    margin-top: -1px;
  }
  .ahrq .desktop\:margin-bottom-neg-1px {
    margin-bottom: -1px;
  }
  .ahrq .desktop\:margin-y-neg-2px {
    margin-top: -2px;
    margin-bottom: -2px;
  }
  .ahrq .desktop\:margin-top-neg-2px {
    margin-top: -2px;
  }
  .ahrq .desktop\:margin-bottom-neg-2px {
    margin-bottom: -2px;
  }
  .ahrq .desktop\:margin-y-neg-05 {
    margin-top: -0.25em;
    margin-bottom: -0.25em;
  }
  .ahrq .desktop\:margin-top-neg-05 {
    margin-top: -0.25em;
  }
  .ahrq .desktop\:margin-bottom-neg-05 {
    margin-bottom: -0.25em;
  }
  .ahrq .desktop\:margin-y-neg-1 {
    margin-top: -0.5em;
    margin-bottom: -0.5em;
  }
  .ahrq .desktop\:margin-top-neg-1 {
    margin-top: -0.5em;
  }
  .ahrq .desktop\:margin-bottom-neg-1 {
    margin-bottom: -0.5em;
  }
  .ahrq .desktop\:margin-y-neg-105 {
    margin-top: -0.75em;
    margin-bottom: -0.75em;
  }
  .ahrq .desktop\:margin-top-neg-105 {
    margin-top: -0.75em;
  }
  .ahrq .desktop\:margin-bottom-neg-105 {
    margin-bottom: -0.75em;
  }
  .ahrq .desktop\:margin-y-neg-2 {
    margin-top: -1em;
    margin-bottom: -1em;
  }
  .ahrq .desktop\:margin-top-neg-2 {
    margin-top: -1em;
  }
  .ahrq .desktop\:margin-bottom-neg-2 {
    margin-bottom: -1em;
  }
  .ahrq .desktop\:margin-y-neg-205 {
    margin-top: -1.25em;
    margin-bottom: -1.25em;
  }
  .ahrq .desktop\:margin-top-neg-205 {
    margin-top: -1.25em;
  }
  .ahrq .desktop\:margin-bottom-neg-205 {
    margin-bottom: -1.25em;
  }
  .ahrq .desktop\:margin-y-neg-3 {
    margin-top: -1.5em;
    margin-bottom: -1.5em;
  }
  .ahrq .desktop\:margin-top-neg-3 {
    margin-top: -1.5em;
  }
  .ahrq .desktop\:margin-bottom-neg-3 {
    margin-bottom: -1.5em;
  }
  .ahrq .desktop\:margin-y-4 {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .ahrq .desktop\:margin-top-4 {
    margin-top: 2em;
  }
  .ahrq .desktop\:margin-bottom-4 {
    margin-bottom: 2em;
  }
  .ahrq .desktop\:margin-y-5 {
    margin-top: 2.5em;
    margin-bottom: 2.5em;
  }
  .ahrq .desktop\:margin-top-5 {
    margin-top: 2.5em;
  }
  .ahrq .desktop\:margin-bottom-5 {
    margin-bottom: 2.5em;
  }
  .ahrq .desktop\:margin-y-6 {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  .ahrq .desktop\:margin-top-6 {
    margin-top: 3em;
  }
  .ahrq .desktop\:margin-bottom-6 {
    margin-bottom: 3em;
  }
  .ahrq .desktop\:margin-y-7 {
    margin-top: 3.5em;
    margin-bottom: 3.5em;
  }
  .ahrq .desktop\:margin-top-7 {
    margin-top: 3.5em;
  }
  .ahrq .desktop\:margin-bottom-7 {
    margin-bottom: 3.5em;
  }
  .ahrq .desktop\:margin-y-8 {
    margin-top: 4em;
    margin-bottom: 4em;
  }
  .ahrq .desktop\:margin-top-8 {
    margin-top: 4em;
  }
  .ahrq .desktop\:margin-bottom-8 {
    margin-bottom: 4em;
  }
  .ahrq .desktop\:margin-y-9 {
    margin-top: 4.5em;
    margin-bottom: 4.5em;
  }
  .ahrq .desktop\:margin-top-9 {
    margin-top: 4.5em;
  }
  .ahrq .desktop\:margin-bottom-9 {
    margin-bottom: 4.5em;
  }
  .ahrq .desktop\:margin-y-10 {
    margin-top: 5em;
    margin-bottom: 5em;
  }
  .ahrq .desktop\:margin-top-10 {
    margin-top: 5em;
  }
  .ahrq .desktop\:margin-bottom-10 {
    margin-bottom: 5em;
  }
  .ahrq .desktop\:margin-y-15 {
    margin-top: 7.5em;
    margin-bottom: 7.5em;
  }
  .ahrq .desktop\:margin-top-15 {
    margin-top: 7.5em;
  }
  .ahrq .desktop\:margin-bottom-15 {
    margin-bottom: 7.5em;
  }
  .ahrq .desktop\:margin-y-05em {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  .ahrq .desktop\:margin-top-05em {
    margin-top: 0.5em;
  }
  .ahrq .desktop\:margin-bottom-05em {
    margin-bottom: 0.5em;
  }
  .ahrq .desktop\:margin-y-1em {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .ahrq .desktop\:margin-top-1em {
    margin-top: 1em;
  }
  .ahrq .desktop\:margin-bottom-1em {
    margin-bottom: 1em;
  }
  .ahrq .desktop\:margin-y-105em {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }
  .ahrq .desktop\:margin-top-105em {
    margin-top: 1.5em;
  }
  .ahrq .desktop\:margin-bottom-105em {
    margin-bottom: 1.5em;
  }
  .ahrq .desktop\:margin-y-2em {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .ahrq .desktop\:margin-top-2em {
    margin-top: 2em;
  }
  .ahrq .desktop\:margin-bottom-2em {
    margin-bottom: 2em;
  }
  .ahrq .desktop\:margin-y-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .ahrq .desktop\:margin-top-0 {
    margin-top: 0;
  }
  .ahrq .desktop\:margin-bottom-0 {
    margin-bottom: 0;
  }
  .ahrq .desktop\:margin-x-1px {
    margin-left: 1px;
    margin-right: 1px;
  }
  .ahrq .desktop\:margin-right-1px {
    margin-right: 1px;
  }
  .ahrq .desktop\:margin-left-1px {
    margin-left: 1px;
  }
  .ahrq .desktop\:margin-x-2px {
    margin-left: 2px;
    margin-right: 2px;
  }
  .ahrq .desktop\:margin-right-2px {
    margin-right: 2px;
  }
  .ahrq .desktop\:margin-left-2px {
    margin-left: 2px;
  }
  .ahrq .desktop\:margin-x-05 {
    margin-left: 0.25em;
    margin-right: 0.25em;
  }
  .ahrq .desktop\:margin-right-05 {
    margin-right: 0.25em;
  }
  .ahrq .desktop\:margin-left-05 {
    margin-left: 0.25em;
  }
  .ahrq .desktop\:margin-x-1 {
    margin-left: 0.5em;
    margin-right: 0.5em;
  }
  .ahrq .desktop\:margin-right-1 {
    margin-right: 0.5em;
  }
  .ahrq .desktop\:margin-left-1 {
    margin-left: 0.5em;
  }
  .ahrq .desktop\:margin-x-105 {
    margin-left: 0.75em;
    margin-right: 0.75em;
  }
  .ahrq .desktop\:margin-right-105 {
    margin-right: 0.75em;
  }
  .ahrq .desktop\:margin-left-105 {
    margin-left: 0.75em;
  }
  .ahrq .desktop\:margin-x-2 {
    margin-left: 1em;
    margin-right: 1em;
  }
  .ahrq .desktop\:margin-right-2 {
    margin-right: 1em;
  }
  .ahrq .desktop\:margin-left-2 {
    margin-left: 1em;
  }
  .ahrq .desktop\:margin-x-205 {
    margin-left: 1.25em;
    margin-right: 1.25em;
  }
  .ahrq .desktop\:margin-right-205 {
    margin-right: 1.25em;
  }
  .ahrq .desktop\:margin-left-205 {
    margin-left: 1.25em;
  }
  .ahrq .desktop\:margin-x-3 {
    margin-left: 1.5em;
    margin-right: 1.5em;
  }
  .ahrq .desktop\:margin-right-3 {
    margin-right: 1.5em;
  }
  .ahrq .desktop\:margin-left-3 {
    margin-left: 1.5em;
  }
  .ahrq .desktop\:margin-x-neg-1px {
    margin-left: -1px;
    margin-right: -1px;
  }
  .ahrq .desktop\:margin-right-neg-1px {
    margin-right: -1px;
  }
  .ahrq .desktop\:margin-left-neg-1px {
    margin-left: -1px;
  }
  .ahrq .desktop\:margin-x-neg-2px {
    margin-left: -2px;
    margin-right: -2px;
  }
  .ahrq .desktop\:margin-right-neg-2px {
    margin-right: -2px;
  }
  .ahrq .desktop\:margin-left-neg-2px {
    margin-left: -2px;
  }
  .ahrq .desktop\:margin-x-neg-05 {
    margin-left: -0.25em;
    margin-right: -0.25em;
  }
  .ahrq .desktop\:margin-right-neg-05 {
    margin-right: -0.25em;
  }
  .ahrq .desktop\:margin-left-neg-05 {
    margin-left: -0.25em;
  }
  .ahrq .desktop\:margin-x-neg-1 {
    margin-left: -0.5em;
    margin-right: -0.5em;
  }
  .ahrq .desktop\:margin-right-neg-1 {
    margin-right: -0.5em;
  }
  .ahrq .desktop\:margin-left-neg-1 {
    margin-left: -0.5em;
  }
  .ahrq .desktop\:margin-x-neg-105 {
    margin-left: -0.75em;
    margin-right: -0.75em;
  }
  .ahrq .desktop\:margin-right-neg-105 {
    margin-right: -0.75em;
  }
  .ahrq .desktop\:margin-left-neg-105 {
    margin-left: -0.75em;
  }
  .ahrq .desktop\:margin-x-neg-2 {
    margin-left: -1em;
    margin-right: -1em;
  }
  .ahrq .desktop\:margin-right-neg-2 {
    margin-right: -1em;
  }
  .ahrq .desktop\:margin-left-neg-2 {
    margin-left: -1em;
  }
  .ahrq .desktop\:margin-x-neg-205 {
    margin-left: -1.25em;
    margin-right: -1.25em;
  }
  .ahrq .desktop\:margin-right-neg-205 {
    margin-right: -1.25em;
  }
  .ahrq .desktop\:margin-left-neg-205 {
    margin-left: -1.25em;
  }
  .ahrq .desktop\:margin-x-neg-3 {
    margin-left: -1.5em;
    margin-right: -1.5em;
  }
  .ahrq .desktop\:margin-right-neg-3 {
    margin-right: -1.5em;
  }
  .ahrq .desktop\:margin-left-neg-3 {
    margin-left: -1.5em;
  }
  .ahrq .desktop\:margin-x-4 {
    margin-left: 2em;
    margin-right: 2em;
  }
  .ahrq .desktop\:margin-right-4 {
    margin-right: 2em;
  }
  .ahrq .desktop\:margin-left-4 {
    margin-left: 2em;
  }
  .ahrq .desktop\:margin-x-5 {
    margin-left: 2.5em;
    margin-right: 2.5em;
  }
  .ahrq .desktop\:margin-right-5 {
    margin-right: 2.5em;
  }
  .ahrq .desktop\:margin-left-5 {
    margin-left: 2.5em;
  }
  .ahrq .desktop\:margin-x-6 {
    margin-left: 3em;
    margin-right: 3em;
  }
  .ahrq .desktop\:margin-right-6 {
    margin-right: 3em;
  }
  .ahrq .desktop\:margin-left-6 {
    margin-left: 3em;
  }
  .ahrq .desktop\:margin-x-7 {
    margin-left: 3.5em;
    margin-right: 3.5em;
  }
  .ahrq .desktop\:margin-right-7 {
    margin-right: 3.5em;
  }
  .ahrq .desktop\:margin-left-7 {
    margin-left: 3.5em;
  }
  .ahrq .desktop\:margin-x-8 {
    margin-left: 4em;
    margin-right: 4em;
  }
  .ahrq .desktop\:margin-right-8 {
    margin-right: 4em;
  }
  .ahrq .desktop\:margin-left-8 {
    margin-left: 4em;
  }
  .ahrq .desktop\:margin-x-9 {
    margin-left: 4.5em;
    margin-right: 4.5em;
  }
  .ahrq .desktop\:margin-right-9 {
    margin-right: 4.5em;
  }
  .ahrq .desktop\:margin-left-9 {
    margin-left: 4.5em;
  }
  .ahrq .desktop\:margin-x-10 {
    margin-left: 5em;
    margin-right: 5em;
  }
  .ahrq .desktop\:margin-right-10 {
    margin-right: 5em;
  }
  .ahrq .desktop\:margin-left-10 {
    margin-left: 5em;
  }
  .ahrq .desktop\:margin-x-15 {
    margin-left: 7.5em;
    margin-right: 7.5em;
  }
  .ahrq .desktop\:margin-right-15 {
    margin-right: 7.5em;
  }
  .ahrq .desktop\:margin-left-15 {
    margin-left: 7.5em;
  }
  .ahrq .desktop\:margin-x-05em {
    margin-left: 0.5em;
    margin-right: 0.5em;
  }
  .ahrq .desktop\:margin-right-05em {
    margin-right: 0.5em;
  }
  .ahrq .desktop\:margin-left-05em {
    margin-left: 0.5em;
  }
  .ahrq .desktop\:margin-x-1em {
    margin-left: 1em;
    margin-right: 1em;
  }
  .ahrq .desktop\:margin-right-1em {
    margin-right: 1em;
  }
  .ahrq .desktop\:margin-left-1em {
    margin-left: 1em;
  }
  .ahrq .desktop\:margin-x-105em {
    margin-left: 1.5em;
    margin-right: 1.5em;
  }
  .ahrq .desktop\:margin-right-105em {
    margin-right: 1.5em;
  }
  .ahrq .desktop\:margin-left-105em {
    margin-left: 1.5em;
  }
  .ahrq .desktop\:margin-x-2em {
    margin-left: 2em;
    margin-right: 2em;
  }
  .ahrq .desktop\:margin-right-2em {
    margin-right: 2em;
  }
  .ahrq .desktop\:margin-left-2em {
    margin-left: 2em;
  }
  .ahrq .desktop\:margin-x-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .ahrq .desktop\:margin-right-0 {
    margin-right: 0;
  }
  .ahrq .desktop\:margin-left-0 {
    margin-left: 0;
  }
  .ahrq .desktop\:margin-x-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .ahrq .desktop\:margin-right-auto {
    margin-right: auto;
  }
  .ahrq .desktop\:margin-left-auto {
    margin-left: auto;
  }
  .ahrq .desktop\:measure-1 {
    max-width: 44ex;
  }
  .ahrq .desktop\:measure-2 {
    max-width: 60ex;
  }
  .ahrq .desktop\:measure-3 {
    max-width: 64ex;
  }
  .ahrq .desktop\:measure-4 {
    max-width: 68ex;
  }
  .ahrq .desktop\:measure-5 {
    max-width: 72ex;
  }
  .ahrq .desktop\:measure-6 {
    max-width: 88ex;
  }
  .ahrq .desktop\:measure-none {
    max-width: none;
  }
  .ahrq .desktop\:order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .ahrq .desktop\:order-last {
    -webkit-box-ordinal-group: 1000;
    -ms-flex-order: 999;
    order: 999;
  }
  .ahrq .desktop\:order-initial {
    -webkit-box-ordinal-group: initial;
    -ms-flex-order: initial;
    order: 0;
  }
  .ahrq .desktop\:order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .ahrq .desktop\:order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .ahrq .desktop\:order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .ahrq .desktop\:order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .ahrq .desktop\:order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .ahrq .desktop\:order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .ahrq .desktop\:order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .ahrq .desktop\:order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .ahrq .desktop\:order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .ahrq .desktop\:order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .ahrq .desktop\:order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .ahrq .desktop\:order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .ahrq .desktop\:padding-1px {
    padding: 1px;
  }
  .ahrq .desktop\:padding-y-1px {
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .ahrq .desktop\:padding-x-1px {
    padding-left: 1px;
    padding-right: 1px;
  }
  .ahrq .desktop\:padding-top-1px {
    padding-top: 1px;
  }
  .ahrq .desktop\:padding-right-1px {
    padding-right: 1px;
  }
  .ahrq .desktop\:padding-bottom-1px {
    padding-bottom: 1px;
  }
  .ahrq .desktop\:padding-left-1px {
    padding-left: 1px;
  }
  .ahrq .desktop\:padding-2px {
    padding: 2px;
  }
  .ahrq .desktop\:padding-y-2px {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .ahrq .desktop\:padding-x-2px {
    padding-left: 2px;
    padding-right: 2px;
  }
  .ahrq .desktop\:padding-top-2px {
    padding-top: 2px;
  }
  .ahrq .desktop\:padding-right-2px {
    padding-right: 2px;
  }
  .ahrq .desktop\:padding-bottom-2px {
    padding-bottom: 2px;
  }
  .ahrq .desktop\:padding-left-2px {
    padding-left: 2px;
  }
  .ahrq .desktop\:padding-05 {
    padding: 0.25em;
  }
  .ahrq .desktop\:padding-y-05 {
    padding-top: 0.25em;
    padding-bottom: 0.25em;
  }
  .ahrq .desktop\:padding-x-05 {
    padding-left: 0.25em;
    padding-right: 0.25em;
  }
  .ahrq .desktop\:padding-top-05 {
    padding-top: 0.25em;
  }
  .ahrq .desktop\:padding-right-05 {
    padding-right: 0.25em;
  }
  .ahrq .desktop\:padding-bottom-05 {
    padding-bottom: 0.25em;
  }
  .ahrq .desktop\:padding-left-05 {
    padding-left: 0.25em;
  }
  .ahrq .desktop\:padding-1 {
    padding: 0.5em;
  }
  .ahrq .desktop\:padding-y-1 {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
  .ahrq .desktop\:padding-x-1 {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
  .ahrq .desktop\:padding-top-1 {
    padding-top: 0.5em;
  }
  .ahrq .desktop\:padding-right-1 {
    padding-right: 0.5em;
  }
  .ahrq .desktop\:padding-bottom-1 {
    padding-bottom: 0.5em;
  }
  .ahrq .desktop\:padding-left-1 {
    padding-left: 0.5em;
  }
  .ahrq .desktop\:padding-105 {
    padding: 0.75em;
  }
  .ahrq .desktop\:padding-y-105 {
    padding-top: 0.75em;
    padding-bottom: 0.75em;
  }
  .ahrq .desktop\:padding-x-105 {
    padding-left: 0.75em;
    padding-right: 0.75em;
  }
  .ahrq .desktop\:padding-top-105 {
    padding-top: 0.75em;
  }
  .ahrq .desktop\:padding-right-105 {
    padding-right: 0.75em;
  }
  .ahrq .desktop\:padding-bottom-105 {
    padding-bottom: 0.75em;
  }
  .ahrq .desktop\:padding-left-105 {
    padding-left: 0.75em;
  }
  .ahrq .desktop\:padding-2 {
    padding: 1em;
  }
  .ahrq .desktop\:padding-y-2 {
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .ahrq .desktop\:padding-x-2 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .ahrq .desktop\:padding-top-2 {
    padding-top: 1em;
  }
  .ahrq .desktop\:padding-right-2 {
    padding-right: 1em;
  }
  .ahrq .desktop\:padding-bottom-2 {
    padding-bottom: 1em;
  }
  .ahrq .desktop\:padding-left-2 {
    padding-left: 1em;
  }
  .ahrq .desktop\:padding-205 {
    padding: 1.25em;
  }
  .ahrq .desktop\:padding-y-205 {
    padding-top: 1.25em;
    padding-bottom: 1.25em;
  }
  .ahrq .desktop\:padding-x-205 {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }
  .ahrq .desktop\:padding-top-205 {
    padding-top: 1.25em;
  }
  .ahrq .desktop\:padding-right-205 {
    padding-right: 1.25em;
  }
  .ahrq .desktop\:padding-bottom-205 {
    padding-bottom: 1.25em;
  }
  .ahrq .desktop\:padding-left-205 {
    padding-left: 1.25em;
  }
  .ahrq .desktop\:padding-3 {
    padding: 1.5em;
  }
  .ahrq .desktop\:padding-y-3 {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
  .ahrq .desktop\:padding-x-3 {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
  .ahrq .desktop\:padding-top-3 {
    padding-top: 1.5em;
  }
  .ahrq .desktop\:padding-right-3 {
    padding-right: 1.5em;
  }
  .ahrq .desktop\:padding-bottom-3 {
    padding-bottom: 1.5em;
  }
  .ahrq .desktop\:padding-left-3 {
    padding-left: 1.5em;
  }
  .ahrq .desktop\:padding-4 {
    padding: 2em;
  }
  .ahrq .desktop\:padding-y-4 {
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .ahrq .desktop\:padding-x-4 {
    padding-left: 2em;
    padding-right: 2em;
  }
  .ahrq .desktop\:padding-top-4 {
    padding-top: 2em;
  }
  .ahrq .desktop\:padding-right-4 {
    padding-right: 2em;
  }
  .ahrq .desktop\:padding-bottom-4 {
    padding-bottom: 2em;
  }
  .ahrq .desktop\:padding-left-4 {
    padding-left: 2em;
  }
  .ahrq .desktop\:padding-5 {
    padding: 2.5em;
  }
  .ahrq .desktop\:padding-y-5 {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
  .ahrq .desktop\:padding-x-5 {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }
  .ahrq .desktop\:padding-top-5 {
    padding-top: 2.5em;
  }
  .ahrq .desktop\:padding-right-5 {
    padding-right: 2.5em;
  }
  .ahrq .desktop\:padding-bottom-5 {
    padding-bottom: 2.5em;
  }
  .ahrq .desktop\:padding-left-5 {
    padding-left: 2.5em;
  }
  .ahrq .desktop\:padding-6 {
    padding: 3em;
  }
  .ahrq .desktop\:padding-y-6 {
    padding-top: 3em;
    padding-bottom: 3em;
  }
  .ahrq .desktop\:padding-x-6 {
    padding-left: 3em;
    padding-right: 3em;
  }
  .ahrq .desktop\:padding-top-6 {
    padding-top: 3em;
  }
  .ahrq .desktop\:padding-right-6 {
    padding-right: 3em;
  }
  .ahrq .desktop\:padding-bottom-6 {
    padding-bottom: 3em;
  }
  .ahrq .desktop\:padding-left-6 {
    padding-left: 3em;
  }
  .ahrq .desktop\:padding-7 {
    padding: 3.5em;
  }
  .ahrq .desktop\:padding-y-7 {
    padding-top: 3.5em;
    padding-bottom: 3.5em;
  }
  .ahrq .desktop\:padding-x-7 {
    padding-left: 3.5em;
    padding-right: 3.5em;
  }
  .ahrq .desktop\:padding-top-7 {
    padding-top: 3.5em;
  }
  .ahrq .desktop\:padding-right-7 {
    padding-right: 3.5em;
  }
  .ahrq .desktop\:padding-bottom-7 {
    padding-bottom: 3.5em;
  }
  .ahrq .desktop\:padding-left-7 {
    padding-left: 3.5em;
  }
  .ahrq .desktop\:padding-8 {
    padding: 4em;
  }
  .ahrq .desktop\:padding-y-8 {
    padding-top: 4em;
    padding-bottom: 4em;
  }
  .ahrq .desktop\:padding-x-8 {
    padding-left: 4em;
    padding-right: 4em;
  }
  .ahrq .desktop\:padding-top-8 {
    padding-top: 4em;
  }
  .ahrq .desktop\:padding-right-8 {
    padding-right: 4em;
  }
  .ahrq .desktop\:padding-bottom-8 {
    padding-bottom: 4em;
  }
  .ahrq .desktop\:padding-left-8 {
    padding-left: 4em;
  }
  .ahrq .desktop\:padding-9 {
    padding: 4.5em;
  }
  .ahrq .desktop\:padding-y-9 {
    padding-top: 4.5em;
    padding-bottom: 4.5em;
  }
  .ahrq .desktop\:padding-x-9 {
    padding-left: 4.5em;
    padding-right: 4.5em;
  }
  .ahrq .desktop\:padding-top-9 {
    padding-top: 4.5em;
  }
  .ahrq .desktop\:padding-right-9 {
    padding-right: 4.5em;
  }
  .ahrq .desktop\:padding-bottom-9 {
    padding-bottom: 4.5em;
  }
  .ahrq .desktop\:padding-left-9 {
    padding-left: 4.5em;
  }
  .ahrq .desktop\:padding-10 {
    padding: 5em;
  }
  .ahrq .desktop\:padding-y-10 {
    padding-top: 5em;
    padding-bottom: 5em;
  }
  .ahrq .desktop\:padding-x-10 {
    padding-left: 5em;
    padding-right: 5em;
  }
  .ahrq .desktop\:padding-top-10 {
    padding-top: 5em;
  }
  .ahrq .desktop\:padding-right-10 {
    padding-right: 5em;
  }
  .ahrq .desktop\:padding-bottom-10 {
    padding-bottom: 5em;
  }
  .ahrq .desktop\:padding-left-10 {
    padding-left: 5em;
  }
  .ahrq .desktop\:padding-15 {
    padding: 7.5em;
  }
  .ahrq .desktop\:padding-y-15 {
    padding-top: 7.5em;
    padding-bottom: 7.5em;
  }
  .ahrq .desktop\:padding-x-15 {
    padding-left: 7.5em;
    padding-right: 7.5em;
  }
  .ahrq .desktop\:padding-top-15 {
    padding-top: 7.5em;
  }
  .ahrq .desktop\:padding-right-15 {
    padding-right: 7.5em;
  }
  .ahrq .desktop\:padding-bottom-15 {
    padding-bottom: 7.5em;
  }
  .ahrq .desktop\:padding-left-15 {
    padding-left: 7.5em;
  }
  .ahrq .desktop\:padding-0 {
    padding: 0;
  }
  .ahrq .desktop\:padding-y-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .ahrq .desktop\:padding-x-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .ahrq .desktop\:padding-top-0 {
    padding-top: 0;
  }
  .ahrq .desktop\:padding-right-0 {
    padding-right: 0;
  }
  .ahrq .desktop\:padding-bottom-0 {
    padding-bottom: 0;
  }
  .ahrq .desktop\:padding-left-0 {
    padding-left: 0;
  }
}
@media (min-width: 30em) and (min-width: 64em) {
  .ahrq .mobile-lg\:grid-container, .ahrq .mobile-lg\:grid-container-card, .ahrq .mobile-lg\:grid-container-card-lg, .ahrq .mobile-lg\:grid-container-desktop, .ahrq .mobile-lg\:grid-container-desktop-lg, .ahrq .mobile-lg\:grid-container-mobile, .ahrq .mobile-lg\:grid-container-mobile-lg, .ahrq .mobile-lg\:grid-container-tablet, .ahrq .mobile-lg\:grid-container-tablet-lg, .ahrq .mobile-lg\:grid-container-widescreen, .ahrq .usa-footer__nav {
    padding-left: 2em;
    padding-right: 2em;
  }
}
@media (min-width: 64em) and (min-width: 64em) {
  .ahrq .desktop\:grid-container, .ahrq .desktop\:grid-container-card, .ahrq .desktop\:grid-container-card-lg, .ahrq .desktop\:grid-container-desktop, .ahrq .desktop\:grid-container-desktop-lg, .ahrq .desktop\:grid-container-mobile, .ahrq .desktop\:grid-container-mobile-lg, .ahrq .desktop\:grid-container-tablet, .ahrq .desktop\:grid-container-tablet-lg, .ahrq .desktop\:grid-container-widescreen, .ahrq .usa-header--extended .usa-nav__inner, .ahrq .usa-header--extended .usa-navbar, .ahrq .usa-nav-container {
    padding-left: 2em;
    padding-right: 2em;
  }
}
@media (min-width: 40em) and (min-width: 64em) {
  .ahrq .tablet\:grid-container, .ahrq .tablet\:grid-container-card, .ahrq .tablet\:grid-container-card-lg, .ahrq .tablet\:grid-container-desktop, .ahrq .tablet\:grid-container-desktop-lg, .ahrq .tablet\:grid-container-mobile, .ahrq .tablet\:grid-container-mobile-lg, .ahrq .tablet\:grid-container-tablet, .ahrq .tablet\:grid-container-tablet-lg, .ahrq .tablet\:grid-container-widescreen {
    padding-left: 2em;
    padding-right: 2em;
  }
}
@media print {
  .ahrq .usa-radio__input:checked + .usa-radio__label:before {
    -webkit-box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 1em #005ea2, 0 0 0 2px #005ea2;
    box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 1em #005ea2, 0 0 0 2px #005ea2;
  }
  .ahrq .usa-checkbox__input:checked + .usa-checkbox__label:before, .ahrq .usa-checkbox__input:checked:disabled + .usa-checkbox__label:before {
    background-image: none;
    background-color: #fff;
    content: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/public/uswds/img/correct8-alt.svg);
    text-indent: 0;
  }
}
@media (max-width: 39.99em) {
  .ahrq .usa-banner__button {
    width: 100%;
  }
  .ahrq .usa-banner__button[aria-expanded=true]:after {
    background-image: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/public/uswds/img/close-blue-60v-alt.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/public/uswds/img/close-blue-60v-alt.svg), linear-gradient(transparent, transparent);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 1em;
    content: "";
    display: inline-block;
    height: 3em;
    width: 3em;
    margin-left: 0;
    top: 0;
    position: absolute;
    right: 0;
    background-color: #dcdee0;
    bottom: 0;
    height: auto;
  }
}
@media (max-width: 63.99em) {
  .ahrq .usa-logo {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    font-size: 0.93162em;
    line-height: 0.93923;
    margin-left: 1em;
  }
  .ahrq .usa-navbar {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #dcdee0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ahrq .usa-nav {
    right: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    position: fixed;
    background: #fff;
    border-right: 0;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-y: auto;
    padding: 1em;
    width: 15em;
    z-index: 500;
  }
  .ahrq .usa-nav.is-visible {
    -webkit-animation: slidein-left 0.3s ease-in-out;
    animation: slidein-left 0.3s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ahrq .usa-nav__primary {
    margin-bottom: 0;
    list-style-type: none;
    padding-left: 0;
    margin-top: 1.5em;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .ahrq .usa-nav__primary > li {
    margin-bottom: 0;
    max-width: unset;
  }
  .ahrq .usa-nav__primary-item {
    border-top: 1px solid #dcdee0;
  }
  .ahrq .usa-nav__primary a {
    color: #565c65;
    display: block;
    padding: 0.5em 1em;
    text-decoration: none;
  }
  .ahrq .usa-nav__primary a:hover {
    background-color: #f0f0f0;
    color: #005ea2;
    text-decoration: none;
  }
  .ahrq .usa-nav__primary a:focus {
    outline-offset: 0;
  }
  .ahrq .usa-nav__primary .usa-current {
    position: relative;
    color: #005ea2;
    font-weight: 700;
  }
  .ahrq .usa-nav__primary .usa-current:after {
    background-color: #005ea2;
    border-radius: 99em;
    content: "";
    display: block;
    position: absolute;
    bottom: 0.25em;
    top: 0.25em;
    width: 0.25em;
    left: 0.25em;
  }
  .ahrq .usa-nav__primary a {
    padding-bottom: 0.75em;
    padding-top: 0.75em;
  }
  .ahrq .usa-nav__submenu {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
  }
  .ahrq .usa-nav__submenu > li {
    margin-bottom: 0;
    max-width: unset;
  }
  .ahrq .usa-nav__submenu-item {
    border-top: 1px solid #dcdee0;
    font-size: 0.93162em;
  }
  .ahrq .usa-nav__submenu .usa-current:after {
    display: none;
  }
  .ahrq .usa-nav__submenu a {
    padding-left: 2em;
  }
  .ahrq .usa-nav__submenu .usa-nav__submenu a {
    padding-left: 3em;
  }
  .ahrq .usa-nav__submenu .usa-nav__submenu .usa-nav__submenu a {
    content: "foobar";
    padding-left: 4em;
  }
}
.ahrq .sbf-main {
  font-family: "Public Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 2.5em;
  color: #212121;
  display: none;
}
.ahrq .sbf-main a {
  color: #212121;
  text-decoration: none;
}
.ahrq .col-sm-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
.ahrq .sbf-btn {
  width: 100vw;
  text-align: left;
  background: #e0ebf2;
  border-radius: 0;
  z-index: 1;
  position: relative;
  margin-left: -2vw;
}
.ahrq button.sbf-btn[aria-expanded=false] {
  margin-bottom: 20px;
}
.ahrq button.sbf-btn[aria-expanded=false]:after {
  content: "";
  display: inline-block;
  background-image: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/source/images/theme_core/plus-solid_5B616B.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
  float: right;
  margin-top: 5px;
}
.ahrq button.sbf-btn[aria-expanded=true] {
  margin-bottom: 0;
}
.ahrq button.sbf-btn[aria-expanded=true]:after {
  display: inline-block;
  content: "";
  background-image: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/source/images/theme_core/minus-solid_5B616B.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
  float: right;
  margin-top: 5px;
}
.ahrq .sbf-col.show {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .ahrq .sbf-col {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media (max-width: 1023px) and (min-width: 975px) {
  .ahrq .sbf-col {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media (min-width: 975px) {
  .ahrq .contextual-region.block.block-menu-block-forked.block-menu-block-forkedmain {
    width: 100%;
    margin-left: -5%;
  }
}
@media (max-width: 974px) {
  .ahrq .contextual-region.block.block-menu-block-forked.block-menu-block-forkedmain {
    width: 100%;
  }
}
.ahrq .navbar-nav * {
  background: #fafcfd;
  margin-top: 0;
  margin-bottom: 0;
}
.ahrq .block-sidebar-first div.left-border {
  visibility: hidden;
}
.ahrq .block-sidebar-first li[class*=-level-one] {
  font-size: 17px;
  line-height: 1.294em;
}
.ahrq .block-sidebar-first {
  margin: 0;
  padding: 0;
  padding-left: 0;
}
.ahrq .block-sidebar-first ul {
  display: block;
  max-width: none;
}
.ahrq .block-sidebar-first li[class*=sbf-level] > a {
  display: block;
}
.ahrq .block-sidebar-first li[class*=sbf-level] > a {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 18px;
}
.ahrq .block-sidebar-first li[class*=sbf-level-one] > a {
  padding-left: 18px;
}
.ahrq .block-sidebar-first li[class*=sbf-level-one] > a.active {
  padding-left: 13px;
}
.ahrq .block-sidebar-first li[class*=sbf-level-two] > a {
  padding-left: 27px;
}
.ahrq .block-sidebar-first li[class*=sbf-level-two] > a.active {
  padding-left: 22px;
}
.ahrq .block-sidebar-first li[class*=sbf-level-three] > a {
  padding-left: 37px;
}
.ahrq .block-sidebar-first li[class*=sbf-level-three] > a.active {
  padding-left: 32px;
}
.ahrq .block-sidebar-first li[class*=sbf-level-four] > a {
  padding-left: 47px;
}
.ahrq .block-sidebar-first li[class*=sbf-level-four] > a.active {
  padding-left: 42px;
}
.ahrq .block-sidebar-first li[class*=sbf-level-five] > a {
  padding-left: 57px;
}
.ahrq .block-sidebar-first li[class*=sbf-level-five] > a.active {
  padding-left: 52px;
}
.ahrq .block-sidebar-first li {
  font-family: "Public Sans", sans-serif;
  color: #212121;
  font-weight: 400;
}
.ahrq .block-sidebar-first li a {
  color: #323a45;
  text-decoration: none;
}
.ahrq .block-sidebar-first li .section-hdr {
  font-size: 20px;
  line-height: 1.4em;
  padding: 5px 8px;
}
.ahrq .block-sidebar-first li .sbf-level-two, .ahrq .block-sidebar-first li .sbf-level-three, .ahrq .block-sidebar-first li .sbf-level-four, .ahrq .block-sidebar-first li .sbf-level-five {
  font-size: 15px;
  line-height: 1.467em;
}
.ahrq .block-sidebar-first li .nav-item {
  padding: 15px 18px;
}
.ahrq .block-sidebar-first a.active {
  border-left: 5px solid #005B94;
  left: 0;
  top: 0;
}
.ahrq .block-sidebar-first li.nav-item {
  border-bottom: 1px solid #005B94;
}
.ahrq .block-sidebar-first a[class*=active] {
  color: #005B94;
  font-weight: 600;
  line-height: 1.2em;
}
.ahrq .block-sidebar-first li[class*=sbf-level-one]:hover > a {
  background: #005B94;
  color: #fff;
}
.ahrq .block-sidebar-first li[class*=sbf-level-two]:hover > a, .ahrq .block-sidebar-first li[class*=sbf-level-three]:hover > a, .ahrq .block-sidebar-first li[class*=sbf-level-four]:hover > a, .ahrq .block-sidebar-first li[class*=sbf-level-five]:hover > a {
  background: #e0ebf2;
  color: #212121;
}
.ahrq .block-sidebar-first ul a.nav-link {
  text-decoration: none;
}
.ahrq .block-sidebar-first .dropdown-menu {
  border: none;
  border-radius: 0.05em;
  position: static;
  width: 100%;
}
.ahrq .block-sidebar-first .dropdown-item {
  white-space: normal;
  padding: 0;
  width: 100%;
}
@media (min-width: 975px) {
  .ahrq .collapse.dont-collapse-sm {
    display: block;
    height: auto !important;
    visibility: visible;
  }
  .ahrq .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .ahrq .sbf-btn {
    display: none;
  }
  .ahrq .sbf-main {
    display: block;
    border-bottom: 1px solid #005B94;
  }
  .ahrq .navbar-nav * {
    background: none;
  }
  .ahrq .block-sidebar-first .dropdown-item.active, .ahrq .dropdown-item:active {
    color: #005B94;
    text-decoration: none;
    background-color: #fff;
  }
}
.ahrq .page-sidebar-second {
  background-color: #FFD971;
  border-color: #FFC425;
  padding: 20px 15px 20px 15px;
}
.ahrq .page-sidebar-second a {
  color: #205493;
}
.ahrq .page-sidebar-second-b, .ahrq .block-topics-2nd-callout .inner .item {
  background-color: #e0ebf2;
  border-color: #d6d7d9;
  padding: 20px 15px 20px 15px;
  margin-top: 20px;
}
@media (max-width: 1023px) {
  .ahrq .page-sidebar-second-b, .ahrq .block-topics-2nd-callout .inner .item {
    margin-bottom: 20px;
    width: 100vw;
    margin-left: -2vw;
  }
}
.ahrq .page-sidebar-second-b a, .ahrq .block-topics-2nd-callout .inner .item a {
  color: #205493;
}
.ahrq .page-sidebar-second-b a:hover, .ahrq .block-topics-2nd-callout .inner .item a:hover {
  color: #112e51;
}
.ahrq .page-sidebar-second-b a:visited, .ahrq .block-topics-2nd-callout .inner .item a:visited {
  color: #691f74;
}
@media (max-width: 1023px) {
  .ahrq .page-sidebar-second-b {
    margin-left: 0;
  }
}
.ahrq .page-sidebar-second h2, .ahrq .page-sidebar-second h3, .ahrq .page-sidebar-second-b h2, .ahrq .page-sidebar-second-b h3, .ahrq .page-sidebar-second .field--name-field-main-callout h2, .ahrq .page-sidebar-second .field--name-field-secondary-callout h2, .ahrq .page-sidebar-second-b .field__item h2, .ahrq .page-sidebar-second .field--name-field-main-callout h3, .ahrq .page-sidebar-second .field--name-field-secondary-callout h3, .ahrq .page-sidebar-second-b .field__item h3, .ahrq .block-topics-2nd-callout .inner .item h3, .ahrq .block-topics-2nd-callout .inner .item h2 {
  font-family: "Public Sans", sans-serif;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.8em;
  color: #212121;
  text-transform: uppercase;
  padding-bottom: 15px;
}
.ahrq .field--name-field-main-callout p, .ahrq .field--name-field-secondary-callout p, .ahrq .page-sidebar-second-b .field__item p, .ahrq .block-topics-2nd-callout .inner .item p .field--name-field-main-callout li,
.ahrq .field--name-field-main-callout li a, .ahrq .field--name-field-secondary-callout li, .ahrq .field--name-field-secondary-callout li a, .ahrq .page-sidebar-second-b .field__item li, .ahrq .page-sidebar-second-b .field__item li a {
  font-family: "Public Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5em;
}
@media (max-width: 1023px) {
  .ahrq .mobile-col-md {
    padding-right: 0;
  }
}
@media (min-width: 1023px) {
  .ahrq .mobile-row-node-sb2 {
    padding-right: 0;
    padding-left: 5vw;
  }
}
.ahrq .field--label {
  font-weight: bold;
}
.ahrq .field--label-inline .field--label, .ahrq .field--label-inline .field--items {
  float: left;
}
.ahrq .field--label-inline .field--label, .ahrq .field--label-inline > .field--item, .ahrq .field--label-inline .field--items {
  padding-right: 0.5em;
}
.ahrq [dir=rtl] .field--label-inline .field--label, .ahrq [dir=rtl] .field--label-inline .field--items {
  padding-left: 0.5em;
  padding-right: 0;
  float: right;
}
.ahrq .field--label-inline .field--label::after {
  content: ":";
}
@media print {
  .ahrq {
    background-color: #fff;
    color: #000000;
  }
  .ahrq * {
    display: block !important;
    overflow: visible !important;
    float: none !important;
    position: static !important;
  }
  .ahrq .usa-banner-bg {
    background-color: #fff;
  }
  .ahrq .usa-banner-bg .usa-accordion, .ahrq .usa-banner-bg .usa-banner__header {
    display: none !important;
  }
  .ahrq #header #utility-nav, .ahrq #header .search {
    display: none;
  }
  .ahrq #header .header .row-bottom-margin {
    display: none;
  }
  .ahrq #header .mm-nav-bottom-border-mobile {
    border-bottom: 0;
    margin-top: 0;
  }
  .ahrq #breadcrumbs, .ahrq #topics-az {
    display: none !important;
  }
  .ahrq #main-content-wrapper .addthis_toolbox {
    display: none;
  }
  .ahrq #main-content-wrapper .main-content .subnav-2-cols {
    padding-right: 0;
  }
  .ahrq #main-content-wrapper .sbf-btn {
    display: none !important;
  }
  .ahrq #main-content-wrapper .col-md-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ahrq .sbf-col, .ahrq .collapse.dont-collapse-sm {
    display: none !important;
  }
  .ahrq footer {
    display: none !important;
  }
}
.ahrq .alert-wrapper {
  position: relative;
}
.ahrq .row {
  margin-right: 0;
  margin-left: 0;
}
.ahrq .sg-main {
  background-color: #f1f1f1;
}
.ahrq ol, .ahrq ul {
  padding-left: 1.5em;
}
.ahrq .popover ol:last-child, .ahrq .popover ul:last-child {
  margin-bottom: 0;
}
.ahrq a {
  text-decoration: underline;
  color: #005B94;
}
.ahrq a:hover {
  color: #112e51;
}
.ahrq a:visited {
  color: #691f74;
}
.ahrq .page-header {
  margin-top: 0;
}
.ahrq .container-fluid-mod {
  max-width: 85%;
}
.ahrq .node__title {
  margin-top: -5px;
}
.ahrq .node--view-mode-teaser h2 a {
  text-decoration: none;
}
.ahrq .field--name-field-description {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.7em;
  padding-bottom: 60px;
}
.ahrq .field--name-body {
  line-height: 1.5em;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 17px;
  padding-bottom: 30px;
}
.ahrq .page-link {
  border: 0;
  padding: 0.5em 0.5em;
  color: #005B94;
}
.ahrq .page-link a:hover {
  color: #112e51;
}
.ahrq .pagination {
  margin-top: 20px;
  justify-content: center;
}
@media (min-width: 992px) {
  .ahrq .pagination .page-item .hide-on-mobile, .ahrq .pagination .pager__item--next .hide-on-mobile {
    display: inline-block;
    text-decoration: underline;
  }
}
.ahrq .page-item.active .page-link {
  background-color: #005B94;
  border-color: #005B94;
}
.ahrq .btn-primary {
  background-color: #005B94;
  border-color: #005B94;
  margin-right: 10px;
}
.ahrq .footer {
  margin-top: 45px;
  padding-top: 35px;
  padding-bottom: 36px;
  border-top: 1px solid #E5E5E5;
}
.ahrq p:last-child, .ahrq .form-group:last-child, .ahrq .panel:last-child {
  margin-bottom: 0;
}
.ahrq .region-help > .glyphicon {
  float: left;
  margin: -0.05em 0.5em 0 0;
}
.ahrq .region-help .block {
  overflow: hidden;
}
.ahrq .help-block, .ahrq .control-group .help-inline {
  font-size: 12px;
  margin: 5px 0 10px;
  padding: 0;
}
.ahrq .help-block:first-child, .ahrq .control-group .help-inline:first-child {
  margin-top: 0;
}
.ahrq .contextual-region.block.block-menu-block-forked.block-menu-block-forkedmain {
  float: left;
}
.ahrq table {
  font-size: 1em;
}
.ahrq table tr th a, .ahrq table tr th a:hover, .ahrq table tr th a:focus, .ahrq table tr th a:active {
  color: #212121;
  text-decoration: none;
}
.ahrq table thead {
  border: 1px solid #000;
}
.ahrq .table thead th {
  border-bottom: 1px solid #000;
}
.ahrq .table th, .ahrq tr th {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
.ahrq .tablesort--asc {
  background-image: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/source/images/theme_core/twistie-down.png);
}
.ahrq .tablesort.tablesort--asc {
  width: 10px;
  margin: -2px 0 0 5px;
}
.ahrq .tablesort--desc {
  background-image: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/source/images/theme_core/twistie-up.png);
}
.ahrq .tablesort.tablesort--desc {
  width: 10px;
  margin: 3px 0 0 5px;
}
.ahrq blockquote {
  margin: 1.5em 30px;
}
.ahrq .body {
  background-color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 17px;
}
.ahrq .clear-row {
  clear: both;
}
.ahrq .row-side-margins {
  margin-right: 0;
  margin-left: 0;
}
.ahrq .main-content.row-side-margins {
  margin-right: 5vw;
  margin-left: 5vw;
}
.ahrq .col, .ahrq .col-md-12, .ahrq .col-12, .ahrq .col-sm-3, .ahrq .col-sm-8, .ahrq .col-md-9, .ahrq .col-md, .ahrq .mobile-col-md {
  padding-right: 0;
  padding-left: 0;
}
@media (max-width: 1024px) {
  .ahrq .node__content.clearfix, .ahrq .node__content.filter-wrapper {
    display: flex;
    flex-flow: column;
  }
}
.ahrq .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1023px) {
  .ahrq .main-content.col.row-side-margins {
    margin-right: 0;
    margin-left: 0;
    padding: 0;
    padding-left: 2vw;
    padding-right: 2vw;
  }
}
@media (max-width: 975px) {
  .ahrq .main-content .subnav-2-cols {
    margin-right: 0;
    margin-left: 0;
    max-width: 100%;
    width: 100%;
    min-width: 100%;
  }
}
@media (min-width: 975px) {
  .ahrq .main-content .subnav-2-cols {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media only screen and (min-width: 975px) {
  .ahrq section#content.content-footer-margin {
    margin-bottom: -30px;
  }
}
@media (min-width: 975px) {
  .ahrq .pg-sb2 {
    padding-right: 5vw;
  }
}
@media (max-width: 1023px) {
  .ahrq .sbf-col {
    padding-left: 5vw;
  }
}
@media (max-width: 974px) {
  .ahrq .sbf-btn {
    padding-left: calc(2% + 10px);
    padding-right: calc(2% + 10px);
  }
}

/* AHRQ.gov Global Header and Footer CSS - to be implemented on all AHRQ third-level domains */
/* Created by the Agency of Healthcare Research and Quality (AHRQ) 2020 */
/* Please direct any questions about these styles or HTML templates to AHRQWebAdmin@ahrq.hhs.gov */
/* Fonts */
.ahrq {
  /* Overrides and Resets */
  /* AHRQ Global Styles */
}
.ahrq [class*=font-mono-] {
  font-family: Roboto Mono Web, Bitstream Vera Sans Mono, Consolas, Courier, monospace;
}
.ahrq [class*=font-sans-] {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
}
.ahrq [class*=font-serif-] {
  font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
}
.ahrq [class*=font-ui-] {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
}
.ahrq [class*=font-heading-] {
  font-family: Public Sans Web, Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
}
.ahrq [class*=font-body-] {
  font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
}
.ahrq [class*=font-code-] {
  font-family: Roboto Mono Web, Bitstream Vera Sans Mono, Consolas, Courier, monospace;
}
.ahrq [class*=font-alt-] {
  font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
}
.ahrq .usa-sr-only {
  position: absolute;
  left: -999em;
}
@font-face {
  font-family: Roboto Mono Web;
  font-style: normal;
  font-weight: 300;
  font-display: fallback;
  src: url("/fonts/roboto-mono/roboto-mono-v5-latin-300italic.woff2") format("woff2"), url("/themes/custom/cds_connect/fonts/roboto-mono/roboto-mono-v5-latin-300.woff") format("woff"), url("/themes/custom/cds_connect/fonts/roboto-mono/roboto-mono-v5-latin-300.ttf") format("truetype");
}
@font-face {
  font-family: Roboto Mono Web;
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: url("/themes/custom/cds_connect/fonts/roboto-mono/roboto-mono-v5-latin-regular.woff2") format("woff2"), url("/themes/custom/cds_connect/fonts/roboto-mono/roboto-mono-v5-latin-regular.woff") format("woff"), url("/themes/custom/cds_connect/fonts/roboto-mono/roboto-mono-v5-latin-regular.ttf") format("truetype");
}
@font-face {
  font-family: Roboto Mono Web;
  font-style: normal;
  font-weight: 700;
  font-display: fallback;
  src: url("/themes/custom/cds_connect/fonts/roboto-mono/roboto-mono-v5-latin-700.woff2") format("woff2"), url("/themes/custom/cds_connect/fonts/roboto-mono/roboto-mono-v5-latin-700.woff") format("woff"), url("/themes/custom/cds_connect/fonts/roboto-mono/roboto-mono-v5-latin-700.ttf") format("truetype");
}
@font-face {
  font-family: Roboto Mono Web;
  font-style: italic;
  font-weight: 300;
  font-display: fallback;
  src: url("/themes/custom/cds_connect/fonts/roboto-mono/roboto-mono-v5-latin-300italic.woff2") format("woff2"), url("/themes/custom/cds_connect/fonts/roboto-mono/roboto-mono-v5-latin-300italic.woff") format("woff"), url("/themes/custom/cds_connect/fonts/roboto-mono/roboto-mono-v5-latin-300italic.ttf") format("truetype");
}
@font-face {
  font-family: Roboto Mono Web;
  font-style: italic;
  font-weight: 400;
  font-display: fallback;
  src: url("/themes/custom/cds_connect/fonts/roboto-mono/roboto-mono-v5-latin-italic.woff2") format("woff2"), url("/themes/custom/cds_connect/fonts/roboto-mono/roboto-mono-v5-latin-italic.woff") format("woff"), url("/themes/custom/cds_connect/fonts/roboto-mono/roboto-mono-v5-latin-italic.ttf") format("truetype");
}
@font-face {
  font-family: Roboto Mono Web;
  font-style: italic;
  font-weight: 700;
  font-display: fallback;
  src: url("/themes/custom/cds_connect/fonts/roboto-mono/roboto-mono-v5-latin-700italic.woff2") format("woff2"), url("/themes/custom/cds_connect/fonts/roboto-mono/roboto-mono-v5-latin-700italic.woff") format("woff"), url("/themes/custom/cds_connect/fonts/roboto-mono/roboto-mono-v5-latin-700italic.ttf") format("truetype");
}
@font-face {
  font-family: Source Sans Pro Web;
  font-style: normal;
  font-weight: 300;
  font-display: fallback;
  src: url("/themes/custom/cds_connect/fonts/source-sans-pro/sourcesanspro-light-webfont.woff2") format("woff2"), url("/themes/custom/cds_connect/fonts/source-sans-pro/sourcesanspro-light-webfont.woff") format("woff"), url("/themes/custom/cds_connect/fonts/source-sans-pro/sourcesanspro-light-webfont.ttf") format("truetype");
}
@font-face {
  font-family: Source Sans Pro Web;
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: url("/themes/custom/cds_connect/fonts/source-sans-pro/sourcesanspro-regular-webfont.woff2") format("woff2"), url("/themes/custom/cds_connect/fonts/source-sans-pro/sourcesanspro-regular-webfont.woff") format("woff"), url("/themes/custom/cds_connect/fonts/source-sans-pro/sourcesanspro-regular-webfont.ttf") format("truetype");
}
@font-face {
  font-family: Source Sans Pro Web;
  font-style: normal;
  font-weight: 700;
  font-display: fallback;
  src: url("/themes/custom/cds_connect/fonts/source-sans-pro/sourcesanspro-bold-webfont.woff2") format("woff2"), url("/themes/custom/cds_connect/fonts/source-sans-pro/sourcesanspro-bold-webfont.woff") format("woff"), url("/themes/custom/cds_connect/fonts/source-sans-pro/sourcesanspro-bold-webfont.ttf") format("truetype");
}
@font-face {
  font-family: Source Sans Pro Web;
  font-style: italic;
  font-weight: 300;
  font-display: fallback;
  src: url("/themes/custom/cds_connect/fonts/source-sans-pro/sourcesanspro-lightitalic-webfont.woff2") format("woff2"), url("/themes/custom/cds_connect/fonts/source-sans-pro/sourcesanspro-lightitalic-webfont.woff") format("woff"), url("/themes/custom/cds_connect/fonts/source-sans-pro/sourcesanspro-lightitalic-webfont.ttf") format("truetype");
}
@font-face {
  font-family: Source Sans Pro Web;
  font-style: italic;
  font-weight: 400;
  font-display: fallback;
  src: url("/themes/custom/cds_connect/fonts/source-sans-pro/sourcesanspro-italic-webfont.woff2") format("woff2"), url("/themes/custom/cds_connect/fonts/source-sans-pro/sourcesanspro-italic-webfont.woff") format("woff"), url("/themes/custom/cds_connect/fonts/source-sans-pro/sourcesanspro-italic-webfont.ttf") format("truetype");
}
@font-face {
  font-family: Source Sans Pro Web;
  font-style: italic;
  font-weight: 700;
  font-display: fallback;
  src: url("/themes/custom/cds_connect/fonts/source-sans-pro/sourcesanspro-bolditalic-webfont.woff2") format("woff2"), url("/themes/custom/cds_connect/fonts/source-sans-pro/sourcesanspro-bolditalic-webfont.woff") format("woff"), url("/themes/custom/cds_connect/fonts/source-sans-pro/sourcesanspro-bolditalic-webfont.ttf") format("truetype");
}
@font-face {
  font-family: Merriweather Web;
  font-style: normal;
  font-weight: 300;
  font-display: fallback;
  src: url("/themes/custom/cds_connect/fonts/merriweather/Latin-Merriweather-Light.woff2") format("woff2"), url("/themes/custom/cds_connect/fonts/merriweather/Latin-Merriweather-Light.woff") format("woff"), url("/themes/custom/cds_connect/fonts/merriweather/Latin-Merriweather-Light.ttf") format("truetype");
}
@font-face {
  font-family: Merriweather Web;
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: url("/themes/custom/cds_connect/fonts/merriweather/Latin-Merriweather-Regular.woff2") format("woff2"), url("/themes/custom/cds_connect/fonts/merriweather/Latin-Merriweather-Regular.woff") format("woff"), url("/themes/custom/cds_connect/fonts/merriweather/Latin-Merriweather-Regular.ttf") format("truetype");
}
@font-face {
  font-family: Merriweather Web;
  font-style: normal;
  font-weight: 700;
  font-display: fallback;
  src: url("/themes/custom/cds_connect/fonts/merriweather/Latin-Merriweather-Bold.woff2") format("woff2"), url("/themes/custom/cds_connect/fonts/merriweather/Latin-Merriweather-Bold.woff") format("woff"), url("/themes/custom/cds_connect/fonts/merriweather/Latin-Merriweather-Bold.ttf") format("truetype");
}
@font-face {
  font-family: Merriweather Web;
  font-style: italic;
  font-weight: 300;
  font-display: fallback;
  src: url("/themes/custom/cds_connect/fonts/merriweather/Latin-Merriweather-LightItalic.woff2") format("woff2"), url("/themes/custom/cds_connect/fonts/merriweather/Latin-Merriweather-LightItalic.woff") format("woff"), url("/themes/custom/cds_connect/fonts/merriweather/Latin-Merriweather-LightItalic.ttf") format("truetype");
}
@font-face {
  font-family: Merriweather Web;
  font-style: italic;
  font-weight: 400;
  font-display: fallback;
  src: url("/themes/custom/cds_connect/fonts/merriweather/Latin-Merriweather-Italic.woff2") format("woff2"), url("/themes/custom/cds_connect/fonts/merriweather/Latin-Merriweather-Italic.woff") format("woff"), url("/themes/custom/cds_connect/fonts/merriweather/Latin-Merriweather-Italic.ttf") format("truetype");
}
@font-face {
  font-family: Merriweather Web;
  font-style: italic;
  font-weight: 700;
  font-display: fallback;
  src: url("/themes/custom/cds_connect/fonts/merriweather/Latin-Merriweather-BoldItalic.woff2") format("woff2"), url("/themes/custom/cds_connect/fonts/merriweather/Latin-Merriweather-BoldItalic.woff") format("woff"), url("/themes/custom/cds_connect/fonts/merriweather/Latin-Merriweather-BoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: Public Sans Web;
  font-style: normal;
  font-weight: 500;
  font-display: fallback;
  src: url("/fonts/public-sans/PublicSans-Regular.woff2") format("woff2"), url("/themes/custom/cds_connect/fonts/public-sans/PublicSans-Regular.woff") format("woff"), url("/themes/custom/cds_connect/fonts/public-sans/PublicSans-Regular.ttf") format("truetype");
}
@font-face {
  font-family: Public Sans Web;
  font-style: italic;
  font-weight: 500;
  font-display: fallback;
  src: url("/fonts/public-sans/PublicSans-Italic.woff2") format("woff2"), url("/fonts/public-sans/PublicSans-Italic.woff") format("woff"), url("/themes/custom/cds_connect/fonts/public-sans/PublicSans-Italic.ttf") format("truetype");
}
@font-face {
  font-family: Public Sans Web;
  font-style: normal;
  font-weight: 600;
  font-display: fallback;
  src: url("/fonts/public-sans/PublicSans-SemiBold.woff2") format("woff2"), url("/fonts/public-sans/PublicSans-SemiBold.woff") format("woff"), url("/themes/custom/cds_connect/fonts/public-sans/PublicSans-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: Public Sans Web;
  font-style: italic;
  font-weight: 600;
  font-display: fallback;
  src: url("/fonts/public-sans/PublicSans-SemiBoldItalic.woff2") format("woff2"), url("/fonts/public-sans/PublicSans-SemiBoldItalic.woff") format("woff"), url("/themes/custom/cds_connect/fonts/public-sans/PublicSans-SemiBoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: Public Sans Web;
  font-style: normal;
  font-weight: 700;
  font-display: fallback;
  src: url("/fonts/public-sans/PublicSans-Bold.woff2") format("woff2"), url("/fonts/public-sans/PublicSans-Bold.woff") format("woff"), url("/themes/custom/cds_connect/fonts/public-sans/PublicSans-Bold.ttf") format("truetype");
}
@font-face {
  font-family: Public Sans Web;
  font-style: italic;
  font-weight: 700;
  font-display: fallback;
  src: url("/fonts/public-sans/PublicSans-BoldItalic.woff2") format("woff2"), url("/fonts/public-sans/PublicSans-BoldItalic.woff") format("woff"), url("/themes/custom/cds_connect/fonts/public-sans/PublicSans-BoldItalic.ttf") format("truetype");
}
.ahrq html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.ahrq body {
  margin: 0;
}
.ahrq article, .ahrq aside, .ahrq details, .ahrq figcaption, .ahrq figure, .ahrq footer, .ahrq header, .ahrq hgroup, .ahrq main, .ahrq menu, .ahrq nav, .ahrq section, .ahrq summary {
  display: block;
}
.ahrq audio, .ahrq canvas, .ahrq progress, .ahrq video {
  display: inline-block;
  vertical-align: baseline;
}
.ahrq audio:not([controls]) {
  display: none;
  height: 0;
}
.ahrq [hidden], .ahrq template {
  display: none;
}
.ahrq a {
  background-color: transparent;
}
.ahrq a:active, .ahrq a:hover {
  outline: 0;
}
.ahrq abbr[title] {
  border-bottom: 1px dotted;
}
.ahrq b, .ahrq strong {
  font-weight: 700;
}
.ahrq dfn {
  font-style: italic;
}
.ahrq h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.ahrq mark {
  background: #ff0;
  color: #000;
}
.ahrq small {
  font-size: 80%;
}
.ahrq sub, .ahrq sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.ahrq sup {
  top: -0.5em;
}
.ahrq sub {
  bottom: -0.25em;
}
.ahrq img {
  border: 0;
}
.ahrq svg:not(:root) {
  overflow: hidden;
}
.ahrq figure {
  margin: 1em 40px;
}
.ahrq hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
.ahrq pre {
  overflow: auto;
}
.ahrq code, .ahrq kbd, .ahrq pre, .ahrq samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.ahrq button, .ahrq input, .ahrq optgroup, .ahrq select, .ahrq textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
.ahrq button {
  overflow: visible;
}
.ahrq button, .ahrq select {
  text-transform: none;
}
.ahrq button, .ahrq html input[type=button], .ahrq input[type=reset], .ahrq input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
.ahrq button[disabled], .ahrq html input[disabled] {
  cursor: default;
}
.ahrq button::-moz-focus-inner, .ahrq input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.ahrq input {
  line-height: normal;
}
.ahrq input[type=checkbox], .ahrq input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
.ahrq input[type=number]::-webkit-inner-spin-button, .ahrq input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
.ahrq input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.ahrq input[type=search]::-webkit-search-cancel-button, .ahrq input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.ahrq fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.ahrq legend {
  border: 0;
  padding: 0;
}
.ahrq textarea {
  overflow: auto;
}
.ahrq optgroup {
  font-weight: 700;
}
.ahrq table {
  border-collapse: collapse;
  border-spacing: 0;
}
.ahrq td, .ahrq th {
  padding: 0;
}
.ahrq html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ahrq *, .ahrq :after, .ahrq :before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
.ahrq body {
  background-color: #fff;
  color: #1b1b1b;
  overflow-x: hidden;
}
.ahrq .lt-ie9 * {
  -webkit-filter: none !important;
  filter: none !important;
}
.ahrq [hidden] {
  display: none !important;
}
.ahrq h1, .ahrq h2, .ahrq h3, .ahrq h4, .ahrq h5 {
  font-family: "Public Sans Semibold", sans-serif;
}
.ahrq h6, .ahrq .lead-para, .ahrq .body-copy, .ahrq .body-copy-italic {
  font-family: "Source Sans Pro", sans-serif;
}
.ahrq h1, .ahrq h2, .ahrq h3, .ahrq h4, .ahrq h5, .ahrq h6 {
  font-weight: 600;
}
.ahrq h1, .ahrq h2, .ahrq h3, .ahrq h4, .ahrq h5, .ahrq h6, .ahrq .display-1, .ahrq .display-2 {
  line-height: 1.3em;
}
.ahrq h2, .ahrq h3, .ahrq h4 {
  padding-bottom: 30px;
}
.ahrq h5, .ahrq h6 {
  padding-bottom: 20px;
}
.ahrq [class^=main-content] h2, .ahrq [class^=main-content] h3, .ahrq [class^=main-content] h4 {
  padding-top: 30px;
}
.ahrq [class^=main-content] [class^=page-sidebar-second] h2, .ahrq [class^=main-content] [class^=page-sidebar-second] h3, .ahrq [class^=main-content] [class^=page-sidebar-second] h4, .ahrq [class^=main-content] [id^=hp-row] h2, .ahrq [class^=main-content] [id^=hp-row] h3, .ahrq [class^=main-content] [id^=hp-row] h4 {
  padding-top: 0;
}
.ahrq [class^=main-content] h5, .ahrq [class^=main-content] h6 {
  padding-top: 20px;
}
.ahrq [class^=main-content] [class^=page-sidebar-second] h5, .ahrq [class^=main-content] [class^=page-sidebar-second] h6, .ahrq [class^=main-content] [id^=hp-row] h5, .ahrq [class^=main-content] [id^=hp-row] h6 {
  padding-top: 0;
}
.ahrq h1 {
  font-size: 40px;
}
.ahrq h2 {
  font-size: 30px;
}
.ahrq h3 {
  font-size: 24px;
  margin-top: 0px;
}
.ahrq h4, .ahrq .lead-para {
  font-size: 20px;
}
.ahrq h5 {
  font-size: 15px;
}
.ahrq h6 {
  font-size: 13px;
}
.ahrq #main-content-wrapper {
  width: 100vw;
}
@media (min-width: 1024px) {
  .ahrq #main-content-wrapper {
    margin-left: 5vw;
    margin-right: 5vw;
  }
}
.ahrq .search {
  display: block;
  float: right;
  width: 225px;
  height: 32px;
  border: 1px solid #aeb0b5;
  border-radius: 3px;
}
.ahrq .search input.search-input {
  position: relative;
  top: 5px;
  left: 3px;
  width: 180px;
  height: 24px;
  border: none;
  border-right: 1px solid #aeb0b5;
}
.ahrq .search label.hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.ahrq .search .search-icon {
  position: relative;
  top: 8px;
  left: 10px;
}
.ahrq .search .autocomplete-container {
  padding: 10px;
  border-right: 1px solid #aeb0b5;
  border-bottom: 1px solid #aeb0b5;
  border-left: 1px solid #aeb0b5;
  z-index: 1000;
  position: relative;
  background-color: #fff;
}
.ahrq footer {
  color: #fff !important;
  width: 100%;
  margin-top: 10px;
}
.ahrq #footer1 {
  background: #005B94;
  padding-top: 30px;
  padding-bottom: 30px;
}
.ahrq #footer1 ul {
  padding: 0;
}
@media (min-width: 1024px) {
  .ahrq #footer1 > .row {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media (max-width: 1023px) and (min-width: 575px) {
  .ahrq #footer1 > .row {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media (max-width: 574px) {
  .ahrq #footer1 > .row {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}
.ahrq #footer1 .primary-regular {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.5em;
}
.ahrq #footer1 .primary-small {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8em;
}
.ahrq #footer1 p.email {
  max-width: 350px;
}
.ahrq #footer1 .col-md.offset-col-1 {
  margin-left: 10px;
}
.ahrq #footer1 h4 {
  padding-bottom: 10px;
}
.ahrq #footer1 .email-input {
  display: inline-block;
}
.ahrq #footer1 .email-update-button, .ahrq #footer1 .email-update-button:hover, .ahrq #footer1 .email-update-button.email-update-button--hover {
  background: #CFCFCF;
  color: #005B94;
}
.ahrq #footer1 .email-update-button {
  margin-left: 10px;
}
.ahrq #footer1 .email-update-button:hover, .ahrq #footer1 .email-update-button.email-update-button--hover {
  border-bottom: 0;
  text-decoration: none;
}
.ahrq #footer2 {
  background: #00476b;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}
@media (max-width: 991px) {
  .ahrq #footer2 ul {
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .ahrq #footer2 > .row {
    padding-left: 3vw;
    padding-right: 5vw;
  }
}
@media (max-width: 1023px) and (min-width: 575px) {
  .ahrq #footer2 > .row {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media (max-width: 574px) {
  .ahrq #footer2 > .row {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}
.ahrq #footer2 a {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}
.ahrq #footer2 a:hover {
  text-decoration: underline;
}
.ahrq #footer2 li {
  list-style: none;
  width: auto;
  padding: 10px 0;
}
.ahrq #footer2 li:nth-child(5) {
  display: none;
}
.ahrq #footer2 .footer-border {
  border-left: 2px solid #fff;
  margin-top: 15px;
  margin-bottom: -15px;
}
.ahrq #footer1 h4, .ahrq #footer2 h4 {
  font-size: 18px;
  line-height: 1.5em;
}
.ahrq #top-button-container {
  display: block;
  clear: none;
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  float: right;
  padding-top: 30px;
  padding-bottom: 30px;
}
.ahrq #top-button {
  color: #005B94;
  display: block;
  font: 20px "Source Sans Pro", sans-serif;
  margin-top: -30px;
  position: absolute;
  right: 0;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .ahrq #top-button {
    padding-right: 5vw;
  }
}
.ahrq #top-button img {
  position: relative;
  top: -2px;
  margin-left: 10px;
}
@media (max-width: 575px) {
  .ahrq #footer1 h4 {
    font-size: 16px;
  }
  .ahrq #footer1 .primary-regular {
    font-size: 15px;
  }
  .ahrq #footer1 .side-row-margins {
    margin-left: 0;
  }
  .ahrq #footer1 .mobile-col-offset {
    margin-left: 30px;
  }
  .ahrq #footer1 .header-mobile-top-spacing {
    margin-top: 40px;
  }
  .ahrq #footer1 .img-spacing {
    margin-left: 20px;
  }
  .ahrq #footer1 .email-input {
    max-width: 12em;
    width: 12em;
  }
  .ahrq #footer1 .email-update-button {
    width: 7em;
    max-width: 7em;
  }
  .ahrq #footer1 .usa-search__submit-text {
    position: static;
  }
  .ahrq #footer2 {
    font-size: 14px;
  }
  .ahrq #footer2 a {
    font-size: 14px;
  }
  .ahrq #footer2 li {
    padding: 0;
  }
  .ahrq #footer2 ul, .ahrq #footer2 ul.clearfix {
    padding-left: 0;
  }
  .ahrq #footer2 .left-margin {
    margin-left: 0;
  }
  .ahrq #footer2 .pad-left {
    padding-left: 10px;
  }
  .ahrq #footer2 .left-div {
    float: left;
  }
  .ahrq #footer2 .div-width-partial {
    width: 50%;
  }
  .ahrq #footer2 .div-width-full {
    width: 100%;
  }
  .ahrq #footer2 .footer-border {
    border-top: 2px solid #fff;
    border-left: 0;
    margin-bottom: 20px;
  }
}
@media (min-width: 576px) {
  .ahrq #footer1 .email-input {
    max-width: 12em;
    width: 12em;
  }
  .ahrq #footer2 .left-margin {
    margin-left: 0;
  }
  .ahrq #footer2 .pad-left {
    padding-left: 10px;
  }
  .ahrq #footer2 .left-div {
    float: left;
  }
  .ahrq #footer2 .div-width-partial {
    width: 50%;
  }
  .ahrq #footer2 .div-width-full {
    width: 100%;
  }
  .ahrq #footer2 .footer-border {
    border-top: 2px solid #fff;
    border-left: 0;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .ahrq #footer1 .mobile-col-offset {
    margin-left: 20px;
  }
  .ahrq #footer1 .side-row-margins {
    margin-left: 0;
  }
  .ahrq #footer1 .header-mobile-top-spacing {
    margin-top: 40px;
  }
  .ahrq #footer1 .email-input {
    max-width: 14em;
    width: 14em;
  }
  .ahrq #footer2 li {
    padding: 10px 0;
  }
  .ahrq #footer2 .left-margin {
    margin-left: 0;
  }
  .ahrq #footer2 .pad-left {
    padding-left: 10px;
  }
  .ahrq #footer2 .div-width-partial {
    width: 50%;
  }
  .ahrq #footer2 .div-width-full {
    width: 100%;
  }
  .ahrq #footer2 .footer-border {
    border-top: 2px solid #fff;
    border-left: 0;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .ahrq #footer1 .mobile-col-offset {
    margin-left: 0;
  }
  .ahrq #footer1 .header-mobile-top-spacing {
    margin-top: 0;
  }
  .ahrq #footer1 .f1-div-width {
    width: 33%;
  }
  .ahrq #footer1 .div-float {
    float: left;
  }
  .ahrq #footer1 .side-row-margins {
    margin-left: 0;
  }
  .ahrq #footer1 .init-pad {
    padding-left: 0;
  }
  .ahrq #footer1 .img-spacing {
    margin-left: 5px;
  }
  .ahrq #footer1 .email-input {
    max-width: 12em;
    width: 12em;
  }
  .ahrq #footer1 .email-update-button {
    width: 7em;
    max-width: 7em;
  }
  .ahrq #footer1 .usa-search__submit-text {
    position: static;
  }
  .ahrq #footer2 {
    line-height: 16px;
  }
  .ahrq #footer2 a {
    font-size: 13px;
  }
  .ahrq #footer2 .pad-left {
    padding-left: 0;
  }
  .ahrq #footer2 .div-width-partial {
    width: 16%;
  }
  .ahrq #footer2 .div-width-full {
    width: 25%;
  }
  .ahrq #footer2 .footer-border {
    border-left: 2px solid #fff;
    border-top: 0;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .ahrq #footer1 .side-row-margins {
    margin-left: 0;
    margin-right: 0;
  }
  .ahrq #footer1 h4 {
    font-size: 18px;
  }
  .ahrq #footer1 .primary-regular {
    font-size: 17px;
  }
  .ahrq #footer1 .mobile-col-offset {
    margin-left: 0;
  }
  .ahrq #footer1 .header-mobile-top-spacing {
    margin-top: 0;
  }
  .ahrq #footer1 .f1-div-width {
    width: 33%;
  }
  .ahrq #footer1 .div-float {
    float: left;
  }
  .ahrq #footer1 .init-pad {
    padding-left: 0;
  }
  .ahrq #footer1 .img-spacing {
    margin-left: 40px;
  }
  .ahrq #footer1 .email-input {
    max-width: 14em;
    width: 14em;
  }
  .ahrq #footer2 {
    line-height: 26px;
  }
  .ahrq #footer2 a {
    font-size: 18px;
  }
  .ahrq #footer2 .left-margin {
    margin-left: 0;
  }
  .ahrq #footer2 .pad-left {
    padding-left: 0;
  }
  .ahrq #footer2 .div-width-partial {
    width: 15%;
  }
  .ahrq #footer2 .div-width-full {
    width: 30%;
  }
  .ahrq #footer2 .footer-border {
    border-left: 2px solid #fff;
    border-top: 0;
    margin-bottom: 20px;
  }
}
.ahrq #primary-header .primary-header-wrapper .logo-ahrq img {
  width: 80%;
  padding: 5px 0;
}
@media (min-width: 1024px) {
  .ahrq #primary-header .primary-header-wrapper {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media (min-width: 1024px) {
  .ahrq #secondary-header {
    padding-left: 3vw;
    padding-right: 5vw;
  }
}
.ahrq #secondary-header .pso-title-logo {
  float: left;
  width: 100%;
}
.ahrq #secondary-header .pso-title-logo h2 {
  padding-bottom: 0;
}
@media (max-width: 575px) {
  .ahrq #secondary-header .pso-title-logo {
    width: 100%;
    margin-left: 2vw;
    margin-right: 2vw;
  }
}
.ahrq #utility-nav li {
  float: left;
  list-style: none;
  width: auto;
  padding: 0px 5px;
  font-size: 14px;
  font-family: "Source Sans Pro", sans-serif;
}
.ahrq #utility-nav li a {
  text-decoration: none;
  color: #323a45;
}
.ahrq #utility-nav li a:hover {
  color: #0071bc;
  text-decoration: underline;
}
.ahrq #utility-nav li:after {
  content: " | ";
  padding-left: 10px;
}
.ahrq #utility-nav ul li:last-child:after {
  content: "";
}
.ahrq #utility-nav .utility-envelope {
  margin-top: -3px;
}
.ahrq #utility-nav .hide-me {
  display: block;
}
.ahrq .header {
  width: 100%;
}
.ahrq .header .row-bottom-margin {
  margin-bottom: 1em;
}
.ahrq .header .logo-hhs, .ahrq .header .logo-ahrq {
  float: left;
}
.ahrq .header .logo-ahrq {
  width: 40%;
}
.ahrq .header .logo-hhs {
  font-size: 13px;
}
.ahrq .header .hhs-link-full {
  color: #000;
  background: transparent;
}
.ahrq .header .search {
  float: right;
  width: 25em;
  margin-bottom: 10px;
}
.ahrq .header #utility-nav {
  float: right;
  padding-top: 15px;
}
.ahrq .header #social-email {
  float: right;
}
.ahrq .header #search {
  margin-top: 20px;
}
.ahrq .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-size: 0.94em;
  line-height: 1.7em;
  padding: 1px 10px 2px;
  border-radius: 0 0 10px 10px;
  border-bottom-width: 0;
  outline: 0;
}
.ahrq .visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
}
.ahrq .banner-hhs {
  margin-top: -2px;
}
.ahrq .usa-banner-bg {
  background-color: #f1f1f1;
}
.ahrq .usa-accordion-text-color {
  color: #323a45;
}
.ahrq .usa-banner__header-text {
  font-family: "Source Sans Pro", Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 14px;
}
.ahrq .usa-banner__header-text a {
  color: #323a45;
  text-decoration: none;
}
.ahrq .usa-banner__header-text a:hover {
  text-decoration: underline;
}
.ahrq .usa-banner__header-text a:visited {
  color: #323a45;
}
@media (min-width: 1024px) {
  .ahrq .usa-banner .offset-lg-1 {
    margin-left: 5vw;
  }
}
@media (max-width: 575px) {
  .ahrq div#utility-nav {
    display: none;
  }
  .ahrq .header .search {
    float: right;
    width: 18em;
    margin-top: 8px;
    margin-bottom: 0;
  }
  .ahrq .logo-ahrq {
    margin-bottom: 10px;
    margin-left: 2vw;
    margin-right: 2vw;
  }
  .ahrq .header .logo-ahrq {
    width: 35%;
  }
  .ahrq .usa-banner__header-flag {
    float: none;
  }
  .ahrq .usa-banner .row-mobile-offset {
    margin-left: 3px;
  }
  .ahrq .img-icon {
    width: 5%;
    margin-top: -10px;
  }
  .ahrq .txt-gov-banner {
    width: 80%;
    margin-top: -3px;
  }
  .ahrq .usa-banner__header {
    min-height: 1em;
    margin-left: 2vw;
    margin-right: 2vw;
  }
  .ahrq .usa-banner__header-text {
    font-size: 0.59853em;
  }
  .ahrq .hide-on-mobile {
    display: none;
  }
  .ahrq .row-mobile-offset {
    margin-left: 5px;
  }
  .ahrq .row-side-margins {
    margin-left: 0;
    margin-right: 0;
  }
  .ahrq .mobile-row-side-margins {
    margin-left: 0;
    margin-right: 0;
  }
  .ahrq .row-bottom-margin {
    margin-bottom: 25px;
  }
  .ahrq .addthis_toolbox {
    display: none;
  }
}
@media (min-width: 300px) and (max-width: 320px) {
  .ahrq .header .search {
    float: right;
    width: 14em;
    margin-top: 8px;
    margin-bottom: 0;
  }
  .ahrq .addthis_toolbox {
    display: none;
  }
}
@media (min-width: 321px) and (max-width: 375px) {
  .ahrq .header .search {
    float: right;
    width: 17em;
    margin-top: 8px;
    margin-bottom: 0;
  }
  .ahrq .addthis_toolbox {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 975px) {
  .ahrq .header .logo-ahrq {
    width: 35%;
    padding-bottom: 10px;
    margin-left: 2vw;
    margin-right: 2vw;
  }
  .ahrq .usa-banner__header {
    margin-left: 2vw;
    margin-right: 2vw;
  }
  .ahrq .header .search {
    margin-bottom: 0;
  }
  .ahrq div#mm-mob {
    margin-top: 37px;
    margin-left: 0px;
  }
  .ahrq .usa-banner .row-mobile-offset {
    margin-left: 3px;
  }
  .ahrq .addthis_toolbox {
    display: none;
  }
}
@media (min-width: 768px) {
  .ahrq .header .logo-ahrq {
    width: 35%;
  }
  .ahrq .row-mobile-offset {
    margin-left: 5px;
  }
  .ahrq .img-icon {
    width: auto;
  }
  .ahrq .txt-gov-banner {
    width: auto;
  }
  .ahrq .usa-banner__header-text {
    /*font-size: 14px;*/
  }
}
@media (min-width: 0) and (max-width: 991px) {
  .ahrq div#utility-nav {
    display: none;
  }
}
@media (min-width: 976px) and (max-width: 991px) {
  .ahrq .header .logo-ahrq {
    width: 35% !important;
  }
}
@media (min-width: 976px) {
  .ahrq .header .logo-ahrq {
    width: 100%;
  }
  .ahrq .logo-ahrq {
    padding-bottom: 0;
  }
  .ahrq .addthis_toolbox {
    display: block;
  }
}
@media (min-width: 992px) {
  .ahrq div#utility-nav {
    display: block;
  }
  .ahrq .logo-ahrq {
    margin-bottom: 0;
    width: 100%;
  }
  .ahrq .row-mobile-offset {
    margin-left: 0px;
  }
  .ahrq .img-icon {
    width: auto;
  }
  .ahrq .usa-banner__header-text {
    /*font-size: 14px;*/
  }
  .ahrq .hide-on-mobile {
    display: block;
  }
}
@media (min-width: 1200px) {
  .ahrq div#utility-nav {
    display: block;
  }
  .ahrq .row-mobile-offset {
    margin-left: 0px;
  }
  .ahrq .img-icon {
    width: auto;
  }
  .ahrq .usa-banner__header-text {
    /*font-size: 14px;*/
  }
}
@media screen and (min-width: 1900px) {
  .ahrq .header .search {
    margin-top: 70px;
  }
}
@media (min-width: 1800px) {
  .ahrq .header .logo-ahrq {
    width: 100%;
  }
}
@media only screen and (min-width: 975px) {
  .ahrq .hide-on-desktop, .ahrq .utility-mobile {
    display: none;
  }
}

.ahrq {
  font-size: 18px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-feature-settings: "kern" 1;
  font-kerning: normal;
}
.ahrq footer {
  margin-top: 0;
}
.ahrq #top-button-container {
  margin-top: 10px;
}
.ahrq .img-spacing {
  margin-left: 20px;
}
.ahrq .row {
  align-items: center;
}
.ahrq .row .row-tweak {
  display: flex;
  flex-wrap: wrap;
}
.ahrq img {
  font-size: 16px;
}
.ahrq input.email-input {
  font-size: 16px;
}
.ahrq input.email-update-button {
  font-size: 16px;
  height: auto;
}

img.usa-banner-flag-tweak {
  position: relative;
  top: 2px;
}

img.usa-banner-logo-tweak {
  position: relative;
  bottom: 1px;
}

div.div-col-tweak {
  padding-left: 0px;
}

div > div.col-sm-8.col-lg-8.txt-gov-banner > p > a {
  position: relative;
  top: 3px;
}

@media (min-width: 992px) {
  .col-md-offset-0p5 {
    margin-left: 5vw;
  }
}
.label {
  display: inline;
  font-size: 110%;
  font-weight: bold;
  line-height: 1;
  color: black;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #777777;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 125%;
}

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

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
  input[type=time].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control {
    line-height: 34px;
  }
  input[type=date].input-sm,
  .input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date],
  input[type=time].input-sm,
  .input-group-sm > .input-group-btn > input[type=time].btn,
  .input-group-sm input[type=time],
  input[type=datetime-local].input-sm,
  .input-group-sm > .input-group-btn > input[type=datetime-local].btn,
  .input-group-sm input[type=datetime-local],
  input[type=month].input-sm,
  .input-group-sm > .input-group-btn > input[type=month].btn,
  .input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg,
  .input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date],
  input[type=time].input-lg,
  .input-group-lg > .input-group-btn > input[type=time].btn,
  .input-group-lg input[type=time],
  input[type=datetime-local].input-lg,
  .input-group-lg > .input-group-btn > input[type=datetime-local].btn,
  .input-group-lg input[type=datetime-local],
  input[type=month].input-lg,
  .input-group-lg > .input-group-btn > input[type=month].btn,
  .input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 2em;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9 ;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type=radio][disabled], input[type=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
  .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.about .about__info-group {
  padding: 40px 0;
}
.about .about__info-group .about__info-card {
  text-align: center;
}
.about .about__info-group .about__info-card img {
  max-height: 90px;
  padding: 10px;
}
.about .about__info-group .about__info-card-title {
  font-weight: bold;
  font-size: 1.3em;
  padding-bottom: 20px;
  min-height: 70px;
  display: block;
}
.about .about__guidelines-group {
  margin: 0 -9999rem;
  padding: 0.25rem 9999rem;
  background-color: #F7F7F7;
  padding-top: 50px;
  padding-bottom: 50px;
}
.about .about__guidelines-group .about__guidelines-text .about__guidelines-title {
  font-weight: bold;
  font-size: 1.3em;
  padding-bottom: 20px;
}
.about .about__guidelines-group .about__guidelines-text .about__guidelines-body {
  font-size: 1.1em;
}
.about .about__guidelines-group .about__guidelines-image {
  text-align: right;
}
.about .about__guidelines-group .about__guidelines-image img {
  width: 500px;
}
.about .about__lifecycle-group {
  padding: 15px;
}
.about .about__lifecycle-group .about__lifecycle-title {
  font-weight: bold;
  font-size: 1.3em;
  padding-bottom: 20px;
}
.about .about__lifecycle-group .about__lifecycle-body {
  font-size: 1.1em;
  margin-bottom: 60px;
}
.about .about__lifecycle-group .about__lifecycle-chart {
  text-align: center;
}
.about .about__lifecycle-group .about__lifecycle-chart img {
  width: 90%;
}
.about .about__actionable-tools-group {
  margin: 0 -9999rem;
  padding: 0.25rem 9999rem;
  background-color: #F7F7F7;
  padding-top: 50px;
  padding-bottom: 50px;
}
.about .about__actionable-tools-group .about__actionable-tools-text .about__actionable-tools-title {
  font-weight: bold;
  font-size: 1.3em;
  padding-bottom: 20px;
}
.about .about__actionable-tools-group .about__actionable-tools-text .about__actionable-tools-body {
  font-size: 1.1em;
}
.about .about__actionable-tools-group .about__actionable-tools-artifact {
  text-align: right;
}
.about .about__actionable-tools-group .about__actionable-tools-artifact img {
  width: 500px;
}
.about .about__actionable-tools-group .about__actionable-tools-artifact .image-caption {
  font-style: italic;
  text-align: center;
  padding: 10px;
}
.about .about__standardize-group {
  padding: 15px;
}
.about .about__standardize-group .about__standardize-image img {
  width: 500px;
}
.about .about__standardize-group .about__standardize-image .image-caption {
  font-style: italic;
  padding: 20px;
}
.about .about__standardize-group .about__standardize-text .about__standardize-title {
  font-weight: bold;
  font-size: 1.3em;
  padding-bottom: 20px;
}
.about .about__standardize-group .about__standardize-text .about__standardize-body {
  font-size: 1.1em;
}
.about .about__standardize-group .about__standardize-text .about__standardize-body .about__standardize-buttons {
  margin: 30px 0;
}
.about .about__standardize-group .about__standardize-text .about__standardize-body .about__standardize-buttons .btn.btn-primary {
  width: 100%;
  margin: 10px 0;
  font-size: 1.2em;
  padding: 10px 12px;
}
.about .about__knowledge-levels-group {
  margin: 0 -9999rem;
  padding: 0.25rem 9999rem;
  background-color: #FFF;
  border-top: 1px solid #E9E9E9;
}
.about .about__knowledge-levels-group .btn-group > span.btn {
  cursor: default;
}
.about .about__knowledge-levels-group .btn-group > a.btn.btn-info {
  color: #fff;
  background-color: #224DBB;
  border-color: #2e6da4;
}
.about .about__knowledge-levels-group .btn-group > a.btn.btn-info:focus, .about .about__knowledge-levels-group .btn-group > a.btn.btn-info.focus {
  color: #fff;
  background-color: #1a3b90;
  border-color: #122b40;
}
.about .about__knowledge-levels-group .btn-group > a.btn.btn-info:hover {
  color: #fff;
  background-color: #1a3b90;
  border-color: #204d74;
}
.about .about__knowledge-levels-group .btn-group > a.btn.btn-info:active, .about .about__knowledge-levels-group .btn-group > a.btn.btn-info.active, .open > .about .about__knowledge-levels-group .btn-group > a.btn.btn-info.dropdown-toggle {
  color: #fff;
  background-color: #1a3b90;
  border-color: #204d74;
}
.about .about__knowledge-levels-group .btn-group > a.btn.btn-info:active:hover, .about .about__knowledge-levels-group .btn-group > a.btn.btn-info:active:focus, .about .about__knowledge-levels-group .btn-group > a.btn.btn-info:active.focus, .about .about__knowledge-levels-group .btn-group > a.btn.btn-info.active:hover, .about .about__knowledge-levels-group .btn-group > a.btn.btn-info.active:focus, .about .about__knowledge-levels-group .btn-group > a.btn.btn-info.active.focus, .open > .about .about__knowledge-levels-group .btn-group > a.btn.btn-info.dropdown-toggle:hover, .open > .about .about__knowledge-levels-group .btn-group > a.btn.btn-info.dropdown-toggle:focus, .open > .about .about__knowledge-levels-group .btn-group > a.btn.btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #152f72;
  border-color: #122b40;
}
.about .about__knowledge-levels-group .btn-group > a.btn.btn-info:active, .about .about__knowledge-levels-group .btn-group > a.btn.btn-info.active, .open > .about .about__knowledge-levels-group .btn-group > a.btn.btn-info.dropdown-toggle {
  background-image: none;
}
.about .about__knowledge-levels-group .btn-group > a.btn.btn-info.disabled:hover, .about .about__knowledge-levels-group .btn-group > a.btn.btn-info.disabled:focus, .about .about__knowledge-levels-group .btn-group > a.btn.btn-info.disabled.focus, .about .about__knowledge-levels-group .btn-group > a.btn.btn-info[disabled]:hover, .about .about__knowledge-levels-group .btn-group > a.btn.btn-info[disabled]:focus, .about .about__knowledge-levels-group .btn-group > a.btn.btn-info[disabled].focus, fieldset[disabled] .about .about__knowledge-levels-group .btn-group > a.btn.btn-info:hover, fieldset[disabled] .about .about__knowledge-levels-group .btn-group > a.btn.btn-info:focus, fieldset[disabled] .about .about__knowledge-levels-group .btn-group > a.btn.btn-info.focus {
  background-color: #224DBB;
  border-color: #2e6da4;
}
.about .about__knowledge-levels-group .btn-group > a.btn.btn-info .badge {
  color: #224DBB;
  background-color: #fff;
}
.about .about__knowledge-levels-group .btn-group > span.btn.btn-default {
  background-color: #E9E9E9;
}
.about .about__knowledge-levels-group .btn-group > span.btn.btn-default:hover,
.about .about__knowledge-levels-group .btn-group > span.btn.btn-default:active {
  background-color: #E9E9E9;
  border-color: #ccc;
  box-shadow: none;
}
.about .about__knowledge-levels-group #knowledge-level-button {
  border: none;
  background-color: transparent;
  border: transparent solid 2px;
}
.about .about__knowledge-levels-group #knowledge-level-button:focus {
  border: darkgray dotted 2px;
}
.about .about__leaders-group {
  margin: 0 -9999rem;
  padding: 0.25rem 9999rem;
  background-color: #F7F7F7;
  padding-top: 50px;
  padding-bottom: 50px;
}
.about .about__leaders-group .about__leaders-title {
  font-weight: bold;
  font-size: 1.3em;
  padding-bottom: 20px;
}
.about .about__leaders-group .about__leaders-body {
  font-size: 1.1em;
}
.about .about__leaders-group .about__leaders-logos .about__leaders-logo-ahrq,
.about .about__leaders-group .about__leaders-logos .about__leaders-logo-mitre {
  display: inline-block;
}
.about .about__leaders-group .about__leaders-logos .about__leaders-logo-ahrq img {
  height: 60px;
  margin: 30px 50px 0 0;
}
.about .about__leaders-group .about__leaders-logos .about__leaders-logo-mitre img {
  height: 40px;
  margin: 50px 50px 0 0;
}
.about .cds-resources-table table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid black;
}
.about .cds-resources-table th {
  border: 1px solid black;
  padding: 1em;
  background-color: #d9a8ff;
}
.about .cds-resources-table td {
  border: 1px solid black;
  padding: 1em;
  display: table-cell;
}
.about .cds-resources-table thead th:nth-child(1) {
  width: 15%;
}
.about .cds-resources-table thead th:nth-child(2) {
  width: 20%;
}
.about .about-grants-table table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid black;
}
.about .about-grants-table th {
  border: 1px solid black;
  padding: 1em;
  background-color: #d9a8ff;
}
.about .about-grants-table td {
  border: 1px solid black;
  padding: 1em;
  display: table-cell;
}
.about .about-grants-table thead th:nth-child(1) {
  width: 17%;
}
.about .about-grants-table thead th:nth-child(2) {
  width: 12%;
}
.about .about-grants-table thead th:nth-child(3) {
  width: 15%;
}
.about .pcor-pillars-img img {
  height: 60%;
  width: 60%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.about .pcor-pillars-img figcaption {
  font-style: italic;
  text-align: center;
  padding: 10px;
}

.artifact-discovery-off-canvas-page_wrapper .artifact-discovery__header {
  color: #FFF;
}
.artifact-discovery-off-canvas-page_wrapper .artifact-discovery__header .welcome-message {
  color: black;
}
.artifact-discovery-off-canvas-page_wrapper .artifact-discovery__header .menu {
  margin: 0 -9999rem;
  padding: 0.25rem 9999rem;
  background: #1e2f40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  background-color: #1e2f40;
  margin: 0 -15px;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .artifact-discovery-off-canvas-page_wrapper .artifact-discovery__header .menu {
    padding: 0 calc((100vw - 768px + 30px * 2) / 2);
    margin: 0 calc(-1 * ((100vw - 768px) / 2 + 30px));
  }
}
@media (min-width: 992px) {
  .artifact-discovery-off-canvas-page_wrapper .artifact-discovery__header .menu {
    padding: 0 calc((100vw - 992px + 30px * 2) / 2);
    margin: 0 calc(-1 * ((100vw - 992px) / 2 + 30px));
  }
}
@media (min-width: 1200px) {
  .artifact-discovery-off-canvas-page_wrapper .artifact-discovery__header .menu {
    padding: 0 calc((100vw - 1200px + 30px * 2) / 2);
    margin: 0 calc(-1 * ((100vw - 1200px) / 2 + 30px));
  }
}
.artifact-discovery-off-canvas-page_wrapper .artifact-discovery__header .menu .absorbing-column {
  width: 100%;
}
.artifact-discovery-off-canvas-page_wrapper .artifact-discovery__header .menu .content-title {
  color: white;
  font-size: calc(14px + 0.6vw);
}
.artifact-discovery-off-canvas-page_wrapper .artifact-discovery__header .menu .menu-item-highlight {
  background-color: #006aaa;
  height: 60px;
  text-align: center;
  white-space: nowrap;
  font-size: calc(12px + 0.4vw);
  margin-left: 10px;
  display: flex;
  align-items: center;
  min-width: 200px;
}
.artifact-discovery-off-canvas-page_wrapper .artifact-discovery__header .menu .menu-search {
  font-size: 14pt;
  cursor: pointer;
  padding: 0 20px;
  display: flex;
  align-items: center;
}
.artifact-discovery-off-canvas-page_wrapper .artifact-discovery__header .description {
  margin: 0 -9999rem;
  padding: 0.25rem 9999rem;
  background: #fff;
  display: flex;
  align-items: center;
  height: 400px;
  font-size: calc(14px + 1vw);
  text-shadow: 1px 1px #555;
  text-align: center;
  font-weight: bold;
  margin: 0 -15px;
  padding: 0 15px;
  background: local url("../images/cds-box.png") center bottom no-repeat, local url("../images/artifacts-banner.jpg") 0 0/cover no-repeat;
  display: none;
}
@media (min-width: 768px) {
  .artifact-discovery-off-canvas-page_wrapper .artifact-discovery__header .description {
    padding: 0 calc((100vw - 768px + 30px * 2) / 2);
    margin: 0 calc(-1 * ((100vw - 768px) / 2 + 30px));
  }
}
@media (min-width: 992px) {
  .artifact-discovery-off-canvas-page_wrapper .artifact-discovery__header .description {
    padding: 0 calc((100vw - 992px + 30px * 2) / 2);
    margin: 0 calc(-1 * ((100vw - 992px) / 2 + 30px));
  }
}
@media (min-width: 1200px) {
  .artifact-discovery-off-canvas-page_wrapper .artifact-discovery__header .description {
    padding: 0 calc((100vw - 1200px + 30px * 2) / 2);
    margin: 0 calc(-1 * ((100vw - 1200px) / 2 + 30px));
  }
}
.artifact-discovery-off-canvas-page_wrapper .searchform-panel {
  color: #FFF;
  background-color: #1e2f40;
  z-index: 1;
  margin: 0 -15px;
}
@media (min-width: 768px) {
  .artifact-discovery-off-canvas-page_wrapper .searchform-panel {
    padding: 0 calc((100vw - 768px + 30px * 2) / 2);
    margin: 0 calc(-1 * ((100vw - 768px) / 2 + 30px));
  }
}
@media (min-width: 992px) {
  .artifact-discovery-off-canvas-page_wrapper .searchform-panel {
    padding: 0 calc((100vw - 992px + 30px * 2) / 2);
    margin: 0 calc(-1 * ((100vw - 992px) / 2 + 30px));
  }
}
@media (min-width: 1200px) {
  .artifact-discovery-off-canvas-page_wrapper .searchform-panel {
    padding: 0 calc((100vw - 1200px + 30px * 2) / 2);
    margin: 0 calc(-1 * ((100vw - 1200px) / 2 + 30px));
  }
}
.artifact-discovery-off-canvas-page_wrapper .searchform-panel .fieldset-legend {
  font-size: 1.1em;
}
.artifact-discovery-off-canvas-page_wrapper .searchform-panel input[type=checkbox] {
  margin-right: 3px;
}
.artifact-discovery-off-canvas-page_wrapper .searchform-panel .search-button {
  text-align: center;
}
.artifact-discovery-off-canvas-page_wrapper .searchform-panel .search-button button {
  margin: 1em 0;
  background-color: #006aaa;
}
.artifact-discovery-off-canvas-page_wrapper .searchform-panel .search-button button span {
  margin-right: 0.5em;
}
.artifact-discovery-off-canvas-page_wrapper .searchform-subpanel.form-group {
  display: flex;
  align-items: center;
  height: 100px;
}
.artifact-discovery-off-canvas-page_wrapper .searchform-subpanel.form-group select {
  flex: 1;
  height: 50px;
  border: 0;
  color: #4D4D4D;
  font-size: 1.2em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; /* remove default arrow */
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: url("../images/down-caret.png") no-repeat 95% #fff; /* add custom arrow */
  padding: 0 30px 0 15px;
  margin-left: 5px;
  width: 100px;
}
.artifact-discovery-off-canvas-page_wrapper .searchform-subpanel.form-group select::-ms-expand {
  display: none;
}
@media (min-width: 768px) {
  .artifact-discovery-off-canvas-page_wrapper .searchform-subpanel.form-group select {
    margin-left: 0;
    width: 200px;
    padding: 0 15px;
  }
}
.artifact-discovery-off-canvas-page_wrapper .searchform-subpanel.form-group .form-item-search-api-fulltext {
  margin-bottom: 0;
}
.artifact-discovery-off-canvas-page_wrapper .searchform-subpanel.form-group .form-item-search-api-fulltext.active,
.artifact-discovery-off-canvas-page_wrapper .searchform-subpanel.form-group .js-form-item-title.active,
.artifact-discovery-off-canvas-page_wrapper .searchform-subpanel.form-group .js-form-item-description.active,
.artifact-discovery-off-canvas-page_wrapper .searchform-subpanel.form-group .js-form-item-artifact-type.active,
.artifact-discovery-off-canvas-page_wrapper .searchform-subpanel.form-group .js-form-item-mesh-topic.active,
.artifact-discovery-off-canvas-page_wrapper .searchform-subpanel.form-group .js-form-item-keyword.active,
.artifact-discovery-off-canvas-page_wrapper .searchform-subpanel.form-group .js-form-item-publisher.active {
  flex: 4;
}
.artifact-discovery-off-canvas-page_wrapper .searchform-subpanel.form-group .form-item-search-api-fulltext:not(.active),
.artifact-discovery-off-canvas-page_wrapper .searchform-subpanel.form-group .js-form-item-title:not(.active),
.artifact-discovery-off-canvas-page_wrapper .searchform-subpanel.form-group .js-form-item-description:not(.active),
.artifact-discovery-off-canvas-page_wrapper .searchform-subpanel.form-group .js-form-item-artifact-type:not(.active),
.artifact-discovery-off-canvas-page_wrapper .searchform-subpanel.form-group .js-form-item-mesh-topic:not(.active),
.artifact-discovery-off-canvas-page_wrapper .searchform-subpanel.form-group .js-form-item-keyword:not(.active),
.artifact-discovery-off-canvas-page_wrapper .searchform-subpanel.form-group .js-form-item-publisher:not(.active) {
  display: none;
}
.artifact-discovery-off-canvas-page_wrapper .search-box-input {
  width: 100%;
  border: 0;
  border-bottom: 2px solid #FFF;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: none;
  background-color: transparent;
  color: #FFF;
  font-size: 24px;
  height: 50px;
}
.artifact-discovery-off-canvas-page_wrapper .search-box-input:focus {
  box-shadow: no;
}
.artifact-discovery-off-canvas-page_wrapper .search-box-input::placeholder {
  font-size: calc(14px + 0.5vw);
}
.artifact-discovery-off-canvas-page_wrapper .searchform-item button {
  display: flex;
  height: 50px;
  align-items: center;
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #FFF;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  font-size: 2em;
  margin-right: 5px;
}
.artifact-discovery-off-canvas-page_wrapper .bef--secondary legend {
  color: #FFF;
  font-size: 1em;
  padding-top: 0.5em;
  margin-bottom: 0.25em;
  border-bottom: none;
}
.artifact-discovery-off-canvas-page_wrapper .bef--secondary .form--inline .form-item {
  float: left;
  margin-right: 3em;
}
.artifact-discovery-off-canvas-page_wrapper .bef--secondary summary {
  font-size: larger;
}
.artifact-discovery-off-canvas-page_wrapper .bef--secondary summary:after {
  color: #FFF;
  display: inline-block;
  margin-bottom: 1em;
}
.artifact-discovery-off-canvas-page_wrapper .bef--secondary .details-wrapper {
  margin-left: 35px;
}
.artifact-discovery-off-canvas-page_wrapper .bef--secondary .option {
  font-weight: normal;
}
.artifact-discovery-off-canvas-page_wrapper .artifact_discovery_section {
  padding-top: 60px;
  font-size: 1.8em;
}
.artifact-discovery-off-canvas-page_wrapper .artifact_discovery_section .hruler {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #1e2f40;
  width: 100%;
  height: 10px;
}
.artifact-discovery-off-canvas-page_wrapper .artifact_discovery_section .hruler .title {
  color: #1e2f40;
  padding: 0px 15px;
  background-color: #FFF;
  vertical-align: middle;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bolder;
  text-align: center;
  white-space: nowrap;
}
.artifact-discovery-off-canvas-page_wrapper .artifact_discovery_section .hruler .title .bookmark {
  height: 1.5em;
  margin-right: 3px;
}
.artifact-discovery-off-canvas-page_wrapper .artifact_discovery_section_description {
  padding-top: 1.5em;
  font-size: 17px;
  font-style: italic;
  color: #333333;
}
.artifact-discovery-off-canvas-page_wrapper .ad-search-results-page .view-filters {
  display: none;
}
.artifact-discovery-off-canvas-page_wrapper .view-new-artifacts {
  margin-top: 20px;
}
.artifact-discovery-off-canvas-page_wrapper .js-facet-block-id-clinicaldomain .block-title {
  display: none;
}
.artifact-discovery-off-canvas-page_wrapper .js-facet-block-id-clinicaldomain .facets-widget-checkbox {
  display: flex;
  align-items: center;
}
.artifact-discovery-off-canvas-page_wrapper .js-facet-block-id-clinicaldomain .facets-widget-checkbox ul {
  margin: 0;
  padding: 0;
}
.artifact-discovery-off-canvas-page_wrapper .js-facet-block-id-clinicaldomain .facets-widget-checkbox ul .facet-item {
  margin-right: 10px;
  padding: 2px 10px;
  background-color: #006AAA;
  color: #FFF;
  border-radius: 20px;
  overflow: auto;
  float: left;
}
.artifact-discovery-off-canvas-page_wrapper .js-facet-block-id-clinicaldomain .facets-widget-checkbox ul .facet-item input {
  display: none;
}
.artifact-discovery-off-canvas-page_wrapper .js-facet-block-id-clinicaldomain .facets-widget-checkbox ul .facet-item label {
  margin: 0;
}
.artifact-discovery-off-canvas-page_wrapper .js-facet-block-id-clinicaldomain .facets-soft-limit-link {
  margin-left: 10px;
  background: url("../images/add-topic-icon.png") no-repeat;
  background-size: 18px;
  padding-left: 22px;
}
.artifact-discovery-off-canvas-page_wrapper .mesh-refresh .action-refresh-topics {
  background-color: #006AAA;
  color: #FFF;
  margin: 0.5em 1em 0.2em 0;
  border-radius: 20px;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  display: inline-flex;
  cursor: pointer;
  background-color: #FFF;
  color: #006AAA;
  margin: 0.5em 0 0 0;
  background-size: 1.5em;
  padding: 0px;
  font-size: 1.1em;
}
.artifact-discovery-off-canvas-page_wrapper .mesh-selection-panel .mesh-selections {
  margin-top: 30px;
  padding: 0;
}
.artifact-discovery-off-canvas-page_wrapper .mesh-selection-panel .mesh-selections li.mesh-selection-item {
  background-color: #006AAA;
  color: #FFF;
  margin: 0.5em 1em 0.2em 0;
  border-radius: 20px;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  display: inline-flex;
  cursor: pointer;
  cursor: text;
  margin: 2px;
}
.artifact-discovery-off-canvas-page_wrapper .mesh-selection-panel .mesh-selections li.mesh-selection-item i.action-remove-mesh-term {
  padding-left: 0.5em;
  cursor: pointer;
  top: 0;
}
.artifact-discovery-off-canvas-page_wrapper .mesh-selection-panel .mesh-selections li.mesh-selection-item i.action-remove-mesh-term:hover {
  color: #1e2f40;
}
.artifact-discovery-off-canvas-page_wrapper .mesh-selection-panel .mesh-selections .mesh-selection-add-btn {
  background-color: #006AAA;
  color: #FFF;
  margin: 0.5em 1em 0.2em 0;
  border-radius: 20px;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  display: inline-flex;
  cursor: pointer;
  background-color: #FFF;
  color: #006AAA;
  margin: 0.5em 0 0 0;
  background-size: 1.5em;
  padding: 0px;
  font-size: 1.1em;
  margin: 2px 20px;
  background: url(../images/add-topic-icon.png) no-repeat;
  background-size: 20px;
  padding-left: 1.5em;
  line-height: 1.5;
  font-weight: normal;
  margin-left: 30px;
}
.artifact-discovery-off-canvas-page_wrapper .mesh-selection-panel .mesh-selections .mesh-refresh-topics-btn {
  display: inline-flex;
  font-size: 1.1em;
  color: #006AAA;
  cursor: pointer;
  padding-left: 1.5em;
  padding-bottom: 2px;
  margin-left: 10px;
  margin-top: 2px;
  margin-bottom: 2px;
}
.artifact-discovery-off-canvas-page_wrapper .mesh-selection-panel .mesh-selections .mesh-refresh-topics-btn i {
  padding-right: 5px;
}
.artifact-discovery-off-canvas-page_wrapper #block-meshselection {
  display: none;
  border: 1pt solid lightgray;
  padding: 1em;
  margin-top: 2em;
}
.artifact-discovery-off-canvas-page_wrapper .mesh-selection {
  padding: 2em;
  border: 1px solid #BDBDBD;
}
.artifact-discovery-off-canvas-page_wrapper .mesh-selection .nlm-text {
  font-style: italic;
  padding-top: 2em;
}
.artifact-discovery-off-canvas-page_wrapper .mesh-selection .mesh-instructs {
  margin-bottom: 10px;
  font-weight: bold;
}
.artifact-discovery-off-canvas-page_wrapper .mesh-selection .mesh-spacer {
  padding-top: 10pt;
}
.artifact-discovery-off-canvas-page_wrapper .mesh-selection ul {
  list-style: none;
}
.artifact-discovery-off-canvas-page_wrapper .mesh-selection ul li a {
  text-decoration: none;
}
.artifact-discovery-off-canvas-page_wrapper .mesh-selection ul li .mesh-term { /* this is the term in the tree */
  font-weight: 100;
  color: #1e2f40;
}
.artifact-discovery-off-canvas-page_wrapper .mesh-selection ul li .mesh-term-parent:after {
  background-color: #1e2f40;
  color: white;
  font-weight: 900;
  border-radius: 50%;
  margin: 0 0 0 0.5em;
  text-decoration: none;
  padding: 0 4pt;
  content: "+";
  font-size: 90%;
}
.artifact-discovery-off-canvas-page_wrapper .mesh-selection ul li .mesh-tree-checkbox-checked {
  color: #006AAA;
  margin: 0 0.5em 0 2px;
  cursor: pointer;
}
.artifact-discovery-off-canvas-page_wrapper .mesh-selection ul li .mesh-tree-checkbox-unchecked {
  color: darkgray;
  margin: 0 0.5em 0 2px;
  cursor: pointer;
}
.artifact-discovery-off-canvas-page_wrapper .mesh-selection ul li .mesh-tree-checkbox-cannotcheck {
  margin-right: 0.5em;
  color: lightgray;
  font-size: 1.1em;
}
.artifact-discovery-off-canvas-page_wrapper .mesh-selection ul li .mesh-selection-cancel-btn {
  background-color: #006AAA;
  color: #FFF;
  margin: 0.5em 1em 0.2em 0;
  border-radius: 20px;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  display: inline-flex;
  cursor: pointer;
  background-color: #FFF;
  color: #006AAA;
  margin: 0.5em 0 0 0;
  background-size: 1.5em;
  padding: 0px;
  font-size: 1.1em;
  padding-left: 1em;
}
.artifact-discovery-off-canvas-page_wrapper .mesh-selection ul li[expanded=true] > a.mesh-term-parent:after {
  background-color: #1e2f40;
  color: white;
  font-weight: 900;
  border-radius: 50%;
  margin: 0 0 0 0.5em;
  text-decoration: none;
  content: "–";
  font-size: 80%;
}

.workgroup__content {
  margin: 0 auto;
}
@media only screen and (min-width: 1200px) {
  .workgroup__content {
    width: 1170px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .workgroup__content {
    width: 970px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .workgroup__content {
    width: 750px;
  }
}
@media only screen and (max-width: 767px) {
  .workgroup__content {
    width: 100%;
  }
}
.workgroup__content .workgroup__intro {
  margin: 0 -9999rem;
  padding: 0.25rem 9999rem;
  background-color: #F7F7F7;
}
.workgroup__content .workgroup__intro .workgroup__description {
  margin-top: 20px;
  padding-bottom: 70px;
}
.workgroup__content .workgroup__tabs {
  margin: 0 -9999rem;
  padding: 0.25rem 9999rem;
  background-color: #F7F7F7;
}
.workgroup__content .workgroup__tabs .nav-tabs li a {
  border-radius: 0;
  font-size: 1.2em;
  padding: 20px;
  color: #4D4D4D;
  cursor: pointer;
}
.workgroup__content .workgroup__tabs .nav-tabs li a:hover {
  border-color: transparent;
}
.workgroup__content .workgroup__tabs .nav-tabs li.active > a {
  border-top: 3px solid #006AAA;
  font-weight: 600;
  border-left-color: #ddd;
  border-right-color: #ddd;
}
.workgroup__content .workgroup__tabs .workgroup__tab-content {
  margin: 0 -9999rem;
  padding: 0.25rem 9999rem;
  background-color: #FFF;
}
.workgroup__content .workgroup__tabs .workgroup__tab-content .workgroup__members {
  margin: 0 -9999rem;
  padding: 0.25rem 9999rem;
  background-color: #FFF;
  border-bottom: 2px solid #dedede;
  box-shadow: 0 5px 2px -2px #F7F7F7;
}
.workgroup__content .workgroup__tabs .workgroup__tab-content .workgroup__members .logos {
  padding-top: 0px;
}
.workgroup__content .workgroup__tabs .workgroup__tab-content .workgroup__members .logos img {
  padding: 20px;
}
.workgroup__content .workgroup__tabs .workgroup__tab-content .workgroup__members .logos .ahrq-logo {
  width: 200px;
}
.workgroup__content .workgroup__tabs .workgroup__tab-content .workgroup__members .logos .mitre-logo {
  margin-bottom: -20px;
  width: 190px;
}
.workgroup__content .workgroup__tabs .workgroup__tab-content .workgroup__members .subtext {
  font-style: italic;
  padding: 0 0 50px 20px;
  color: #585858;
}
.workgroup__content .workgroup__tabs .workgroup__tab-content .workgroup__mission {
  text-align: center;
  padding: 30px 0 50px 0;
}
.workgroup__content .workgroup__tabs .workgroup__tab-content .workgroup__role {
  margin: 0 -9999rem;
  padding: 0.25rem 9999rem;
  background-color: #F7F7F7;
}
.workgroup__content .workgroup__tabs .workgroup__tab-content .workgroup__role h1 {
  padding-top: 20px;
}
.workgroup__content .workgroup__tabs .workgroup__tab-content .workgroup__role .interaction {
  text-align: center;
  margin: 10px 0;
}
.workgroup__content .workgroup__tabs .workgroup__tab-content .workgroup__schedule {
  margin: 0 -9999rem;
  padding: 0.25rem 9999rem;
  background-color: #FFF;
  border-bottom: 2px solid #dedede;
  box-shadow: 0 5px 2px -2px #F7F7F7;
}
.workgroup__content .workgroup__tabs .workgroup__tab-content .workgroup__schedule h1 {
  margin-top: 50px;
}
.workgroup__content .workgroup__tabs .workgroup__tab-content .workgroup__schedule .schedule-titles {
  padding: 10px 0;
}
.workgroup__content .workgroup__tabs .workgroup__tab-content .workgroup__schedule .schedule-titles .schedule-title {
  font-size: 1.2em;
  color: #585858;
}
.workgroup__content .workgroup__tabs .workgroup__tab-content .workgroup__schedule .schedule-event {
  padding: 20px 0;
}
.workgroup__content .workgroup__tabs .workgroup__tab-content .workgroup__schedule .schedule-event .schedule-event-date {
  font-weight: 100;
  padding-top: 5px;
}
.workgroup__content .workgroup__tabs .workgroup__tab-content .workgroup__schedule .schedule-event .schedule-event-info .schedule-event-info-title {
  font-size: 1.25em;
  padding-bottom: 10px;
}
.workgroup__content .workgroup__tabs .workgroup__tab-content .workgroup__schedule .schedule-event .schedule-event-info .schedule-event-info-description {
  border-left: 1px solid #cdcdcd;
}
.workgroup__content .workgroup__tabs .workgroup__tab-content .workgroup__schedule .schedule-event .schedule-event-info .schedule-event-info-description .agenda-item,
.workgroup__content .workgroup__tabs .workgroup__tab-content .workgroup__schedule .schedule-event .schedule-event-info .schedule-event-info-description .event-time,
.workgroup__content .workgroup__tabs .workgroup__tab-content .workgroup__schedule .schedule-event .schedule-event-info .schedule-event-info-description .join-online {
  padding: 3px 30px;
  font-weight: 100;
}
.workgroup__content .workgroup__tabs .workgroup__tab-content .workgroup__schedule .schedule-event .schedule-event-info .schedule-event-info-description .agenda-item,
.workgroup__content .workgroup__tabs .workgroup__tab-content .workgroup__schedule .schedule-event .schedule-event-info .schedule-event-info-description .event-time {
  font-style: italic;
}
.workgroup__content .workgroup__tabs .workgroup__tab-content .workgroup__schedule .schedule-event .schedule-event-info .schedule-event-info-description .event-time {
  padding-top: 5px;
}

.workgroup-content-new {
  margin: 0 auto;
}
@media only screen and (min-width: 1200px) {
  .workgroup-content-new {
    width: 1170px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .workgroup-content-new {
    width: 970px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .workgroup-content-new {
    width: 750px;
  }
}
@media only screen and (max-width: 767px) {
  .workgroup-content-new {
    width: 100%;
  }
}
.workgroup-content-new .content .field--name-body {
  margin: 0 -9999rem;
  padding: 0.25rem 9999rem;
  background-color: #F7F7F7;
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.workgroup-content-new .field--name-field-paragraphs {
  margin: 0 -9999rem;
  padding: 0.25rem 9999rem;
  background-color: #F7F7F7;
}
.workgroup-content-new .field--name-field-paragraphs .nav-tabs li a {
  border-radius: 0;
  font-size: 1.2em;
  padding: 20px;
  color: #4D4D4D;
  cursor: pointer;
}
.workgroup-content-new .field--name-field-paragraphs .nav-tabs li a:hover {
  border-color: transparent;
}
.workgroup-content-new .field--name-field-paragraphs .nav-tabs li.active > a {
  border-top: 3px solid #006AAA;
  font-weight: 600;
  border-left-color: #ddd;
  border-right-color: #ddd;
}
.workgroup-content-new .field--name-field-paragraphs .paragraph__column {
  padding-bottom: 0px;
}
.workgroup-content-new .field--name-field-paragraphs .paragraph__column .tab-content {
  margin: 0 -9999rem;
  padding: 0.25rem 9999rem;
  background-color: #FFF;
}
.workgroup-content-new .field--name-field-paragraphs .paragraph__column .tab-content .workgroup__members {
  margin: 0 -9999rem;
  padding: 0.25rem 9999rem;
  background: #FFF;
}
@media (min-width: 768px) {
  .workgroup-content-new .field--name-field-paragraphs .paragraph__column .tab-content .workgroup__members {
    padding: 0 calc((100vw - 768px + 30px * 2) / 2);
    margin: 0 calc(-1 * ((100vw - 768px) / 2 + 30px));
  }
}
@media (min-width: 992px) {
  .workgroup-content-new .field--name-field-paragraphs .paragraph__column .tab-content .workgroup__members {
    padding: 0 calc((100vw - 992px + 30px * 2) / 2);
    margin: 0 calc(-1 * ((100vw - 992px) / 2 + 30px));
  }
}
@media (min-width: 1200px) {
  .workgroup-content-new .field--name-field-paragraphs .paragraph__column .tab-content .workgroup__members {
    padding: 0 calc((100vw - 1200px + 30px * 2) / 2);
    margin: 0 calc(-1 * ((100vw - 1200px) / 2 + 30px));
  }
}
.workgroup-content-new .field--name-field-paragraphs .paragraph__column .tab-content .workgroup__members .logos {
  padding-top: 0px;
}
.workgroup-content-new .field--name-field-paragraphs .paragraph__column .tab-content .workgroup__members .logos img {
  padding: 20px;
}
.workgroup-content-new .field--name-field-paragraphs .paragraph__column .tab-content .workgroup__members .logos .ahrq-logo {
  width: 200px;
}
.workgroup-content-new .field--name-field-paragraphs .paragraph__column .tab-content .workgroup__members .logos .mitre-logo {
  margin-bottom: -20px;
  width: 190px;
}
.workgroup-content-new .field--name-field-paragraphs .paragraph__column .tab-content .workgroup__members .subtext {
  font-style: italic;
  padding: 0 0 50px 20px;
  color: #585858;
}
.workgroup-content-new .field--name-field-paragraphs .paragraph__column {
  padding-top: 0;
}
.workgroup-content-new .field--name-field-paragraphs .workgroup__role {
  margin: 0 -9999rem;
  padding: 0.25rem 9999rem;
  background-color: #F7F7F7;
  border-top: 2px solid #dedede;
  padding-bottom: 2rem;
}
.workgroup-content-new .field--name-field-paragraphs .workgroup__role h1 {
  padding-top: 20px;
}
.workgroup-content-new .field--name-field-paragraphs .workgroup__role .interaction {
  text-align: center;
  margin: 10px 0;
}
.workgroup-content-new .field--name-field-paragraphs .workgroup--schedule {
  margin: 0 -9999rem;
  padding: 0.25rem 9999rem;
  background-color: #FFF;
  border-bottom: 2px solid #dedede;
  box-shadow: 0 5px 2px -2px #F7F7F7;
}
.workgroup-content-new .field--name-field-paragraphs .workgroup--schedule h1 {
  margin-top: 50px;
}
.workgroup-content-new .field--name-field-paragraphs .workgroup--schedule .schedule-titles .schedule-title {
  font-size: 1.2em;
  color: #585858;
}
.workgroup-content-new .field--name-field-paragraphs .workgroup--schedule .schedule-event {
  padding: 20px 0;
}
.workgroup-content-new .field--name-field-paragraphs .workgroup--schedule .schedule-event-info-title .title {
  font-size: 1.2em;
  color: #585858;
}
.workgroup-content-new .field--name-field-paragraphs .workgroup--schedule .schedule-event-info-title .body {
  padding-left: 20px;
  margin-top: 10px;
  font-style: italic;
  border-left: 1px solid #cdcdcd;
}
.workgroup-content-new .field--name-field-paragraphs .workgroup--schedule .schedule-event-info-title .body p {
  padding: 0;
}

.workgroup__objective {
  border-top: 2px solid #dedede;
  margin-top: 3em;
  border-bottom: 2px solid #dedede;
  padding-bottom: 3em;
}

.cholesterol {
  margin-top: -20px;
  padding-bottom: 20px;
}
.cholesterol a {
  font-style: italic;
}

.workgroup--schedule--new {
  margin: 0 -9999rem;
  padding: 0.25rem 9999rem;
  background-color: #FFF;
  border-bottom: 2px solid #dedede;
  box-shadow: 0 5px 2px -2px #F7F7F7;
}
.workgroup--schedule--new h1 {
  margin-top: 1px;
}
.workgroup--schedule--new .schedule-titles .schedule-title {
  font-size: 1.2em;
  color: #585858;
}
.workgroup--schedule--new .schedule-event {
  padding: 20px 0;
}
.workgroup--schedule--new .schedule-event-info-title .title {
  font-size: 1.2em;
  color: #585858;
}
.workgroup--schedule--new .schedule-event-info-title .body {
  padding-left: 20px;
  margin-top: 10px;
  font-style: italic;
  border-left: 1px solid #cdcdcd;
}
.workgroup--schedule--new .schedule-event-info-title .body p {
  padding: 0;
}

@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "⛺";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "¥";
}

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

.patient_perspective--block {
  margin-top: 0px;
  margin-right: -9999rem;
  margin-bottom: 0px;
  margin-left: -9999rem;
  padding-top: 10px;
  padding-right: 9999rem;
  padding-left: 9999rem;
  background-color: #58809b;
  font-size: 3em;
  font-family: sans-serif;
  color: white;
  display: flex;
  align-items: center;
}
.patient_perspective--block img {
  height: calc(40px + 12vw);
  max-height: 300px;
}

.patient_perspective--blocktext {
  font-size: calc(8px + 2vw);
  font-family: "Code Pro LC", Arial, sans-serif;
}

.patient_perspective-content {
  margin: 0 auto;
}
@media only screen and (min-width: 1200px) {
  .patient_perspective-content {
    width: 1170px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .patient_perspective-content {
    width: 970px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .patient_perspective-content {
    width: 750px;
  }
}
@media only screen and (max-width: 767px) {
  .patient_perspective-content {
    width: 100%;
  }
}
.patient_perspective-content .content .field--name-body {
  margin: 0 -9999rem;
  padding: 0.25rem 9999rem;
  background-color: #F7F7F7;
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.patient_perspective-content .patient_perspective-aboutbodytext {
  font-size: calc(12px + 0.2vw);
}
.patient_perspective-content .patient_perspective-aboutbodytext p {
  padding-top: 0px;
}
.patient_perspective-content .patient_perspective-aboutrow {
  padding-top: 30px;
}
.patient_perspective-content .patient_perspective-aboutrow img {
  height: calc(50px + 3vw);
  max-height: 100px;
}
.patient_perspective-content .field--name-field-paragraphs {
  margin: 0 -9999rem;
  padding: 0.25rem 9999rem;
  background-color: #F7F7F7;
  padding: 2rem 9999rem 0 9999rem;
}
.patient_perspective-content .field--name-field-paragraphs .nav-tabs li a {
  border-radius: 0;
  font-size: 1.2em;
  padding: 20px;
  color: #4D4D4D;
  cursor: pointer;
}
.patient_perspective-content .field--name-field-paragraphs .nav-tabs li a:hover {
  border-color: transparent;
}
.patient_perspective-content .field--name-field-paragraphs .nav-tabs li.active > a {
  border-top: 3px solid #006AAA;
  font-weight: 600;
  border-left-color: #ddd;
  border-right-color: #ddd;
}
.patient_perspective-content .field--name-field-paragraphs .paragraph__column {
  padding-bottom: 0px;
}
.patient_perspective-content .field--name-field-paragraphs .paragraph__column .tab-content {
  margin: 0 -9999rem;
  padding: 0.25rem 9999rem;
  background-color: #FFF;
  padding-bottom: 40px;
}
.patient_perspective-content .field--name-field-paragraphs .paragraph__column {
  padding-top: 0;
}

.bloglist {
  padding: 0 0;
  border-left: 1px solid #cdcdcd;
  margin-bottom: 15px;
}

.blogentry-datewritten {
  padding-left: 40px;
  font-size: 1.2em;
  color: #585858;
}
.blogentry-datewritten p {
  padding: 0;
}

.blogentry-datewritten:before {
  content: "●";
  position: absolute;
  color: #006aaa;
  left: -14.5px;
  font-size: 3em;
  margin-top: -0.58em;
}

.blogentry-title {
  padding-left: 40px;
  font-size: 1.4em;
  font-weight: bold;
  color: #585858;
  margin-top: 5px;
}
.blogentry-title p {
  padding: 0;
}

.blogentry-author {
  padding-left: 40px;
  font-style: italic;
  color: #585858;
}
.blogentry-author p {
  padding: 0;
}

.blogentry-body {
  padding-left: 40px;
  font-size: 1em;
  color: #585858;
  margin-top: 10px;
}
.blogentry-body div p {
  padding: 0;
}
.blogentry-body div p b, .blogentry-body div p strong {
  font-weight: normal;
}

.blog_back_print {
  color: #58809b;
  margin-bottom: 10px;
  margin-top: 20px;
}

.blog_print_button {
  border: none;
  background-color: white;
  color: #006AAA;
  float: right;
}

hr.blog_hr {
  font-size: 2em;
  border-width: 1px 0;
  border-color: #bbbdbe;
  margin-top: 10px;
  margin-bottom: 10px;
}

hr.blog_hr.blog_hr_top {
  font-family: "Glyphicons Halflings";
  text-align: center;
  margin-bottom: 50px;
  overflow: visible;
}

hr.blog_hr.blog_hr_top:after {
  content: "\e044";
  color: #bbbdbe;
  display: inline;
  position: relative;
  top: -6px;
}

.blog_title {
  font-size: 4em;
  display: inline-block;
  text-align: center;
  color: #4a4a4a;
  margin-bottom: 30px;
}

.blog_subtitle {
  margin-bottom: 30px;
  color: #aaa;
}

.blog_date {
  text-align: center;
  font-size: 1.25em;
}

.blog_author {
  text-align: center;
  font-size: 1.25em;
  font-style: italic;
}

.blog_keywords {
  display: block;
  text-align: center;
  color: #aaa;
  font-size: 1.1em;
}

.faq-table table td, .faq-table table th {
  border: 1px solid #999;
  padding: 0.8rem;
  text-align: left;
}
.faq-table table thead {
  font-size: medium;
  text-align: center;
  word-break: keep-all;
}

.combined-signup-preamble p {
  color: #4b4b4b;
}

.combined-signup-note p {
  color: #4b4b4b;
}

.combined-signup-permissions div {
  font-size: 20px;
  font-weight: bold;
  padding-top: 20px;
}
.combined-signup-permissions p {
  color: #4b4b4b;
}

.combined-signup-form-checkboxes {
  position: relative;
  left: 20px;
}
.combined-signup-form-checkboxes div {
  position: relative;
  left: 20px;
}
.combined-signup-form-checkboxes div div > label input {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
}
.combined-signup-form-checkboxes div div > label p {
  position: relative;
  top: 4px;
  padding-top: 0px;
}

.combined-signup-paragraph {
  color: #4b4b4b;
  padding-bottom: 30px;
}

.terms-and-conditions .t-and-c-title {
  font-weight: bold;
  padding-bottom: 20px;
  text-transform: uppercase;
}
.terms-and-conditions .t-and-c-title i {
  color: red;
}
.terms-and-conditions .t-and-c-text {
  height: 600px;
  width: auto;
  overflow: auto;
  border: 1px solid #ccc;
  padding: 15px;
}
.terms-and-conditions .t-and-c-text .t-and-c-text-title {
  text-transform: uppercase;
  color: #4b4b4b;
  padding-bottom: 20px;
  text-align: center;
  font-weight: bold;
  padding-top: 10px;
}
.terms-and-conditions .t-and-c-text .t-and-c-text-section {
  text-transform: uppercase;
  font-weight: bold;
}

.t-and-c-link-wrapper {
  padding-top: 10px;
}

.t-and-c-accept div > div > label input {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
}
.t-and-c-accept div > div > label input:disabled ~ b {
  color: gray;
}
.t-and-c-accept div > div > label b {
  position: relative;
  top: 4px;
}
.t-and-c-accept div > div > label b i {
  color: red;
}

.privacy-notice-title {
  font-weight: bold;
  padding-bottom: 20px;
}

.privacy-notice-text {
  border: 1px solid #ccc;
  padding: 15px;
  background-color: rgba(222, 237, 100, 0.6196078431);
}

.signup-submit-button {
  margin-top: 30px;
}

.view-cds-community-reports .views-row {
  margin-bottom: 6em;
}
.view-cds-community-reports .views-field-title {
  margin-bottom: 0;
  padding-bottom: 0;
}

.region:has(.cds-connect-reports-page) > div > h1 > span {
  display: none;
}

.user-guide-page {
  font-size: 125%;
}
.user-guide-page img {
  max-width: 80%;
  height: auto;
  box-shadow: 0px 5px 7px 6px lightgrey;
}
.user-guide-page .block-book-navigation li {
  padding-bottom: 5px;
}
.user-guide-page .block-book-navigation li > ol {
  padding-top: 5px;
}
.user-guide-page nav {
  display: none;
}

.region:has(.cds-connect-reports-page) > div > h1 > span {
  display: none;
}

.cedar-landing-page img {
  width: 90%;
  height: 90%;
}

/**
 * jQuery UI autocomplete widget style overrides.
 *
 * $todo Remove once jQuery UI is no longer used?
 */
.ui-autocomplete {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  color: inherit;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  list-style: none;
  min-width: 160px;
  padding: 5px 0;
  text-align: left;
  z-index: 1000;
}
.ui-autocomplete .ui-menu-item {
  border: 0;
  border-radius: 0;
  clear: both;
  color: #333333;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.428571429;
  margin: 0;
  outline: 0;
  padding: 3px 20px;
  text-decoration: none;
  white-space: nowrap;
}
.ui-autocomplete .ui-menu-item.ui-state-hover {
  background: #f5f5f5;
  color: #262626;
}
.ui-autocomplete .ui-menu-item.ui-state-active, .ui-autocomplete .ui-menu-item.ui-state-focus {
  background: #337ab7;
  color: #fff;
}

body {
  margin-top: 0;
  overflow-x: hidden;
}

ol, ul {
  padding-left: 1.5em;
}
.popover ol:last-child, .popover ul:last-child {
  margin-bottom: 0;
}

a {
  font-weight: 400;
  color: #006AAA;
}

h1, .h1 {
  font-size: 27px;
}

h2, .h2 {
  font-size: 18px;
}

h3, .h3 {
  font-size: 17px;
}

h4, .h4 {
  font-size: 14px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 11px;
}

.page-header {
  margin-top: 0;
  border-bottom: 0;
}

/* Temporary style to hide the title on the homepage */
.front-page h1.page-header {
  display: none;
}

p:last-child,
.form-group:last-child,
.panel:last-child {
  margin-bottom: 0;
}

.region-help > .glyphicon {
  font-size: 18px;
  float: left;
  margin: -0.05em 0.5em 0 0;
}
.region-help .block {
  overflow: hidden;
}

.help-block, .control-group .help-inline {
  color: #777777;
  font-size: 12px;
  margin: 5px 0 10px;
  padding: 0;
}
.help-block:first-child, .control-group .help-inline:first-child {
  margin-top: 0;
}

.block-text-resize .contextual {
  right: 0;
}

@font-face {
  font-family: "Code-Pro";
  src: url("../css/fonts/233341_0_0.eot");
  src: url("../css/fonts/233341_0_0.eot?#iefix") format("embedded-opentype"), url("../css/fonts/233341_0_0.woff") format("woff"), url("../css/fonts/233341_0_0.ttf") format("truetype");
}
@font-face {
  font-family: "Code-Pro-LC";
  src: url("../css/fonts/235257_0_0.eot");
  src: url("../css/fonts/235257_0_0.eot?#iefix") format("embedded-opentype"), url("../css/fonts/235257_0_0.woff") format("woff"), url("../css/fonts/235257_0_0.ttf") format("truetype");
}
@font-face {
  font-family: "CartoGothicStdBook";
  src: url("../css/fonts/CartoGothicStd-Book-webfont.eot");
  src: url("../css/fonts/CartoGothicStd-Book-webfont.eot?#iefix") format("embedded-opentype"), url("../css/fonts/CartoGothicStd-Book-webfont.woff") format("woff"), url("../css/fonts/CartoGothicStd-Book-webfont.ttf") format("truetype"), url("../css/fonts/CartoGothicStd-Book-webfont.svg#CartoGothicStdBook") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "CartoGothicStdItalic";
  src: url("../css/fonts/CartoGothicStd-Italic-webfont.eot");
  src: url("../css/fonts/CartoGothicStd-Italic-webfont.eot?#iefix") format("embedded-opentype"), url("../css/fonts/CartoGothicStd-Italic-webfont.woff") format("woff"), url("../css/fonts/CartoGothicStd-Italic-webfont.ttf") format("truetype"), url("../css/fonts/CartoGothicStd-Italic-webfont.svg#CartoGothicStdItalic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "CartoGothicStdBold";
  src: url("../css/fonts/CartoGothicStd-Bold-webfont.eot");
  src: url("../css/fonts/CartoGothicStd-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../css/fonts/CartoGothicStd-Bold-webfont.woff") format("woff"), url("../css/fonts/CartoGothicStd-Bold-webfont.ttf") format("truetype"), url("../css/fonts/CartoGothicStd-Bold-webfont.svg#CartoGothicStdBold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "CartoGothicStdBoldItalic";
  src: url("../css/fonts/CartoGothicStd-BoldItalic-webfont.eot");
  src: url("../css/fonts/CartoGothicStd-BoldItalic-webfont.eot?#iefix") format("embedded-opentype"), url("../css/fonts/CartoGothicStd-BoldItalic-webfont.woff") format("woff"), url("../css/fonts/CartoGothicStd-BoldItalic-webfont.ttf") format("truetype"), url("../css/fonts/CartoGothicStd-BoldItalic-webfont.svg#CartoGothicStdBoldItalic") format("svg");
  font-weight: normal;
  font-style: normal;
}
.paragraph > .paragraph__column {
  padding-bottom: 5px;
}

summary {
  display: list-item;
}

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