/* Fonts */
/* Colors */
/* Font Sizes */
/* 12px / 16px */
/* 13px / 16px */
/* 14px / 16px */
/* 16px / 16px */
/* 18px / 16px */
/* 20px / 16px */
/* 12px / 16px */
/* 14px / 16px */
/* 18px / 16px */
/* 20px / 16px */
/* 24px / 16px */
/* 28px / 16px */
/* Layout */
/* Borders */
/* $border-default: 1px solid $color- */
/* Normalization */
*, *:after, *:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0;
  font-size: 1em; }

a:focus {
  outline: thin dotted; }

a:hover, a:active {
  outline: 0; }

h1, h2, h3, h4, h5, h6 {
  margin: 0.2em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

blockquote {
  margin: 0 0 1em 0; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

p, pre {
  margin: 0 0 1em 0; }

code, kbd, pre, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

dl, menu, ol, ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

menu, ol, ul {
  padding: 0 0 0 1.5em; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: none;
  margin: 0;
  padding: 0; }

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible; }

button[disabled], html input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show; }

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: 1em; }

.small, small {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 0.875em; }

.x-small {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 0.8125em; }

.xx-small {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 0.6875em; }

.large {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1.125em;
  line-height: 1.3; }

.x-large {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1.25em;
  line-height: 1.3; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", Verdana, sans-serif;
  font-weight: 600;
  color: #002151; }

h1 {
  font-size: 1.75em;
  letter-spacing: -1px; }

h2 {
  font-size: 1.5em;
  letter-spacing: -0.8px; }

h3 {
  font-size: 1.25em;
  letter-spacing: -0.7px; }

h4 {
  font-size: 1.125em;
  letter-spacing: -0.5px; }

h5 {
  font-size: 1em;
  letter-spacing: -0.4px; }

h6 {
  font-size: 0.875em;
  letter-spacing: -0.3px; }

hr {
  margin: 1em 0; }

a:link, a:visited {
  color: #0054a4; }

a:hover, a:active {
  color: #af292e;
  outline: 0; }

mark {
  background: #ffe293;
  color: #222; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: 1em; }

.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; }

@media print {
  .alert-bar, #nav, .secondary-nav, .org-seals, .exclude-print {
    display: none; } }
/* Layout and Template */
body {
  background-color: #0054a4; }

.content {
  background-color: #fff;
  min-height: 600px;
  min-width: 650px; }

.alert-bar {
  font-size: 0.875em;
  padding: 10px 16px;
  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; }

.header {
  background: #0054a4 url("../images/bg/bg-header-pic3.jpg") no-repeat top right;
  color: #e9e9e9;
  border-bottom: 1px solid #003282; }

.logo-bar {
  padding: 16px 16px 2px 16px; }

.header-bar {
  color: #e9e9e9;
  border-top: 1px solid #003282;
  box-shadow: inset rgba(255, 255, 255, 0.1) 0 1px 0 0; }
  .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-top: 8px;
    padding-right: 16px; }

.page-header {
  padding: 14px 16px;
  background-color: #eee;
  border-bottom: 1px solid #d2d2d2; }
  .page-header h1 {
    margin: 0 0; }

.page-header-bar {
  border-top: 1px solid #fff;
  border-bottom: 1px 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; }
    .page-header-options > li > a, .page-header-options > li > span, .page-header-options > li > form > a {
      display: block;
      padding: 8px 16px 11px 16px;
      border-right: 1px solid #d2d2d2;
      font-size: 0.875em;
      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 {
      background-color: #e0e0e0; }

.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; }
  .options-menu li {
    width: 100%;
    float: left;
    position: relative; }
  .options-menu a, .options-menu .menu-item {
    display: block;
    text-align: left;
    width: 100%;
    padding: 8px 16px;
    position: relative;
    font-size: 0.875em;
    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; }

.sidebar-header {
  margin: 0;
  padding: 8px 16px;
  background-color: #b2def1;
  color: #002151;
  border-bottom: 1px solid #90bccf;
  box-shadow: 0 1px 1px #ddd; }

.breadcrumbs {
  font-size: 0.8125em; }

.section {
  margin-bottom: 16px; }
  .section .section-header {
    padding: 8px 16px;
    background-color: #002151;
    border-radius: 3px;
    margin-bottom: 16px; }
    .section .section-header h2 {
      letter-spacing: -0.4px;
      margin: 0 12px 0 0;
      display: inline-block;
      font-weight: normal;
      line-height: 1.3;
      font-size: 1.25em;
      color: #fff; }
  .section .section-content {
    padding: 8px 16px; }

.subsection {
  margin: 0 0 1em 2.5em; }

.empty-section .section-header {
  background-color: #d0d0d0;
  margin-bottom: 0; }
  .empty-section .section-header h2 {
    color: #333; }

.record-block-section-header {
  padding: 8px 16px; }

.record-block {
  border: 1px solid #d2d2d2;
  border-radius: 4px;
  background-color: #eee;
  color: #222;
  margin-bottom: 16px; }
  .record-block .record-block-header {
    padding: 0.3em 16px;
    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 16px; }

.secondary-nav a:link, .secondary-nav a:visited {
  color: #e9e9e9;
  text-decoration: none; }
.secondary-nav a:hover, .secondary-nav a:active {
  color: #fff;
  text-decoration: underline; }

.footer {
  border-top: 1px solid #3387d7;
  padding: 16px;
  padding-bottom: 32px;
  background-color: #0054a4;
  color: #e9e9e9; }
  .footer .release-info {
    margin-left: 27px;
    margin-top: -10px;
    line-height: 1; }
  .footer .org-seals {
    margin-bottom: 0.4em; }
    .footer .org-seals li {
      display: inline-block;
      padding: 0 0 0 8px; }

.table-layout {
  border-collapse: collapse;
  height: 600px;
  /* Note that since Mozilla does not support min-height on tables, we just use height */
  width: 100%; }
  .table-layout .table-layout-content {
    vertical-align: top;
    padding: 16px;
    width: 85%; }
  .table-layout .table-layout-pic {
    vertical-align: top;
    min-width: 100px;
    max-width: 250px;
    background: #006cc9 url("../images/bg/bg-table-layout-pic.jpg") repeat-x bottom left; }

.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; }

.port-pic-section {
  background: transparent url(../images/bg/bg-port-pic-1.jpg) top right no-repeat; }
  .port-pic-section .port-spacer {
    display: block;
    float: right;
    clear: right;
    margin: 0; }

/* Grid */
.grid-1-col {
  margin: 16px; }

.grid {
  margin: 16px 0 16px 16px; }
  .grid:after {
    content: "";
    display: table;
    clear: both; }

.inner-grid {
  margin: 16px; }
  .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: 16px; }

.col-side-2 {
  width: 30%;
  float: left;
  padding-right: 16px; }

.data-list {
  display: block;
  padding: 0; }
  .data-list > li {
    display: block;
    padding: 8px 16px;
    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: 8px 16px;
    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; }

.header-table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%; }
  .header-table th, .header-table td {
    padding: 8px 16px;
    vertical-align: top;
    border-bottom: 1px solid #ddd; }
  .header-table .centered {
    text-align: center; }
  .header-table th.vertical-divider {
    border-left: 1px solid #90cde0; }
  .header-table td.vertical-divider {
    border-left: 1px solid #ddd; }
  .header-table .primary-header th, .header-table .primary-header td {
    border-bottom: none; }
  .header-table td.ellipsisize {
    text-overflow: ellipsis;
    overflow: hidden; }
  .header-table td.word-wrap {
    -ms-word-wrap: break-word;
    word-wrap: break-word; }
  .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; }

@media print {
  .header-table {
    font-size: 0.875em; } }
.name-value-table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%; }
  .name-value-table th, .name-value-table td {
    padding: 8px 16px;
    vertical-align: top;
    border-bottom: 1px solid #ddd; }
  .name-value-table .ellipsisize td {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
  .name-value-table th {
    font-weight: 700;
    text-align: left;
    width: 18%;
    text-overflow: ellipsis;
    overflow: hidden; }
  .name-value-table td {
    width: 82%; }
    .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: 8px; }
  .name-value-table .subtable-header {
    background-color: #d9d9d9; }
    .name-value-table .subtable-header > td {
      padding-top: 5px;
      padding-bottom: 5px; }

.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: 8px 16px;
    vertical-align: top; }

.word-break {
  -ms-word-wrap: break-word;
  word-break: break-word; }

.block-row {
  border-bottom: 1px solid #ddd;
  margin-bottom: 1em; }

.button-cell {
  white-space: nowrap; }
  .button-cell form {
    float: right; }

/* Icons */
.icon-list {
  list-style: none;
  text-align: left;
  margin-top: 0; }
  .icon-list li {
    margin: 0.2em 0; }

.icon {
  background: none no-repeat left center;
  padding-left: 21px;
  -webkit-print-color-adjust: exact; }

.mini-icon {
  background: none no-repeat left center;
  padding-left: 16px;
  -webkit-print-color-adjust: exact; }

.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-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-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-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-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"); }

/* 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: 1px 3px 4px #aaa;
  margin: 0 auto 1em 0;
  padding: 8px 16px; }
  .msg .msg-header {
    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.875em; }

/* 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.25em;
  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.25em;
  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.25em;
  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.25em;
  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.25em;
  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.5em; }

.medium-button {
  font-family: "Montserrat", Verdana, sans-serif;
  font-size: 1em; }

.small-button {
  font-family: "Montserrat", Verdana, sans-serif;
  font-size: 0.875em; }

.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.75em; }

.border-box {
  width: 100%;
  padding: 16px;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px; }

.hilite-box {
  width: 100%;
  padding: 16px;
  background-color: #eee;
  color: #222;
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  margin-bottom: 16px; }
  .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; }

.floating-side-box {
  float: right;
  width: 40%;
  margin-left: 1em;
  margin-bottom: 0.5em; }

.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: 8px 16px; }
  .stat .stat-label {
    font-size: 0.8125em;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    text-align: center; }
  .stat .stat-main {
    font-size: 1.75em;
    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.8125em;
    text-align: center; }
  .stat hr {
    margin: 4px 0; }

.pagination-wrapper {
  text-align: center;
  margin: 16px 0; }

.pagination {
  display: inline-block;
  padding: 0;
  border-radius: 3px;
  margin: 0 auto;
  background-color: #eee; }
  .pagination .selected {
    background-color: #0054a4;
    color: #e9e9e9;
    font-weight: 700; }
  .pagination .disabled {
    color: #333; }
  .pagination li {
    display: inline; }
  .pagination li:first-child a, .pagination li:first-child span {
    margin-left: 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }
  .pagination a, .pagination span {
    position: relative;
    float: left;
    margin-left: -1px;
    padding: 4px 10px;
    line-height: 1;
    text-decoration: none;
    border: 1px solid #d2d2d2; }
  .pagination li:last-child a, .pagination li:last-child span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }

/* Home Specific */
.home-search {
  padding: 36px 24px; }
  .home-search .home-logo {
    margin: 0 auto 0.5em auto;
    display: block;
    width: 100%;
    max-width: 575px; }

.home-search-form {
  margin: 0 auto; }
  .home-search-form .home-search-field-wrap {
    margin-bottom: 3px;
    white-space: nowrap; }
    .home-search-form .home-search-field-wrap .large-field {
      width: 75%; }
    .home-search-form .home-search-field-wrap .button {
      width: 20%;
      padding: 0.4em 0.1em; }

.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.8125em;
  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; }

.avg-symbol {
  font-family: serif;
  font-style: italic;
  font-size: 1.125em; }

/* Cat Item Specific */
.gmaps-full-display {
  max-width: 100%;
  width: 100%;
  height: 420px;
  border: 1px solid #000;
  margin: 0 0 0 auto; }

.browse-graphic-full-img {
  display: block;
  margin: 6px 0;
  border: 1px solid #222;
  max-width: 100%;
  max-height: 600px; }

/* 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: 16px; }

.vert-middle {
  vertical-align: middle; }

.small-button.vert-middle {
  margin-bottom: 4px; }

.centered-block {
  margin: 0 auto;
  display: block; }

.no-wrap {
  white-space: nowrap; }

.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: 2em; }

.no-margin {
  margin: 0; }

.add-bottom-pad {
  margin-bottom: 16px; }

.add-border-bottom {
  border-bottom: 1px solid #ddd; }

.add-vert-pad {
  padding-top: 6px;
  padding-bottom: 6px; }

.add-left-grid-margin {
  margin-left: 16px; }

.add-right-grid-margin {
  margin-right: 16px; }

.add-bottom-grid-margin {
  margin-bottom: 16px; }

.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; }

/* Fonts */
/* Colors */
/* Font Sizes */
/* 12px / 16px */
/* 13px / 16px */
/* 14px / 16px */
/* 16px / 16px */
/* 18px / 16px */
/* 20px / 16px */
/* 12px / 16px */
/* 14px / 16px */
/* 18px / 16px */
/* 20px / 16px */
/* 24px / 16px */
/* 28px / 16px */
/* Layout */
/* Borders */
/* $border-default: 1px solid $color- */
/* Superfish */
/* Layout */
.button-menu {
  margin: 0;
  padding: 0;
  position: relative; }
  .button-menu ul {
    position: absolute;
    top: 1.6em;
    right: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 14em;
    background-color: #e6f2ff;
    border-left: 1px solid #c7d3e0;
    border-right: 1px solid #c7d3e0;
    border-top: 1px 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: 8px 16px;
    position: relative;
    font-size: 0.875em;
    text-decoration: none;
    cursor: pointer;
    border-bottom: 1px 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: 8px; }

.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.0; }

.sf-menu {
  float: left;
  font-family: "Montserrat", Verdana, sans-serif;
  font-size: 1em; }
  .sf-menu ul {
    position: absolute;
    top: -999em;
    width: 19.5em;
    text-transform: none;
    font-size: 0.875em; }
    .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.6em; }
  .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: 12px 20px; }
  .sf-menu li li {
    font-family: "Open Sans", Arial, sans-serif;
    background-color: #002151;
    text-align: left;
    font-size: 1em; }
  .sf-menu li li a, .sf-menu li li a:visited, .sf-menu .no-menu-link {
    border-top: 1px 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-form {
    width: auto; }
    .sf-menu .submenu-form li {
      padding: 1.5em 1.6em 1.5em 1.5em;
      width: auto; }
    .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 .submenu-form-content {
      padding-top: 12px; }
  .sf-menu .sf-submenu a, .sf-menu .sf-submenu span {
    color: #fff;
    padding: .7em 1em; }

/* Fonts */
/* Colors */
/* Font Sizes */
/* 12px / 16px */
/* 13px / 16px */
/* 14px / 16px */
/* 16px / 16px */
/* 18px / 16px */
/* 20px / 16px */
/* 12px / 16px */
/* 14px / 16px */
/* 18px / 16px */
/* 20px / 16px */
/* 24px / 16px */
/* 28px / 16px */
/* Layout */
/* Borders */
/* $border-default: 1px solid $color- */
.form-field-block {
  line-height: 1.3;
  margin-bottom: 0.95em; }
  .form-field-block .label {
    display: block;
    max-width: 150px;
    white-space: nowrap;
    margin-bottom: 2px; }
  .form-field-block .error {
    margin-bottom: 4px; }
  .form-field-block .required {
    font-weight: 700; }

.form-table {
  margin-bottom: 1em; }
  .form-table td {
    vertical-align: top;
    padding: 0 1em 0 0; }
  .form-table td.button-cell {
    vertical-align: bottom;
    padding-bottom: 1px; }

.checkbox-set {
  background-color: #e6f2ff;
  border: 1px solid #c7d3e0;
  border-radius: 3px;
  padding: 8px 16px;
  margin: 4px 0 0.75em 0; }
  .checkbox-set table {
    border-collapse: collapse; }
  .checkbox-set td {
    vertical-align: top;
    padding: 0 16px; }
  .checkbox-set input[type='checkbox'] {
    background-color: #fff; }
  .checkbox-set .all-cell {
    padding-left: 0;
    border-right: 1px solid #c7d3e0; }

.bounds-set {
  background-color: #e6f2ff;
  border: 1px solid #c7d3e0;
  border-radius: 3px;
  padding: 8px 16px;
  margin: 4px 0 0.75em 0; }
  .bounds-set table {
    border-collapse: collapse;
    margin: 0 auto; }
  .bounds-set td {
    vertical-align: top;
    padding: 2px 6px; }
  .bounds-set input[type='text'] {
    margin: 4px auto;
    text-align: center;
    background-color: #fff; }
  .bounds-set .centered-bound-field {
    display: block;
    margin: 0 auto;
    width: 55%;
    white-space: nowrap; }

.field {
  background-color: #e6f2ff;
  border: 1px solid rgba(0, 0, 50, 0.2);
  border-radius: 2px;
  box-shadow: inset 1px 2px 3px 0 rgba(0, 0, 0, 0.1);
  color: #222;
  padding: 3px 4px;
  width: 220px; }

.field-xxx-short {
  width: 40px; }

.field-xx-short {
  width: 80px; }

.field-x-short {
  width: 130px; }

.field-short {
  width: 175px; }

.field-long {
  width: 310px; }

.field-x-long {
  width: 420px; }

.field-xx-long {
  width: 550px; }

textarea.field {
  font-size: 0.875em;
  line-height: 1.25; }

.large-field {
  padding: 6px 8px;
  font-family: "Montserrat", Verdana, sans-serif;
  font-weight: 400;
  font-size: 1.25em; }

.header-search-field {
  background-color: #fff;
  border: 0;
  border-radius: 15px;
  box-shadow: inset 2px 2px 4px 0 rgba(0, 0, 0, 0.25);
  color: #222;
  font-size: 0.875em;
  margin-right: 2px;
  padding: 4px 10px 3px 10px;
  vertical-align: bottom; }

:disabled {
  background-color: #eee;
  border: 1px solid #d2d2d2;
  color: #222;
  box-shadow: none; }

/*# sourceMappingURL=inport-styles.css.map */
