@charset "UTF-8";
/* CSS Document */
:root {
  --svg-icon-nav-left-black: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 27.4.1  SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 12 12' style='enable-background:new 0 0 12 12%3B' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M9.9 1.6L8.4 0.1C8.2 0 7.8 0 7.6 0.1c0 0 0 0 0 0L2.1 5.6C2 5.8 2 6.2 2.1 6.4c0 0 0 0 0 0l5.5 5.5c0.2 0.2 0.5 0.2 0.7 0c0 0 0 0 0 0l1.5-1.5c0.2-0.2 0.2-0.5 0-0.7c0 0 0 0 0 0L6.2 6l3.6-3.6C10 2.2 10 1.8 9.9 1.6C9.9 1.6 9.9 1.6 9.9 1.6z'/%3E%3C/g%3E%3C/svg%3E");
  --svg-icon-nav-right-black: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 27.4.1  SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 12 12' style='enable-background:new 0 0 12 12%3B' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M2.1 10.4l1.5 1.5c0.2 0.2 0.5 0.2 0.7 0c0 0 0 0 0 0l5.5-5.5c0.2-0.2 0.2-0.5 0-0.7c0 0 0 0 0 0L4.4 0.1C4.2 0 3.8 0 3.6 0.1c0 0 0 0 0 0L2.1 1.6C2 1.8 2 2.2 2.1 2.4c0 0 0 0 0 0L5.8 6L2.1 9.6C2 9.8 2 10.2 2.1 10.4C2.1 10.4 2.1 10.4 2.1 10.4z'/%3E%3C/g%3E%3C/svg%3E");
}

/* Reset */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, img, ol, ul, li, article, aside, footer, header, menu, nav, section {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
html {
  height: 100vh;
}
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
body {
  background: #fff;
  color: #797979;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  height: 100vh;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
*:focus {
  outline: 2px dashed #005e9c!important;
}
.hide {
  display: none !important;
}
.branding {
  border-bottom: 1px solid #90b4ce;
  display: flex;
  height: 67px;
  padding: .5em;
}
.branding img {
  height: 50px;
  width: 179px;
  margin-right: .75rem;
}
.branding span {
  border-left: 1px solid #005e9e;
  align-self: center;
  padding-left: .75rem;
  color: #005e9e;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 2rem;
  font-weight: 300;
}
.brandingFooter {
  border-top: 1px solid #90b4ce;
  color: #333;
  font-size: 0.75rem;
  padding: .375rem;
  text-align: right;
  width: 100%;
}
.brandingFooter strong {
  font-weight: bold;
}
.modal_wrapper {
  display: flex;
  flex-flow: column nowrap;
  height: 100%;
}
.modal_wrapper.popout {
  height: calc(100vh - 96px);
  overflow: auto;
}
.modal_header {
  border-bottom: 1px solid #8faacb;
  display: flex;
  flex-flow: row nowrap;
  height: 47px;
}
#guide_content {
  display: flex;
  flex: 1 1 100%;
  flex-flow: row nowrap;
  height: 100%;
}
#guide_screen {
  align-items: center;
  flex: 1 1 70%;
  padding: 1em;
  position: relative;
}
#guide_screen svg {
  height: 100%;
  width: 100%;
}
#guide_screen_shot {
  height: auto;
  margin: 0 auto;
  max-height: 100%;
  max-width: 1024px;
  position: relative;
}
#guide_screen_shot img {
  height: 100%;
  max-height: 100%;
  max-width: 1024px;
  object-fit: contain;
  width: 100%;
}
.hotspot_region {
  background: rgba(255, 0, 0, 0.25);
  position: absolute;
}
#hs_region-detailed_report_button {
  top: 33%;
  left: 37%;
  height: 6%;
  width: 11%;
}
#guide_screen_actions {
  background: #e7f2fa;
  border: 1px solid #8faacb;
  bottom: 0;
  left: calc(50% - 75.5px);
  position: absolute;
  padding: 1em;
}
#guide_definition {
  background: #f8fcff;
  border-left: 1px solid #90b4ce;
  display: flex;
  flex: 0 0 30%;
  flex-flow: column nowrap;
  padding: 2em;
  position: relative;
}
#guide_definition .hotspot {
  background: #2498ca;
  border-radius: 50%;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5);
  content: "";
  display: flex;
  margin-right: 0.5rem;
  padding: 3px;
}
#guide_definition .hotspot span {
  background: #005e9c;
  border: 1px solid #80afcd;
  border-radius: 50%;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  height: 1.75rem;
  text-align: center;
  width: 1.75rem;
  padding-top: 2px;
}
.circleText {
  font-size: 24px;
  letter-spacing: -2px;
}
circle,
.circleText {
  cursor: pointer;
}

h2 {
  align-items: center;
  color: #1b4679;
  display: flex;
  flex-flow: row wrap;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 1em;
}
.hotspot_text {
  display: none;
}
.hotspot_text.selected {
  display: block;
  flex: 1 1 auto;
}
#guide_definition p {
  color: #333;
  line-height: 1.5;
  margin: 0 0 1rem;
}
#guide_definition nav {
  align-items: center;
  color: #333;
  display: flex;
  justify-content: center;
  text-align: center;
}
#guide_definition nav button {
  background: none;
  border: none;
  color: #004a64;
  cursor: pointer;
  margin: 0 1rem;
  padding: 0;
}
#guide_definition nav button:hover,
#guide_definition nav button:focus {
  color: #2498ca;
}
#guide_definition nav .current,
#guide_definition nav .total {
  font-weight: bold;
  margin: 0 0.5rem;
}
.hotspotDescription {
  display: flex;
  flex: 1 1 auto;
  flex-flow: column nowrap;
  overflow: hidden;
  padding: 0.25rem;
}

.hotspotTitle {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
}
.hotspotDef {
  display: flex;
  flex: 1 1 auto;
  flex-flow: column nowrap;
  font-size: 0.875rem;
  overflow-y: auto;
}

@media only screen and (max-width: 715px) {
  #guide_content {
    flex-flow: column nowrap;
  }
  #guide_definition {
    border-left: none;
    border-top: 1px solid #90b4ce;
  }
  #guide_definition nav {
    margin-top: 1em;
  }
}

.svg-icon {
  height: 14px;
  width: 14px;
  line-height: 1;
  margin: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-color: initial;
  padding: 0;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  position: relative;
}

.svg-icon-nav-left {
  background-image: var(--svg-icon-nav-left-black);
}

.btn-icon-nav-left::before {
  -webkit-mask-image: var(--svg-icon-nav-left-black);
  mask-image: var(--svg-icon-nav-left-black);
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-mask-size: 100%;
  mask-size: auto;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #1b4679;
}
.svg-icon-nav-right {
  background-image: var(--svg-icon-nav-right-black);
}

.btn-icon-nav-right::before {
  -webkit-mask-image: var(--svg-icon-nav-right-black);
  mask-image: var(--svg-icon-nav-right-black);
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-mask-size: 100%;
  mask-size: auto;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #1b4679;
}

.btn-icon-nav-right:hover::before,
.btn-icon-nav-left:hover::before {
  background-color: #2498ca;
}