html[data-site-config-pending="1"]:not([data-site-config-ready="1"]) .gov-logo img,
html[data-site-config-pending="1"]:not([data-site-config-ready="1"]) .gov-site-name,
html[data-site-config-pending="1"]:not([data-site-config-ready="1"]) .gov-site-url,
html[data-site-config-pending="1"]:not([data-site-config-ready="1"]) .floating-qrcode img,
html[data-site-config-pending="1"]:not([data-site-config-ready="1"]) .floating-qrcode p,
html[data-site-config-pending="1"]:not([data-site-config-ready="1"]) .float-qrcode img,
html[data-site-config-pending="1"]:not([data-site-config-ready="1"]) .float-qrcode .qrcode-text,
html[data-site-config-pending="1"]:not([data-site-config-ready="1"]) .copyright p,
html[data-site-config-pending="1"]:not([data-site-config-ready="1"]) .footer-copyright,
html[data-site-config-pending="1"]:not([data-site-config-ready="1"]) .footer-record,
html[data-site-config-pending="1"]:not([data-site-config-ready="1"]) .footer-icp,
html[data-site-config-pending="1"]:not([data-site-config-ready="1"]) .footer-police,
html[data-site-config-pending="1"]:not([data-site-config-ready="1"]) .footer-phone,
html[data-site-config-pending="1"]:not([data-site-config-ready="1"]) .training-title,
html[data-site-config-pending="1"]:not([data-site-config-ready="1"]) .training-subtitle,
html[data-site-config-pending="1"]:not([data-site-config-ready="1"]) .about-title,
html[data-site-config-pending="1"]:not([data-site-config-ready="1"]) .about-text,
html[data-site-config-pending="1"]:not([data-site-config-ready="1"]) .about-image img {
  opacity: 0;
}

html[data-site-config-ready="1"] .gov-logo img,
html[data-site-config-ready="1"] .gov-site-name,
html[data-site-config-ready="1"] .gov-site-url,
html[data-site-config-ready="1"] .floating-qrcode img,
html[data-site-config-ready="1"] .floating-qrcode p,
html[data-site-config-ready="1"] .float-qrcode img,
html[data-site-config-ready="1"] .float-qrcode .qrcode-text,
html[data-site-config-ready="1"] .copyright p,
html[data-site-config-ready="1"] .footer-copyright,
html[data-site-config-ready="1"] .footer-record,
html[data-site-config-ready="1"] .footer-icp,
html[data-site-config-ready="1"] .footer-police,
html[data-site-config-ready="1"] .footer-phone,
html[data-site-config-ready="1"] .training-title,
html[data-site-config-ready="1"] .training-subtitle,
html[data-site-config-ready="1"] .about-title,
html[data-site-config-ready="1"] .about-text,
html[data-site-config-ready="1"] .about-image img {
  opacity: 1;
  transition: opacity .12s ease;
}

body:not(.home-page) {
  background: #d9eef9 !important;
}

body:not(.home-page) .wrap {
  width: 1120px !important;
  max-width: calc(100% - 32px);
}

body:not(.home-page) .site-hero.subpage-hero {
  min-height: 300px;
  background-image:
    linear-gradient(180deg, rgba(104, 185, 238, .84), rgba(219, 242, 252, .92)),
    url('https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=1800&q=80');
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 12px;
}

body:not(.home-page) .site-hero.subpage-hero > .wrap {
  position: relative;
  background: transparent !important;
  padding: 0 !important;
}

body:not(.home-page) .site-hero.subpage-hero .brand-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 42px 0 34px;
}

body:not(.home-page) .site-hero.subpage-hero .brand-row > .gov-header {
  flex: 1;
  background: transparent !important;
  padding: 0 !important;
}

body:not(.home-page) .site-hero.subpage-hero .gov-header-content {
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center !important;
}

body:not(.home-page) .site-hero.subpage-hero .brand-row > .gov-header > .gov-header-content {
  width: auto;
  max-width: none;
  margin: 0;
}

body:not(.home-page) .site-hero.subpage-hero .gov-logo {
  margin-right: 16px !important;
  flex: 0 0 auto;
}

body:not(.home-page) .site-hero.subpage-hero .gov-logo img {
  width: 92px !important;
  height: 92px !important;
  display: block !important;
  object-fit: contain;
  margin-right: 0 !important;
}

body:not(.home-page) .site-hero.subpage-hero .gov-title-area {
  margin-top: 0 !important;
  text-align: left !important;
  display: block !important;
}

