/* 12px / 16px */
/* 13px / 16px */
/* 14px / 16px */
/* 16px / 16px */
/* 18px / 16px */
/* 20px / 16px */
/* 12px / 16px */
/* 14px / 16px */
/* 18px / 16px */
/* 20px / 16px */
/* 24px / 16px */
/* 28px / 16px */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* 12px / 16px */
/* 13px / 16px */
/* 14px / 16px */
/* 16px / 16px */
/* 18px / 16px */
/* 20px / 16px */
/* 12px / 16px */
/* 14px / 16px */
/* 18px / 16px */
/* 20px / 16px */
/* 24px / 16px */
/* 28px / 16px */
*, *:after, *:before {
  box-sizing: border-box;
}

body {
  font-size: 100%;
  hyphens: auto;
  line-height: 1.4;
}

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

blockquote {
  margin: 0 0 1rem 0;
}

p, pre {
  margin: 0 0 1rem 0;
}

dl, menu {
  margin: 1rem 0;
}

ol, ul {
  margin: 0.75rem 0;
}

ul ul, ol ol {
  margin: 0.5rem 0 0 0;
}

dd {
  margin-bottom: 1rem;
}

menu, ol, ul {
  padding: 0 0 0 1.5rem;
}

li {
  padding: 0.3125rem 0;
}

