/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 18 2026 | 14:31:29 */
@media only screen and (min-width: 769px) {
  div#govsp-topbarGlobal div#topbarGlobal #topbarLink {
    padding: 0 0 0 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  #govsp-topbarGlobal #topbarLink .govsp-portal {
    align-items: center;
    justify-content: flex-start;
  }
  #govsp-topbarGlobal #topbarLink .govsp-portal img {
    height: 70px;
    width: auto;
    max-width: 100%;
    margin: 0;
	margin-top: 10px;
  }
}

@media only screen and (max-width: 768px) {
  #govsp-topbarGlobal #topbarLink .govsp-portal {
    align-items: center;
    justify-content: flex-start;
  }
  #govsp-topbarGlobal #topbarLink .govsp-portal img {
    height: 70px;
    width: auto;
    max-width: 100%;
    margin: 0;
	margin-top: 10px;
  }
}