@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600&display=swap);
@import url(https://fonts.googleapis.com/css?family=Crimson+Text:400,600,700&display=swap);
a {
  color: #00528c;
  cursor: pointer;
  text-decoration: none; }
  a:visited {
    color: #00528c; }
  a:hover {
    text-decoration: underline;
    color: #008ca0; }

.icon-link {
  font-family: "Open Sans", "calibri", "sans-serif";
  color: #00528c;
  cursor: pointer;
  text-decoration: none;
  display: flex;
  align-items: center; }
  .icon-link > span {
    margin-left: 2px;
    margin-right: 2px; }
  .icon-link:hover {
    color: #008ca0; }
    .icon-link:hover .text {
      text-decoration: underline; }
  .disabled.icon-link {
    color: #767676;
    cursor: auto; }
    .disabled.icon-link:hover .text {
      text-decoration: none; }

.sub-section-1 > .label-div {
  font-size: 19px;
  color: #003d80;
  font-weight: bold; }

.dialog-button {
  padding: 5px 11px;
  line-height: 1;
  border-radius: 14px;
  margin: 0 4px 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  font-size: 15px; }

.dialog-button {
  margin: 7px 12px;
  border-radius: 7px;
  padding: 7px 20px;
  border: 1px solid #767676; }
  .dialog-button:hover {
    background-color: #eff4f7; }
  .dialog-button[disabled] {
    border-color: #c6c6c6;
    background-color: #dddddd;
    cursor: default; }

/*! 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.5;
  /* 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, 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, 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.5;
  /* 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; }

a {
  color: #00528c;
  cursor: pointer;
  text-decoration: none; }
  a:visited {
    color: #00528c; }
  a:hover {
    text-decoration: underline;
    color: #008ca0; }

.icon-link {
  font-family: "Open Sans", "calibri", "sans-serif";
  color: #00528c;
  cursor: pointer;
  text-decoration: none;
  display: flex;
  align-items: center; }
  .icon-link > span {
    margin-left: 2px;
    margin-right: 2px; }
  .icon-link:hover {
    color: #008ca0; }
    .icon-link:hover .text {
      text-decoration: underline; }
  .disabled.icon-link {
    color: #767676;
    cursor: auto; }
    .disabled.icon-link:hover .text {
      text-decoration: none; }

.sub-section-1 > .label-div {
  font-size: 19px;
  color: #003d80;
  font-weight: bold; }

.dialog-button {
  padding: 5px 11px;
  line-height: 1;
  border-radius: 14px;
  margin: 0 4px 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  font-size: 15px; }

.dialog-button {
  margin: 7px 12px;
  border-radius: 7px;
  padding: 7px 20px;
  border: 1px solid #767676; }
  .dialog-button:hover {
    background-color: #eff4f7; }
  .dialog-button[disabled] {
    border-color: #c6c6c6;
    background-color: #dddddd;
    cursor: default; }

ul,
ol {
  margin: 0;
  padding: 0;
  color: #4d4d4d; }

ul {
  list-style-type: none; }

h1,
h2,
h3,
h4,
h5 {
  text-align: left;
  margin: 0 0 7px;
  font-weight: normal; }

h1 {
  margin-top: 20px;
  text-align: center; }

p {
  margin-top: 0;
  margin-bottom: 0; }

a[disabled] {
  color: #767676;
  box-shadow: none; }
  a[disabled]:hover {
    text-decoration: none;
    color: #767676; }

hr {
  border: 0;
  border-top: 1px solid #dddddd;
  margin: 12px 5px 5px 10px;
  flex-grow: 2;
  padding: 3px; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

input,
button {
  line-height: 1.2; }
  input p,
  button p {
    line-height: 1.5; }

html,
body,
#root,
.app-top {
  height: 100%; }

body {
  margin: auto;
  font-family: "Crimson Text", "times new roman", serif;
  color: #4d4d4d;
  font-size: 17px; }
  body #root,
  body .app-top {
    display: flex;
    flex-direction: column; }

button {
  background: none;
  border: none;
  cursor: pointer;
  padding-left: 5px;
  padding-right: 5px;
  font-family: "Open Sans", "calibri", "sans-serif"; }

.app-content {
  margin-top: 94px;
  flex: 1 0 auto;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column; }

.warning-flag {
  color: #417d00;
  font-style: italic; }

.page-container {
  box-sizing: border-box;
  padding: 0 12px; }
  .page-container > * {
    max-width: 960px;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }

@media print {
  .footer,
  .contents-navigator,
  .exp-switch-wrap,
  .top-button-div,
  .image-gallery-index,
  button,
  .navbar .nav-content .right-side {
    display: none !important; }
  body {
    font-size: 14px !important; }
  * {
    -webkit-transition: none !important;
    transition: none !important; }
  .navbar {
    position: absolute !important; }
  .page-container {
    margin: 0; }
  #root {
    display: block !important; } }

@media screen and (max-width: 450px) {
  .page-container {
    padding: 0 7px; } }

.skip-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -9999; }
  .skip-main:hover {
    text-decoration: none; }

.skip-main:focus,
.skip-main:active {
  color: #ffffff;
  background-color: #4d4d4d;
  left: auto;
  top: auto;
  width: 30%;
  height: auto;
  overflow: auto;
  margin: 10px 35%;
  padding: 5px;
  border-radius: 15px;
  text-align: center;
  font-size: 1.2em;
  z-index: 9999; }

.anchor {
  position: absolute;
  margin: -164px; }

.data-section.main-section {
  margin-top: 12px;
  margin-bottom: 7px; }
  .data-section.main-section > .label-div .label-span {
    display: inline-block;
    background-color: #003d80;
    color: white;
    font-size: 20px;
    padding: 2px 16px;
    border-radius: 7px 7px 0 0; }
  .data-section.main-section > .value-div {
    border-radius: 0 7px 7px 7px;
    border-top: 1px solid #c6c6c6;
    padding: 12px 7px 12px 12px; }

.none-style,
.light-text {
  color: #767676; }

.indent {
  margin-left: 12px; }

.data-pair.tabular-data {
  display: flex;
  margin: 0 -5px;
  max-width: 700px; }
  .data-pair.tabular-data .label-div {
    font-weight: 600; }
  .data-pair.tabular-data .label-div,
  .data-pair.tabular-data .value-div {
    margin: 0 5px;
    padding: 5px 12px;
    width: 50%; }
  .data-pair.tabular-data:nth-of-type(odd) > * {
    background-color: #eff4f7; }

@media screen and (max-width: 450px) {
  .report-page .data-pair.tabular-data {
    display: flex;
    flex-wrap: wrap;
    margin: 0; }
    .report-page .data-pair.tabular-data .label-div,
    .report-page .data-pair.tabular-data .value-div {
      width: 100%;
      margin: 0; }
    .report-page .data-pair.tabular-data .label-div {
      padding: 5px 12px 0;
      font-weight: bold;
      border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
    .report-page .data-pair.tabular-data .value-div {
      padding: 0 12px 5px 24px; }
    .report-page .data-pair.tabular-data:nth-of-type(odd) > * {
      background-color: #eff4f7; } }

.tippy-popper .tippy-tooltip {
  font-family: "Open Sans", "calibri", "sans-serif";
  background: #003167; }

.tippy-popper .tippy-tooltip[data-placement^="top"] > .tippy-arrow {
  border-top-color: #003167; }

.tippy-popper .tippy-tooltip[data-placement^="left"] > .tippy-arrow {
  border-left-color: #003167; }

.tippy-popper .tippy-tooltip[data-placement^="bottom"] > .tippy-arrow {
  border-bottom-color: #003167; }

.tippy-popper .tippy-tooltip[data-placement^="right"] > .tippy-arrow {
  border-right-color: #003167; }

.container-link:hover {
  text-decoration: none;
  color: unset;
  color: inherit; }

.exp-button {
  background: #003d80;
  color: #ffffff;
  border-radius: 15px;
  padding: 7px;
  display: flex;
  border: 2px solid rgba(0, 0, 0, 0); }
  .exp-button .MuiSvgIcon-root {
    transition: 0.5s; }
  .exp-button:hover {
    box-shadow: rgba(0, 0, 0, 0.7) 0px 1px 4px;
    border-color: #c4d8e4;
    background: #003f85; }
    .exp-button:hover .MuiSvgIcon-root {
      color: #a6daff; }
  .exp-button.exp-button--selected {
    background: #ffffff;
    border: 2px solid #003d80;
    color: #003d80; }

.exp-checkbox.MuiCheckbox-colorSecondary.Mui-checked {
  color: #5c9400; }

.exp-checkbox.MuiCheckbox-colorSecondary:hover {
  background-color: rgba(92, 148, 0, 0.08) !important; }

.exp-checkbox.Mui-disabled.Mui-checked {
  color: #767676; }

.exp-select {
  min-width: 165px;
  margin-left: 7px;
  margin-right: 7px;
  font-family: "Open Sans", "calibri", "sans-serif"; }
  .exp-select .expselect__control--is-focused,
  .exp-select .expselect__control:hover {
    border-color: #577b93;
    box-shadow: 0 0 2px #577b93; }
  .exp-select.simple-select {
    min-width: 100px; }
    .exp-select.simple-select .expselect__control {
      min-height: 24px;
      height: 28px;
      border-radius: 2px; }
      .exp-select.simple-select .expselect__control .expselect__value-container {
        padding-top: 0px;
        padding-bottom: 0px; }
        .exp-select.simple-select .expselect__control .expselect__value-container > * {
          padding-top: 0;
          padding-bottom: 0; }
    .exp-select.simple-select .expselect__indicator-separator {
      display: none; }
    .exp-select.simple-select .expselect__indicators {
      min-height: 20px; }
      .exp-select.simple-select .expselect__indicators .expselect__indicator {
        padding: 1px; }

.ui-text {
  font-family: "Open Sans", "calibri", "sans-serif"; }

.hide {
  display: none !important; }

@media (min-width: 450px) {
  .hide-sm-up {
    display: none !important; } }

@media (min-width: 750px) {
  .hide-md-up {
    display: none !important; } }

@media (min-width: 850px) {
  .squished .hide-md-up,
  .squished.hide-md-up {
    display: none !important; }
  .squished .hide-sm-down,
  .squished.hide-sm-down {
    display: flex !important; } }

@media (min-width: 960px) {
  .hide-lg-up {
    display: none !important; } }

@media (min-width: 1500px) {
  .hide-xl {
    display: none !important; } }

@media (max-width: 1499.9px) {
  .hide-lg-down {
    display: none !important; } }

@media (max-width: 959.9px) {
  .hide-md-down {
    display: none !important; } }

@media (max-width: 749.9px) {
  .hide-sm-down {
    display: none !important; } }

@media (max-width: 849.9px) {
  .squished .hide-sm-down,
  .squished.hide-sm-down {
    display: none !important; }
  .squished .hide-md-up,
  .squished.hide-md-up {
    display: flex !important; } }

@media (max-width: 449.9px) {
  .hide-xs {
    display: none !important; } }

.spinner-wrapper {
  padding: 20px;
  text-align: center; }

.footer {
  flex-shrink: 0;
  font-size: 14px;
  color: #ffffff;
  background-color: #003d80;
  padding: 12px 0;
  font-family: "Open Sans", "calibri", "sans-serif"; }
  .footer .subtle-link {
    color: unset;
    color: inherit; }
    .footer .subtle-link:hover {
      color: unset;
      color: inherit; }
  .footer .inner-footer {
    text-align: center; }
    .footer .inner-footer .non-profit-statement {
      font-style: italic; }

@charset "UTF-8";
.static-page .fetched-content table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 8px; }
  .static-page .fetched-content table tbody {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }
  .static-page .fetched-content table thead {
    border-bottom: 2px solid #577b93; }
  .static-page .fetched-content table th,
  .static-page .fetched-content table td {
    padding: 7px 12px;
    text-align: left;
    margin: 0;
    background: #ffffff; }
  .static-page .fetched-content table th {
    background: #ffffff;
    color: #517488;
    font-weight: 600;
    padding: 2px 12px;
    border-color: #ffffff;
    vertical-align: bottom;
    line-height: 1.4; }
  
  .static-page .fetched-content table td {
    border-left: 3px solid #eff4f7;
    border-right: 3px solid #eff4f7; }
  .static-page .fetched-content table td:last-of-type,
  .static-page .fetched-content table th:last-of-type {
    border-right-style: none; }
  .static-page .fetched-content table td:first-of-type,
  .static-page .fetched-content table th:first-of-type {
    border-left-style: none; }
  .static-page .fetched-content table tr:nth-of-type(odd) > td {
    background: #eff4f7;
    border-color: #ffffff; }

.static-page {
  font-family: "Open Sans", "calibri", "sans-serif";
  max-width: 100%; }
  .static-page a[id] {
    position: relative;
    bottom: 94px; }
  .static-page img {
    max-width: 100%; }
  .static-page .breadcrumbs {
    margin-top: 7px;
    font-size: 15px;
    font-family: "Open Sans", "calibri", "sans-serif"; }
  .static-page .fetched-content ol {
    padding-left: 36px; }
  .static-page .fetched-content table {
    max-width: 100%;
    display: block;
    overflow: auto; }
  .static-page .fetched-content hr {
    background-color: transparent;
    border: none;
    border-bottom: 4px solid #5c9400;
    margin: 0;
    box-sizing: content-box; }
  .static-page .fetched-content h1,
  .static-page .fetched-content h2,
  .static-page .fetched-content h3,
  .static-page .fetched-content h4,
  .static-page .fetched-content h5,
  .static-page .fetched-content .field--name-title,
  .static-page .fetched-content .field--name-subtitle {
    text-align: left;
    font-weight: 600; }
  .static-page .fetched-content h2,
  .static-page .fetched-content h3,
  .static-page .fetched-content h4,
  .static-page .fetched-content h5,
  .static-page .fetched-content .field--name-title,
  .static-page .fetched-content .field--name-subtitle {
    font-size: 24px;
    margin: 12px 0 5px; }
  .static-page .fetched-content h5, .static-page .fetched-content .field--name-subtitle {
    font-size: 22px;
    color: #4d4d4d; }
  .static-page .fetched-content .field--name-title {
    font-size: 2em;
    display: block; }
  .static-page .fetched-content .block-field-blocknodearticlebody {
    border-top: 4px solid #5c9400;
    margin-top: 7px; }
  .static-page .fetched-content p {
    overflow-y: auto;
    margin: 5px 0 10px; }
  .static-page .fetched-content ul > li::before {
    content: "●";
    color: #c4d8e4;
    padding-right: 7px; }
  .static-page .fetched-content img {
    box-sizing: border-box;
    height: unset !important;
    display: inline-block;
    padding: 0 0.75em 0.75em; }
  .static-page .fetched-content .figure--image-caption {
    margin: 0 0.75em 0.75em; }
    .static-page .fetched-content .figure--image-caption img {
      width: 100%;
      display: inline-block;
      margin: unset; }
  .static-page .fetched-content .group--content > .accordion > section {
    border: 0 solid #5c9400;
    border-top-width: 2px; }

@media (min-width: 850px) {
  .squished .has-subnav a[id] {
    bottom: 144px; } }

@media (min-width: 750px) {
  .not-squished .has-subnav a[id] {
    bottom: 144px; } }

.sub-navigation,
.sub-navigation-spacer {
  height: 50px; }

.sub-navigation {
  z-index: 1;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  font-family: "Open Sans", "calibri", "sans-serif";
  position: fixed;
  right: 0;
  background: white;
  width: 100%;
  top: 94px;
  border-bottom: solid #c6c6c6 1px; }
  .sub-navigation .active {
    color: #4d4d4d;
    color: #5c9400;
    font-weight: bold; }
  .sub-navigation .MuiIconButton-root {
    padding: 0; }
  .sub-navigation .right-side > ul {
    display: flex; }
    .sub-navigation .right-side > ul > li {
      display: flex;
      padding: 0 18px; }
      .sub-navigation .right-side > ul > li:first-of-type {
        padding-left: 0; }
      .sub-navigation .right-side > ul > li:last-of-type {
        padding-right: 0; }

@media (max-width: 800px) {
  .sub-navigation .right-side > ul li {
    padding: 7px 13px; } }

.menu-button {
  position: relative; }
  .menu-button .menu-wrap {
    z-index: 1000;
    position: absolute;
    left: calc(100% - 17px);
    top: 12px; }

.confirm-panel .confirm-dialog {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 7px;
  background: #f7f7f7;
  border-radius: 5px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  padding: 12px; }

.confirm-panel .confirm-dialog {
  font-family: "Open Sans", "calibri", "sans-serif";
  box-sizing: border-box;
  border-radius: 12px;
  position: fixed;
  left: 50%;
  top: 20%;
  margin-left: -150px;
  width: 300px;
  z-index: 10000;
  border: solid 2px #417d00; }
  .confirm-panel .confirm-dialog.alert {
    border: solid 2px #c90909; }
  .confirm-panel .confirm-dialog .title {
    font-weight: 600;
    font-size: 18px;
    text-align: center; }
  .confirm-panel .confirm-dialog p {
    margin-bottom: 7px; }
  .confirm-panel .confirm-dialog .instructions {
    width: 100%;
    text-align: center;
    max-height: 300px;
    overflow: auto; }
  .confirm-panel .confirm-dialog .button-container {
    display: flex;
    justify-content: center; }
    .confirm-panel .confirm-dialog .button-container.do-not-show-again {
      justify-content: space-between; }

.confirm-panel .back-block {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 9999; }

@media (max-height: 600px) {
  .confirm-panel .confirm-dialog {
    top: 7px;
    max-height: calc(100% - 14px);
    box-sizing: border-box;
    overflow: auto; } }

.info-message {
  flex-shrink: 0;
  font-family: "Open Sans", "calibri", "sans-serif";
  font-size: 15px;
  overflow: hidden;
  transition: max-height 0.75s ease-out, padding-bottom 0.3s linear 0.5s;
  padding-bottom: 8px; }
  .info-message.hidden {
    display: none; }
  .info-message .strong {
    font-weight: 600; }
  .info-message .message-panel a.message-button {
    display: inline-block;
    color: white;
    background-color: #417d00;
    background-color: #458600;
    padding: 5px 7px;
    border-radius: 12px;
    white-space: nowrap;
    text-decoration: none; }
    .info-message .message-panel a.message-button:hover {
      background-color: #00448f;
      color: white; }
  .info-message .message-panel {
    opacity: 1;
    color: #ffffff;
    background: #003876;
    transition: transform 0.4s cubic-bezier(0.57, 0.195, 0.48, 0.8);
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.3), inset 0 5px 7px rgba(0, 0, 0, 0.1);
    padding: 14px 5px; }
    .info-message .message-panel .image-wrap {
      flex: 0 0 auto;
      float: left;
      margin: 0 16px 12px 0; }
      .info-message .message-panel .image-wrap img {
        width: 100%;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
        border-radius: 2px; }
      .info-message .message-panel .image-wrap .img-credit, .info-message .message-panel .image-wrap .img-caption {
        font-size: 13px; }
    .info-message .message-panel strong {
      font-weight: bold;
      text-decoration: underline; }
    .info-message .message-panel .message-content {
      border-left: 4px solid #00499a;
      padding-left: 12px;
      box-sizing: border-box;
      overflow: auto; }
      .info-message .message-panel .message-content p {
        padding-bottom: 16px; }
      .info-message .message-panel .message-content h2 {
        font-weight: 600; }
    .info-message .message-panel a {
      color: #bdddff;
      text-decoration: underline; }
      .info-message .message-panel a:hover {
        color: #d7eaff; }
    .info-message .message-panel .close-button {
      width: 20px;
      height: 20px;
      box-sizing: border-box;
      padding: 0;
      border-radius: 50%;
      font-size: 20px;
      position: relative;
      color: #ffffff;
      float: right;
      top: -6px;
      margin: 2px; }
      .info-message .message-panel .close-button:hover {
        width: 24px;
        height: 24px;
        margin: 0;
        background: rgba(255, 255, 255, 0.04);
        border: 2px solid rgba(255, 255, 255, 0.1);
        box-shadow: 0 0 7px rgba(0, 0, 0, 0.2); }
  .info-message.startedHiding {
    max-height: 0 !important;
    padding-bottom: 0; }
    .info-message.startedHiding .message-panel {
      transform: translateY(-105%); }

@media (max-width: 450px) {
  .info-message .message-panel .message-content {
    display: flex;
    flex-direction: column; }
    .info-message .message-panel .message-content .image-wrap {
      margin: 12px auto 0;
      display: block;
      float: none;
      order: 1; } }

