@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

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

/*!
 * Font Awesome Free 5.3.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}

.fa-xs {
  font-size: .75em;
}

.fa-sm {
  font-size: .875em;
}

.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-fw {
  text-align: center;
  width: 1.25em;
}

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

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

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

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

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

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

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-ad:before {
  content: "\f641";
}

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

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

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

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

.fa-algolia:before {
  content: "\f36c";
}

.fa-align-center:before {
  content: "\f037";
}

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

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-allergies:before {
  content: "\f461";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

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

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

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

.fa-android:before {
  content: "\f17b";
}

.fa-angellist:before {
  content: "\f209";
}

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

.fa-angle-double-left:before {
  content: "\f100";
}

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

.fa-angle-double-up:before {
  content: "\f102";
}

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

.fa-angle-left:before {
  content: "\f104";
}

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

.fa-angle-up:before {
  content: "\f106";
}

.fa-angry:before {
  content: "\f556";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

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

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-alt:before {
  content: "\f5d1";
}

.fa-apple-pay:before {
  content: "\f415";
}

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

.fa-archway:before {
  content: "\f557";
}

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

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

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

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

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

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

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

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

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

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

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

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

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

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

.fa-asymmetrik:before {
  content: "\f372";
}

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

.fa-atlas:before {
  content: "\f558";
}

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

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-backspace:before {
  content: "\f55a";
}

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

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

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

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

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

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

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

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

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

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

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

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

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

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bible:before {
  content: "\f647";
}

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

.fa-bimobject:before {
  content: "\f378";
}

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

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

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

.fa-blind:before {
  content: "\f29d";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

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

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

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

.fa-bone:before {
  content: "\f5d7";
}

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

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

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

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

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

.fa-bowling-ball:before {
  content: "\f436";
}

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

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

.fa-boxes:before {
  content: "\f468";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-brain:before {
  content: "\f5dc";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-broadcast-tower:before {
  content: "\f519";
}

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

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

.fa-btc:before {
  content: "\f15a";
}

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

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

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

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

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

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-bus:before {
  content: "\f207";
}

.fa-bus-alt:before {
  content: "\f55e";
}

.fa-business-time:before {
  content: "\f64a";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-calculator:before {
  content: "\f1ec";
}

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

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

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

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

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

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

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

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

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

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

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

.fa-car-alt:before {
  content: "\f5de";
}

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

.fa-car-crash:before {
  content: "\f5e1";
}

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

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

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

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

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

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

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

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

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

.fa-cart-arrow-down:before {
  content: "\f218";
}

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

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-centercode:before {
  content: "\f380";
}

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

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

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

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

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

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

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-pie:before {
  content: "\f200";
}

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

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

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

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

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

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

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

.fa-chess-king:before {
  content: "\f43f";
}

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

.fa-chess-pawn:before {
  content: "\f443";
}

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

.fa-chess-rook:before {
  content: "\f447";
}

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

.fa-chevron-circle-left:before {
  content: "\f137";
}

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

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

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

.fa-chevron-left:before {
  content: "\f053";
}

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

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

.fa-child:before {
  content: "\f1ae";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-church:before {
  content: "\f51d";
}

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

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

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

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

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

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

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

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

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

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-cocktail:before {
  content: "\f561";
}

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

.fa-code-branch:before {
  content: "\f126";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

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

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

.fa-coins:before {
  content: "\f51e";
}

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

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

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

.fa-comment-dollar:before {
  content: "\f651";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

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

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

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

.fa-compact-disc:before {
  content: "\f51f";
}

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

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

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

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

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

.fa-copyright:before {
  content: "\f1f9";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

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

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

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

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

.fa-crosshairs:before {
  content: "\f05b";
}

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

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

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

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

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-dashcube:before {
  content: "\f210";
}

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

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

.fa-delicious:before {
  content: "\f1a5";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-diagnoses:before {
  content: "\f470";
}

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

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

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

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

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

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

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

.fa-directions:before {
  content: "\f5eb";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-divide:before {
  content: "\f529";
}

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

.fa-dna:before {
  content: "\f471";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dollar-sign:before {
  content: "\f155";
}

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

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

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

.fa-door-closed:before {
  content: "\f52a";
}

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

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

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

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

.fa-draw-polygon:before {
  content: "\f5ee";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-edge:before {
  content: "\f282";
}

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

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

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

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

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

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

.fa-envelope-open-text:before {
  content: "\f658";
}

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

.fa-envira:before {
  content: "\f299";
}

.fa-equals:before {
  content: "\f52c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-etsy:before {
  content: "\f2d7";
}

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

.fa-exchange-alt:before {
  content: "\f362";
}

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

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

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

.fa-expand:before {
  content: "\f065";
}

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

.fa-expeditedssl:before {
  content: "\f23e";
}

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

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

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

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

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

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

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

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

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

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

.fa-fast-forward:before {
  content: "\f050";
}

.fa-fax:before {
  content: "\f1ac";
}

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

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

.fa-female:before {
  content: "\f182";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

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

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

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

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-contract:before {
  content: "\f56c";
}

.fa-file-download:before {
  content: "\f56d";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-export:before {
  content: "\f56e";
}

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

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

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

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

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

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

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

.fa-file-powerpoint:before {
  content: "\f1c4";
}

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

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

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

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

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

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

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

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

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

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

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

.fa-firefox:before {
  content: "\f269";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

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

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

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

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

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

.fa-fly:before {
  content: "\f417";
}

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

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

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

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

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

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

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

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

.fa-foursquare:before {
  content: "\f180";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

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

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

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

.fa-fulcrum:before {
  content: "\f50b";
}

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

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

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

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

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

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

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

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

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

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

.fa-git:before {
  content: "\f1d3";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

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

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

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

.fa-glide:before {
  content: "\f2a5";
}

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

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

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

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

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

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-goodreads:before {
  content: "\f3a8";
}

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

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

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

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

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

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-gopuram:before {
  content: "\f664";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

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

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

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

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

.fa-grin-squint-tears:before {
  content: "\f586";
}

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

.fa-grin-tears:before {
  content: "\f588";
}

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

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

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

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

.fa-grip-horizontal:before {
  content: "\f58d";
}

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

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hamsa:before {
  content: "\f665";
}

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

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

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

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

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

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

.fa-hand-point-left:before {
  content: "\f0a5";
}

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

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

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

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

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

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

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

.fa-hands-helping:before {
  content: "\f4c4";
}

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

.fa-hashtag:before {
  content: "\f292";
}

.fa-haykal:before {
  content: "\f666";
}

.fa-hdd:before {
  content: "\f0a0";
}

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

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

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

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

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

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

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

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

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

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

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

.fa-home:before {
  content: "\f015";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hornbill:before {
  content: "\f592";
}

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

.fa-hospital-alt:before {
  content: "\f47d";
}

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

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

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

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

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

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

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

.fa-houzz:before {
  content: "\f27c";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

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

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

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

.fa-id-card-alt:before {
  content: "\f47f";
}

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

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-infinity:before {
  content: "\f534";
}

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

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

.fa-instagram:before {
  content: "\f16d";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-java:before {
  content: "\f4e4";
}

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

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

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-joget:before {
  content: "\f3b7";
}

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

.fa-joomla:before {
  content: "\f1aa";
}

.fa-journal-whills:before {
  content: "\f66a";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-kaaba:before {
  content: "\f66b";
}

.fa-kaggle:before {
  content: "\f5fa";
}

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

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

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

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

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-korvue:before {
  content: "\f42f";
}

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

.fa-language:before {
  content: "\f1ab";
}

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

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

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

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

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

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

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

.fa-layer-group:before {
  content: "\f5fd";
}

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

.fa-leanpub:before {
  content: "\f212";
}

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

.fa-less:before {
  content: "\f41d";
}

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

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

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

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

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

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

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

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

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

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lira-sign:before {
  content: "\f195";
}

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

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

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

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

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

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

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

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

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

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

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

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

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

.fa-magnet:before {
  content: "\f076";
}

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

.fa-mailchimp:before {
  content: "\f59e";
}

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

.fa-mandalorian:before {
  content: "\f50f";
}

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

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

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

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

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

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-markdown:before {
  content: "\f60f";
}

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

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

.fa-mars-double:before {
  content: "\f227";
}

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

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

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

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

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

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

.fa-mercury:before {
  content: "\f223";
}

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

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

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

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

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

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

.fa-microsoft:before {
  content: "\f3ca";
}

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

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

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

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mizuni:before {
  content: "\f3cc";
}

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

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

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

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

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

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

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

.fa-money-check-alt:before {
  content: "\f53d";
}

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

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

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

.fa-mosque:before {
  content: "\f678";
}

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

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

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-neos:before {
  content: "\f612";
}

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

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

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-nintendo-switch:before {
  content: "\f418";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

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

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

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-oil-can:before {
  content: "\f613";
}

.fa-old-republic:before {
  content: "\f510";
}

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

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

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

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

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

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-parking:before {
  content: "\f540";
}

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

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

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

.fa-patreon:before {
  content: "\f3d9";
}

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

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

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

.fa-paypal:before {
  content: "\f1ed";
}

.fa-peace:before {
  content: "\f67c";
}

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

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

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

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

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

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

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

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

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

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

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

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

.fa-php:before {
  content: "\f457";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

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

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

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

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

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

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

.fa-playstation:before {
  content: "\f3df";
}

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

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

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

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

.fa-podcast:before {
  content: "\f2ce";
}

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

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

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

.fa-poop:before {
  content: "\f619";
}

.fa-portrait:before {
  content: "\f3e0";
}

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

.fa-power-off:before {
  content: "\f011";
}

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

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

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

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

.fa-print:before {
  content: "\f02f";
}

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

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

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

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

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

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

.fa-quote-right:before {
  content: "\f10e";
}

.fa-quran:before {
  content: "\f687";
}

.fa-r-project:before {
  content: "\f4f7";
}

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

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

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

.fa-rendact:before {
  content: "\f3e4";
}

.fa-renren:before {
  content: "\f18b";
}

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

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

.fa-replyd:before {
  content: "\f3e6";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

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

.fa-robot:before {
  content: "\f544";
}

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

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

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

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

.fa-ruble-sign:before {
  content: "\f158";
}

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

.fa-ruler-combined:before {
  content: "\f546";
}

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

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-sass:before {
  content: "\f41e";
}

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

.fa-schlix:before {
  content: "\f3ea";
}

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

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

.fa-scribd:before {
  content: "\f28a";
}

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

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

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

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

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

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

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

.fa-servicestack:before {
  content: "\f3ec";
}

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

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

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

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

.fa-share-square:before {
  content: "\f14d";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

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

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shower:before {
  content: "\f2cc";
}

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

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

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

.fa-sign-language:before {
  content: "\f2a7";
}

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

.fa-signal:before {
  content: "\f012";
}

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

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sistrix:before {
  content: "\f3ee";
}

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

.fa-sith:before {
  content: "\f512";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-slideshare:before {
  content: "\f1e7";
}

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

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

.fa-smile-wink:before {
  content: "\f4da";
}

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

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

.fa-snapchat:before {
  content: "\f2ab";
}

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

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

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

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

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

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

.fa-sort-amount-up:before {
  content: "\f161";
}

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

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

.fa-sort-numeric-up:before {
  content: "\f163";
}

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

.fa-soundcloud:before {
  content: "\f1be";
}

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

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

.fa-speakap:before {
  content: "\f3f3";
}

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

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

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

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

.fa-square-full:before {
  content: "\f45c";
}

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

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

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

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

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

.fa-star-half-alt:before {
  content: "\f5c0";
}

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

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

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

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

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

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

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

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

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

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

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

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

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

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

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

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

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

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

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

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

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

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

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

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

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

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

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

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

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

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

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

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

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-terminal:before {
  content: "\f120";
}

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

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

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

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

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

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

.fa-thermometer-full:before {
  content: "\f2c7";
}

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

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

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

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

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

.fa-ticket-alt:before {
  content: "\f3ff";
}

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

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

.fa-tint:before {
  content: "\f043";
}

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

.fa-tired:before {
  content: "\f5c8";
}

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

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

.fa-toolbox:before {
  content: "\f552";
}

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

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

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

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-light:before {
  content: "\f637";
}

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

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

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

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

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

.fa-trello:before {
  content: "\f181";
}

.fa-tripadvisor:before {
  content: "\f262";
}

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

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

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

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

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-twitch:before {
  content: "\f1e8";
}

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

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

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-uikit:before {
  content: "\f403";
}

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

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

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

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

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

.fa-uniregistry:before {
  content: "\f404";
}

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

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

.fa-unlink:before {
  content: "\f127";
}

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

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

.fa-untappd:before {
  content: "\f405";
}

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

.fa-usb:before {
  content: "\f287";
}

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

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

.fa-user-alt-slash:before {
  content: "\f4fa";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-ussunnah:before {
  content: "\f407";
}

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

.fa-utensils:before {
  content: "\f2e7";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-vector-square:before {
  content: "\f5cb";
}

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

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

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

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

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

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

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

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

.fa-vihara:before {
  content: "\f6a7";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

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

.fa-vine:before {
  content: "\f1ca";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

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

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

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vuejs:before {
  content: "\f41f";
}

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

.fa-wallet:before {
  content: "\f555";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

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

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

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

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

.fa-whmcs:before {
  content: "\f40d";
}

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

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

.fa-window-close:before {
  content: "\f410";
}

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

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

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

.fa-windows:before {
  content: "\f17a";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wrench:before {
  content: "\f0ad";
}

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

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

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

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

.fa-yoast:before {
  content: "\f2b1";
}

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

.fa-youtube-square:before {
  content: "\f431";
}

.fa-zhihu:before {
  content: "\f63f";
}

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

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

/*!
 * Font Awesome Free 5.3.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url("/themes/custom/noaa_components/node_modules/@fortawesome/fontawesome-free/webfonts/fa-solid-900.eot");
  src: url("/themes/custom/noaa_components/node_modules/@fortawesome/fontawesome-free/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), 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.woff") format("woff"), url("/themes/custom/noaa_components/node_modules/@fortawesome/fontawesome-free/webfonts/fa-solid-900.ttf") format("truetype"), url("/themes/custom/noaa_components/node_modules/@fortawesome/fontawesome-free/webfonts/fa-solid-900.svg#fontawesome") format("svg");
}

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

/*!
 * Font Awesome Free 5.3.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url("/themes/custom/noaa_components/node_modules/@fortawesome/fontawesome-free/webfonts/fa-brands-400.eot");
  src: url("/themes/custom/noaa_components/node_modules/@fortawesome/fontawesome-free/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), 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.woff") format("woff"), url("/themes/custom/noaa_components/node_modules/@fortawesome/fontawesome-free/webfonts/fa-brands-400.ttf") format("truetype"), url("/themes/custom/noaa_components/node_modules/@fortawesome/fontawesome-free/webfonts/fa-brands-400.svg#fontawesome") format("svg");
}

.fab {
  font-family: 'Font Awesome 5 Brands';
}

/**
 * Alert styling.
 */
