<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* =========================================================
  emergency
========================================================= */

/* =========================================================
  layout
========================================================= */
#container {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  min-width: 360px;
  border-top: 6px solid #cc0000;
}

#pageHeader {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
}

#main {
  flex-grow: 1;
  width: 100%;
  max-width: 1200px;
  margin: 20px auto;
}

#wrapper {
  display: flex;
}

@media only screen and (max-width: 1200px) {
  #pageHeader {
    padding: 20px 20px 30px;
  }

  #main {
    padding: 0 20px;
  }

  #smart-menu {
    display: none;
  }
}

@media only screen and (max-width: 960px) {
  #pageHeader {
    display: inline-block;
    padding: 0 10px;
  }

  #pageNav {
    margin-bottom: 0;
  }

  #main {
    margin-bottom: 40px;
    padding: 0 10px;
  }

  #wrapper {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
}
#content {
  flex-grow: 1;
  max-width: 860px;
  margin: 0 40px 0 0;
}

#links {
  min-width: 240px;
  flex-basis: 300px;
}

@media only screen and (max-width: 960px) {
  #content {
    max-width: 100%;
    margin-right: 0;
  }

  #links {
    display: flex;
    flex-wrap: wrap;
    flex-basis: 100%;
    margin-top: 40px;
  }
}

@media only screen and (max-width: 480px) {
  #links {
    flex-direction: column;
  }
}

a[href^="http"] {
  padding-right: 20px;
  background: url("/_themes/images/ic-blank.svg") no-repeat right top;
  background-size: 16px;
}

/* emergencyHeader
----------------------------------------------- */
#emergencyHeader .pieceBody {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
#emergencyHeader .mode {
  flex-basis: 100%;
  color: #cc0000;
  font-size: 1.15rem;
}
#emergencyHeader h1 {
  font-size: 200%;
}
#emergencyHeader a {
  display: inline-block;
}
#emergencyHeader a.normal {
  margin-left: 1em;
  padding: 2px 1rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1rem;
  font-weight: normal;
}
@media only screen and (max-width: 960px) {
  #emergencyHeader .pieceBody {
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 10px 20px;
  }
}
@media only screen and (max-width: 480px) {
  #emergencyHeader .mode {
    font-size: 1.1rem;
  }
  #emergencyHeader h1 {
    margin: 0 0 10px;
    font-size: 150%;
  }
  #emergencyHeader a.normal {
    margin-left: 0;
  }
}

/* sitebridge-search-box
---------------------- */
.criteriaBox .criteriaBasic {
  width: 340px;
}

.criteriaBox .criteriaBasic,
.criteriaBox .criteriaKeyword {
  background: none;
}

.criteriaBox .criteriaKeyword {
  display: flex;
  position: relative;
  justify-content: flex-end;
}

.criteriaBox .criteriaKeyword &gt; * + * {
  margin-left: 12px;
}

.criteriaBox .criteriaKeyword .keyword {
  width: 100%;
  border: none;
}

.criteriaBox .criteriaKeyword .keyword:focus {
  outline: none;
}

.criteriaBox .criteriaKeyword input[name="commit"] {
  margin-left: 0;
  background-image: url("/_themes/site/images/ic-search.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px;
}

.criteriaBox .criteriaKeyword input[type="submit"] {
  width: 48px;
  height: 40px;
  padding: 0;
  background-color: #0058ad;
  color: #fff;
  border: none;
  border-radius: 0;
  cursor: pointer;
}

.criteriaBox .criteriaKeyword input[name="clear"] {
  width: 32px;
  height: 38px;
  font-weight: bold;
  background-color: #fff;
  border-style: none;
  color: #b0c4de;
  outline: none;
}

.criteriaBox .criteriaKeyword input[name="clear"]:hover {
  color: #0058ad;
}

.criteriaBox .criteriaKeyword .keywordDescription {
  display: none;
}

.criteriaBox .criteriaKeyword .keywordField {
  flex-basis: calc(100% - 48px);
  height: 40px;
  display: inherit;
  background-color: #fff;
  border: 1px solid #808080;
  border-radius: 0;
}

.criteriaBox #criteria_keyword {
  border-style: none;
  border-radius: 0;
}

.criteriaBox #criteria_keyword:focus {
  outline: none;
}

