/*! Spectre.css v0.5.9 | MIT License | github.com/picturepan2/spectre */
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap);
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figcaption,
figure,
main {
  display: block;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
address {
  font-style: normal;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
pre,
samp {
  font-family: "SF Mono", "Segoe UI Mono", "Roboto Mono", Menlo, Courier,
    monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
small {
  font-size: 80%;
  font-weight: 400;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
  outline: 0;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
*,
::after,
::before {
  box-sizing: inherit;
}
html {
  box-sizing: border-box;
  font-size: 20px;
  line-height: 1.5;
  -webkit-tap-highlight-color: transparent;
}
body {
  background: #fff;
  color: #3b4351;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", sans-serif;
  font-size: 0.8rem;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}
a {
  color: #005984;
  outline: 0;
  text-decoration: none;
}
a:focus {
  box-shadow: 0 0 0 0.1rem rgba(0, 89, 132, 0.2);
}
a.active,
a:active,
a:focus,
a:hover {
  color: #003751;
  text-decoration: underline;
}
a:visited {
  color: #007bb7;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.5em;
  margin-top: 0;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 500;
}
.h1,
h1 {
  font-size: 2rem;
}
.h2,
h2 {
  font-size: 1.6rem;
}
.h3,
h3 {
  font-size: 1.4rem;
}
.h4,
h4 {
  font-size: 1.2rem;
}
.h5,
h5 {
  font-size: 1rem;
}
.h6,
h6 {
  font-size: 0.8rem;
}
p {
  margin: 0 0 1.2rem;
}
a,
ins,
u {
  text-decoration-skip: ink edges;
}
abbr[title] {
  border-bottom: 0.05rem dotted;
  cursor: help;
  text-decoration: none;
}
kbd {
  border-radius: 0.1rem;
  line-height: 1.25;
  padding: 0.1rem 0.2rem;
  background: #303742;
  color: #fff;
  font-size: 0.7rem;
}
mark {
  background: #ffe9b3;
  color: #3b4351;
  border-bottom: 0.05rem solid #ffd367;
  border-radius: 0.1rem;
  padding: 0.05rem 0.1rem 0;
}
blockquote {
  border-left: 0.1rem solid #dadee4;
  margin-left: 0;
  padding: 0.4rem 0.8rem;
}
blockquote p:last-child {
  margin-bottom: 0;
}
ol,
ul {
  margin: 0.8rem 0 0.8rem 0.8rem;
  padding: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0.8rem 0 0.8rem 0.8rem;
}
ol li,
ul li {
  margin-top: 0.4rem;
}
ul {
  list-style: disc inside;
}
ul ul {
  list-style-type: circle;
}
ol {
  list-style: decimal inside;
}
ol ol {
  list-style-type: lower-alpha;
}
dl dt {
  font-weight: 700;
}
dl dd {
  margin: 0.4rem 0 0.8rem 0;
}
.lang-zh,
.lang-zh-hans,
html:lang(zh),
html:lang(zh-Hans) {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto,
    "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue",
    sans-serif;
}
.lang-zh-hant,
html:lang(zh-Hant) {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto,
    "PingFang TC", "Hiragino Sans CNS", "Microsoft JhengHei", "Helvetica Neue",
    sans-serif;
}
.lang-ja,
html:lang(ja) {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Hiragino Sans", "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, Meiryo,
    "Helvetica Neue", sans-serif;
}
.lang-ko,
html:lang(ko) {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Malgun Gothic", "Helvetica Neue", sans-serif;
}
.lang-cjk ins,
.lang-cjk u,
:lang(ja) ins,
:lang(ja) u,
:lang(zh) ins,
:lang(zh) u {
  border-bottom: 0.05rem solid;
  text-decoration: none;
}
.lang-cjk del + del,
.lang-cjk del + s,
.lang-cjk ins + ins,
.lang-cjk ins + u,
.lang-cjk s + del,
.lang-cjk s + s,
.lang-cjk u + ins,
.lang-cjk u + u,
:lang(ja) del + del,
:lang(ja) del + s,
:lang(ja) ins + ins,
:lang(ja) ins + u,
:lang(ja) s + del,
:lang(ja) s + s,
:lang(ja) u + ins,
:lang(ja) u + u,
:lang(zh) del + del,
:lang(zh) del + s,
:lang(zh) ins + ins,
:lang(zh) ins + u,
:lang(zh) s + del,
:lang(zh) s + s,
:lang(zh) u + ins,
:lang(zh) u + u {
  margin-left: 0.125em;
}
.table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  text-align: left;
}
.table.table-striped tbody tr:nth-of-type(odd) {
  background: #f7f8f9;
}
.table tbody tr.active,
.table.table-striped tbody tr.active {
  background: #eef0f3;
}
.table.table-hover tbody tr:hover {
  background: #eef0f3;
}
.table.table-scroll {
  display: block;
  overflow-x: auto;
  padding-bottom: 0.75rem;
  white-space: nowrap;
}
.table td,
.table th {
  border-bottom: 0.05rem solid #dadee4;
  padding: 0.6rem 0.4rem;
}
.table th {
  border-bottom-width: 0.1rem;
}
.btn {
  appearance: none;
  background: #fff;
  border: 0.05rem solid #005984;
  border-radius: 0.1rem;
  color: #005984;
  cursor: pointer;
  display: inline-block;
  font-size: 0.8rem;
  height: 1.8rem;
  line-height: 1.2rem;
  outline: 0;
  padding: 0.25rem 0.4rem;
  text-align: center;
  text-decoration: none;
  transition: background 0.2s, border 0.2s, box-shadow 0.2s, color 0.2s;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
.btn:focus {
  box-shadow: 0 0 0 0.1rem rgba(0, 89, 132, 0.2);
}
.btn:focus,
.btn:hover {
  background: #44c2ff;
  border-color: #004f75;
  text-decoration: none;
}
.btn.active,
.btn:active {
  background: #004f75;
  border-color: #003d5b;
  color: #fff;
  text-decoration: none;
}
.btn.active.loading::after,
.btn:active.loading::after {
  border-bottom-color: #fff;
  border-left-color: #fff;
}
.btn.disabled,
.btn:disabled,
.btn[disabled] {
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}
.btn.btn-primary {
  background: #005984;
  border-color: #004f75;
  color: #fff;
}
.btn.btn-primary:focus,
.btn.btn-primary:hover {
  background: #00486b;
  border-color: #003d5b;
  color: #fff;
}
.btn.btn-primary.active,
.btn.btn-primary:active {
  background: #004160;
  border-color: #003751;
  color: #fff;
}
.btn.btn-primary.loading::after {
  border-bottom-color: #fff;
  border-left-color: #fff;
}
.btn.btn-success {
  background: #32b643;
  border-color: #2faa3f;
  color: #fff;
}
.btn.btn-success:focus {
  box-shadow: 0 0 0 0.1rem rgba(50, 182, 67, 0.2);
}
.btn.btn-success:focus,
.btn.btn-success:hover {
  background: #30ae40;
  border-color: #2da23c;
  color: #fff;
}
.btn.btn-success.active,
.btn.btn-success:active {
  background: #2a9a39;
  border-color: #278e34;
  color: #fff;
}
.btn.btn-success.loading::after {
  border-bottom-color: #fff;
  border-left-color: #fff;
}
.btn.btn-error {
  background: #e85600;
  border-color: #d95000;
  color: #fff;
}
.btn.btn-error:focus {
  box-shadow: 0 0 0 0.1rem rgba(232, 86, 0, 0.2);
}
.btn.btn-error:focus,
.btn.btn-error:hover {
  background: #de5200;
  border-color: #cf4d00;
  color: #fff;
}
.btn.btn-error.active,
.btn.btn-error:active {
  background: #c44900;
  border-color: #b54300;
  color: #fff;
}
.btn.btn-error.loading::after {
  border-bottom-color: #fff;
  border-left-color: #fff;
}
.btn.btn-link {
  background: 0 0;
  border-color: transparent;
  color: #005984;
}
.btn.btn-link.active,
.btn.btn-link:active,
.btn.btn-link:focus,
.btn.btn-link:hover {
  color: #003751;
}
.btn.btn-sm {
  font-size: 0.7rem;
  height: 1.4rem;
  padding: 0.05rem 0.3rem;
}
.btn.btn-lg {
  font-size: 0.9rem;
  height: 2rem;
  padding: 0.35rem 0.6rem;
}
.btn.btn-block {
  display: block;
  width: 100%;
}
.btn.btn-action {
  width: 1.8rem;
  padding-left: 0;
  padding-right: 0;
}
.btn.btn-action.btn-sm {
  width: 1.4rem;
}
.btn.btn-action.btn-lg {
  width: 2rem;
}
.btn.btn-clear {
  background: 0 0;
  border: 0;
  color: currentColor;
  height: 1rem;
  line-height: 0.8rem;
  margin-left: 0.2rem;
  margin-right: -2px;
  opacity: 1;
  padding: 0.1rem;
  text-decoration: none;
  width: 1rem;
}
.btn.btn-clear:focus,
.btn.btn-clear:hover {
  background: rgba(247, 248, 249, 0.5);
  opacity: 0.95;
}
.btn.btn-clear::before {
  content: "\2715";
}
.btn-group {
  display: inline-flex;
  flex-wrap: wrap;
}
.btn-group .btn {
  flex: 1 0 auto;
}
.btn-group .btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
  margin-left: -0.05rem;
}
.btn-group .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -0.05rem;
}
.btn-group .btn.active,
.btn-group .btn:active,
.btn-group .btn:focus,
.btn-group .btn:hover {
  z-index: 1;
}
.btn-group.btn-group-block {
  display: flex;
}
.btn-group.btn-group-block .btn {
  flex: 1 0 0;
}
.form-group:not(:last-child) {
  margin-bottom: 0.4rem;
}
fieldset {
  margin-bottom: 0.8rem;
}
legend {
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 0.8rem;
}
.form-label {
  display: block;
  line-height: 1.2rem;
  padding: 0.3rem 0;
}
.form-label.label-sm {
  font-size: 0.7rem;
  padding: 0.1rem 0;
}
.form-label.label-lg {
  font-size: 0.9rem;
  padding: 0.4rem 0;
}
.form-input {
  appearance: none;
  background: #fff;
  background-image: none;
  border: 0.05rem solid #bcc3ce;
  border-radius: 0.1rem;
  color: #3b4351;
  display: block;
  font-size: 0.8rem;
  height: 1.8rem;
  line-height: 1.2rem;
  max-width: 100%;
  outline: 0;
  padding: 0.25rem 0.4rem;
  position: relative;
  transition: background 0.2s, border 0.2s, box-shadow 0.2s, color 0.2s;
  width: 100%;
}
.form-input:focus {
  box-shadow: 0 0 0 0.1rem rgba(0, 89, 132, 0.2);
  border-color: #005984;
}
.form-input::placeholder {
  color: #bcc3ce;
}
.form-input.input-sm {
  font-size: 0.7rem;
  height: 1.4rem;
  padding: 0.05rem 0.3rem;
}
.form-input.input-lg {
  font-size: 0.9rem;
  height: 2rem;
  padding: 0.35rem 0.6rem;
}
.form-input.input-inline {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
.form-input[type="file"] {
  height: auto;
}
textarea.form-input,
textarea.form-input.input-lg,
textarea.form-input.input-sm {
  height: auto;
}
.form-input-hint {
  color: #bcc3ce;
  font-size: 0.7rem;
  margin-top: 0.2rem;
}
.has-success .form-input-hint,
.is-success + .form-input-hint {
  color: #32b643;
}
.has-error .form-input-hint,
.is-error + .form-input-hint {
  color: #e85600;
}
.form-select {
  appearance: none;
  border: 0.05rem solid #bcc3ce;
  border-radius: 0.1rem;
  color: inherit;
  font-size: 0.8rem;
  height: 1.8rem;
  line-height: 1.2rem;
  outline: 0;
  padding: 0.25rem 0.4rem;
  vertical-align: middle;
  width: 100%;
  background: #fff;
}
.form-select:focus {
  box-shadow: 0 0 0 0.1rem rgba(0, 89, 132, 0.2);
  border-color: #005984;
}
.form-select::-ms-expand {
  display: none;
}
.form-select.select-sm {
  font-size: 0.7rem;
  height: 1.4rem;
  padding: 0.05rem 1.1rem 0.05rem 0.3rem;
}
.form-select.select-lg {
  font-size: 0.9rem;
  height: 2rem;
  padding: 0.35rem 1.4rem 0.35rem 0.6rem;
}
.form-select[multiple],
.form-select[size] {
  height: auto;
  padding: 0.25rem 0.4rem;
}
.form-select[multiple] option,
.form-select[size] option {
  padding: 0.1rem 0.2rem;
}
.form-select:not([multiple]):not([size]) {
  background: #fff
    url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%204%205'%3E%3Cpath%20fill='%23667189'%20d='M2%200L0%202h4zm0%205L0%203h4z'/%3E%3C/svg%3E")
    no-repeat right 0.35rem center/.4rem 0.5rem;
  padding-right: 1.2rem;
}
.has-icon-left,
.has-icon-right {
  position: relative;
}
.has-icon-left .form-icon,
.has-icon-right .form-icon {
  height: 0.8rem;
  margin: 0 0.25rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.8rem;
  z-index: 2;
}
.has-icon-left .form-icon {
  left: 0.05rem;
}
.has-icon-left .form-input {
  padding-left: 1.3rem;
}
.has-icon-right .form-icon {
  right: 0.05rem;
}
.has-icon-right .form-input {
  padding-right: 1.3rem;
}
.form-checkbox,
.form-radio,
.form-switch {
  display: block;
  line-height: 1.2rem;
  margin: 0.2rem 0;
  min-height: 1.4rem;
  padding: 0.1rem 0.4rem 0.1rem 1.2rem;
  position: relative;
}
.form-checkbox input,
.form-radio input,
.form-switch input {
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}
.form-checkbox input:focus + .form-icon,
.form-radio input:focus + .form-icon,
.form-switch input:focus + .form-icon {
  box-shadow: 0 0 0 0.1rem rgba(0, 89, 132, 0.2);
  border-color: #005984;
}
.form-checkbox input:checked + .form-icon,
.form-radio input:checked + .form-icon,
.form-switch input:checked + .form-icon {
  background: #005984;
  border-color: #005984;
}
.form-checkbox .form-icon,
.form-radio .form-icon,
.form-switch .form-icon {
  border: 0.05rem solid #bcc3ce;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  transition: background 0.2s, border 0.2s, box-shadow 0.2s, color 0.2s;
}
.form-checkbox.input-sm,
.form-radio.input-sm,
.form-switch.input-sm {
  font-size: 0.7rem;
  margin: 0;
}
.form-checkbox.input-lg,
.form-radio.input-lg,
.form-switch.input-lg {
  font-size: 0.9rem;
  margin: 0.3rem 0;
}
.form-checkbox .form-icon,
.form-radio .form-icon {
  background: #fff;
  height: 0.8rem;
  left: 0;
  top: 0.3rem;
  width: 0.8rem;
}
.form-checkbox input:active + .form-icon,
.form-radio input:active + .form-icon {
  background: #eef0f3;
}
.form-checkbox .form-icon {
  border-radius: 0.1rem;
}
.form-checkbox input:checked + .form-icon::before {
  background-clip: padding-box;
  border: 0.1rem solid #fff;
  border-left-width: 0;
  border-top-width: 0;
  content: "";
  height: 9px;
  left: 50%;
  margin-left: -3px;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 6px;
}
.form-checkbox input:indeterminate + .form-icon {
  background: #005984;
  border-color: #005984;
}
.form-checkbox input:indeterminate + .form-icon::before {
  background: #fff;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -5px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 10px;
}
.form-radio .form-icon {
  border-radius: 50%;
}
.form-radio input:checked + .form-icon::before {
  background: #fff;
  border-radius: 50%;
  content: "";
  height: 6px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
}
.form-switch {
  padding-left: 2rem;
}
.form-switch .form-icon {
  background: #bcc3ce;
  background-clip: padding-box;
  border-radius: 0.45rem;
  height: 0.9rem;
  left: 0;
  top: 0.25rem;
  width: 1.6rem;
}
.form-switch .form-icon::before {
  background: #fff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 0.8rem;
  left: 0;
  position: absolute;
  top: 0;
  transition: background 0.2s, border 0.2s, box-shadow 0.2s, color 0.2s,
    left 0.2s;
  width: 0.8rem;
}
.form-switch input:checked + .form-icon::before {
  left: 14px;
}
.form-switch input:active + .form-icon::before {
  background: #f7f8f9;
}
.input-group {
  display: flex;
}
.input-group .input-group-addon {
  background: #f7f8f9;
  border: 0.05rem solid #bcc3ce;
  border-radius: 0.1rem;
  line-height: 1.2rem;
  padding: 0.25rem 0.4rem;
  white-space: nowrap;
}
.input-group .input-group-addon.addon-sm {
  font-size: 0.7rem;
  padding: 0.05rem 0.3rem;
}
.input-group .input-group-addon.addon-lg {
  font-size: 0.9rem;
  padding: 0.35rem 0.6rem;
}
.input-group .form-input,
.input-group .form-select {
  flex: 1 1 auto;
  width: 1%;
}
.input-group .input-group-btn {
  z-index: 1;
}
.input-group .form-input:first-child:not(:last-child),
.input-group .form-select:first-child:not(:last-child),
.input-group .input-group-addon:first-child:not(:last-child),
.input-group .input-group-btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group .form-input:not(:first-child):not(:last-child),
.input-group .form-select:not(:first-child):not(:last-child),
.input-group .input-group-addon:not(:first-child):not(:last-child),
.input-group .input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
  margin-left: -0.05rem;
}
.input-group .form-input:last-child:not(:first-child),
.input-group .form-select:last-child:not(:first-child),
.input-group .input-group-addon:last-child:not(:first-child),
.input-group .input-group-btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -0.05rem;
}
.input-group .form-input:focus,
.input-group .form-select:focus,
.input-group .input-group-addon:focus,
.input-group .input-group-btn:focus {
  z-index: 2;
}
.input-group .form-select {
  width: auto;
}
.input-group.input-inline {
  display: inline-flex;
}
.form-input.is-success,
.form-select.is-success,
.has-success .form-input,
.has-success .form-select {
  background: #f9fdfa;
  border-color: #32b643;
}
.form-input.is-success:focus,
.form-select.is-success:focus,
.has-success .form-input:focus,
.has-success .form-select:focus {
  box-shadow: 0 0 0 0.1rem rgba(50, 182, 67, 0.2);
}
.form-input.is-error,
.form-select.is-error,
.has-error .form-input,
.has-error .form-select {
  background: #fffaf7;
  border-color: #e85600;
}
.form-input.is-error:focus,
.form-select.is-error:focus,
.has-error .form-input:focus,
.has-error .form-select:focus {
  box-shadow: 0 0 0 0.1rem rgba(232, 86, 0, 0.2);
}
.form-checkbox.is-error .form-icon,
.form-radio.is-error .form-icon,
.form-switch.is-error .form-icon,
.has-error .form-checkbox .form-icon,
.has-error .form-radio .form-icon,
.has-error .form-switch .form-icon {
  border-color: #e85600;
}
.form-checkbox.is-error input:checked + .form-icon,
.form-radio.is-error input:checked + .form-icon,
.form-switch.is-error input:checked + .form-icon,
.has-error .form-checkbox input:checked + .form-icon,
.has-error .form-radio input:checked + .form-icon,
.has-error .form-switch input:checked + .form-icon {
  background: #e85600;
  border-color: #e85600;
}
.form-checkbox.is-error input:focus + .form-icon,
.form-radio.is-error input:focus + .form-icon,
.form-switch.is-error input:focus + .form-icon,
.has-error .form-checkbox input:focus + .form-icon,
.has-error .form-radio input:focus + .form-icon,
.has-error .form-switch input:focus + .form-icon {
  box-shadow: 0 0 0 0.1rem rgba(232, 86, 0, 0.2);
  border-color: #e85600;
}
.form-checkbox.is-error input:indeterminate + .form-icon,
.has-error .form-checkbox input:indeterminate + .form-icon {
  background: #e85600;
  border-color: #e85600;
}
.form-input:not(:placeholder-shown):invalid {
  border-color: #e85600;
}
.form-input:not(:placeholder-shown):invalid:focus {
  box-shadow: 0 0 0 0.1rem rgba(232, 86, 0, 0.2);
  background: #fffaf7;
}
.form-input:not(:placeholder-shown):invalid + .form-input-hint {
  color: #e85600;
}
.form-input.disabled,
.form-input:disabled,
.form-select.disabled,
.form-select:disabled {
  background-color: #eef0f3;
  cursor: not-allowed;
  opacity: 0.5;
}
.form-input[readonly] {
  background-color: #f7f8f9;
}
input.disabled + .form-icon,
input:disabled + .form-icon {
  background: #eef0f3;
  cursor: not-allowed;
  opacity: 0.5;
}
.form-switch input.disabled + .form-icon::before,
.form-switch input:disabled + .form-icon::before {
  background: #fff;
}
.form-horizontal {
  padding: 0.4rem 0;
}
.form-horizontal .form-group {
  display: flex;
  flex-wrap: wrap;
}
.form-inline {
  display: inline-block;
}
.label {
  border-radius: 0.1rem;
  line-height: 1.25;
  padding: 0.1rem 0.2rem;
  background: #eef0f3;
  color: #455060;
  display: inline-block;
}
.label.label-rounded {
  border-radius: 5rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
.label.label-primary {
  background: #005984;
  color: #fff;
}
.label.label-secondary {
  background: #44c2ff;
  color: #005984;
}
.label.label-success {
  background: #32b643;
  color: #fff;
}
.label.label-warning {
  background: #ffb700;
  color: #fff;
}
.label.label-error {
  background: #e85600;
  color: #fff;
}
code {
  border-radius: 0.1rem;
  line-height: 1.25;
  padding: 0.1rem 0.2rem;
  background: #fcf2f2;
  color: #d73e48;
  font-size: 85%;
}
.code {
  border-radius: 0.1rem;
  color: #3b4351;
  position: relative;
}
.code::before {
  color: #bcc3ce;
  content: attr(data-lang);
  font-size: 0.7rem;
  position: absolute;
  right: 0.4rem;
  top: 0.1rem;
}
.code code {
  background: #f7f8f9;
  color: inherit;
  display: block;
  line-height: 1.5;
  overflow-x: auto;
  padding: 1rem;
  width: 100%;
}
.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}
.img-fit-cover {
  object-fit: cover;
}
.img-fit-contain {
  object-fit: contain;
}
.video-responsive {
  display: block;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}
.video-responsive::before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.video-responsive embed,
.video-responsive iframe,
.video-responsive object {
  border: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
video.video-responsive {
  height: auto;
  max-width: 100%;
}
video.video-responsive::before {
  content: none;
}
.video-responsive-4-3::before {
  padding-bottom: 75%;
}
.video-responsive-1-1::before {
  padding-bottom: 100%;
}
.figure {
  margin: 0 0 0.4rem 0;
}
.figure .figure-caption {
  color: #66758c;
  margin-top: 0.4rem;
}
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  width: 100%;
}
.container.grid-xl {
  max-width: 1296px;
}
.container.grid-lg {
  max-width: 976px;
}
.container.grid-md {
  max-width: 856px;
}
.container.grid-sm {
  max-width: 616px;
}
.container.grid-xs {
  max-width: 496px;
}
.show-lg,
.show-md,
.show-sm,
.show-xl,
.show-xs {
  display: none !important;
}
.cols,
.columns {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.4rem;
  margin-right: -0.4rem;
}
.cols.col-gapless,
.columns.col-gapless {
  margin-left: 0;
  margin-right: 0;
}
.cols.col-gapless > .column,
.columns.col-gapless > .column {
  padding-left: 0;
  padding-right: 0;
}
.cols.col-oneline,
.columns.col-oneline {
  flex-wrap: nowrap;
  overflow-x: auto;
}
.column,
[class~="col-"] {
  flex: 1;
  max-width: 100%;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
.column.col-1,
.column.col-10,
.column.col-11,
.column.col-12,
.column.col-2,
.column.col-3,
.column.col-4,
.column.col-5,
.column.col-6,
.column.col-7,
.column.col-8,
.column.col-9,
.column.col-auto,
[class~="col-"].col-1,
[class~="col-"].col-10,
[class~="col-"].col-11,
[class~="col-"].col-12,
[class~="col-"].col-2,
[class~="col-"].col-3,
[class~="col-"].col-4,
[class~="col-"].col-5,
[class~="col-"].col-6,
[class~="col-"].col-7,
[class~="col-"].col-8,
[class~="col-"].col-9,
[class~="col-"].col-auto {
  flex: none;
}
.col-12 {
  width: 100%;
}
.col-11 {
  width: 91.66666667%;
}
.col-10 {
  width: 83.33333333%;
}
.col-9 {
  width: 75%;
}
.col-8 {
  width: 66.66666667%;
}
.col-7 {
  width: 58.33333333%;
}
.col-6 {
  width: 50%;
}
.col-5 {
  width: 41.66666667%;
}
.col-4 {
  width: 33.33333333%;
}
.col-3 {
  width: 25%;
}
.col-2 {
  width: 16.66666667%;
}
.col-1 {
  width: 8.33333333%;
}
.col-auto {
  flex: 0 0 auto;
  max-width: none;
  width: auto;
}
.col-mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.col-ml-auto {
  margin-left: auto;
}
.col-mr-auto {
  margin-right: auto;
}
@media (max-width: 1280px) {
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-auto {
    flex: none;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .col-xl-auto {
    width: auto;
  }
  .hide-xl {
    display: none !important;
  }
  .show-xl {
    display: block !important;
  }
}
@media (max-width: 960px) {
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-auto {
    flex: none;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-auto {
    width: auto;
  }
  .hide-lg {
    display: none !important;
  }
  .show-lg {
    display: block !important;
  }
}
@media (max-width: 840px) {
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-auto {
    flex: none;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-auto {
    width: auto;
  }
  .hide-md {
    display: none !important;
  }
  .show-md {
    display: block !important;
  }
}
@media (max-width: 600px) {
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-auto {
    flex: none;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-auto {
    width: auto;
  }
  .hide-sm {
    display: none !important;
  }
  .show-sm {
    display: block !important;
  }
}
@media (max-width: 480px) {
  .col-xs-1,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-auto {
    flex: none;
  }
  .col-xs-12 {
    width: 100%;
  }
  .col-xs-11 {
    width: 91.66666667%;
  }
  .col-xs-10 {
    width: 83.33333333%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-8 {
    width: 66.66666667%;
  }
  .col-xs-7 {
    width: 58.33333333%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-5 {
    width: 41.66666667%;
  }
  .col-xs-4 {
    width: 33.33333333%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-2 {
    width: 16.66666667%;
  }
  .col-xs-1 {
    width: 8.33333333%;
  }
  .col-xs-auto {
    width: auto;
  }
  .hide-xs {
    display: none !important;
  }
  .show-xs {
    display: block !important;
  }
}
.hero {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 4rem;
  padding-top: 4rem;
}
.hero.hero-sm {
  padding-bottom: 2rem;
  padding-top: 2rem;
}
.hero.hero-lg {
  padding-bottom: 8rem;
  padding-top: 8rem;
}
.hero .hero-body {
  padding: 0.4rem;
}
.navbar {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.navbar .navbar-section {
  align-items: center;
  display: flex;
  flex: 1 0 0;
}
.navbar .navbar-section:not(:first-child):last-child {
  justify-content: flex-end;
}
.navbar .navbar-center {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
}
.navbar .navbar-brand {
  font-size: 0.9rem;
  text-decoration: none;
}
.accordion input:checked ~ .accordion-header > .icon:first-child,
.accordion[open] .accordion-header > .icon:first-child {
  transform: rotate(90deg);
}
.accordion input:checked ~ .accordion-body,
.accordion[open] .accordion-body {
  max-height: 50rem;
}
.accordion .accordion-header {
  display: block;
  padding: 0.2rem 0.4rem;
}
.accordion .accordion-header .icon {
  transition: transform 0.25s;
}
.accordion .accordion-body {
  margin-bottom: 0.4rem;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s;
}
summary.accordion-header::-webkit-details-marker {
  display: none;
}
.avatar {
  font-size: 0.8rem;
  height: 1.6rem;
  width: 1.6rem;
  background: #005984;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.85);
  display: inline-block;
  font-weight: 300;
  line-height: 1.25;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.avatar.avatar-xs {
  font-size: 0.4rem;
  height: 0.8rem;
  width: 0.8rem;
}
.avatar.avatar-sm {
  font-size: 0.6rem;
  height: 1.2rem;
  width: 1.2rem;
}
.avatar.avatar-lg {
  font-size: 1.2rem;
  height: 2.4rem;
  width: 2.4rem;
}
.avatar.avatar-xl {
  font-size: 1.6rem;
  height: 3.2rem;
  width: 3.2rem;
}
.avatar img {
  border-radius: 50%;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}
.avatar .avatar-icon,
.avatar .avatar-presence {
  background: #fff;
  bottom: 14.64%;
  height: 50%;
  padding: 0.1rem;
  position: absolute;
  right: 14.64%;
  transform: translate(50%, 50%);
  width: 50%;
  z-index: 2;
}
.avatar .avatar-presence {
  background: #bcc3ce;
  box-shadow: 0 0 0 0.1rem #fff;
  border-radius: 50%;
  height: 0.5em;
  width: 0.5em;
}
.avatar .avatar-presence.online {
  background: #32b643;
}
.avatar .avatar-presence.busy {
  background: #e85600;
}
.avatar .avatar-presence.away {
  background: #ffb700;
}
.avatar[data-initial]::before {
  color: currentColor;
  content: attr(data-initial);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.badge {
  position: relative;
  white-space: nowrap;
}
.badge:not([data-badge])::after,
.badge[data-badge]::after {
  background: #005984;
  background-clip: padding-box;
  border-radius: 0.5rem;
  box-shadow: 0 0 0 0.1rem #fff;
  color: #fff;
  content: attr(data-badge);
  display: inline-block;
  transform: translate(-0.05rem, -0.5rem);
}
.badge[data-badge]::after {
  font-size: 0.7rem;
  height: 0.9rem;
  line-height: 1;
  min-width: 0.9rem;
  padding: 0.1rem 0.2rem;
  text-align: center;
  white-space: nowrap;
}
.badge:not([data-badge])::after,
.badge[data-badge=""]::after {
  height: 6px;
  min-width: 6px;
  padding: 0;
  width: 6px;
}
.badge.btn::after {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}
.badge.avatar::after {
  position: absolute;
  top: 14.64%;
  right: 14.64%;
  transform: translate(50%, -50%);
  z-index: 100;
}
.breadcrumb {
  list-style: none;
  margin: 0.2rem 0;
  padding: 0.2rem 0;
}
.breadcrumb .breadcrumb-item {
  color: #66758c;
  display: inline-block;
  margin: 0;
  padding: 0.2rem 0;
}
.breadcrumb .breadcrumb-item:not(:last-child) {
  margin-right: 0.2rem;
}
.breadcrumb .breadcrumb-item:not(:last-child) a {
  color: #66758c;
}
.breadcrumb .breadcrumb-item:not(:first-child)::before {
  color: #66758c;
  content: "/";
  padding-right: 0.4rem;
}
.bar {
  background: #eef0f3;
  border-radius: 0.1rem;
  display: flex;
  flex-wrap: nowrap;
  height: 0.8rem;
  width: 100%;
}
.bar.bar-sm {
  height: 0.2rem;
}
.bar .bar-item {
  background: #005984;
  color: #fff;
  display: block;
  font-size: 0.7rem;
  flex-shrink: 0;
  line-height: 0.8rem;
  height: 100%;
  position: relative;
  text-align: center;
  width: 0;
}
.bar .bar-item:first-child {
  border-bottom-left-radius: 0.1rem;
  border-top-left-radius: 0.1rem;
}
.bar .bar-item:last-child {
  border-bottom-right-radius: 0.1rem;
  border-top-right-radius: 0.1rem;
  flex-shrink: 1;
}
.bar-slider {
  height: 0.1rem;
  margin: 0.4rem 0;
  position: relative;
}
.bar-slider .bar-item {
  left: 0;
  padding: 0;
  position: absolute;
}
.bar-slider .bar-item:not(:last-child):first-child {
  background: #eef0f3;
  z-index: 1;
}
.bar-slider .bar-slider-btn {
  background: #005984;
  border: 0;
  border-radius: 50%;
  height: 0.6rem;
  padding: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
  width: 0.6rem;
}
.bar-slider .bar-slider-btn:active {
  box-shadow: 0 0 0 0.1rem #005984;
}
.card {
  background: #fff;
  border: 0.05rem solid #dadee4;
  border-radius: 0.1rem;
  display: flex;
  flex-direction: column;
}
.card .card-body,
.card .card-footer,
.card .card-header {
  padding: 0.8rem;
  padding-bottom: 0;
}
.card .card-body:last-child,
.card .card-footer:last-child,
.card .card-header:last-child {
  padding-bottom: 0.8rem;
}
.card .card-body {
  flex: 1 1 auto;
}
.card .card-image {
  padding-top: 0.8rem;
}
.card .card-image:first-child {
  padding-top: 0;
}
.card .card-image:first-child img {
  border-top-left-radius: 0.1rem;
  border-top-right-radius: 0.1rem;
}
.card .card-image:last-child img {
  border-bottom-left-radius: 0.1rem;
  border-bottom-right-radius: 0.1rem;
}
.chip {
  align-items: center;
  background: #eef0f3;
  border-radius: 5rem;
  display: inline-flex;
  font-size: 90%;
  height: 1.2rem;
  line-height: 0.8rem;
  margin: 0.1rem;
  max-width: 320px;
  overflow: hidden;
  padding: 0.2rem 0.4rem;
  text-decoration: none;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}
.chip.active {
  background: #005984;
  color: #fff;
}
.chip .avatar {
  margin-left: -0.4rem;
  margin-right: 0.2rem;
}
.chip .btn-clear {
  border-radius: 50%;
  transform: scale(0.75);
}
.dropdown {
  display: inline-block;
  position: relative;
}
.dropdown .menu {
  animation: slide-down 0.15s ease 1;
  display: none;
  left: 0;
  max-height: 50vh;
  overflow-y: auto;
  position: absolute;
  top: 100%;
}
.dropdown.dropdown-right .menu {
  left: auto;
  right: 0;
}
.dropdown .dropdown-toggle:focus + .menu,
.dropdown .menu:hover,
.dropdown.active .menu {
  display: block;
}
.dropdown .btn-group .dropdown-toggle:nth-last-child(2) {
  border-bottom-right-radius: 0.1rem;
  border-top-right-radius: 0.1rem;
}
.empty {
  background: #f7f8f9;
  border-radius: 0.1rem;
  color: #66758c;
  text-align: center;
  padding: 3.2rem 1.6rem;
}
.empty .empty-icon {
  margin-bottom: 0.8rem;
}
.empty .empty-subtitle,
.empty .empty-title {
  margin: 0.4rem auto;
}
.empty .empty-action {
  margin-top: 0.8rem;
}
.menu {
  box-shadow: 0 0.05rem 0.2rem rgba(48, 55, 66, 0.3);
  background: #fff;
  border-radius: 0.1rem;
  list-style: none;
  margin: 0;
  min-width: 180px;
  padding: 0.4rem;
  transform: translateY(0.2rem);
  z-index: 300;
}
.menu.menu-nav {
  background: 0 0;
  box-shadow: none;
}
.menu .menu-item {
  margin-top: 0;
  padding: 0 0.4rem;
  position: relative;
  text-decoration: none;
}
.menu .menu-item > a {
  border-radius: 0.1rem;
  color: inherit;
  display: block;
  margin: 0 -0.4rem;
  padding: 0.2rem 0.4rem;
  text-decoration: none;
}
.menu .menu-item > a:focus,
.menu .menu-item > a:hover {
  background: #44c2ff;
  color: #005984;
}
.menu .menu-item > a.active,
.menu .menu-item > a:active {
  background: #44c2ff;
  color: #005984;
}
.menu .menu-item .form-checkbox,
.menu .menu-item .form-radio,
.menu .menu-item .form-switch {
  margin: 0.1rem 0;
}
.menu .menu-item + .menu-item {
  margin-top: 0.2rem;
}
.menu .menu-badge {
  align-items: center;
  display: flex;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.menu .menu-badge .label {
  margin-right: 0.4rem;
}
.modal {
  align-items: center;
  bottom: 0;
  display: none;
  justify-content: center;
  left: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0.4rem;
  position: fixed;
  right: 0;
  top: 0;
}
.modal.active,
.modal:target {
  display: flex;
  opacity: 1;
  z-index: 400;
}
.modal.active .modal-overlay,
.modal:target .modal-overlay {
  background: rgba(247, 248, 249, 0.75);
  bottom: 0;
  cursor: default;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.modal.active .modal-container,
.modal:target .modal-container {
  animation: slide-down 0.2s ease 1;
  z-index: 1;
}
.modal.modal-sm .modal-container {
  max-width: 320px;
  padding: 0 0.4rem;
}
.modal.modal-lg .modal-overlay {
  background: #fff;
}
.modal.modal-lg .modal-container {
  box-shadow: none;
  max-width: 960px;
}
.modal-container {
  box-shadow: 0 0.2rem 0.5rem rgba(48, 55, 66, 0.3);
  background: #fff;
  border-radius: 0.1rem;
  display: flex;
  flex-direction: column;
  max-height: 75vh;
  max-width: 640px;
  padding: 0 0.8rem;
  width: 100%;
}
.modal-container.modal-fullheight {
  max-height: 100vh;
}
.modal-container .modal-header {
  color: #303742;
  padding: 0.8rem;
}
.modal-container .modal-body {
  overflow-y: auto;
  padding: 0.8rem;
  position: relative;
}
.modal-container .modal-footer {
  padding: 0.8rem;
  text-align: right;
}
.nav {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0.2rem 0;
}
.nav .nav-item a {
  color: #66758c;
  padding: 0.2rem 0.4rem;
  text-decoration: none;
}
.nav .nav-item a:focus,
.nav .nav-item a:hover {
  color: #005984;
}
.nav .nav-item.active > a {
  color: #505c6e;
  font-weight: 700;
}
.nav .nav-item.active > a:focus,
.nav .nav-item.active > a:hover {
  color: #005984;
}
.nav .nav {
  margin-bottom: 0.4rem;
  margin-left: 0.8rem;
}
.pagination {
  display: flex;
  list-style: none;
  margin: 0.2rem 0;
  padding: 0.2rem 0;
}
.pagination .page-item {
  margin: 0.2rem 0.05rem;
}
.pagination .page-item span {
  display: inline-block;
  padding: 0.2rem 0.2rem;
}
.pagination .page-item a {
  border-radius: 0.1rem;
  display: inline-block;
  padding: 0.2rem 0.4rem;
  text-decoration: none;
}
.pagination .page-item a:focus,
.pagination .page-item a:hover {
  color: #005984;
}
.pagination .page-item.disabled a {
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}
.pagination .page-item.active a {
  background: #005984;
  color: #fff;
}
.pagination .page-item.page-next,
.pagination .page-item.page-prev {
  flex: 1 0 50%;
}
.pagination .page-item.page-next {
  text-align: right;
}
.pagination .page-item .page-item-title {
  margin: 0;
}
.pagination .page-item .page-item-subtitle {
  margin: 0;
  opacity: 0.5;
}
.panel {
  border: 0.05rem solid #dadee4;
  border-radius: 0.1rem;
  display: flex;
  flex-direction: column;
}
.panel .panel-footer,
.panel .panel-header {
  flex: 0 0 auto;
  padding: 0.8rem;
}
.panel .panel-nav {
  flex: 0 0 auto;
}
.panel .panel-body {
  flex: 1 1 auto;
  overflow-y: auto;
  padding: 0 0.8rem;
}
.popover {
  display: inline-block;
  position: relative;
}
.popover .popover-container {
  left: 50%;
  opacity: 0;
  padding: 0.4rem;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.2s;
  width: 320px;
  z-index: 300;
}
.popover :focus + .popover-container,
.popover:hover .popover-container {
  display: block;
  opacity: 1;
  transform: translate(-50%, -100%) scale(1);
}
.popover.popover-right .popover-container {
  left: 100%;
  top: 50%;
}
.popover.popover-right :focus + .popover-container,
.popover.popover-right:hover .popover-container {
  transform: translate(0, -50%) scale(1);
}
.popover.popover-bottom .popover-container {
  left: 50%;
  top: 100%;
}
.popover.popover-bottom :focus + .popover-container,
.popover.popover-bottom:hover .popover-container {
  transform: translate(-50%, 0) scale(1);
}
.popover.popover-left .popover-container {
  left: 0;
  top: 50%;
}
.popover.popover-left :focus + .popover-container,
.popover.popover-left:hover .popover-container {
  transform: translate(-100%, -50%) scale(1);
}
.popover .card {
  box-shadow: 0 0.2rem 0.5rem rgba(48, 55, 66, 0.3);
  border: 0;
}
.step {
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  margin: 0.2rem 0;
  width: 100%;
}
.step .step-item {
  flex: 1 1 0;
  margin-top: 0;
  min-height: 1rem;
  text-align: center;
  position: relative;
}
.step .step-item:not(:first-child)::before {
  background: #005984;
  content: "";
  height: 2px;
  left: -50%;
  position: absolute;
  top: 9px;
  width: 100%;
}
.step .step-item a {
  color: #005984;
  display: inline-block;
  padding: 20px 10px 0;
  text-decoration: none;
}
.step .step-item a::before {
  background: #005984;
  border: 0.1rem solid #fff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 0.6rem;
  left: 50%;
  position: absolute;
  top: 0.2rem;
  transform: translateX(-50%);
  width: 0.6rem;
  z-index: 1;
}
.step .step-item.active a::before {
  background: #fff;
  border: 0.1rem solid #005984;
}
.step .step-item.active ~ .step-item::before {
  background: #dadee4;
}
.step .step-item.active ~ .step-item a {
  color: #bcc3ce;
}
.step .step-item.active ~ .step-item a::before {
  background: #dadee4;
}
.tab {
  align-items: center;
  border-bottom: 0.05rem solid #dadee4;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0.2rem 0 0.15rem 0;
}
.tab .tab-item {
  margin-top: 0;
}
.tab .tab-item a {
  border-bottom: 0.1rem solid transparent;
  color: inherit;
  display: block;
  margin: 0 0.4rem 0 0;
  padding: 0.4rem 0.2rem 0.3rem 0.2rem;
  text-decoration: none;
}
.tab .tab-item a:focus,
.tab .tab-item a:hover {
  color: #005984;
}
.tab .tab-item a.active,
.tab .tab-item.active a {
  border-bottom-color: #005984;
  color: #005984;
}
.tab .tab-item.tab-action {
  flex: 1 0 auto;
  text-align: right;
}
.tab .tab-item .btn-clear {
  margin-top: -0.2rem;
}
.tab.tab-block .tab-item {
  flex: 1 0 0;
  text-align: center;
}
.tab.tab-block .tab-item a {
  margin: 0;
}
.tab.tab-block .tab-item .badge[data-badge]::after {
  position: absolute;
  right: 0.1rem;
  top: 0.1rem;
  transform: translate(0, 0);
}
.tab:not(.tab-block) .badge {
  padding-right: 0;
}
.tile {
  align-content: space-between;
  align-items: flex-start;
  display: flex;
}
.tile .tile-action,
.tile .tile-icon {
  flex: 0 0 auto;
}
.tile .tile-content {
  flex: 1 1 auto;
}
.tile .tile-content:not(:first-child) {
  padding-left: 0.4rem;
}
.tile .tile-content:not(:last-child) {
  padding-right: 0.4rem;
}
.tile .tile-subtitle,
.tile .tile-title {
  line-height: 1.2rem;
}
.tile.tile-centered {
  align-items: center;
}
.tile.tile-centered .tile-content {
  overflow: hidden;
}
.tile.tile-centered .tile-subtitle,
.tile.tile-centered .tile-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0;
}
.toast {
  background: rgba(48, 55, 66, 0.95);
  border-color: #303742;
  border: 0.05rem solid #303742;
  border-radius: 0.1rem;
  color: #fff;
  display: block;
  padding: 0.4rem;
  width: 100%;
}
.toast.toast-primary {
  background: rgba(0, 89, 132, 0.95);
  border-color: #005984;
}
.toast.toast-success {
  background: rgba(50, 182, 67, 0.95);
  border-color: #32b643;
}
.toast.toast-warning {
  background: rgba(255, 183, 0, 0.95);
  border-color: #ffb700;
}
.toast.toast-error {
  background: rgba(232, 86, 0, 0.95);
  border-color: #e85600;
}
.toast a {
  color: #fff;
  text-decoration: underline;
}
.toast a.active,
.toast a:active,
.toast a:focus,
.toast a:hover {
  opacity: 0.75;
}
.toast .btn-clear {
  margin: 0.1rem;
}
.toast p:last-child {
  margin-bottom: 0;
}
.tooltip {
  position: relative;
}
.tooltip::after {
  background: rgba(48, 55, 66, 0.95);
  border-radius: 0.1rem;
  bottom: 100%;
  color: #fff;
  content: attr(data-tooltip);
  display: block;
  font-size: 0.7rem;
  left: 50%;
  max-width: 320px;
  opacity: 0;
  overflow: hidden;
  padding: 0.2rem 0.4rem;
  pointer-events: none;
  position: absolute;
  text-overflow: ellipsis;
  transform: translate(-50%, 0.4rem);
  transition: opacity 0.2s, transform 0.2s;
  white-space: pre;
  z-index: 300;
}
.tooltip:focus::after,
.tooltip:hover::after {
  opacity: 1;
  transform: translate(-50%, -0.2rem);
}
.tooltip.disabled,
.tooltip[disabled] {
  pointer-events: auto;
}
.tooltip.tooltip-right::after {
  bottom: 50%;
  left: 100%;
  transform: translate(-0.2rem, 50%);
}
.tooltip.tooltip-right:focus::after,
.tooltip.tooltip-right:hover::after {
  transform: translate(0.2rem, 50%);
}
.tooltip.tooltip-bottom::after {
  bottom: auto;
  top: 100%;
  transform: translate(-50%, -0.4rem);
}
.tooltip.tooltip-bottom:focus::after,
.tooltip.tooltip-bottom:hover::after {
  transform: translate(-50%, 0.2rem);
}
.tooltip.tooltip-left::after {
  bottom: 50%;
  left: auto;
  right: 100%;
  transform: translate(0.4rem, 50%);
}
.tooltip.tooltip-left:focus::after,
.tooltip.tooltip-left:hover::after {
  transform: translate(-0.2rem, 50%);
}
@keyframes loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-1.6rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.text-primary {
  color: #005984 !important;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #00486b;
}
a.text-primary:visited {
  color: #006a9e;
}
.text-secondary {
  color: #35bdff !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
  color: #1bb5ff;
}
a.text-secondary:visited {
  color: #4ec5ff;
}
.text-gray {
  color: #bcc3ce !important;
}
a.text-gray:focus,
a.text-gray:hover {
  color: #adb6c4;
}
a.text-gray:visited {
  color: #cbd0d9;
}
.text-light {
  color: #fff !important;
}
a.text-light:focus,
a.text-light:hover {
  color: #f2f2f2;
}
a.text-light:visited {
  color: #fff;
}
.text-dark {
  color: #3b4351 !important;
}
a.text-dark:focus,
a.text-dark:hover {
  color: #303742;
}
a.text-dark:visited {
  color: #455060;
}
.text-success {
  color: #32b643 !important;
}
a.text-success:focus,
a.text-success:hover {
  color: #2da23c;
}
a.text-success:visited {
  color: #39c94b;
}
.text-warning {
  color: #ffb700 !important;
}
a.text-warning:focus,
a.text-warning:hover {
  color: #e6a500;
}
a.text-warning:visited {
  color: #ffbe1a;
}
.text-error {
  color: #e85600 !important;
}
a.text-error:focus,
a.text-error:hover {
  color: #cf4d00;
}
a.text-error:visited {
  color: #ff6003;
}
.bg-primary {
  background: #005984 !important;
  color: #fff;
}
.bg-secondary {
  background: #44c2ff !important;
}
.bg-dark {
  background: #303742 !important;
  color: #fff;
}
.bg-gray {
  background: #f7f8f9 !important;
}
.bg-success {
  background: #32b643 !important;
  color: #fff;
}
.bg-warning {
  background: #ffb700 !important;
  color: #fff;
}
.bg-error {
  background: #e85600 !important;
  color: #fff;
}
.c-hand {
  cursor: pointer;
}
.c-move {
  cursor: move;
}
.c-zoom-in {
  cursor: zoom-in;
}
.c-zoom-out {
  cursor: zoom-out;
}
.c-not-allowed {
  cursor: not-allowed;
}
.c-auto {
  cursor: auto;
}
.d-block {
  display: block;
}
.d-inline {
  display: inline;
}
.d-inline-block {
  display: inline-block;
}
.d-flex {
  display: flex;
}
.d-inline-flex {
  display: inline-flex;
}
.d-hide,
.d-none {
  display: none !important;
}
.d-visible {
  visibility: visible;
}
.d-invisible {
  visibility: hidden;
}
.text-hide {
  background: 0 0;
  border: 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
  text-shadow: none;
}
.text-assistive {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.divider,
.divider-vert {
  display: block;
  position: relative;
}
.divider-vert[data-content]::after,
.divider[data-content]::after {
  background: #fff;
  color: #bcc3ce;
  content: attr(data-content);
  display: inline-block;
  font-size: 0.7rem;
  padding: 0 0.4rem;
  transform: translateY(-0.65rem);
}
.divider {
  border-top: 0.05rem solid #f1f3f5;
  height: 0.05rem;
  margin: 0.4rem 0;
}
.divider[data-content] {
  margin: 0.8rem 0;
}
.divider-vert {
  display: block;
  padding: 0.8rem;
}
.divider-vert::before {
  border-left: 0.05rem solid #dadee4;
  bottom: 0.4rem;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 0.4rem;
  transform: translateX(-50%);
}
.divider-vert[data-content]::after {
  left: 50%;
  padding: 0.2rem 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.loading {
  color: transparent !important;
  min-height: 0.8rem;
  pointer-events: none;
  position: relative;
}
.loading::after {
  animation: loading 0.5s infinite linear;
  background: 0 0;
  border: 0.1rem solid #005984;
  border-radius: 50%;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 0.8rem;
  left: 50%;
  margin-left: -0.4rem;
  margin-top: -0.4rem;
  opacity: 1;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 0.8rem;
  z-index: 1;
}
.loading.loading-lg {
  min-height: 2rem;
}
.loading.loading-lg::after {
  height: 1.6rem;
  margin-left: -0.8rem;
  margin-top: -0.8rem;
  width: 1.6rem;
}
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.p-relative {
  position: relative !important;
}
.p-absolute {
  position: absolute !important;
}
.p-fixed {
  position: fixed !important;
}
.p-sticky {
  position: sticky !important;
}
.p-centered {
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.flex-centered {
  align-items: center;
  display: flex;
  justify-content: center;
}
.m-0 {
  margin: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.my-0 {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.m-1 {
  margin: 0.2rem !important;
}
.mb-1 {
  margin-bottom: 0.2rem !important;
}
.ml-1 {
  margin-left: 0.2rem !important;
}
.mr-1 {
  margin-right: 0.2rem !important;
}
.mt-1 {
  margin-top: 0.2rem !important;
}
.mx-1 {
  margin-left: 0.2rem !important;
  margin-right: 0.2rem !important;
}
.my-1 {
  margin-bottom: 0.2rem !important;
  margin-top: 0.2rem !important;
}
.m-2 {
  margin: 0.4rem !important;
}
.mb-2 {
  margin-bottom: 0.4rem !important;
}
.ml-2 {
  margin-left: 0.4rem !important;
}
.mr-2 {
  margin-right: 0.4rem !important;
}
.mt-2 {
  margin-top: 0.4rem !important;
}
.mx-2 {
  margin-left: 0.4rem !important;
  margin-right: 0.4rem !important;
}
.my-2 {
  margin-bottom: 0.4rem !important;
  margin-top: 0.4rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.py-0 {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.p-1 {
  padding: 0.2rem !important;
}
.pb-1 {
  padding-bottom: 0.2rem !important;
}
.pl-1 {
  padding-left: 0.2rem !important;
}
.pr-1 {
  padding-right: 0.2rem !important;
}
.pt-1 {
  padding-top: 0.2rem !important;
}
.px-1 {
  padding-left: 0.2rem !important;
  padding-right: 0.2rem !important;
}
.py-1 {
  padding-bottom: 0.2rem !important;
  padding-top: 0.2rem !important;
}
.p-2 {
  padding: 0.4rem !important;
}
.pb-2 {
  padding-bottom: 0.4rem !important;
}
.pl-2 {
  padding-left: 0.4rem !important;
}
.pr-2 {
  padding-right: 0.4rem !important;
}
.pt-2 {
  padding-top: 0.4rem !important;
}
.px-2 {
  padding-left: 0.4rem !important;
  padding-right: 0.4rem !important;
}
.py-2 {
  padding-bottom: 0.4rem !important;
  padding-top: 0.4rem !important;
}
.s-rounded {
  border-radius: 0.1rem;
}
.s-circle {
  border-radius: 50%;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-normal {
  font-weight: 400;
}
.text-bold {
  font-weight: 700;
}
.text-italic {
  font-style: italic;
}
.text-large {
  font-size: 1.2em;
}
.text-small {
  font-size: 0.9em;
}
.text-tiny {
  font-size: 0.8em;
}
.text-muted {
  opacity: 0.8;
}
.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-clip {
  overflow: hidden;
  text-overflow: clip;
  white-space: nowrap;
}
.text-break {
  hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
}
.cartodb-logo {
  display: none !important;
}
h1,
h2,
h3,
h4 {
  font-family: Roboto, sans-serif;
  text-transform: none;
  color: inherit;
}
h1 {
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0;
  margin-top: 0.2em;
}
h2 {
  font-size: 1.85em;
  font-weight: 300;
  color: #005984;
  line-height: 1.2;
  margin-bottom: 0;
  margin-top: 0.2em;
}
h3 {
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.8em;
  margin-top: 0.2em;
}
h4 {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.8em;
  margin-top: 0.2em;
}
img {
  display: block;
  outline: 0;
}
a,
a img {
  outline: 0;
}
body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  font-family: Roboto, sans-serif;
  color: #555;
  position: relative;
}
button {
  cursor: pointer;
  position: absolute;
  width: 6rem;
  height: 2rem;
  padding: 0 0.55rem 0 0.65rem;
  text-overflow: ellipsis;
  font-size: 1.2em;
  border: none;
  border-radius: 0.1rem;
  color: #000;
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 4px -1px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 4px -1px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 1px 4px -1px;
}
.tooltip-img {
  width: 26px;
  height: 26px;
}
.form-group {
  margin-bottom: 15px;
  display: block;
  float: none;
  position: relative;
  clear: both;
  padding: 5px 0 5px 0;
}
.form-group .control-label {
  text-align: left;
  font-weight: 700;
  margin-bottom: 10px;
}
.form-group .control-label span {
  color: #005984;
}
.form-group label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
p {
  margin: 0 0 10px;
}
.max-width-container {
  max-width: 2560px;
  margin: 0 auto;
}
.fade {
  opacity: 0.65;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}
.fade:hover {
  opacity: 1;
}
.fade.in {
  opacity: 1;
}
.float-right {
  float: right;
}
#hamburger {
  position: absolute;
  cursor: pointer;
  margin: 10px;
  padding: 10px;
  width: 39.4px;
  height: 39.4px;
  z-index: 100;
}
#hamburger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 19.4px;
  background: #555;
  opacity: 1;
  border-radius: 1px;
}
#hamburger span:nth-child(1) {
  top: 10px;
}
#hamburger span:nth-child(2) {
  top: 18.4px;
}
#hamburger span:nth-child(3) {
  top: 26.4px;
}
.nav-container {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 300px;
  height: 100%;
  z-index: 999;
}
.nav-container ul {
  margin: 0;
  list-style: none;
}
.nav-container.show {
  transform: translate3d(0vw, 0, 0);
}
.icon-comment:focus,
.icon-comment:hover {
  filter: invert(15%) sepia(95%) saturate(2892%) hue-rotate(184deg)
    brightness(96%) contrast(103%);
}
.sidebar-menu-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  min-width: 200px;
  width: 20%;
  height: 100%;
  float: left;
  background: rgba(0, 0, 0, 0.1);
}
.sidebar-menu-container ul {
  margin: 0;
  list-style: none;
}
.sidebar-menu-container .sidebar-menu {
  border-right: 0.25rem solid #555;
  position: fixed;
  left: 0;
  width: 20%;
  background: #fff;
  float: left;
  height: 100vh;
}
.sidebar-menu-container .sidebar-menu a {
  color: #555;
  font-size: 15px;
  display: block;
  text-align: left;
  cursor: pointer;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.sidebar-menu-container .sidebar-menu a.active,
.sidebar-menu-container .sidebar-menu a:active,
.sidebar-menu-container .sidebar-menu a:focus,
.sidebar-menu-container .sidebar-menu a:hover {
  text-decoration: none;
}
.sidebar-menu-container .sidebar-menu .account {
  padding: 15px 15px 15px 15px;
}
.sidebar-menu-container .sidebar-menu .account-container {
  background-color: #e6e6e6;
  height: 6rem;
}
.sidebar-menu-container .sidebar-menu .account-container-loggedin {
  background-color: #e6e6e6;
  height: 11.5rem;
}
.sidebar-menu-container .sidebar-menu .account-container-admin {
  background-color: #e6e6e6;
  height: 14.5rem;
}
.sidebar-menu-container .sidebar-menu .account-container-profile-admin {
  background-color: #e6e6e6;
  height: 19rem;
}
.sidebar-menu-container .sidebar-menu .back {
  cursor: pointer;
  margin-top: 8px;
}
.sidebar-menu-container .sidebar-menu .back a img {
  height: 1.6rem;
}
.sidebar-menu-container .sidebar-menu .brand a {
  width: 4.6rem;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
}
.sidebar-menu-container .sidebar-menu .brand a img {
  height: 2.4rem;
}
.sidebar-menu-container .sidebar-menu .brand-container {
  padding: 15px 15px 15px 15px;
}
.sidebar-menu-container .sidebar-menu .brand-container h2 {
  font-family: Roboto, sans-serif;
  text-transform: none;
  color: inherit;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0;
  margin-top: 0.2em;
}
.sidebar-menu-container .sidebar-menu .brand-container h4 {
  font-family: Roboto, sans-serif;
  text-transform: none;
  color: inherit;
  font-size: 0.7em;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.8em;
  margin-top: 0.2em;
}
.sidebar-menu-container .sidebar-menu button {
  position: sticky;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.25s ease-out;
}
.sidebar-menu-container .sidebar-menu .widget-settings-button-icon-hover,
.sidebar-menu-container
  .sidebar-menu
  .widget-settings-button:not(.widget-settings-intent-disabled):hover
  .widget-settings-button-icon-default,
.sidebar-menu-container
  .sidebar-menu
  .widget-settings-intent-on
  > .widget-settings-button-icon-default {
  display: none;
}
.sidebar-menu-container .sidebar-menu .icon {
  display: inline-block;
  width: 18px;
  height: 24px;
  background-size: cover;
  cursor: pointer;
}
.sidebar-menu-container .sidebar-menu .maps-sprite-settings-map {
  height: 24px;
  width: 24px;
}
.sidebar-menu-container .sidebar-menu .maps-sprite-settings-map-blue {
  height: 24px;
  width: 24px;
}
.sidebar-menu-container .sidebar-menu .maps-sprite-settings-comment {
  height: 24px;
  width: 24px;
}
.sidebar-menu-container .sidebar-menu .maps-sprite-settings-map-red {
  height: 24px;
  width: 24px;
}
.sidebar-menu-container .sidebar-menu .widget-settings-button-icon {
  position: absolute;
}
.sidebar-menu-container
  .sidebar-menu
  .widget-settings-button.widget-settings-intent-on,
.sidebar-menu-container
  .sidebar-menu
  .widget-settings-button.widget-settings-intent-on:hover {
  color: #005984;
}
.sidebar-menu-container .sidebar-menu .widget-settings-button {
  text-align: left;
  cursor: pointer;
  line-height: 24px;
}
.sidebar-menu-container .sidebar-menu .widget-settings-button-label,
.sidebar-menu-container .sidebar-menu .widget-settings-sub-button-label {
  cursor: inherit;
  margin-left: 34px;
  display: block;
}
.sidebar-menu-container .sidebar-menu .widget-help-button-label,
.sidebar-menu-container .sidebar-menu .widget-help-sub-button-label {
  cursor: inherit;
  display: block;
}
.sidebar-menu-container .sidebar-menu .btn {
  width: 60%;
  border: none;
  border-radius: 0;
  height: 2rem;
}
.sidebar-menu-container .sidebar-menu .btn.sign-up {
  background: #005984;
  color: #fff;
  font-weight: 500;
  font-size: 0.9em;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.sidebar-menu-container .sidebar-menu .btn.sign-up:focus,
.sidebar-menu-container .sidebar-menu .btn.sign-up:hover {
  background: rgba(0, 89, 132, 0.8);
  font-weight: 800;
}
.sidebar-menu-container .sidebar-menu .btn.sign-up a {
  color: #fff;
  text-align: center;
}
.sidebar-menu-container .sidebar-menu .controls {
  padding: 15px 15px 15px 15px;
}
.sidebar-menu-container .sidebar-menu .footer-container {
  padding: 15px 15px 15px 15px;
  flex: 0 0 50px;
  margin-top: auto;
}
.sidebar-menu-container .sidebar-menu .footer-container a {
  width: 4.6rem;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
}
.sidebar-menu-container .sidebar-menu .footer-container a img {
  width: 100%;
}
.sidebar-menu-container .sidebar-menu .footer-container p {
  font-size: 10px;
  font-weight: 600;
  margin: -5px 0 10px 0;
  padding-left: 27px;
}
.sidebar-menu-container .sidebar-menu li {
  font-size: 15px;
}
.sidebar-menu-container .sidebar-menu li.active,
.sidebar-menu-container .sidebar-menu li:active,
.sidebar-menu-container .sidebar-menu li:focus,
.sidebar-menu-container .sidebar-menu li:hover {
  text-decoration: none;
}
.sidebar-menu-container .sidebar-menu p {
  font-size: 12px;
  font-weight: 600;
  margin: 10px 0 10px 0;
}
#flyoutMenu {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  border-left: 0.25rem solid #005984;
  box-shadow: 5px 1px 8px #29292b;
  width: 300px;
  height: 100vh;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  transform: translate3d(-100vw, 0, 0);
  transition: transform 0.3s cubic-bezier(0, 0.52, 0, 1);
  overflow: hidden;
  overflow-y: auto;
  z-index: 1000;
}
#flyoutMenu a {
  cursor: pointer;
  color: #555;
  font-size: 15px;
  display: block;
  text-align: left;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
#flyoutMenu a.active,
#flyoutMenu a:active,
#flyoutMenu a:focus,
#flyoutMenu a:hover {
  text-decoration: none;
}
#flyoutMenu .account {
  padding: 15px 15px 15px 15px;
}
#flyoutMenu .account-container {
  background-color: #e6e6e6;
  height: 6rem;
}
#flyoutMenu .account-container-loggedin {
  background-color: #e6e6e6;
  height: 10rem;
}
#flyoutMenu .account-container-admin {
  background-color: #e6e6e6;
  height: 14.5rem;
}
#flyoutMenu .back {
  cursor: pointer;
  margin-top: 8px;
}
#flyoutMenu .back a img {
  height: 1.6rem;
}
#flyoutMenu .brand a {
  width: 4.6rem;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
}
#flyoutMenu .brand a img {
  height: 2.4rem;
}
#flyoutMenu .brand-container {
  padding: 15px 15px 15px 15px;
}
#flyoutMenu .brand-container h2 {
  font-family: Roboto, sans-serif;
  text-transform: none;
  color: inherit;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0;
  margin-top: 0.2em;
}
#flyoutMenu .brand-container h4 {
  font-family: Roboto, sans-serif;
  text-transform: none;
  color: inherit;
  font-size: 0.7em;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.8em;
  margin-top: 0.2em;
}
#flyoutMenu .btn {
  width: 60%;
  border: none;
  border-radius: 0;
  height: 2rem;
}
#flyoutMenu .btn.sign-up {
  background: #005984;
  color: #fff;
  font-weight: 500;
  font-size: 0.9em;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
#flyoutMenu .btn.sign-up:focus,
#flyoutMenu .btn.sign-up:hover {
  background: rgba(0, 89, 132, 0.8);
  font-weight: 800;
}
#flyoutMenu .btn.sign-up a {
  color: #fff;
  text-align: center;
}
#flyoutMenu button {
  position: sticky;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.25s ease-out;
}
#flyoutMenu .controls {
  padding: 15px 15px 15px 15px;
}
#flyoutMenu .footer-container {
  padding: 0 85px 15px 85px;
  flex: 0 0 50px;
  margin-top: auto;
}
#flyoutMenu .footer-container a img {
  width: 100%;
}
#flyoutMenu .footer-container p {
  font-size: 10px;
  font-weight: 600;
  margin: -5px 0 10px 0;
  padding-left: 27px;
}
#flyoutMenu .icon {
  display: inline-block;
  width: 18px;
  height: 24px;
  background-size: cover;
  cursor: pointer;
}
#flyoutMenu .active {
  filter: invert(15%) sepia(95%) saturate(2892%) hue-rotate(184deg)
    brightness(96%) contrast(103%);
}
#flyoutMenu .heatmap-toggle {
  filter: invert(15%) sepia(95%) saturate(2892%) hue-rotate(184deg)
    brightness(96%) contrast(103%);
}
#flyoutMenu .measure-toggle {
  filter: invert(15%) sepia(95%) saturate(2892%) hue-rotate(184deg)
    brightness(96%) contrast(103%);
}
#flyoutMenu li {
  font-size: 15px;
}
#flyoutMenu li.active,
#flyoutMenu li:active,
#flyoutMenu li:focus,
#flyoutMenu li:hover {
  text-decoration: none;
}
#flyoutMenu .maps-sprite-settings-map {
  height: 24px;
  width: 24px;
}
#flyoutMenu .maps-sprite-settings-map-blue {
  height: 24px;
  width: 24px;
}
#flyoutMenu .maps-sprite-settings-comment {
  height: 24px;
  width: 24px;
}
#flyoutMenu .maps-sprite-settings-map-red {
  height: 24px;
  width: 24px;
}
#flyoutMenu p {
  font-size: 12px;
  font-weight: 600;
  margin: 10px 0 10px 0;
}
#flyoutMenu .switch {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 24px;
  float: right;
  margin-left: 5px;
  bottom: 18px;
}
#flyoutMenu .switch input {
  display: none;
}
#flyoutMenu .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 8px;
  background-color: #cececf;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  height: 14px;
}
#flyoutMenu .slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: -1px;
  top: -2px;
  border-radius: 50%;
  background-color: #555;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#flyoutMenu input:checked + .slider {
  background-color: #00cb13;
}
#flyoutMenu input:focus + .slider {
  box-shadow: 0 0 1px #00cb13;
}
#flyoutMenu input:checked + .slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}
#flyoutMenu .widget-help-button-label,
#flyoutMenu .widget-help-sub-button-label {
  cursor: inherit;
  display: block;
}
#flyoutMenu .widget-settings-button {
  text-align: left;
  cursor: pointer;
  line-height: 24px;
}
#flyoutMenu .widget-settings-button-icon {
  position: absolute;
}
#flyoutMenu .widget-settings-button-label,
#flyoutMenu .widget-settings-sub-button-label {
  cursor: inherit;
  margin-left: 34px;
  display: block;
}
#flyoutMenu .widget-settings-button.widget-settings-intent-on,
#flyoutMenu .widget-settings-button.widget-settings-intent-on:hover {
  color: #005984;
}
#flyoutMenu .widget-settings-button-icon-hover,
#flyoutMenu
  .widget-settings-button:not(.widget-settings-intent-disabled):hover
  .widget-settings-button-icon-default,