body:not(.home-page) .site-hero.subpage-hero .gov-site-name {
  display: block !important;
  margin: 0 !important;
  font-size: 36px !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  color: #0b4d89 !important;
  letter-spacing: 0 !important;
}

body:not(.home-page) .site-hero.subpage-hero .gov-site-url {
  display: block !important;
  font-size: 16px !important;
  line-height: 1.4 !important;
  margin-top: 8px !important;
  text-align: left !important;
  color: #286f9e !important;
}

body:not(.home-page) .site-hero.subpage-hero .header-search {
  width: 360px;
  flex-shrink: 0;
  margin-top: 18px;
}

body:not(.home-page) .site-hero.subpage-hero .header-search .nav-search-box {
  position: static !important;
  display: flex !important;
  width: 100%;
  height: 36px;
}

body:not(.home-page) .site-hero.subpage-hero .header-search .nav-search-box input[type="text"] {
  width: calc(100% - 76px) !important;
  height: 36px !important;
  border: 1px solid #d9e4ec !important;
  background: #fff !important;
  border-radius: 3px 0 0 3px !important;
  color: #333 !important;
  padding: 0 15px !important;
}

body:not(.home-page) .site-hero.subpage-hero .header-search .nav-search-box input[type="text"]::placeholder {
  color: #9aa8b2 !important;
}

body:not(.home-page) .site-hero.subpage-hero .header-search .nav-search-box button {
  width: 76px !important;
  height: 36px !important;
  border: 0 !important;
  border-radius: 0 3px 3px 0 !important;
  background: #09558d !important;
  color: #fff !important;
  font-weight: bold;
}

body:not(.home-page) .nav {
  width: 1120px !important;
  max-width: calc(100% - 32px);
  height: 58px !important;
  margin: 0 auto !important;
  background: #0967a9 !important;
  border-left: 5px solid #0967a9;
  border-right: 5px solid #0967a9;
  box-shadow: 0 2px 0 rgba(0,0,0,.08);
}

body:not(.home-page) .nav .wrap {
  width: 100% !important;
  max-width: none;
  position: relative;
  background: transparent !important;
  padding: 0 !important;
}

body:not(.home-page) .nav ul {
  display: grid !important;
  grid-template-columns: repeat(6, 1fr);
  margin: 0 !important;
  line-height: 58px !important;
  text-align: center !important;
}

body:not(.home-page) .nav li {
  display: block !important;
  height: 58px !important;
}

body:not(.home-page) .nav li a {
  display: block !important;
  height: 58px !important;
  line-height: 58px !important;
  padding: 0 !important;
  font-size: 18px !important;
  font-weight: bold;
  color: #fff !important;
}

body:not(.home-page) .nav li.active a {
  background: #fff !important;
  color: #0967a9 !important;
  box-shadow: inset 0 -4px 0 #f4bd18 !important;
}

body:not(.home-page) .nav li.highlight a {
  background: #d9343a !important;
}

body:not(.home-page) .nav > .wrap > .nav-search-box {
  display: none !important;
}

body:not(.home-page) .wrap.mt-20,
body:not(.home-page) > .wrap:not(.gov-header .wrap):not(.footer .wrap) {
  background: #fff;
  margin-top: 0 !important;
  padding: 22px 18px 34px;
}

body:not(.home-page):not(.article-page) .breadcrumb {
  margin-bottom: 24px !important;
  padding-top: 0 !important;
}

body:not(.home-page) .footer {
  margin-top: 0 !important;
  background: #fff !important;
  color: #888 !important;
  padding: 26px 0 40px !important;
  border-top: 3px solid #0967a9;
}

body:not(.home-page) .footer-links {
  border-bottom: 0 !important;
  margin-bottom: 14px !important;
  padding-bottom: 0 !important;
}

body:not(.home-page) .footer-links a {
  color: #6f7e89 !important;
}

body:not(.home-page) .floating-qrcode {
  border-radius: 4px !important;
}

body:not(.home-page) .back-to-top {
  border-radius: 2px !important;
}

@media (max-width: 900px) {
  body:not(.home-page) .site-hero.subpage-hero {
    padding-top: 10px;
  }

  body:not(.home-page) .brand-row {
    display: block;
    padding: 28px 0 24px;
  }

  body:not(.home-page) .header-search {
    width: 100%;
    margin-top: 20px;
  }

  body:not(.home-page) .nav ul {
    grid-template-columns: repeat(3, 1fr);
  }

  body:not(.home-page) .nav,
  body:not(.home-page) .nav li,
  body:not(.home-page) .nav li a {
    height: auto !important;
    line-height: 44px !important;
  }
}