#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;
}

/**
 * AJAX (throbber) styling.
 */
@keyframes glyphicon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

.glyphicon-spin {
  display: inline-block;
  animation: glyphicon-spin 1s infinite linear;
}

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

html.js .btn .ajax-throbber {
  margin-left: .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;
}

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

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

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

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

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

/**
 * File (and Image Widget) styles.
 */
.file {
  display: table;
  font-size: 75%;
  font-weight: 700;
  margin: 5px 0;
  width: 100%;
}

.file > span {
  background: #fff;
  color: #337ab7;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

.file > span:first-child {
  border-left: 1px solid #ccc;
}

.file > span:last-child {
  border-right: 1px solid #ccc;
}

.file > .tabledrag-changed {
  background: #fcf8e3;
  border-radius: 0;
  color: #8a6d3b;
  display: table-cell;
  padding: 0 1em;
  top: 0;
  vertical-align: middle;
  border-left: 1px solid inherit;
}

.file > .tabledrag-changed, .file > .tabledrag-changed:last-child {
  border: 1px solid #f7e1b5;
}

.file-icon {
  display: table-cell;
  font-size: 150%;
  padding: .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 styles.
 */
.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;
}

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

.select-wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
}

.form-inline .select-wrapper {
  width: auto;
}

.input-group .select-wrapper {
  display: table-cell;
}