form, figure {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:link, a:visited {
  color: #0054a4;
}

a:hover, a:active {
  color: #af292e;
  outline: 0;
}

img, embed, object, video {
  max-width: 100%;
  height: auto;
}

pre, code {
  hyphens: none;
}

/* Global Styles */
html, button, input, select, textarea {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400;
}

.size-default {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1rem;
}

.small, small {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 0.875rem;
}

.x-small {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 0.8125rem;
}

.xx-small {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 0.75rem;
}

.large {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.3;
}

.x-large {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
}

h1, h2, h3, h4, h5, h6 {
  color: #002151;
  font-family: "Montserrat", Verdana, sans-serif;
  font-weight: 600;
  line-height: 1.3;
  margin: 0.2rem 0;
}

h1 {
  font-size: 1.75rem;
  letter-spacing: -0.045rem;
}

h2 {
  font-size: 1.5rem;
  letter-spacing: -0.04rem;
}

h3 {
  font-size: 1.25rem;
  letter-spacing: -0.035rem;
}

h4 {
  font-size: 1.125rem;
  letter-spacing: -0.0425rem;
}

h5 {
  font-size: 1rem;
  letter-spacing: -0.0275rem;
}

h6 {
  font-size: 0.875rem;
  letter-spacing: -0.025rem;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

hr {
  margin: 1em 0;
}

mark {
  background: #ffe293;
  color: #222;
}

dt {
  font-weight: 700;
}

pre {
  white-space: pre-wrap;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
}

.error {
  color: #af292e;
  font-weight: 700;
}

.warning {
  color: #a03400;
  font-weight: 700;
}

.success {
  color: #2d872d;
  font-weight: 700;
}

.faded {
  opacity: 0.4;
}

.subdued {
  color: #333;
}

a.subdued:link, a.subdued:visited {
  color: #333;
  text-decoration: none;
}

a.subdued:hover, a.subdued:active {
  color: #af292e;
  text-decoration: underline;
}

.red {
  color: #af292e;
}

.green {
  color: #2d872d;
}

.hidden-link:link, .hidden-link:visited {
  color: #000;
  text-decoration: none;
}

.hidden-link:hover, .hidden-link:active {
  color: #0054a4;
  text-decoration: underline;
}

/* 12px / 16px */
/* 13px / 16px */
/* 14px / 16px */
/* 16px / 16px */
/* 18px / 16px */
/* 20px / 16px */
/* 12px / 16px */
/* 14px / 16px */
/* 18px / 16px */
/* 20px / 16px */
/* 24px / 16px */
/* 28px / 16px */
header {
  background-color: #004393;
}

.fixed-header-style {
  background-color: #0054a4;
  border-left: 0.0625rem solid #1165b5;
  border-right: 0.0625rem solid #1165b5;
}

.system-notices {
  background-color: #9e181d;
  color: #eee;
  font-size: 0.875rem;
}

.system-notice {
  display: flex;
  background-color: #af292e;
  border-left: 0.0625rem solid #d14b5a;
  border-right: 0.0625rem solid #d14b5a;
  border-bottom: 0.0625rem solid #d14b5a;
}

.system-notice:last-of-type {
  border-bottom: none;
}

.system-notice-summary {
  flex: 1;
  padding: 0.625rem 1rem 0.75rem 2.5rem;
  background: transparent url("../images/icons/icon-warning.png") no-repeat 1rem center;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.system-notice-button {
  flex: 0 0 6.5rem;
  display: block;
  padding: 0.625rem 1rem 0.75rem 1rem;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  border-left: 0.0625rem solid #d14b5a;
}

.system-notice-button:link, .system-notice-button:visited {
  color: #eee;
}

.system-notice-button:hover, .system-notice-button:active {
  background-color: #9e181d;
  color: #fff;
}

header nav {
  border-bottom: 0.0625rem solid #003282;
}

main {
  background-color: #d9d9d9;
}

.page-header {
  padding: 0.875rem 1rem;
  background-color: #eee;
  border-bottom: 0.0625rem solid #d2d2d2;
}
.page-header h1 {
  margin: 0 0;
}

.page-header-bar {
  border-top: 0.0625rem solid #fff;
  border-bottom: 0.0625rem solid #d2d2d2;
  background-color: #eee;
}

.page-header-options {
  margin: 0;
  padding: 0;
  display: block;
  list-style: none;
  line-height: 1;
}
.page-header-options > li {
  float: left;
  position: relative;
  list-style: none;
  padding: 0;
}
.page-header-options > li > form > button {
  border: none;
  line-height: 1;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 0.875rem;
  color: #0054a4;
  text-decoration: underline;
}
.page-header-options > li > a, .page-header-options > li > span, .page-header-options > li > form > a, .page-header-options > li > form > button {
  display: block;
  padding: 0.5rem 1rem 0.6875rem 1rem;
  border-right: 0.0625rem solid #d2d2d2;
  font-size: 0.875rem;
  cursor: pointer;
}
.page-header-options > li > span {
  font-weight: 700;
}
.page-header-options > li > a:hover, .page-header-options > li > span:hover, .page-header-options > li > form > a:hover, .page-header-options > li > form > button:hover {
  background-color: #e0e0e0;
}

.fixed-page-fit {
  max-width: 80rem;
  margin: 0 auto;
}

.fixed-page-main {
  background-color: #fff;
  border-left: 0.0625rem solid #c3c3c3;
  border-right: 0.0625rem solid #c3c3c3;
  box-shadow: 0 0 0.5rem #bbb;
  min-height: 40rem;
}

.col-1 {
  padding: 1rem;
  min-height: 40rem;
}

.col-1-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 0;
  min-height: 40rem;
}

@media (min-width: 43em) {
  .col-1-content {
    grid-template-columns: minmax(0, 1fr) 20%;
  }
}
.col-1-content__content {
  padding: 1rem;
}

.col-1-content__panel {
  background: #006cc9 url("../images/bg/bg-table-layout-pic.jpg") no-repeat bottom left;
}

.col-1-preview {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(19rem, 29%);
  min-height: 40rem;
}

.col-1-preview__preview {
  overflow-y: auto;
}

.single-line-form {
  display: block;
}

.single-line-form__field {
  display: inline-block;
  margin: 0 0 0 0.125rem;
  line-height: normal;
}

.single-line-form__button {
  display: inline-block;
  margin: 0 0 0 0.125rem;
}

.single-line-form--right .single-line-form__field {
  margin: 0 0.125rem 0 0;
}
.single-line-form--right .single-line-form__button {
  margin: 0 0.125rem 0 0;
}

.col-2 {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  min-height: 40rem;
}

.col-2__main {
  padding: 1rem;
}

.col-2__sidebar {
  padding: 0 1rem 1rem 1rem;
}

@media (min-width: 56em) {
  .col-2 {
    grid-template-columns: minmax(0, 1fr) minmax(19rem, 29%);
  }
  .col-2__sidebar {
    padding: 1rem 1rem 1rem 0;
  }
}
@media (min-width: 56em) {
  .col-2--contrast .col-2__sidebar {
    background: #e6f2ff url(../images/bg/bg-noaa-bird.png) no-repeat 100% 90%;
    background-size: 100% auto;
    border-left: 0.0625rem solid #c7d3e0;
    min-height: 40rem;
    padding: 0;
    vertical-align: top;
  }
  .col-2__preview {
    background: #e6f2ff url(../images/bg/bg-noaa-bird.png) no-repeat 100% 90%;
    background-size: 100% auto;
    border-left: 0.0625rem solid #c7d3e0;
    min-height: 40rem;
    padding: 0;
    position: sticky;
    top: 20px;
    vertical-align: top;
  }
}
.hierarchy-layout {
  display: flex;
}

.hierarchy-tree {
  flex: 1 2;
  padding: 1rem;
  overflow-x: hidden;
}

.hierarchy-preview {
  display: none;
  flex: 0 1 29%;
  padding: 1rem;
  background: #e6f2ff url(../images/bg/bg-noaa-bird.png) no-repeat 100% 90%;
  background-size: 100% auto;
  border-top: none;
  border-left: 0.0625rem solid #c7d3e0;
  font-size: 0.875rem;
  min-height: 40rem;
}

@media (min-width: 56em) {
  .hierarchy-preview {
    display: block;
  }
}
.preview-panel {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #e6f2ff;
  border-top: 0.0625rem solid #c7d3e0;
  font-size: 0.875rem;
  padding: 1rem 1rem 0 1rem;
  box-shadow: 0 -0.25rem 0.5rem rgba(0, 0, 0, 0.1);
}
.preview-panel .section-header {
  display: none;
}
.preview-panel .section {
  margin-bottom: 0;
}
.preview-panel .section-content {
  padding-bottom: 0;
}
.preview-panel .deprioritize {
  display: none;
}

@media (min-width: 56em) {
  .preview-panel {
    display: none;
  }
}
footer {
  border-top: 0.0625rem solid #3387d7;
  padding: 1rem;
  background-color: #0054a4;
  color: #e9e9e9;
}
footer nav {
  text-align: center;
  margin-bottom: 0.7rem;
  font-size: 0.8125rem;
  line-height: 1.7;
}
footer nav a:link, footer nav a:visited {
  color: #e9e9e9;
  text-decoration: none;
}
footer nav a:hover, footer nav a:active {
  color: #fff;
  text-decoration: underline;
}

.org-seals {
  margin-bottom: 0.4rem;
}
.org-seals ul {
  text-align: center;
}
.org-seals li {
  display: inline-block;
  padding: 0 0.25rem;
}

@media (min-width: 43em) {
  .org-seals {
    float: right;
  }
  .org-seals ul {
    float: right;
  }
  .org-seals li {
    padding: 0 0 0 0.5rem;
  }
}
.app-info .release-info {
  margin-left: 1.7rem;
  margin-top: -0.625rem;
  line-height: 1;
}

@media (min-width: 43em) {
  .app-info {
    float: left;
  }
}
.section {
  margin-bottom: 1rem;
}
.section .section__header {
  background-color: #002151;
  border-radius: 0.1875rem;
  padding: 0.5rem 1rem;
}
.section .section__content {
  padding: 1rem;
}
.section .section__highlighted-content {
  background-color: #e6f2ff;
  padding: 1rem;
}
.section .section-header {
  padding: 0.5rem 1rem;
  background-color: #002151;
  border-radius: 0.1875rem;
  margin-bottom: 1rem;
}
.section .section-header h2 {
  letter-spacing: -0.025rem;
  margin: 0 0.75rem 0 0;
  display: inline-block;
  font-weight: normal;
  line-height: 1.3;
  font-size: 1.25rem;
  color: #fff;
}
.section .section-header a {
  display: inline-block;
  margin: 0.25rem 0 0 0;
}
.section .section-content {
  padding: 0 1rem 1rem 1rem;
}

@media (min-width: 56em) {
  .section--sidebar .section__header {
    padding: 0.5rem 1rem;
    background-color: #b2def1;
    border-radius: 0;
    border-bottom: 0.0625rem solid #90bccf;
    box-shadow: 0 0.0625rem 0.0625rem #ddd;
  }
  .section--sidebar .section__content {
    font-size: 0.875rem;
  }
  .section--sidebar .section__highlighted-content {
    font-size: 0.875rem;
  }
}
.sh .sh__main {
  color: #fff;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: normal;
  letter-spacing: -0.025rem;
  line-height: 1.3;
  margin: 0 0.75rem 0 0;
}
.sh .sh__secondary {
  display: inline-block;
  margin: 0.25rem 0 0 0;
}

.sh--sidebar .sh_main {
  color: #fff;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: normal;
  letter-spacing: -0.025rem;
  line-height: 1.3;
  margin: 0 0.75rem 0 0;
}

@media (min-width: 56em) {
  .sh--sidebar .sh__main {
    color: #002151;
    font-weight: 600;
    font-size: 1.25rem;
    letter-spacing: -0.04375rem;
    margin: 0;
  }
}
.subsection {
  margin: 0 0 1rem 2rem;
}

.empty-section .section-header {
  background-color: #d0d0d0;
}
.empty-section .section-header h2 {
  color: #333;
}

.header-table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
.header-table th, .header-table td {
  padding: 0.5rem 1rem;
  vertical-align: top;
  border-bottom: 0.0625rem solid #ddd;
}
.header-table th.split-cell, .header-table td.split-cell {
  border-bottom: none;
  padding-bottom: 0;
}
.header-table .centered {
  text-align: center;
}
.header-table th.vertical-divider {
  border-left: 0.0625rem solid #90cde0;
}
.header-table td.vertical-divider {
  border-left: 0.0625rem solid #ddd;
}
.header-table .primary-header th, .header-table .primary-header td {
  border-bottom: none;
}
.header-table td.indented {
  padding-left: 2.5rem;
}
.header-table td.word-wrap {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.header-table .cell-header {
  font-family: "Montserrat", Verdana, sans-serif;
  font-size: 1.125rem;
  letter-spacing: -0.0425rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.header-table thead th, .header-table thead td, .header-table th {
  font-weight: 700;
  text-align: left;
  background-color: #b2def1;
  color: #002151;
  text-overflow: ellipsis;
  overflow: hidden;
}
.header-table .secondary-header th, .header-table .secondary-header td {
  font-weight: 400;
  background-color: #c1ecff;
}
.header-table td p:last-child {
  margin-bottom: 0;
}
.header-table tr:last-child > td {
  border-bottom: none;
}
.header-table tr.subdued {
  background-color: #eee;
}
.header-table tr.hilited {
  background-color: #e6f2ff;
}

.name-value-table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
.name-value-table th, .name-value-table td {
  padding: 0.5rem 1rem;
  vertical-align: top;
  border-bottom: 0.0625rem solid #ddd;
}
.name-value-table th {
  font-weight: 700;
  text-align: left;
  width: 10rem;
  text-overflow: ellipsis;
  overflow: hidden;
}
.name-value-table td {
  width: auto;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
}
.name-value-table td p:last-child {
  margin-bottom: 0;
}
.name-value-table tr:last-child > th, .name-value-table tr:last-child > td {
  border-bottom: none;
}
.name-value-table .name-value-subtable {
  width: 100%;
  margin-left: 0.5rem;
}
.name-value-table .subtable-header {
  background-color: #d9d9d9;
}
.name-value-table .subtable-header > td {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}

.button-cell .button, .button-cell .alert-button, .button-cell .disabled-button {
  display: inline-block;
  margin: 0 0 0.625rem 0.25rem;
}

.button-cell form {
  float: right;
}

.link-cell a {
  display: inline-block;
  margin: 0.5rem 0 0.625rem 0.5rem;
}

tr.ellipsisize td, tr.ellipsisize th,
td.ellipsisize, th.ellipsisize {
  text-overflow: ellipsis;
  overflow: hidden;
}

.scrolling-table-wrapper {
  overflow-x: auto;
}

@media (max-width: 36em) {
  .hide-bp-narrow {
    display: none;
  }
}
@media (max-width: 43em) {
  .hide-bp-medium {
    display: none;
  }
}
@media (max-width: 56em) {
  .hide-bp-wide {
    display: none;
  }
}
.pagination-wrapper {
  margin: 1rem auto;
  text-align: center;
}

.pagination {
  display: inline;
  margin: 0 auto;
  padding: 0;
}
.pagination li {
  display: inline-block;
  margin: 0 0.375rem;
}
.pagination a, .pagination span {
  background-color: #e6f2ff;
  border: 0.0625rem solid #c7d3e0;
  border-radius: 0.1875rem;
  color: #0054a4;
  display: inline-block;
  line-height: 1;
  padding: 0.4375rem 0.75rem;
  text-decoration: none;
}
.pagination .selected {
  background-color: #0054a4;
  border: #004393;
  color: #e9e9e9;
  font-weight: 700;
}
.pagination .pagination-prev-next {
  width: 7rem;
}
.pagination .disabled {
  background-color: #eee;
  border: 0.0625rem solid #d2d2d2;
  color: #444;
}

.port-pic {
  float: right;
  shape-outside: circle();
  margin: 0 0 1rem 1.5rem;
  max-width: 40%;
}

.logo-bar {
  padding: 0.5rem;
}
.logo-bar .logo {
  width: 5rem;
  display: block;
}

.logo-bar.collapsed-logo-bar {
  display: block;
}

#mobileNavToggle {
  cursor: pointer;
}

.mobile-header-icons {
  display: inline-block;
}

.mobile-header-icon {
  width: 2.2875rem;
  padding: 0.5rem;
}

.header-search-form {
  display: none;
}

#mobileNav {
  font-family: "Montserrat", Verdana, sans-serif;
  font-size: 1rem;
  color: #e9e9e9;
}
#mobileNav a:link, #mobileNav a:visited {
  color: #e9e9e9;
}
#mobileNav a:hover, #mobileNav a:active {
  color: #fff;
}
#mobileNav ul, #mobileNav ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
}
#mobileNav li {
  text-align: center;
  box-shadow: inset rgba(255, 255, 255, 0.1) 0 0.0625rem 0 0;
  border-top: 1px solid #003282;
}
#mobileNav li > a {
  display: block;
  padding: 0.75rem 1.25rem;
  text-decoration: none;
}
#mobileNav li:hover, #mobileNav a:hover, #mobileNav a:focus, #mobileNav a:active {
  background-color: #002151;
  border-top-color: #011;
  outline: 0;
  color: #fff;
}