#flyoutMenu .widget-settings-intent-on > .widget-settings-button-icon-default {
  display: none;
}
#flyoutMenu.show {
  transform: translate3d(0vw, 0, 0);
}
#flyoutMenu4 {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  border-left: 0.25rem solid #005984;
  box-shadow: 2px 0 3px #3c3a3aad;
  width: 300px;
  height: 100vh;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  transform: translate3d(-100vw, 0, 0);
  transition: transform 0.3s cubic-bezier(0, 0.52, 0, 1);
  overflow: hidden;
  overflow-y: auto;
  z-index: 1000;
}
#flyoutMenu4 a {
  color: #555;
  font-size: 15px;
  display: block;
  text-align: left;
  cursor: pointer;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
#flyoutMenu4 a.active,
#flyoutMenu4 a:active,
#flyoutMenu4 a:focus,
#flyoutMenu4 a:hover {
  text-decoration: none;
}
#flyoutMenu4 .account {
  padding: 15px 15px 15px 15px;
}
#flyoutMenu4 .account-container {
  background-color: #e6e6e6;
  height: 6rem;
}
#flyoutMenu4 .account-container-loggedin {
  background-color: #e6e6e6;
  height: 11.5rem;
}
#flyoutMenu4 .account-container-admin {
  background-color: #e6e6e6;
  height: 14.5rem;
}
#flyoutMenu4 .account-container-profile-admin {
  background-color: #e6e6e6;
  height: 19rem;
}
#flyoutMenu4 .back {
  cursor: pointer;
  margin-top: 8px;
}
#flyoutMenu4 .back a img {
  height: 1.6rem;
}
#flyoutMenu4 .brand a {
  width: 4.6rem;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
}
#flyoutMenu4 .brand a img {
  height: 2.4rem;
}
#flyoutMenu4 .brand-container {
  padding: 15px 15px 15px 15px;
}
#flyoutMenu4 .brand-container h2 {
  font-family: Roboto, sans-serif;
  text-transform: none;
  color: inherit;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0;
  margin-top: 0.2em;
}
#flyoutMenu4 .brand-container h4 {
  font-family: Roboto, sans-serif;
  text-transform: none;
  color: inherit;
  font-size: 0.7em;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.8em;
  margin-top: 0.2em;
}
#flyoutMenu4 button {
  position: sticky;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.25s ease-out;
}
#flyoutMenu4 .widget-settings-button-icon-hover,
#flyoutMenu4
  .widget-settings-button:not(.widget-settings-intent-disabled):hover
  .widget-settings-button-icon-default,