.input-group .select-wrapper:first-child .form-control:first-child {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.input-group .select-wrapper:last-child .form-control:first-child {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.select-wrapper select {
  -webkit-appearance: none;
  appearance: none;
  line-height: 1;
  padding-right: 2em;
}

.select-wrapper select::-ms-expand {
  opacity: 0;
}

.select-wrapper:after {
  color: #337ab7;
  content: '▼';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-top: -.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;
}

/**
 * Icon styles.
 */
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;
}

/**
 * Navbar styling.
 */
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 styling.
 */
.node-preview-container {
  margin-top: -15px;
}

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

/**
 * Panel styling.
 */
.panel-title {
  display: block;
  margin: -10px -15px;
  padding: 10px 15px;
}

.panel-title, .panel-title:hover, .panel-title:focus, .panel-title:hover:focus {
  color: inherit;
}

.panel-title:focus, .panel-title:hover {
  text-decoration: none;
}

/**
 * Progress bar styles.
 */
.progress-wrapper {
  margin-bottom: 15px;
}

.progress-wrapper:last-child .progress {
  margin-bottom: 5px;
}

.progress-wrapper .message {
  font-weight: 700;
  margin-bottom: 5px;
}

.progress-wrapper .percentage,
.progress-wrapper .progress-label {
  font-size: 12px;
}

.progress-wrapper .progress-bar {
  min-width: 2em;
}

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

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

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

.tabledrag-handle:hover, .tabledrag-handle:focus {
  color: #337ab7;
}

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

[dir="rtl"] .indentation {
  float: right;
  margin: -0.4em -0.4em -0.4em 0.2em;
  padding: 0.42em 0.6em 0.42em 0;
}

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

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

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

.tabs-below > .nav-tabs, .tabs-left > .nav-tabs, .tabs-right > .nav-tabs {
  border-bottom: 0;
}

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

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

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

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
  border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover, .tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs,
.tabs-right > .nav-tabs {
  padding-bottom: 20px;
  width: 220px;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li:focus,
.tabs-right > .nav-tabs > li:focus {
  outline: 0;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs > li > a:focus,
.tabs-right > .nav-tabs > li > a:focus {
  outline: 0;
}

.tabs-left > .tab-content,
.tabs-right > .tab-content {
  border-radius: 0 4px 4px 4px;
  border: 1px solid #ddd;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  padding: 10px 15px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: -1px;
}

.tabs-left > .nav-tabs > li > a {
  border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover, .tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #ddd #eeeeee #eeeeee;
}

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

.tabs-right > .nav-tabs {
  float: right;
  margin-left: -1px;
}

.tabs-right > .nav-tabs > li > a {
  border-radius: 0 4px 4px 0;
}

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

.tabs-right > .nav-tabs > .active > a,
.tabs-right > .nav-tabs > .active > a:hover,
.tabs-right > .nav-tabs > .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
}

/**
 * Toolbar module styling.
 */
body.toolbar-fixed .toolbar-oriented .toolbar-bar {
  z-index: 1031;
}

body.toolbar-fixed .navbar-fixed-top {
  top: 39px;
}

body.toolbar-fixed.toolbar-horizontal.toolbar-tray-open .navbar-fixed-top {
  top: 79px;
}

body.toolbar-fixed.toolbar-vertical.toolbar-tray-open .navbar-fixed-top {
  left: 240px;
}

body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed {
  margin-left: 240px;
}

body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed .toolbar-tray {
  padding-bottom: 40px;
}

body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed .toolbar-tray, body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed .toolbar-tray > .toolbar-lining:before {
  width: 240px;
}

/**
 * jQuery UI autocomplete widget style overrides.
 *
 * $todo Remove once jQuery UI is no longer used?
 */
.ui-autocomplete {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  color: inherit;
  font-family: "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 {
  /*
    Long links were causing mobile pages to load as wide as the link.  The table exception is required to ensure tables
    verflow on the x-axis per client request.
   */
  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
 * Enables elements to maintain their aspect ratio, even as it scales. Used mainly for images.
 * https://css-tricks.com/snippets/sass/maintain-aspect-ratio-mixin/
 */
.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;
}

/** 
 * The Media Query Mixins are using Bootstrap Breakpoint Variables
 * These variables are defined in ../bootstrap-sass/stylesheets/_variables.scss
 * 
 * Extra Small Devices 
 * Phones (< 768px) 
 */
/** 
 * Small Devices 
 * Tablets (>= 768px)
 */
/** 
 * Medium Devices
 * Desktops (>= 992px)
 */
/**
 * Large Devices
 * Desktops (>= 1200px)
 */
@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: #00467f;
  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: #00467f;
}

h5 {
  font-size: 16px;
  line-height: 1em;
  font-weight: 700;
}

h6 {
  font-size: 12px;
  line-height: 1em;
  font-weight: 700;
  color: #727678;
  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 {
  list-style: none;
  padding-left: 0;
}

.list--arrow li {
  padding-left: 20px;
  position: relative;
}

.list--arrow 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;
  vertical-align: -.125em;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  content: "\f054";
  color: #00467f;
  position: absolute;
  top: 9px;
  font-size: 12px;
  margin-left: -20px;
}

/**
 * General Font Style
 */
body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

/**
 * Text Sizes
 */
.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;
}

