body,
html {
  margin: 0px;
  padding: 15px;
}

header#news-header .img {
  top: 0vmin;
  left: 0vmin;
  width: 32vmin;
  height: 12vmin;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

header#news-header .img .logo-bg {
  position: absolute;
  top: 0vmin;
  left: 0vmin;
  width: 32vmin;
  height: 12vmin;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  z-index: 1;
}

header#news-header .img .logo {
  position: absolute;
  top: 0vmin;
  left: 0vmin;
  width: 30vmin;
  height: 7vmin;
  z-index: 2;
}

header#news-header .bordertext {
  position: absolute;
  top: 7.5vmin;
  height: 1.2vmin;
  right: 0px;
  left: 2.5vmin;
  z-index: 3
}

header#news-header .portal-title {
  color: rgb(68, 68, 68);
  position: absolute;
  top: 8vmin;
  right: 2vmin;
  text-align: right;
  left: 32vmin;
  font-size: 3vmin;
  font-weight: 900;
  font-family: sans-serif;
}

header#news-header h1,
header#news-header .h1 {
  position: absolute;
  top: 0vmin;
  right: 2vmin;
  text-align: right;
  left: 32vmin;
  font-size: 6vmin;
  font-weight: 900;
  color: rgb(68, 68, 68);
  font-family: sans-serif;
  padding: 0px;
  margin: 0px;
  text-overflow: ellipsis;
}

section.gp-content-help {
  bottom:8px;
  top:14vmin;
}

section h1 {
  font-size: 1.4em;
}

.form-group-lg label {
  font-size: 16px;
}

.form-group {
  margin-bottom: 16px;
}

#errmsg {
  display:none;
  max-width:500px;
}

form#bespoke {
  max-width:500px;
}
#msgtext {
  min-height:150px;
}