/* Font Awesome 4.7.0 — SUBSET. Generated 2026-06-10 from the
 * upstream CSS, keeping only the 91 icons in use on
 * this site (plus their FA aliases). Multi-selector compound
 * rules are trimmed: e.g. `.fa-warning:before, .fa-exclamation-
 * triangle:before {...}` keeps both because both are in our set.
 *
 * Regenerate via:
 *   grep -rohE 'fa fa-[a-z0-9-]+' --include='*.html' openamerica/ \
 *     | sed 's/fa fa-//' | sort -u > /tmp/oa_icons.txt
 * then re-run the subset script in the audit follow-up commit.
 *
 * Font files self-hosted at core/fonts/fa/ — woff2 + woff only.
 * IE-only .eot/.ttf/.svg formats stripped from @font-face block.
 */

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
font-family: 'FontAwesome';
  src: ;
  src: url("../fonts/fa/fontawesome-webfont.af7ae505a9ee.woff2") format('woff2'), url("../fonts/fa/fontawesome-webfont.fee66e712a8a.woff") format('woff'), ;
  font-weight: normal;
  font-style: normal;
}

.fa {
display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
font-size: 2em;
}

.fa-3x {
font-size: 3em;
}

.fa-4x {
font-size: 4em;
}

.fa-5x {
font-size: 5em;
}

.fa-fw {
width: 1.28571429em;
  text-align: center;
}

.fa-ul {
padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
position: relative;
}

.fa-li {
position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
left: -1.85714286em;
}

.fa-border {
padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

.fa-pull-left {
float: left;
}

.fa-pull-right {
float: right;
}

.fa.fa-pull-left {
margin-right: .3em;
}

.fa.fa-pull-right {
margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
float: right;
}

.pull-left {
float: left;
}

.fa.pull-left {
margin-right: .3em;
}

.fa.pull-right {
margin-left: .3em;
}

.fa-spin {
-webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
-webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

100% {
-webkit-transform: rotate(359deg);
    transform: rotate(359deg);
}

}
@keyframes fa-spin {
0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

100% {
-webkit-transform: rotate(359deg);
    transform: rotate(359deg);
}

}
.fa-rotate-90 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
filter: none;
}

.fa-stack {
position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
line-height: inherit;
}

.fa-stack-2x {
font-size: 2em;
}

.fa-inverse {
color: #ffffff;
}

.fa-search:before {
content: "\f002";
}

.fa-envelope-o:before {
content: "\f003";
}

.fa-heart:before {
content: "\f004";
}

.fa-star:before {
content: "\f005";
}

.fa-star-o:before {
content: "\f006";
}

.fa-user:before {
content: "\f007";
}

.fa-check:before {
content: "\f00c";
}

.fa-times:before {
content: "\f00d";
}

.fa-cog:before {
content: "\f013";
}

.fa-clock-o:before {
content: "\f017";
}

.fa-refresh:before {
content: "\f021";
}

.fa-list-alt:before {
content: "\f022";
}

.fa-lock:before {
content: "\f023";
}

.fa-flag:before {
content: "\f024";
}

.fa-book:before {
content: "\f02d";
}

.fa-bookmark:before {
content: "\f02e";
}

.fa-list:before {
content: "\f03a";
}

.fa-video-camera:before {
content: "\f03d";
}

.fa-map-marker:before {
content: "\f041";
}

.fa-check-square-o:before {
content: "\f046";
}

.fa-play:before {
content: "\f04b";
}

.fa-times-circle:before {
content: "\f057";
}

.fa-check-circle:before {
content: "\f058";
}

.fa-info-circle:before {
content: "\f05a";
}

.fa-ban:before {
content: "\f05e";
}

.fa-arrow-left:before {
content: "\f060";
}

.fa-arrow-right:before {
content: "\f061";
}

.fa-arrow-up:before {
content: "\f062";
}

.fa-leaf:before {
content: "\f06c";
}

.fa-fire:before {
content: "\f06d";
}

.fa-eye:before {
content: "\f06e";
}

.fa-eye-slash:before {
content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
content: "\f071";
}

.fa-calendar:before {
content: "\f073";
}

.fa-chevron-down:before {
content: "\f078";
}

.fa-folder-open:before {
content: "\f07c";
}

.fa-cogs:before {
content: "\f085";
}

.fa-sign-out:before {
content: "\f08b";
}

.fa-external-link:before {
content: "\f08e";
}

.fa-trophy:before {
content: "\f091";
}

.fa-phone:before {
content: "\f095";
}

.fa-bookmark-o:before {
content: "\f097";
}

.fa-twitter:before {
content: "\f099";
}

.fa-facebook:before {
content: "\f09a";
}

.fa-credit-card:before {
content: "\f09d";
}

.fa-bullhorn:before {
content: "\f0a1";
}

.fa-globe:before {
content: "\f0ac";
}

.fa-filter:before {
content: "\f0b0";
}

.fa-users:before {
content: "\f0c0";
}

.fa-copy:before,
.fa-files-o:before {
content: "\f0c5";
}

.fa-floppy-o:before {
content: "\f0c7";
}

.fa-list-ul:before {
content: "\f0ca";
}

.fa-magic:before {
content: "\f0d0";
}

.fa-envelope:before {
content: "\f0e0";
}

.fa-linkedin:before {
content: "\f0e1";
}

.fa-undo:before {
content: "\f0e2";
}

.fa-gavel:before {
content: "\f0e3";
}

.fa-comment-o:before {
content: "\f0e5";
}

.fa-bolt:before {
content: "\f0e7";
}

.fa-sitemap:before {
content: "\f0e8";
}

.fa-clipboard:before {
content: "\f0ea";
}

.fa-bell-o:before {
content: "\f0a2";
}

.fa-file-text-o:before {
content: "\f0f6";
}

.fa-circle-o:before {
content: "\f10c";
}

.fa-quote-left:before {
content: "\f10d";
}

.fa-spinner:before {
content: "\f110";
}

.fa-circle:before {
content: "\f111";
}

.fa-gamepad:before {
content: "\f11b";
}

.fa-flag-o:before {
content: "\f11d";
}

.fa-microphone:before {
content: "\f130";
}

.fa-rocket:before {
content: "\f135";
}

.fa-thumbs-up:before {
content: "\f164";
}

.fa-thumbs-down:before {
content: "\f165";
}

.fa-youtube-play:before {
content: "\f16a";
}

.fa-moon-o:before {
content: "\f186";
}

.fa-bug:before {
content: "\f188";
}

.fa-university:before {
content: "\f19c";
}

.fa-database:before {
content: "\f1c0";
}

.fa-file-pdf-o:before {
content: "\f1c1";
}

.fa-history:before {
content: "\f1da";
}

.fa-share-alt:before {
content: "\f1e0";
}

.fa-newspaper-o:before {
content: "\f1ea";
}

.fa-heartbeat:before {
content: "\f21e";
}

.fa-balance-scale:before {
content: "\f24e";
}

.fa-universal-access:before {
content: "\f29a";
}

.fa-handshake-o:before {
content: "\f2b5";
}

.fa-user-circle-o:before {
content: "\f2be";
}

.fa-id-card-o:before {
content: "\f2c3";
}

.fa-sun-o:before {
content: "\f185";
}

.fa-flask:before {
content: "\f0c3";
}

.sr-only {
position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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;
}