/**
 * Text Styles
 */
.header-underline {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 2px solid #007eb2;
}

.caption,
.caption--image {
  color: #727678;
  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 #007eb2;
  color: #727678;
  font-size: 18px;
  line-height: 22px;
  font-style: italic;
}

.quote--pull {
  border-left: 0;
  color: #007eb2;
  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 #c8ccd1;
  border-top: 0;
}

/* stylelint-disable */
h2.top-padding {
  margin-top: 1em;
}

h3.top-padding {
  margin-top: 1em;
}

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

.float-left.left,
.float-right.left,
.inline-img.left {
  float: left;
  margin-right: 40px;
  margin-top: unset;
}

.float-left img,
.float-right img,
.inline-img img {
  width: 100%;
}

.dam_caption,
figcaption {
  display: block;
  color: #727678;
  font-style: italic;
  font-size: 14px;
  line-height: 20px;
  margin-top: 6px;
  margin-bottom: 10px;
}

.align-left {
  margin-right: 1.5em;
}

.align-right {
  margin-left: 1.5em;
}

table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-size: 18px;
  line-height: 1em;
  font-weight: 700;
  color: #00467f;
  padding: 10px;
  border: 1px solid #c8ccd1;
}

td {
  padding: 10px;
  border: 1px solid #c8ccd1;
}

.link {
  font-size: 16px;
  line-height: 24px;
  display: inline;
  text-decoration: none;
}

.link--text {
  color: #007eb2;
}

.link--text:hover {
  box-shadow: inset 0 -4px 0 -2px #007eb2;
  text-decoration: none;
  color: #00467f;
}

.link--alt {
  color: #00467f;
}

.link--alt:hover {
  box-shadow: inset 0 -4px 0 -2px #007eb2;
  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;
}

.horizontal-list__item {
  /* stylelint-disable */
  /* stylelint-enable */
}

.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: #00467f;
  font-size: 14px;
  font-weight: 700;
  /* stylelint-disable */
  text-decoration: none !important;
  /* stylelint-enable */
}

.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;
  vertical-align: -.125em;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  content: "\f054";
  font-weight: 800;
  margin-left: 5px;
  vertical-align: 0;
  color: #00467f;
}

.link--cta:hover,
.alt-link--more:hover {
  box-shadow: inset 0 -4px 0 -2px #00467f;
  text-decoration: none;
  color: #007eb2;
}

.link--external {
  color: #007eb2;
}

.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;
  vertical-align: -.125em;
  font-family: "Font Awesome 5 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 #007eb2;
  text-decoration: none;
  color: #00467f;
}

.link--breadcrumb {
  color: #007eb2;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: .75em;
}

.link--breadcrumb:hover {
  box-shadow: inset 0 -4px 0 -2px #007eb2;
  text-decoration: none;
  color: #00467f;
}

.link--breadcrumb a {
  color: #007eb2;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 14px;
}

.link--breadcrumb a:hover {
  box-shadow: inset 0 -4px 0 -2px #007eb2;
  text-decoration: none;
  color: #00467f;
}

.link--region:hover {
  text-decoration: none;
}

.link--region-national {
  color: #00467f;
}

.link--region-national:hover {
  box-shadow: inset 0 -2px 0 0 #00467f;
  color: #00467f;
}

.link--region-alaska {
  color: #c25613;
}

.link--region-alaska:hover {
  box-shadow: inset 0 -2px 0 0 #c25613;
  color: #c25613;
}

.link--region-southeast {
  color: #007f40;
}

.link--region-southeast:hover {
  box-shadow: inset 0 -2px 0 0 #007f40;
  color: #007f40;
}

.link--region-west-coast {
  color: #008391;
}

.link--region-west-coast:hover {
  box-shadow: inset 0 -2px 0 0 #008391;
  color: #008391;
}

.link--region-pacific-islands {
  color: #af292e;
}

.link--region-pacific-islands:hover {
  box-shadow: inset 0 -2px 0 0 #af292e;
  color: #af292e;
}

.link--region-international {
  color: #727678;
}

.link--region-international:hover {
  box-shadow: inset 0 -2px 0 0 #727678;
  color: #727678;
}

.link--region-mid-atlantic {
  color: #625bc4;
}

.link--region-mid-atlantic:hover {
  box-shadow: inset 0 -2px 0 0 #625bc4;
  color: #625bc4;
}