.header-bar {
  color: #e9e9e9;
  box-shadow: inset rgba(255, 255, 255, 0.1) 0 1px 0 0;
  border-top: 1px solid #003282;
}
.header-bar a:link, .header-bar a:visited {
  color: #e9e9e9;
}
.header-bar a:hover, .header-bar a:active {
  color: #fff;
}
.header-bar .user-display {
  padding: 8px 1rem 8px 0;
}

#nav {
  display: none;
}

@media (min-width: 43em) {
  .logo-bar {
    padding: 1rem 1rem 0.25rem 1rem;
  }
  .logo-bar .logo {
    width: auto;
  }
  .logo-bar.collapsed-logo-bar {
    display: none;
  }
  .mobile-header-icons {
    display: none;
  }
  .header-search-form {
    display: inline-block;
    width: 20rem;
  }
  .header-bar {
    display: block;
  }
  #mobileNav {
    display: none;
  }
  #nav {
    display: block;
  }
}
nav ul, nav ol {
  list-style: none;
}

/* Layout and Template */
.content {
  background-color: #fff;
  min-height: 600px;
  min-width: 650px;
}

.alert-bar {
  font-size: 0.875rem;
  padding: 10px 1rem;
  background-color: #af292e;
  color: #eee;
  border-bottom: 2px solid #fff;
}
.alert-bar a:link, .alert-bar a:visited {
  color: #eee;
}
.alert-bar a:hover, .alert-bar a:active {
  color: #fff;
}
.alert-bar .support-message {
  margin-bottom: 2px;
}
.alert-bar .support-message:last-of-type {
  margin-bottom: 0;
}

.options-menu {
  position: absolute;
  top: 33px;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 16em;
  background-color: #e6f2ff;
  border-left: 1px solid #c7d3e0;
  border-right: 1px solid #c7d3e0;
  border-top: 1px solid #c7d3e0;
  color: #222;
  line-height: 1.3em;
  z-index: 50;
}
.options-menu li {
  width: 100%;
  float: left;
  position: relative;
  padding: 0;
}
.options-menu a, .options-menu .menu-item {
  display: block;
  text-align: left;
  width: 100%;
  padding: 0.5rem 1rem;
  position: relative;
  font-size: 0.875rem;
  text-decoration: none;
  cursor: pointer;
  border-bottom: 1px dotted #c7d3e0;
}
.options-menu .menu-item {
  cursor: default;
}
.options-menu a:hover {
  background-color: #b2def1;
}
.options-menu li:last-child a, .options-menu li:last-child .menu-item {
  border-bottom-style: solid;
}

.indent-0 {
  padding-left: 0;
}

.indent-1 {
  padding-left: 1.5em;
}

.indent-2 {
  padding-left: 3em;
}

.indent-3 {
  padding-left: 4.5em;
}

.indent-4 {
  padding-left: 6em;
}

.indent-5 {
  padding-left: 7.5em;
}

.indent-6 {
  padding-left: 9em;
}

.indent-7 {
  padding-left: 10.5em;
}

.indent-8 {
  padding-left: 12em;
}

.indent-9 {
  padding-left: 13.5em;
}

.indent-10 {
  padding-left: 15em;
}

.indent-11 {
  padding-left: 16.5em;
}

.indent-12 {
  padding-left: 18em;
}

.indent-13 {
  padding-left: 19.5em;
}

.indent-14 {
  padding-left: 21em;
}

.indent-15 {
  padding-left: 22.5em;
}

.indent-16 {
  padding-left: 24em;
}

.name-value-table .dmp-level-1 {
  padding-left: 3rem;
}
.name-value-table .dmp-level-2 {
  padding-left: 5rem;
}
.name-value-table .dmp-level-3 {
  padding-left: 7rem;
}