#flyoutMenu4 .widget-settings-intent-on > .widget-settings-button-icon-default {
  display: none;
}
#flyoutMenu4 .icon {
  display: inline-block;
  width: 18px;
  height: 24px;
  background-size: cover;
  cursor: pointer;
}
#flyoutMenu4 .active {
  filter: invert(15%) sepia(95%) saturate(2892%) hue-rotate(184deg)
    brightness(96%) contrast(103%);
}
#flyoutMenu4 .maps-sprite-settings-map {
  height: 24px;
  width: 24px;
}
#flyoutMenu4 .maps-sprite-settings-map-blue {
  height: 24px;
  width: 24px;
}
#flyoutMenu4 .maps-sprite-settings-comment {
  height: 24px;
  width: 24px;
}
#flyoutMenu4 .maps-sprite-settings-map-red {
  height: 24px;
  width: 24px;
}
#flyoutMenu4 ul {
  margin: 0;
  list-style: none;
}
#flyoutMenu4 .widget-settings-button-icon {
  position: absolute;
}
#flyoutMenu4 .widget-settings-button.widget-settings-intent-on,
#flyoutMenu4 .widget-settings-button.widget-settings-intent-on:hover {
  color: #005984;
}
#flyoutMenu4 .widget-settings-button {
  text-align: left;
  cursor: pointer;
  line-height: 24px;
}
#flyoutMenu4 .widget-settings-button-label,
#flyoutMenu4 .widget-settings-sub-button-label {
  cursor: inherit;
  margin-left: 34px;
  display: block;
}
#flyoutMenu4 .widget-help-button-label,
#flyoutMenu4 .widget-help-sub-button-label {
  cursor: inherit;
  display: block;
}
#flyoutMenu4 .btn {
  width: 60%;
  border: none;
  border-radius: 0;
  height: 2rem;
}
#flyoutMenu4 .btn.sign-up {
  background: #005984;
  color: #fff;
  font-weight: 500;
  font-size: 0.9em;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