.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;
  vertical-align: -.125em;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  content: "\f35d";
  font-size: 14px;
  margin-left: 5px;
  vertical-align: 0;
}

.ext .ext {
  display: none;
}

/**
 * Form Style Mixins
 */
/**
 * General Form Styles
 */
label {
  display: block;
  line-height: 20px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}

/**
 * Fieldset styles used in checkbox and radio input
 */
.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: #00467f;
  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;
}

.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: #00467f;
  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: #007eb2;
  color: #ffffff;
  border: 0;
}

.button--secondary {
  background-color: #ffffff;
  color: #007eb2;
  border: 1px solid #007eb2;
}

.button--secondary:hover {
  border: 1px solid #00467f;
}

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

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 #c8ccd1;
  box-sizing: border-box;
}

input[type='search']:focus {
  border-color: #007eb2;
  outline: 0;
}

.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: #00467f;
}

.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 #c8ccd1;
  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;
  vertical-align: -.125em;
  font-family: "Font Awesome 5 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 #c8ccd1;
  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 #c8ccd1;
}

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

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

.regions__vocab:after {
  content: ',';
  margin-left: -3px;
}

.regions__vocab:last-child:after {
  content: none;
}

#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 #c8ccd1;
  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__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: #00467f;
  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 #c8ccd1;
}

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

.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 .action-item__document-item {
  padding-top: 0;
  padding-bottom: 0;
}

.action-item__document .action-item__document-item: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;
}

.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 #c8ccd1;
  border-radius: 4px;
}

.contact-card__content {
  padding: 20px;
}

.contact-card__name {
  font-size: 18px;
  line-height: 1em;
  font-weight: 700;
  color: #00467f;
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  margin-top: 0;
  margin-bottom: 7px;
}

.contact-card__address {
  margin-bottom: 10px;
  line-height: 20px;
  font-size: 16px;
}

.contact-card__title {
  font-size: 14px;
}

.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 #c8ccd1;
  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: #007eb2;
  font-weight: 700;
}

.content-header__label--secondary {
  color: #727678;
}

.content-header__divider {
  padding-right: 3px;
  padding-left: 3px;
  color: #c8ccd1;
}

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

.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 #c8ccd1;
  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: #efefef;
  margin-bottom: 50px;
}

.hero-sub-nav {
  margin-left: 0;
  text-align: left;
}

@media screen and (min-width: 992px) {
  .hero-sub-nav {
    text-align: center;
    display: -ms-inline-grid;
    display: inline-grid;
    -ms-grid-columns: auto auto auto auto auto auto auto auto;
        grid-template-columns: auto auto auto auto auto auto auto auto;
    border-bottom: 0;
  }
}

.hero-sub-nav .link--subnav {
  margin-right: 0;
}

.hero-link--subnav {
  margin-top: 0;
  font-size: 22px;
  display: block;
  padding: 5px 10px;
  border-bottom: 0;
  color: #494b4d;
}

@media screen and (min-width: 992px) {
  .hero-link--subnav {
    overflow-wrap: break-word;
    word-break: keep-all;
    overflow: hidden;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: .5em;
    padding-bottom: .5em;
    margin-top: 20px;
    font-size: 15px;
    transition: border-color .2s ease;
    display: inline-block;
    margin-bottom: 0;
    width: 9em;
  }
}

@media screen and (min-width: 1200px) {
  .hero-link--subnav {
    font-size: 18px;
  }
}

.hero-link--subnav:hover {
  background-color: rgba(200, 204, 209, 0.5);
  border-bottom: 0;
  text-decoration: none;
  color: #000000;
}

@media screen and (min-width: 992px) {
  .hero-link--subnav:hover {
    border-top: 0;
  }
}

.hero-sub-nav__link--active {
  background-color: #ffffff;
  border-top: 0;
  border-left: 4px solid #007eb2;
  box-shadow: -4px 0 8px 0 rgba(0, 0, 0, 0.14);
  color: #007eb2;
  font-weight: 700;
}

@media screen and (min-width: 992px) {
  .hero-sub-nav__link--active {
    border-left: 0;
    border-top: 4px solid #007eb2;
    border-bottom: 0;
    box-shadow: 0 -4px 8px 0 rgba(0, 0, 0, 0.14);
  }
}

.hero-sub-nav__link--active:hover {
  background-color: #ffffff;
  border-left: 4px solid #007eb2;
  color: #007eb2;
  overflow: hidden;
}

@media screen and (min-width: 992px) {
  .hero-sub-nav__link--active:hover {
    border-top: 4px solid transparent;
    border-left: 0;
  }
}

.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 #007eb2;
  text-decoration: none;
}

.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: #e6f9ff;
  border-radius: 4px;
  margin-bottom: 20px;
}

.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: #00467f;
}

.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: 40px;
  background-color: #00467f;
}

.insight-card__eyebrow,
.insight-card__title,
.insight-card__text,
.insight-card__footer-link {
  color: #ffffff;
}

.insight-card__text a {
  color: #ffffff;
  text-decoration: underline;
}

.insight-card__text a:hover {
  color: #ffffff;
  text-decoration: none;
}

.insight-card__title-link:hover,
.insight-card__footer-link:hover {
  color: #ffffff;
  text-decoration: underline;
  -webkit-text-decoration-color: #007eb2;
          text-decoration-color: #007eb2;
}

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

.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 #c8ccd1;
  border-radius: 4px;
  text-align: center;
}

.leadership-card__header {
  font-size: 12px;
  line-height: 1em;
  font-weight: 700;
  color: #727678;
  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__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: #00467f;
  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 #c8ccd1;
}

.leadership-list {
  border: 1px solid #c8ccd1;
  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: #727678;
  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: #00467f;
  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: #727678;
  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 #c8ccd1;
  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: #727678;
  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: #00467f;
  margin-bottom: 0;
  font-size: 20px;
}

.news-card__title-link {
  color: #007eb2;
}

.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: #007eb2;
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .pager__item--ellipsis {
    margin-bottom: 7px;
  }
}

.pager__item--page:hover {
  border: hidden;
}

.visually-hidden {
  display: none;
}

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

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

.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: #00467f;
  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 #c8ccd1;
  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: #727678;
  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 #c8ccd1;
  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__image {
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
}

.regional-card__title {
  font-size: 18px;
  line-height: 1em;
  font-weight: 700;
  color: #00467f;
  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: #00467f;
  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-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 20px;
  margin-bottom: 20px;
  background-color: #f1f1f1;
  -ms-flex-align: center;
      align-items: center;
}

