#header {
  background: rgba(255, 255, 255);
}

#n-header-logo-left {
  padding-left: 10px;
}

:root {
  --color-rgb: 22, 66, 148;
}


@media only screen and (min-width: 435px) {
  #n-header-logo-left, #n-header-logo-right {
    display: initial;
  }
}

@media only screen and (max-width: 435px) {
  #n-header-logo-left, #n-header-logo-right {
    display: none;
  }
}


a.fform-link > img {
  width: 100px;
  margin: 5px;
}

	
a.fform-link {
  text-decoration: none;
}

#bottom-info-panel {
  text-align: center;
}