#flyoutMenu4 .btn.sign-up:focus,
#flyoutMenu4 .btn.sign-up:hover {
  background: rgba(0, 89, 132, 0.8);
  font-weight: 800;
}
#flyoutMenu4 .btn.sign-up a {
  color: #fff;
  text-align: center;
}
#flyoutMenu4 .controls {
  padding: 15px 15px 15px 15px;
}
#flyoutMenu4 .footer-container {
  padding: 0 85px 15px 85px;
  flex: 0 0 50px;
  margin-top: auto;
}
#flyoutMenu4 .footer-container a img {
  width: 100%;
}
#flyoutMenu4 .footer-container p {
  font-size: 10px;
  font-weight: 600;
  margin: -5px 0 10px 0;
  padding-left: 27px;
}
#flyoutMenu4 li {
  font-size: 15px;
}
#flyoutMenu4 li.active,
#flyoutMenu4 li:active,
#flyoutMenu4 li:focus,
#flyoutMenu4 li:hover {
  text-decoration: none;
}
#flyoutMenu4 p {
  font-size: 12px;
  font-weight: 600;
  margin: 10px 0 10px 0;
}
#flyoutMenu4.show {
  transform: translate3d(0vw, 0, 0);
}
#flyoutMenu3 {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  border-left: 0.25rem solid #005984;
  box-shadow: 2px 0 3px #3c3a3aad;
  width: 300px;
  height: 100vh;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  transform: translate3d(-100vw, 0, 0);
  transition: transform 0.3s cubic-bezier(0, 0.52, 0, 1);
  overflow: hidden;
  overflow-y: auto;
  z-index: 1000;
}
#flyoutMenu3 a {
  cursor: pointer;
  color: #555;
  font-size: 15px;
  display: block;
  text-align: left;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
#flyoutMenu3 a.active,
#flyoutMenu3 a:active,
#flyoutMenu3 a:focus,
#flyoutMenu3 a:hover {
  text-decoration: none;
}
#flyoutMenu3 .account {
  padding: 15px 15px 15px 15px;
}
#flyoutMenu3 .account-container {
  background-color: #e6e6e6;
  height: 6rem;
}
#flyoutMenu3 .account-container-loggedin {
  background-color: #e6e6e6;
  height: 10rem;
}
#flyoutMenu3 .account-container-admin {
  background-color: #e6e6e6;
  height: 14.5rem;
}
#flyoutMenu3 .back {
  cursor: pointer;
  margin-top: 8px;
}
#flyoutMenu3 .back a img {
  height: 1.6rem;
}
#flyoutMenu3 .brand a {
  width: 4.6rem;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
}
#flyoutMenu3 .brand a img {
  height: 2.4rem;
}
#flyoutMenu3 .brand-container {
  padding: 15px 15px 15px 15px;
}
#flyoutMenu3 .brand-container h2 {
  font-family: Roboto, sans-serif;
  text-transform: none;
  color: inherit;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0;
  margin-top: 0.2em;
}
#flyoutMenu3 .brand-container h4 {
  font-family: Roboto, sans-serif;
  text-transform: none;
  color: inherit;
  font-size: 0.7em;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.8em;
  margin-top: 0.2em;
}
#flyoutMenu3 .btn {
  width: 60%;
  border: none;
  border-radius: 0;
  height: 2rem;
}
#flyoutMenu3 .btn.sign-up {
  background: #005984;
  color: #fff;
  font-weight: 500;
  font-size: 0.9em;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
#flyoutMenu3 .btn.sign-up:focus,
#flyoutMenu3 .btn.sign-up:hover {
  background: rgba(0, 89, 132, 0.8);
  font-weight: 800;
}
#flyoutMenu3 .btn.sign-up a {
  color: #fff;
  text-align: center;
}
#flyoutMenu3 button {
  position: sticky;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.25s ease-out;
}
#flyoutMenu3 .controls {
  padding: 15px 15px 15px 15px;
}
#flyoutMenu3 .footer-container {
  padding: 0 85px 15px 85px;
  flex: 0 0 50px;
  margin-top: auto;
}
#flyoutMenu3 .footer-container a img {
  width: 100%;
}
#flyoutMenu3 .footer-container p {
  font-size: 10px;
  font-weight: 600;
  margin: -5px 0 10px 0;
  padding-left: 27px;
}
#flyoutMenu3 .icon {
  display: inline-block;
  width: 18px;
  height: 24px;
  background-size: cover;
  cursor: pointer;
}
#flyoutMenu3 .active {
  filter: invert(15%) sepia(95%) saturate(2892%) hue-rotate(184deg)
    brightness(96%) contrast(103%);
}
#flyoutMenu3 .heatmap-toggle {
  filter: invert(15%) sepia(95%) saturate(2892%) hue-rotate(184deg)
    brightness(96%) contrast(103%);
}
#flyoutMenu3 .measure-toggle {
  filter: invert(15%) sepia(95%) saturate(2892%) hue-rotate(184deg)
    brightness(96%) contrast(103%);
}
#flyoutMenu3 li {
  font-size: 15px;
}
#flyoutMenu3 li.active,
#flyoutMenu3 li:active,
#flyoutMenu3 li:focus,
#flyoutMenu3 li:hover {
  text-decoration: none;
}
#flyoutMenu3 .maps-sprite-settings-map {
  height: 24px;
  width: 24px;
}
#flyoutMenu3 .maps-sprite-settings-map-blue {
  height: 24px;
  width: 24px;
}
#flyoutMenu3 .maps-sprite-settings-comment {
  height: 24px;
  width: 24px;
}
#flyoutMenu3 .maps-sprite-settings-map-red {
  height: 24px;
  width: 24px;
}
#flyoutMenu3 p {
  font-size: 12px;
  font-weight: 600;
  margin: 10px 0 10px 0;
}
#flyoutMenu3 .switch {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 24px;
  float: right;
  margin-left: 5px;
  bottom: 18px;
}
#flyoutMenu3 .switch input {
  display: none;
}
#flyoutMenu3 .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 8px;
  background-color: #cececf;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  height: 14px;
}
#flyoutMenu3 .slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: -1px;
  top: -2px;
  border-radius: 50%;
  background-color: #555;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#flyoutMenu3 input:checked + .slider {
  background-color: #00cb13;
}
#flyoutMenu3 input:focus + .slider {
  box-shadow: 0 0 1px #00cb13;
}
#flyoutMenu3 input:checked + .slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}
#flyoutMenu3 .widget-help-button-label,
#flyoutMenu3 .widget-help-sub-button-label {
  cursor: inherit;
  display: block;
}
#flyoutMenu3 .widget-settings-button {
  text-align: left;
  cursor: pointer;
  line-height: 24px;
}
#flyoutMenu3 .widget-settings-button-icon {
  position: absolute;
}
#flyoutMenu3 .widget-settings-button-label,
#flyoutMenu3 .widget-settings-sub-button-label {
  cursor: inherit;
  margin-left: 34px;
  display: block;
}
#flyoutMenu3 .widget-settings-button.widget-settings-intent-on,
#flyoutMenu3 .widget-settings-button.widget-settings-intent-on:hover {
  color: #005984;
}
#flyoutMenu3 .widget-settings-button-icon-hover,
#flyoutMenu3
  .widget-settings-button:not(.widget-settings-intent-disabled):hover
  .widget-settings-button-icon-default,