@media screen and (max-width: 767px) {
  .report-stranded__key {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.report-stranded__key-title {
  font-size: 18px;
  line-height: 1em;
  font-weight: 700;
  color: #00467f;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .report-stranded__key-item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-top: 20px;
  }
}

.report-stranded__icon {
  max-width: 50px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .report-stranded__icon {
    max-width: 40px;
  }
}

.report-stranded__contact {
  margin-bottom: 40px;
}

.report-stranded__contact-title {
  border-bottom: 1px solid #c8ccd1;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.report-stranded__contact-item {
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 1px solid #c8ccd1;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.report-stranded__detail-label {
  font-weight: 700;
}

.report-stranded__details {
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
}

@media screen and (max-width: 767px) {
  .report-stranded__details {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
  }
}

.reporting-list__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 20px 0;
  border-bottom: 1px solid #c8ccd1;
}

.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 #c8ccd1;
  border-radius: 4px;
  height: 100%;
  padding: 20px;
  background-color: #ffffff;
}

.resource-card__eyebrow {
  font-size: 12px;
  line-height: 1em;
  font-weight: 700;
  color: #727678;
  text-transform: uppercase;
  margin-bottom: 2px;
  color: #000000;
  line-height: 16px;
}

.resource-card__title {
  font-size: 18px;
  line-height: 1em;
  font-weight: 700;
  color: #00467f;
}

.resource-card__title-link {
  font-size: 16px;
  line-height: 24px;
  display: inline;
  text-decoration: none;
  color: #007eb2;
  font-size: 16px;
  line-height: 20px;
}

.resource-card__title-link:hover {
  box-shadow: inset 0 -4px 0 -2px #007eb2;
  text-decoration: none;
  color: #00467f;
}

.resource-card__content {
  margin-bottom: 0;
}

.resource-card__content p {
  font-size: 14px;
}

.resource-card__region {
  padding-top: 10px;
}

.resource-card__meta-link-group a {
  font-size: 14px;
  line-height: 20px;
}

.resource-overview {
  border: 1px solid #c8ccd1;
  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;
  vertical-align: -.125em;
  font-family: "Font Awesome 5 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: #39579a;
}

.fa-instagram {
  color: #b73398;
}

.fa-youtube {
  color: #ce1312;
}

.species-card {
  border: 1px solid #c8ccd1;
  border-radius: 4px;
  position: relative;
  display: block;
  height: 100%;
  padding: 20px;
  background-color: #ffffff;
  text-align: center;
  transition: all .2s ease;
}

.species-card: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: #00467f;
}

.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 #c8ccd1;
  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-name {
  font-size: 1.5em;
  line-height: 1em;
  font-weight: 700;
  margin-bottom: 0;
  color: #000000;
}

.species-overview__header-subname {
  font-size: 16px;
  color: #727678;
  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__status-item,
.species-overview__facts-item {
  margin-bottom: 10px;
}

.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: #727678;
  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 #c8ccd1;
  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: #00467f;
  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;
        grid-template-columns: 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 {
  overflow-wrap: break-word;
  word-break: keep-all;
  overflow: hidden;
  margin-right: 0;
  padding-left: 20px;
}

@media screen and (min-width: 992px) {
  .link--subnav {
    padding: 15px;
    font-size: 16px;
    margin-bottom: -1px;
  }
}

.link--subnav:hover {
  border-left: 4px solid #007eb2;
  background-color: rgba(200, 204, 209, 0.5);
}

@media screen and (min-width: 992px) {
  .link--subnav:hover {
    background-color: rgba(200, 204, 209, 0.5);
    border-bottom: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 0;
  }
}

.sub-nav__link--active {
  border-bottom: 0;
  border-top: 0;
  border-left: 4px solid #007eb2;
}

.sub-nav__link--active:hover {
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
  border-left: 4px solid #007eb2;
}

@media screen and (min-width: 992px) {
  .sub-nav__link--active:hover {
    border-top: 4px solid transparent;
    color: #000000;
    font-weight: 700;
    border-left: 1px solid #c8ccd1;
    border-right: 1px solid #c8ccd1;
    border-bottom: 4px solid #ffffff;
    background-color: #ffffff;
  }
}

@media screen and (min-width: 992px) {
  .sub-nav__link--active {
    border-top: 4px solid #007eb2;
    color: #000000;
    font-weight: 700;
    border-left: 1px solid #c8ccd1;
    border-right: 1px solid #c8ccd1;
    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: #007eb2;
}

.teaser__meta {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
}

.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: #727678;
  text-transform: uppercase;
  margin-bottom: 2px;
  color: #000000;
}

.teaser__meta-date {
  display: inline;
  line-height: 20px;
}

.teaser__meta-published {
  display: inline;
}

.teaser__meta-link {
  color: #727678;
}

.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 #c8ccd1;
  padding: 5px 0;
}

.toc__list-link {
  color: #727678;
  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 #007eb2;
  text-decoration: none;
}

.toc__list-link--active {
  color: #000000;
  border-left: 5px solid #007eb2;
  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 #c8ccd1;
  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: #007eb2;
  color: #ffffff;
  border: 0;
  margin-top: 20px;
}

.horizontal-filter .form-actions .button:hover {
  background-color: #00467f;
  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: #007eb2;
  color: #ffffff;
  border: 0;
  margin-top: 20px;
}

.form-actions .button:hover {
  background-color: #00467f;
  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: #007eb2;
  color: #ffffff;
  border: 0;
  margin-top: 20px;
}

.horizontal-filter .form-actions .button:hover {
  background-color: #00467f;
  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: #007eb2;
  color: #ffffff;
  border: 0;
  margin-top: 20px;
}

.form-actions .button:hover {
  background-color: #00467f;
  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: #00467f;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  padding: 20px 0;
}

.horizontal_list.title a {
  text-decoration: underline;
  color: #00467f;
}

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

.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 #c8ccd1;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.landing-tab__pre-content--noborder {
  margin-bottom: 20px;
}

.landing-tab__post-content {
  border-top: 1px solid #c8ccd1;
  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 .landing-tab__title {
  color: #ffffff;
  padding-top: 40px;
}

.landing-tab__link {
  display: inline-block;
  padding: 20px 40px;
  background-color: #007eb2;
  color: #ffffff;
  font-size: 24px;
  transition: background-color 200ms ease, color 200ms ease;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin-right: 5px;
  margin-left: 5px;
  box-shadow: inset 0 -17px 5px -17px rgba(0, 51, 93, 0.67);
}

@media screen and (max-width: 767px) {
  .landing-tab__link {
    width: 100%;
  }
}

.landing-tab__link:hover, .landing-tab__link:focus {
  background-color: #ffffff;
  box-shadow: none;
  color: #727678;
  text-decoration: none;
}

.landing-tab__link--active {
  box-shadow: none;
  font-weight: 700;
  color: #000000;
  background-color: #ffffff;
}

.landing-tab__link--active:hover, .landing-tab__link--active:focus {
  color: #000000;
  text-decoration: none;
}

.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: 1000px;
  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;
}