@media only screen and (max-width: 960px) {
  .criteriaBox {
    display: none;
    position: absolute;
    top: 64px;
    left: 0;
    z-index: 9999;
    width: 100%;
    padding: 20px;
    background-color: #fff;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }

  .criteriaBox .criteriaBasic {
    width: 100%;
  }
}

/* emergencyAbout
----------------------------------------------- */
#emergencyAbout {
  margin-bottom: 40px;
}
#emergencyAbout .pieceBody {
  padding: 10px;
  border: 2px solid #cc0000;
  font-size: 128.57%;
  font-weight: 500;
}
@media only screen and (max-width: 960px) {
  #emergencyAbout {
    margin-bottom: 20px;
  }
  #emergencyAbout .pieceBody {
    font-size: 130%;
  }
}

/* emergencyDocs
----------------------------------------------- */
#emergencyDocs {
  width: 100%;
  max-width: 1200px;
}

#emergencyDocs .pieceHeader {
  background-color: #cc0000;
}

#emergencyDocs h2 {
  padding: 5px 20px;
  color: #fff;
  font-size: 1.25rem;
  font-weight: normal;
}

#emergencyDocs .pieceBody {
  padding: 0 0 20px;
  background-color: #fff;
}

.docs li {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}

li span[class$="date"]:first-child {
  flex-basis: 9rem;
}

li span[class^="title"]:nth-child(2) {
  flex-basis: calc(100% - 9rem);
}

.more a[href] {
  display: block;
  margin: 20px 0 0;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-shadow: 0 0 0 3px #f2f2f2 inset;
  color: #333;
  text-align: center;
  text-decoration: none;
}

.more a[href]:hover {
  background-color: #f2f2f2;
}

@media only screen and (max-width: 960px) {
  #emergencyDocs {
    margin-bottom: 20px;
  }
}

/* link
----------------------------------------------- */
.piece[id$="Link"] {
  flex-basis: 100%;
  margin-bottom: 20px;
}
.piece[id$="Link"] .pieceContainer {
  border: 3px solid #fcd6e8;
}
.piece[id$="Link"] .pieceHeader {
  padding: 5px 10px;
  background-color: #fcd6e8;
}
.piece[id$="Link"] h2 {
  font-weight: 500;
}
.piece[id$="Link"] .pieceBody {
  padding: 6px 12px;
}
.piece[id$="Link"] li {
  position: relative;
  padding-left: 15px;
}
.piece[id$="Link"] li:not(:last-child) {
  margin-bottom: 4px;
}
.piece[id$="Link"] li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #cc0000;
}
@media only screen and (max-width: 960px) {
  .piece[id$="Link"] {
    flex-basis: 48%;
  }
  .piece[id$="Link"]:nth-child(even) {
    margin-left: auto;
  }
}
@media only screen and (max-width: 480px) {
  .piece[id$="Link"] {
    flex-basis: 100%;
  }
  .piece[id$="Link"]:nth-child(even) {
    margin-left: 0;
  }
}

/* commonFooter
----------------------------------------------- */
#commonFooter {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  padding: 20px 0 10px;
  font-size: 0.875rem;
  color: #333;
}

#commonFooter .pieceContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 6px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cc0000;
}

#commonFooter b {
  margin-right: 0.5rem;
}

#commonFooter ul {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}

#commonFooter li {
  margin-right: 5px;
}

#commonFooter a {
  display: inline-block;
  padding: 0 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: linear-gradient(to bottom, #fff, #f2f2f2);
  color: #333;
  text-decoration: none;
}

#commonFooter a:hover,
#commonFooter a:focus {
  background: linear-gradient(to bottom, #f2f2f2, #fff);
}

#commonFooter span {
  display: inline-block;
}

#commonFooter p span:not(:last-child) {
  margin-right: 1rem;
}

#commonFooter .note {
  margin-left: 5rem;
}

@media only screen and (max-width: 1200px) {
  #commonFooter {
    padding: 20px 20px 10px;
  }
}

@media only screen and (max-width: 960px) {
  #commonFooter {
    flex-direction: column;
    align-items: baseline;
    padding-bottom: 4px;
  }

  #commonFooter .pieceContainer {
    background: none;
  }

  #commonFooter address {
    background: none;
  }

  #commonFooter ul {
    flex-wrap: wrap;
  }

  #commonFooter .copyright {
    align-self: center;
    margin-top: 6px;
  }
}

@media only screen and (max-width: 600px) {
  #commonFooter li:first-child {
    width: 100%;
    margin-bottom: 6px;
  }
}

/* annotation
----------------------------------------------- */
#annotation {
  margin: 0 auto 2rem;
  border: 1px solid #cc0000;
  padding: 16px;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: left;
}
</pre></body></html>