.sidebar-header {
  margin: 0;
  padding: 0.5rem 1rem;
  background-color: #b2def1;
  color: #002151;
  border-bottom: 1px solid #90bccf;
  box-shadow: 0 1px 1px #ddd;
}

.breadcrumbs {
  font-size: 0.8125rem;
  line-height: 1.5;
}

.record-block-section-header, .record-block-section-content {
  padding: 0.5rem 1rem;
}

.record-block {
  border: 1px solid #d2d2d2;
  border-radius: 4px;
  background-color: #eee;
  color: #222;
  margin-bottom: 1rem;
}
.record-block .record-block-header {
  padding: 0.3em 1rem;
  margin-bottom: 0.35em;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom: 1px solid #a1cde0;
  background-color: #b2def1;
  color: #002151;
}
.record-block .record-block-header .right {
  margin-top: 2px;
}
.record-block .record-block-content {
  padding: 0.3em 1rem;
}

.table-2-col {
  height: 600px; /* Note that since Mozilla does not support min-height on tables, we just use height */
  width: 100%;
}
.table-2-col .tcol-main-2 {
  width: 70%;
  padding: 0;
  vertical-align: top;
}
.table-2-col .tcol-side-2 {
  width: 30%;
  padding: 0;
  vertical-align: top;
  background: #e6f2ff url(../images/bg/bg-noaa-bird.png) no-repeat;
  background-position: 100% 90%;
  background-size: 100% auto;
  -moz-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  border-left: 1px solid #c7d3e0;
}

.inner-table-2-col {
  width: 100%;
  margin-bottom: 1rem;
}
.inner-table-2-col .itcol-main-2 {
  width: 67%;
  padding: 0 1rem 0 0;
  vertical-align: top;
  border-bottom: 1px solid #d2d2d2;
}
.inner-table-2-col .itcol-side-2 {
  width: 33%;
  padding: 0;
  vertical-align: top;
  background-color: #eee;
  border: 1px solid #d2d2d2;
}
.inner-table-2-col .itcol-section {
  border-top: 1px solid #d2d2d2;
  padding-top: 1rem;
}

/* Grid */
.grid-1-col {
  margin: 1rem;
}

.grid {
  margin: 1rem 0 1rem 1rem;
}
.grid:after {
  content: "";
  display: table;
  clear: both;
}

.inner-grid {
  margin: 1rem;
}
.inner-grid:after {
  content: "";
  display: table;
  clear: both;
}

.wide-grid {
  padding: 24px;
}
.wide-grid:after {
  content: "";
  display: table;
  clear: both;
}

.col-main-2 {
  width: 70%;
  float: left;
  padding-right: 1rem;
}

.col-side-2 {
  width: 30%;
  float: left;
  padding-right: 1rem;
}

.data-list {
  display: block;
  padding: 0;
}
.data-list > li {
  display: block;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #ddd;
}
.data-list > li:last-child {
  border-bottom: none;
}

.content-list {
  margin-left: 1.5em;
}
.content-list li {
  margin-bottom: 0.7em;
}

.tcol-side-2 .content-list {
  margin-left: 0;
}

/* Tables */
.data-table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
.data-table th, .data-table td {
  padding: 0.5rem 1rem;
  vertical-align: top;
  border-bottom: 1px solid #ddd;
}
.data-table th {
  font-weight: 700;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
}
.data-table td p:last-child {
  margin-bottom: 0;
}
.data-table tr:last-child > td {
  border-bottom: none;
}

.button-option-table {
  border-collapse: collapse;
}
.button-option-table td {
  padding: 0 16px 8px 0;
}
.button-option-table .button-option .button {
  width: 250px;
}

.report-table {
  border-collapse: 0;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
}
.report-table tr {
  border-bottom: 1px solid #ddd;
}
.report-table tr:nth-child(odd) {
  background-color: #e6f2ff;
}
.report-table tr:last-child {
  border-bottom: none;
}
.report-table td {
  padding: 0.5rem 1rem;
  vertical-align: top;
}

.force-break {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
}

.block-row {
  border-bottom: 1px solid #ddd;
  margin-bottom: 1em;
}

/* Icons */
.icon-list {
  list-style: none;
  padding: 0 0 0 0.375rem;
}

.icon {
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 1.375rem;
  -webkit-print-color-adjust: exact;
}

.icon--right {
  background-position-x: right;
  padding-left: 0;
  padding-right: 1rem;
}

.icon-inline {
  vertical-align: middle;
}

.icon--external {
  background-image: url(../images/icons/icon-external-link.svg);
}

li.icon {
  background-position: 0 0.4375rem;
  padding-left: 1.5rem;
}

.mini-icon {
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 1rem;
  -webkit-print-color-adjust: exact;
}

.icon-acdo {
  background-image: url("../images/icons/icon-acdo.png");
}

.icon-acdo-approved {
  background-image: url("../images/icons/icon-approved.png");
}

.icon-add {
  background-image: url("../images/icons/icon-add.png");
}

.icon-add-file {
  background-image: url("../images/icons/icon-add-file.png");
}

.icon-approved {
  background-image: url("../images/icons/icon-approved.png");
}

.icon-arrow-down {
  background-image: url("../images/icons/icon-arrow-down.png");
}

.icon-arrow-right {
  background-image: url("../images/icons/icon-arrow-right.png");
}

.icon-author {
  background-image: url("../images/icons/icon-author.png");
}

.icon-bookmark {
  background-image: url("../images/icons/icon-bookmark.png");
}

.icon-collapsed {
  background-image: url("../images/icons/icon-collapsed.png");
}

.icon-copy {
  background-image: url("../images/icons/icon-copy.png");
}

.icon-csv {
  background-image: url("../images/icons/icon-csv.png");
}

.icon-cursor {
  background-image: url("../images/icons/icon-cursor.png");
}

.icon-data-steward {
  background-image: url("../images/icons/icon-data-steward.png");
}

.icon-delete {
  background-image: url("../images/icons/icon-delete.png");
}

.icon-dmp {
  background-image: url("../images/icons/icon-dmp.png");
}

.icon-doc {
  background-image: url("../images/icons/icon-doc.png");
}

.icon-docx {
  background-image: url("../images/icons/icon-docx.png");
}

.icon-draft {
  background-image: url("../images/icons/icon-draft.png");
}

.icon-ds {
  background-image: url("../images/icons/icon-ds.png");
}

.icon-edit {
  background-image: url("../images/icons/icon-edit.png");
}

.icon-ent {
  background-image: url("../images/icons/icon-ent.png");
}

.icon-error {
  background-image: url("../images/icons/icon-error.png");
}

.icon-expanded {
  background-image: url("../images/icons/icon-expanded.png");
}

.icon-fail {
  background-image: url("../images/icons/icon-fail.png");
}

.icon-full-list {
  background-image: url("../images/icons/icon-full-list.png");
}

.icon-graph {
  background-image: url("../images/icons/icon-graph.png");
}

.icon-help {
  background-image: url("../images/icons/icon-help.png");
}

.icon-history {
  background-image: url("../images/icons/icon-history.png");
}

.icon-html {
  background-image: url("../images/icons/icon-html.png");
}

.icon-import {
  background-image: url("../images/icons/icon-import.png");
}

.icon-info {
  background-image: url("../images/icons/icon-info.png");
}

.icon-inport {
  background-image: url("../images/icons/icon-inport.png");
}

.icon-items {
  background-image: url("../images/icons/icon-items.png");
}

.icon-js, .icon-script {
  background-image: url("../images/icons/icon-script.png");
}

.icon-lib {
  background-image: url("../images/icons/icon-lib.png");
}