.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-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: #00467f;
}

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

.result-count {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 70% 30%;
      grid-template-columns: 70% 30%;
  border-bottom: 1px solid #c8ccd1;
  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;
  vertical-align: -.125em;
  font-family: "Font Awesome 5 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;
  vertical-align: -.125em;
  font-family: "Font Awesome 5 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;
}

.search-row {
  display: -ms-grid;
  display: grid;
  overflow: hidden;
}

@media screen and (min-width: 992px) {
  .search-row {
    -ms-grid-columns: 1fr auto;
        grid-template-columns: 1fr auto;
    grid-gap: 1rem;
  }
}

.search-row--img img {
  display: none;
}

@media screen and (min-width: 992px) {
  .search-row--img img {
    margin-top: 2rem;
    display: unset;
    width: 219px;
    height: 146px;
    border-radius: 5px;
  }
}

footer {
  margin-top: 40px;
  /* stylelint-disable */
  /* stylelint-enable */
}

footer a:focus {
  color: white !important;
  background-color: unset !important;
}

.footer__top {
  background-color: #007eb2;
  padding-top: 10px;
  padding-bottom: 10px;
}

.footer__content {
  background-color: #00467f;
}

.footer__top-signup {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 0;
  padding: 5px;
  color: #ffffff;
}

@media screen and (min-width: 992px) {
  .footer__top-signup {
    margin-left: 11%;
    -ms-grid-columns: 8% 55% 20%;
        grid-template-columns: 8% 55% 20%;
  }
}

.footer__top-signup > div {
  text-align: center;
  padding: 5px;
}

@media screen and (min-width: 992px) {
  .footer__top-signup > div {
    text-align: left;
  }
}

.footer__top-text--heading {
  font-size: x-large;
  font-weight: bold;
  display: inline-block;
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .footer__top-text--heading {
    display: inline-block;
    padding-bottom: 10px;
    margin-top: .3em;
  }
}

.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 {
  padding-top: 2px;
  margin: auto;
  text-align: right;
}

.footer__top-image img {
  max-height: 67px;
}

@media screen and (min-width: 992px) {
  .footer__top-image {
    padding-top: 0;
  }
}

.footer__main-content {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding-top: 20px;
  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 (min-width: 768px) and (max-width: 991px) {
  .footer__social-links {
    -ms-flex-order: 2;
        order: 2;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

.footer__social-links-item {
  display: inline-block;
}

.footer__social-links-item:not(:last-child) {
  padding-right: 5px;
}

.footer__social-links-item .fab {
  color: #ffffff;
}

.footer__social-button {
  margin-right: 0;
  margin-bottom: 0;
  border: 1px solid #007eb2;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .footer__social-button {
    -ms-flex-order: 3;
        order: 3;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}

.footer__social-button:hover {
  border: 1px solid #007eb2;
}

.footer__social-links-link {
  font-size: 24px;
}

.footer__social-links-link .fa {
  color: #ffffff;
}

.footer__social-links-link.ext:after {
  content: none;
}

.footer__bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #007eb2;
}

.footer__logo {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (min-width: 1200px) {
  .footer__logo {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    text-align: left;
    padding-top: 20px;
  }
}

@media screen and (min-width: 992px) {
  .footer__logo-image,
  .footer__logo-text {
    display: inline-block;
  }
}

.footer__logo-image {
  max-width: 60px;
}

@media screen and (min-width: 992px) {
  .footer__logo-image {
    margin-right: 10px;
  }
}

.footer__logo-text {
  color: #ffffff;
  font-style: italic;
  font-size: 18px;
}

.footer__links {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  text-align: center;
  color: #ffffff;
}

@media screen and (min-width: 1200px) {
  .footer__links {
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
  }
}

.footer__links-item {
  display: inline-block;
}

.footer__links-item-link {
  color: #ffffff;
  font-size: 14px;
}

.footer__links-item-link:hover {
  color: #ffffff;
}

.footer-menu .list--arrow .footer-menu__item:before {
  color: #007eb2;
}

.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;
  vertical-align: -.125em;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  content: "\f067";
  float: right;
  color: #007eb2;
}

.collapse__heading[aria-expanded='true']:after {
  content: "\f068";
}

@media screen and (max-width: 991px) {
  .site-header__top {
    position: relative;
    z-index: 10;
    background-color: #ffffff;
    margin-top: -15px;
  }
}

@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 {
  display: none;
}

@media screen and (min-width: 1200px) {
  .site-header__top-bar--wrapper {
    background-color: #f1f1f1;
    display: block;
  }
}

.site-header__top-bar {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 62% 24% 14%;
      grid-template-columns: 62% 24% 14%;
  -ms-flex-align: center;
      align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 12.8px;
  line-height: 16px;
  color: #333333;
}

.link--darkergray {
  color: #333333;
}

.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: #00467f;
  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: #007eb2;
  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: 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: 225px;
  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: 1em;
}

.main-menu--mega {
  list-style: none;
  padding: 20px;
}

.main-menu__link--previous {
  font-size: 18px;
  line-height: 1em;
  font-weight: 700;
  color: #00467f;
  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: #00467f;
}

.main-menu__link {
  color: #555555;
}

.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, -200%, 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;
  vertical-align: -.125em;
  font-family: "Font Awesome 5 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;
  vertical-align: -.125em;
  font-family: "Font Awesome 5 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;
}

.species-info-block {
  display: block;
  border-top: 1px solid #c8ccd1;
  padding-top: 40px;
  margin-top: 10px;
}

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

.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-color: #007eb2;
  border-style: solid solid none;
  border-width: 1px;
  color: #ffffff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #007eb2;
  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: inset 0 -4px 3px -1px rgba(0, 51, 93, 0.21);
}

.tabbed-content__tab:hover, .tabbed-content__tab:focus {
  border-color: #c8ccd1 #c8ccd1 #ffffff;
  color: #727678;
  background-color: #ffffff;
  cursor: pointer;
  text-decoration: none;
  box-shadow: none;
}

