.support .gn-theme {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.support .gn-theme #support-links {
  flex: 1;
}
.msgapi body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.msgapi #wrap {
  flex: 1;
}
.msgapi h2,
.msgapi h3,
.msgapi h4,
.msgapi h5 {
  color: #333;
  font-weight: 400;
}
.msgapi h2 {
  font-size: 1.4rem;
}
.msgapi h3 {
  font-size: 1.25rem;
}
.msgapi p {
  line-height: 1.5rem;
  margin: 1rem 0 0.5rem;
}
.msgapi a {
  color: #57A773;
  font-weight: 500;
}
.msgapi a:hover {
  color: #346445;
}
.msgapi .profile-image img {
  height: auto;
}
.msgapi .btn-md {
  font-size: 0.765625rem;
}
.msgapi .btn-primary {
  font-weight: 500;
}
.msgapi .rw-widget ul {
  color: #333333 !important;
}
.msgapi #mapstore-mouseposition button span {
  color: #333333;
}
.msgapi .btn-primary span.glyphicon {
  color: #333333;
}
.msgapi .btn-primary:hover span.glyphicon {
  color: #ffffff;
}
.msgapi #header-logo {
  display: flex;
  align-items: center;
  font-size: 0.8rem;
  font-weight: 500;
}
.msgapi #header-logo img {
  max-height: 50px;
  margin-right: 10px;
}
.msgapi #gn-topbar,
.msgapi .gn-viewer-layout .gn-menu.gn-primary {
  background-color: #f6f6fa;
}
.msgapi .gn-homepage #gn-topbar {
  display: none;
}
.msgapi .gn-search-bar .gn-suggestions {
  bottom: 35px;
}
.msgapi header #header-logo {
  color: #333333;
}
.msgapi header .gn-menu.gn-menu-symmetric .gn-menu-content-right {
  flex-direction: row;
  justify-content: flex-end;
}
.msgapi header .gn-menu .gn-menu-list img {
  height: 1.8rem;
  width: auto;
}
.msgapi header .gn-menu .gn-menu-list.main-menu {
  transform: translateX(-80px) !important;
  top: 30% !important;
}
.msgapi header .gn-menu-list.user-menu li a {
  background-color: #ffffff;
  border: none;
  color: #333333;
  position: relative;
  font-weight: 500;
  font-size: 0.8rem;
  text-transform: uppercase;
}
.msgapi header .gn-menu-list.main-menu .btn-primary {
  background-color: #ffffff;
  border: none;
  color: #333333;
  position: relative;
  font-weight: 500;
  font-size: 0.75rem;
  text-transform: uppercase;
}
.msgapi header .gn-menu-content-right .main-menu .dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.msgapi .gn-menu.gn-primary {
  background-color: #40407E;
}
.msgapi #quick-links {
  background-color: #F5F5F5;
  padding: 30px 0;
  background-image: url("/static/img/png_map_bg.png");
  background-position: bottom left;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.msgapi #quick-links .container {
  max-width: 970px;
}
.msgapi #quick-links .styled-heading {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.msgapi #quick-links .styled-heading h2 {
  text-align: center;
  font-weight: 500;
  position: relative;
  display: inline-block;
}
.msgapi #quick-links .styled-heading h2:after {
  content: '';
  position: absolute;
  width: 60%;
  height: 2px;
  bottom: -20px;
  left: 20%;
  background-color: #40407E;
}
.msgapi #quick-links .main-block {
  border: 1px solid white;
}
.msgapi #quick-links a {
  color: #333333;
}
.msgapi #quick-links a:hover .main-block {
  box-shadow: 5px 5px 5px lightgrey;
}
.msgapi #quick-links .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  margin: 50px 0;
}
.msgapi #quick-links .main-block {
  background: white;
  border-radius: 5px;
  text-align: center;
  padding: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  transition: box-shadow 0.4s;
}
.msgapi #quick-links .icon img {
  height: 80px;
}
.msgapi #quick-links .desc {
  font-weight: 400;
}
.msgapi #support-links .styled-heading {
  width: 100%;
  text-align: center;
  margin: 2rem auto;
}
.msgapi #support-links .styled-heading h2 {
  text-align: center;
  font-weight: 500;
  position: relative;
  display: inline-block;
}
.msgapi #support-links .styled-heading h2:after {
  content: '';
  position: absolute;
  width: 60%;
  height: 2px;
  bottom: -20px;
  left: 20%;
  background-color: #40407E;
}
.msgapi #support-links .support-intro-text {
  margin-top: 3rem;
}
.msgapi #support-links .support-intro-text a {
  color: #57A773;
}
.msgapi #support-links a {
  color: #333333;
}
.msgapi #support-links .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 50px;
  min-height: 250px;
}
.msgapi #support-links .grid .main-block {
  display: grid;
  grid-template-rows: 1fr 1fr;
  height: 100%;
  border: 2px solid #E0E6E9;
}
.msgapi #support-links .grid .main-block .heading-wrapper {
  background: #40407E;
  display: flex;
  align-items: center;
  padding: 1.5rem;
  gap: 2rem;
}
.msgapi #support-links .grid .main-block .heading-wrapper h3 {
  color: white;
  font-size: 1.6rem;
  margin: 0;
}
.msgapi #support-links .grid .main-block .desc {
  padding: 1.5rem;
  border-top: 5px solid transparent;
  border-image: linear-gradient(90deg, #57A773 0%, #38A1F3 100%);
  border-image-slice: 1;
}
.msgapi .resource-page {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.msgapi .resource-page h1 {
  text-transform: uppercase;
}
.msgapi .resource-page h2 {
  margin: 2rem 0;
}
.msgapi .resource-page section {
  position: relative;
  padding: 3rem 0;
  margin-top: 2rem;
}
.msgapi .resource-page section .number {
  position: absolute;
  top: 0;
  font-size: 2rem;
  background: #40407E;
  color: white;
  padding: 0 1rem;
}
.msgapi .resource-page section .step.grid {
  grid-template-columns: 400px 1fr;
  gap: 2rem;
  padding: 1rem;
  margin-left: 4rem;
}
.msgapi .resource-page section .step.grid img {
  width: 100%;
}
.msgapi #slup-about {
  background-image: url("/static/img/forest.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.msgapi #slup-about .container {
  padding-top: 70px;
  padding-bottom: 70px;
}
.msgapi #slup-about h2 {
  font-size: 40px;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
}
.msgapi #slup-about a {
  color: white;
  text-decoration: underline;
}
.msgapi #slup-about .red-button {
  text-decoration: none;
}
.msgapi #slup-about .text {
  font-weight: 500;
  color: white;
  margin-bottom: 30px;
}
.msgapi #slup-about .button-wrapper {
  text-align: center;
}
.msgapi .highlight {
  font-weight: 500;
}
.msgapi .red-button {
  display: inline-block;
  color: white;
  background: #D94148;
  padding: 10px;
  border-radius: 10px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color 0.4s;
}
.msgapi .red-button:hover {
  color: white;
  background-color: #961e24;
}
.msgapi .resource-page .grid {
  display: grid;
}
.msgapi .workflow .step-workflow {
  margin: 2rem 0;
}
.msgapi .workflow .step-workflow h3 {
  margin-bottom: 2rem;
  padding-bottom: 10px;
  display: inline-block;
  border-bottom: 2px solid #828DF2;
}
.msgapi .workflow .step-workflow .step-description {
  margin-bottom: 1rem;
  font-style: italic;
}
.msgapi .workflow .step-workflow .step-container {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.msgapi .workflow .step-workflow .step-container .step-box {
  text-align: center;
  padding: 1.5rem;
  background: #57A773;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  font-size: 1rem;
}
.msgapi .workflow .step-workflow .step-container .step-box.square {
  border-radius: 0;
  border: 2px solid #ffb65f;
  background: white;
  color: #ffb65f;
}
.msgapi .workflow .step-workflow .step-container .step-box a {
  color: white;
}
.msgapi .workflow .step-workflow.step-one h3 {
  border-color: #828DF2;
}
.msgapi .workflow .step-workflow.step-one .step-container .step-box {
  background: #828DF2;
  transition: background-color 0.3s ease;
}
.msgapi .workflow .step-workflow.step-one .step-container .step-box:hover {
  background: #101d98;
}
.msgapi .workflow .step-workflow.step-two h3 {
  border-color: #68D1C0;
}
.msgapi .workflow .step-workflow.step-two .step-container .step-box {
  background: #68D1C0;
  transition: background-color 0.3s ease;
}
.msgapi .workflow .step-workflow.step-two .step-container .step-box:hover {
  background: #19544a;
}
.msgapi .workflow .step-workflow.step-three h3 {
  border-color: #E97988;
}
.msgapi .workflow .step-workflow.step-three .step-container .step-box {
  background: #E97988;
  transition: background-color 0.3s ease;
}
.msgapi .workflow .step-workflow.step-three .step-container .step-box:hover {
  background: #811524;
}
.msgapi .workflow .step-workflow.step-four h3 {
  border-color: #ffb65f;
}
.msgapi .workflow .step-workflow.step-four .step-container .step-box {
  background: #ffb65f;
  transition: background-color 0.3s ease;
}
.msgapi .workflow .step-workflow.step-four .step-container .step-box:hover {
  background: #924f00;
}
.msgapi .workflow .step-workflow.step-four .step-container .step-box.square {
  background-color: white;
  border-radius: 0;
}
.msgapi .workflow .step-workflow.step-four .step-container .step-box.square:hover {
  background: white;
  color: #ffb65f;
}
.msgapi #gn-hero .gn-hero {
  background-color: transparent;
  padding: 70px 0;
}
.msgapi #gn-hero h1 {
  font-size: 35px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 50px;
  line-height: 3rem;
}
.msgapi #gn-hero .hero-byline {
  font-size: 18px;
  color: #333;
  margin-bottom: 50px;
}
.msgapi #gn-hero .hero-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.msgapi #gn-hero .hero-img img {
  width: 100%;
  max-width: 700px;
  border-radius: 20px;
}
.msgapi #main-footer {
  background-color: #D94148;
  color: white;
  font-size: 0.75rem;
  padding: 5px 0;
  font-weight: 500;
}
.msgapi #main-footer .search-footer-wrapper {
  display: flex;
  justify-content: end;
}
.msgapi #main-footer .search-footer-wrapper .search-footer {
  max-width: 500px;
}
.msgapi .footer-full {
  background-color: rgba(0, 0, 0, 0.9);
  padding: 50px 0;
  color: white;
  font-weight: 500;
}
.msgapi .footer-full .menu-header {
  font-size: 1.25rem;
}
.msgapi .footer-full a {
  margin: 25px 0 19px 0;
  padding: 0;
  color: #fff;
  clear: both;
}
.msgapi .footer-full li {
  margin: 0 0 10px 0;
  padding: 0;
  display: block;
  position: relative;
  font-size: 0.75rem;
  color: #fff;
}
.msgapi .footer-full .footer-logos {
  display: flex;
  gap: 10px;
}
.msgapi .footer-full .footer-logo {
  width: 100px;
}
.msgapi .footer-full .contact {
  font-size: 0.75rem;
  margin-top: 20px;
}
.msgapi .footer-full .contact a {
  text-decoration: underline;
}
.msgapi .footer-full .contact a:hover {
  text-decoration: none;
  color: #fff;
}
.msgapi #mapstore-print-panel.modal-dialog {
  transform: translate(0px, 20px) !important;
}
@media (max-width: 990px) {
  .msgapi .hero-description h1 {
    font-size: 2.5rem;
    line-height: 2.75rem;
    padding-bottom: 30px;
  }
  .msgapi #main-footer .search-footer-wrapper {
    display: none;
  }
}
@media (max-width: 768px) {
  .msgapi #quick-links .grid {
    grid-template-columns: 1fr;
  }
  .msgapi .gn-menu .gn-menu-content .gn-menu-content-left {
    width: 70%;
  }
  .msgapi .gn-menu .gn-menu-content .gn-menu-content-right {
    align-self: flex-start;
  }
  .msgapi .dropdown-menu {
    position: relative;
  }
  .msgapi #sign-in {
    max-width: 50px;
    text-wrap-mode: wrap;
  }
  .msgapi .footer-full {
    text-align: center;
  }
  .msgapi .footer-full .footer-logos {
    justify-content: center;
  }
  .msgapi .footer-full .footer-help {
    margin-top: 20px;
  }
  .msgapi .resource-page section {
    padding: 2rem 0;
    margin-top: 1rem;
  }
  .msgapi .resource-page section .number {
    font-size: 1.5rem;
    padding: 0 0.75rem;
  }
  .msgapi .resource-page section .step.grid {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 1rem;
    margin-left: 0;
  }
  .msgapi .resource-page section .step.grid img {
    width: 100%;
  }
}
@media (max-width: 926px) {
  .msgapi .gn-menu .gn-menu-content .gn-menu-content-right {
    align-self: flex-start;
  }
  .msgapi .dropdown-menu {
    position: relative;
  }
  .msgapi #sign-in {
    max-width: 50px;
    text-wrap-mode: wrap;
  }
}
@media (max-width: 1200px) {
  .msgapi .workflow .step-workflow .step-container {
    flex-flow: wrap;
  }
}