#flyoutMenu3 .widget-settings-intent-on > .widget-settings-button-icon-default {
  display: none;
}
#flyoutMenu3.show {
  transform: translate3d(0vw, 0, 0);
}
#consent-popup {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  background: #555;
  z-index: 999;
  color: #fff;
  flex-wrap: wrap;
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
}
#consent-popup.hidden {
  display: none;
  opacity: 0;
}
#consent-popup .agree-button {
  margin: 15px;
}
#consent-popup .cookie-text {
  flex: 1 0 300px;
  margin: 15px;
}
#consent-popup .cookie-text a {
  color: #fff;
  text-decoration: underline;
}
#consent-popup .cookie-text p {
  margin: 10px;
}
#consent-popup button {
  background: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #29292b;
  cursor: pointer;
  flex: 0 0 auto;
  padding: 5px 10px;
  margin: 15px;
  font-size: 16px;
  position: relative;
  float: right;
}
#copyright {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  background: #4d4d4d;
  z-index: 999;
  color: #fff;
  flex-wrap: wrap;
  font-family: Roboto, Arial, sans-serif;
}
#copyright .copyright-text {
  flex: 1 0 725px;
  padding-top: 0;
}
#copyright .copyright-text a {
  color: #ddd;
  text-decoration: underline;
}
#copyright .copyright-text p {
  margin: 0;
  font-size: 13px;
  padding-left: 10px;
}
.alert-popup {
  padding: 1.5em 2em 1.5em 2em;
  overflow-y: auto;
}
.alert-popup .close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #555;
  text-shadow: 0 1px 0 #fff;
  opacity: 1;
  background: 0 0;
  border: none;
  cursor: pointer;
}
.alert-popup-info {
  color: #555;
  background-color: #fff;
}
#home-container #hamburger-container {
  position: absolute;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 2px;
  width: 39.4px;
  height: 39.4px;
  margin: 0.5rem 0.5rem 0.5rem 19.4em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 4px -1px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 4px -1px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 1px 4px -1px;
  transition: all 0.3s ease-in-out;
}
#home-container #legend {
  color: #fff;
  width: 16rem;
  padding: 0;
  margin: 1.5em 1.5em 1.5em 24em;
  left: 0.1rem;
  right: auto;
  bottom: 1rem;
  background: #fff;
  position: absolute;
  font-size: 0.8em;
  font-weight: 600;
  border-radius: 0.15rem;
  color: #575757;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 4px -1px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 4px -1px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 1px 4px -1px;
  transition: all 0.3s ease-in-out;
}
#home-container #legend ul {
  margin: 0;
  list-style: none;
}
#home-container #legend ul li {
  display: table;
  vertical-align: middle;
  width: 100%;
}
#home-container #legend ul li:first-child {
  margin-top: 0;
}
#home-container #legend ul li > span {
  display: table-cell;
  width: 1.35rem;
  padding-right: 0.5rem;
}
#home-container #legend ul li > span.circle {
  display: block;
  width: 1.35rem;
  height: 1.05rem;
  float: left;
  padding: 0;
  margin-right: 0.5rem;
}
#home-container #legend ul li > span > span {
  display: block;
}
#home-container #legend ul li > span > span.grey-line {
  width: 1.35rem;
  height: 0.3rem;
  background: #9a9a9a;
  float: left;
}
#home-container #legend ul li > span > span.black-line {
  width: 1.35rem;
  height: 0.3rem;
  background: #000;
  float: left;
}
#home-container #legend ul li > span > span.county-line-legend {
  width: 1.35rem;
  height: 0.3rem;
  background: #9e9e9e;
  float: left;
  height: 0.2rem;
  background: repeating-linear-gradient(
    to right,
    #9e9e9e 0,
    #9e9e9e 5px,
    transparent 5px,
    transparent 7px
  );
}
#home-container #legend ul li > span > span.red-line {
  width: 1.35rem;
  height: 0.3rem;
  background: red;
  float: left;
}
#home-container #legend ul li > span > span.red-line-legend {
  width: 1.35rem;
  height: 0.3rem;
  background: red;
  float: left;
  height: 0.2rem;
}
#home-container #legend ul li > span > span.blue-line {
  width: 1.35rem;
  height: 0.3rem;
  background: #26bbd6;
  float: left;
}
#home-container #legend ul li > span > span.yellow-line {
  width: 1.35rem;
  height: 0.3rem;
  background: #fcb813;
  float: left;
  height: 0.3rem;
}
#home-container #legend ul li > span > span.orange-line {
  width: 1.35rem;
  height: 0.3rem;
  background: #e68525;
  float: left;
}
#home-container #legend ul li > span > span.sub-circle {
  margin: auto;
  float: none;
  width: 1.3rem;
  height: 0.7rem;
}
#home-container #legend ul li > span > span.sub-circle img {
  margin: auto;
  width: 24px;
}
#home-container #legend ul li > span > span.node-square {
  float: none;
  width: 1.31rem;
  height: 0.65rem;
}
#home-container #legend ul li > span > span.red-circle {
  margin: 0 auto;
  float: none;
  width: 1.05rem;
  height: 1.05rem;
  background: #fff;
  border: solid 4px #005984;
  border-radius: 50%;
}
#home-container #legend .checkbox-container {
  display: block;
  position: relative;
  cursor: pointer;
  margin-left: 10px;
  padding-right: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#home-container #legend .checkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
  border-radius: 4rem;
}
#home-container #legend .checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
#home-container #legend .checkbox-container input:checked ~ .checkmark {
  border-radius: 4rem;
}
#home-container #legend .checkbox-container input:checked ~ .checkmark:after {
  display: block;
}
#home-container #legend .checkbox-container .checkmark {
  border-radius: 4rem;
  position: absolute;
  top: 0;
  right: 0;
  height: 18px;
  width: 18px;
  background-color: #575757;
}
#home-container #legend .checkbox-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 1px;
  width: 8px;
  height: 13px;
  border: solid #fff;
  border-width: 0 4px 4px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#home-container #login {
  color: #fff;
  width: 6rem;
  padding: 0;
  margin: 1.5em 1.5em 1.5em 0.75em;
  left: auto;
  right: 0.5rem;
  bottom: auto;
  background: #fff;
  position: absolute;
  font-size: 0.8em;
  font-weight: 600;
  border-radius: 0.15rem;
  color: #575757;
  box-shadow: inset 0 0 120px 10px transparent, 1px 1px 6px rgba(0, 0, 0, 0.8);
  transition: all 0.3s ease-in-out;
}
#home-container #comment {
  color: #fff;
  width: 56px;
  height: 56px;
  padding: 0;
  margin: 0.75em 0.75em 0.75em 0.75em;
  left: auto;
  right: 0.1rem;
  bottom: 1rem;
  position: absolute;
  transition: all 0.3s ease-in-out;
}
#home-container #comment button {
  cursor: pointer;
  position: absolute;
  background: #005984;
  background-size: 32px;
  background-position: top 14px right 12px;
  background-repeat: no-repeat;
  background-image: url(images/icons/icon-comment-white.svg);
  max-width: 56px;
  min-width: 56px;
  height: 56px;
  padding: 0 0.55rem 0 0.65rem;
  text-overflow: ellipsis;
  font-size: 1.2em;
  border: none;
  border-radius: 50%;
  color: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 4px -1px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 4px -1px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
#home-container #comment button:hover {
  background: #575757;
  background-size: 32px;
  background-position: top 14px right 12px;
  background-repeat: no-repeat;
  background-image: url(images/icons/icon-comment-white.svg);
}
#home-container #comment button:focus {
  border: none;
  border-radius: 50%;
  outline: 0;
}
#home-container #comments-popup.hidden {
  display: none;
  opacity: 0;
}
#home-container .latest-tooltip-comment {
  max-width: 240px;
  height: 95px;
  padding: 0.65rem;
  margin: 0.75em 0.75em 0.75em 0.75em;
  left: auto;
  right: 0.1rem;
  bottom: 5rem;
  position: absolute;
  transition: all 0.3s ease-in-out;
  background: #005984;
  background-size: 32px;
  background-position: top 14px right 12px;
  text-overflow: ellipsis;
  font-size: 1.2em;
  border: none;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 4px -1px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 4px -1px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
#home-container .latest-tooltip-comment p {
  font-size: 14px;
  color: #fff;
}
#home-container .latest-tooltip-comment p a {
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}
#home-container .latest-tooltip-comment .columns {
  margin-left: 0;
  height: 95px;
}
#home-container .latest-tooltip-comment img {
  height: 25%;
  transform: rotate(90deg);
  margin-top: 50px;
  margin-left: -15px;
}
#home-container #menu-popup.hidden {
  display: none;
  opacity: 0;
}
#home-container .latest-tooltip-menu {
  max-width: 240px;
  height: 95px;
  padding: 0.65rem;
  margin: 0.75em 0.75em 0.75em 0.75em;
  left: 0.1rem;
  right: auto;
  top: 3rem;
  position: absolute;
  transition: all 0.3s ease-in-out;
  background: #005984;
  background-size: 32px;
  background-position: top 14px right 12px;
  text-overflow: ellipsis;
  font-size: 1.2em;
  border: none;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 4px -1px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 4px -1px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
#home-container .latest-tooltip-menu .columns {
  height: 95px;
}
#home-container .latest-tooltip-menu p {
  font-size: 14px;
  color: #fff;
}
#home-container .latest-tooltip-menu p a {
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}
#home-container .latest-tooltip-menu img {
  height: 25%;
  transform: rotate(-90deg);
}
#home-container #comment-guest {
  color: #fff;
  width: 127px;
  height: 56px;
  padding: 0;
  margin: 0.75em 0.75em 0.75em 0.75em;
  left: auto;
  right: 0.1rem;
  bottom: 1rem;
  position: absolute;
  transition: all 0.3s ease-in-out;
}
#home-container #comment-guest button {
  cursor: pointer;
  position: absolute;
  background: #005984;
  background-size: 32px;
  background-position: top 14px right 12px;
  background-repeat: no-repeat;
  background-image: url(images/icons/icon-comment-white.svg);
  max-width: 56px;
  min-width: 56px;
  height: 56px;
  padding: 0 0.55rem 0 0.65rem;
  text-overflow: ellipsis;
  font-size: 1.2em;
  border: none;
  border-radius: 50%;
  color: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 4px -1px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 4px -1px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
#home-container #comment-guest button:hover {
  background: #575757;
  background-size: 32px;
  background-position: top 14px right 12px;
  background-repeat: no-repeat;
  background-image: url(images/icons/icon-comment-white.svg);
}
#home-container #comment-guest button:focus {
  border: none;
  border-radius: 50%;
  outline: 0;
}
#home-container #download {
  color: #fff;
  width: 56px;
  height: 56px;
  padding: 0;
  margin: 0.75em 0 0.75em 0.75em;
  left: auto;
  right: 4.4rem;
  bottom: 1rem;
  position: absolute;
  transition: all 0.3s ease-in-out;
}
#home-container #download button {
  cursor: pointer;
  position: absolute;
  background: #005984;
  background-size: 32px;
  background-position: top 14px right 12px;
  background-repeat: no-repeat;
  background-image: url(images/icons/icon-download-white.svg);
  max-width: 56px;
  min-width: 56px;
  height: 56px;
  padding: 0 0.55rem 0 0.65rem;
  text-overflow: ellipsis;
  font-size: 1.2em;
  border: none;
  border-radius: 50%;
  color: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 4px -1px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 4px -1px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
#home-container #download button:hover {
  background: #575757;
  background-size: 32px;
  background-position: top 14px right 12px;
  background-repeat: no-repeat;
  background-image: url(images/icons/icon-download-white.svg);
}
#home-container #download button:focus {
  border: none;
  border-radius: 50%;
  outline: 0;
}
#home-container .col-12 {
  background: #ddd;
  display: flex;
  flex-wrap: wrap;
  position: fixed;
  height: calc(100% - 19px);
}
#home-container .col-12 > div:first-child {
  width: 100%;
}
.checkbox-container {
  display: block;
  position: relative;
  cursor: pointer;
  margin-left: 34px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
  border-radius: 4rem;
}
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox-container input:checked ~ .checkmark {
  border-radius: 4rem;
}
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}
.checkbox-container .checkmark {
  border-radius: 4rem;
  position: absolute;
  top: 0;
  right: 0;
  height: 18px;
  width: 18px;
  background-color: #575757;
}
.checkbox-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 1px;
  width: 8px;
  height: 13px;
  border: solid #fff;
  border-width: 0 4px 4px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#heatMapBtn {
  left: 0;
  margin-top: 4px;
  background: #5d5d5d;
  z-index: 9999;
  width: 100px;
  height: 50px;
  top: 53px;
  display: block;
  position: absolute;
  cursor: pointer;
  text-align: left;
  font-size: 12px;
  color: #e8e8e8;
  padding: 11px 5px 0 32px;
  line-height: 14px;
}
#heatMapBtn span {
  background: #636363;
  left: 7px;
  top: 17px;
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  cursor: pointer;
  border-radius: 15px;
  border: 2px solid rgba(0, 0, 0, 0.49);
}
#download-btn {
  left: 0;
  margin-top: 4px;
  background: #5d5d5d;
  z-index: 9999;
  width: 100px;
  height: 50px;
  top: 159px;
  display: block;
  position: absolute;
  cursor: pointer;
  text-align: left;
  font-size: 12px;
  color: #e8e8e8;
  padding: 11px 5px 0 32px;
  line-height: 14px;
}
#dom-output {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 7.75rem;
  margin: 0 auto;
  left: 0;
  right: 0;
  padding: 0 1.25rem;
  font-family: Roboto, sans-serif;
  transition: opacity 0.5s, visibility 0.5s;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
}
#dom-output img {
  margin: 0 auto 0 auto;
  max-width: 10rem;
  opacity: 0;
  transition: opacity 1s, visibility 1s;
  -webkit-transition: opacity 1s, visibility 1s;
}
#dom-output p {
  font-size: 1.5em;
  text-align: center;
  opacity: 0;
  transition: opacity 1s, visibility 1s;
  -webkit-transition: opacity 1s, visibility 1s;
}
.g-recaptcha {
  padding-bottom: 20px;
}
#tooltip-comment {
  display: active;
  width: 26px;
  height: 26px;
  padding: 0;
  margin: 0;
  left: auto;
  right: 2.8rem;
  bottom: 4.4rem;
  position: absolute;
  transition: all 0.3s ease-in-out;
}
#tooltip-comment button {
  cursor: pointer;
  position: absolute;
  width: 26px;
  height: 26px;
  padding: 0;
  text-overflow: ellipsis;
  font-size: 1.2em;
  border: none;
  border-radius: 50%;
  background: 0 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#tooltip-comment button .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}
#tooltip-comment button .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
#tooltip-comment button:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
#tooltip-download {
  display: active;
  width: 26px;
  height: 26px;
  padding: 0;
  margin: 0;
  left: auto;
  right: 6.5rem;
  bottom: 4.4rem;
  position: absolute;
  transition: all 0.3s ease-in-out;
}
#tooltip-download button {
  cursor: pointer;
  position: absolute;
  width: 26px;
  height: 26px;
  padding: 0;
  text-overflow: ellipsis;
  font-size: 1.2em;
  border: none;
  border-radius: 50%;
  background: 0 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#tooltip-download button .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}