.tabbed-content__tab--active {
  font-weight: 700;
  border-color: #c8ccd1 #c8ccd1 #ffffff;
  color: #00467f;
  background-color: #ffffff;
  box-shadow: none;
}

.tabbed-content__tab--active:hover, .tabbed-content__tab--active:focus {
  color: #007eb2;
}

.tabbed-content__content-area {
  margin-bottom: 20px;
  padding: 30px;
  border: 1px solid #c8ccd1;
  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;
}

.vertical-filter {
  border: 1px solid #c8ccd1;
  border-radius: 4px;
  padding: 20px;
}

.vertical-filter__title {
  font-size: 18px;
  line-height: 1em;
  font-weight: 700;
  color: #00467f;
  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: #007eb2;
  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: #00467f;
  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 #007eb2;
  margin-bottom: 0;
  color: #000000;
}

.vertical-list__item {
  border-bottom: 1px solid #c8ccd1;
}

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

.about-us img {
  max-width: 100%;
}

.action__content .list--arrow {
  padding-left: 20px;
}

.action__content-summary,
.action__content-fed,
.action__content-docs {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #c8ccd1;
}

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

.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: #e6f9ff;
  margin-bottom: 30px;
}

@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;
  vertical-align: -.125em;
  font-family: "Font Awesome 5 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;
  vertical-align: -.125em;
  font-family: "Font Awesome 5 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 #c8ccd1;
}

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

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

.directory {
  margin-top: 30px;
}

@media screen and (max-width: 991px) {
  .directory__sidebar {
    margin-bottom: 20px;
  }
}

.directory__content .views-row {
  border-bottom: 1px solid #c8ccd1;
}

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

.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: #727678;
  text-transform: uppercase;
  margin-bottom: 2px;
  color: #000000;
}

.error-404__content-eyebrow h6 {
  color: #000000;
}

.error-404__content {
  background-color: #ffffff;
  padding: 40px;
  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 img {
  margin-bottom: 10px;
  margin-top: 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: #00467f;
  margin-bottom: 10px;
  margin-top: 1em;
  margin-top: 20px;
}

.event-info {
  border: 1px solid #c8ccd1;
  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: #00467f;
  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;
  top: 13px;
}

.event-info__items .link.link--text {
  font-size: 14px;
  line-height: 20px;
}

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

.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 img {
  max-width: 100%;
  margin-bottom: 10px;
  margin-top: 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;
  }
}

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

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

.hr-landing-page__line {
  width: 100%;
  margin-top: 55px;
  margin-bottom: 30px;
  border-bottom: 1px solid #c8ccd1;
  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;
  }
}

@media screen and (max-width: 991px) {
  .landing-page__feeds .horizontal-list .horizontal-list__item:nth-child(3) {
    clear: left;
  }
}

.landing-page-regions {
  margin-top: 30px;
}

.landing-page-regions__map {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #c8ccd1;
}

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

.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 #c8ccd1;
  margin-top: 30px;
  margin-bottom: 30px;
}

.site-index__section-title {
  color: #00467f;
  font-size: 36px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 30px;
}

.longform .caption {
  margin-bottom: 10px;
}

.longform__post-content {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #c8ccd1;
}

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

.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: (25%)[4];
        grid-template-columns: repeat(4, 25%);
  }
}

@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 {
  line-height: 30px;
  padding-right: 4px;
  text-indent: -5px;
}

.management-plan__species-list-item: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;
  vertical-align: -.125em;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  content: "\f111";
  padding-right: 5px;
  padding-left: 5px;
  font-size: 6px;
  vertical-align: 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;
}

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

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

.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 {
  /* stylelint-disable */
  background-position: 94% center !important;
  /* stylelint-enable */
}

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

/* stylelint-disable */
.search-api-autocomplete-suggestion {
  background: unset !important;
  color: unset !important;
}

.search-api-autocomplete-suggestion:hover {
  color: #00467f !important;
  text-decoration: underline;
  font-weight: bold;
}

/* stylelint-enable */
/**

This section contains styling that applies across all directory tabs.

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

/**

All Species, Marine Mammals, and Sustainable Fisheries Tabs

 */
.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 #c8ccd1;
}

@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 #c8ccd1;
}

@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 #c8ccd1;
}

@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 #c8ccd1;
}

@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 #c8ccd1;
}

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

/**

Threatened and Endangered Tab

 */
.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 #c8ccd1;
}

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

/**

 Styling the form.  Horizontal filter component/styling could not be used since the views form elements are not
 available for this directory.  The styling below is used for all directory tabs.

 */
.species-directory__form {
  border-bottom: 1px solid #c8ccd1;
}

@media screen and (min-width: 992px) {
  .species-directory__form {
    border-bottom: 0;
  }
}

.species-directory__form select {
  background-image: none;
  height: 45px;
  box-shadow: inset 0 0 0 1px #cccccc;
  border: 0;
}

.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: #f1f1f1;
  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;
  }
}

.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-bottom: 0;
  }
}

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

.office-contact {
  margin-top: 30px;
}

.office-contact__controls {
  padding-bottom: 10px;
}

.office-contact__header {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #c8ccd1;
  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-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;
}

.office-contact__header-button {
  margin-top: 20px;
}

.contact-card__link {
  text-decoration: underline;
}

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

.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 img,
.permit__main-info img {
  max-width: 100%;
  margin-bottom: 10px;
  margin-top: 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 #c8ccd1;
}

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

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

.article__contact {
  margin-left: 0;
  margin-top: 0;
}

.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 img {
  margin-bottom: 10px;
  margin-top: 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__controls {
  margin-bottom: 30px;
}

@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 img {
  width: 100%;
  height: 100%;
}

.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 #c8ccd1;
  margin-top: 40px;
  padding-top: 40px;
}

.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: #727678;
  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;
}

@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 #c8ccd1;
  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;
}

.staff-directory .horizontal-filter--nobg {
  background-color: #f1f1f1;
}

.staff-directory .row {
  margin-left: 0;
}

.staff-directory #edit-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%;
}

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

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

#block-aboutusnoaafisherieslocationmap img[src*='media.fisheries.noaa.gov'] {
  width: 100%;
  height: auto;
}

.landing-page__section {
  border-bottom: 1px solid #c8ccd1;
  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 img {
  margin-bottom: 10px;
  margin-top: 10px;
  height: auto;
  max-width: 100%;
}

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

.topic__title {
  margin-bottom: 20px;
}

.topic__result-count {
  padding-top: 20px;
}

.topic-custom__content .horizontal-list__item a {
  text-decoration: underline;
}

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

/*# sourceMappingURL=style.css.map */