.icon-librarian {
  background-image: url("../images/icons/icon-librarian.png");
}

.icon-locked {
  background-image: url("../images/icons/icon-locked.png");
}

.icon-locked-override {
  background-image: url("../images/icons/icon-locked-override.png");
}

.icon-menu-arrow {
  background-image: url("../images/icons/icon-menu-arrow.png");
}

.icon-move {
  background-image: url("../images/icons/icon-move.png");
}

.icon-mprj {
  background-image: url("../images/icons/icon-mprj.png");
}

.icon-my-history {
  background-image: url("../images/icons/icon-my-history.png");
}

.icon-org {
  background-image: url("../images/icons/icon-users.png");
}

.icon-pass {
  background-image: url("../images/icons/icon-pass.png");
}

.icon-pdf {
  background-image: url("../images/icons/icon-pdf.png");
}

.icon-ppt {
  background-image: url("../images/icons/icon-ppt.png");
}

.icon-prc {
  background-image: url("../images/icons/icon-prc.png");
}

.icon-print {
  background-image: url("../images/icons/icon-print.png");
}

.icon-printable-form {
  background-image: url("../images/icons/icon-printable-form.png");
}

.icon-prj {
  background-image: url("../images/icons/icon-prj.png");
}

.icon-pub {
  background-image: url("../images/icons/icon-pub.png");
}

.icon-published-external {
  background-image: url("../images/icons/icon-published-external.png");
}

.icon-published-internal {
  background-image: url("../images/icons/icon-published-internal.png");
}

.icon-publisher {
  background-image: url("../images/icons/icon-publisher.png");
}

.icon-reader {
  background-image: url("../images/icons/icon-reader.png");
}

.icon-refresh {
  background-image: url("../images/icons/icon-refresh.png");
}

.icon-review-revise {
  background-image: url("../images/icons/icon-review-revise.png");
}

.icon-score {
  background-image: url("../images/icons/icon-score.png");
}

.icon-search {
  background-image: url("../images/icons/icon-search.png");
}

.icon-suborg {
  background-image: url("../images/icons/icon-suborg.png");
}

.icon-sys-admin {
  background-image: url("../images/icons/icon-sys-admin.png");
}

.icon-tab {
  background-image: url("../images/icons/icon-tab.png");
}

.icon-tree {
  background-image: url("../images/icons/icon-tree.png");
}

.icon-tree-collapse {
  background-image: url("../images/icons/icon-tree-collapse.png");
}

.icon-tree-expand {
  background-image: url("../images/icons/icon-tree-expand.png");
}

.icon-update-file {
  background-image: url("../images/icons/icon-update-file.png");
}

.icon-unlocked {
  background-image: url("../images/icons/icon-unlocked.png");
}

.icon-user {
  background-image: url("../images/icons/icon-reader.png");
}

.icon-users {
  background-image: url("../images/icons/icon-users.png");
}

.icon-video {
  background-image: url("../images/icons/icon-video.png");
}

.icon-waf {
  background-image: url("../images/icons/icon-waf.png");
}

.icon-warning {
  background-image: url("../images/icons/icon-warning.png");
}

.icon-withdrawn {
  background-image: url("../images/icons/icon-withdrawn.png");
}

.icon-workflow {
  background-image: url("../images/icons/icon-workflow.png");
}

.icon-xls {
  background-image: url("../images/icons/icon-xls.png");
}

.icon-xml {
  background-image: url("../images/icons/icon-xml.png");
}

.icon-zip {
  background-image: url("../images/icons/icon-zip.png");
}

.spinner {
  display: inline-block;
  position: relative;
  width: 1.2rem;
  height: 1.2rem;
}