#tooltip-download button .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
#tooltip-download button:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.map-container {
  position: relative;
}
.map-container #map {
  position: fixed;
  width: 100%;
  height: 100%;
}
.map-container .search-bar {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  border: none;
  height: 2rem;
  width: 12.5rem;
  cursor: pointer;
  padding: 0 0.55rem 0 0.65rem;
  box-shadow: none;
}
.map-container .search-button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  border: none;
  height: 2rem;
  width: 2.3rem;
  cursor: pointer;
  box-shadow: none;
}
.map-container #address-search {
  position: absolute;
  width: 15rem;
  height: 2rem;
  padding: 0 0.55rem 0 0.65rem;
  margin: 0.5rem;
  text-overflow: ellipsis;
  font-size: 1.2em;
  border: none;
  border-radius: 0.1rem;
  color: #000;
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 4px -1px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 4px -1px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 1px 4px -1px;
}
.map-container .btn {
  position: absolute;
  left: 25px;
  bottom: 25px;
  font-family: Roboto, sans-serif;
  font-size: 1.1rem;
  text-transform: uppercase;
}
.disclaimer-container {
  width: 100%;
  height: auto;
  bottom: 0;
  border-bottom: 0.25rem solid #005984;
  background-color: #fff;
  position: fixed;
  text-align: center;
  font-size: 0.8em;
  font-weight: 600;
  color: #575757;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 4px -1px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 4px -1px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 1px 4px -1px;
  transition: all 0.3s ease-in-out;
}
.disclaimer-container .disclaimer-section {
  margin: 10px;
  text-align: center;
  font-size: 0.8em;
  font-weight: 600;
  color: #575757;
}
.print-map .print-header-container {
  position: absolute;
  z-index: 1000;
  border-left: 0.25rem solid #005984;
  box-shadow: 0 0.2rem 0.5rem rgba(48, 55, 66, 0.3);
  background-color: #fff;
  border-radius: 0.1rem;
  margin: 5px;
  width: 730px;
  padding: 15px 15px 5px 25px;
}
.print-map .print-brand img {
  height: 1.8rem;
}
.print-map .print-brand h2 {
  font-size: 1.5em;
  font-weight: 300;
  color: #005984;
  line-height: 1.2;
  margin-bottom: 0;
  margin-top: 0.1em;
}
.print-map .print-brand h4 {
  font-size: 0.8em;
}
.print-map .print-geo-brand {
  padding: 0 0 0 100px;
}
.print-map .print-geo-brand img {
  height: 4.5rem;
}
.print-map .print-geo-brand p {
  font-size: 10px;
  font-weight: 600;
  margin: -6px 0 10px 0;
  padding-left: 29px;
}
.print-map .gm-fullscreen-control {
  display: none;
}
.print-map #hamburger-container {
  display: none;
}
.print-map .map-container #address-search {
  display: none;
}
.print-map #home-container #comment {
  display: none;
}
.print-map #home-container #comment-guest {
  display: none;
}
.print-map #home-container #download {
  display: none;
}
.print-map #home-container .no-print {
  display: none;
}
.print-map #home-container #tooltip-comment {
  display: none;
}
.print-map #home-container #tooltip-download {
  display: none;
}
.add-user {
  margin: 20px;
}
.add-user a {
  cursor: pointer;
  text-decoration: none;
}
.add-user .btn {
  border: none;
  border-radius: 0;
  height: 2.3rem;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  background-image: none;
  white-space: nowrap;
  user-select: none;
}
.add-user .btn.btn-update {
  background: #005984;
  color: #fff;
  font-weight: 500;
  font-size: 0.9em;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.add-user .btn.btn-update:focus,
.add-user .btn.btn-update:hover {
  background: rgba(0, 89, 132, 0.8);
  font-weight: 800;
}
.add-user .btn.btn-update a {
  color: #fff;
  font-weight: 500;
}
.add-user button {
  position: sticky;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.25s ease-out;
}
.add-user button,
.add-user input,
.add-user select,
.add-user textarea {
  font-family: inherit;
}
.add-user .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  margin-bottom: 8px;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.add-user-level {
  margin: 20px;
}
.add-user-level a {
  cursor: pointer;
  text-decoration: none;
}
.add-user-level .btn {
  border: none;
  border-radius: 0;
  height: 2.3rem;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  background-image: none;
  white-space: nowrap;
  user-select: none;
}
.add-user-level .btn.btn-add {
  background: #005984;
  color: #fff;
  font-weight: 500;
  font-size: 0.9em;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.add-user-level .btn.btn-add:focus,
.add-user-level .btn.btn-add:hover {
  background: rgba(0, 89, 132, 0.8);
  font-weight: 800;
}
.add-user-level .btn.btn-add a {
  color: #fff;
  font-weight: 500;
}
.add-user-level button {
  position: sticky;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.25s ease-out;
}
.add-user-level button,
.add-user-level input,
.add-user-level select,
.add-user-level textarea {
  font-family: inherit;
}
.add-user-level .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  margin-bottom: 8px;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.add-user-level pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.alert {
  padding: 15px;
  margin: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert .close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: 1;
  background: 0 0;
  border: none;
  cursor: pointer;
}
.alert-info {
  color: #fff;
  background-color: #005984;
}
.alert-success {
  color: #fff;
  background-color: #077faa;
}
.announcements {
  margin: 20px;
}
.announcements a {
  cursor: pointer;
  text-decoration: none;
}
.announcements .btn {
  border: none;
  border-radius: 0;
  height: 2.3rem;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  background-image: none;
  white-space: nowrap;
  user-select: none;
}
.announcements .btn.add-new {
  background: #005984;
  color: #fff;
  font-weight: 500;
  font-size: 0.9em;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.announcements .btn.add-new:focus,
.announcements .btn.add-new:hover {
  background: rgba(0, 89, 132, 0.8);
  font-weight: 800;
}
.announcements .btn.add-new a {
  color: #fff;
  font-weight: 500;
}
.announcements .btn.btn-default {
  color: #555;
  background-color: #fff;
  border-color: #ccc;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.announcements .btn.btn-default:focus,
.announcements .btn.btn-default:hover {
  background: rgba(85, 85, 85, 0.8);
  font-weight: 800;
  color: #fff;
}
.announcements .btn.btn-default a {
  color: #fff;
  font-weight: 500;
}
.announcements .btn.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.announcements button {
  position: sticky;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.25s ease-out;
}
.announcements button,
.announcements input,
.announcements select,
.announcements textarea {
  font-family: inherit;
}
.announcements .hide {
  display: none !important;
}
.announcements #edit .icon {
  cursor: pointer;
  background-size: 18px;
  background-repeat: no-repeat;
  background-image: url(images/icons/icon-edit-gray.svg);
  width: 18px;
}
.announcements #edit .icon:hover {
  cursor: pointer;
  background-color: #fff;
  background-size: 18px;
  background-repeat: no-repeat;
  background-image: url(images/icons/icon-edit-blue.svg);
  width: 18px;
}
.announcements #delete .icon {
  cursor: pointer;
  background-size: 18px;
  background-repeat: no-repeat;
  background-image: url(images/icons/icon-delete-gray.svg);
  width: 18px;
}
.announcements #delete .icon:hover {
  cursor: pointer;
  background-color: #fff;
  background-size: 18px;
  background-repeat: no-repeat;
  background-image: url(images/icons/icon-delete-red.svg);
  width: 18px;
}
.announcements .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #777;
  border-radius: 10px;
}
.badge:not([data-badge])::after,
.badge[data-badge=""]::after {
  height: 0;
  min-width: 0;
  padding: 0;
  width: 0;
}
.badge:not([data-badge])::after,
.badge[data-badge]::after {
  background: 0 0;
  background-clip: none;
  border-radius: 0;
  box-shadow: 0 0;
  color: #fff;
  content: attr(data-badge);
  display: inline-block;
  transform: translate(-0.05rem, -0.5rem);
}
.dashboard .dash-conversations {
  margin-bottom: 20px;
}
.dashboard .dash-counter {
  background: none repeat scroll 0 0 #e6e6e6;
  display: table;
  line-height: 1;
  margin-bottom: 10px;
  padding: 28px;
  width: 100%;
}
.dashboard .dash-counter .dash-label {
  padding-left: 0;
  display: table-cell;
  padding: 18px;
  vertical-align: middle;
  float: left;
  width: auto;
}
.dashboard .dash-counter .dash-label .num {
  color: #3e3f3f;
  display: block;
  font-size: 28px;
  font-weight: 400;
}
.dashboard .dash-title {
  margin-left: 34px;
  display: block;
}
.dashboard .dash-title a {
  color: #555;
  text-decoration: none;
}
.dashboard .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: cover;
  position: absolute;
}
.dashboard .icon a {
  color: #555;
  text-decoration: none;
}
.dashboard .list-unstyled {
  list-style: outside none none;
  padding-left: 0;
}
.dashboard .dash-comment-entry {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}
.dashboard hr {
  border: 0;
  border-top: 1px solid #ddd;
}
.dashboard ul {
  margin: 0rem 0.8rem 0.8rem 0.8rem;
}
.dashboard .dash-footer {
  margin: 0rem 0.8rem 0.8rem 0.8rem;
}
.dashboard .dash-footer a {
  cursor: pointer;
  text-decoration: none;
  font-weight: 700;
}
.dash-counter-block .dash-upper {
  background: none repeat scroll 0 0 #dedede;
  display: table;
  line-height: 1;
  margin-bottom: 10px;
  padding: 28px;
  width: 100%;
}
.dash-counter-block .dash-upper .dash-label {
  padding-left: 0;
  display: table-cell;
  padding: 18px;
  vertical-align: middle;
  float: left;
  width: auto;
}
.dash-counter-block .dash-upper .dash-label .num {
  color: #3e3f3f;
  display: block;
  font-size: 28px;
  font-weight: 400;
}
.edit-profile {
  margin: 20px;
}
.edit-profile a {
  cursor: pointer;
  text-decoration: none;
}
.edit-profile .btn {
  border: none;
  border-radius: 0;
  height: 2.3rem;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  background-image: none;
  white-space: nowrap;
  user-select: none;
}
.edit-profile .btn.btn-update {
  background: #005984;
  color: #fff;
  font-weight: 500;
  font-size: 0.9em;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.edit-profile .btn.btn-update:focus,
.edit-profile .btn.btn-update:hover {
  background: rgba(0, 89, 132, 0.8);
  font-weight: 800;
}
.edit-profile .btn.btn-update a {
  color: #fff;
  font-weight: 500;
}
.edit-profile button {
  position: sticky;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.25s ease-out;
}
.edit-profile button,
.edit-profile input,
.edit-profile select,
.edit-profile textarea {
  font-family: inherit;
}
.edit-profile .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  margin-bottom: 8px;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.general-settings {
  margin: 20px;
}
.general-settings a {
  cursor: pointer;
  text-decoration: none;
}
.general-settings .btn {
  border: none;
  border-radius: 0;
  height: 2.3rem;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  background-image: none;
  white-space: nowrap;
  user-select: none;
}
.general-settings .btn.btn-submit {
  background: #005984;
  color: #fff;
  font-weight: 500;
  font-size: 0.9em;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.general-settings .btn.btn-submit:focus,
.general-settings .btn.btn-submit:hover {
  background: rgba(0, 89, 132, 0.8);
  font-weight: 800;
}
.general-settings .btn.btn-submit a {
  color: #fff;
  font-weight: 500;
}
.general-settings button {
  position: sticky;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.25s ease-out;
}
.general-settings button,
.general-settings input,
.general-settings select,
.general-settings textarea {
  font-family: inherit;
}
.general-settings .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  margin-bottom: 8px;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.main-content {
  position: relative;
  transition: opacity 0.1s ease-in-out 0s;
  vertical-align: top;
}
.manage-announcements {
  margin: 20px;
}
.manage-announcements a {
  cursor: pointer;
  text-decoration: none;
}
.manage-announcements .btn {
  border: none;
  border-radius: 0;
  height: 2.3rem;
  width: 10rem;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  background-image: none;
  white-space: nowrap;
  user-select: none;
}
.manage-announcements .btn.btn-submit {
  background: #005984;
  color: #fff;
  font-weight: 500;
  font-size: 0.9em;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.manage-announcements .btn.btn-submit:focus,
.manage-announcements .btn.btn-submit:hover {
  background: rgba(0, 89, 132, 0.8);
  font-weight: 800;
}
.manage-announcements .btn.btn-submit a {
  color: #fff;
  font-weight: 500;
}
.manage-announcements button {
  position: sticky;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.25s ease-out;
}
.manage-announcements button,
.manage-announcements input,
.manage-announcements select,
.manage-announcements textarea {
  font-family: inherit;
}
.manage-announcements .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  margin-bottom: 8px;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.manage-users {
  margin: 20px;
}
.manage-users a {
  cursor: pointer;
  text-decoration: none;
}
.manage-users .btn {
  border: none;
  border-radius: 0;
  height: 2.3rem;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  background-image: none;
  white-space: nowrap;
  user-select: none;
}
.manage-users .btn.add-new {
  background: #005984;
  color: #fff;
  font-weight: 500;
  font-size: 0.9em;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.manage-users .btn.add-new:focus,
.manage-users .btn.add-new:hover {
  background: rgba(0, 89, 132, 0.8);
  font-weight: 800;
}
.manage-users .btn.add-new a {
  color: #fff;
  font-weight: 500;
}
.manage-users .btn.btn-default {
  color: #555;
  background-color: #fff;
  border-color: #ccc;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.manage-users .btn.btn-default:focus,
.manage-users .btn.btn-default:hover {
  background: rgba(85, 85, 85, 0.8);
  font-weight: 800;
  color: #fff;
}
.manage-users .btn.btn-default a {
  color: #fff;
  font-weight: 500;
}
.manage-users .btn.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.manage-users button {
  position: sticky;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.25s ease-out;
}
.manage-users button,
.manage-users input,
.manage-users select,
.manage-users textarea {
  font-family: inherit;
}
.manage-users .hide {
  display: none !important;
}
.manage-users .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.messages {
  margin: 20px;
}
.messages a {
  cursor: pointer;
  text-decoration: none;
}
.messages .btn.btn-new {
  border: none;
  background-color: #077faa;
  color: #fff;
  width: 81%;
}
.messages .btn.btn-new a {
  color: #fff;
}
.messages .hide {
  display: none !important;
}
.messages .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.page-container {
  border-collapse: collapse;
  border-spacing: 0;
  display: table;
  height: 100%;
  vertical-align: top;
  width: 100%;
  position: relative;
}
.page-title {
  background: #fff;
  margin-bottom: 25px;
  padding: 6.4px 60px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 1, 1, 0.08), inset 0 1px 0 #ededed;
  -moz-box-shadow: 0 1px 0 rgba(0, 1, 1, 0.08), inset 0 1px 0 #ededed;
  box-shadow: 0 1px 0 rgba(0, 1, 1, 0.08), inset 0 1px 0 #ededed;
}
.page-title h2 {
  margin-bottom: 0.2rem;
}
.profile-header {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.profile-header a {
  cursor: pointer;
  text-decoration: none;
}
.profile-header .btn {
  border: none;
  border-radius: 0;
  height: 2.3rem;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  background-image: none;
  white-space: nowrap;
  user-select: none;
}
.profile-header .btn.back-to-map {
  background: #005984;
  color: #fff;
  font-weight: 500;
  font-size: 0.9em;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.profile-header .btn.back-to-map:focus,
.profile-header .btn.back-to-map:hover {
  background: rgba(0, 89, 132, 0.8);
  font-weight: 800;
}
.profile-header .btn.back-to-map a {
  color: #fff;
  font-weight: 500;
}
.profile-header .btn.btn-default {
  color: #555;
  background-color: #fff;
  border-color: #ccc;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.profile-header .btn.btn-default:focus,
.profile-header .btn.btn-default:hover {
  background: rgba(85, 85, 85, 0.8);
  font-weight: 800;
  color: #fff;
}
.profile-header .btn.btn-default a {
  color: #fff;
  font-weight: 500;
}
.profile-header .btn.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.profile-header button {
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.25s ease-out;
  width: 8rem;
}
.profile-header button,
.profile-header input,
.profile-header select,
.profile-header textarea {
  font-family: inherit;
}
.pull-left {
  float: left !important;
}
.pull-right {
  float: right !important;
}
.dataTables_length {
  font-weight: 700;
  margin-bottom: 5px;
}
.dataTables_filter {
  font-weight: 700;
  margin-bottom: 15px;
}
#wc_table .even {
  background-color: rgba(230, 230, 230, 0.3);
}
#wc_table .odd {
  background-color: #fff;
}
#wc_table .even td,
#wc_table .odd td {
  border-bottom: 1px solid #dfdfdf;
  border-top: 1px solid #fff;
  font-size: 13px;
}
#wc_table {
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  margin-top: 20px;
}
#wc_table_previous {
  font-weight: 700;
}
#wc_table_next {
  font-weight: 700;
  margin-left: 10px;
}
#wc_table thead {
  background: #e6e6e6;
}
#wc_table th {
  border-bottom: 0;
  padding: 0.5rem 0.2rem 0.5rem 0.4rem;
}
.modal.active .modal-overlay,
.modal:target .modal-overlay {
  background: rgba(0, 0, 0, 0.85);
  bottom: 0;
  cursor: default;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.modal {
  align-items: center;
  bottom: 0;
  display: none;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0.4rem;
  position: fixed;
  right: 0;
  top: 0;
  z-index: -1;
}
#modal-signup .modal-container {
  max-height: 100%;
  overflow-y: auto;
}
#submitModal .modal-container {
  max-width: 900px;
}
#helpModal .modal-container {
  max-width: 700px;
  max-height: 100%;
  overflow-y: auto;
}
#modal-welcome .modal-container {
  max-width: 700px;
  max-height: 100%;
  overflow-y: auto;
}
#modal-confirmlocation,
#modal-identifylocation,
#modal-setlocation {
  width: fit-content;
  height: 0;
  overflow: visible;
  display: block;
  margin: 0 auto;
}
.modal-container {
  align-items: top;
  border-left: 0.25rem solid #005984;
  padding: 0;
  max-width: 580px;
}
.modal-container h3 {
  margin: 0;
}
.modal-container .modal-header {
  padding: 2em;
}
.modal-container .modal-header .btn {
  color: #000;
  font-size: 1.5em;
  line-height: 1.5rem;
  height: 1.5rem;
  margin-left: auto;
  margin-right: auto;
}
.modal-container .modal-header .modal-title {
  color: #fff;
  font-size: 1.5em;
  font-weight: 700;
}
.modal-container .modal-body {
  padding-top: 1em;
}
.modal-container .modal-body .content li {
  font-size: 2em;
}
.modal-container .modal-body .content hr {
  margin: 2em 0;
}
.modal-container .modal-body .content .modal-date {
  text-align: right;
  margin: 0;
  font-style: italic;
}
.modal-container .modal-body .content .form-label {
  font-weight: 700;
}
.modal-container .modal-welcome-body {
  padding: 1.5em 2em 1.5em 2em;
  overflow-y: auto;
}
.modal-container .modal-welcome-body .below {
  text-align: center;
}
.modal-container .modal-welcome-body .below a:focus,
.modal-container .modal-welcome-body .below a:hover {
  color: rgba(0, 89, 132, 0.8);
}
.modal-container .modal-welcome-body .below p {
  margin: 0 0 5px 0;
}
.modal-container .modal-welcome-body .below .terms {
  margin: 0 0 0.1rem;
  font-size: 0.6em;
}
.modal-container .modal-welcome-body .below .terms a {
  display: inline-block;
  color: #077faa;
  font-weight: 400;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.modal-container .modal-welcome-body .below .terms a:focus,
.modal-container .modal-welcome-body .below .terms a:hover {
  text-decoration: none;
  font-weight: 500;
}
.modal-container .modal-welcome-body .below .terms a.active,
.modal-container .modal-welcome-body .below .terms a:active {
  text-decoration: none;
}
.modal-container .modal-welcome-body .brand img {
  height: 2.4rem;
}
.modal-container .modal-welcome-body .btn {
  width: 49%;
  border: none;
  border-radius: 0;
  height: 2.3rem;
  padding: 0.55rem 0.5rem;
}
.modal-container .modal-welcome-body .btn.sign-up {
  background: #005984;
  color: #fff;
  font-weight: 500;
  font-size: 0.9em;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.modal-container .modal-welcome-body .btn.sign-up:focus,
.modal-container .modal-welcome-body .btn.sign-up:hover {
  background: rgba(0, 89, 132, 0.8);
  font-weight: 800;
}
.modal-container .modal-welcome-body .btn.sign-up a {
  color: #fff;
  font-weight: 500;
}
.modal-container .modal-welcome-body .btn.continue {
  background: #077faa;
  color: #fff;
  margin: 0 auto;
  display: block;
  font-weight: 500;
  font-size: 0.9em;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.modal-container .modal-welcome-body .btn.continue:focus,
.modal-container .modal-welcome-body .btn.continue:hover {
  background: rgba(7, 127, 170, 0.8);
  font-weight: 800;
}
.modal-container .modal-welcome-body .btn.continue a {
  color: #fff;
  font-weight: 500;
}
.modal-container .modal-welcome-body button {
  position: sticky;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.25s ease-out;
}
.modal-container .modal-welcome-body .content p {
  font-size: 0.7rem;
}
.modal-container .modal-welcome-body .content ul {
  margin: 0.8rem;
}
.modal-container .modal-welcome-body .content ul li {
  font-size: 1em;
  background: #005984;
  list-style-type: none;
  text-align: center;
}
.modal-container .modal-welcome-body .content ul li:hover {
  box-shadow: inset 0 0 120px 10px #0098ce;
}
.modal-container .modal-welcome-body .content hr {
  margin: 2em 0;
}
.modal-container .modal-welcome-body .content a {
  display: inline-block;
  color: #005984;
  font-weight: 700;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.modal-container .modal-welcome-body .content a:focus,
.modal-container .modal-welcome-body .content a:hover {
  text-decoration: none;
  font-weight: 800;
}
.modal-container .modal-welcome-body .content a.active,
.modal-container .modal-welcome-body .content a:active {
  text-decoration: none;
}
.modal-container .modal-welcome-body h2 {
  color: #555;
}
.modal-container .modal-welcome-body .footer-container {
  padding: 0 15px 0 15px;
}
.modal-container .modal-welcome-body .footer-container a {
  width: 6rem;
  padding: 0;
  vertical-align: middle;
}
.modal-container .modal-welcome-body .footer-container a img {
  width: 100%;
}
.modal-container .modal-welcome-body .footer-container p {
  font-size: 10px;
  font-weight: 600;
  margin: -5px 0 10px 0;
  padding-left: 48px;
}
.modal-container .modal-signup-body {
  padding: 1.5em 2em 1.5em 2em;
  overflow-y: auto;
}
.modal-container .modal-signup-body .below {
  text-align: center;
}
.modal-container .modal-signup-body .below a:focus,
.modal-container .modal-signup-body .below a:hover {
  color: rgba(0, 89, 132, 0.8);
}
.modal-container .modal-signup-body .below p {
  margin: 0 0 5px 0;
}
.modal-container .modal-signup-body .below .terms {
  margin: 0 0 0.1rem;
  font-size: 0.6em;
}
.modal-container .modal-signup-body .below .terms a {
  display: inline-block;
  color: #077faa;
  font-weight: 400;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.modal-container .modal-signup-body .below .terms a:focus,
.modal-container .modal-signup-body .below .terms a:hover {
  text-decoration: none;
  font-weight: 500;
}
.modal-container .modal-signup-body .below .terms a.active,
.modal-container .modal-signup-body .below .terms a:active {
  text-decoration: none;
}
.modal-container .modal-signup-body .footer-container {
  padding: 0 15px 0 15px;
}
.modal-container .modal-signup-body .footer-container a {
  width: 6rem;
  padding: 0;
  vertical-align: middle;
}
.modal-container .modal-signup-body .footer-container a img {
  width: 100%;
}
.modal-container .modal-signup-body .footer-container p {
  font-size: 10px;
  font-weight: 600;
  margin: -5px 0 10px 0;
  padding-left: 48px;
}
.modal-container .modal-signup-body .btn {
  border: none;
  border-radius: 0;
  height: 2.3rem;
  width: 11rem;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  background-image: none;
  white-space: nowrap;
  user-select: none;
}
.modal-container .modal-signup-body .btn-success {
  background: #005984;
  color: #fff;
  font-weight: 500;
  font-size: 0.9em;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.modal-container .modal-signup-body .btn-success:focus,
.modal-container .modal-signup-body .btn-success:hover {
  background: rgba(0, 89, 132, 0.8);
  font-weight: 800;
}
.modal-container .modal-signup-body .btn-success a {
  color: #fff;
  font-weight: 500;
}
.modal-container .modal-signup-body button {
  position: sticky;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.25s ease-out;
}
.modal-container .modal-signup-body button,
.modal-container .modal-signup-body input,
.modal-container .modal-signup-body select,
.modal-container .modal-signup-body textarea {
  font-family: inherit;
}
.modal-container .modal-signup-body .center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-container .modal-signup-body .content hr {
  margin: 2em 0;
}
.modal-container .modal-signup-body .content a {
  display: inline-block;
  color: #005984;
  font-weight: 700;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.modal-container .modal-signup-body .content a:focus,
.modal-container .modal-signup-body .content a:hover {
  text-decoration: none;
  font-weight: 800;
}
.modal-container .modal-signup-body .content a.active,
.modal-container .modal-signup-body .content a:active {
  text-decoration: none;
}
.modal-container .modal-signup-body .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  margin-bottom: 8px;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.modal-container .modal-signup-body .form-signin,
.modal-container .modal-signup-body .loginForm {
  margin: -1px 0 0 0;
  border-top: none;
  position: relative;
  z-index: 11000;
  border-radius: 4px;
}
.modal-container .modal-signup-body label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 700;
}
.modal-container .modal-signup-body .text-right {
  text-align: right;
}
.modal-container .modal-signup-body ul.helper-text {
  display: block;
  margin-top: 6px;
  font-size: 11px;
  line-height: 13px;
  color: #555;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.modal-container .modal-signup-body ul.helper-text li {
  margin: 4px 0;
  padding: 0;
}
.modal-container .modal-signup-body ul.helper-text li.valid {
  color: #077faa;
}
.modal-container .modal-signin-body {
  padding: 1.5em 2em 1.5em 2em;
  overflow-y: auto;
}
.modal-container .modal-signin-body button {
  position: sticky;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.25s ease-out;
}
.modal-container .modal-signin-body .btn {
  width: 49%;
  border: none;
  border-radius: 0;
  height: 2.3rem;
  padding: 0.55rem 0.5rem;
}
.modal-container .modal-signin-body .btn.sign-in {
  background: #005984;
  color: #fff;
  font-weight: 500;
  font-size: 0.9em;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.modal-container .modal-signin-body .btn.sign-in:focus,
.modal-container .modal-signin-body .btn.sign-in:hover {
  background: rgba(0, 89, 132, 0.8);
  font-weight: 800;
}
.modal-container .modal-signin-body .btn.continue {
  background: #077faa;
  color: #fff;
  float: right;
  font-weight: 500;
  font-size: 0.9em;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.modal-container .modal-signin-body .btn.continue:focus,
.modal-container .modal-signin-body .btn.continue:hover {
  background: rgba(7, 127, 170, 0.8);
  font-weight: 800;
}
.modal-container .modal-signin-body .btn.continue a {
  color: #fff;
  font-weight: 500;
}
.modal-container .modal-signin-body .content ul {
  margin: 0.8rem;
}
.modal-container .modal-signin-body .content ul li {
  font-size: 1em;
  background: #005984;
  list-style-type: none;
  text-align: center;
}
.modal-container .modal-signin-body .content ul li:hover {
  box-shadow: inset 0 0 120px 10px #0098ce;
}
.modal-container .modal-signin-body .content hr {
  margin: 2em 0;
}
.modal-container .modal-signin-body .content a {
  display: inline-block;
  color: #005984;
  font-weight: 700;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.modal-container .modal-signin-body .content a:focus,
.modal-container .modal-signin-body .content a:hover {
  text-decoration: none;
  font-weight: 800;
}
.modal-container .modal-signin-body .content a.active,
.modal-container .modal-signin-body .content a:active {
  text-decoration: none;
}
.modal-container .modal-signin-body .below {
  text-align: center;
}
.modal-container .modal-signin-body .below a:focus,
.modal-container .modal-signin-body .below a:hover {
  color: rgba(0, 89, 132, 0.8);
}
.modal-container .modal-signin-body .below p {
  margin: 0 0 5px 0;
}
.modal-container .modal-signin-body .below .terms {
  margin: 0 0 0.1rem;
  font-size: 0.6em;
}
.modal-container .modal-signin-body .below .terms a {
  display: inline-block;
  color: #077faa;
  font-weight: 400;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.modal-container .modal-signin-body .below .terms a:focus,
.modal-container .modal-signin-body .below .terms a:hover {
  text-decoration: none;
  font-weight: 500;
}
.modal-container .modal-signin-body .below .terms a.active,
.modal-container .modal-signin-body .below .terms a:active {
  text-decoration: none;
}
.modal-container .modal-signin-body .footer-container {
  padding: 0 15px 0 15px;
}
.modal-container .modal-signin-body .footer-container a {
  width: 6rem;
  padding: 0;
  vertical-align: middle;
}
.modal-container .modal-signin-body .footer-container a img {
  width: 100%;
}
.modal-container .modal-signin-body .footer-container p {
  font-size: 10px;
  font-weight: 600;
  margin: -5px 0 10px 0;
  padding-left: 48px;
}
.modal-container .modal-signin-body .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  margin-bottom: 8px;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.modal-container .modal-signin-body button,
.modal-container .modal-signin-body input,
.modal-container .modal-signin-body select,
.modal-container .modal-signin-body textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.modal-container .modal-signin-body label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 700;
}
.modal-container .modal-signin-body .checkbox,
.modal-container .modal-signin-body .radio {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
.modal-container .modal-recover-body {
  padding: 1.5em 2em 1.5em 2em;
  overflow-y: auto;
}
.modal-container .modal-recover-body .below {
  text-align: center;
}
.modal-container .modal-recover-body .below a:focus,
.modal-container .modal-recover-body .below a:hover {
  color: rgba(0, 89, 132, 0.8);
}
.modal-container .modal-recover-body .below p {
  margin: 0 0 5px 0;
}
.modal-container .modal-recover-body .below .terms {
  margin: 0 0 0.1rem;
  font-size: 0.6em;
}
.modal-container .modal-recover-body .below .terms a {
  display: inline-block;
  color: #077faa;
  font-weight: 400;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.modal-container .modal-recover-body .below .terms a:focus,
.modal-container .modal-recover-body .below .terms a:hover {
  text-decoration: none;
  font-weight: 500;
}
.modal-container .modal-recover-body .below .terms a.active,
.modal-container .modal-recover-body .below .terms a:active {
  text-decoration: none;
}
.modal-container .modal-recover-body .btn {
  border: none;
  border-radius: 0;
  height: 2.3rem;
  width: 11rem;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  background-image: none;
  white-space: nowrap;
  user-select: none;
}
.modal-container .modal-recover-body .btn-submit {
  background: #005984;
  color: #fff;
  font-weight: 500;
  font-size: 0.9em;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.modal-container .modal-recover-body .btn-submit:focus,
.modal-container .modal-recover-body .btn-submit:hover {
  background: rgba(0, 89, 132, 0.8);
  font-weight: 800;
}
.modal-container .modal-recover-body .btn-submit a {
  color: #fff;
  font-weight: 500;
}
.modal-container .modal-recover-body button {
  position: sticky;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.25s ease-out;
}
.modal-container .modal-recover-body button,
.modal-container .modal-recover-body input,
.modal-container .modal-recover-body select,
.modal-container .modal-recover-body textarea {
  font-family: inherit;
}
.modal-container .modal-recover-body .center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-container .modal-recover-body .content hr {
  margin: 2em 0;
}
.modal-container .modal-recover-body .content a {
  display: inline-block;
  color: #005984;
  font-weight: 700;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.modal-container .modal-recover-body .content a:focus,
.modal-container .modal-recover-body .content a:hover {
  text-decoration: none;
  font-weight: 800;
}
.modal-container .modal-recover-body .content a.active,
.modal-container .modal-recover-body .content a:active {
  text-decoration: none;
}
.modal-container .modal-recover-body .footer-container {
  padding: 0 15px 0 15px;
}
.modal-container .modal-recover-body .footer-container a {
  width: 6rem;
  padding: 0;
  vertical-align: middle;
}
.modal-container .modal-recover-body .footer-container a img {
  width: 100%;
}
.modal-container .modal-recover-body .footer-container p {
  font-size: 10px;
  font-weight: 600;
  margin: -5px 0 10px 0;
  padding-left: 48px;
}
.modal-container .modal-recover-body .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  margin-bottom: 8px;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.modal-container .modal-recover-body .form-signin,
.modal-container .modal-recover-body .loginForm {
  margin: -1px 0 0 0;
  border-top: none;
  position: relative;
  z-index: 11000;
  border-radius: 4px;
}
.modal-container .modal-recover-body label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 700;
}
.modal-container .modal-setlocation-body {
  padding: 1.5em 2em 1.5em 2em;
  overflow-y: auto;
}
.modal-container .modal-setlocation-body .btn {
  border: none;
  border-radius: 0;
  height: 2.3rem;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  background-image: none;
  white-space: nowrap;
  user-select: none;
}
.modal-container .modal-setlocation-body .btn.back {
  background: #fff;
  box-shadow: none;
  color: #005984;
  font-weight: 500;
  font-size: 0.9em;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.modal-container .modal-setlocation-body .btn.back:focus,
.modal-container .modal-setlocation-body .btn.back:hover {
  box-shadow: rgba(0, 0, 0, 0.3) 0 1px 4px -1px;
  font-weight: 800;
}
.modal-container .modal-setlocation-body .btn.back a {
  color: #005984;
  font-weight: 500;
}
.modal-container .modal-setlocation-body .btn.next {
  background: #005984;
  color: #fff;
  font-weight: 500;
  font-size: 0.9em;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.modal-container .modal-setlocation-body .btn.next:focus,
.modal-container .modal-setlocation-body .btn.next:hover {
  background: rgba(0, 89, 132, 0.8);
  font-weight: 800;
}
.modal-container .modal-setlocation-body .btn.next a {
  color: #fff;
  font-weight: 500;
}
.modal-container .modal-setlocation-body button {
  position: sticky;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.25s ease-out;
}
.modal-container .modal-setlocation-body button,
.modal-container .modal-setlocation-body input,
.modal-container .modal-setlocation-body select,
.modal-container .modal-setlocation-body textarea {
  font-family: inherit;
}
.modal-container .modal-setlocation-body .content a {
  display: inline-block;
  color: #005984;
  font-weight: 700;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.modal-container .modal-setlocation-body .content a:focus,
.modal-container .modal-setlocation-body .content a:hover {
  text-decoration: none;
  font-weight: 800;
}
.modal-container .modal-setlocation-body .content a.active,
.modal-container .modal-setlocation-body .content a:active {
  text-decoration: none;
}
.modal-container .modal-setlocation-body img {
  vertical-align: middle;
  border: 0;
}
.modal-container .modal-setlocation-body .set-location-test-button {
  position: static;
  display: block;
  width: 60px;
  top: 30px;
  right: 0;
  height: 45px;
  background: red url(images/search-icon.png) no-repeat 5px -2px;
  border-radius: 4px;
}
.modal-container .modal-setlocation-body .form-group {
  margin-bottom: 15px;
  display: block;
  float: none;
  position: relative;
  clear: both;
  padding: 5px 0 5px 0;
}
.modal-container .modal-setlocation-body .form-group .address-radio {
  display: inline-block;
}
.modal-container .modal-setlocation-body .form-group .control-label {
  text-align: left;
  font-weight: 700;
  margin-bottom: 10px;
}
.modal-container .modal-setlocation-body .form-group .control-label span {
  color: #005984;
}
.modal-container .modal-setlocation-body .form-group label {
  display: block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
.modal-container .modal-setlocation-body .form-group .search-bar {
  top: 0;
  left: 0;
  z-index: 2;
  border: 1px solid #9a9a9a;
  height: 1.7rem;
  width: 14.5rem;
  cursor: pointer;
  padding: 0 0.55rem 0 0.65rem;
  box-shadow: none;
}
.modal-container .modal-setlocation-body .form-group .searchParcel {
  top: 0;
  left: 0;
  z-index: 2;
  border: 1px solid #9a9a9a;
  height: 1.7rem;
  width: 14.5rem;
  cursor: pointer;
  padding: 0 0.55rem 0 0.65rem;
  margin-left: -5px;
  box-shadow: none;
}
.modal-container .modal-confirmlocation-body {
  padding: 1.5em 2em 1.5em 2em;
  overflow-y: auto;
}
.modal-container .modal-confirmlocation-body .btn {
  border: none;
  border-radius: 0;
  height: 2.3rem;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  background-image: none;
  white-space: nowrap;
  user-select: none;
}
.modal-container .modal-confirmlocation-body .btn.back {
  background: #fff;
  box-shadow: none;
  color: #005984;
  font-weight: 500;
  font-size: 0.9em;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.modal-container .modal-confirmlocation-body .btn.back:focus,
.modal-container .modal-confirmlocation-body .btn.back:hover {
  box-shadow: rgba(0, 0, 0, 0.3) 0 1px 4px -1px;
  font-weight: 800;
}
.modal-container .modal-confirmlocation-body .btn.back a {
  color: #005984;
  font-weight: 500;
}
.modal-container .modal-confirmlocation-body .btn.next {
  background: #005984;
  color: #fff;
  font-weight: 500;
  font-size: 0.9em;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.modal-container .modal-confirmlocation-body .btn.next:focus,
.modal-container .modal-confirmlocation-body .btn.next:hover {
  background: rgba(0, 89, 132, 0.8);
  font-weight: 800;
}
.modal-container .modal-confirmlocation-body .btn.next a {
  color: #fff;
  font-weight: 500;
}
.modal-container .modal-confirmlocation-body button {
  position: sticky;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.25s ease-out;
}
.modal-container .modal-confirmlocation-body button,
.modal-container .modal-confirmlocation-body input,
.modal-container .modal-confirmlocation-body select,
.modal-container .modal-confirmlocation-body textarea {
  font-family: inherit;
}
.modal-container .modal-confirmlocation-body .content ul {
  margin: 0.8rem;
}
.modal-container .modal-confirmlocation-body .content ul li {
  font-size: 1em;
  background: #005984;
  list-style-type: none;
  text-align: center;
}
.modal-container .modal-confirmlocation-body .content ul li:hover {
  box-shadow: inset 0 0 120px 10px #0098ce;
}
.modal-container .modal-confirmlocation-body .content hr {
  margin: 2em 0;
}
.modal-container .modal-confirmlocation-body .content a {
  display: inline-block;
  color: #005984;
  font-weight: 700;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.modal-container .modal-confirmlocation-body .content a:focus,
.modal-container .modal-confirmlocation-body .content a:hover {
  text-decoration: none;
  font-weight: 800;
}
.modal-container .modal-confirmlocation-body .content a.active,
.modal-container .modal-confirmlocation-body .content a:active {
  text-decoration: none;
}
.modal-container .modal-identifylocation-body {
  padding: 1.5em 2em 1.5em 2em;
  overflow-y: auto;
}
.modal-container .modal-identifylocation-body .btn {
  border: none;
  border-radius: 0;
  height: 2.3rem;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  background-image: none;
  white-space: nowrap;
  user-select: none;
}
.modal-container .modal-identifylocation-body .btn.back {
  background: #fff;
  box-shadow: none;
  color: #005984;
  font-weight: 500;
  font-size: 0.9em;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.modal-container .modal-identifylocation-body .btn.back:focus,
.modal-container .modal-identifylocation-body .btn.back:hover {
  box-shadow: rgba(0, 0, 0, 0.3) 0 1px 4px -1px;
  font-weight: 800;
}
.modal-container .modal-identifylocation-body .btn.back a {
  color: #005984;
  font-weight: 500;
}
.modal-container .modal-identifylocation-body .btn.next {
  background: #005984;
  color: #fff;
  font-weight: 500;
  font-size: 0.9em;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.modal-container .modal-identifylocation-body .btn.next:focus,
.modal-container .modal-identifylocation-body .btn.next:hover {
  background: rgba(0, 89, 132, 0.8);
  font-weight: 800;
}
.modal-container .modal-identifylocation-body .btn.next a {
  color: #fff;
  font-weight: 500;
}
.modal-container .modal-identifylocation-body button {
  position: sticky;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.25s ease-out;
}
.modal-container .modal-identifylocation-body button,
.modal-container .modal-identifylocation-body input,
.modal-container .modal-identifylocation-body select,
.modal-container .modal-identifylocation-body textarea {
  font-family: inherit;
}
.modal-container .modal-identifylocation-body .content ul {
  margin: 0.8rem;
}
.modal-container .modal-identifylocation-body .content ul li {
  font-size: 1em;
  background: #005984;
  list-style-type: none;
  text-align: center;
}
.modal-container .modal-identifylocation-body .content ul li:hover {
  box-shadow: inset 0 0 120px 10px #0098ce;
}
.modal-container .modal-identifylocation-body .content hr {
  margin: 2em 0;
}
.modal-container .modal-identifylocation-body .content a {
  display: inline-block;
  color: #005984;
  font-weight: 700;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.modal-container .modal-identifylocation-body .content a:focus,
.modal-container .modal-identifylocation-body .content a:hover {
  text-decoration: none;
  font-weight: 800;
}
.modal-container .modal-identifylocation-body .content a.active,
.modal-container .modal-identifylocation-body .content a:active {
  text-decoration: none;
}
.modal-container .modal-commentsubmitted-body {
  padding: 1.5em 2em 1.5em 2em;
  overflow-y: auto;
}
.modal-container .modal-commentsubmitted-body .btn {
  border: none;
  border-radius: 0;
  height: 2.3rem;
  width: 6rem;
  padding: 0.55rem 0.5rem;
}
.modal-container .modal-commentsubmitted-body .btn.next {
  background: #005984;
  color: #fff;
  font-weight: 500;
  font-size: 0.9em;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.modal-container .modal-commentsubmitted-body .btn.next:focus,
.modal-container .modal-commentsubmitted-body .btn.next:hover {
  background: rgba(0, 89, 132, 0.8);
  font-weight: 800;
}
.modal-container .modal-commentsubmitted-body .btn.next a {
  color: #fff;
  font-weight: 500;
}
.modal-container .modal-commentsubmitted-body button {
  position: sticky;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.25s ease-out;
}
.modal-container .modal-commentsubmitted-body button,
.modal-container .modal-commentsubmitted-body input,
.modal-container .modal-commentsubmitted-body select,
.modal-container .modal-commentsubmitted-body textarea {
  font-family: inherit;
}
.modal-container .modal-commentsubmitted-body .content ul {
  margin: 0.8rem;
}
.modal-container .modal-commentsubmitted-body .content ul li {
  font-size: 1em;
  background: #005984;
  list-style-type: none;
  text-align: center;
}
.modal-container .modal-commentsubmitted-body .content ul li:hover {
  box-shadow: inset 0 0 120px 10px #0098ce;
}
.modal-container .modal-commentsubmitted-body .content hr {
  margin: 2em 0;
}
.modal-container .modal-commentsubmitted-body .content a {
  display: inline-block;
  color: #005984;
  font-weight: 700;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.modal-container .modal-commentsubmitted-body .content a:focus,
.modal-container .modal-commentsubmitted-body .content a:hover {
  text-decoration: none;
  font-weight: 800;
}
.modal-container .modal-commentsubmitted-body .content a.active,
.modal-container .modal-commentsubmitted-body .content a:active {
  text-decoration: none;
}
.modal-container .modal-submit-body {
  padding: 1.5em 2em 1.5em 2em;
  overflow-y: auto;
}
.modal-container .modal-submit-body .btn {
  border: none;
  border-radius: 0;
  height: 2.3rem;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  background-image: none;
  white-space: nowrap;
  user-select: none;
}
.modal-container .modal-submit-body .btn.cancel {
  background: #fff;
  box-shadow: none;
  color: #005984;
  font-weight: 500;
  font-size: 0.9em;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.modal-container .modal-submit-body .btn.cancel:focus,
.modal-container .modal-submit-body .btn.cancel:hover {
  box-shadow: rgba(0, 0, 0, 0.3) 0 1px 4px -1px;
  font-weight: 800;
}
.modal-container .modal-submit-body .btn.cancel a {
  color: #005984;
  font-weight: 500;
}
.modal-container .modal-submit-body .btn.btn-success {
  background: #005984;
  color: #fff;
  font-weight: 500;
  font-size: 0.9em;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.modal-container .modal-submit-body .btn.btn-success:focus,
.modal-container .modal-submit-body .btn.btn-success:hover {
  background: rgba(0, 89, 132, 0.8);
  font-weight: 800;
}
.modal-container .modal-submit-body .btn.btn-success a {
  color: #fff;
  font-weight: 500;
}
.modal-container .modal-submit-body button {
  position: sticky;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.25s ease-out;
}
.modal-container .modal-submit-body button,
.modal-container .modal-submit-body input,
.modal-container .modal-submit-body select,
.modal-container .modal-submit-body textarea {
  font-family: inherit;
}
.modal-container .modal-submit-body .content hr {
  margin: 2em 0;
}
.modal-container .modal-submit-body .content a {
  display: inline-block;
  color: #005984;
  font-weight: 700;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.modal-container .modal-submit-body .content a:focus,
.modal-container .modal-submit-body .content a:hover {
  text-decoration: none;
  font-weight: 800;
}
.modal-container .modal-submit-body .content a.active,
.modal-container .modal-submit-body .content a:active {
  text-decoration: none;
}
.modal-container .modal-submit-body .form-control {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  margin-bottom: 8px;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.modal-container .modal-submit-body .text-right {
  text-align: right;
}
.modal-container .modal-message-body {
  padding: 1.5em 2em 1.5em 2em;
  overflow-y: auto;
}
.modal-container .modal-message-body button {
  position: sticky;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.25s ease-out;
}
.modal-container .modal-message-body .btn {
  width: 48%;
  border: none;
  border-radius: 0;
  height: 2.3rem;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  user-select: none;
}
.modal-container .modal-message-body .btn.btn-success {
  background: #005984;
  color: #fff;
  font-weight: 500;
  font-size: 0.9em;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.modal-container .modal-message-body .btn.btn-success:focus,
.modal-container .modal-message-body .btn.btn-success:hover {
  background: rgba(0, 89, 132, 0.8);
  font-weight: 800;
}
.modal-container .modal-message-body .btn.btn-success a {
  color: #fff;
  font-weight: 500;
}
.modal-container .modal-message-body .btn.cancel {
  background: #077faa;
  color: #fff;
  font-weight: 500;
  font-size: 0.9em;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.modal-container .modal-message-body .btn.cancel:focus,
.modal-container .modal-message-body .btn.cancel:hover {
  background: rgba(7, 127, 170, 0.8);
  font-weight: 800;
}
.modal-container .modal-message-body .btn.cancel a {
  color: #fff;
  font-weight: 500;
}
.modal-container .modal-message-body .content hr {
  margin: 2em 0;
}
.modal-container .modal-message-body .content a {
  display: inline-block;
  color: #005984;
  font-weight: 700;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.modal-container .modal-message-body .content a:focus,
.modal-container .modal-message-body .content a:hover {
  text-decoration: none;
  font-weight: 800;
}
.modal-container .modal-message-body .content a.active,
.modal-container .modal-message-body .content a:active {
  text-decoration: none;
}
.modal-container .modal-message-body .btn-primary {
  color: #fff;
  background-color: #e63d2f;
  border-color: #e63d2f;
}
.modal-container .modal-message-body .btn-block {
  display: block;
  padding-left: 0;
  padding-right: 0;
}
.modal-container .modal-message-body .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.modal-container .modal-message-body .form-control {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  margin-bottom: 8px;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.modal-container .modal-message-body button,
.modal-container .modal-message-body input,
.modal-container .modal-message-body select,
.modal-container .modal-message-body textarea {
  font-family: inherit;
}
.modal-container .modal-message-body .text-right {
  text-align: right;
}
.modal-container .modal-help-body {
  padding: 1.5em 2em 1.5em 2em;
  overflow-y: auto;
}
.modal-container .modal-help-body .btn {
  border: none;
  border-radius: 0;
  height: 2.3rem;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  background-image: none;
  white-space: nowrap;
  user-select: none;
}
.modal-container .modal-help-body .btn.back {
  background: #fff;
  box-shadow: none;
  color: #005984;
  font-weight: 500;
  font-size: 0.9em;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.modal-container .modal-help-body .btn.back:focus,
.modal-container .modal-help-body .btn.back:hover {
  box-shadow: rgba(0, 0, 0, 0.3) 0 1px 4px -1px;
  font-weight: 800;
}
.modal-container .modal-help-body .btn.back a {
  color: #005984;
  font-weight: 500;
}
.modal-container .modal-help-body .btn.submit {
  background: #005984;
  color: #fff;
  font-weight: 500;
  font-size: 0.9em;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.modal-container .modal-help-body .btn.submit:focus,
.modal-container .modal-help-body .btn.submit:hover {
  background: rgba(0, 89, 132, 0.8);
  font-weight: 800;
}
.modal-container .modal-help-body button {
  position: sticky;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.25s ease-out;
}
.modal-container .modal-help-body button,
.modal-container .modal-help-body input,
.modal-container .modal-help-body select,
.modal-container .modal-help-body textarea {
  font-family: inherit;
}
.modal-container .modal-help-body .content a {
  display: inline-block;
  color: #005984;
  font-weight: 700;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.modal-container .modal-help-body .content a:focus,
.modal-container .modal-help-body .content a:hover {
  text-decoration: none;
  font-weight: 800;
}
.modal-container .modal-help-body .content a.active,
.modal-container .modal-help-body .content a:active {
  text-decoration: none;
}
.modal-container .modal-help-body .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  margin-bottom: 8px;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.modal-container .modal-help-body label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 700;
}
.modal-container .modal-download-body {
  padding: 1.5em 2em 1.5em 2em;
  overflow-y: auto;
}
.modal-container .modal-download-body button {
  position: sticky;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.25s ease-out;
}
.modal-container .modal-download-body .btn {
  width: 48%;
  border: none;
  border-radius: 0;
  height: 2.3rem;
}
.modal-container .modal-download-body .btn.download {
  width: 100%;
  border: none;
  border-radius: 0;
  height: 2.3rem;
}
.modal-container .modal-download-body .btn.sign-up {
  background: #005984;
  color: #fff;
  font-weight: 500;
  font-size: 0.9em;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.modal-container .modal-download-body .btn.sign-up:focus,
.modal-container .modal-download-body .btn.sign-up:hover {
  background: rgba(0, 89, 132, 0.8);
  font-weight: 800;
}
.modal-container .modal-download-body .btn.sign-up a {
  color: #fff;
  font-weight: 500;
}
.modal-container .modal-download-body .btn.continue {
  background: #077faa;
  color: #fff;
  font-weight: 500;
  font-size: 0.9em;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.modal-container .modal-download-body .btn.continue:focus,
.modal-container .modal-download-body .btn.continue:hover {
  background: rgba(7, 127, 170, 0.8);
  font-weight: 800;
}
.modal-container .modal-download-body .btn.continue a {
  color: #fff;
  font-weight: 500;
}
.modal-container .modal-download-body .content ul {
  margin: 0.8rem;
}
.modal-container .modal-download-body .content ul li {
  font-size: 1em;
  background: #005984;
  list-style-type: none;
  text-align: center;
}
.modal-container .modal-download-body .content ul li:hover {
  box-shadow: inset 0 0 120px 10px #0098ce;
}
.modal-container .modal-download-body .content hr {
  margin: 2em 0;
}
.modal-container .modal-download-body .content a {
  display: inline-block;
  color: #005984;
  font-weight: 700;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.modal-container .modal-download-body .content a:focus,
.modal-container .modal-download-body .content a:hover {
  text-decoration: none;
  font-weight: 800;
}
.modal-container .modal-download-body .content a.active,
.modal-container .modal-download-body .content a:active {
  text-decoration: none;
}
.custom-infowindow {
  max-width: 325px;
  margin: 5px 0;
}
.custom-infowindow ul {
  list-style: none;
  margin: 5px 0 10px 0;
}
.custom-infowindow ul li span {
  font-weight: 700;
}
.gm-style .gm-style-iw-c {
  border-radius: 0.15rem;
  border-left: 5px #005984 solid;
  padding: 14px 20px;
}
#load {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
  opacity: 0.9;
  background: url(images/loading.gif) no-repeat center center #fff;
}
.accordion {
  max-width: 400px;
  border-radius: 0.15rem;
  overflow: hidden;
  font-family: Quicksand, sans-serif;
  background: #29292b;
}
.accordion__label {
  display: block;
  color: #555;
  background: #fff;
  border-radius: 0.15rem 0.15rem 0rem 0rem;
  border-left: 5px #005984 solid;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  padding: 10px 20px;
}
.accordion__label:hover {
  background: rgba(85, 85, 85, 0.1);
}
.accordion__label::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 12px;
  height: 6px;
  background-image: url('data:image/svg+xml;utf8, <svg width="100" height="50" xmlns="http://www.w3.org/2000/svg"><polygon points="0,0,100,0,50,50" style="fill:%23555555;" /></svg>');
  background-size: contain;
  transition: transform 0.4s;
}
.accordion__content {
  border-left: 5px #005984 solid;
  line-height: 1.6;
  display: none;
  padding: 14px 20px;
}
.accordion__input {
  display: none;
}
.accordion__input:checked ~ .accordion__content {
  display: block;
}
.accordion__input:checked ~ .accordion__label::after {
  transform: translateY(-50%) rotate(0.5turn);
}
.accordion__input-show {
  display: none;
}
.accordion__input-show:checked ~ .accordion__content {
  display: block;
}
.accordion__input-show:checked ~ .accordion__label::after {
  transform: translateY(-50%) rotate(0.5turn);
}
@media only screen and (max-width: 1280px) {
  #announcement {
    top: 3.9rem;
  }
  .hide-xl {
    display: none !important;
  }
  .show-xl {
    display: block !important;
  }
  .main-content {
    width: 100%;
    overflow-x: auto;
  }
  .page-title {
    padding: 6.4px 60px;
  }
  .page-title h2 {
    font-size: 1.7em;
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
  }
}
@media only screen and (max-width: 1060px) {
  .map-container .btn {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .map-container #address-search {
    left: 57.4px !important;
    bottom: 15px !important;
    margin-left: 0;
  }
}
@media only screen and (max-width: 840px) {
  #home-container .map-container #address-search {
    width: 13rem;
  }
  #home-container #legend {
    color: #fff;
    width: 10rem;
    padding: 0;
    margin: 1.5em 1.5em 1.5em 0.75em;
    left: 0.1rem;
    right: auto;
    bottom: 0.6rem;
    background: #fff;
    position: absolute;
    font-size: 0.8em;
    font-weight: 600;
    border-radius: 0.15rem;
    color: #575757;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 4px -1px;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 4px -1px;
    box-shadow: rgba(0, 0, 0, 0.3) 0 1px 4px -1px;
    transition: all 0.3s ease-in-out;
  }
  #home-container #legend ul {
    margin: 0;
    list-style: none;
  }
  #home-container #legend ul li {
    display: table;
    vertical-align: middle;
    width: 100%;
  }
  #home-container #legend ul li:first-child {
    margin-top: 0;
  }
  #home-container #legend ul li > span {
    display: table-cell;
    width: 1.35rem;
    padding-right: 0.5rem;
  }
  #home-container #legend ul li > span.circle {
    display: block;
    width: 1.35rem;
    height: 1.05rem;
    float: left;
    padding: 0;
    margin-right: 0.5rem;
  }
  #home-container #legend ul li > span > span {
    display: block;
  }
  #home-container #legend ul li > span > span.grey-line {
    width: 1.35rem;
    height: 0.3rem;
    background: #9a9a9a;
    float: left;
  }
  #home-container #legend ul li > span > span.black-line {
    width: 1.35rem;
    height: 0.3rem;
    background: #000;
    float: left;
  }
  #home-container #legend ul li > span > span.county-line-legend {
    width: 1.35rem;
    height: 0.3rem;
    background: #9e9e9e;
    float: left;
    height: 0.2rem;
    background: repeating-linear-gradient(
      to right,
      #9e9e9e 0,
      #9e9e9e 5px,
      transparent 5px,
      transparent 7px
    );
  }
  #home-container #legend ul li > span > span.red-line {
    width: 1.35rem;
    height: 0.3rem;
    background: red;
    float: left;
  }
  #home-container #legend ul li > span > span.red-line-legend {
    width: 1.35rem;
    height: 0.3rem;
    background: red;
    float: left;
    height: 0.2rem;
  }
  #home-container #legend ul li > span > span.blue-line {
    width: 1.35rem;
    height: 0.3rem;
    background: #26bbd6;
    float: left;
  }
  #home-container #legend ul li > span > span.yellow-line {
    width: 1.35rem;
    height: 0.3rem;
    background: #fcb813;
    float: left;
    height: 0.3rem;
  }
  #home-container #legend ul li > span > span.orange-line {
    width: 1.35rem;
    height: 0.3rem;
    background: #e68525;
    float: left;
  }
  #home-container #legend ul li > span > span.sub-circle {
    margin: auto;
    float: none;
    width: 1.3rem;
    height: 0.7rem;
  }
  #home-container #legend ul li > span > span.sub-circle img {
    margin: auto;
    width: 24px;
  }
  #home-container #legend ul li > span > span.node-square {
    float: none;
    width: 1.31rem;
    height: 0.65rem;
  }
  #home-container #legend ul li > span > span.red-circle {
    margin: 0 auto;
    float: none;
    width: 1.05rem;
    height: 1.05rem;
    background: #fff;
    border: solid 4px #005984;
    border-radius: 50%;
  }
  #home-container #legend .checkbox-container {
    display: block;
    position: relative;
    cursor: pointer;
    margin-left: 10px;
    padding-right: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  #home-container #legend .checkbox-container:hover input ~ .checkmark {
    background-color: #ccc;
    border-radius: 4rem;
  }
  #home-container #legend .checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  #home-container #legend .checkbox-container input:checked ~ .checkmark {
    border-radius: 4rem;
  }
  #home-container #legend .checkbox-container input:checked ~ .checkmark:after {
    display: block;
  }
  #home-container #legend .checkbox-container .checkmark {
    border-radius: 4rem;
    position: absolute;
    top: 0;
    right: 0;
    height: 18px;
    width: 18px;
    background-color: #575757;
  }
  #home-container #legend .checkbox-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 5px;
    top: 1px;
    width: 8px;
    height: 13px;
    border: solid #fff;
    border-width: 0 4px 4px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #home-container #login {
    color: #fff;
    width: 10rem;
    padding: 0;
    margin: 1.5em 1.5em 1.5em 0.75em;
    left: 0.1rem;
    right: auto;
    bottom: 0.6rem;
    background: #fff;
    position: absolute;
    font-size: 0.8em;
    font-weight: 600;
    border-radius: 0.15rem;
    color: #575757;
    box-shadow: inset 0 0 120px 10px transparent, 1px 1px 6px rgba(0, 0, 0, 0.8);
    transition: all 0.3s ease-in-out;
  }
  .map-container {
    padding-left: 0 !important;
  }
}
@media (min-width: 768px) {
  .sidebar-menu .navbar-header {
    float: left;
  }
  .sidebar-menu .navbar-toggle {
    display: none;
  }
  .sidebar-menu .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
    visibility: visible !important;
  }
  .sidebar-menu .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
}
@media only screen and (max-width: 600px) {
  .close {
    top: -77px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 45px;
  }
  footer #consent-popup button {
    float: none;
  }
}
@media only screen and (max-width: 535px) {
  footer #consent-popup .agree-button {
    margin: 0 10px 10px 10px;
  }
  footer #consent-popup button {
    float: none;
  }
}
@media only screen and (max-width: 480px) {
  #home-container #legend {
    color: #fff;
    width: 10rem;
    padding: 0;
    margin: 1.5em 1.5em 1.5em 0.75em;
    left: 0.1rem;
    right: auto;
    bottom: 0.6rem;
    background: #fff;
    position: absolute;
    font-size: 0.8em;
    font-weight: 600;
    border-radius: 0.15rem;
    color: #575757;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 4px -1px;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 4px -1px;
    box-shadow: rgba(0, 0, 0, 0.3) 0 1px 4px -1px;
    transition: all 0.3s ease-in-out;
  }
  #home-container #legend ul {
    margin: 0;
    list-style: none;
  }
  #home-container #legend ul li {
    display: table;
    vertical-align: middle;
    width: 100%;
  }
  #home-container #legend ul li:first-child {
    margin-top: 0;
  }
  #home-container #legend ul li > span {
    display: table-cell;
    width: 1.35rem;
    padding-right: 0.5rem;
  }
  #home-container #legend ul li > span.circle {
    display: block;
    width: 1.35rem;
    height: 1.05rem;
    float: left;
    padding: 0;
    margin-right: 0.5rem;
  }
  #home-container #legend ul li > span > span {
    display: block;
  }
  #home-container #legend ul li > span > span.grey-line {
    width: 1.35rem;
    height: 0.3rem;
    background: #9a9a9a;
    float: left;
  }
  #home-container #legend ul li > span > span.black-line {
    width: 1.35rem;
    height: 0.3rem;
    background: #000;
    float: left;
  }
  #home-container #legend ul li > span > span.county-line-legend {
    width: 1.35rem;
    height: 0.3rem;
    background: #9e9e9e;
    float: left;
    height: 0.2rem;
    background: repeating-linear-gradient(
      to right,
      #9e9e9e 0,
      #9e9e9e 5px,
      transparent 5px,
      transparent 7px
    );
  }
  #home-container #legend ul li > span > span.red-line {
    width: 1.35rem;
    height: 0.3rem;
    background: red;
    float: left;
  }
  #home-container #legend ul li > span > span.red-line-legend {
    width: 1.35rem;
    height: 0.3rem;
    background: red;
    float: left;
    height: 0.2rem;
  }
  #home-container #legend ul li > span > span.blue-line {
    width: 1.35rem;
    height: 0.3rem;
    background: #26bbd6;
    float: left;
  }
  #home-container #legend ul li > span > span.yellow-line {
    width: 1.35rem;
    height: 0.3rem;
    background: #fcb813;
    float: left;
    height: 0.3rem;
  }
  #home-container #legend ul li > span > span.orange-line {
    width: 1.35rem;
    height: 0.3rem;
    background: #e68525;
    float: left;
  }
  #home-container #legend ul li > span > span.sub-circle {
    margin: auto;
    float: none;
    width: 1.3rem;
    height: 0.7rem;
  }
  #home-container #legend ul li > span > span.sub-circle img {
    margin: auto;
    width: 24px;
  }
  #home-container #legend ul li > span > span.node-square {
    float: none;
    width: 1.31rem;
    height: 0.65rem;
  }
  #home-container #legend ul li > span > span.red-circle {
    margin: 0 auto;
    float: none;
    width: 1.05rem;
    height: 1.05rem;
    background: #fff;
    border: solid 4px #005984;
    border-radius: 50%;
  }
  #home-container #legend .checkbox-container {
    display: block;
    position: relative;
    cursor: pointer;
    margin-left: 10px;
    padding-right: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  #home-container #legend .checkbox-container:hover input ~ .checkmark {
    background-color: #ccc;
    border-radius: 4rem;
  }
  #home-container #legend .checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  #home-container #legend .checkbox-container input:checked ~ .checkmark {
    border-radius: 4rem;
  }
  #home-container #legend .checkbox-container input:checked ~ .checkmark:after {
    display: block;
  }
  #home-container #legend .checkbox-container .checkmark {
    border-radius: 4rem;
    position: absolute;
    top: 0;
    right: 0;
    height: 18px;
    width: 18px;
    background-color: #575757;
  }
  #home-container #legend .checkbox-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 5px;
    top: 1px;
    width: 8px;
    height: 13px;
    border: solid #fff;
    border-width: 0 4px 4px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #home-container #login {
    color: #fff;
    width: 10rem;
    padding: 0;
    margin: 1.5em 1.5em 1.5em 0.75em;
    left: 0.1rem;
    right: auto;
    bottom: 0.6rem;
    background: #fff;
    position: absolute;
    font-size: 0.8em;
    font-weight: 600;
    border-radius: 0.15rem;
    color: #575757;
    box-shadow: inset 0 0 120px 10px transparent, 1px 1px 6px rgba(0, 0, 0, 0.8);
    transition: all 0.3s ease-in-out;
  }
  .map-container #address-search {
    width: 255px;
  }
  footer p {
    font-size: 0.7rem;
  }
  footer #consent-popup button {
    float: none;
  }
  .modal-container .modal-welcome-body .btn.sign-up {
    font-size: 0.8em;
  }
  .modal-container .modal-welcome-body .btn.continue {
    font-size: 0.8em;
  }
  .modal-container .modal-signin-body .btn.sign-up {
    font-size: 0.8em;
  }
  .modal-container .modal-signin-body .btn.continue {
    font-size: 0.8em;
  }
}
.marker {
  background: url(https://geovoice.wsp.com/duke-energy/anclote-tarpon/dist/kml/icons/substation-icon.png)
    center/cover no-repeat;
  width: 35px;
  height: 35px;
  position: relative;
  perspective: 100px;
}
.marker,
.sub-circle {
  filter: hue-rotate(300deg);
}
.marker > div {
  background: #005984;
  color: #fff;
  font-size: 20px;
  border: 2px solid #28c8e4;
  border-left: none;
  border-right: none;
  padding: 1px 6px;
  position: absolute;
  top: 0;
  transform: translate(30px, -90%) skew(-12deg, 0deg);
  text-transform: uppercase;
  text-align: right;
  perspective: 100px;
  white-space: nowrap;
}
.marker-container > span:first-child {
  font-weight: 700;
  line-height: 16px;
}
.marker-container > span:not(:first-child) {
  display: block;
  position: relative;
  font-size: 14px;
  line-height: 10px;
  top: 0;
  color: #19ddff;
  margin-bottom: 3px;
  font-weight: 200;
}
.marker-container::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 6px;
  background: linear-gradient(-45deg, transparent 50%, #28c8e4 50%);
  width: 6px;
  transform: translateY(100%);
}
.bottom .marker-container {
  transform: translate(-99%, 100%) skew(-12deg, 0deg);
  bottom: -8px;
  top: auto;
}
.bottom .marker-container::after {
  bottom: auto;
  right: 0;
  left: auto;
  top: -14px;
  transform: translateY(100%) rotate(90deg) rotateY(180deg);
  background: linear-gradient(-45deg, transparent 50%, #28c8e4 50%);
}
span.dashed {
  -webkit-mask-image: repeating-linear-gradient(
    90deg,
    #000 0,
    #000 5px,
    transparent 5px,
    transparent 11px
  );
}