.spinner div {
  position: absolute;
  border: 0.25rem solid #11a4e1;
  opacity: 1;
  border-radius: 50%;
  animation: spinner 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.spinner div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes spinner {
  0% {
    top: 0.5rem;
    left: 0.5rem;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0;
    left: 0;
    width: 1rem;
    height: 1rem;
    opacity: 0;
  }
}
/* Status Messages */
.msg {
  border-top: 3px solid #d2d2d2;
  border-right: 10px solid #d2d2d2;
  border-bottom: 3px solid #d2d2d2;
  border-left: 10px solid #d2d2d2;
  border-radius: 3px;
  box-shadow: 0.0625rem 0.1875rem 0.25rem rgba(0, 0, 0, 0.4);
  margin: 0 auto 1em 0;
  padding: 0.5rem 1rem;
}
.msg .msg-header {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 2px;
}
.msg .msg-wrapper {
  background: none no-repeat 0 4px;
  padding-left: 23px;
}
.msg .msg-content {
  font-weight: 700;
}

.confirm-msg {
  border-color: #0093d0;
}
.confirm-msg .msg-wrapper {
  background-image: url(../images/icons/icon-confirm.png);
}
.confirm-msg .msg-header {
  color: #0093d0;
}
.confirm-msg .msg-content {
  color: #0082bf;
}

.error-msg {
  border-color: #af292e;
}
.error-msg .msg-wrapper {
  background-image: url(../images/icons/icon-error.png);
}
.error-msg .msg-header {
  color: #af292e;
}
.error-msg .msg-content {
  color: #af292e;
}

.failure-msg {
  border-color: #af292e;
}
.failure-msg .msg-wrapper {
  background-image: url(../images/icons/icon-error.png);
}
.failure-msg .msg-header {
  color: #af292e;
}
.failure-msg .msg-content {
  color: #af292e;
}

.info-msg {
  border-color: #222;
}
.info-msg .msg-wrapper {
  background-image: url(../images/icons/icon-help.png);
}

.warning-msg {
  border-color: #c25613;
}
.warning-msg .msg-wrapper {
  background-image: url(../images/icons/icon-warning.png);
}
.warning-msg .msg-header {
  color: #c25613;
}
.warning-msg .msg-content {
  color: #b14502;
}

.warning-banner {
  background-color: #af292e;
  color: #eee;
  padding: 11px 16px;
  border-bottom: 1px solid #ccc;
  font-size: 0.875rem;
}

/* UI Widgets */
.button {
  background-color: #0093d0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0093d0), color-stop(100%, #0082bf));
  background-image: -webkit-linear-gradient(top, #0093d0, #0082bf);
  background-image: -moz-linear-gradient(top, #0093d0, #0082bf);
  background-image: -ms-linear-gradient(top, #0093d0, #0082bf);
  background-image: -o-linear-gradient(top, #0093d0, #0082bf);
  background-image: linear-gradient(to top, #0093d0, #0082bf);
  border: 1px solid #0082bf;
  border-bottom: 1px solid #0071ae;
  border-radius: 3px;
  box-shadow: inset 1px 1px 0 0 #11a4e1;
  color: #fff;
  line-height: 1;
  padding: 0.4em 1em;
  text-align: center;
  text-shadow: -1px -2px 0 #0071ae;
  font-family: "Montserrat", Verdana, sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  vertical-align: bottom;
  display: inline-block;
}

a.button:link, a.button:visited, a.button:hover, a.button:active {
  color: #fff;
  text-decoration: none;
}

.button:hover {
  background-color: #11a4e1;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #11a4e1), color-stop(100%, #0093d0));
  background-image: -webkit-linear-gradient(top, #11a4e1, #0093d0);
  background-image: -moz-linear-gradient(top, #11a4e1, #0093d0);
  background-image: -ms-linear-gradient(top, #11a4e1, #0093d0);
  background-image: -o-linear-gradient(top, #11a4e1, #0093d0);
  background-image: linear-gradient(to top, #11a4e1, #0093d0);
  cursor: pointer;
}

.alert-button {
  background-color: #c25613;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c25613), color-stop(100%, #b14502));
  background-image: -webkit-linear-gradient(top, #c25613, #b14502);
  background-image: -moz-linear-gradient(top, #c25613, #b14502);
  background-image: -ms-linear-gradient(top, #c25613, #b14502);
  background-image: -o-linear-gradient(top, #c25613, #b14502);
  background-image: linear-gradient(to top, #c25613, #b14502);
  border: 1px solid #b14502;
  border-bottom: 1px solid #a03400;
  border-radius: 3px;
  box-shadow: inset 1px 1px 0 0 #d36724;
  color: #fff;
  line-height: 1;
  padding: 0.4em 1em;
  text-align: center;
  text-shadow: -1px -2px 0 #a03400;
  font-family: "Montserrat", Verdana, sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  vertical-align: bottom;
  display: inline-block;
}

a.alert-button:link, a.alert-button:visited, a.alert-button:hover, a.alert-button:active {
  color: #fff;
  text-decoration: none;
}

.alert-button:hover {
  background-color: #d36724;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d36724), color-stop(100%, #c25613));
  background-image: -webkit-linear-gradient(top, #d36724, #c25613);
  background-image: -moz-linear-gradient(top, #d36724, #c25613);
  background-image: -ms-linear-gradient(top, #d36724, #c25613);
  background-image: -o-linear-gradient(top, #d36724, #c25613);
  background-image: linear-gradient(to top, #d36724, #c25613);
  text-shadow: -1px -1px 0 #a03400;
  cursor: pointer;
}

.override-button {
  background-color: #af292e;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #af292e), color-stop(100%, #9e181d));
  background-image: -webkit-linear-gradient(top, #af292e, #9e181d);
  background-image: -moz-linear-gradient(top, #af292e, #9e181d);
  background-image: -ms-linear-gradient(top, #af292e, #9e181d);
  background-image: -o-linear-gradient(top, #af292e, #9e181d);
  background-image: linear-gradient(to top, #af292e, #9e181d);
  border: 1px solid #9e181d;
  border-bottom: 1px solid #8d070c;
  border-radius: 3px;
  box-shadow: inset 1px 1px 0 0 #c03a3f;
  color: #eee;
  line-height: 1;
  padding: 0.4em 1em;
  text-align: center;
  text-shadow: -1px -2px 0 #8d070c;
  font-family: "Montserrat", Verdana, sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  vertical-align: bottom;
  display: inline-block;
}

a.override-button:link, a.override-button:visited, a.override-button:hover, a.override-button:active {
  color: #eee;
  text-decoration: none;
}

.override-button:hover {
  background-color: #c03a3f;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c03a3f), color-stop(100%, #af292e));
  background-image: -webkit-linear-gradient(top, #c03a3f, #af292e);
  background-image: -moz-linear-gradient(top, #c03a3f, #af292e);
  background-image: -ms-linear-gradient(top, #c03a3f, #af292e);
  background-image: -o-linear-gradient(top, #c03a3f, #af292e);
  background-image: linear-gradient(to top, #c03a3f, #af292e);
  text-shadow: -1px -1px 0 #8d070c;
  cursor: pointer;
}

.disabled-button {
  background-color: #eee;
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  color: #d2d2d2;
  line-height: 1;
  padding: 0.4em 1em;
  text-align: center;
  font-family: "Montserrat", Verdana, sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  vertical-align: bottom;
  display: inline-block;
}

.dark-disabled-button {
  background-color: #bbb;
  border: 1px solid #aaa;
  border-radius: 3px;
  color: #888;
  line-height: 1;
  padding: 0.4em 1em;
  text-align: center;
  font-family: "Montserrat", Verdana, sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  vertical-align: bottom;
  display: inline-block;
}

a.disabled-button:link, a.disabled-button:visited, a.disabled-button:hover, a.disabled-button:active {
  color: #d2d2d2;
  text-decoration: none;
}

.large-button {
  font-family: "Montserrat", Verdana, sans-serif;
  font-size: 1.5rem;
}

.medium-button {
  font-family: "Montserrat", Verdana, sans-serif;
  font-size: 1rem;
}

.small-button {
  font-family: "Montserrat", Verdana, sans-serif;
  font-size: 0.875rem;
}

.small-button-side-label {
  display: inline-block;
  margin: 0 3px 4px 0;
  vertical-align: bottom;
}

.x-small-button {
  font-family: "Montserrat", Verdana, sans-serif;
  font-size: 0.75rem;
}

.row-button {
  display: inline-block;
  margin: 0 0.25rem 0.625rem 0;
}

.border-box {
  width: 100%;
  padding: 1rem;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 1rem;
}

.hilite-box {
  width: 100%;
  padding: 1rem;
  line-height: 1.5;
  background-color: #eee;
  color: #222;
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  margin-bottom: 1rem;
}
.hilite-box p:last-child {
  margin-bottom: 0;
}

.accent-bar-box {
  background-color: #eee;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  box-shadow: 0 2px 3px #eee;
}

.sidebar-stat-table {
  border-collapse: collapse;
  width: 100%;
}
.sidebar-stat-table .left-col {
  width: 50%;
  padding: 0 8px 16px 0;
}
.sidebar-stat-table .right-col {
  width: 50%;
  padding: 0 0 16px 8px;
}
.sidebar-stat-table .combined-col {
  padding: 0 0 4px 0;
}

.stat {
  width: auto;
  line-height: 1.25;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #d2d2d2;
  box-shadow: inset -1px -1px 4px #ddd;
  padding: 0.5rem 1rem;
}
.stat .stat-label {
  font-size: 0.8125rem;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  text-align: center;
}
.stat .stat-main {
  font-size: 1.75rem;
  text-align: center;
  font-weight: 700;
}
.stat .stat-main :link, .stat .stat-main :visited {
  text-decoration: none;
  color: #222;
}
.stat .stat-main :hover, .stat .stat-main :active {
  text-decoration: underline;
  color: #af292e;
}
.stat .stat-secondary {
  font-size: 0.8125rem;
  text-align: center;
}
.stat hr {
  margin: 4px 0;
}

/* Home Specific */
.home-search {
  padding: 2.25rem 0;
}
.home-search .home-logo {
  margin: 0 auto 0.5rem auto;
  display: block;
  width: 100%;
  max-width: 35.9375rem;
}

.home-search-form {
  margin: 0 auto;
  text-align: center;
}

.home-search-field-wrap {
  margin-bottom: 0.5rem;
}
.home-search-field-wrap input {
  display: block;
  margin: 0 auto 0.3125rem auto;
}
.home-search-field-wrap .button {
  display: block;
  margin: 0 auto;
}

@media (min-width: 43em) {
  .home-search-field-wrap {
    white-space: nowrap;
  }
  .home-search-field-wrap input {
    display: inline-block;
    margin: 0 0.625rem 0 0;
  }
  .home-search-field-wrap .button {
    display: inline-block;
    margin: 0;
    padding: 0.5rem 1rem;
  }
}
.catalog-hierarchy .item-selected {
  background-color: #90cde0;
  color: #000;
  font-weight: 700;
}

.scorecard {
  padding: 2px;
  width: 2.6em;
  text-align: center;
  border-radius: 2px;
  font-size: 0.8125rem;
  font-weight: bold;
  color: #fff;
  display: block;
  margin: 0 auto;
  background-color: #002151;
}
.scorecard a {
  color: #fff;
}
.scorecard a:link, .scorecard a:visited {
  text-decoration: none;
}
.scorecard a:hover, .scorecard a:active {
  text-decoration: underline;
}

.scorecard-low {
  background-color: #af292e;
}

.scorecard-average {
  background-color: #c25613;
}

.scorecard-high {
  background-color: #2d872d;
}

.scorecard-perfect {
  background-color: #0054a4;
}

.scorecard-na {
  background-color: #c0c0c0;
}

.scorecard-notch-low {
  background-image: linear-gradient(40deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 80%, #af292e 80%);
}

.scorecard-notch-average {
  background-image: linear-gradient(40deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 80%, #c25613 80%);
}

.scorecard-notch-high {
  background-image: linear-gradient(40deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 80%, #2d872d 80%);
}

.scorecard-notch-perfect {
  background-image: linear-gradient(40deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 80%, #0054a4 80%);
}

.avg-symbol {
  font-family: serif;
  font-style: italic;
  font-size: 1.125rem;
}

/* Cat Item Specific */
.geo-bounds-display {
  max-width: 100%;
  width: 100%;
  border: 1px solid #000;
  margin: 0 0 0 auto;
}

.geo-bounds-small-display {
  height: 320px;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-right: 0;
}

@media (min-width: 56em) {
  .geo-bounds-small-display {
    height: 210px;
  }
}
.geo-bounds-full-display {
  height: 420px;
}

.geo-bounds-cell {
  display: none;
  border-bottom: none;
}

@media (min-width: 43em) {
  .name-value-table .geo-bounds-cell {
    display: table-cell;
    width: 60%;
  }
}
.browse-graphic-full-img {
  display: block;
  margin: 6px 0;
  border: 1px solid #222;
  max-width: 100%;
  max-height: 600px;
}

.browse-graphic-preview-img {
  display: block;
  margin: 6px 0;
  border: 1px solid #222;
  max-width: 100%;
  max-height: 100px;
}

/* Effects */
.shadow-default {
  box-shadow: 0 2px 4px #aaa;
}

/* Utilities */
.cf:before, .cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

.left {
  float: left;
}

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

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

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

.centered {
  text-align: center;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.v-spacer {
  margin-bottom: 1rem;
}

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

.small-button.vert-middle {
  margin-bottom: 4px;
}

.centered-block {
  margin: 0 auto;
  display: block;
}

.no-wrap {
  white-space: nowrap;
}

.all-caps {
  text-transform: uppercase;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.inline-block {
  display: inline-block;
}

.inline-list {
  display: inline-block;
  padding: 0;
}

.inline-list > li {
  display: inline;
  padding-right: 5px;
}

.no-link:link, .no-link:visited, .no-link:hover, .no-link:active {
  text-decoration: none;
  color: #222;
}

.indent {
  padding-left: 1.5rem;
}

.no-margin {
  margin: 0;
}

.add-bottom-pad {
  margin-bottom: 1rem;
}

.add-border-bottom {
  border-bottom: 1px solid #ddd;
}

.add-vert-pad {
  padding-top: 6px;
  padding-bottom: 6px;
}

.add-left-grid-margin {
  margin-left: 1rem;
}

.add-right-grid-margin {
  margin-right: 1rem;
}

.add-bottom-grid-margin {
  margin-bottom: 1rem;
}

.no-border {
  border: none;
}

.no-pad {
  padding: 0;
}

.no-pad-margin {
  padding: 0;
  margin: 0;
}

.hug-top {
  margin-top: 0;
  padding-top: 0;
}

.unbold {
  font-weight: normal;
}

.form-spacer {
  border-collapse: collapse;
  margin: 0;
}
.form-spacer td {
  padding: 0 6px 0 0;
}
.form-spacer td.extra-pad {
  padding-right: 20px;
}

/* Catalog Item Landing Page */
.inner-col-2 {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}

.inner-col-2__main {
  padding: 0;
}

.inner-col-2__sidebar {
  padding: 0;
}

.inner-col-section {
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 1rem;
}

.inner-col-section:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}

@media (min-width: 56em) {
  .inner-col-2 {
    grid-template-columns: minmax(0, 1fr) minmax(21rem, 33%);
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 1rem;
  }
  .inner-col-2__main {
    padding: 1rem 1rem 0 0;
  }
  .inner-col-2__sidebar {
    padding: 1rem;
    background-color: #eee;
    border: 1px solid #d2d2d2;
    border-top: none;
    border-bottom: none;
  }
}
.media-block {
  margin: 0 0 1rem 0;
}
.media-block img {
  border: 1px solid #bbb;
  padding: 0.2rem;
}

@media (min-width: 56em) {
  .media-block {
    float: right;
    margin: 0 0 1rem 1rem;
    max-width: 33%;
    max-height: 20rem;
  }
}
.tabbed-header {
  margin-bottom: 1rem;
}

.tabbed-header-tab {
  display: inline-block;
  padding: 0.5rem 0.9rem;
  margin-bottom: 0.25rem;
  font-weight: bold;
  color: #444;
  border-top: 1px solid #c3c3c3;
  border-left: 1px solid #c3c3c3;
  border-right: 1px solid #c3c3c3;
  border-top-left-radius: 0.35rem;
  border-top-right-radius: 0.35rem;
  background: linear-gradient(#eee, #fff);
}

.tabbed-header-tab:hover {
  background: linear-gradient(#b2def1, #fff);
  border-left: 1px solid #90bccf;
  border-top: 1px solid #90bccf;
  border-right: 1px solid #90bccf;
  cursor: pointer;
}

.tabbed-header-tab.empty {
  font-weight: normal;
  background-image: none;
}

.tabbed-header-tab.selected {
  color: #002151;
  background-image: none;
  background-color: #b2def1;
  border: 2px solid #90bccf;
  border-radius: 0.35rem;
  cursor: default;
}

/* 12px / 16px */
/* 13px / 16px */
/* 14px / 16px */
/* 16px / 16px */
/* 18px / 16px */
/* 20px / 16px */
/* 12px / 16px */
/* 14px / 16px */
/* 18px / 16px */
/* 20px / 16px */
/* 24px / 16px */
/* 28px / 16px */
.button-menu {
  margin: 0;
  padding: 0;
  position: relative;
}
.button-menu ul {
  position: absolute;
  top: 1.6rem;
  right: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 14rem;
  background-color: #e6f2ff;
  border-left: 0.0625rem solid #c7d3e0;
  border-right: 0.0625rem solid #c7d3e0;
  border-top: 0.0625rem solid #c7d3e0;
  color: #222;
}
.button-menu ul li {
  width: 100%;
  float: left;
  position: relative;
}
.button-menu ul a, .button-menu ul .menu-item {
  display: block;
  text-align: left;
  width: 100%;
  padding: 0.5rem 1rem;
  position: relative;
  font-size: 0.875rem;
  text-decoration: none;
  cursor: pointer;
  border-bottom: 0.0625rem dotted #c7d3e0;
}
.button-menu ul a:hover {
  background-color: #b2def1;
}
.button-menu ul li:last-child a {
  border-bottom-style: solid;
}

.button-menu.right {
  margin-left: 0.5rem;
}

.sf-menu, .sf-menu li, .sf-menu ul,
.sf-menu > li > a, .sf-menu > li > ul > li > a,
.sf-menu > li > span, .sf-menu > li > ul > li > span {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
}

.sf-menu {
  float: left;
  font-family: "Montserrat", Verdana, sans-serif;
  font-size: 1rem;
}
.sf-menu ul {
  position: absolute;
  top: -999rem;
  width: 17rem;
  text-transform: none;
  font-size: 0.875rem;
}
.sf-menu ul li {
  width: 100%;
}
.sf-menu > li > span {
  cursor: default;
}
.sf-menu li {
  float: left;
  position: relative;
  text-align: center;
}
.sf-menu li:hover {
  visibility: inherit;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
  left: 0;
  z-index: 99;
  top: 2.5rem;
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:hover, .sf-menu a:focus, .sf-menu a:active {
  background-color: #002151;
  border-top-color: #011;
  outline: 0;
  color: #fff;
}
.sf-menu > li > a, .sf-menu > li > ul > li > a, .sf-menu > li > span, .sf-menu > li > ul > li > span {
  display: block;
  position: relative;
  padding: 0.75rem 1.25rem;
}
.sf-menu li li {
  font-family: "Open Sans", Arial, sans-serif;
  background-color: #002151;
  text-align: left;
  font-size: 0.875rem;
}
.sf-menu li li a, .sf-menu li li a:visited, .sf-menu .no-menu-link {
  border-top: 0.0625rem solid #011;
  color: #fff;
}
.sf-menu li li a:hover, .sf-menu li li a:focus, .sf-menu li li a:active {
  background-color: #003262;
  border-top-color: #011;
  outline: 0;
  color: #fff;
}
.sf-menu a, .sf-menu span {
  text-decoration: none;
  color: #fff;
}
.sf-menu .no-menu-link {
  cursor: default;
  background-color: #011;
  text-transform: uppercase;
  font-weight: 700;
}
.sf-menu .submenu {
  box-shadow: 0.0625rem 0.1875rem 0.25rem rgba(0, 0, 0, 0.4);
}
.sf-menu .submenu-form li {
  padding: 1.5rem 1.6rem 1.5rem 1.5rem;
}
.sf-menu .submenu-form a {
  display: block;
  padding: 0;
  text-decoration: underline;
}
.sf-menu .submenu-form li a {
  border-top: none;
}
.sf-menu .submenu-form li a:hover, .sf-menu .submenu-form li a:focus, .sf-menu .submenu-form li a:active {
  background-color: #002151;
  border: none;
  color: #fff;
}
.sf-menu .submenu-form .field {
  padding: 0.25rem 0.375rem;
}
.sf-menu .submenu-form .submenu-form-content {
  padding-top: 0.75rem;
}
.sf-menu .sf-submenu a, .sf-menu .sf-submenu span {
  color: #fff;
  padding: 0.7rem 1rem;
}

/* 12px / 16px */
/* 13px / 16px */
/* 14px / 16px */
/* 16px / 16px */
/* 18px / 16px */
/* 20px / 16px */
/* 12px / 16px */
/* 14px / 16px */
/* 18px / 16px */
/* 20px / 16px */
/* 24px / 16px */
/* 28px / 16px */
.form-field-block {
  line-height: 1.3;
  margin-bottom: 1.25rem;
}
.form-field-block .label {
  display: block;
  max-width: 9.375rem;
  white-space: nowrap;
  margin-bottom: 0.5rem;
}
.form-field-block .error {
  margin-bottom: 0.25rem;
}
.form-field-block .required {
  font-weight: 700;
}

.form-table {
  margin-bottom: 1rem;
}
.form-table td {
  vertical-align: top;
  padding: 0 1rem 0 0;
}
.form-table td.button-cell {
  vertical-align: bottom;
  padding-bottom: 0.0625rem;
}

.form-block-indent-1 {
  padding-left: 2rem;
}

.checkbox-set {
  background-color: #eee;
  border: 0.0625rem solid #d2d2d2;
  border-radius: 0.1875rem;
  padding: 0.5rem 0.75rem;
  margin: 0.5rem 0 1rem 0;
  line-height: 1.5;
}
.checkbox-set table {
  border-collapse: collapse;
}
.checkbox-set td {
  vertical-align: top;
  padding: 0 1rem;
}
.checkbox-set input[type=checkbox] {
  background-color: #fff;
}
.checkbox-set .all-cell {
  padding-left: 0;
  border-right: 0.0625rem solid #c7d3e0;
}
.checkbox-set .all-cell label {
  display: inline-block;
  min-width: 3.5rem;
  margin: 0.125rem 0;
}

.checkbox-set-wrapper label {
  display: inline-block;
  min-width: 7rem;
  margin: 0.125rem 0;
}

.checkbox-set-wrapper.wide label {
  min-width: 12rem;
}

.checkbox-list {
  list-style: none;
  margin-left: 0.5rem;
}
.checkbox-list li {
  margin-bottom: 0.2rem;
}

.bounds-set {
  background-color: #eee;
  border: 0.0625rem solid #d2d2d2;
  border-radius: 0.1875rem;
  padding: 0.5rem 1rem;
  margin: 0.25rem 0 0.75rem 0;
}
.bounds-set table {
  border-collapse: collapse;
  margin: 0 auto;
}
.bounds-set td {
  vertical-align: top;
  padding: 0.125rem 0.375rem;
}
.bounds-set input[type=text] {
  margin: 0.25rem auto;
  text-align: center;
}
.bounds-set .centered-bound-field {
  display: block;
  margin: 0.375rem auto;
  width: 55%;
  white-space: nowrap;
}

.field {
  background-color: #e6f2ff;
  border: 0.0625rem solid rgba(0, 0, 50, 0.2);
  border-radius: 0.125rem;
  box-shadow: inset 0.0625rem 0.125rem 0.1875rem 0 rgba(0, 0, 0, 0.1);
  color: #222;
  padding: 0.1875rem 0.25rem;
  width: 100%;
  max-width: 13.75rem;
}

.fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

body .select2-container .select2-selection--single {
  background-color: #e6f2ff;
  border: 0.0625rem solid rgba(0, 0, 50, 0.2);
  border-radius: 0.125rem;
  box-shadow: inset 0.0625rem 0.125rem 0.1875rem 0 rgba(0, 0, 0, 0.1);
  color: #222;
}
body .select2-container .select2-selection__rendered {
  color: #222;
}
body .select2-dropdown {
  background-color: #e6f2ff;
  font-size: 0.875rem;
}
body .select2-results .select2-results__option--highlighted {
  background-color: #d5e1ee;
}

.field-xxx-short {
  width: 100%;
  max-width: 2.5rem;
}

.field-xx-short {
  width: 100%;
  max-width: 5rem;
}

.field-x-short {
  width: 100%;
  max-width: 8.125rem;
}

.field-short {
  width: 100%;
  max-width: 10.9375rem;
}

.field-long {
  width: 100%;
  max-width: 19.375rem;
}

.field-x-long {
  width: 100%;
  max-width: 26.25rem;
}

.field-xx-long {
  width: 100%;
  max-width: 34.375rem;
}

.field-max-long {
  width: 100%;
}

textarea.field {
  font-size: 0.875rem;
  line-height: 1.25;
}

.large-field {
  padding: 0.375rem 0.5rem;
  font-family: "Montserrat", Verdana, sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
}

.header-search-field {
  background-color: #fff;
  border: 0;
  border-radius: 0.9375rem;
  box-shadow: inset 0.125rem 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.25);
  color: #222;
  font-size: 0.875rem;
  margin-right: 0.125rem;
  padding: 0.3rem 0.625rem 0.3rem 0.625rem;
  vertical-align: bottom;
}

:disabled {
  background-color: #eee;
  border: 0.0625rem solid #d2d2d2;
  color: #222;
  box-shadow: none;
}

/*# sourceMappingURL=inport-rd.css.map */
